Not logged in

20 timeline items by user crc occurring around 2011-04-08 12:33:50.

2011-04-10
17:46
[c3fa4ab2e7] add rest of existing rosetta code samples (user: crc, tags: trunk)
  • rosetta_code/shell_one-liner.rx (new file)   [view]
  • rosetta_code/singly_linked_list_transversal.rx (new file)   [view]
  • rosetta_code/sleep.rx (new file)   [view]
  • rosetta_code/stack.rx (new file)   [view]
  • rosetta_code/string_case.rx (new file)   [view]
  • rosetta_code/string_concatenation.rx (new file)   [view]
  • rosetta_code/string_length.rx (new file)   [view]
  • rosetta_code/system_time.rx (new file)   [view]
  • rosetta_code/terminal_control_clear_the_screen.rx (new file)   [view]
  • rosetta_code/terminal_control_determine_the_height_and_width_of_the_terminal_window.rx (new file)   [view]
  • rosetta_code/terminal_control_moving_the_cursor_to_a_specific_location_on_the_screen.rx (new file)   [view]
  • rosetta_code/terminal_control_ringing_the_terminal_bell.rx (new file)   [view]
  • rosetta_code/time_a_function.rx (new file)   [view]
  • rosetta_code/tokenize_a_string.rx (new file)   [view]
  • rosetta_code/user_input_text.rx (new file)   [view]
17:36
[35f34c4339] add more examples from rosetta code (nearing the end) (user: crc, tags: trunk)
  • rosetta_code/README   [diff]
  • rosetta_code/least_common_multiple.rx (new file)   [view]
  • rosetta_code/literals_integer.rx (new file)   [view]
  • rosetta_code/literals_string.rx (new file)   [view]
  • rosetta_code/loops_downward_for.rx (new file)   [view]
  • rosetta_code/loops_for.rx (new file)   [view]
  • rosetta_code/loops_infinite.rx (new file)   [view]
  • rosetta_code/loops_while.rx (new file)   [view]
  • rosetta_code/memory_allocation.rx (new file)   [view]
  • rosetta_code/palindrome_detection.rx (new file)   [view]
  • rosetta_code/pangram_checker.rx (new file)   [view]
  • rosetta_code/program_termination.rx (new file)   [view]
  • rosetta_code/read_entire_file.rx (new file)   [view]
  • rosetta_code/repeat_a_string.rx (new file)   [view]
  • rosetta_code/reverse_a_string.rx (new file)   [view]
  • rosetta_code/roman_numerals.rx (new file)   [view]
  • rosetta_code/rot-13.rx (new file)   [view]
17:25
[b8db9be2b9] more examples from rosetta code (user: crc, tags: trunk)
  • rosetta_code/factorial.rx (new file)   [view]
  • rosetta_code/fibonacci_sequence.rx (new file)   [view]
  • rosetta_code/file_io.rx (new file)   [view]
  • rosetta_code/file_size.rx (new file)   [view]
  • rosetta_code/find_limit_of_recursion.rx (new file)   [view]
  • rosetta_code/fizzbuzz.rx (new file)   [view]
  • rosetta_code/function_definition.rx (new file)   [view]
  • rosetta_code/greatest_common_divisor.rx (new file)   [view]
  • rosetta_code/hello_world_standard_error.rx (new file)   [view]
  • rosetta_code/hello_world_text.rx (new file)   [view]
  • rosetta_code/increment_a_numerical_string.rx (new file)   [view]
  • rosetta_code/integer_comparison.rx (new file)   [view]
  • rosetta_code/interactive_programming.rx (new file)   [view]
15:16
[048ea65e02] add rancid, an irc log viewer (user: crc, tags: trunk)
  • user/crc/rancid/Makefile (new file)   [view]
  • user/crc/rancid/casket.rx (new file)   [view]
  • user/crc/rancid/rancid.rx (new file)   [view]
  • user/crc/rancid/templates/default.erx (new file)   [view]
  • user/crc/rancid/templates/footer.html (new file)   [view]
  • user/crc/rancid/templates/header.html (new file)   [view]
  • user/crc/rancid/templates/rancid.css (new file)   [view]
  • user/crc/rancid/templates/script.erx (new file)   [view]
