Skip to content

Instantly share code, notes, and snippets.

View snowdream's full-sized avatar
🏠
Working from home

snowdream snowdream

🏠
Working from home
View GitHub Profile
@snowdream
snowdream / .bashrc
Last active February 25, 2016 18:53
.bashrc for centos
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
# Set colors for man pages
@snowdream
snowdream / gradle.properties
Last active January 1, 2016 08:39
gradle.properties
signing.keyId=1278B2B2
signing.password=1234567
signing.secretKeyRingFile=/home/travis/secring.gpg
android.signingConfigs.release.storeFile = file(/home/travis/snowdream.keystore)
android.signingConfigs.release.storePassword = 1234567
android.signingConfigs.release.keyAlias = snowdream
android.signingConfigs.release.keyPassword = 1234567
sonatypeRepo=https://oss.sonatype.org/service/local/staging/deploy/maven2/
@snowdream
snowdream / github hosts
Last active January 4, 2020 00:16
github hosts
207.97.227.239 github.com
65.74.177.129 www.github.com
207.97.227.252 nodeload.github.com
207.97.227.243 raw.github.com
204.232.175.78 documentcloud.github.com
204.232.175.78 pages.github.com
@snowdream
snowdream / API Documentation Generator Tools
Created August 29, 2013 05:46
API Documentation Generator Tools
#API Documentation Generator Tools
1.jsondoc [http://jsondoc.org/](http://jsondoc.org/ "")
easily generate docs and playground for your RESTful API
2.apidocjs [http://apidocjs.com/](http://apidocjs.com/ "")
apiDoc creates a documentation from API descriptions in your source code.
3.swagger [https://developers.helloreverb.com/swagger/](https://developers.helloreverb.com/swagger/ "")
Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.