This file contains 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
bash-completion clojure cmake colortail couchdb erlang gdbm git git-flow gradle grails groovy icu4c maven mongodb mysql neon node nspr pidof pkg-config pwgen python rabbitmq readline repl rlwrap scala spidermonkey sqlite subversion tomcat tree |
This file contains 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
require 'formula' | |
class GitManuals < Formula | |
url 'http://ftp.uk.freesbie.org/sites/ftp.kernel.org/pub/software/scm/git-core/git-manpages-1.7.6.1.tar.bz2' | |
md5 'cae559424a62507cb2c15252d85a158e' | |
end | |
class GitHtmldocs < Formula | |
url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.6.1.tar.bz2' | |
md5 'f698e0abbf1555582e30320930391c59' |
This file contains 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
<bean id="sql" class="grooovy.sql.Sql"> | |
<constructor-arg ref="dataSource"/> | |
</bean> |
This file contains 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
import org.mbte.gretty.httpserver.GrettyServer | |
@GrabResolver(name='gretty', root='http://groovypp.artifactoryonline.com/groovypp/libs-releases-local') | |
@Grab('org.mbte.groovypp:gretty:0.4.302') | |
def server = new GrettyServer() | |
.localAddress(new InetSocketAddress(8080)) | |
.defaultHandler { response.json = [foo: 'foo value', bar: 'bar value'] } | |
.start() |
This file contains 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
cedric@churst:$ wget http://cdn01.prezi.com/prezi/desktop/PreziDesktop_3.077.air | |
--2012-01-28 14:19:53-- http://cdn01.prezi.com/prezi/desktop/PreziDesktop_3.077.air | |
Resolving cdn01.prezi.com... 74.201.0.130 | |
Connecting to cdn01.prezi.com|74.201.0.130|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 30121406 (29M) [application/x-zip] | |
Saving to: `PreziDesktop_3.077.air' | |
0% [> ] 260,580 --.-K/s in 0.1s |
This file contains 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
dojo.xhrGet({url: 'http://mcccon.mercurycc.com/blogs/roller-ui/rendering/feed/bobk/entries/atom?lang=en_us', handleAs: 'xml', load: function(data) { var entries = data.getElementsByTagName('entry'); dojo.forEach(entries, function(entry) { console.log(dojox.xml.parser.textContent(entry.getElementsByTagName('title')[0])) }) }}) |
This file contains 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
foo |
This file contains 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
dn: ou=people,o=sevenSeas | |
objectclass: organizationalUnit | |
objectclass: top | |
description: Contains entries which describe persons (seamen) | |
ou: people | |
dn: ou=groups,o=sevenSeas | |
objectclass: organizationalUnit | |
objectclass: top | |
description: Contains entries which describe groups (crews, for instance) |
This file contains 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
jbossbpm-users=user | |
jbossbpm-managers=manager | |
jbossbpm-admins=administrator |
This file contains 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
jaxb-impl-2.0EA3.jar | |
jaxb-xjc-2.0EA3.jar | |
jaxb-api-2.0EA3.jar | |
gpars-1.0-beta-3.jar | |
groovy-all-1.8.8.jar | |
jsr166y-1.7.0.jar | |
spock-core-0.6-groovy-1.8.jar | |
antlr-2.7.7.jar | |
protobuf-java-2.4.1.jar | |
h2-1.3.161.jar |
OlderNewer