Skip to content

Instantly share code, notes, and snippets.

View mimiflynn's full-sized avatar

Mimi Flynn mimiflynn

View GitHub Profile
@mimiflynn
mimiflynn / server.js
Created June 17, 2014 14:23
Node http server for dev
# nodejs http server
```javascript
var http = require('http');
var path = require('path');
var url = require('url');
var fs = require('fs');
var port = 4020;
var extensions = {
@mimiflynn
mimiflynn / nodeGrowlFun.js
Last active August 29, 2015 14:05
Fun little test script to play around with using nodejs as a command line utility
#!/usr/bin/env node
console.log('this is a growl test script to play with node and growl');
if (process.argv[3]) {
// how to grab arguments from the command line
console.log('The arguments are: ', process.argv);
} else {
console.log('No arguments. Try running growlfun with some arguments');
}
@mimiflynn
mimiflynn / params.js
Created May 19, 2015 18:45
Quick params parser tool
#!/usr/bin/env node
var Qs = require('qs'),
params = 'params=goHere',
parse = Qs.parse(params);
console.log(parse);
@mimiflynn
mimiflynn / ejabberd.md
Last active August 29, 2015 14:23
How to make your own chat server with web interface
@mimiflynn
mimiflynn / index.html
Last active December 13, 2015 19:39 — forked from darwin/index.html
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="stylesheet" href="http://cmx.io/v/0.1/cmx.css"/>
<script src="http://cmx.io/v/0.1/cmx.js"></script>
<body>
<scene id="scene1">
<label t="translate(0,346)">
<tspan x="0" y="0em">I was promised cookies</tspan>
</label>
<actor t="translate(131,49)" pose="-11,9|-5,117|-11,99|-11,89|-11,79|-11,59|-16,34|-21,9|-6,34|-1,9|-18,79|-18,59|-6,79|-1,59">
var velocity = function (el, header) {
var wWidth = $(window).width(),
spacing = $(header).height(),
offset = $(el).offset();
// Create consistent velocity!
// Perfect velocity = 2550px per 3000milliseconds = .85 you know, since v = d/t
var current = window.pageYOffset;
@mimiflynn
mimiflynn / cravings.md
Created April 25, 2013 14:20
Sometimes, I crave food that is not good but is attached to activities I enjoy. This file is a mapping of my food cravings to past experiences.

Road Trips

Pizza Hut single serving cheese pan pizza

Camping

Instant oatmeal

@mimiflynn
mimiflynn / camping.md
Last active December 17, 2015 14:59
pack list for camping

Overall Camping

  • tent
  • ground pad
  • sleeping bag
  • handkercheif
  • flashlight
  • pocket knife
  • stove
  • pot
  • utensil for eating - spork