Skip to content

Instantly share code, notes, and snippets.

@grapefrukt
grapefrukt / refresher.sh
Last active September 29, 2015 10:47
IGF Main page refresher
#!/bin/bash
delay=180
while [ 1 ]
do
curl --silent --output igf.tmp "http://www.igf.com/"
if [[ -e igf.tmp ]] ;then
if [[ -e igf.tmp.1 ]] ;then
diff igf.tmp igf.tmp.1
@tlrobinson
tlrobinson / LICENSE.txt
Created October 4, 2011 14:04 — forked from 140bytes/LICENSE.txt
Simple JavaScript REPL for the browser.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Tom Robinson <http://tlrobinson.net/>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE