Skip to content

Instantly share code, notes, and snippets.

@ckundo
ckundo / Solarized High Contrast Dark.itermcolors
Last active August 29, 2015 14:26 — forked from heisters/Solarized High Contrast Dark.itermcolors
Solarized High Contrast Dark theme for iTerm2
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Blue Component</key>
<real>0.19370138645172119</real>
<key>Green Component</key>
<real>0.15575926005840302</real>
//PhantomJS http://phantomjs.org/ based web crawler Anton Ivanov anton.al.ivanov@gmail.com 2012
(function(host) {
function Crawler() {
this.visitedURLs = {};
};
Crawler.webpage = require('webpage');
@ckundo
ckundo / corn
Created April 3, 2013 15:29 — forked from toothrot/corn
$ corn
.-'"`/\
// /' /\`\
('//.-'/`-.;
\ \ / /-.
__.__.___..__._.___.\\ \\----,_
.:{@&#,&#@&,@&#&&,#&@#&@&\\` \-. .-'-.
.:{@#@,#@&#,@#&&#,@&#&@&,&@#&&\\, -._,"- \
.{#@#&@#@#&#&@&#@#@&#,@#@#&@&&#@#\ \// = \`=\__
`{#@,@#&@&,@&#@,#@&#@#&@#&@,&#@,#/\/ =`-. -_=__
@ckundo
ckundo / web_week1
Created November 1, 2012 22:18 — forked from sarahrothberg/web_week1
web_week1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"
>
<html>
<head>
<title>ETZY!</title>
</head>
<body>
<center><b>Welcome to ETZY!</b><br> A super amazing and heretofore unheard of website for selling artwork online.
</center>
@ckundo
ckundo / simple_form.html
Created October 14, 2012 21:29 — forked from runemadsen/simple_form.html
Simple Form Example
<!DOCTYPE html>
<html>
<head>
<title>Simple Form Example</title>
<style type="text/css">
body {
width: 30%;
background: white;
}
h1 {