Non-developer Login: sprenkle

Login name:
sprenkle
Total Commits:
85 (9.9%)
Lines of Code:
2,875 (0.7%)
Most Recent Commit:
2016-11-27 14:56
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for sprenkle

Activity by Day of Week for sprenkle

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 85 (100.0%) 2875 (100.0%) 33.8
src/slogo/parser/token/ 19 (22.4%) 580 (20.2%) 30.5
src/slogo/instruction/ 13 (15.3%) 544 (18.9%) 41.8
src/slogo/turtle/ 4 (4.7%) 517 (18.0%) 129.2
src/slogo/parser/ 12 (14.1%) 413 (14.4%) 34.4
slogo_programs/ 25 (29.4%) 347 (12.1%) 13.8
src/slogo/ 5 (5.9%) 230 (8.0%) 46.0
src/slogo/expression/ 4 (4.7%) 188 (6.5%) 47.0
/ 2 (2.4%) 30 (1.0%) 15.0
images/ 1 (1.2%) 26 (0.9%) 26.0

Activity of sprenkle

Most Recent Commits

sprenkle 2016-11-27 14:56 Rev.: 541

Removed unnecessary casting.

2 lines of code changed in 2 files:

  • src/slogo/parser: InstructionParser.java (+1 -1)
  • src/slogo/parser/token: TokenFactory.java (+1 -1)
sprenkle 2016-11-18 14:00 Rev.: 516

Updated the Context interface's value method to return an Object, rather than a double.

3 lines of code changed in 1 file:

  • src/slogo: Context.java (+3 -3)
sprenkle 2016-11-15 21:57 Rev.: 504

Importing SLogo project for team TeamByte

2870 lines of code changed in 82 files:

  • .classpath (new 7), .project (new 23)
  • images: turtle.png (new 26)
  • slogo_programs: circle.logo (new 5), colorSquare.logo (new 10), demo.logo (new 14), doubleTriangle.logo (new 21), empty.logo (new), forward.logo (new 1), geometry.logo (new 29), if_and_print.logo (new 2), lineFun.logo (new 3), microwave.logo (new 2), multiPizza.logo (new 27), multiRandom.logo (new 5), pizza.logo (new 18), print.logo (new 3), random.logo (new 5), recursion.logo (new 13), recursion2.logo (new 13), regularShape.logo (new 12), spiral.logo (new 22), square.logo (new 6), square2.logo (new 12), stop.logo (new 5), tree.logo (new 67), tree2.logo (new 18), tunnel.logo (new 34)
  • src/slogo: CharConsts.java (new 38), Context.java (new 24), GrammarElement.java (new 24), SLogoInterpreter.java (new 141)
  • src/slogo/expression: ArithmeticBase.java (new 27), Number.java (new 33), Variable.java (new 75), VariableFactory.java (new 53)
  • src/slogo/instruction: Addition.java (new 28), ArithmeticInstruction.java (new 25), Assignment.java (new 62), BinaryExpression.java (new 61), Division.java (new 29), Instruction.java (new 14), Multiplication.java (new 30), Negation.java (new 34), Print.java (new 48), Repeat.java (new 68), StrictInstructionList.java (new 80), Subtraction.java (new 31), UnaryExpression.java (new 34)
  • src/slogo/parser: AssignmentParser.java (new 38), IdentifierParser.java (new 39), InstructionNames.java (new 50), InstructionParser.java (new 87), ParseException.java (new 30), Parser.java (new 14), PrintParser.java (new 30), RepeatParser.java (new 37), StrictInstructionListParser.java (new 44), instructions.prop (new 4), package.html (new 39)
  • src/slogo/parser/token: AssignmentToken.java (new 14), CharToken.java (new 55), CharTokenFactory.java (new 29), EOFToken.java (new 49), EOLToken.java (new 50), EqualToken.java (new 15), IdentifierToken.java (new 51), LeftBracketToken.java (new 15), LeftParenToken.java (new 15), NumberToken.java (new 59), PrintToken.java (new 13), RepeatToken.java (new 13), ReservedToken.java (new 42), RightBracketToken.java (new 15), RightParenToken.java (new 15), Token.java (new 9), TokenFactory.java (new 79), VariableToken.java (new 41)
  • src/slogo/turtle: JTurtle.java (new 186), Renderer.java (new 53), TurtleField.java (new 267), TurtleListener.java (new 11)
Generated by StatSVN 0.7.0