CARVIEW |
joeyschoblaska
(Joey Schoblaska)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Joey Schoblaska
- Website/Blog
- https://joeyschoblaska.com
- Location
- Chicago, IL
- Member Since
- Oct 15, 2008 (about 1 year)
Following 1 coder and watching 23 repositories view all →
Public Repositories (13)
-
evolution
A ruby implementation of a hill climbing algorithm that uses RMagick to generate a collection of ...
Last updated Tue Feb 02 02:40:06 -0800 2010
-
rails-templates
Last updated Sat Jan 09 07:13:10 -0800 2010
-
stone_free
A greasemonkey script to help you discover free alternatives to consumer goods.
Last updated Sun Dec 20 22:12:45 -0800 2009
-
unscramble
A Ruby script which prints solutions to the Word Scramble iPhone app by Zynga
Last updated Sun Dec 20 22:10:52 -0800 2009
-
translatable
A jQuery script which leverages Google's Language AJAX library to easily add language translat...
Last updated Sun Dec 20 21:59:38 -0800 2009
-
attr_serializable
A Rails plugin which makes it easy to create a whitelist of attributes for your models for use in...
Last updated Sun Dec 20 21:57:37 -0800 2009
-
17_x_17
Playing around with the 17 x 17 challenge described here: https://bit-player.org/2009/the-17x17-ch...
Last updated Mon Dec 07 07:18:55 -0800 2009
-
acts_as_solr
This plugin adds full text search capabilities and many other nifty features from Apache‘s Solr t...
Forked from mattmatt/acts_as_solr Thu Jun 25 14:36:57 -0700 2009
Last updated Thu Jun 25 15:02:16 -0700 2009
-
version_fu
added some new helpful behavior to jmckible's original version
Forked from softprops/version_fu Thu Jun 11 17:47:03 -0700 2009
Last updated Thu Jun 11 22:10:33 -0700 2009
-
elo_ladder
A ladder for two-player games using the Elo rating system. Still under development.
Last updated Thu Jun 04 09:18:50 -0700 2009
-
design_patterns_in_ruby
Implementation of Design Patterns in Ruby
Forked from shvets/design_patterns_in_ruby Tue Apr 07 18:16:57 -0700 2009
Last updated Sun Mar 22 08:28:44 -0700 2009
-
geokit-gem
Official Geokit Gem. Geokit gem provides geocoding and distance/heading calculations. Pair with t...
Forked from andre/geokit-gem Sat Feb 14 21:50:13 -0800 2009
Last updated Sat Feb 14 22:47:05 -0800 2009
-
amazon_associate
Amazon Associates API Interface using hpricot
Forked from dpickett/amazon_associate Sat Dec 20 08:53:01 -0800 2008
Last updated Mon Dec 22 12:17:08 -0800 2008
Public Activity 

-
joeyschoblaska committed fcf75f65:
tweaked parameters to speed up convergence

-
joeyschoblaska committed 3be58d3a:
fixed require command in bin/evolution
-
joeyschoblaska committed 7cc1992c:
moved render and basline dirs

-
joeyschoblaska committed 87303420:
readme update
-
joeyschoblaska committed 4335534a:
finalized rewrite
-
joeyschoblaska committed b797ecea:
adding simulation logic
-
joeyschoblaska committed ceae7e74:
convert creature to_image
-
joeyschoblaska committed 565ca574:
added creature to_svg method
-
joeyschoblaska committed d5173d6d:
added spawn_child method for creature
-
joeyschoblaska committed 6bbe3973:
more robust directory string construction
-
joeyschoblaska committed ce8daaa2:
added creature image and svg paths
-
joeyschoblaska committed 4692c1dd:
added polygon method for generating rmagick fill string
-
joeyschoblaska committed 5d920e33:
added polygon to_svg method
-
joeyschoblaska committed 66f5fccd:
simplified class_ext tests
-
joeyschoblaska committed d7b6e38f:
added polygon mutation logic and tests
-
joeyschoblaska committed 1fa9ff2b:
added a method to Evolution module to generate a random mutation based on initial, max and min values
-
joeyschoblaska committed b9522c91:
added creature mutation behavior
-
joeyschoblaska committed 17ae10af:
minor changes to polygon
-
joeyschoblaska committed 7d98acee:
rgba values should be initialized with rand(256), not rand(255)
-
joeyschoblaska committed 821bb7a3:
added polygon code and tests
-
joeyschoblaska committed 91bb8964:
began rewrite of evolution to be more modular

