- July 8, 2014 - Grooveshark Machine
- February 24, 2014 - Start Spring
- February 12, 2014 - iOS 7 Design Quirk
- January 30, 2014 - XBox Achievements
- January 22, 2014 - Wanted: #ldnont Council Meeting Vote Parser
- November 22, 2013 - Gluten Free Lunch
- October 24, 2013 - QRapt
- October 23, 2013 - QRPong
- October 14, 2013 - gifmirror
- September 18, 2013 - gifparty
March 20, 2013 - That’s a silly question. Of course you do. Who doesn’t?
WELL, here’s your chance. This Friday, March 22nd, you have the opportunity to rescue some of London’s best and brightest developers from a pizza-less Hello World! You can even wear a cape.
And that’s not all. The Explode Code team is looking for ongoing sponsorship for 2 event streams, which each run on a quarterly basis. The awesome people at Big Viking Games have kindly offered up their sweet space for all of our events, but we still need some help feeding bellies while we’re feeding minds. We’re looking for a generous sponsor (or group of sponsors) who can help us continue our series and build a stronger, more collaborative and more innovative developer community here in London.
Here’s the breakdown:
/* | |
* | |
* numfader | |
* by Gavin Blair | |
* http://github.com/gavinblair | |
* | |
* usage: | |
* //create a new numfader object on an element | |
* var myfader = new numfader(document.getElementById("mydiv")); | |
* |
AddType image/svg+xml svg svgz | |
AddEncoding gzip svgz |
for(var k in myarray){ | |
for(var l in myarray[k]){ | |
//do something with myarray[k][l] | |
} | |
} | |
for(var k in someotherarray){ | |
for(var l in someotherarray[k]){ | |
//do something with someotherarray[k][l] | |
} |
You are surrounded by many doors. Each door has a sign on it. | |
$ ls | |
You are surrounded by many doors. Each door has a sign on it: | |
.. | |
websites | |
documents | |
desktop |
$ ssh [email protected] | |
<enter password> | |
# cd ~ | |
# curl -sS http://getcomposer.org/installer | php | |
# php ~/composer.phar | |
# cd /websites | |
# php ~/composer.phar create-project laravel/laravel your-project-name | |
# cd your-project-name | |
# php ~/composer.phar install |
Are you interested in bringing transparency to our city council?
When it comes to voting time, the only information most people have to help make their decision is what the politicians say about themselves and each other. This is not ideal, because the average citizen neither trusts politicians, nor has access to the information that they can use to make informed decisions.
Open Council will make council proceedings readily available to citizens, hopefully moving them to contact city council members with their thoughts, and make more informed choices when voting in municipal elections. This includes:
module.exports = function(grunt){ | |
var theme = 'mytheme'; | |
var timestamp = grunt.template.today("yyyymmddhMMss"); | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
uglify: { | |
options: { | |
banner: '/*! <%= pkg.name %> <%= grunt.template.today() %> */\n' | |
}, | |
build: { |