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
import sys | |
... | |
def setClassPath(): | |
libDir = "/path/to/my/jar/files/" | |
classPaths = [ | |
"foo.jar", | |
"bar.jar" | |
] |
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
On my OSX Lion box with an up to date MacPorts installation the following does not work | |
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc | |
. ~/.bashrc | |
mkdir ~/local | |
mkdir ~/node-latest-install | |
cd ~/node-latest-install | |
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1 | |
./configure --prefix=~/local | |
make install # ok, fine, this step probably takes more than 30 seconds... |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<Module> | |
<ModulePrefs title="Gifts part 1 - Friends"> | |
<Require feature="opensocial-0.8"/> | |
<Require feature="dynamic-height" /> | |
</ModulePrefs> | |
<Content type="html"> | |
<![CDATA[ | |
<script type="text/javascript"> | |
function loadFriends() { |
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
<?xml version="1.0"?> | |
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> | |
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/"> | |
<category name="edu.nps.eccogs.eccoag"> | |
<priority value="DEBUG" /> | |
</category> | |
</log4j:configuration> |
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
import org.vertx.groovy.core.http.RouteMatcher | |
import org.vertx.groovy.core.http.HttpClient | |
import org.vertx.groovy.core.http.HttpClientRequest | |
import org.vertx.groovy.core.http.HttpServerResponse | |
import org.vertx.groovy.core.http.HttpClientResponse | |
// made with with vertx 1.3.0 | |
// set your own CAS server details, | |
// |
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
@Grab(group='com.github.groovy-wslite', module='groovy-wslite', version='0.7.2') | |
import wslite.rest.* | |
import wslite.http.auth.* | |
println "This is the add user script" | |
def client = new RESTClient("http://localhost:8080/api/jsonws/") | |
client.authorization = new HTTPBasicAuthorization("[email protected]", "test") | |
client.httpClient.sslTrustAllCerts = true |
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
// We assume that the input file 'users.csv' is a three field | |
// comma separated list of users | |
// John Q. User, [email protected], password_ofjohn | |
// | |
// Password can be empty, but the csv still needs a field there | |
// | |
// John Q. User, [email protected], | |
// (note the trailing comma) | |
// | |
// The name field must have at least two tokens. If there are three or more |
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
<!doctype html> | |
<html ng-app="Demo" ng-controller="DemoController"> | |
<head> | |
<meta charset="utf-8" /> | |
<title> | |
Grouping Nested ngRepeat Lists In AngularJS | |
</title> | |
</head> | |
<body> |
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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\IEDevTools] | |
"Disabled"=- | |
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\IEDevTools] | |
"Disabled"=- | |
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
SIMTIME SOURCE CALL SOURCE CHANGE_TRIGGER STACK TREE TOP | |
1.01 B_AH-1Z_H1 null ADD_GOAL | |
default | |
TacAirCycle true | |
fires | |
B_RW_BasicBehavior true | |
3.0 B_AH-1Z_H1 null ADD_GOAL | |
default | |
TacAirCycle true | |
fires |
OlderNewer