Skip to content

Template for basic structure, telling how to build your code in EvalCSU way.

License

Notifications You must be signed in to change notification settings

EvalCSU/evalcsu-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

English | 简体中文

EvalCSU-Template

LOGO

Template for basic structure, telling how to build your code in EvalCSU way.

Core

EvalCSU will provide you with most of the course design demonstrations, which means there is no need for you to search through the trash for refreshments.

By the way, this doesn't mean that you can just copy our code to achieve high results. We will control the completion level of the demo so that it is only B.

More importantly, EvalCSU wants you to see it as a basic version, and do your best to bring it to life from your thinking.

Welcome to light up stars for every repo of EvalCSU!

Landscape

DONE

...

TO-DO

  • CSE
    • Java
  • SOA

Contribution

  1. Make sure English is your first language for project presentations. Besides, create Chinese version like README-zh.md.
  2. Make sure there are enough .md to clarify the princinple of your code. Otherwise, there is nothing different with trash.
  3. Make sure the professionalism of the homepage, it should have the following basic sections. As well, you could extend it.
    # Repo-Name
    <!-- A simply clarify for your repository -->
    
    ## Feature
    <!-- Describe core feature of the program -->
    
    ## Framwork(optinal)
    <!-- Describe framwork of the program -->
    
    ## Start
    
    ### Dependence
    <!-- Describe dependence of the program -->
    
    ### Build
    <!-- How to build the program -->
    
    ### Run
    <!-- How to run the program -->
    
    ## Usage
    <!-- How to use the program -->
    
    ## Contribution
    <!-- How to contribute to the repo -->
    
    ## Community(optional)
    
    ## About
    <!-- About authors -->
    
    ## Who using(optinal)
    
    ## License
    <!-- Open source license -->
    
  4. Hope open the Discussion for technical exchange. Be stronger together.
  5. Hope build code structure more professionally. For example, you can build as follow with Java.
    ├── AndroidManifest.xml
    ├── res
    └── java
         └── net.micode.notes
              ├── data
              ├── model
              ├── tool
              ├── ui
              ├── widget
              └── gtask
                  ├── data
                  ├── exception
                  └── remote
    

Attetion

Put your explanation files in the global folder.

License

This repository, even all repositories of EvalCSU follows the GPL-3.0 License

About

You can find us all in EvalCSU, and hope you can join us with your passion for the spirit of open source.

Contact

Email: jacob953@csu.edu.cn

About

Template for basic structure, telling how to build your code in EvalCSU way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published