This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-10-30T22:41:55.005Z","extensionVersion":"v3.4.3"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function blastOff(n) { | |
while(n >= 0) { | |
console.log(n); | |
n--; | |
} | |
console.log("Blast Off"); | |
} | |
blastOff(3); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function blastOff(turd) { | |
for(turd; turd>=0; turd--) { | |
console.log(turd); | |
} | |
console.log("Blast Off"); | |
} | |
blastOff(4); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Acid Jazz | |
Alt-Country | |
Ambient | |
Ancient Greek Music | |
Andean | |
Art Song | |
Baroque | |
Bhangra | |
Black Metal | |
Bluegrass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% 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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |
NewerOlder