Source
stringclasses
1 value
Date
int32
2.01k
2.01k
Text
stringlengths
3
15.9M
Token_count
int32
1
2.44M
github-java-corpus
2,012
package ivory.regression.basic; import ivory.core.eval.Qrels; import ivory.regression.GroundTruth; import ivory.regression.GroundTruth.Metric; import ivory.smrf.retrieval.Accumulator; import ivory.smrf.retrieval.BatchQueryRunner; import java.util.Map; import java.util.Set; import junit.framework.JUnit4TestAdapter; ...
4,437
github-java-corpus
2,012
package ivory.regression.basic; import ivory.core.eval.Qrels; import ivory.regression.GroundTruth; import ivory.regression.GroundTruth.Metric; import ivory.smrf.retrieval.Accumulator; import ivory.smrf.retrieval.BatchQueryRunner; import java.util.Map; import java.util.Set; import junit.framework.JUnit4TestAdapter; ...
3,547
github-java-corpus
2,012
package ivory.regression.basic; import static ivory.regression.RegressionUtils.loadScoresIntoMap; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import ivory.core.eval.Qrels; import ivory.core.eval.RankedListEvaluator; import ivory.smrf.retrieval.Accumulator; import ivory.smrf....
12,643
github-java-corpus
2,012
package ivory.regression.basic; import static ivory.regression.RegressionUtils.loadScoresIntoMap; import static org.junit.Assert.assertEquals; import ivory.core.eval.Qrels; import ivory.core.eval.RankedListEvaluator; import ivory.smrf.retrieval.Accumulator; import ivory.smrf.retrieval.BatchQueryRunner; import java.ut...
2,729
github-java-corpus
2,012
package ivory.regression; import static org.junit.Assert.assertEquals; import ivory.core.eval.GradedQrels; import ivory.core.eval.Qrels; import ivory.core.eval.RankedListEvaluator; import ivory.smrf.retrieval.Accumulator; import java.util.HashMap; import java.util.Map; import org.apache.log4j.Logger; import edu.um...
1,026
github-java-corpus
2,012
package ivory.regression.sigir2011; import ivory.cascade.retrieval.CascadeBatchQueryRunner; import ivory.core.eval.GradedQrels; import ivory.regression.GroundTruth; import ivory.regression.GroundTruth.Metric; import ivory.smrf.retrieval.Accumulator; import java.util.Map; import junit.framework.JUnit4TestAdapter; im...
1,504
github-java-corpus
2,012
package ivory.regression.sigir2011; import ivory.cascade.retrieval.CascadeBatchQueryRunner; import ivory.core.eval.GradedQrels; import ivory.regression.GroundTruth; import ivory.regression.GroundTruth.Metric; import ivory.smrf.retrieval.Accumulator; import java.util.HashMap; import java.util.Map; import junit.framew...
4,141
github-java-corpus
2,012
package ivory.regression.sigir2011; import ivory.cascade.retrieval.CascadeBatchQueryRunner; import ivory.core.eval.GradedQrels; import ivory.regression.GroundTruth; import ivory.regression.GroundTruth.Metric; import ivory.smrf.retrieval.Accumulator; import java.util.Map; import junit.framework.JUnit4TestAdapter; im...
4,173
github-java-corpus
2,012
package ivory.regression.sigir2011; import ivory.cascade.retrieval.CascadeBatchQueryRunner; import ivory.core.eval.GradedQrels; import ivory.regression.GroundTruth; import ivory.regression.GroundTruth.Metric; import ivory.smrf.retrieval.Accumulator; import java.util.Map; import junit.framework.JUnit4TestAdapter; im...
3,030
github-java-corpus
2,012
package ivory.regression.sigir2011; import ivory.cascade.retrieval.CascadeBatchQueryRunner; import ivory.core.eval.GradedQrels; import ivory.regression.GroundTruth; import ivory.regression.GroundTruth.Metric; import ivory.smrf.retrieval.Accumulator; import java.util.Map; import junit.framework.JUnit4TestAdapter; im...
1,838
github-java-corpus
2,012
package ivory.regression.sigir2011; import ivory.cascade.retrieval.CascadeBatchQueryRunner; import ivory.core.eval.GradedQrels; import ivory.regression.GroundTruth; import ivory.regression.GroundTruth.Metric; import ivory.smrf.retrieval.Accumulator; import java.util.Map; import junit.framework.JUnit4TestAdapter; im...
3,056
github-java-corpus
2,012
package ivory.regression.sigir2011; import ivory.cascade.retrieval.CascadeBatchQueryRunner; import ivory.core.eval.GradedQrels; import ivory.regression.GroundTruth; import ivory.regression.GroundTruth.Metric; import ivory.smrf.retrieval.Accumulator; import java.util.Map; import junit.framework.JUnit4TestAdapter; im...
2,456
github-java-corpus
2,012
package ivory.regression.sigir2011; import ivory.cascade.retrieval.CascadeBatchQueryRunner; import ivory.core.eval.GradedQrels; import ivory.regression.GroundTruth; import ivory.regression.GroundTruth.Metric; import ivory.smrf.retrieval.Accumulator; import java.util.Map; import junit.framework.JUnit4TestAdapter; im...
3,343
github-java-corpus
2,012
package ivory.regression.sigir2011; import ivory.cascade.retrieval.CascadeBatchQueryRunner; import ivory.core.eval.GradedQrels; import ivory.regression.GroundTruth; import ivory.regression.GroundTruth.Metric; import ivory.smrf.retrieval.Accumulator; import java.util.Map; import junit.framework.JUnit4TestAdapter; im...
1,871
github-java-corpus
2,012
package org.jvnet.hudson.plugins.twitter; import java.io.BufferedReader; import java.io.InputStreamReader; import twitter4j.Twitter; import twitter4j.TwitterException; import twitter4j.TwitterFactory; import twitter4j.http.AccessToken; import twitter4j.http.RequestToken; public class Main { private stat...
419
github-java-corpus
2,012
package hudson.plugins.twitter; import hudson.model.User; import hudson.model.UserProperty; import hudson.model.UserPropertyDescriptor; import net.sf.json.JSONObject; import org.kohsuke.stapler.DataBoundConstructor; import org.kohsuke.stapler.StaplerRequest; import org.kohsuke.stapler.export.Exported; import org.kohs...
391
github-java-corpus
2,012
package hudson.plugins.twitter; import hudson.Extension; import hudson.Functions; import hudson.Launcher; import hudson.model.BuildListener; import hudson.model.Result; import hudson.model.AbstractBuild; import hudson.model.AbstractProject; import hudson.model.User; import hudson.scm.ChangeLogSet; import hu...
2,195
github-java-corpus
2,012
package hudson.plugins.twitter; import java.lang.reflect.Field; /** * Class to help with setting properties via reflection. * * @author justinedelson * */ public class ReflectionHelper { /** * Find a declared field in a class, including super classes. * * @param targetClass ...
442
github-java-corpus
2,012
package hudson.plugins.twitter; import hudson.Launcher; import hudson.model.AbstractBuild; import hudson.model.BuildListener; import hudson.model.FreeStyleBuild; import hudson.model.FreeStyleProject; import hudson.model.Result; import hudson.plugins.twitter.TwitterPublisher.DescriptorImpl; import hudson.tasks...
1,167
github-java-corpus
2,012
package hudson.plugins.twitter; import hudson.plugins.twitter.TwitterPublisher.DescriptorImpl; import org.junit.Assert; import org.jvnet.hudson.test.HudsonTestCase; public class ShouldIncludeURLTest extends HudsonTestCase { public void testTrueInDescriptor() throws Exception { DescriptorImpl d...
246
github-java-corpus
2,012
package com.saarang.mobop; import java.util.ArrayList; import android.app.ListActivity; import android.database.Cursor; import android.os.Bundle; import android.widget.ArrayAdapter; import android.widget.SimpleCursorAdapter; public class FavActivity extends ListActivity { private EventDbAdapter mDbHelper ; priva...
329
github-java-corpus
2,012
package com.saarang.mobop; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.SQLException; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.util.Log; public class EventDbAdapte...
1,009
github-java-corpus
2,012
package com.saarang.mobop; import java.util.Calendar; import android.app.Activity; import android.content.ActivityNotFoundException; import android.content.Intent; import android.database.Cursor; import android.net.Uri; import android.os.Bundle; import android.provider.CalendarContract; import android.provider.Cale...
1,792
github-java-corpus
2,012
package com.saarang.mobop; import java.util.ArrayList; import android.app.ListActivity; import android.content.ActivityNotFoundException; import android.content.Intent; import android.database.Cursor; import android.net.Uri; import android.os.Bundle; import android.util.Log; import android.view.ContextMenu; import an...
944
github-java-corpus
2,012
/* * jFCPlib - FcpConnectionTest.java - * Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later v...
510
github-java-corpus
2,012
/* * jFCPlib - FcpTest.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * *...
627
github-java-corpus
2,012
/* * jFCPlib - FileEntry.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
2,031
github-java-corpus
2,012
/* * jFCPlib - TestDDAResponse.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later versio...
620
github-java-corpus
2,012
/* * jFCPlib - EndListPersistentRequests.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any la...
326
github-java-corpus
2,012
/* * jFCPlib - SendDownloadFeed.java - Copyright © 2009 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later versi...
394
github-java-corpus
2,012
/* * jFCPlib - GetFailed.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
1,218
github-java-corpus
2,012
/* * jFCPlib - PeerRemoved.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. ...
389
github-java-corpus
2,012
/* * jFCPlib - AbstractSendFeedMessage.java - Copyright © 2009 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any late...
356
github-java-corpus
2,012
/* * jFCPlib - FpcConnection.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version....
3,980
github-java-corpus
2,012
/* * jFCPlib - PersistentRequestModified.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any la...
564
github-java-corpus
2,012
/* * jFCPlib - Persistence.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. ...
319
github-java-corpus
2,012
/* * jFCPlib - IdentifierCollision.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later ve...
422
github-java-corpus
2,012
/* * jFCPlib - GetNode.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * *...
571
github-java-corpus
2,012
/* * jFCPlib - SendTextFeed.java - Copyright © 2009 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. ...
353
github-java-corpus
2,012
/* * jFCPlib - FCPPluginReply.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version...
801
github-java-corpus
2,012
/* * jFCPlib - GetPluginInfo.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version....
427
github-java-corpus
2,012
/* * jFCPlib - ListPeers.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
479
github-java-corpus
2,012
/* * jFCPlib - StartedCompression.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later ver...
420
github-java-corpus
2,012
/* * jFCPlib - FinishedCompression.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later ve...
524
github-java-corpus
2,012
/* * jFCPlib - WebOfTrustPlugin.java - Copyright © 2009 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later versi...
5,555
github-java-corpus
2,012
/* * jFCPlib - TestDDAComplete.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later versio...
511
github-java-corpus
2,012
/* * jFCPlib - EndListPeers.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. ...
348
github-java-corpus
2,012
/* * jFCPlib - ClientPutComplexDir.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later ve...
1,783
github-java-corpus
2,012
/* * jFCPlib - ConfigData.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. *...
849
github-java-corpus
2,012
/* * jFCPlib - SubscribedUSKUpdate.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later ve...
506
github-java-corpus
2,012
/* * jFCPlib - PutFetchable.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. ...
477
github-java-corpus
2,012
/* * jFCPlib - PersistentRequestRemoved.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any lat...
438
github-java-corpus
2,012
/* * jFCPlib - SentFeed.java - Copyright © 2009 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
618
github-java-corpus
2,012
/* * jFCPlib - Priority.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
365
github-java-corpus
2,012
/* * jFCPlib - Peer.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * Th...
1,774
github-java-corpus
2,012
/* * jFCPlib - RemovePeer.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. *...
326
github-java-corpus
2,012
/* * jFCPlib - FcpUtils.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
3,168
github-java-corpus
2,012
/** * Package that holds all the message types that are used in the communication * with a Freenet Node. * * <h2>Usage</h2> * * This library was designed to implement the full range of the Freenet Client * Protocol, Version 2.0. At the moment the library provides a rather low-level * approach, wrapping each F...
255
github-java-corpus
2,012
/* * jFCPlib - DataFound.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
527
github-java-corpus
2,012
/* * jFCPlib - NodeData.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
1,085
github-java-corpus
2,012
/* * jFCPlib - SubscribeFeeds.java - Copyright © 2009 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version...
319
github-java-corpus
2,012
/* * jFCPlib - ClientPutDiskDir.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later versi...
1,440
github-java-corpus
2,012
/* * jFCPlib - TestDDARequest.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version...
417
github-java-corpus
2,012
/* * jFCPlib - NodeRef.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * *...
2,124
github-java-corpus
2,012
/* * jFCPlib - PersistentGet.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version....
1,002
github-java-corpus
2,012
/* * jFCPlib - GetConfig.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
1,014
github-java-corpus
2,012
/* * jFCPlib - TestDDAReply.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. ...
610
github-java-corpus
2,012
/* * jFCPlib - PluginInfo.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. *...
485
github-java-corpus
2,012
/* * jFCPlib - PutSuccessful.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version....
629
github-java-corpus
2,012
/* * jFCPlib - EndListPeerNotes.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later versi...
317
github-java-corpus
2,012
/* * jFCPlib - UploadFrom.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. *...
297
github-java-corpus
2,012
/* * jFCPlib - ListPersistentRequests.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later...
319
github-java-corpus
2,012
/* * jFCPlib - SimpleProgress.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version...
825
github-java-corpus
2,012
/* * jFCPlib - ClientHello.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. ...
505
github-java-corpus
2,012
/* * jFCPlib - AddPeer.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * *...
790
github-java-corpus
2,012
/* * jFCPlib - CloseConnectionDuplicateClientName.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your optio...
308
github-java-corpus
2,012
/* * jFCPlib - ModifyPeerNote.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version...
439
github-java-corpus
2,012
/* * jFCPlib - FcpMessage.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. *...
1,360
github-java-corpus
2,012
/* * jFCPlib - NodeHello.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
1,225
github-java-corpus
2,012
/* * jFCPlib - ListPeerNotes.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version....
343
github-java-corpus
2,012
/* * jFCPlib - GetRequestStatus.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later versi...
514
github-java-corpus
2,012
/* * jFCPlib - ClientGet.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
1,485
github-java-corpus
2,012
/* * jFCPlib - UnknownNodeIdentifier.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later ...
360
github-java-corpus
2,012
/* * jFCPlib - FcpConnectionHandler.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later v...
1,152
github-java-corpus
2,012
/* * jFCPlib - PersistentPutDir.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later versi...
1,236
github-java-corpus
2,012
/* * jFCPlib - Version.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * *...
883
github-java-corpus
2,012
/* * jFCPlib - ModifyPersistentRequest.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any late...
498
github-java-corpus
2,012
/* * jFCPlib - FcpClientListener.java - Copyright © 2009 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later vers...
307
github-java-corpus
2,012
/* * jFCPlib - PutRequest.java - Copyright © 2009 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. *...
317
github-java-corpus
2,012
/* * jFCPlib - FcpClientListenerManager.java - Copyright © 2009 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any lat...
412
github-java-corpus
2,012
/* * jFCPlib - FcpException.java - Copyright © 2009 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. ...
423
github-java-corpus
2,012
/* * jFCPlib - FcpClient.java - Copyright © 2009 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
8,381
github-java-corpus
2,012
/* * jFCPlib - Request.java - Copyright © 2009 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * *...
2,062
github-java-corpus
2,012
/* * jFCPlib - GetRequest.java - Copyright © 2009 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. *...
315
github-java-corpus
2,012
/* * jFCPlib - ProtocolError.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version....
632
github-java-corpus
2,012
/* * jFCPlib - FpcListener.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. ...
3,379
github-java-corpus
2,012
/* * jFCPlib - ListPeer.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
373
github-java-corpus
2,012
/* * jFCPlib - ModifyPeer.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. *...
485
github-java-corpus
2,012
/* * jFCPlib - WatchGlobal.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. ...
474
github-java-corpus
2,012
/* * jFCPlib - PersistentPut.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version....
1,027