Evan Carroll
Evan Carroll
If anyone can do it and get bragging rights on Perl core, it's you. No idea what's going on, but you'll have a steep claim if you can use a...
Yea, I found `dl_unload_file` it was in the original question. It's great, but the gains for using aren't really there. Nor with `Symbol::delete_packages` -- at least for this challenge. If...
Damn @rurban you got some determination on this one. =) Looking forward to the blog post describing the Voodoo of the Gods.
Would this work with replacement patterns? For instance, `s/(foobar)/$1/`
What about the use case of jQuery without a window? jQuery provides $.ajax which some very large frameworks require (like Backbone.js). If we could do ``` Backbone.$ = require('jquery') ```...
Just for reference [from the 1.2 spec](http://yaml.org/spec/1.2/spec.html) > The primary objective of this revision is to bring YAML into compliance with JSON as an official subset. YAML 1.2 is compatible...
I added a license to my branch for the project https://github.com/EvanCarroll/russian-troll-tweets/blob/master/LICENSE I choose CC-ZERO (which is a better at MIT and does what MIT does).
Schema can be found in my project, https://github.com/EvanCarroll/russian-troll-tweets/blob/master/PostgreSQL/create.psql
New Version 2.0 Schema for PostgreSQL. We now have Primary Keys (unique twitter ids), and int8 account ids. https://github.com/EvanCarroll/russian-troll-tweets/blob/version_2/PostgreSQL/create.psql
If you want to make this work with my schema, I'll make you a contributor and we can develop on it instead. * https://github.com/EvanCarroll/russian-troll-tweets I think putting the python code...