Skip to content

Instantly share code, notes, and snippets.

View jjcall's full-sized avatar
🎯
Focusing

Jason Calleiro jjcall

🎯
Focusing
View GitHub Profile
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
green='\033[0;32m'
# MySQL. Versions 4.1 and 5.0 are recommended.
#
# Install the MYSQL driver
# gem install mysql2
#
# Ensure the MySQL gem is defined in your Gemfile
# gem 'mysql2'
#
# And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
# PostgreSQL. Versions 7.4 and 8.x are supported.
#
# Install the pg driver:
# gem install pg
# On Mac OS X with macports:
# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config
# On Windows:
# gem install pg
# Choose the win32 build.
# Install PostgreSQL and put its /bin directory on your path.
<% content_for :page_javascripts do %>
<% end %>
<section class="hero">
<div class="container">
<div class="row hero-headline">
<div class="col-xs-12 hero-headline--title">
<h1>Title of Content</h1>
</div><!-- end .hero-welcome headline -->
<div class="col-xs-12 col-md-8 col-md-offset-2 hero-headline--subtitle">
@jjcall
jjcall / gist:cfc4a2b8e9000255d564
Last active August 29, 2015 14:07
Music Genres
Acid Jazz
Alt-Country
Ambient
Ancient Greek Music
Andean
Art Song
Baroque
Bhangra
Black Metal
Bluegrass
<section class="hero hero-boxed">
<div class="container">
<div class="row hero-headline">
<div class="col-xs-12 hero-headline--title">
<h1><%= title %></h1>
</div><!-- end .hero-welcome headline -->
<div class="col-xs-12 col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 hero-headline--subtitle">
<h2><%= sub_title %></h2>
</div><!-- end .hero-welcome headline -->
<div class="page-content-wrapper page-content-faq">
<section class="faq-group">
<h3>About EarlyShares</h3>
<dl>
<dt class="faq-question">What is EarlyShares?</dt>
<dd class="faq-answer">
<div class="close-btn">
<img alt="Icn faq close" src="/assets/icons/content-pages/icn-faq-close.svg" height="16" />
</div>
<p>EarlyShares is a funding platform that connects entrepreneurs and business owners to investors through a user-friendly online system.</p>
function blastOff(turd) {
for(turd; turd>=0; turd--) {
console.log(turd);
}
console.log("Blast Off");
}
blastOff(4);
function blastOff(n) {
while(n >= 0) {
console.log(n);
n--;
}
console.log("Blast Off");
}
blastOff(3);
curl -vX POST http://fb.rtb.ny.us.criteo.com/facebook/auction/request\?profile\=33\&nolog\=1\&debug\=1 -d '{"requestid":"2323423432","partnermatchid":"56d576ee-2d74-4dda-b8ff-d71b34311dd2", "usercontext":{"ipaddressmasked":"209.252.7.186", "useragent":"mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/28.0.1500.95 safari/537.36", country":"us"}, "pagecontext":{"pagetypeid":"3","numslots":"6"}, "istest":false}'