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
{block:HasTags} | |
<ul class="tags"> | |
{block:Tags} | |
<li> | |
<a href="{TagURL}">{Tag}</a> | |
</li> | |
{/block:Tags} | |
</ul> | |
{/block:HasTags} |
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
ul.tags { | |
display: inline; | |
margin: 0; | |
padding: 0; | |
} | |
ul.tags li { | |
display: inline; | |
list-style: none; | |
margin: 0; |
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 id="dickbar" style="width:100%; position:absolute; top:0px; background-color:#999; color:#FFF; font-weight:bold;"><blink>#CHARLIESHEENLOL</blink></div> |
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 id="dickbar" style="width:100%; position:absolute; top:0px; background-color: rgba(0,0,0,0.2); color:#FFF; font-weight:bold; font-size:5em; margin:0; padding:0;"> | |
<blink>#CHARLIESHEENLOL</blink> | |
</div> |
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
<form method="get" action="http://www.delicious.com/search"> | |
<input type="hidden" name="context" value="userposts|opensandiegodata" /> | |
<label for="query-field">Enter Search Term(s): </label> | |
<input type="text" name="query" id="query-field"/> | |
<input type="submit" value="Search" /> | |
</form> |
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
{ | |
"status_code": 200, "data": { | |
"url": "http://facebook.com/usagov" "outlet": "facebook" "username": "usagov" "email_address": "[email protected]" "tags": "us government, firstgov, first gov, u.s. government, | |
america, usa, usgov, us gov, government forms, government auctions, portal, government jobs, government benefits, us, united states, government, information, federal, state, local, tribal, usa, services, home" | |
"categories": "federal, website, general services administration, national" | |
} "status_txt": "ok. an email has been sent to [user’s email address] | |
with a link to confirm this registration." } |
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
[ | |
{ | |
"u": "http://www.nasa.gov/connect/chat/bolden_chat.html", | |
"title": "NASA - NASA Chat: Administrator Bolden Answers Questions About NASA's Future", | |
"global_clicks": "1318", | |
"agency": "nasa.gov", | |
"global_hash": "lMyZx3" | |
}, | |
{ | |
"u": "http://www.fbi.gov/wanted/unknown/unknown-serial-bank-robber-2/view", |
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
Long URL | Page Title | Clicks | Agency Domain | Global hash | |
---|---|---|---|---|---|
http://www.nasa.gov/connect/chat/bolden_chat.html | NASA - NASA Chat: Administrator Bolden Answers Questions About NASA's Future | 1318 | nasa.gov | lMyZx3 | |
http://www.fbi.gov/wanted/unknown/unknown-serial-bank-robber-2/view | FBI — UNKNOWN SERIAL BANK ROBBER | 1137 | fbi.gov | l4J8da | |
http://www.nasa.gov/connect/chat/bolden_chat.html | NASA - NASA Chat: Administrator Bolden Answers Questions About NASA's Future | 895 | nasa.gov | iyL5no | |
http://www.niehs.nih.gov/health/assets/docs_a_e/climatereport2010.pdf | 695 | nih.gov | lfbBif | ||
http://www.fda.gov/NewsEvents/Newsroom/PressAnnouncements/ucm261839.htm | 502 | fda.gov | jAaEIi | ||
http://www.shrewsbury-ma.gov/egov/gallery/134127368672998.png | 496 | shrewsbury-ma.gov | 9b6kNl | ||
http://www.shrewsbury-ma.gov/egov/gallery/134127368675393.png | 494 | shrewsbury-ma.gov | axNK8c | ||
http://www.ncbi.nlm.nih.gov/pubmed/21719068?dopt=Abstract | Ecogeographic variation in Neandertal dietary habi... [J Hum Evol. 2011] - PubMed result | 439 | nih.gov | kL2K8l |
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 makeURL(firstname,lastname) { | |
var name = "firstname + lastname"; | |
if (name = null) { | |
return null | |
}; | |
else return name; | |
} |
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 makeURL(firstname,lastname) { | |
var name = firstname + lastname; | |
if (!name) { | |
return null; | |
} else { | |
return "http://vivemejor.com/blahblah?this&that"+name; | |
} | |
} |
OlderNewer