Skip to content

Instantly share code, notes, and snippets.

@corburn
Last active August 29, 2015 14:18
Show Gist options
  • Save corburn/c74ea66cf60de24bd3d6 to your computer and use it in GitHub Desktop.
Save corburn/c74ea66cf60de24bd3d6 to your computer and use it in GitHub Desktop.
Tools
=====
- [Intel XDK](https://software.intel.com/en-us/html5/tools)
HTML5 Cross platform dev tool.
- [Vagrant](https://www.vagrantup.com/)
Lightweight portable deve environments.
- [Docker](https://www.docker.com/)
An open platform for distributed applications for developers and sysadmins.
Services
========
- [PaperTrail](http://help.papertrailapp.com/)
Hosted log management.
- [Cordova](https://cordova.apache.org/)
A platform for building native mobile applications using HTML, CSS and JavaScript.
- [RawGit](https://rawgit.com/)
Serve raw files directly from Github with correct Content-Type headers and free CDN.
- [New Relic](http://newrelic.com/)
Software analytics SaaS
http://redash.io/
Environment Variables
=====================
- DYLD_LIBRARY_PATH
Mac OS X dynamic linker paths. See `man dyld`.
export DOCKER_HOST=tcp://192.168.59.103:2376
export DOCKER_CERT_PATH=$HOME/.boot2docker/certs/boot2docker-vm
export DOCKER_TLS_VERIFY=1
$ export DOCKER_HUB_USER=nathanleclaire # Your username on Docker Hub
$ export AWS_VPC_ID=vpc-fe10ab9b # The default VPC for us-east-1 for your account
$ export AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
$ export AWS_ACCESS_KEY_ID=xxxxxxxxxxxxxxxxxxxx
http://www.postgresql.org/docs/devel/static/libpq-envars.html
Just for Fun
============
http://static.echonest.com/labs/
https://codefights.com/
http://codecombat.com/
Protocols
=========
SSDP
mDNS
elasticsearch sphinx lucene solr xapian
haproxy squid
python tornado
http://www.typescriptlang.org/
http://definitelytyped.org/
http://webcomponents.org/
http://www.html5rocks.com/en/
Github Organizations
====================
http://microsoft.github.io/
http://caniuse.com/
http://www.google.com/design/
Protocols
=========
https://code.google.com/p/omaha/wiki/ServerProtocol
https://raftconsensus.github.io/
http://www.cs.yale.edu/homes/aspnes/pinewiki/Paxos.html
Sublime Plugin
==============
https://github.com/waigani/GoOracle
https://github.com/DisposaBoy/GoSublime
Generators
==========
https://mozilla.github.io/server-side-tls/ssl-config-generator/
http://bashrcgenerator.com/
Whitepapers
===========
http://www.cs.princeton.edu/~rs/
Tips
====
vim
https://www.cs.oberlin.edu/~kuperman/help/vim/home.html
bash
http://www.cyberciti.biz/tips/bash-aliases-mac-centos-linux-unix.html
MetaList
========
List of free web services for scientific research collaboration and publishing
https://github.com/Docollab/free-scientific-research-web-services
List of freely available programming books
https://github.com/vhf/free-programming-books
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
https://github.com/ripienaar/free-for-dev
...
Commandline max length: ARG_MAX
http://stackoverflow.com/a/19355351
homebrew site packages
mkdir -p ~/Library/Python/2.7/lib/python/site-packages
echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> ~/Library/Python/2.7/lib/python/site-packages/homebrew.pth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment