Skip to content

Instantly share code, notes, and snippets.

View armynante's full-sized avatar

Andrew Armenante armynante

View GitHub Profile
process.stdin.resume();
process.stdin.setEncoding('utf8');
var Util = require('./util');
//COLOR STUFF////////////////////
var clc = require('cli-color');
var style = { "w": clc.blue("w"), "W": clc.yellowBright("W")};
var error = clc.red.bold;
var info = clc.cyanBright;
require 'watir-webdriver'
require 'headless'
require 'mail'
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
def pizza_party
#include <Notes.h>
#include <Bridge.h>
#include <HttpClient.h>
int melody[] = {
NOTE_C4, NOTE_G3,NOTE_G3, NOTE_A3, NOTE_G3,0, NOTE_B3, NOTE_C4};
int noteDurations[] = {
4, 8, 8, 4,4,4,4,4 };