Skip to content

Instantly share code, notes, and snippets.

@foogoof
foogoof / layout.html
Created May 18, 2011 12:38
goes with gist 978486
<html>
<head><title>Hola!</title>
<script src="/javascripts/prototype.js"></script>
</head>
<body>
<%- body %>
<pre>
<div id="mid"></div>
</pre>
<div id="fin"><br/><br/></div>
@foogoof
foogoof / o hai wtf.lol
Created May 27, 2011 20:29
yet another hello world
BTW DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
BTW Version 2, December 2004
BTW
BTW Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
BTW
BTW Everyone is permitted to copy and distribute verbatim or modified
BTW copies of this license document, and changing it is allowed as long
BTW as the name is changed.
BTW
BTW DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@foogoof
foogoof / super-shake.cljs
Created September 13, 2012 00:35
Shakes a DOM element
(defn super-shake [item value]
(start (apply bind item (mapcat (fn [dist] [{:effect :slide, :left dist, :time 375}
{:effect :slide, :left (- dist), :time 375}])
(range 500 0 -100)))))
#!/bin/env bash
# depends on a file named full.bin containing the base64 decoded contents of the message
# yes this is a mess, sorry I'm in a rush
CIPHERS="aes-128-cbc
aes-128-ecb
aes-192-cbc
aes-192-ecb
aes-256-cbc
@foogoof
foogoof / try all viable ow algorithms.sh
Created August 2, 2016 23:06
try all viable ow algorithms
#!/usr/bin/env bash
# depends on a file named full.bin containing the base64 decoded contents of the message
# yes this is a mess, sorry I'm in a rush
CIPHERS="bf-cfb
bf-ofb
cast5-cfb
cast5-ofb
des-cfb