[ Launch: Tributary inlet ] 5195813 by ingenioustechie
[ Launch: from video 3 little circles ] 5196668 by ingenioustechie[ Launch Inlet ]Gist #3200444
[ Launch: bar chart ] 5221474 by ingenioustechie[ Launch: bar chart ] 5132616 by fzhang612
[ Launch: fundamental and harmonics ] 5221529 by ingenioustechie[ Launch: zeffii default ] 5100062 by zeffii[ Launch: zeffii default ] 5033869 by zeffii
[ Launch: Tributary inlet ] 5246208 by ingenioustechie
[ Launch: Arc Pie ] 5260888 by ingenioustechie
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
| yum install java-1.7.0-openjdk.i686 | |
| yum install tomcat6.noarch | |
| wget http://mirror.lividpenguin.com/pub/apache/lucene/solr/4.0.0/apache-solr-4.0.0.tgz | |
| tar -xzvf apache-solr-4.0.0.tgz | |
| cd apache-solr-4.0.0 | |
| cp -a example/solr /opt/ | |
| cp dist/apache-solr-4.0.0.war /opt/solr/solr.war | |
| chown tomcat:tomcat -R /opt/solr | |
| cat > /usr/share/tomcat6/conf/Catalina/localhost/solr.xml <<EOF |
[ Launch: topojson ] 5636305 by ingenioustechie
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
| from fabric.api import * | |
| """ | |
| Base configuration | |
| """ | |
| env.project_name = '$(project)' | |
| env.database_password = '$(db_password)' | |
| env.site_media_prefix = "site_media" | |
| env.admin_media_prefix = "admin_media" | |
| env.newsapps_media_prefix = "na_media" |
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
| # https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-256.conf | |
| set-option -g status-bg colour235 #base02 | |
| set-option -g status-fg colour136 #yellow | |
| set-option -g status-attr default | |
| # set window split | |
| bind-key v split-window -h | |
| bind-key b split-window | |
| # default window title colors |
OlderNewer