-
joeyschoblaska committed b797ecea:
adding simulation logic
-
joeyschoblaska committed ceae7e74:
convert creature to_image
-
joeyschoblaska committed 565ca574:
added creature to_svg method
-
joeyschoblaska committed d5173d6d:
added spawn_child method for creature
-
joeyschoblaska committed 6bbe3973:
more robust directory string construction

-
joeyschoblaska committed ce8daaa2:
added creature image and svg paths
-
joeyschoblaska committed 4692c1dd:
added polygon method for generating rmagick fill string

-
joeyschoblaska committed 5d920e33:
added polygon to_svg method
-
joeyschoblaska committed 66f5fccd:
simplified class_ext tests

-
joeyschoblaska committed d7b6e38f:
added polygon mutation logic and tests
-
joeyschoblaska committed 1fa9ff2b:
added a method to Evolution module to generate a random mutation based on initial, max and min values

-
joeyschoblaska committed b9522c91:
added creature mutation behavior
-
joeyschoblaska committed 17ae10af:
minor changes to polygon
-
joeyschoblaska committed 7d98acee:
rgba values should be initialized with rand(256), not rand(255)

-
joeyschoblaska committed 821bb7a3:
added polygon code and tests

-
joeyschoblaska committed 2b27da97:
validate that logins a downcased on validation. added matchy

-
joeyschoblaska committed cd028e99:
replaced ostruct with rr mock
-
joeyschoblaska committed 0b0054f2:
added password_resets_controller tests
-
joeyschoblaska committed a680954b:
added test coverage for user_sessions_controller

-
joeyschoblaska committed 2746568b:
added users_controller tests

-
joeyschoblaska committed d9031727:
added shoulda macros to test_helper. made logged in / out intercept flash messages more polite

-
joeyschoblaska committed 8a50ee55:
added gems, plugins and routes for user system. changed stylesheet to avoid sass deprec warnings
-
joeyschoblaska committed 99a1f475:
modified user test to avoid should deprec warning

-
joeyschoblaska committed b3c59bd0:
made user system optional

-
joeyschoblaska committed a83526ff:
using DSL for routes. ask whether or not to freeze rails / unpack gems

-
joeyschoblaska committed 711bd6e3:
using DSL to add gems. moved custom config to an initializer

-
joeyschoblaska committed 2616c723:
broke template into multiple files for better grokability

-
joeyschoblaska committed eaf1005f:
changed user to_param to use login only

-
joeyschoblaska committed 749c7d1a:
added base error display to forms

-
joeyschoblaska committed 8ba1b1fe:
added logged-in user area

-
joeyschoblaska committed ff02c81f:
added header and footer content
-
joeyschoblaska committed ab8e9bd2:
require user for logout action

-
joeyschoblaska committed a6eb0203:
better styles and navigation

-
joeyschoblaska committed 7df3862d:
added nav links
-
joeyschoblaska committed 931f9d97:
changed layout rendering
-
joeyschoblaska committed a8e6d3b8:
changed URL for attr_serializable

-
joeyschoblaska committed e2d21879:
README / license bump

-
joeyschoblaska committed 839b2a43:
README/license bump

-
joeyschoblaska committed 34ddf953:
changed example URL

-
joeyschoblaska committed 27b561c0:
README / license bump

-
joeyschoblaska committed 20f5a061:
README / license bump

-
joeyschoblaska committed 9082405b:
README / license bump