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 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2009, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | 341 |
github-java-corpus | 2,012 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2009, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | 1,049 |
github-java-corpus | 2,012 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2009, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | 299 |
github-java-corpus | 2,012 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2009, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | 302 |
github-java-corpus | 2,012 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2009, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | 313 |
github-java-corpus | 2,012 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2009, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | 292 |
github-java-corpus | 2,012 | package sample.model;
public class TweetVO {
private String id;
private String register;
private String tweets;
private String regDate;
private String[] test;
public TweetVO() {
super();
}
public TweetVO(String id, String register, String tweets, String regDate, String[] test) {
super();
this.id = id;
... | 250 |
github-java-corpus | 2,012 | package sample.mvc;
import java.lang.reflect.Field;
import java.net.URL;
import java.util.Collections;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Map;
import jcf.data.GridData;
import jcf.sua.exception.MciException;
import jcf.sua.mvc.MciRequest;
import jcf.sua.mvc.MciRequestAdapter;
im... | 1,354 |
github-java-corpus | 2,012 | package antisamy;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
import java.io.BufferedReader;
import java.io.StringReader;
import java.io.UnsupportedEncodingException;
import java.lang.reflect.Field;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import jc... | 821 |
github-java-corpus | 2,012 | package antisamy;
import java.io.UnsupportedEncodingException;
import java.util.List;
import jcf.sua.dataset.DataSetWriter;
import jcf.sua.mvc.MciDataSetAccessor;
import jcf.sua.mvc.MciResponse;
import jcf.sua.ux.json.dataset.JsonDataSetWriter;
import jcf.sua.ux.json.mvc.JsonResponse;
import org.springframework.mock... | 186 |
github-java-corpus | 2,012 | package antisamy;
import java.util.ArrayList;
import java.util.List;
import sample.model.TweetVO;
public class TestJsonObjectBuilder {
public TweetVO buildSingleObject(){
return new TweetVO("id1", "reg1", "<IMG SRC=javascript:alert!('XSS')>", null, null);
}
public List<TweetVO> buildCollectionObject(){
List... | 260 |
github-java-corpus | 2,012 | package antisamy;
import sample.model.TweetVO;
public class TestObjectBuilder {
public TweetVO getTweetVO() {
TweetVO tweetVO = new TweetVO();
tweetVO.setTweets("<IMG SRC=javascript:alert!('XSS')>");
tweetVO.setId("mine");
return tweetVO;
}
}
| 72 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 450 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 297 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable l... | 322 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 437 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 339 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 1,632 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 2,074 |
github-java-corpus | 2,012 | /*
Copyright 2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed t... | 346 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable l... | 330 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 315 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable l... | 325 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 202 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 1,277 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 788 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 735 |
github-java-corpus | 2,012 | /*
Copyright 2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed t... | 289 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 3,229 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 477 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 2,669 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 438 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 1,388 |
github-java-corpus | 2,012 | /*
* Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... | 4,553 |
github-java-corpus | 2,012 | /*
* Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... | 1,687 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable l... | 327 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 1,381 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 7,099 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 2,286 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 333 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 1,121 |
github-java-corpus | 2,012 | /*
Copyright 2005-2006 Seth Fitzsimmons <seth@mojodna.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | 1,156 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2006 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, ... | 752 |
github-java-corpus | 2,012 | package org.json;
/**
* The JSONException is thrown by the JSON.org classes when things are amiss.
* @author JSON.org
* @version 2010-12-24
*/
public class JSONException extends Exception {
private static final long serialVersionUID = 0;
private Throwable cause;
/**
* Constructs a JSO... | 138 |
github-java-corpus | 2,012 | package org.json;
import java.io.IOException;
import java.io.Writer;
/*
Copyright (c) 2006 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including witho... | 2,371 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish,... | 6,534 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, ... | 518 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish,... | 3,329 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, ... | 2,280 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, ... | 1,448 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, ... | 692 |
github-java-corpus | 2,012 | package org.json;
/**
* The <code>JSONString</code> interface allows a <code>toJSONString()</code>
* method so that a class can change the behavior of
* <code>JSONObject.toString()</code>, <code>JSONArray.toString()</code>,
* and <code>JSONWriter.value(</code>Object<code>)</code>. The
* <code>toJSONString... | 178 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, ... | 1,374 |
github-java-corpus | 2,012 | package org.json;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import java.io.StringReader;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software a... | 2,754 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish,... | 11,680 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2008 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish,... | 3,152 |
github-java-corpus | 2,012 | package org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, ... | 2,110 |
github-java-corpus | 2,012 | package org.mcstats;
/*
* Copyright 2011 Tyler Blair. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this list o... | 3,792 |
github-java-corpus | 2,012 | package ch.edocsyl.BanAnnouncer.bukkit;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerJoinEvent;
public class BanAnnouncerPL implements Listene... | 465 |
github-java-corpus | 2,012 | package ch.edocsyl.BanAnnouncer.bukkit;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnection;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.entity.Pla... | 2,551 |
github-java-corpus | 2,012 | package ch.edocsyl.BanAnnouncer.bukkit;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
public class BanAnnouncerCE implements CommandExecutor {
... | 1,024 |
github-java-corpus | 2,012 | package ch.edocsyl.BanAnnouncer.bukkit;
import org.bukkit.entity.Player;
public class BackgroundWorker implements Runnable{
private BanAnnouncer plugin;
private Player player;
private String args;
private int action;
Parser par = new Parser();
public BackgroundWorker(BanAnnouncer baplugin, Str... | 171 |
github-java-corpus | 2,012 | package ch.edocsyl.BanAnnouncer.bukkit;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutp... | 1,235 |
github-java-corpus | 2,012 | package ch.edocsyl.BanAnnouncer.bukkit;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnection;
import java.net.UnknownHostException;
public class UpdateManager {
private stat... | 316 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 348 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 422 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 340 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 624 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 882 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 469 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 530 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 340 |
github-java-corpus | 2,012 | package net.hamnaberg.json.util;
import com.google.common.base.Function;
import com.google.common.base.Optional;
import com.google.common.base.Predicate;
import com.google.common.collect.ImmutableList;
import java.util.*;
/**
* Created by IntelliJ IDEA.
* User: maedhros
* Date: 11/8/11
* Time: 10:22 PM
* To cha... | 309 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 158 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 324 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 325 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 165 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 258 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 277 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 507 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 419 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 492 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 486 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 162 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 182 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 229 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 1,122 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 152 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 641 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 1,454 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 282 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 787 |
github-java-corpus | 2,012 | /*
* Copyright 2011 Erlend Hamnaberg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 977 |
github-java-corpus | 2,012 | package com.yifanlu.kindle.epub;
import com.amazon.ebook.booklet.reader.sdk.BookException;
import com.amazon.ebook.booklet.reader.sdk.BookNavigator;
import com.amazon.ebook.booklet.reader.sdk.ReaderSDK;
import com.amazon.ebook.booklet.reader.sdk.content.Book;
import com.amazon.ebook.booklet.reader.sdk.content.Position... | 942 |
github-java-corpus | 2,012 | package com.yifanlu.kindle.epub;
import com.amazon.ebook.booklet.reader.sdk.BookNavigator;
import com.amazon.ebook.booklet.reader.sdk.content.*;
import java.awt.*;
/**
* Created by IntelliJ IDEA.
* User: yifanlu
* Date: 12/22/11
* Time: 4:21 PM
* To change this template use File | Settings | File Templates.
*/... | 929 |
github-java-corpus | 2,012 | package com.yifanlu.kindle.epub;
import com.amazon.ebook.booklet.reader.sdk.internal.RendererCapabilities;
/**
* Created by IntelliJ IDEA.
* User: yifanlu
* Date: 12/22/11
* Time: 5:07 PM
* To change this template use File | Settings | File Templates.
*/
public class EPUBRenderCapabilities extends RendererCapab... | 546 |
github-java-corpus | 2,012 | package com.yifanlu.kindle.epub;
import com.amazon.ebook.booklet.reader.sdk.content.*;
import com.amazon.ebook.booklet.reader.sdk.internal.AbstractBook;
import com.amazon.ebook.booklet.reader.sdk.internal.BookController;
import com.amazon.ebook.booklet.reader.sdk.internal.BookStateManager;
import java.awt.*;
import j... | 876 |
github-java-corpus | 2,012 | package com.yifanlu.kindle.epub;
import com.amazon.ebook.booklet.reader.sdk.content.Book;
import com.amazon.ebook.booklet.reader.sdk.content.Position;
import com.amazon.ebook.booklet.reader.sdk.content.PositionFactory;
import java.io.DataInputStream;
import java.io.IOException;
import java.io.InvalidObjectException;
... | 244 |
github-java-corpus | 2,012 | package com.yifanlu.kindle.epub;
import com.amazon.ebook.booklet.reader.sdk.content.Position;
import java.io.DataOutputStream;
import java.io.IOException;
/**
* Created by IntelliJ IDEA.
* User: yifanlu
* Date: 12/22/11
* Time: 4:52 PM
* To change this template use File | Settings | File Templates.
*/
public c... | 545 |
github-java-corpus | 2,012 | package com.yifanlu.kindle.epub;
import com.amazon.ebook.booklet.reader.sdk.content.ScreenInfo;
import com.amazon.ebook.booklet.reader.sdk.internal.BookView;
import java.awt.*;
/**
* Created by IntelliJ IDEA.
* User: yifanlu
* Date: 12/22/11
* Time: 4:28 PM
* To change this template use File | Settings | File T... | 342 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.