Skip to content

Instantly share code, notes, and snippets.

https://www.google.com/calendar/ical/bosshardtrealty.com_5tbu3hqvucnh3eflakq7abcvas%40group.calendar.google.com/private-bc5c70bb36579b868dfc769522e0356a/basic.ics
<!DOCTYPE html>
<html>
<head></head>
<body>
<script src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://static.flowplayer.org/tools/css/tabs.css" />
<style>

How to think like a hacker.

Still think jailbreaking should be spelled with two words and involve police chases? Hackers have a different perspective on the world. Not what does this gadget do, but what can I make it do. This course introduces you to that mentality so you can start thinking like hacker.

What about doing some physical computing (arduino) stuff in an intro seminar? The objective being to install the hacking spirit with something tangible.

@gotoplanb
gotoplanb / Hartnett Command Performance
Created May 14, 2011 14:25 — forked from ryanpitts/Hartnett Command Performance
Let your Mac read you the latest @drunkhulk updates from Twitter
read -a choices <<<'Agnes Kathy Princess Vicki Victoria Bruce Fred Junior Ralph Albert Bahh Bells Boing Bubbles Cellos Deranged Hysterical Trinoids Whisper Zarvox'; n=${#choices[*]}; voice=${choices[$((RANDOM%n))]}; curl https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=DRUNKHULK | grep '<description>.*</description>' | sed -e 's/<\/*description>//g' -e 's/ \/ DRUNKHULK//g' -e 's/DRUNKHULK: //g' | say -v $voice
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2096984-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
/* IE shenanigans */
.ie8, ie7, ie6 {
nav a {
color: #680605 !important;
}
}
@gotoplanb
gotoplanb / gist:1329658
Created November 1, 2011 02:15
Strip the URL after a hash in order to do animation on single-page website.
// Strip the URL after a hash in order to do animation on single-page website.
// Should be replaced with $(this).attr('href')
var urlClicked = "http://smartmediacreative.com/index.php#optimize";
// Loop throught the href to find the hash.
var counter = 0;
while (urlClicked[counter] !== '#') {
counter += 1;
}
@gotoplanb
gotoplanb / gist:1645392
Created January 20, 2012 05:04
GOD PUNKS RICK PERRY
NEWS BULLETIN
GOD PUNKS RICK PERRY
January 19, 2012
South Carolina Today Rick Perry, governor of Texas, announced that he was "suspending" his campaign for
President of the United States. He threw his minimal backing to Newt Gingrich. This should add about 75
votes to the Gingrich total.
Friends,
As a lifelong resident of Gainesville, I feel a deep sense of dedication to my community here in North Florida. Our state has tremendous potential, and it will take strong leadership and a clear sense of purpose to guide Florida in the right direction.
For this reason, I am running for the Florida House of Representatives.
Long-term economic stability begins with a willingness to tackle the tough issues facing Florida today. For too long, Tallahassee politicians have ignored the needs of our community and refused to offer real solutions on the issues of housing, education, job growth and ethics reform. We owe it to our children to deliver more than just divided government and partisan sound bytes.
If we are going to pull ourselves out of this economic downturn, we need to take aim at these problems, and offer leadership in building the coalitions necessary to help Florida’s working families in their everyday struggle.
if (journalistKnowsCode === true) {
journalismAdaptsAndIsSaved();
} else if (journalistIgnoredCode === true) {
journalismDies();
} else {
democracyIsThreatenAndZombiesInheritEarth();
}
if (journalistKnowsCode === true) {
journalismAdaptsAndIsSaved();