Skip to content

Instantly share code, notes, and snippets.

View nerdfiles's full-sized avatar
⚕️
bringing about the end-times of the philosophy

aha hah nerdfiles

⚕️
bringing about the end-times of the philosophy
View GitHub Profile
@nerdfiles
nerdfiles / beatnote.io
Created September 29, 2015 16:00
#idea--beatnote.io
# beatnote.io
Beatnote is a virtual music marketplace that turns everyday music service urls
into coupon and rewards urls. Share great talent, earn "beatworthies".
Beatnote might functions as a module to mplifyr, the engagement platform, as it
evolves toward a decentralized creative voting engine that rewards participants
who promote modular contracts which reflect optimally efficient competitive-growth
macroproperties of the network itself. The network should be able to predict its
own growth and favorably reward miners who are better at discovering and
@nerdfiles
nerdfiles / gist:28044c5f09180e42b53e
Created October 1, 2015 17:11 — forked from digitaljhelms/gist:1354003
Installing and using Gource on Mac OS X (only tested on Snow Leopard)

Gource

Gource is a software version control visualization tool.

Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project.

http://code.google.com/p/gource/

Installing Gource Manually (w/out MacPorts or Homebrew)

@nerdfiles
nerdfiles / Spirits-of-Meaning.md
Created November 8, 2015 16:47
Excerpt from Language and Memory with 'Patadata

Spirits of Meaning

I suppose for most humans the character of distrust amasses an inchoate form of experiences that generally lead to the creation of a certain cognitive faculty that promotes its continued success more rapidly at some ages, as opposed to others. For myself, the triggering experience was that distrust of my other Mother's epistemic tools for truth discovery. The limited range of phrases concerning problems of identity, motivation, concern, governance, and many others all leaned on the same narrative structure that more or less categorized someone else as the creator and myself as the discoverer of any

<form name="Form2" method="post" action="ArchiveReport.aspx?UidList=3735426" id="Form2">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTIxMzgyMzAzOTcPZBYCAgMPZBYEAgEPDxYCHgRUZXh0BRpUdWVzZGF5LCBOb3ZlbWJlciAyNCwgMjAxNWRkAgcPZBYCAgEPFgIeC18hSXRlbUNvdW50AgEWAmYPZBYGAgEPDxYCHwAFDTU4ICBDYXJsb3R0YSBkZAICDw8WAh8ABSNDdW11bGF0aXZlIERheXMgb24gTWFya2V0IChDRE9NKTogMWRkAgQPFgIfAQIBFgJmD2QWBgIBDw8WAh8ABQ1TaW5nbGUgRmFtaWx5ZGQCAg8PFgIfAAUnQ3VycmVudCBMaXN0aW5nIERheXMgb24gTWFya2V0IChET00pOiAxZGQCBA8WAh8BAgIWBGYPZBYEAgEPDxYCHwAFc01MUyMgPGEgaHJlZj0iL1NlYXJjaERldGFpbC9TY3JpcHRzL1BydEFndEZ1bC9QcnRBZ3RGdWwuYXNwP1BycD1SRVMmTWxzTnVtTGlzdD02NTExMDE1NSIgdGFyZ2V0PV9ibGFuaz42NTExMDE1NTwvYT5kZAIDDzwrAAsBAA8WCB4IRGF0YUtleXMWAB8BAgEeFV8hRGF0YVNvdXJjZUl0ZW1Db3VudAIBHglQYWdlQ291bnQCAWQWAmYPZBYCAgEPDxYEHglCYWNrQ29sb3IMHgRfIVNCAghkFhBmD2QWAmYPDxYEHwAFBkJOQ0wwMR4LTmF2aWdhdGVVcmwFMi9Sb3N0ZXIvU2NyaXB0cy9PZmZpY2VTcmhQb3BVcC5hc3A/T2ZmaWNlSUQ9Qk5DTDAxZGQCAQ9kFgJmDw8WBB8ABQNhY2UfBwUkL1Jvc3Rlci9TY3JpcHRzL01lbWJlci5hc3
@nerdfiles
nerdfiles / wordpress.base.requirements
Last active December 1, 2015 18:55
A plugin requirements spec.
name version
akismet 3.1.3
better-search-replace 1.2.8
contact-form-7 4.3.1
contact-form-7-to-database-extension 2.9.13
grunt-wordpress
json-api 1.1.1
options 1.0.2
redirection 2.4.3
so-clean-up-wp-seo 1.7.4
@nerdfiles
nerdfiles / gist:5e047a5551c02886e78d
Created December 11, 2015 18:59
Proper nginx proxy cache config.
# /etc/nginx/nginx.conf
worker_processes 4;
worker_rlimit_nofile 20480; # worker_connections * 4
events {
multi_accept on;
worker_connections 5120;
use epoll;
}
http {
@nerdfiles
nerdfiles / gist:3f90f6f282b8fcb0aa27
Created December 16, 2015 01:50
pyenv does not upgrade anything
foxmask@foxmask:~/.pyenv/versions/django-th-340$ pyenv virtualenv django-th-340 --help
Usage: pyenv virtualenv [-f|--force] [-u|--upgrade] [VIRTUALENV_OPTIONS] <version> <virtualenv-name>
pyenv virtualenv --version
pyenv virtualenv --help
-u/--upgrade Upgrade existing virtualenv to use new version of Python,
assuming Python has been upgraded in-place.
-f/--force Install even if the version appears to be installed already
foxmask@foxmask:~/.pyenv/versions/django-th-340$ python --version
class TextSaver
constructor: (@filename, @options) ->
@q = require 'Q'
save: (data) ->
def = @q.defer()
def.resolve data
def.promise
class CloudSaver extends TextSaver
class God
existing = false
causeGod: () ->
@causeAttributes()
@causeExtension()
causeAttributes: () ->
causeExtension: () ->
class GodWithAttributes extends God
existing = true
@nerdfiles
nerdfiles / .ctags
Created January 4, 2016 22:19 — forked from jackcviers/.ctags
.ctags description for JavaScript and Coffeescript
--langdef=js
--langmap=js:.js
--regex-js=/([A-Za-z0-9._$]+)[ \t]*[:=][ \t]*\{/\1/,object/
--regex-js=/([A-Za-z0-9._$()]+)[ \t]*[:=][ \t]*function[ \t]*\(/\1/,function/
--regex-js=/function[ \t]+([A-Za-z0-9._$]+)[ \t]*\(([^)])\)/\1/,function/
--regex-js=/([A-Za-z0-9._$]+)[ \t]*[:=][ \t]*\[/\1/,array/
--regex-js=/([^= ]+)[ \t]*=[ \t]*[^"]'[^']*/\1/,string/
--regex-js=/([^= ]+)[ \t]*=[ \t]*[^']"[^"]*/\1/,string/
--langdef=coffee
--langmap=coffee:.coffee