Skip to content

Instantly share code, notes, and snippets.

View jjcall's full-sized avatar
💭
I may be slow to respond.

Jason Calleiro jjcall

💭
I may be slow to respond.
View GitHub Profile
@jjcall
jjcall / cloudSettings
Last active October 2, 2022 22:26
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-10-30T22:41:55.005Z","extensionVersion":"v3.4.3"}
@jjcall
jjcall / sig.html
Last active June 22, 2018 14:46
Simple Email Signature
<table width="324" cellspacing="0" cellpadding="0" border="0">
<tr>
<td style="text-align:left;padding-bottom:10px">
<a style="display:inline-block" href="https://www.equility.net">
<img style="border:none" width="100" src="https://s1g.s3.amazonaws.com/fad7f637fe523d6f83cb50e75e10047e.png">
</a>
</td>
</tr>
<tr>
<td style="vertical-align: top; text-align:left;color:#0c1820;font-size:12px;font-family:helvetica, arial;; text-align:left">
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}'
function blastOff(n) {
while(n >= 0) {
console.log(n);
n--;
}
console.log("Blast Off");
}
blastOff(3);
function blastOff(turd) {
for(turd; turd>=0; turd--) {
console.log(turd);
}
console.log("Blast Off");
}
blastOff(4);
<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>
<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 -->
@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
<% 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">
# 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.