reset password
Author Message
cysun
Posts: 2935
Posted 10:05 Feb 22, 2015 |

Section 1 (Mon & Wed):

80
75
75
70
65
60
60
50
40
40
35
30
30
25
25
20
20
20
20
15
15
10
10
10
10
10
10
5
0

Section 2 (Tue):

100
100
100
100
97
85
85
80
75
60
30
20
20
20
15
15
15
10
10
10
10
10
10
5
5
5
0

Last edited by cysun at 20:49 Feb 27, 2015.
cysun
Posts: 2935
Posted 10:16 Feb 22, 2015 |

If you think you deserve more partial credit, send me a copy of the output of "svn diff" of your CSNS project. "svn diff" shows the difference between your working copy and the version checked out from the repository; without this I won't regrade your project.

To get a copy of the output of "svn diff", install a command line version Subversion, then open a command console, go to the CSNS project folder, and do:

svn diff > svn-diff-output.txt

This command will store the output of "svn diff" in a text file which you can send to me.

If you added any new file to the project, you need to put it under version control before running "svn diff". To add a file to version control, you can either do it in Eclipse by right clicking on the file then select Team -> Add to version control, or do it on command line: svn add path/to/file.

cysun
Posts: 2935
Posted 10:19 Feb 22, 2015 |

Of course, you also need to explain why you think you deserve more credit.