I hereby claim:
- I am creswick on github.
- I am creswick (https://keybase.io/creswick) on keybase.
- I have a public key ASAvh8Oe5bg5mpzCuBvrEU5sHDPBlv2olxajwOg-qP_9-go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import collection.mutable.Stack | |
| import org.scalatest._ | |
| import org.scalatest.prop.GeneratorDrivenPropertyChecks | |
| import org.scalacheck.Gen | |
| import org.scalacheck.Gen.{ listOf, Choose } | |
| import org.scalacheck.Gen | |
| // Built & run with: |
I hereby claim:
To claim this, I am signing this object:
| $ ghc-pkg-7.8.4 describe Cabal | |
| name: Cabal | |
| version: 1.22.4.0 | |
| id: Cabal-1.22.4.0-7d9c331edef1f9171a00f5a1f9e87ceb | |
| license: BSD3 | |
| copyright: 2003-2006, Isaac Jones | |
| 2005-2011, Duncan Coutts | |
| maintainer: cabal-devel@haskell.org | |
| stability: | |
| homepage: http://www.haskell.org/cabal/ |
I hereby claim:
To claim this, I am signing this object:
| package com.galois.qrstream.qrpipe; | |
| import static org.junit.Assert.assertEquals; | |
| import static org.junit.Assert.fail; | |
| import java.awt.image.BufferedImage; | |
| import java.io.File; | |
| import java.io.IOException; | |
| import java.util.Collection; | |
| import java.util.List; |
| import com.thoughtworks.xstream.annotations.XStreamAlias; | |
| import com.thoughtworks.xstream.annotations.XStreamAsAttribute; | |
| @XStreamAlias("sample") | |
| public class Sample { | |
| @XStreamAsAttribute | |
| @XStreamAlias("myns:name") | |
| public final String name; |
| import Control.Monad ( unless ) | |
| import Distribution.Simple | |
| import Distribution.Simple.Program.Types ( Program(..), simpleProgram ) | |
| import Distribution.PackageDescription ( PackageDescription(..), executables, | |
| hsSourceDirs, exeName, buildInfo ) | |
| import Distribution.Simple.LocalBuildInfo ( LocalBuildInfo(..), buildDir, bindir | |
| , substPathTemplate, absoluteInstallDirs ) | |
| import Distribution.Simple.Setup ( InstallFlags(..), BuildFlags, Flag, fromFlag | |
| , buildVerbose, CopyFlags(..), defaultCopyFlags ) | |
| import Distribution.Simple.Utils ( rawSystemExit, findProgramVersion) |
| public class WebTest { | |
| public static void main(String[] args) throws IOException { | |
| WebDriver driver = new FirefoxDriver(); | |
| Selenium selenium = new WebDriverBackedSelenium(driver, "http://google.com"); | |
| selenium.runScript("/* line 1 \r\n line 2 */"); | |
| } | |
| } |
| import java.io.File; | |
| import java.io.IOException; | |
| import org.openqa.selenium.WebDriver; | |
| import org.openqa.selenium.chrome.ChromeDriver; | |
| import org.openqa.selenium.chrome.ChromeOptions; | |
| public class WebTest { | |
| public static void main(String[] args) throws IOException { |