Skip to content

Instantly share code, notes, and snippets.

View greyxp's full-sized avatar

greyxp

View GitHub Profile

Keybase proof

I hereby claim:

  • I am greyxp on github.
  • I am greyxp (https://keybase.io/greyxp) on keybase.
  • I have a public key ASCRVNpAufTf_PKZ1WvE9J7-jRALZCvQgSWQOBjVSW6pGgo

To claim this, I am signing this object:

ls > contents.txt
@greyxp
greyxp / gist:27eea575add611c1f21aa8852e23e3a7
Created October 3, 2017 11:29
Slider Revolution Adaptive Hack
/*
replace the "65" in the "revapi65" part below with your slider's ID
http://tinyurl.com/zb6hzpc
*/
var api = revapi5;
var screenSize = jQuery(window).width(),
layout;
@greyxp
greyxp / atom-html-dicomment.cson
Last active June 14, 2017 09:51
Atom html comment snippet with divs, thx @akella for original sublime version
".text.html":
"di":
"prefix": "di"
"body": '''
<!-- begin $1 -->
<div class="$1">
$2
</div>
<!-- end $1 -->
'''