/picassoCCOP/trunk Developers: connorhollenbeck

Login name:
connorhollenbeck
Total Commits:
110 (35.4%)
Lines of Code:
965 (13.5%)
Most Recent Commit:
2012-12-14 18:00
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for connorhollenbeck

Activity by Day of Week for connorhollenbeck

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 110 (100.0%) 965 (100.0%) 8.7
Picasso/src/picasso/parser/tokens/functions/ 76 (69.1%) 559 (57.9%) 7.3
Picasso/src/tests/ 4 (3.6%) 175 (18.1%) 43.7
Picasso/src/picasso/parser/tokens/operations/ 8 (7.3%) 163 (16.9%) 20.3
Picasso/src/picasso/view/ 5 (4.5%) 28 (2.9%) 5.6
Picasso/src/picasso/parser/ 7 (6.4%) 15 (1.6%) 2.1
Picasso/src/picasso/ 1 (0.9%) 9 (0.9%) 9.0
Picasso/src/picasso/view/commands/ 3 (2.7%) 8 (0.8%) 2.6
Picasso/src/picasso/parser/tokens/ 2 (1.8%) 8 (0.8%) 4.0
Picasso/ 4 (3.6%) 0 (0.0%) 0.0

Activity of connorhollenbeck

Most Recent Commits

connorhollenbeck 2012-12-14 18:00 Rev.: 271

0 lines of code changed in 1 file:

  • Picasso: Butterfly (new)
connorhollenbeck 2012-12-14 15:37 Rev.: 269

Added a button for the history

25 lines of code changed in 3 files:

  • Picasso/src/picasso/view: ButtonPanel.java (+19), ExpWindow.java (+3 -3), Frame.java (+3)
connorhollenbeck 2012-12-14 14:17 Rev.: 266

0 lines of code changed in 1 file:

  • Picasso: Middle (new)
connorhollenbeck 2012-12-14 12:47 Rev.: 263

Added the history underneath the expression input

3 lines of code changed in 2 files:

  • Picasso/src/picasso/view: ButtonPanel.java (+1), ExpWindow.java (+2 -4)
connorhollenbeck 2012-12-12 22:33 Rev.: 244

Got all the operation tests

88 lines of code changed in 1 file:

  • Picasso/src/tests: ParsedExpressionTreeTests.java (+88 -4)
connorhollenbeck 2012-12-12 21:39 Rev.: 242

trying to put the functions back into the repository

345 lines of code changed in 32 files:

  • Picasso/src/picasso/parser/tokens/functions: AbsToken.class (new), AbsToken.java (new 20), AtanToken.class (new), AtanToken.java (new 20), CeilToken.class (new), CeilToken.java (new 20), ClampToken.class (new), ClampToken.java (new 20), CosToken.class (new), CosToken.java (new 20), FloorToken.class (new), FloorToken.java (new 15), FunctionToken.class (new), FunctionToken.java (new 48), LogToken.class (new), LogToken.java (new 20), PerlinBWToken.class (new), PerlinBWToken.java (new 20), PerlinColorToken.class (new), PerlinColorToken.java (new 20), RGBToYCrCbToken.class (new), RGBToYCrCbToken.java (new 20), RandomColorToken.class (new), RandomColorToken.java (new 20), SinToken.class (new), SinToken.java (new 20), TanToken.class (new), TanToken.java (new 20), WrapToken.class (new), WrapToken.java (new 20), YCrCbToRGBToken.class (new), YCrCbToRGBToken.java (new 22)
connorhollenbeck 2012-12-11 14:43 Rev.: 222

0 lines of code changed in 19 files:

  • Picasso/src/picasso/parser/tokens/functions: AbsToken.java (del), AtanToken.java (del), CeilToken.java (del), CielToken.java (del), ClampToken.java (del), CosToken.java (del), FloorToken.java (del), FunctionToken.java (del), LogToken.java (del), PerlinBWToken.java (del), PerlinColorToken.java (del), RGBToYCrCbToken.java (del), RandomColorToken.java (del), RgbToYCrCbToken.java (del), SinToken.java (del), TanToken.java (del), WrapToken.java (del), YCrCbToRGBToken.java (del), YCrCbToRgbToken.java (del)
connorhollenbeck 2012-12-11 14:13 Rev.: 216

updated the RGBToYCrCb

3 lines of code changed in 1 file:

  • Picasso/src/tests: ParsedExpressionTreeTests.java (+3 -3)
connorhollenbeck 2012-12-10 20:56 Rev.: 212

