/TeamRandomNumber/trunk Developers: zdanisq

Login name:
zdanisq
Total Commits:
30 (11.9%)
Lines of Code:
501 (8.6%)
Most Recent Commit:
2012-12-14 12:56
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for zdanisq

Activity by Day of Week for zdanisq

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 30 (100.0%) 501 (100.0%) 16.7
Picasso/src/picasso/view/ 7 (23.3%) 152 (30.3%) 21.7
Picasso/src/picasso/parser/language/expressions/ 3 (10.0%) 123 (24.6%) 41.0
Picasso/src/picasso/parser/ 10 (33.3%) 87 (17.4%) 8.7
Picasso/src/picasso/view/commands/ 5 (16.7%) 84 (16.8%) 16.8
Picasso/src/picasso/parser/tokens/functions/ 2 (6.7%) 33 (6.6%) 16.5
Picasso/src/picasso/parser/tokens/operations/ 1 (3.3%) 20 (4.0%) 20.0
Picasso/src/picasso/parser/tokens/ 1 (3.3%) 1 (0.2%) 1.0
Picasso/src/ 1 (3.3%) 1 (0.2%) 1.0

Activity of zdanisq

Most Recent Commits

zdanisq 2012-12-14 12:56 Rev.: 264

apparently forgot to commit the random expression button last night. oh well, here it is

50 lines of code changed in 2 files:

  • Picasso/src/picasso/view: Frame.java (+5 -1)
  • Picasso/src/picasso/view/commands: RandomExpressionButton.java (new 45)
zdanisq 2012-12-13 21:37 Rev.: 259

modified frame to exit on close (this also destroys the history frame)
removed hardcoded x from history

1 lines of code changed in 2 files:

  • Picasso/src/picasso/view: Frame.java (+1 -1), HistoryFrame.java (-1)
zdanisq 2012-12-13 21:04 Rev.: 258

we has working history (with a toggle window, too!)
also added in expression "breeding" by allowing chaining expressions from history

157 lines of code changed in 3 files:

  • Picasso/src/picasso/view: Frame.java (+20 -1), HistoryFrame.java (new 118)
  • Picasso/src/picasso/view/commands: Evaluater.java (+19 -7)
zdanisq 2012-12-13 19:28 Rev.: 256

Added in text field for expressions

14 lines of code changed in 2 files:

  • Picasso/src/picasso/view: Frame.java (+7 -1)
  • Picasso/src/picasso/view/commands: Evaluater.java (+7 -4)
zdanisq 2012-12-13 19:13 Rev.: 255

Update Frame to change title when expression is evaluated

8 lines of code changed in 2 files:

  • Picasso/src/picasso/view: Frame.java (+1 -1)
  • Picasso/src/picasso/view/commands: Evaluater.java (+7)
zdanisq 2012-12-06 23:05 Rev.: 165

added wrap function

2 lines of code changed in 1 file:

  • Picasso/src/picasso/parser: functions.conf (+2 -1)
zdanisq 2012-12-06 23:05 Rev.: 164

Added wrap function

84 lines of code changed in 3 files:

  • Picasso/src/picasso/parser: WrapAnalyzer.java (new 26)
  • Picasso/src/picasso/parser/language/expressions: Wrap.java (new 43)
  • Picasso/src/picasso/parser/tokens/functions: WrapToken.java (new 15)
zdanisq 2012-12-06 22:44 Rev.: 161

Addition of clamp function

83 lines of code changed in 4 files:

  • Picasso/src/picasso/parser: ClampAnalyzer.java (new 27), functions.conf (+1)
  • Picasso/src/picasso/parser/language/expressions: Clamp.java (new 37)
  • Picasso/src/picasso/parser/tokens/functions: ClampToken.java (new 18)
zdanisq 2012-12-05 14:15 Rev.: 124

removed extraneous minus

1 lines of code changed in 1 file:

  • Picasso/src/picasso/parser: operations.prop (+1 -2)
zdanisq 2012-12-03 13:52 Rev.: 69

added minus

1 lines of code changed in 1 file:

  • Picasso/src/picasso/parser: operations.prop (+1)
zdanisq 2012-12-03 13:39 Rev.: 64

added in NPE handling. doesn't actually affect the run in any way

6 lines of code changed in 1 file:

  • Picasso/src/picasso/view/commands: Evaluater.java (+6)
zdanisq 2012-12-03 13:31 Rev.: 63

fixed operand input

1 lines of code changed in 1 file:

  • Picasso/src/picasso/parser: DivideAnalyzer.java (+1 -1)
zdanisq 2012-12-03 13:21 Rev.: 60

fixed return statement

1 lines of code changed in 1 file:

  • Picasso/src/picasso/parser: PlusAnalyzer.java (+1 -1)
zdanisq 2012-12-02 20:04 Rev.: 51

Add in division operator.

91 lines of code changed in 5 files:

  • Picasso/src/picasso/parser: DivideAnalyzer.java (new 25), operations.prop (+2 -1)
  • Picasso/src/picasso/parser/language/expressions: Divide.java (new 43)
  • Picasso/src/picasso/parser/tokens: CharTokenFactory.java (+1)
  • Picasso/src/picasso/parser/tokens/operations: DivideToken.java (new 20)
zdanisq 2012-11-27 22:23 Rev.: 27

Updated contact info

1 lines of code changed in 1 file:

  • Picasso/src: helloSvn (+1 -1)
Generated by StatSVN 0.7.0