Skip to content

Instantly share code, notes, and snippets.

View woodbridge's full-sized avatar
🎯
Focusing

Justin Woodbridge woodbridge

🎯
Focusing
View GitHub Profile
@woodbridge
woodbridge / skeleton.java
Last active August 29, 2015 14:08
basic java gui code
// setup a frame
JFrame frame = new JFrame();
frame.pack();
frame.setVisible(true);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setLayout(new FlowLayout());
// buttons
JButton helloButton = new JButton("Say Hello");
FALLING = 'falling'
RISING = 'rising'
STEADY = 'steady'
def calc(pressA, pressB, wind_dir):
slope = pressB - pressA
if slope < 0:
trend = FALLING
elif slope == 0:
trend = STEADY
@woodbridge
woodbridge / scraper.rb
Last active August 29, 2015 13:58
A little scraper to suck the helpful (and not so helpful) comments out of studentsreview.com. Whipped up in 10 minutes or so.
require 'open-uri'
require 'nokogiri'
COLUMBIA = {
:positive => 'http://www.studentsreview.com/NY/CU_comments.html?type=positive',
:negative => 'http://www.studentsreview.com/NY/CU_comments.html?type=negative'
}
CHICAGO = {

Dear MHS Community,

I'm writing to let you know that MHS will be open tomorrow (Wed.), barring unforeseen changes in the weather between now and tomorrow morning. The forecast says it will be around zero with wind chills well below zero in the morning, but it will warm up into the teens during the day. There is no snow in the forecast and, at this point, most of the roads are clear.

However, I want to be very clear that the cold temperatures and wind chill tomorrow are real dangers. That means that students must take special safety precautions. Don't just do your normal morning routine. Do not come to school unless you are wearing: a warm hat, a warm scarf to cover your face, warm gloves, a winter coat with multiple layers underneath it, warm socks, and winter boots. If you are driving yourself, or someone else is driving you, make sure the vehicle is outfitted for emergencies in winter weather. This includes, at the most basic level, that the vehicle has been operating properly. Also make sure

EQUIPMENT

  • Tank
    • [JBJ Picotope Tank (3 gal)][3] $53.99. Comes with light and filter.
    • 2.5 AGA
  • Heater
    • [EHEM Jager 50 W][1] $23.99
  • Thermometer X 2
    • [Floating Hydrometer with Thermometer][4] $7.99
  • Filter
  • [AquaClear 30][2] $45.99
<div style='margin: 25px;'>
<iframe frameborder='0' style='display: block' height='490' width='320' src='http://rafflecreator.com/pages/697/faith-child-development-center-staff-benefit-raffle?embed=true'>
</iframe>
<a style='font-size: 11px; color: #999; font-family: helvetica;' href="https://rafflecreator.com">powered by Raffle Creator</a>
</div>

Voy a escribire un cartel de un aldeano de San Fabían en oposicion del embalse a el President. Él hablará sobre el marcha contra el proyect y explica los efectos del embalse para el regíon. Por ejemplo, los efectos en el medio ambiente. El proyecto destruirá el enviornmento del huemul, cual es en peligro de extinción. Tambien, el proyecto dañará la industria del turismo en el área. El proyecto es simplemente corto plazo, no es bien planeado por el futuro. Eligé una cartel porque es un media común, especialimente cuanda una persona escribe a el gobierno.

@woodbridge
woodbridge / commands.md
Created November 3, 2013 02:49
Movie Nigh Commands

Type these into the movie night chat to get magic.

  • :rules: - Samuel L. Jackson pic.
  • :wtf:
  • :hugemistake:
  • :nutella:
  • :lawl:
  • :why:
  • :hugemistake:
@woodbridge
woodbridge / aoeua.html
Last active December 24, 2015 20:59
so jank....
<script>
document.onload = function() {
var a = document.getElementsByTagName('a')[0]
var body = document.getElementsByTagName('body')[0]
a.onmouseover = function() { body.style.backgroundColor = 'black' }
a.onmouseout = function() { body.style.backgroundColor = 'white' }
}
</script>
<div style='margin: 25px;'>
<iframe frameborder='0' style='display: block' height='490' width='320' src='http://rafflecreator.com/pages/196/primo-grill-to-benefit-robert-larrison-scholarship-fund?embed=true'>
</iframe>
<a style='font-size: 11px; color: #999; font-family: helvetica;' href="https://rafflecreator.com">powered by Raffle Creator</a>
</div>