2011-04-09
16:36
[0ed15a36db] more rosetta code examples (user: crc, tags: trunk)
  • rosetta_code/copy_a_string.rx (new file)   [view]
  • rosetta_code/create_a_file.rx (new file)   [view]
  • rosetta_code/define_a_primitive_type.rx (new file)   [view]
  • rosetta_code/delete_a_file.rx (new file)   [view]
  • rosetta_code/determine_if_a_string_is_numeric.rx (new file)   [view]
  • rosetta_code/dynamic_variable_names.rx (new file)   [view]
  • rosetta_code/empty_program.rx (new file)   [view]
  • rosetta_code/environment_variables.rx (new file)   [view]
  • rosetta_code/exponentiaion_operator.rx (new file)   [view]
  • rosetta_code/extend_your_language.rx (new file)   [view]
16:29
[f27118dfb5] more rosetta code examples (user: crc, tags: trunk)
  • rosetta_code/README (new file)   [view]
  • rosetta_code/bitwise_operations.rx (new file)   [view]
  • rosetta_code/boolean_functions.rx (new file)   [view]
  • rosetta_code/character_codes.rx (new file)   [view]
  • rosetta_code/character_matching.rx (new file)   [view]
  • rosetta_code/comments.rx (new file)   [view]
  • rosetta_code/conditional_structures.rx (new file)   [view]
16:21
[11591a9f88] start checking in examples that have been posted on rosettacode.org (user: crc, tags: trunk)
  • rosetta_code/100_doors.rx (new file)   [view]
  • rosetta_code/99_bottles_of_beer.rx (new file)   [view]
  • rosetta_code/a_plus_b.rx (new file)   [view]
  • rosetta_code/accumulator_factory.rx (new file)   [view]
  • rosetta_code/address_of_a_variable.rx (new file)   [view]
  • rosetta_code/arithmetic_integer.rx (new file)   [view]
16:14
[d1169e580e] create a directory for examples that have been posted to rosetta code (user: crc, tags: trunk)
  • 1d-cellular-automota.rx (deleted)
2011-04-08
13:14
[89b22bbc13] lots of cleanups in 1d cellular automota example (user: crc, tags: trunk)
  • 1d-cellular-automota.rx   [diff]
12:33
[ba7a6f3095] hangman works w/latest image (user: crc, tags: trunk)
  • hangman/dict.retro   [diff]
  • hangman/hangman.retro   [diff]
2011-04-06
11:50
[b96e9278eb] autopsy: fix vertical decompilation, explore modes (user: crc, tags: trunk)
2011-03-30
17:43
[14eca79c87] remove more old, broken stuff (user: crc, tags: trunk)
  • broken/rxe.extensions.retro (deleted)
  • broken/rxe.retro (deleted)
17:42
[88f90a2358] autopsy: work on fixing vertical "see" mode (user: crc, tags: trunk)
17:37
[d8059bb834] fixes to Makefile (user: crc, tags: trunk)
17:21
[066060e484] no longer include vm, image here (user: crc, tags: trunk)
  • Makefile   [diff]
  • retro.c (deleted)
  • retroImage (deleted)
17:20
[1711ec316d] old debug code remove (user: crc, tags: trunk)
  • debug.rx (deleted)
17:18
[0400d5b703] move some stuff into 'util' directory (user: crc, tags: trunk)
  • editor.rx   [diff]
  • grep.rx (deleted)
  • wc.rx (deleted)
2011-03-24
16:45
[268a006de8] add 'wc' example (user: crc, tags: trunk)
16:41
[64f5755778] smaller grep (user: crc, tags: trunk)
2011-03-21
20:15
[5d00d42d6e] update tab completion to work with latest image (user: crc, tags: trunk)
  • user/docl/tabcompletion.retro   [diff]