Andrew Whitworth
Andrew Whitworth
I know you were hesitant about this addition. I'd really like to get your opinion about the current syntax and other details. I found and fixed a few unrelated bugs...
Is it possible to get better names for the generated PIR subs? Something like "_block128" is probably very easy to produce in terms of code generation, but it makes for...
http://gist.github.com/455249 In this gist, the keyword "next" is called like a function with "next()". I'm not sure if this would be valid Perl6 or not, but the generated PIR has...
DO NOT MERGE YET This PR starts playing with an idea of customizable win criteria. In the game normally there are basically 7 criteria to win: min culture, min prosperity,...
Need to create a proper project webpage using Github's project pages feature
Extracting the id number of the video from the hosting site can be difficult, especially for new and inexperienced users. Add the ability to insert the entire hyperlink to the...
Use something like SWFObject (http://code.google.com/p/swfobject/) to insert flash videos on the page, instead of manually outputting the embed tag code.
Some small text changes/fixes to welcome.tmpl
Add overloads for .PublishAsync and .SubscribeAsync to pass in a data parameter and hopefully avoid creating unnecessary closures. When we do pubSub.PublishAsync(message, config => ...) if we need to reference...