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
| This is some test text from vim |
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
| { | |
| "title": "logstareamer", | |
| "services": { | |
| "query": { | |
| "idQueue": [], | |
| "list": { | |
| "0": { | |
| "query": "tags:staginga", | |
| "alias": "Staging A", | |
| "color": "#7EB26D", |
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
| Download http://aristaeus.mediagraft.com:8080/plugins-release/eu/appsatori/gradle-fatjar-plugin/0.2-rc1/gradle-fatjar-plugin-0.2-rc1.pom | |
| Download http://aristaeus.mediagraft.com:8080/plugins-release/info/solidsoft/gradle/pitest/gradle-pitest-plugin/0.30.0/gradle-pitest-plugin-0.30.0.pom | |
| Download http://aristaeus.mediagraft.com:8080/plugins-release/org/pitest/pitest/0.30/pitest-0.30.pom | |
| Download http://aristaeus.mediagraft.com:8080/plugins-release/org/pitest/pitest-parent/0.30/pitest-parent-0.30.pom | |
| Download http://aristaeus.mediagraft.com:8080/plugins-release/org/sonatype/oss/oss-parent/7/oss-parent-7.pom | |
| Download http://aristaeus.mediagraft.com:8080/plugins-release/junit/junit/4.10/junit-4.10.pom | |
| Download http://aristaeus.mediagraft.com:8080/plugins-release/org/testng/testng/6.1.1/testng-6.1.1.pom | |
| Download http://aristaeus.mediagraft.com:8080/plugins-release/org/sonatype/oss/oss-parent/3/oss-parent-3.pom | |
| Download http://aristaeus.mediagraft.com:8080/plugins-release/org/hamcrest/hamcrest-core/1.1/hamcrest-cor |
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
| # curl http://localhost:8765/api/v1/package/libxfont1/environment=stagingf | json_pp | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 122 100 122 0 0 9 0 0:00:13 0:00:12 0:00:01 28 | |
| { | |
| "environment" : "stagingf", | |
| "hiera" : false, | |
| "mcollective" : [ | |
| { | |
| "version" : "1:1.4.5-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
| (define-module (ipv4-router) | |
| #:use-module (oop goops) | |
| #:use-module (srfi srfi-11) | |
| #:export | |
| (<ipv4-address> ip | |
| <ipv4-network> network prefix prefix-length mask | |
| prefixlen->intmask | |
| ip-in-network? | |
| <ipv4-route> route net gw misc | |
| <ipv4-table> |
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
| tomcat.accesses 1407137582 724152 webapp=coreapi service=http-bio-8080 | |
| tomcat.accesses 1407137583 116714 webapp=coreapi service=http-bio-8443 | |
| c3p0.connections.busy 1407137583 0 | |
| c3p0.connections.total 1407137583 12 | |
| c3p0.connections.unclosedorphaned 1407137583 0 | |
| c3p0.connections.idle 1407137583 12 | |
| jvm.gc.count 1407137583 8969 name=ConcurrentMarkSweep | |
| jvm.gc.time 1407137583 203830 name=ConcurrentMarkSweep | |
| jvm.gc.count 1407137583 50156 name=ParNew | |
| jvm.gc.time 1407137583 225670 name=ParNew |
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 XMonad hiding (Tall,(|||)) | |
| import XMonad.Layout.LayoutCombinators -- use the one from LayoutCombinators instead | |
| import XMonad.Layout.LayoutHints | |
| import XMonad.Layout.HintedTile | |
| import XMonad.Layout.Named | |
| import XMonad.Layout.NoBorders | |
| import XMonad.Layout.SimpleFloat | |
| import XMonad.Layout.PerWorkspace | |
| import XMonad.Hooks.DynamicLog | |
| import XMonad.Hooks.ManageDocks |
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
| #lang racket | |
| (require racklog) | |
| (define last-team-on-call 'WebOps) | |
| (define %in-team %empty-rel) | |
| (%assert! %in-team () | |
| [('Baz 'WebOps)] | |
| [('DavidK 'Dev)] | |
| [('Tristan 'WebOps)]) |
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
| diff --git a/src/test/scala/uk/gov/ida/performance/IdaHttp.scala b/src/test/scala/uk/gov/ida/performance/IdaHttp.scala | |
| index 92b236c..d21d79b 100644 | |
| --- a/src/test/scala/uk/gov/ida/performance/IdaHttp.scala | |
| +++ b/src/test/scala/uk/gov/ida/performance/IdaHttp.scala | |
| @@ -33,20 +33,20 @@ class IdaHttp(requestName: String) { | |
| url match { | |
| case HEADLESS_SUCCESS(uri) => | |
| httpRequest("GET", urlExpression) | |
| - .check(regex("""<input type="hidden" value="([^\"]*)" name="SAMLRequest"/>""").saveAs("samlRequest")) | |
| - .check(regex("""<input type="hidden" value="([^\"]*)" name="RelayState"/>""").saveAs("relayState")) |
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
| inTeam(Name,Team) :- teamMember(Name, Team,_,_). | |
| isFTA(Name,IsFTA) :- teamMember(Name, _,IsFTA,_). | |
| timePref(Name,TimePref) :- teamMember(Name, _,_,TimePref). | |
| teamMembers(Team,Ps) :- setof(P,inTeam(P,Team),Ps). | |
| allFTA(Ps) :- setof(P,isFTA(P,'True'),Ps). | |
| teamSize(Team,Count) :- | |
| teamMembers(Team,Ps), |