Skip to content

Instantly share code, notes, and snippets.

View rjmacarthy's full-sized avatar
🐁
The Tetris effect

rj rjmacarthy

🐁
The Tetris effect
  • The Wilderness
  • 06:50 (UTC +01:00)
View GitHub Profile
@rjmacarthy
rjmacarthy / prorotypeBorrow
Created April 9, 2015 16:11
Array Prototype Borrow
https://jsfiddle.net/gmnb76km/
@rjmacarthy
rjmacarthy / StringSearcher
Last active August 29, 2015 14:18
String Searcher
https://jsfiddle.net/xar2g42r/1/
@rjmacarthy
rjmacarthy / moment
Last active August 29, 2015 14:17
Moment date
http://jsfiddle.net/0Ltv25o8/514/
http://jsfiddle.net/0Ltv25o8/515/
http://jsfiddle.net/0Ltv25o8/520/
// Momentus
http://jsfiddle.net/0Ltv25o8/523/
@rjmacarthy
rjmacarthy / jasmine
Last active August 29, 2015 14:15
Jasmine Playground
http://jsfiddle.net/wzAyL/260/
@rjmacarthy
rjmacarthy / callapply
Created February 4, 2015 17:32
Call and Apply Javascript
http://jsfiddle.net/ejd0g5ms/
@rjmacarthy
rjmacarthy / knockoutsample.js
Last active August 29, 2015 14:14
Knockout Sample With Initial Value
var ViewModel = {
inputValue : ko.observable()
};
ko.applyBindings(ViewModel);
var value = $('#text').data('value');
ViewModel.inputValue(value);
@rjmacarthy
rjmacarthy / recactcounter
Created January 14, 2015 15:08
React Example
http://jsfiddle.net/kb3gN/8968/
@rjmacarthy
rjmacarthy / calcpricefiddle
Last active August 29, 2015 14:13
Calcular Price Fiddle
http://jsfiddle.net/v7tmu6ss/3/
@rjmacarthy
rjmacarthy / nodegypwindows
Created December 23, 2014 16:53
node gyp windows
npm install <package> --msvs_version=<.net version>
@rjmacarthy
rjmacarthy / SassPackageJson
Created December 16, 2014 16:59
SASS Package.json
{
"name": "bitcointestnetfaucet",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"express": "~4.9.0",
"body-parser": "~1.8.1",