Skip to content

Instantly share code, notes, and snippets.

View stevenspiel's full-sized avatar

Steven Spiel stevenspiel

View GitHub Profile
$(document).ready(function () {
$('#submit').click(function(){
$.post("/rolls", function(res){
$('#die').html("<img src='" + res.img + "' alt='dice'></img> ");
});
});
});
class Vehicle
def initialize(args)
@color = args[:color]
@wheels = 4
end
def drive
@status = :driving
end
@stevenspiel
stevenspiel / Spiel_Resume.md
Created November 22, 2013 02:08
Steven Spiel Resume 2013

Steven Spiel

####These are the steps to installing and setting up Steven Spiel

Steven Spiel is compatible with:

| | | | | | | | --- | --- | --- | --- | --- | --- | --- | | Ruby | Rails | TDD | JS | CSS3 | HTML5 |