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
package foo | |
import org.apache.lucene.document.Document | |
import org.apache.lucene.document.Field | |
import com.eaio.uuid.UUID | |
import org.apache.lucene.store.FSDirectory | |
import java.io.File | |
import org.apache.lucene.index.IndexWriter | |
import org.apache.lucene.analysis.WhitespaceAnalyzer |
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
package main | |
import ( | |
"github.com/tux21b/gocql" | |
"log" | |
) | |
// create table foo ( | |
// bar bigint, | |
// baz ascii, |
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
public <T> T execute(Function<DSLContext,T> fun) { | |
T result = null; | |
Connection connection = null; | |
DatabaseException userException = null; | |
try { | |
connection = dataSource.getConnection(); | |
connection.setAutoCommit(false); |
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
Using worker: worker-linux-11-2.bb.travis-ci.org:travis-linux-2 | |
$ git clone --depth=50 git://github.com/gocql/gocql.git gocql/gocql | |
Cloning into 'gocql/gocql'... | |
remote: Counting objects: 652, done. | |
remote: Compressing objects: 100% (347/347), done. | |
remote: Total 652 (delta 388), reused 558 (delta 304) | |
Receiving objects: 100% (652/652), 271.73 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (388/388), done. | |
Checking connectivity... done. |
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
Using worker: worker-linux-9-1.bb.travis-ci.org:travis-linux-10 | |
$ git clone --depth=50 git://github.com/gocql/gocql.git gocql/gocql | |
Cloning into 'gocql/gocql'... | |
remote: Counting objects: 647, done. | |
remote: Compressing objects: 100% (348/348), done. | |
remote: Total 647 (delta 385), reused 550 (delta 298) | |
Receiving objects: 100% (647/647), 270.06 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (385/385), done. | |
Checking connectivity... done. |
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
/** | |
* Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, | |
* totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae | |
* dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, | |
* sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, | |
* qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi | |
* tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, | |
* quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? | |
* Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, | |
* vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?" |
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
Using worker: worker-linux-5-1.bb.travis-ci.org:travis-linux-8 | |
travis_fold:start:git.1 | |
[0Ktravis_time:start:08144280 | |
[0K$ git clone --depth=50 git://github.com/gocql/gocql.git gocql/gocql | |
Cloning into 'gocql/gocql'... | |
remote: Counting objects: 1063, done.[K | |
remote: Compressing objects: 0% (1/501) [K | |
remote: Compressing objects: 1% (6/501) [K | |
remote: Compressing objects: 2% (11/501) [K |
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
Using worker: worker-linux-10-2.bb.travis-ci.org:travis-linux-8 | |
$ git clone --depth=50 git://github.com/gocql/gocql.git gocql/gocql | |
Cloning into 'gocql/gocql'... | |
remote: Counting objects: 1063, done. | |
remote: Compressing objects: 100% (501/501), done. | |
remote: Total 1063 (delta 627), reused 982 (delta 557) | |
Receiving objects: 100% (1063/1063), 397.04 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (627/627), done. | |
Checking connectivity... done. |
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
Using worker: worker-linux-4-1.bb.travis-ci.org:travis-linux-16 | |
travis_fold:start:git.1 | |
[0Ktravis_time:start:2f433f65 | |
[0K$ git clone --depth=50 git://github.com/gocql/gocql.git gocql/gocql | |
Cloning into 'gocql/gocql'... | |
remote: Counting objects: 1063, done.[K | |
remote: Compressing objects: 0% (1/501) [K | |
remote: Compressing objects: 1% (6/501) [K | |
remote: Compressing objects: 2% (11/501) [K |
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
package se.qall.middleton.services; | |
import com.jayway.restassured.RestAssured; | |
import com.relops.snowflake.Snowflake; | |
import com.xebialabs.restito.server.StubServer; | |
import org.glassfish.grizzly.http.Method; | |
import org.glassfish.grizzly.http.server.Response; | |
import org.junit.After; | |
import org.junit.Before; | |
import org.junit.Test; |
OlderNewer