Skip to content

Instantly share code, notes, and snippets.

@agrimm
Last active August 29, 2015 14:15
Show Gist options
  • Save agrimm/6f8f5e56849a521f58ab to your computer and use it in GitHub Desktop.
Save agrimm/6f8f5e56849a521f58ab to your computer and use it in GitHub Desktop.
GitHub summary
My GitHub profile
https://github.com/agrimm/rubocop
I contributed new "Cops" to RuboCop. These cops include SpaceBeforeComma, SpaceBeforeSemicolon, and FlipFlop.
I fixed bugs, such as LiteralInCondition not handling a case statement that didn't have a variable following the "case" keyword, and MultilineIfThen not handling an implicit match conditional.
I added functionality to existing cops, by adding the MaxLineLength parameter to the IfUnlessModifier and WhileUntilModifier cops.
https://github.com/agrimm/rubyspec
I added specifications on how Kernel#Float and Kernel#Integer should behave with whitespace other than spaces, such as newlines or tabs. I also deleted a duplicate test.
https://github.com/agrimm/Easy-Roommate-parser
https://github.com/agrimm/yukari
https://github.com/agrimm/sumisu
Projects related to finding a flatmate who meets my preferences.
https://github.com/agrimm/small_eigen_collider
Generate random Ruby code, and see if they produce the same results on different implementations of Ruby.
https://github.com/agrimm/zombie-chaser
https://github.com/agrimm/exemplor
https://github.com/agrimm/exemplor-chaser-sample_target
https://github.com/agrimm/exemplor-chaser
https://github.com/agrimm/chaser
Chaser was an attempt at producing an alternative mutation testing library to heckle, which wouldn't work on Ruby 1.9 . Exemplor-chaser was a version of chaser that worked with the exemplor testing library. Zombie-chaser added a GUI to chaser, as can be seen at https://andrewjgrimm.wordpress.com/2010/04/12/zombie-chaser-its-alive/
https://github.com/agrimm/theweatherinlondon
https://github.com/agrimm/twildumpparser
Parse a piece of text, and add in links to Wikipedia articles matching phrases in the text.
https://github.com/agrimm/philosophy-dump-parser
https://github.com/agrimm/philosophy-navigation
Analyse the "Get to Philosophy" phenomenon in Wikipedia
https://github.com/agrimm/bogus_twitter_pictures_ingestion
Part of an unfinished project to keep track of which Twitter accounts have a track record of posting fake or otherwise bogus pictures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment