Last active
August 29, 2015 14:18
-
-
Save corburn/c74ea66cf60de24bd3d6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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