Skip to content

Instantly share code, notes, and snippets.

View hexorx's full-sized avatar

Josh Robinson hexorx

View GitHub Profile
Verifying I am +joshrobinson on my passcard. https://onename.com/joshrobinson
Verifying that +joshrobinson is my openname (Bitcoin username). https://onename.com/joshrobinson

Keybase proof

I hereby claim:

  • I am hexorx on github.
  • I am joshrobinson (https://keybase.io/joshrobinson) on keybase.
  • I have a public key whose fingerprint is 1D1E 41BA FB1C 7FBE A6A5 401B DE3C 97BA 3D72 C4F2

To claim this, I am signing this object:

Verifying that +joshrobinson is my Bitcoin username. You can send me #bitcoin here: https://onename.io/joshrobinson
body, h1, h2, h3, h4, h5, h6, a {
color: #000000;
font-family: 'Open Sans',sans-serif;
}
a:hover {
color: #999999;
text-decoration: none;
}
a:focus {

Keybase proof

I hereby claim:

  • I am hexorx on github.
  • I am joshrobinson (https://keybase.io/joshrobinson) on keybase.
  • I have a public key whose fingerprint is D31A 0871 902A 2FFC B42A 7D35 098B 5BCA E911 70F4

To claim this, I am signing this object:

@hexorx
hexorx / gist:8108045
Created December 24, 2013 02:36
iNoBounce scrollable
.scrollable {
min-height: 0;
-webkit-box-flex: 1;
box-flex: 1;
-webkit-flex: 1;
flex: 1;
overflow-x: hidden
overflow-y: auto;
-webkit-transition-property: top, bottom;
transition-property: top, bottom;
@hexorx
hexorx / prettify-blogger.js
Created November 11, 2012 07:39
prettify-blogger.js
// based on http://blog.jpillora.com/2012/06/easy-syntax-highlighting-for-blogs.html
(function() {
function jQueryExists() { return typeof jQuery !== 'undefined'; }
//get jquery
if(jQueryExists())
$(window.prettyPrint);
else {
var interval = setInterval(function() {

Testing Gist.io

Could be useful. I wonder if it could be used for blog blogs. The general idea is pretty cool.

@hexorx
hexorx / tmux.conf
Created April 2, 2012 18:24
tmux config
# Setting the prefix from C-b to C-a
set -g prefix C-a
# Free the original Ctrl-b prefix keybinding
unbind C-b
# Setting the delay between prefix and command
set -sg escape-time 1
# Ensure that we can send Ctrl-A to other apps