Skip to content

Instantly share code, notes, and snippets.

View jonmarkgo's full-sized avatar
🎓
preparing the MLH Fellowship

Jonathan Gottfried jonmarkgo

🎓
preparing the MLH Fellowship
View GitHub Profile
find . -type f -perm +111
int main()
{
int end_kids=1;
for (int kids=24; kids > end_kids; kids--)
{
if (kids == 6) { end_kids = 2; }
else if (kids == 2) { end_kids = 1; }
}
}
<?php
$terrorists = 12;
while ($terrorists > 0) echo strval(--$terrorists / 0);
?>
unzip jungle.zip -d house/
for(Actor actor : hollywood.getActorsList()){
if((actor.getAge() > 60 && actor.getSuccessRate() < 0.25) || actor.getSalary() <= 500 || actor.isStuntman()){
movie.getActorsList().add(actor);
}
}
movie.setHistory(null);
movie.setPlot(null);
movie.setDialogs(null);
movie.setSoundtrack(new File("C:UsersSlyMusicboom.wav"));
movie.setFrameTransitionEffect(new File("C:UsersSlyPicturesexplosion.gif"));
SELECT TOP 50 * INTO boat FROM street where value > 100000
bool dead = false;
void goDeeper()
{
if(dead == true)
return;
goDeeper();
}
Base.prototype = xy;
require './app'
run Sinatra::Application
source 'https://rubygems.org'
gem 'json', '~> 1.7.7'
gem 'twilio-ruby'
gem 'sinatra'
gem 'google-api-client'