Added some more test cases, still need PerlinColor and BW and the YCrCbToRGB

41 lines of code changed in 1 file:

  • Picasso/src/tests: ParsedExpressionTreeTests.java (+41)
connorhollenbeck 2012-12-08 12:17 Rev.: 186

Added clamp, wrap, sin, and cos tests to the ParsedExpressionTreeTests

43 lines of code changed in 1 file:

  • Picasso/src/tests: ParsedExpressionTreeTests.java (+43 -4)
connorhollenbeck 2012-12-07 14:15 Rev.: 181

1 lines of code changed in 1 file:

  • Picasso/src/picasso/parser: operations.prop (+1)
connorhollenbeck 2012-12-07 13:53 Rev.: 176

0 lines of code changed in 3 files:

  • Picasso: DNA (new), floor([.2,.3,1]) + x + (y+ floor([.5,.6,.7])) + floor(y + [.1, .2,.3] + x) + floor(x + [1,.3,1]) (new)
  • Picasso/src/picasso/parser: YCrCbtoRGBAnalyzer.java (del)
connorhollenbeck 2012-12-05 14:25 Rev.: 126

13 lines of code changed in 5 files:

  • Picasso/src/picasso/parser: CielAnalyzer.java (del), YCrCbtoRGBAnalyzer.java (+1 -1), functions.conf (+10 -17), operations.prop (+1 -4)
  • Picasso/src/picasso/parser/tokens: TokenFactory.java (+1 -1)
connorhollenbeck 2012-12-05 14:11 Rev.: 123

Updated the function tokens

12 lines of code changed in 12 files:

  • Picasso/src/picasso/parser/tokens/functions: AbsToken.java (+1 -1), AtanToken.java (+1 -1), ClampToken.java (+1 -1), CosToken.java (+1 -1), LogToken.java (+1 -1), PerlinBWToken.java (+1 -1), PerlinColorToken.java (+1 -1), RgbToYCrCbToken.java (+1 -1), SinToken.java (+1 -1), TanToken.java (+1 -1), WrapToken.java (+1 -1), YCrCbToRgbToken.java (+1 -1)
connorhollenbeck 2012-12-05 13:21 Rev.: 119

Fixed Mod Precedence

1 lines of code changed in 1 file:

  • Picasso/src/picasso/parser/tokens/operations: ModToken.java (+1 -2)
connorhollenbeck 2012-12-04 09:38 Rev.: 107

Added the function tokens to the parser.tokens.functions package

202 lines of code changed in 13 files:

  • Picasso/src/picasso/parser/tokens/functions: AbsToken.java (new 20), AtanToken.java (new 20), CielToken.java (new), ClampToken.java (new 20), CosToken.java (new 20), LogToken.java (new 20), PerlinBWToken.java (new 20), PerlinColorToken.java (new 20), RgbToYCrCbToken.java (new 1), SinToken.java (new 20), TanToken.java (new 20), WrapToken.java (new 20), YCrCbToRgbToken.java (new 1)
connorhollenbeck 2012-12-03 21:33 Rev.: 106

Added the operation tokens, wasnt sure what the precedence should be for the mod operation though. Also put the tokens into the CharToken Factory.

150 lines of code changed in 8 files:

  • Picasso/src/picasso/parser/tokens: CharTokenFactory.java (+7)
  • Picasso/src/picasso/parser/tokens/operations: AssignmentToken.java (new 23), MinusToken.java (new 24), ModToken.java (new 25), NegateToken.java (new 24), PowerToken.java (new 24), TimesToken.java (new 23)
  • Picasso/src/picasso/view/commands: Evaluater.java (-1)
connorhollenbeck 2012-12-02 19:20 Rev.: 46

Connect the Evaluater and the Expression Input to allow for user input

8 lines of code changed in 2 files:

  • Picasso/src/picasso/view/commands: Evaluater.java (+4 -2), ExpressionInput.java (+4 -2)
connorhollenbeck 2012-11-29 21:14 Rev.: 34

changed a quick thing by adding a new before the Plus call in the Plus Analyzer class

2 lines of code changed in 1 file:

  • Picasso/src/picasso/parser: PlusAnalyzer.java (+2 -1)
connorhollenbeck 2012-11-27 20:48 Rev.: 26

Divide token representing the divide sign

19 lines of code changed in 1 file:

  • Picasso/src/picasso/parser/tokens/operations: DivideToken.java (new 19)

(1 more)

Generated by StatSVN 0.7.0