Skip to content

Instantly share code, notes, and snippets.

View easierbycode's full-sized avatar

▓▒░ ♔ Daniel ♔ ░▒▓ easierbycode

View GitHub Profile
/*
Live.js - One script closer to Designing in the Browser
Written for Handcraft.com by Martin Kool (@mrtnkl).
Version 4.
Recent change: Made stylesheet and mimetype checks case insensitive.
http://livejs.com
http://livejs.com/license (MIT)
@livejs
- (#baby-girl || #👶-👧) -> http://daniel.team/life
-OR- http://babybrooke.net
- (#baby-bear || #👶-🐻) -> http://daniel.team/life
-OR- http://sawyerrae.com
- (#funny || #😅) -> http://daniel.team/life
-OR- http://easierbycode.com
- #easierbycode -> http://daniel.team/code
-OR- http://followdaniel.com
- #teach-dc-code -> http://daniel.team/hacks
-OR- http://deftonescodemonkey.com
if (DRJ.lifeChoices == RWH.lifeChoices) and DRJ.thanksGodEveryday then ['true happiness', "a <future>#{<strong>HAPPY</strong>}family</future>"] == true
<script src="https://gist.github.com/easierbycode/f2cc82d553ecd86a8780.js"></script>
[].forEach.call(document.querySelectorAll('img'), function (img) { if (/\.gif/i.test(img.src)) img.remove() })
cats = ['😸', '😼', '🐱'];
// access the first 3 items of array
cat1 = cats[0];
cat2 = cats[1];
cat3 = cats[2];
// destructure the array (ES2015)
var [c1, c2, c3] = cats;
console.log( c1, c2, c3 );
Current location:
Phoenix
Will visit:
San Diego, San Francisco, Denver and Albuquerque
Roles:
Web Developer
Education:
Cisco Academy and University of Phoenix
Worked at:
NavSeeker LLC, The Evogi Group Inc.
▓▒░ <code> 🐵 </code>.club && 3viL&&h0tÉ\//-\@<code>uMNñ◬☨i.com == trueHappinessForever && repeats == Infinity ░▒▓
# -*- coding: utf-8 -*-
cat = {
'name' : 'Tom',
'weight' : 9.5,
'hungry' : True,
'photo' : '▓▒░({ =^⦿◬⦿^= })░▒▓',
'emoji' : '😸'
}
@easierbycode
easierbycode / index.html
Last active January 18, 2016 23:46 — forked from anonymous/index.html
// scrape-fu
<style id="jsbin-css">
/*
* Style tweaks
* --------------------------------------------------
*/
html,
body {
overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {