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 org.coffeecats.coffeetime.gameobjects.fooditemdefs;
import org.coffeecats.coffeetime.gameobjects.GameFoodItem;
import org.coffeecats.coffeetime.R;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.util.Log;
/** Describes the Sandwich food i... | 497 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects.fooditemdefs;
import org.coffeecats.coffeetime.gameobjects.GameFoodItem;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.util.Log;
import org.coffeecats.coffeetime.R;
/** Describes the "Nothing" food ... | 386 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects.fooditemdefs;
import org.coffeecats.coffeetime.gameobjects.GameFoodItem;
import org.coffeecats.coffeetime.R;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.util.Log;
/** Describes the Cupcake food it... | 492 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects.fooditemdefs;
import org.coffeecats.coffeetime.gameobjects.GameFoodItem;
import org.coffeecats.coffeetime.R;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.util.Log;
/** Describes the Coffee food ite... | 475 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects.fooditemdefs;
import org.coffeecats.coffeetime.gameobjects.GameFoodItem;
import org.coffeecats.coffeetime.R;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.util.Log;
/** Describes the Blended Drink f... | 511 |
github-java-corpus | 2,012 | /** Describe the "fast shoes" upgrade. See GameUpgrade class for details on what the
* class variables mean. */
package org.coffeecats.coffeetime.gameobjects.upgradedefs;
import org.coffeecats.coffeetime.gameobjects.GameUpgrade;
public class FasterShoesUpgrade extends GameUpgrade {
public static final String U... | 178 |
github-java-corpus | 2,012 | /** Describe the (2nd) CoffeeMachine upgrade. See GameUpgrade class for details on what the
* class variables mean. */
package org.coffeecats.coffeetime.gameobjects.upgradedefs;
import org.coffeecats.coffeetime.gameobjects.GameUpgrade;
public class CoffeeMachineUpgrade extends GameUpgrade {
public static final ... | 153 |
github-java-corpus | 2,012 | /** Describe the EspressoMachine upgrade. See EspressoMachine (GameItem) class for details on what GameItem
* this upgrade introduces into the game. See GameUpgrade class for details on what the
* class variables mean.
*/
package org.coffeecats.coffeetime.gameobjects.upgradedefs;
import org.coffeecats.coffeetime... | 178 |
github-java-corpus | 2,012 | /** Describe the Sound System upgrade. See GameUpgrade class for details on what the
* class variables mean. */
package org.coffeecats.coffeetime.gameobjects.upgradedefs;
import org.coffeecats.coffeetime.gameobjects.GameUpgrade;
public class SoundSystemUpgrade extends GameUpgrade {
public static final String UP... | 145 |
github-java-corpus | 2,012 | /** Describe the quick brewing upgrade. See GameUpgrade class for details on what the
* class variables mean. */
package org.coffeecats.coffeetime.gameobjects.upgradedefs;
import org.coffeecats.coffeetime.gameobjects.GameUpgrade;
public class QuickBrewingUpgrade extends GameUpgrade {
public static final String ... | 185 |
github-java-corpus | 2,012 | /** Describe the CounterTop upgrade. See CounterTop (GameItem) class for details on what GameItem
* this upgrade introduces into the game. See GameUpgrade class for details on what the
* class variables mean.
*/
package org.coffeecats.coffeetime.gameobjects.upgradedefs;
import org.coffeecats.coffeetime.gameobjec... | 172 |
github-java-corpus | 2,012 | /** Describe the "fast shoes" upgrade. See GameUpgrade class for details on what the
* class variables mean. */
package org.coffeecats.coffeetime.gameobjects.upgradedefs;
import org.coffeecats.coffeetime.gameobjects.GameUpgrade;
public class FastShoesUpgrade extends GameUpgrade {
public static final String UPG... | 148 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects;
import android.graphics.Bitmap;
/** GameFoodItem is simply a container class that describes a food item and how many points it
* is worth when given to a customer, or when thrown out
* @author ivany
*
*/
public abstract class GameFoodItem {
/**The name for this Ga... | 737 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
import org.coffeecats.coffeetime.gamelogic.GameInfo;
import org.coffeecats.coffeetime.gamelogic.Interaction;
import org.coffeecats.coffeetime.... | 3,505 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects;
import java.util.ArrayList;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
import org.coffeecats.coffeetime.gamelogic.GameInfo;
import org.coffeecats.coffeetime.gamelogic.Interaction;
import org.coffeecats.coffeetime.gamelogic.State;
import android.content.Contex... | 3,804 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects;
import java.util.ArrayList;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
import org.coffeecats.coffeetime.gamelogic.State;
import org.coffeecats.coffeetime.utility.CircularLi... | 2,524 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects.objectdefs;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
import org.coffeecats.coffeetime.gamelogic.GameInfo;
import org.coffeecats.coffeetime.gameobjects.GameItem;
import org.coffeecats.coffeetime.R;
import android.content.Context;
/** This class describes the ... | 544 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects.objectdefs;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
import org.coffeecats.coffeetime.gameobjects.GameItem;
import android.content.Context;
/** This class represents a tray of pie slices - basically an infinite sources of pie. Mmm pie. */
public class PieTra... | 196 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects.objectdefs;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
import org.coffeecats.coffeetime.gameobjects.GameItem;
import org.coffeecats.coffeetime.R;
import android.content.Context;
/** This class describes the Coffee Machine used in the TacoTime game
*
* @auth... | 511 |
github-java-corpus | 2,012 | /** CounterTop implements a GameItem that is a counter top. CoffeeGirl can placed prepared
* food items here without losing points. Then, CoffeeGirl can pick the prepared items up
* and serve them. This allows food items to be made out-of-turn with respect to the customers
* without having to use the trash can and ... | 1,588 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects.objectdefs;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
import org.coffeecats.coffeetime.gameobjects.GameItem;
import org.coffeecats.coffeetime.utility.CircularList;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFac... | 719 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects.objectdefs;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
import org.coffeecats.coffeetime.gameobjects.GameItem;
import android.content.Context;
import org.coffeecats.coffeetime.R;
/** This is a TrashCan. It is a GameItem. It is used for disposing of things for a... | 227 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects.objectdefs;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
import org.coffeecats.coffeetime.gameobjects.GameItem;
import android.content.Context;
/** This class represents a tray of cupcakes - basically an infinite sources of pastries. Yum! */
public class CupCake... | 199 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects.objectdefs;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
import org.coffeecats.coffeetime.gameobjects.GameItem;
import org.coffeecats.coffeetime.R;
import android.content.Context;
/** This class describes the microwave used in the TacoTime game.
* The microwave... | 538 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects.objectdefs;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
import org.coffeecats.coffeetime.gameobjects.GameItem;
import org.coffeecats.coffeetime.R;
import android.content.Context;
/** This class describes the Blender GameItem used in the TacoTime game
*
* @au... | 437 |
github-java-corpus | 2,012 | /** CustomerQueue represents the "line" of customers waiting to be served. It is responsible for signaling to
* customers whether they should be visible or not and updating their queue positions (although the Customers
* do quite a bit of their own management, like determining whether CoffeeGirl has satisifed their... | 2,099 |
github-java-corpus | 2,012 | /** ViewObject implements the interface for all interactive/moving objects in the TacoTime game.
* This includes the player character, NPCs, and interactive items like the coffee machine.
* All required methods of such objects are defined in this interface.
*/
package org.coffeecats.coffeetime.gameobjects;
impor... | 441 |
github-java-corpus | 2,012 | /** GameSprite is the abstract class that defines the set of bitmaps comprising a 2D sprite
* in our game. Sprites are used for things like CoffeeGirl, where we draw a set of sprites for
* a given GameActor heading direction / moving? / holding? configuration.
*/
package org.coffeecats.coffeetime.gameobjects;
impo... | 1,297 |
github-java-corpus | 2,012 | /**GameUpgrade represents an upgrade item that the user can buy or otherwise acquire while the
* game is being played. Upgrades have various effects; some can alter characteristics of the
* user player (for example, making CoffeeGirl walk/run faster), while some may add game items;
* for example, the CounterTop upgr... | 522 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gameobjects;
import java.util.HashMap;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
import org.coffeecats.coffeetime.gamelogic.GameInfo;
import org.coffeecats.coffeetime.gamelogic.State;
import org.coffeecats.coffeetime.gameobjects.upgradedefs.FastShoesUpgrade;
import org.cof... | 1,856 |
github-java-corpus | 2,012 | /** This class implements an instance of GameSprite. It loads all of the relevant
* Bitmap resources to correctly render a CoffeeGirl (female) GameActor.
*
* For specific method documentation, please see the parent class GameSprite.
*/
package org.coffeecats.coffeetime.gameobjects;
import java.util.Arrays;
imp... | 1,393 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gamelogic;
import java.util.ArrayList;
import org.coffeecats.coffeetime.gameobjects.GameUpgrade;
import android.content.Context;
import android.os.SystemClock;
import android.util.Log;
/**The GameInfo class keeps track of high-level global game data, such as how many points and ho... | 2,793 |
github-java-corpus | 2,012 | /** This class contains one or multiple CustomerQueues, and uses a bit of logic to present
* a single interface to GLT for checking how many customers are left in the queues, etc.
*
* It's a Composite pattern if you care about Design Patterns.
*/
package org.coffeecats.coffeetime.gamelogic;
import java.util.Arra... | 697 |
github-java-corpus | 2,012 | /** Implements the top-level DAO for the saved character database. Used for saving and loading
* saved characters from the game DB. The use model is to call load initially, which populates
* databaseCache, and load characters from that cache. When a character needs to be saved,
* saveCharacterToDatabase() should b... | 1,114 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gamelogic;
/** This class is used to return information about interactions between CoffeeGirl and the
* GameItem, or between CoffeeGirl and the head of the CustomerQueue. It is
* really just used as a struct-like data container class. most of the class members are
* accessed dire... | 173 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gamelogic;
import android.util.Log;
/** This class is used to translate from real, on-screen co-ordinates to the internal
* game grid. The virtual game grid is used to detect interactions and place objects, and is
* translated to the real canvas pixel positions during the rendering... | 1,539 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gamelogic;
/** State is simply a container class representing State information for GameItems and other things in the TacoTime
* game engine. In particular we store the Bitmap associated with the state, the minimum delay before transitioning
* to the next state, and whether or not t... | 361 |
github-java-corpus | 2,012 | /** This class implements the "data storage object" representing the saved game
* for a particular character. It has some knowledge of the associated database
* table name and columns, and can load SavedCharacters (given a DB cursor) from
* a database and save characters (well, output a set of ContentValues describi... | 1,445 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gamelogic.leveldefs;
import org.coffeecats.coffeetime.GameLogicThread;
import org.coffeecats.coffeetime.InputThread;
import org.coffeecats.coffeetime.ViewThread;
import org.coffeecats.coffeetime.gamelogic.CustomerQueueWrapper;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
impor... | 2,153 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gamelogic.leveldefs;
import org.coffeecats.coffeetime.GameLogicThread;
import org.coffeecats.coffeetime.InputThread;
import org.coffeecats.coffeetime.ViewThread;
import org.coffeecats.coffeetime.gamelogic.CustomerQueueWrapper;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
impor... | 2,153 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gamelogic.leveldefs;
import org.coffeecats.coffeetime.GameLogicThread;
import org.coffeecats.coffeetime.InputThread;
import org.coffeecats.coffeetime.ViewThread;
import org.coffeecats.coffeetime.gamelogic.CustomerQueueWrapper;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
impor... | 1,899 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gamelogic.leveldefs;
import org.coffeecats.coffeetime.GameLogicThread;
import org.coffeecats.coffeetime.InputThread;
import org.coffeecats.coffeetime.ViewThread;
import org.coffeecats.coffeetime.gamelogic.CustomerQueueWrapper;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
impor... | 2,332 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gamelogic.leveldefs;
import org.coffeecats.coffeetime.GameLogicThread;
import org.coffeecats.coffeetime.InputThread;
import org.coffeecats.coffeetime.ViewThread;
import org.coffeecats.coffeetime.gamelogic.CustomerQueueWrapper;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
impor... | 2,206 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gamelogic.leveldefs;
import org.coffeecats.coffeetime.GameLogicThread;
import org.coffeecats.coffeetime.InputThread;
import org.coffeecats.coffeetime.ViewThread;
import org.coffeecats.coffeetime.gamelogic.CustomerQueueWrapper;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
impor... | 1,826 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gamelogic.leveldefs;
import org.coffeecats.coffeetime.GameLogicThread;
import org.coffeecats.coffeetime.InputThread;
import org.coffeecats.coffeetime.ViewThread;
import org.coffeecats.coffeetime.gamelogic.CustomerQueueWrapper;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
impor... | 1,972 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gamelogic.leveldefs;
import org.coffeecats.coffeetime.GameLogicThread;
import org.coffeecats.coffeetime.InputThread;
import org.coffeecats.coffeetime.ViewThread;
import org.coffeecats.coffeetime.gamelogic.CustomerQueueWrapper;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
impor... | 1,644 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime.gamelogic.leveldefs;
import org.coffeecats.coffeetime.GameLogicThread;
import org.coffeecats.coffeetime.InputThread;
import org.coffeecats.coffeetime.ViewThread;
import org.coffeecats.coffeetime.gamelogic.CustomerQueueWrapper;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
impor... | 1,778 |
github-java-corpus | 2,012 | /** This class implements the Database Access Object helper used by the TacoTime game engine.
* We use this to save and load games to/from the "saved game database", in conjunction with
* GameDatabase (which is the primary Database Access Object).
*
* Inspired / educated by http://www.vogella.com/articles/Android... | 327 |
github-java-corpus | 2,012 | /** This class implements the data that represents game setup for a particular level.
* level-global parameters will be set up by the constructor, the Threads will have their data
* cleared, and new game elements will be added to complete the level setup.
*/
package org.coffeecats.coffeetime.gamelogic;
import org... | 831 |
github-java-corpus | 2,012 | /** This class implements the almost top-level of the TacoTime game engine, which actually
* displays the game grid and other things. Typically we enter here from the main menu.
* Mostly all it does is create the MaingamePanel() and set up the window appearance. Also it
* creates and responds to the in-game dialog t... | 2,800 |
github-java-corpus | 2,012 | /** This class implements the Activity that drives the between-level menu. This is the menu that
* is shown to the user between levels (upon completing a level) and allows the user to buy upgrades and
* save & continue, or to retry the level.
*
* @author iyulaev (ivan@yulaev.com)
*/
package org.coffeecats.coffe... | 534 |
github-java-corpus | 2,012 | /** This class implements the very top level of the TacoTime game engine.
* It shows the Main Menu, that's about it.
*
* @author iyulaev
*/
package org.coffeecats.coffeetime;
import org.coffeecats.coffeetime.gamelogic.GameDatabase;
import org.coffeecats.coffeetime.gamelogic.GameInfo;
import org.coffeecats.coffee... | 1,048 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime;
import java.util.ArrayList;
import java.util.Iterator;
import org.coffeecats.coffeetime.gameobjects.ViewObject;
import android.os.Handler;
import android.os.Message;
import android.util.Log;
/**
* @author iyulaev
*
* This thread handles user input. It receives messages, mos... | 1,365 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime;
import org.coffeecats.coffeetime.gamelogic.GameGrid;
import org.coffeecats.coffeetime.gamelogic.GameInfo;
import android.graphics.Canvas;
import android.os.Handler;
import android.os.Message;
import android.os.SystemClock;
import android.util.Log;
import android.view.SurfaceHolder;... | 1,202 |
github-java-corpus | 2,012 | /** This class is a utility class for handling analytics-related calls. It gets called from various
* portions of the CoffeeTime game, in order to report (anonymous!) data describing game usage and
* gameplay statistics (to help us calibrate level difficulty, for example).
*/
package org.coffeecats.coffeetime.util... | 733 |
github-java-corpus | 2,012 | /** This static class just holds some useful "utility" methods that get used in several places,
* usually to carry out some algorithm-specific calculation.
*/
package org.coffeecats.coffeetime.utility;
public class Utility {
/** Calculate the direction heading given an X and Y vector; return DIRECTION_NULL if
*... | 253 |
github-java-corpus | 2,012 | /** DirectionBitmapMap is a data structure that contains multiple CircularLists, indexed by
* heading directions. The purpose of the class is to serve as a container for sprite bitmaps;
* for a given GameActor heading in a particular direction, we have a CircularList which represents the
* different frames containe... | 1,157 |
github-java-corpus | 2,012 | /** Implements a circular list of some Object type, where we can iterate through the
* list effectively forever, continually getting the "next" element.The underlying data
* type is an ArrayList. A size hint can be given to help size the underlying ArrayList.
*/
package org.coffeecats.coffeetime.utility;
import j... | 561 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import org.coffeecats.coffeetime.gamelogic.CustomerQueueWrapper;
import org.coffeecats.coffeetime.gamelogic.GameInfo;
import org.coffeecats.coffeetime.gamelogic.GameLevel;
import ... | 6,871 |
github-java-corpus | 2,012 | /** This activity implements a list of upgrades that the user may choose to buy. It is invoked (via an Intent)
* by the BetweenLevelMenuActivity, since it is between levels that a user may buy upgrades. As a side-effect
* this activity makes changes to GameInfo.upgradesBought() and GameInfo.money, if the user choos... | 1,899 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime;
import java.util.ArrayList;
import org.coffeecats.coffeetime.gamelogic.GameInfo;
import org.coffeecats.coffeetime.gameobjects.CoffeeGirl;
import org.coffeecats.coffeetime.gameobjects.GameItem;
import org.coffeecats.coffeetime.gameobjects.ViewObject;
import android.annotation.Suppr... | 2,740 |
github-java-corpus | 2,012 | /** SoundThread is the application Thread that is responsible for loading and playing music
* and sound effects in TacoTime. It runs asynchronously (for the most part...) and
* depends on receiving messages through MessageRouter to play sound effects and
* music.
*
*/
package org.coffeecats.coffeetime;
import ... | 2,310 |
github-java-corpus | 2,012 | /** This class routes messages to other classes; used as sort of a global message
* creator and passer. It has no state, it is purely for announcing events and passing
* information between threads.
*
* This is the main interface between different threads of execution in TacoTime.
*/
package org.coffeecats.coffe... | 3,639 |
github-java-corpus | 2,012 | /** This Activity implements the very first screen that is shown when the game is launched.
* Basically, we ask the user whether they want to create a new character or load an existing
* character. If the former, we pop over a dialog allowing them to set up that new character. Otherwise,
* we launch a ListActivity... | 1,060 |
github-java-corpus | 2,012 | /** This is the main View (SurfaceView) of the TacoTime game engine. In addition to implementing
* the UI it also creates all of the game Threads, and launches everything. GameLogicThread (now)
* deals with loading all of the levle data, setting up the GameItems, etc.
*
* @author iyulaev
*/
package org.coffeeca... | 2,991 |
github-java-corpus | 2,012 | package org.coffeecats.coffeetime;
import android.app.Application;
/**
* Singleton pattern for storing global variables. See
* http://androidcookbook.com/Recipe.seam?recipeId=1218 and
* http://inchoo.net/mobile-development/android-development/android-global-variables/.
*
* Not really used for anything, we use ... | 112 |
github-java-corpus | 2,012 | /** This Activity shows a list of the currently created Characters in the game, so that the
* user can select a particular character to load and continue playing! */
package org.coffeecats.coffeetime;
import java.util.ArrayList;
import java.util.Set;
import org.coffeecats.coffeetime.gamelogic.GameDatabase;
import o... | 1,319 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 1,413 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 1,521 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 873 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 2,379 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 1,498 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 657 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 1,367 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 697 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 565 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 746 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 868 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 218 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 1,006 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 397 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 219 |
github-java-corpus | 2,012 | /*
* Copyright (c) 2011 Denis Tulskiy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program ... | 687 |
github-java-corpus | 2,012 | package com.tulskiy.keymaster.common;
import org.junit.Before;
import org.junit.Test;
import javax.swing.*;
import java.awt.*;
import java.awt.event.InputEvent;
import java.awt.event.KeyEvent;
import java.util.ArrayList;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
/**
* Author: D... | 681 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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 applicab... | 471 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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 applicab... | 444 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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 applicab... | 462 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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 applicab... | 417 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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 applicab... | 381 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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 applicab... | 389 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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 applicab... | 1,750 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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 applicab... | 330 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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 applicab... | 292 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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 applicab... | 746 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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... | 402 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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... | 265 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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... | 260 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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... | 469 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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 applicab... | 387 |
github-java-corpus | 2,012 | /*
* Copyright 2010 the original author or authors
*
* 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 applicab... | 2,706 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.