- Python on App Engine - https://developers.google.com/appengine/docs/python
- App Engine Python Library Support - https://developers.google.com/appengine/docs/python/tools/libraries27
- NDB API - https://developers.google.com/appengine/docs/python/ndb
- Google Clound Endpoints - http://endpoints-trusted-tester.appspot.com
- webapp2 - http://webapp-improved.appspot.com/
- appengine-rest-server - http://code.google.com/p/appengine-rest-server/
This file contains 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
grunt.registerTask('server', function (target) { | |
if (target === 'dist') { | |
return grunt.task.run(['build', 'open', 'connect:dist:keepalive']); | |
} | |
grunt.task.run([ | |
'clean:server', | |
'coffee:dist', | |
'compass:server', | |
'livereload-start', |
This file contains 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
data.result.forEach(function(entry, i) { | |
game.setBlock([-19, i, -6], 1) | |
}); |
This file contains 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
watch: { | |
scripts: { | |
files: ['**/*.js'], | |
tasks: ['compile-all-things'], | |
} | |
} | |
grunt.registerTask('mywatch', ['compile-all-things', 'watch']); |
This file contains 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
var csv = require('csv'); | |
var csvFile = 'some.csv'; | |
var records = []; | |
csv() | |
.from(csvFile) | |
.on('record', function (row, index) { | |
records.push(row); | |
}) |
This file contains 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
npm http 200 http://127.0.0.1:30126/validator/-/validator-0.4.9.tgz | |
npm http 200 http://127.0.0.1:30126/connect-fonts/-/connect-fonts-0.0.9-alpha8.tgz | |
npm ERR! [email protected] preinstall: `node ./scripts/lockdown` | |
npm ERR! `sh "-c" "node ./scripts/lockdown"` failed with 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] preinstall script. | |
npm ERR! This is most likely a problem with the browserid package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node ./scripts/lockdown |
This file contains 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
test |
This file contains 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
grunt.registerTask('taskname', 'My awesome task', function () { | |
var done = this.async(); | |
// Epic hacks | |
var grunt = require('grunt'); | |
grunt.task.init = function() {}; | |
grunt.initConfig({ | |
compress: { | |
target: { | |
options: { | |
archive: '../app.zip' |
List of Default Sublime Themes
All Hallow's Eve.tmTheme initial commit 2 years ago
Amy.tmTheme initial commit 2 years ago
Blackboard.tmTheme initial commit 2 years ago
Cobalt.tmTheme initial commit 2 years ago
OlderNewer