Skip to content

Instantly share code, notes, and snippets.

@raucao
raucao / test.rb
Created July 21, 2008 20:30 — forked from zapnap/gist:117
def foo
puts 'bar'
end
<!-- @if dist=false -->
<script>
var script1 = document.createElement('script');
var script2 = document.createElement('script');
var body = document.getElementsByTagName("body")[0];
script1.src = '//'+window.location.hostname+':3000/socket.io/socket.io.js';
script2.src = '//'+window.location.hostname+':3001/client/browser-sync-client.0.6.0.js';
script1.onload = function() {
window.___socket___ = io.connect('//'+window.location.hostname+':3000');
body.appendChild(script2);
Verifying that +basti is my Bitcoin username. You can send me #bitcoin here: https://onename.io/basti
@raucao
raucao / my.css
Created January 6, 2015 15:50 — forked from anonymous/my.css
background: linear-gradient(270deg, #219f7e, #3d9cd1);
background-size: 400% 400%;
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
-o-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
@raucao
raucao / fingerprint.txt
Created July 9, 2015 17:28
Current 5apps.com wildcard certificate
A2:69:DC:6F:11:BE:BE:54:36:03:58:04:97:BC:76:6C:8F:11:1A:58
@raucao
raucao / autodiscovery.html
Created November 30, 2008 19:24
Let me google that for you
<link rel="search" type="application/opensearchdescription+xml" title="LMGTFY" href="http://gist.github.com/raw/30507/a4c5f7012b53ec085ff55f3090271be63ba721f0">
@raucao
raucao / gist:47222
Created January 15, 2009 02:03 — forked from halbtuerke/gist:31934
Show Git dirty state (and branch) in the prompt (+ lovely colors)
RED="\[\033[0;31m\]"
YELLOW="\[\033[0;33m\]"
GREEN="\[\033[0;32m\]"
BLUE="\[\033[0;34m\]"
LIGHT_RED="\[\033[1;31m\]"
LIGHT_GREEN="\[\033[1;32m\]"
WHITE="\[\033[1;37m\]"
LIGHT_GRAY="\[\033[0;37m\]"
COLOR_NONE="\[\e[0m\]"
#tag_cloud
@for !n from 1 through 10
.importance_#{!n}
:font-size= round(!base_font_size + ((!base_font_size / 10) * !n))
@if !n < 5
:color= #222 + !n * #111
# Awesomness in form of colors, git branch, and commit (dirty) status
RED="\[\033[0;31m\]"
YELLOW="\[\033[0;33m\]"
GREEN="\[\033[0;32m\]"
BLUE="\[\033[0;34m\]"
LIGHT_RED="\[\033[1;31m\]"
LIGHT_GREEN="\[\033[1;32m\]"
WHITE="\[\033[1;37m\]"
LIGHT_GRAY="\[\033[0;37m\]"
{
"priority":"Normal",
"description":"They are all over the place!",
"status":"new",
"milestone":"Priority Updates",
"summary":"Change all help links to point to tender and the tender KB",
"assignee":"John Smith",
"category":"Documentation",
"id":4,
"reporter":"Adam Cooke"