Skip to content

Instantly share code, notes, and snippets.

View girliemac's full-sized avatar
📝
Working mostly on writing docs these days

Tomomi ❤ Imura girliemac

📝
Working mostly on writing docs these days
View GitHub Profile
@girliemac
girliemac / datasync-01.js
Created December 5, 2014 21:38
Data Sync Demo
var home = pubnub.sync('home');
@girliemac
girliemac / 1.html
Created December 11, 2014 00:26
Data Sync Christmas Tree Demo
<!-- Include the PubNub Library (use the beta version)-->
<script src="js/pubnub.js"></script>
@girliemac
girliemac / 01.js
Last active August 29, 2015 14:17
Snapping LittleBits and Coding in Node.js
var five = require('johnny-five');
var board = new five.Board();
board.on('ready', function() {
led = new five.Led(5); // create a Led on pin 5
led.strobe(1000); // strobe for 1000ms
this.repl.inject({
led: led
});
});
@girliemac
girliemac / world-50m.json
Created August 7, 2015 00:03
TopoJSON World Map
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@girliemac
girliemac / LICENSE.txt
Created September 21, 2011 05:41 — forked from 140bytes/LICENSE.txt
140byt.es -- Click ↑↑ fork ↑↑ to play!
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@girliemac
girliemac / dabblet.css
Created December 16, 2011 07:08
CSS Gradients and Reflection on text
/**
* CSS Gradients and Reflection on text
* @girlie_mac
*/
section {
position: relative;
margin-top: -140px;
}
@girliemac
girliemac / dabblet.css
Created December 20, 2011 20:59
CSS3 Filter Abusing Demo by @girlie_mac
/**
* CSS3 Filter Abusing Demo by @girlie_mac
* View this on Webkit Nightly (tested on 103339)
* http://nightly.webkit.org/
*/
.omg-cat {
-webkit-animation: invert 1s forwards 1s;
}
@girliemac
girliemac / dabblet.css
Created February 14, 2012 23:12
Happy Valentine's Day!
/**
* Happy Valentine's Day!
* Feb. 14th 2012
* @girlie_mac
*/
body {
background: #f06;
}
@girliemac
girliemac / 01.html
Last active October 1, 2015 00:01
PubNub Access Manager Getting Started Guide Code samples
<script src="http://cdn.pubnub.com/pubnub-[version number].js"></script>
@girliemac
girliemac / dabblet.css
Created March 25, 2012 01:18
Happy Valentine's Day!
/**
* Happy Valentine's Day!
* Feb. 14th 2012
* @girlie_mac
*/
body {
background: #f06;
}