This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NOTES: GENERIC JS/DOM FORM BUILDER | |
UserSchema = { | |
$schema: "http://json-schema.org/draft-04/schema#" | |
title: "User" | |
description: "" | |
type: "object" | |
attributes: { | |
id: { | |
type: "string" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict' | |
GET = require 'request' | |
GROUP_ID = process.env.FACEBOOK_GROUP_ID | |
USER_ID = process.env.FACEBOOK_USER_ID | |
ACCESS_TOKEN = process.env.FACEBOOK_ACCESS_TOKEN | |
c = 100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict' | |
# Polymer => Angular :( | |
xImage = angular.module 'a-image', [] | |
xImage | |
.factory 'XImageElementObject', () -> | |
return XImageElementObject | |
xImage.instance = new XImageElementObject |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0010001100100000010010110110111101100100011000010111000001101111011100100110111001100001011100110010000001101101011000010110111001101001011001100110010101110011011101000000110100001010000011010000101001001011011011110110010001100001011100000110111101110010001000001110010001110010001000000111010001101001011011000110110000100000001110010011100100101110001110010010010100100000011001010111010001110100001000000111001101101010111001000110110001110110011011010110111101100100011001010111001001100101011100100110000101100100011001010010000001100110011011110111001001110101011011010010000001100101011001100111010001100101011100100111001101101111011011010010000001100100011001010111010000100000011000100110010101110011011101001110010101110010001000000111010001101001011011000110110000100000001110010011100100101110001110010010010100100000011000010111011000100000011100110110111011100100011011000110110001100001001011000010000001100110011010010110111001100001001011000010000001110000011100100110111101100110011001100111001101101001 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Memcached.prototype.keys = function (keys, done) { | |
var self = this; | |
// https://github.com/3rd-Eden/node-memcached/blob/master/examples/simple_cachedump.js | |
var findMatchingKeys = function (search_key, done) { | |
var glob = require('minimatch'); | |
var matching_keys = [] | |
var index_of_key = search_key.replace('*', ''); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::::: CURRENT/NEXT :: | |
- [FEATURE]: `Storage#get('post/*')` - get all documents of type 'post' (...using some kind of pagination if possible?) | |
[x] global | |
[x] redis | |
[ ] fs | |
[ ] memcached | |
[ ] leveldb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = function(requestData, done) { | |
var err = {}, responseData = {hello: "world"}; | |
done(err, responseData) | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for the server THOMSON has been deprecated (PreXP), disconnecting | |
smb1_smb_negotiate: Support for the server THOMSON has been deprecated (PreXP), disconnecting | |
disk2s2: media is not present. | |
0 [Level 3] [Facility com.apple.system.fs] [ErrType IO] [ErrNo 6] [IOType Read] [PBlkNum 6704] [LBlkNum 837] | |
0 [Level 3] [Facility com.apple.system.fs] [DevNode /dev/disk2s2] [MountPt /Volumes/Macintosh HD 1] | |
disk2s2: media is not present. | |
0 [Level 3] [Facility com.apple.system.fs] [ErrType IO] [ErrNo 6] [IOType Read] [PBlkNum 6704] [LBlkNum 837] | |
0 [Level 3] [Facility com.apple.system.fs] [DevNode /dev/disk2s2] [MountPt /Volumes/Macintosh HD 1] | |
disk2s2: media is not present. | |
0 [Level 3] [Facility com.apple.system.fs] [ErrType IO] [ErrNo 6] [IOType Read] [PBlkNum 6704] [LBlkNum 837] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! rasterizeHTML.js - v0.5.1 - 2013-11-14 | |
* http://www.github.com/cburgmer/rasterizeHTML.js | |
* Copyright (c) 2013 Christoph Burgmer; | |
/* Integrated dependencies: | |
* URI.js (MIT License/GPL v3), | |
* CSSOM (MIT License), | |
* xmlserializer (MIT License) */ | |
!function(a){"object"==typeof exports?module.exports=a():"function"==typeof define&&define.amd?define(a):"undefined"!=typeof window?window.CSSOM=a():"undefined"!=typeof global?global.CSSOM=a():"undefined"!=typeof self&&(self.CSSOM=a())}(function(){return function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);throw new Error("Cannot find module '"+g+"'")}var j=c[g]={exports:{}};b[g][0].call(j.exports,function(a){var c=b[g][1][a];return e(c?c:a)},j,j.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g<d.length;g++)e(d[g]);return e}({1:[function(a,b,c){var d={CSSRule:a("./CSSRule").CSSRule,MatcherList:a("./MatcherList").MatcherList};d.CSSDocument |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat ./input.png | potrace > ./output.eps | |
P4 | |
393 500 | |
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? |