Skip to content

Instantly share code, notes, and snippets.

View iskorum's full-sized avatar

Yasin YILMAZ iskorum

  • Unicrow
  • Trabzon, Türkiye
  • 02:17 (UTC +03:00)
View GitHub Profile
@dannguyen
dannguyen / uber-install-213.sh
Last active May 30, 2018 05:19
Make everything install on Ubuntu 14.04 and 14.10, specifically for AWS and DigitalOcean
## Tested on 14.04 and 14.10. Runs as root because why not
## Installs:
# - Ubuntu developer tools
# - Python (using system 2.7.6 / 2.7.8)
# - scipy libs
# - scikit-learn
# - nltk
# - Ruby 2.1.5
# - rbenv
# - nokogiri
@amit-y
amit-y / Gruntfile.js
Created February 9, 2015 22:25
Grunt task to search and replace strings in file
module.exports = function(grunt) {
// Load grunt tasks automatically
require('load-grunt-tasks')(grunt);
// Time how long tasks take. Can help when optimizing build times
require('time-grunt')(grunt);
// Project configuration.
grunt.initConfig({