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
| sudo apt-get install libpcre3-dev | |
| curl -O http://apache.mesi.com.ar/apr/apr-1.4.6.tar.gz | |
| curl -O http://apache.mesi.com.ar/apr/apr-util-1.4.1.tar.gz | |
| curl -O http://mirrors.linsrv.net/apache/httpd/httpd-2.4.3.tar.gz | |
| tar zxvf apr-1.4.6.tar.gz | |
| tar zxvf apr-util-1.4.1.tar.gz | |
| tar zxvf httpd-2.4.3.tar.gz | |
| mkdir httpd-2.4.3/srclib | |
| mv apr-1.4.6 httpd-2.4.3/srclib | |
| mv httpd-2.4.3/srclib/apr-1.4.6 httpd-2.4.3/srclib/apr |
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
| archivesBaseName = 'hoge' | |
| version = '0.0.0-snapshot' | |
| import com.google.javascript.jscomp.ant.CompileTask | |
| buildscript { | |
| repositories { | |
| mavenCentral() | |
| } | |
| dependencies { |
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
| yammer_refresh = setInterval(function(){ var t = jq('.yj-new-messages-link'); if(t.css('height') != "0px"){ t.click(); }}, 1000); |
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
| repositories { | |
| mavenCentral() | |
| } | |
| configurations { | |
| ftpAntTask | |
| } | |
| dependencies { | |
| ftpAntTask("org.apache.ant:ant-commons-net:1.8.2") { |
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
| def ant = new AntBuilder() | |
| ant.record(name: 'sample.log', loglevel: 'debug', emacsmode: false, append: false) | |
| // -> http://www.jajakarta.org/ant/ant-1.5/docs/ant-1.5/j/docs/manual/CoreTasks/recorder.html | |
| ant.copy(file: 'antlog.groovy', tofile: 'antlog.groovy.sample') |
NewerOlder