blob_id stringlengths 40 40 | __id__ int64 225 39,780B | directory_id stringlengths 40 40 | path stringlengths 6 313 | content_id stringlengths 40 40 | detected_licenses list | license_type stringclasses 2
values | repo_name stringlengths 6 132 | repo_url stringlengths 25 151 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 70 | visit_date timestamp[ns] | revision_date timestamp[ns] | committer_date timestamp[ns] | github_id int64 7.28k 689M ⌀ | star_events_count int64 0 131k | fork_events_count int64 0 48k | gha_license_id stringclasses 23
values | gha_fork bool 2
classes | gha_event_created_at timestamp[ns] | gha_created_at timestamp[ns] | gha_updated_at timestamp[ns] | gha_pushed_at timestamp[ns] | gha_size int64 0 40.4M ⌀ | gha_stargazers_count int32 0 112k ⌀ | gha_forks_count int32 0 39.4k ⌀ | gha_open_issues_count int32 0 11k ⌀ | gha_language stringlengths 1 21 ⌀ | gha_archived bool 2
classes | gha_disabled bool 1
class | content stringlengths 7 4.37M | src_encoding stringlengths 3 16 | language stringclasses 1
value | length_bytes int64 7 4.37M | extension stringclasses 24
values | filename stringlengths 4 174 | language_id stringclasses 1
value | entities list | contaminating_dataset stringclasses 0
values | malware_signatures list | redacted_content stringlengths 7 4.37M | redacted_length_bytes int64 7 4.37M | alphanum_fraction float32 0.25 0.94 | alpha_fraction float32 0.25 0.94 | num_lines int32 1 84k | avg_line_length float32 0.76 99.9 | std_line_length float32 0 220 | max_line_length int32 5 998 | is_vendor bool 2
classes | is_generated bool 1
class | max_hex_length int32 0 319 | hex_fraction float32 0 0.38 | max_unicode_length int32 0 408 | unicode_fraction float32 0 0.36 | max_base64_length int32 0 506 | base64_fraction float32 0 0.5 | avg_csv_sep_count float32 0 4 | is_autogen_header bool 1
class | is_empty_html bool 1
class | shard stringclasses 16
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
17613f04a8960be8966245381e3910eb339efac6 | 2,430,951,509,607 | ac682ed572135c99aed1f75695b2421711807324 | /DeanLewis/src/inheritance/train.java | 7ec5644e2029621512f26b921b6bc6698856d2c8 | [] | no_license | DevAcademyUK/DeanLewis | https://github.com/DevAcademyUK/DeanLewis | daa8f7a1ef2cc6fda821b45e3d800aa802965dfd | feb9f054eb189320cbe9bf5542709adc2902dd39 | refs/heads/master | 2021-09-24T00:41:57.783000 | 2021-09-15T10:46:51 | 2021-09-15T10:46:51 | 176,519,599 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package inheritance;
public class train extends vehicle{
public train(short numberOfSeats, short numberOfWheels) {
this.numberOfSeats = numberOfSeats;
this.numberOfWheels = numberOfWheels;
}
public void steer(String dir){
System.out.println("I don't need to do anything " +
... | UTF-8 | Java | 389 | java | train.java | Java | [] | null | [] | package inheritance;
public class train extends vehicle{
public train(short numberOfSeats, short numberOfWheels) {
this.numberOfSeats = numberOfSeats;
this.numberOfWheels = numberOfWheels;
}
public void steer(String dir){
System.out.println("I don't need to do anything " +
... | 389 | 0.637532 | 0.637532 | 14 | 26.714285 | 24.308813 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 5 |
508ad2597aa62049db2f30f4a0415bd0928d0ca6 | 34,686,155,888,844 | 78593cb004d10cffcfc7742d623078a9316c9d65 | /microservicio/infraestructura/src/test/java/com/ceiba/Producto/servicioTestDataBuilder/ComandoProductoTestDataBuilder.java | 7778794ab5914f43cac9ae5e504a6b047b61a2ec | [] | no_license | jefer10/AdnCeibaJDBC | https://github.com/jefer10/AdnCeibaJDBC | 37d531a508d0e5a0dc7cffec7a4ed68d41679642 | f2966bea571242438526ef5acd9a524c4a255b23 | refs/heads/master | 2023-06-09T12:21:51.885000 | 2021-06-29T17:32:41 | 2021-06-29T17:32:41 | 371,185,864 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ceiba.Producto.servicioTestDataBuilder;
import com.ceiba.Producto.comando.ComandoProducto;
public class ComandoProductoTestDataBuilder {
private Long id;
private String nombre;
private String descripcion;
private Double precio;
public ComandoProductoTestDataBuilder() {
this.i... | UTF-8 | Java | 1,060 | java | ComandoProductoTestDataBuilder.java | Java | [
{
"context": "r() {\n this.id = 1l;\n this.nombre =\"tarito rojo\";\n this.descripcion = \"vitaminas\";\n ",
"end": 361,
"score": 0.9997779726982117,
"start": 350,
"tag": "NAME",
"value": "tarito rojo"
}
] | null | [] | package com.ceiba.Producto.servicioTestDataBuilder;
import com.ceiba.Producto.comando.ComandoProducto;
public class ComandoProductoTestDataBuilder {
private Long id;
private String nombre;
private String descripcion;
private Double precio;
public ComandoProductoTestDataBuilder() {
this.i... | 1,055 | 0.677359 | 0.670755 | 42 | 24.261906 | 22.326643 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 5 |
592999b80cfe016e5ecfb9db8b0fc1e557802dab | 18,786,187,011,155 | c18313127a2af95d674ef7891d53f7197bc2bd68 | /app/src/main/java/com/momento/momento/PoutreListAdapter.java | d0a6aa3b6ab9c9f72e68a689b709d6a353636f1c | [] | no_license | Fantomos/Momento | https://github.com/Fantomos/Momento | 27946122a17151682896fa526fc6c835e3c170ab | 6a5f3b5d0973b1075558ac0cf92df60b234d8332 | refs/heads/master | 2023-02-02T22:46:10.800000 | 2020-12-18T20:12:09 | 2020-12-18T20:12:09 | 300,415,992 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.momento.momento;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Color;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.wi... | UTF-8 | Java | 4,097 | java | PoutreListAdapter.java | Java | [] | null | [] | package com.momento.momento;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Color;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.wi... | 4,097 | 0.658763 | 0.656074 | 109 | 36.541283 | 28.81403 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.788991 | false | false | 5 |
911d8737c66c9433265ee01eafe6939cd304c613 | 37,976,100,835,762 | 35a606604af44ace145859d04b7a2456ee511ee2 | /core/src/hu/yijun/gdxtest/balls/BouncyBoi.java | 606affcb78479d5439f2124554f4e8e64930943c | [] | no_license | Adrakaris/java-libgdx-test | https://github.com/Adrakaris/java-libgdx-test | 83e8cf531b13ccf7a5db11cbed7144bc8e30a0ef | 83b4aa7d227b2145752b39c2e4beefc3caea6351 | refs/heads/master | 2023-07-20T08:26:06.295000 | 2021-07-04T22:07:19 | 2021-07-04T22:07:52 | 381,727,779 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hu.yijun.gdxtest.balls;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
import java.text.MessageFormat;
public class BouncyBoi {
protected final ShapeRenderer renderer;
pr... | UTF-8 | Java | 3,873 | java | BouncyBoi.java | Java | [] | null | [] | package hu.yijun.gdxtest.balls;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
import java.text.MessageFormat;
public class BouncyBoi {
protected final ShapeRenderer renderer;
pr... | 3,873 | 0.678802 | 0.666408 | 120 | 31.275 | 30.672724 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.233333 | false | false | 5 |
00a0a7563c5c0c931973531bd9c88022f5d70d0e | 23,862,838,347,651 | 5c5a31e69a7cdcf2eaeed8c4a8203d30f41a260b | /AIO-Plugin/src/AIO/PlayerJoin.java | b76f3a934571903f869069a50303fc3bd7084b53 | [] | no_license | Spigot-Plugin-Development/Main | https://github.com/Spigot-Plugin-Development/Main | 5922ba33d3c92b486f86479cb4e1ec66fbf83316 | 6d94e4fde901b2bd84229e12a5b8ba27b9b607b3 | refs/heads/master | 2020-03-20T11:14:32.465000 | 2018-07-31T16:55:57 | 2018-07-31T16:55:57 | 137,397,389 | 0 | 0 | null | false | 2018-07-05T20:19:40 | 2018-06-14T18:59:15 | 2018-07-05T20:10:50 | 2018-07-05T20:19:40 | 41,805 | 0 | 0 | 0 | Java | false | null | package AIO;
import org.bukkit.Bukkit;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.AsyncPlayerPreLoginEvent;
import org.bukkit.event.player.PlayerJoinEvent;
import org.bukkit.scheduler.BukkitRunnable;
import java.sql.ResultSet;
import java.util.Date;
import j... | UTF-8 | Java | 5,515 | java | PlayerJoin.java | Java | [] | null | [] | package AIO;
import org.bukkit.Bukkit;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.AsyncPlayerPreLoginEvent;
import org.bukkit.event.player.PlayerJoinEvent;
import org.bukkit.scheduler.BukkitRunnable;
import java.sql.ResultSet;
import java.util.Date;
import j... | 5,515 | 0.584406 | 0.584044 | 121 | 44.578514 | 36.498329 | 216 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.991735 | false | false | 5 |
1a9457750029b95ca0e4145efcc10d90fa6c3f35 | 36,249,524,001,730 | bff59d7ff445691d2cd277e3ecb66832310ae609 | /app/src/main/java/team3/teamproject/PostListActivity.java | 74152a5c86888a16ea861193ff4df38991542c44 | [] | no_license | Grey-Poupon/PinIt | https://github.com/Grey-Poupon/PinIt | 92eb4060727162023b57f03d8242f050b327cd10 | 46cad09fdb8be1e8cf15fbfc0dfcd94ca73f93c3 | refs/heads/master | 2021-09-14T08:01:19.885000 | 2018-05-10T02:21:42 | 2018-05-10T02:21:42 | 110,887,296 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package team3.teamproject;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.AdapterView;
import android.widget.Li... | UTF-8 | Java | 3,798 | java | PostListActivity.java | Java | [] | null | [] | package team3.teamproject;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.AdapterView;
import android.widget.Li... | 3,798 | 0.640337 | 0.637967 | 116 | 31.741379 | 26.726301 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62931 | false | false | 5 |
ee41114c349824adbdae82e9ecf5659cc79cbab8 | 12,403,865,613,287 | 52cc466a0663f6bb9e5280c946780a93bb732712 | /src/Core/Diary/SelfStimoloConseguenza.java | f6720b8dff77cce4c5210f70c2040efaa4975466 | [] | no_license | GaruGaru/DocThreapyFX | https://github.com/GaruGaru/DocThreapyFX | 49b97d264a4590858d492ce610a6088e3d42169d | 4b890e4b24b434d051cd6fcf48546e19f150bc8a | refs/heads/master | 2016-09-11T15:32:55.115000 | 2016-07-01T22:34:34 | 2016-07-01T22:34:34 | 61,577,902 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Core.Diary;
/**
* Created by Tommaso Garuglieri on 08/04/2016.
*/
public class SelfStimoloConseguenza {
private String eventoStimolo;
private String credenza;
private String conseguenza;
public SelfStimoloConseguenza(String eventoStimolo, String credenza, String conseguenza) {
this... | UTF-8 | Java | 648 | java | SelfStimoloConseguenza.java | Java | [
{
"context": "package Core.Diary;\n\n/**\n * Created by Tommaso Garuglieri on 08/04/2016.\n */\npublic class SelfStimoloConseg",
"end": 57,
"score": 0.9998887777328491,
"start": 39,
"tag": "NAME",
"value": "Tommaso Garuglieri"
}
] | null | [] | package Core.Diary;
/**
* Created by <NAME> on 08/04/2016.
*/
public class SelfStimoloConseguenza {
private String eventoStimolo;
private String credenza;
private String conseguenza;
public SelfStimoloConseguenza(String eventoStimolo, String credenza, String conseguenza) {
this.eventoStimo... | 636 | 0.674383 | 0.662037 | 30 | 20.6 | 21.159081 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 5 |
741d6b122a69aa4940f3d492db16472291f5424c | 25,761,213,882,366 | 89832dfef71a16fe555477055c45981a78dedf4d | /src/com/minosys/app/ml/test/TestMnist.java | 22613b9ab462f17818f25b1399ad4e4cdba3ebe3 | [] | no_license | minosys-jp/MachineLearning | https://github.com/minosys-jp/MachineLearning | 05da638d4d8a957b957428f02f1e8fe9a7599d49 | b8a9207a7403b1ec469e292373c7db17b27d545d | refs/heads/master | 2021-07-24T09:55:47.165000 | 2017-11-04T00:33:12 | 2017-11-04T00:33:12 | 108,409,548 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.minosys.app.ml.test;
import java.io.IOException;
import java.util.Random;
import com.minosys.app.ml.lib.MNIST;
import com.minosys.app.ml.lib.NeuralNet;
import com.minosys.app.ml.lib.QuadLossFunction;
public class TestMnist extends BaseTest {
private static final int[] LAYERS = {768, 100, 10}; ... | UTF-8 | Java | 2,185 | java | TestMnist.java | Java | [] | null | [] | package com.minosys.app.ml.test;
import java.io.IOException;
import java.util.Random;
import com.minosys.app.ml.lib.MNIST;
import com.minosys.app.ml.lib.NeuralNet;
import com.minosys.app.ml.lib.QuadLossFunction;
public class TestMnist extends BaseTest {
private static final int[] LAYERS = {768, 100, 10}; ... | 2,185 | 0.62645 | 0.608817 | 77 | 25.987013 | 21.549999 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.38961 | false | false | 5 |
567e1d73f495ded5f2aca8403205303037199d88 | 37,306,085,938,199 | 1a3af94de9c50c8a0c2a7f75fbeaea7b13ce0299 | /garbagecollector-web-application/src/main/java/com/garbagecollector/domain/crud/CustomerDetailsRepository.java | dde7c37a3b3d50110d86ed34609c421ff8baf1bf | [] | no_license | MehnazTariq/SpringBoot | https://github.com/MehnazTariq/SpringBoot | e4d8261b1d8d1ceaa3ec237a8bd4c1ed37acc251 | bcc59c321c93198f5332cb47d737c7a3e4c99a24 | refs/heads/master | 2022-11-28T04:47:36.783000 | 2020-07-13T10:27:21 | 2020-07-13T10:27:21 | 123,537,286 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.garbagecollector.domain.crud;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.garbagecollector.domain.entity.CustomerDetails;
@Repository
public interface CustomerDetailsRepository extends CrudRepository<CustomerDetails, Integer> {
... | UTF-8 | Java | 324 | java | CustomerDetailsRepository.java | Java | [] | null | [] | package com.garbagecollector.domain.crud;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.garbagecollector.domain.entity.CustomerDetails;
@Repository
public interface CustomerDetailsRepository extends CrudRepository<CustomerDetails, Integer> {
... | 324 | 0.854938 | 0.854938 | 12 | 26 | 30.916553 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
8cbd78cc3d9bc577821dd60931a94c9ff422db6f | 10,316,511,447,552 | 881141400782fb2f6dfe10eb6a1856e82ec0341c | /SpringJdbc1/src/main/java/Main.java | ef707400d2dc2394c002ea499da34fb965133925 | [] | no_license | pratikw1859/Pratt_pract | https://github.com/pratikw1859/Pratt_pract | 9e93238fcd4ea02dd5ce91708d372ceebb58ed38 | 2282ef26e8674c9a21c0f8b4ae7dd037405530d1 | refs/heads/master | 2021-01-02T09:06:39.140000 | 2017-09-06T10:30:12 | 2017-09-06T10:30:12 | 99,143,410 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.text.ParseException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.app.service.TestBean;
public class Main {
public static void main(String[] args)throws ParseException {
ApplicationContext ct... | UTF-8 | Java | 604 | java | Main.java | Java | [] | null | [] | import java.text.ParseException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.app.service.TestBean;
public class Main {
public static void main(String[] args)throws ParseException {
ApplicationContext ct... | 604 | 0.655629 | 0.650662 | 27 | 20.370371 | 24.644356 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.481481 | false | false | 5 |
8ee284d7057f8f05f5c4e6b52401ebb8b86837b6 | 34,419,867,950,878 | c4d3d4245958d903e1678d1093f0edbd634d9319 | /src/com/yu/car_android/ui/slidingmenu/MainFragment.java | 799c7b0ae046bdcbff33df915a887d8e82af61d2 | [] | no_license | hjdshdj/carmanager | https://github.com/hjdshdj/carmanager | cdc6d552a3d6c4dc9d616a6bb98cc2e6264f2e39 | e4b9e92ce3686d98a0b7585bc05c705db79558dd | refs/heads/master | 2016-09-01T18:05:56.930000 | 2015-04-29T06:10:46 | 2015-04-29T06:10:46 | 34,775,421 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yu.car_android.ui.slidingmenu;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
impor... | UTF-8 | Java | 1,924 | java | MainFragment.java | Java | [] | null | [] | package com.yu.car_android.ui.slidingmenu;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
impor... | 1,924 | 0.742723 | 0.736486 | 70 | 25.485714 | 22.844658 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.671429 | false | false | 5 |
760a6b6f5858d40255adc07a353c20576efd0c4d | 38,285,338,488,687 | 1ce8049115baf9389bbea9b13c992cc16f073588 | /app/src/main/java/br/com/ricardomutti/muttitimetracker/Utils/Application.java | 7268a631782375c97246fc7f6707542b657901dd | [] | no_license | Ricardo-Mutti/MuttiTimeTracker | https://github.com/Ricardo-Mutti/MuttiTimeTracker | 7c37d0413cdafc4a6cac1de2af4e560857e93c12 | d9cd5f516ef5ae98480db00f61c4eb902fabd092 | refs/heads/master | 2018-04-04T16:45:19.183000 | 2017-04-22T03:58:31 | 2017-04-22T03:58:31 | 89,035,635 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.ricardomutti.muttitimetracker.Utils;
import io.realm.Realm;
/**
* Created by Mutti on 12/04/17.
*/
public class Application extends android.app.Application {
@Override
public void onCreate() {
super.onCreate();
// Initialize Realm
Realm.init(this);
}
}
| UTF-8 | Java | 311 | java | Application.java | Java | [
{
"context": "Utils;\n\n\nimport io.realm.Realm;\n\n/**\n * Created by Mutti on 12/04/17.\n */\n\npublic class Application extend",
"end": 101,
"score": 0.9989321827888489,
"start": 96,
"tag": "NAME",
"value": "Mutti"
}
] | null | [] | package br.com.ricardomutti.muttitimetracker.Utils;
import io.realm.Realm;
/**
* Created by Mutti on 12/04/17.
*/
public class Application extends android.app.Application {
@Override
public void onCreate() {
super.onCreate();
// Initialize Realm
Realm.init(this);
}
}
| 311 | 0.649518 | 0.630225 | 18 | 16.277779 | 17.763275 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 5 |
ae7b50209f395b579bf8d7b470f64769bd645040 | 27,857,157,936,910 | c850858c4e6e915952ddd15c11f47693e1203459 | /src/main/java/com/paladin/models/UserProfile.java | b6465687378581dba0ac750b049403a8e15462e6 | [] | no_license | meghandow/paladin | https://github.com/meghandow/paladin | 4e35b0c6d69eb9f2da7f5bef9866d0b6b86454a5 | 3f89290c793ea954304d2d2fd3086af6b63f276c | refs/heads/master | 2016-09-01T01:20:12.048000 | 2016-06-27T18:48:24 | 2016-06-27T18:48:24 | 54,888,058 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.paladin.models;
import java.io.Serializable;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence... | UTF-8 | Java | 5,367 | java | UserProfile.java | Java | [] | null | [] | package com.paladin.models;
import java.io.Serializable;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence... | 5,367 | 0.743805 | 0.743805 | 232 | 22.133621 | 22.966322 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.439655 | false | false | 5 |
b133d494247d907f2ceb224be06f8180e5a5e20a | 4,741,643,964,411 | 3a3fc253552ebd722f681e0bafc8d23da1b77ef5 | /gvpro/src/br/ufc/quixada/si/Model/Objetos/Gerente.java | f984880cac88d1f297b820217e7fd339621f7a89 | [] | no_license | EriccaSousa/POO-TrabFinal | https://github.com/EriccaSousa/POO-TrabFinal | 3dda5b3cdbd785a3a0d09b42c887f143c8cb93fc | 60ae5029f0780a773042ee1d740937881b4bbb74 | refs/heads/master | 2020-08-04T01:51:06.140000 | 2019-09-30T21:28:20 | 2019-09-30T21:28:20 | 211,960,587 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.ufc.quixada.si.Model.Objetos;
import br.ufc.quixada.si.Model.Menus.InterfaceMenuPessoa;
import br.ufc.quixada.si.Model.Menus.MenuGerente;
public class Gerente extends Pessoa implements InterfaceMenuPessoa {
public Gerente(String nome, String senha) {
super(nome, senha);
}
public void ... | UTF-8 | Java | 401 | java | Gerente.java | Java | [] | null | [] | package br.ufc.quixada.si.Model.Objetos;
import br.ufc.quixada.si.Model.Menus.InterfaceMenuPessoa;
import br.ufc.quixada.si.Model.Menus.MenuGerente;
public class Gerente extends Pessoa implements InterfaceMenuPessoa {
public Gerente(String nome, String senha) {
super(nome, senha);
}
public void ... | 401 | 0.705736 | 0.705736 | 16 | 24.0625 | 22.506857 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
1de1b47302dd6a7474f41abd50acff299541f03f | 18,502,719,179,222 | b816889cf39bd74f612bf52a6697ee103eac9a43 | /CS431/CS431-EX2/ProcessingThread.java | 07e5cc6b46da124e4b8660ea370e31d7897ad7d9 | [] | no_license | MichaelMuinos/school-projects | https://github.com/MichaelMuinos/school-projects | 6223a504ef73846d7a716daf20e904eadfa238c7 | b15a410decb1651543b0f7af1730150e2a82db53 | refs/heads/master | 2020-07-08T16:46:19.412000 | 2019-08-24T05:00:46 | 2019-08-24T05:00:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class ProcessingThread implements Runnable {
private volatile boolean stop = false;
private Thread processingThread;
private FileReadThread fileReadThread;
private Occurence occurence;
public ProcessingThread(FileReadThread fileReadThread) {
this.fileReadThread = fileReadThread;
occurence = new Occ... | UTF-8 | Java | 1,171 | java | ProcessingThread.java | Java | [] | null | [] | public class ProcessingThread implements Runnable {
private volatile boolean stop = false;
private Thread processingThread;
private FileReadThread fileReadThread;
private Occurence occurence;
public ProcessingThread(FileReadThread fileReadThread) {
this.fileReadThread = fileReadThread;
occurence = new Occ... | 1,171 | 0.708796 | 0.708796 | 54 | 20.685184 | 19.313997 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.907407 | false | false | 5 |
261e64bcdb1ae91c682b98db8cdabcf74fcdde50 | 16,990,890,629,243 | e0b79d641a0e64c08a3419bfb589a1c3511f4cc8 | /src/main/java/com/rbittencourt/pa/payments/infrastructure/payment/Payment.java | abf4a8d3f67741256633b9584f4a050f6dde4e6e | [
"MIT"
] | permissive | Software-Architect-Graduation-Project/payments | https://github.com/Software-Architect-Graduation-Project/payments | bf7a372b05d0930491d8500bd1d8d62a279a94f4 | 5b0e8cdd3f858fa347094d411136d16a956388f4 | refs/heads/main | 2023-07-07T18:03:12.127000 | 2021-08-21T19:25:29 | 2021-08-21T19:25:29 | 376,644,969 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rbittencourt.pa.payments.infrastructure.payment;
import org.hibernate.annotations.CreationTimestamp;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import java.time.LocalDateTime;
import static java.time.LocalDateTi... | UTF-8 | Java | 1,840 | java | Payment.java | Java | [] | null | [] | package com.rbittencourt.pa.payments.infrastructure.payment;
import org.hibernate.annotations.CreationTimestamp;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import java.time.LocalDateTime;
import static java.time.LocalDateTi... | 1,840 | 0.657609 | 0.657609 | 87 | 20.149426 | 18.005445 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.356322 | false | false | 5 |
7b895ed642b934251473832ad3d614bed524eb9a | 26,766,236,206,988 | 7f286f45632c41eb4757d95d1edcb6e667c08cb4 | /src/main/java/com/mashibing/synchronizedTest/Synchronized2Test.java | c1526a254c0f728821cb565ebabf257ad9ae8f27 | [] | no_license | hgq0916/JUC | https://github.com/hgq0916/JUC | fba9454c5d80b346a25e8b2e9f36acb260f4047c | 023dc0b682bcde79d725b5475a75d99a05c60663 | refs/heads/master | 2023-01-08T14:37:54.178000 | 2020-11-15T14:22:51 | 2020-11-15T14:22:51 | 286,347,600 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mashibing.synchronizedTest;
import java.util.concurrent.TimeUnit;
import org.openjdk.jol.info.ClassLayout;
/**
* @author gangquan.hu
* @Package: com.mashibing.synchronizedTest.Synchronized1Test
* @Description: synchronized由偏向锁到自旋锁
* @date 2020/8/11 9:38
*/
public class Synchronized2Test {
public s... | UTF-8 | Java | 827 | java | Synchronized2Test.java | Java | [
{
"context": " org.openjdk.jol.info.ClassLayout;\n\n/**\n * @author gangquan.hu\n * @Package: com.mashibing.synchronizedTest.Synch",
"end": 147,
"score": 0.9926943182945251,
"start": 136,
"tag": "NAME",
"value": "gangquan.hu"
}
] | null | [] | package com.mashibing.synchronizedTest;
import java.util.concurrent.TimeUnit;
import org.openjdk.jol.info.ClassLayout;
/**
* @author gangquan.hu
* @Package: com.mashibing.synchronizedTest.Synchronized1Test
* @Description: synchronized由偏向锁到自旋锁
* @date 2020/8/11 9:38
*/
public class Synchronized2Test {
public s... | 827 | 0.678175 | 0.662145 | 32 | 24.34375 | 21.242071 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 5 |
e51395f25663266ce5927323817f0172c57fbe50 | 19,301,583,082,580 | 64031b3a9a91045c4b28f0c9a875bd5010010122 | /validate-transactions-web/src/main/java/com/madkroll/assignments/transactions/validate/service/RecordProcessor.java | f76e5b0f33c846cc9f9435e98b3ede61d72f160a | [] | no_license | madkroll/assignment-validate-transactions | https://github.com/madkroll/assignment-validate-transactions | 52b6f4038e872a50e0c940273489c1faa96eaf09 | c425877e66c998f1732100c01e06a8480102e756 | refs/heads/master | 2022-12-22T06:51:44.614000 | 2020-10-03T00:46:21 | 2020-10-03T00:46:21 | 300,377,419 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.madkroll.assignments.transactions.validate.service;
import com.google.common.collect.ImmutableList;
import com.madkroll.assignments.transactions.validate.data.Record;
import com.madkroll.assignments.transactions.validate.data.ValidationReport;
import lombok.AllArgsConstructor;
import lombok.extern.log4j.Lo... | UTF-8 | Java | 904 | java | RecordProcessor.java | Java | [] | null | [] | package com.madkroll.assignments.transactions.validate.service;
import com.google.common.collect.ImmutableList;
import com.madkroll.assignments.transactions.validate.data.Record;
import com.madkroll.assignments.transactions.validate.data.ValidationReport;
import lombok.AllArgsConstructor;
import lombok.extern.log4j.Lo... | 904 | 0.780973 | 0.775442 | 28 | 31.285715 | 26.621496 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 5 |
b23fad338994e1de3a48452d6e7cabe863a2d08b | 34,462,817,629,152 | 6a41d22fb8587c5c5be5479b35e6163da3566664 | /src/br/com/lp1/poo/erFaculdade/OrgaoEmissor.java | 6647c42e01dfc0816880de7dabf9a97b91bf64bd | [] | no_license | cotocoswins/Linguagem-de-Programacao-I | https://github.com/cotocoswins/Linguagem-de-Programacao-I | 3e61bc5ad01cfbdfbd14650e6b4e7f698bdb653f | ddd5eb7ca9ba0b1a66568e320d0088272018bc3f | refs/heads/master | 2019-05-17T06:45:55.826000 | 2017-02-26T23:20:39 | 2017-02-26T23:20:39 | 83,242,893 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.lp1.poo.erFaculdade;
public class OrgaoEmissor {
int idOrgaoEmissor;
String OrgaoEmissor;
}
| UTF-8 | Java | 112 | java | OrgaoEmissor.java | Java | [] | null | [] | package br.com.lp1.poo.erFaculdade;
public class OrgaoEmissor {
int idOrgaoEmissor;
String OrgaoEmissor;
}
| 112 | 0.776786 | 0.767857 | 8 | 13 | 13.435029 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 5 |
14fd6b91837a6d4384d0a49613624069f2def27e | 34,462,817,626,370 | 1ba01e0788e9549e1156791c7b86c5a261400881 | /src/test/com/group23/minir/util/StringUtilTest.java | f4793e6d12d47c4c9eee91a5616b268c7c523467 | [] | no_license | no-23/minir | https://github.com/no-23/minir | 6c94b3c6f1f07a09ba9e787e26063f222c12c764 | b6bb834f70f700fed110194eae336c7f312547b9 | refs/heads/master | 2020-06-04T05:42:47.649000 | 2019-06-14T11:52:09 | 2019-06-14T11:52:09 | 191,892,490 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.group23.minir.util;
import static org.junit.Assert.*;
import org.junit.Test;
/**
* @author Group 23
* @createDate 2019Äê6ÔÂ12ÈÕ ÏÂÎç10:18:01
* @version 1.0
*/
public class StringUtilTest {
@Test
public void testIsEmpty() {
assertEquals(false, StringUtil.isEmpty("aaaaa"));
assertEquals(true, String... | WINDOWS-1252 | Java | 706 | java | StringUtilTest.java | Java | [] | null | [] | package com.group23.minir.util;
import static org.junit.Assert.*;
import org.junit.Test;
/**
* @author Group 23
* @createDate 2019Äê6ÔÂ12ÈÕ ÏÂÎç10:18:01
* @version 1.0
*/
public class StringUtilTest {
@Test
public void testIsEmpty() {
assertEquals(false, StringUtil.isEmpty("aaaaa"));
assertEquals(true, String... | 706 | 0.719828 | 0.692529 | 30 | 22.200001 | 20.334536 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.366667 | false | false | 5 |
d858edc1a395f07fa08e656c2318dfb25fc25a2a | 36,825,049,629,792 | 5bca92d2c261821bc455a48959213c27cd33ddd5 | /ZhiSMS/app/src/main/java/com/pku/codingma/zhisms/ui/test/SendAndReceiveTestActivity.java | 0cb1d5d54ead125c483de9aeb3364c0bb4bc1dcd | [] | no_license | codemayq/ZhiSms | https://github.com/codemayq/ZhiSms | acf5e6e70d8382d8bc09e4b1914e2d118a451505 | 4745ada12213244b3d897400fee92427af7d2114 | refs/heads/master | 2019-01-03T00:28:50.816000 | 2016-06-14T03:07:40 | 2016-06-14T03:07:40 | 53,733,446 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pku.codingma.zhisms.ui.test;
import android.annotation.TargetApi;
import android.app.Activity;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;
import android.content.ContentValues;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter... | UTF-8 | Java | 8,180 | java | SendAndReceiveTestActivity.java | Java | [] | null | [] | package com.pku.codingma.zhisms.ui.test;
import android.annotation.TargetApi;
import android.app.Activity;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;
import android.content.ContentValues;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter... | 8,180 | 0.593441 | 0.589263 | 213 | 36.079811 | 23.689665 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.403756 | false | false | 5 |
29279d66c79b27f83f2815b4f5caefe6b17faae9 | 36,687,610,672,331 | cbe29793cb4ed98f0f2163375e2fa154ac4e8ab6 | /SpriteAnimation.java | e99ce7df442b481fcf0a8ebfdc8c1aea688ebe40 | [] | no_license | s-suslik/javaLabs | https://github.com/s-suslik/javaLabs | 0207203eff2b3b9ee82661ab995f24caa65866ab | 53c377424a5402cffaf43266b67200a194796f15 | refs/heads/master | 2021-01-19T03:17:48.982000 | 2016-06-08T20:12:42 | 2016-06-08T20:12:42 | 52,999,893 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package application;
import javafx.geometry.Rectangle2D;
import javafx.scene.image.ImageView;
import javafx.animation.TranslateTransition;
/**
* Класс реализующий анимацию
* @author Alexander
* @version 1.0
*
*/
public class SpriteAnimation
{
/** Поле отвечающее за отобраежение в окне*/
p... | WINDOWS-1251 | Java | 4,224 | java | SpriteAnimation.java | Java | [
{
"context": "n;\r\n/**\r\n * Класс реализующий анимацию\r\n * @author Alexander\r\n * @version 1.0\r\n *\r\n */\r\npublic class SpriteAni",
"end": 201,
"score": 0.9992396831512451,
"start": 192,
"tag": "NAME",
"value": "Alexander"
}
] | null | [] | package application;
import javafx.geometry.Rectangle2D;
import javafx.scene.image.ImageView;
import javafx.animation.TranslateTransition;
/**
* Класс реализующий анимацию
* @author Alexander
* @version 1.0
*
*/
public class SpriteAnimation
{
/** Поле отвечающее за отобраежение в окне*/
p... | 4,224 | 0.609099 | 0.60629 | 141 | 23.25532 | 21.234724 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.446809 | false | false | 5 |
d0d0bb66f96db144d106cc6d2739c73355290f20 | 34,325,378,678,432 | ead6bc89dfbd0c1869037f842e369c30c95e8473 | /app/src/main/java/com/woaw/popularmovies/MoviesProvider.java | 9c0552e057160a3b3fcd1e7af9cf16e2383cd838 | [] | no_license | winnoandrew/PopularMovies | https://github.com/winnoandrew/PopularMovies | a4fa6263775f508379e1453a72f7637a818627cb | 2f42ca69104fd18d41cd2f49fc2e95adc281928e | refs/heads/master | 2019-05-17T04:00:59.942000 | 2015-12-03T16:41:22 | 2015-12-03T16:41:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.woaw.popularmovies;
import android.annotation.TargetApi;
import android.content.ContentProvider;
import android.content.ContentValues;
import android.content.UriMatcher;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteQueryBuilder;
import ... | UTF-8 | Java | 11,569 | java | MoviesProvider.java | Java | [
{
"context": "uilder;\nimport android.net.Uri;\n\n/**\n * Created by ws on 9/10/15.\n */\npublic class MoviesProvider exten",
"end": 358,
"score": 0.9692127108573914,
"start": 356,
"tag": "USERNAME",
"value": "ws"
}
] | null | [] | package com.woaw.popularmovies;
import android.annotation.TargetApi;
import android.content.ContentProvider;
import android.content.ContentValues;
import android.content.UriMatcher;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteQueryBuilder;
import ... | 11,569 | 0.577664 | 0.57559 | 341 | 32.929619 | 29.72574 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56305 | false | false | 5 |
4d096b575f7027b6ba2fd66bf698a2d5872268fe | 36,344,013,298,628 | c609a2a739c087a89bba3596db9f5d5db83ec4e6 | /Zadania/Samouczek_programisty/Primitive_types/Ex4.java | ce911dbd70b9d9f89151be8c42a087f0d7d74002 | [] | no_license | MarekGlowacki/Sam | https://github.com/MarekGlowacki/Sam | 3b8c74af770572f29474db1dd1c746d25bf869ea | d8bc6f5a2e62cd5d4b0f7250c59f2a992576d52c | refs/heads/master | 2020-04-12T10:53:47.076000 | 2019-11-20T08:37:01 | 2019-11-20T08:37:01 | 155,965,350 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Samouczek_programisty.Primitive_types;
import java.util.Scanner;
public class Ex4 {
public static void main(String[] args) {
Ex4 ex = new Ex4();
System.out.println("Podaj dowolny łańcuch znaków: ");
Scanner scan = new Scanner(System.in);
String uscan = scan.nextLine();
... | UTF-8 | Java | 906 | java | Ex4.java | Java | [] | null | [] | package Samouczek_programisty.Primitive_types;
import java.util.Scanner;
public class Ex4 {
public static void main(String[] args) {
Ex4 ex = new Ex4();
System.out.println("Podaj dowolny łańcuch znaków: ");
Scanner scan = new Scanner(System.in);
String uscan = scan.nextLine();
... | 906 | 0.597778 | 0.592222 | 38 | 22.68421 | 24.016558 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 5 |
aec0544cfec1c393b1c0319ed2c322e1d22d8e77 | 38,878,043,977,333 | 3efa417c5668b2e7d1c377c41d976ed31fd26fdc | /src/br/com/mind5/business/cartItem/model/action/CartemVisiDaoSelect.java | 487b7ba72d79dc02b6045e1981e1931b4758ffe0 | [] | no_license | grazianiborcai/Agenda_WS | https://github.com/grazianiborcai/Agenda_WS | 4b2656716cc49a413636933665d6ad8b821394ef | e8815a951f76d498eb3379394a54d2aa1655f779 | refs/heads/master | 2023-05-24T19:39:22.215000 | 2023-05-15T15:15:15 | 2023-05-15T15:15:15 | 109,902,084 | 0 | 0 | null | false | 2022-06-29T19:44:56 | 2017-11-07T23:14:21 | 2022-01-18T22:22:20 | 2022-06-29T19:44:55 | 25,285 | 0 | 0 | 7 | Java | false | false | package br.com.mind5.business.cartItem.model.action;
import java.util.List;
import br.com.mind5.business.cartItem.dao.CartemDaoSelect;
import br.com.mind5.business.cartItem.info.CartemInfo;
import br.com.mind5.dao.DaoStmtExecOption;
import br.com.mind5.dao.DaoStmtExec;
import br.com.mind5.model.action.ActionV... | UTF-8 | Java | 752 | java | CartemVisiDaoSelect.java | Java | [] | null | [] | package br.com.mind5.business.cartItem.model.action;
import java.util.List;
import br.com.mind5.business.cartItem.dao.CartemDaoSelect;
import br.com.mind5.business.cartItem.info.CartemInfo;
import br.com.mind5.dao.DaoStmtExecOption;
import br.com.mind5.dao.DaoStmtExec;
import br.com.mind5.model.action.ActionV... | 752 | 0.795213 | 0.785904 | 23 | 30.695652 | 31.996515 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.913043 | false | false | 5 |
e8a15cba3ac9e88019f38af2c1dcc9f23348dee4 | 18,837,726,602,501 | ac8068c20d72bda05bf5a744dd8d18328dddf5ed | /Counter.java | c7bca700288eefdd98ca6d6bd040eeee22936f41 | [] | no_license | tigerqye/Canada-Airport | https://github.com/tigerqye/Canada-Airport | 561808e0f877fe07a52909626155935e28e2fb77 | 47b74bd2a2e5111a7415b05a90860423aebe74f6 | refs/heads/master | 2022-11-19T09:13:05.069000 | 2020-07-22T16:22:59 | 2020-07-22T16:22:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package canada.airport;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.*;
import java.util.logging.Level;
import java.util.logging.Logger;
public class Counter {
private static ArrayList<Flight> flights = new ArrayList<Flight>();
private static ArrayList<Ticket> ticket... | UTF-8 | Java | 15,142 | java | Counter.java | Java | [] | null | [] | package canada.airport;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.*;
import java.util.logging.Level;
import java.util.logging.Logger;
public class Counter {
private static ArrayList<Flight> flights = new ArrayList<Flight>();
private static ArrayList<Ticket> ticket... | 15,142 | 0.496104 | 0.481839 | 288 | 50.576389 | 41.097797 | 229 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.895833 | false | false | 5 |
19dd2a15571d1522dd92919746266d6f5497a285 | 8,315,056,727,584 | 71e8de91dde0da79ec1697df8e6a5d5e25b5329b | /src/org/jdesktop/swingx/painter/PainterPaint.java | 2c3a78e34b8250dcc27d3ae48a7fd06abc53039b | [
"Apache-2.0"
] | permissive | sgano/JSatTrak | https://github.com/sgano/JSatTrak | c5ca6e03193e0030858c280cb7d03499b8d24817 | cef0f2f73c59a92263ed8838fc8d811a80e7dd23 | refs/heads/svn/trunk | 2021-09-08T23:48:20.083000 | 2021-08-31T17:59:32 | 2021-08-31T17:59:32 | 8,470,286 | 56 | 33 | NOASSERTION | true | 2020-05-19T12:16:31 | 2013-02-28T02:28:51 | 2020-01-16T20:52:34 | 2020-05-19T12:14:33 | 58,556 | 41 | 25 | 0 | Ragel | false | false | /*
* $Id: PainterPaint.java 4082 2011-11-15 18:39:43Z kschaefe $
*
* Copyright 2009 Sun Microsystems, Inc., 4150 Network Circle,
* Santa Clara, California 95054, U.S.A. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Gene... | UTF-8 | Java | 3,905 | java | PainterPaint.java | Java | [
{
"context": "* $Id: PainterPaint.java 4082 2011-11-15 18:39:43Z kschaefe $\r\n *\r\n * Copyright 2009 Sun Microsystems, Inc., ",
"end": 64,
"score": 0.9927774667739868,
"start": 56,
"tag": "USERNAME",
"value": "kschaefe"
},
{
"context": "ngx.util.GraphicsUtilities;\r\n\r\n/**\r\n *\... | null | [] | /*
* $Id: PainterPaint.java 4082 2011-11-15 18:39:43Z kschaefe $
*
* Copyright 2009 Sun Microsystems, Inc., 4150 Network Circle,
* Santa Clara, California 95054, U.S.A. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Gene... | 3,891 | 0.57977 | 0.566197 | 121 | 30.272728 | 24.623446 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.561983 | false | false | 5 |
c68e73c4df358cc82ef7671c9b2f175f3362d0d2 | 14,285,061,272,355 | 6e4c4eb2951366698153025c7bc88b18b2d31ee0 | /src/test/java/page/CatalogPage.java | fef23b525ee6e638b1aafe41e43395e92e14713d | [] | no_license | alinasmrgn/framework | https://github.com/alinasmrgn/framework | 40e4477f7b58d2e0162a349f4d9a1eb77dcb82e7 | 0ceb25856ff5a9b510e4a46529243658ff2fef46 | refs/heads/main | 2023-02-05T15:37:22.662000 | 2020-12-30T06:54:37 | 2020-12-30T06:54:37 | 325,323,956 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package page;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
public class Cata... | UTF-8 | Java | 2,037 | java | CatalogPage.java | Java | [] | null | [] | package page;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
public class Cata... | 2,037 | 0.64607 | 0.644093 | 60 | 32.716667 | 30.689354 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483333 | false | false | 5 |
291917c935320777849552e619079ccb85531909 | 26,439,818,722,176 | e7fe4cbb619f1771e58f8a67db67e7ac80587b99 | /src/main/java/invt/dao/local/VipAccountDao.java | fcf3b56c6a8fe6963f56c99f194074b77c5e4219 | [] | no_license | tojames/invt | https://github.com/tojames/invt | 8abbca57c6b12fe797ae5d801fedb2b2ed995676 | 148b2876f96ed4c1dff9464800ee09d87b9a789c | HEAD | 2019-04-07T15:32:26.605000 | 2017-03-31T06:30:47 | 2017-03-31T06:30:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package invt.dao.local;
import invt.model.dto.MyDebtRecordDto;
import invt.model.po.VipAccount;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface VipAccountDao {
int insert(VipAccount record);
int insertSelectiv... | UTF-8 | Java | 2,335 | java | VipAccountDao.java | Java | [] | null | [] | package invt.dao.local;
import invt.model.dto.MyDebtRecordDto;
import invt.model.po.VipAccount;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface VipAccountDao {
int insert(VipAccount record);
int insertSelectiv... | 2,335 | 0.696801 | 0.693092 | 73 | 28.561644 | 34.421635 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.547945 | false | false | 5 |
2c229bba82ba74ce33255671b8fc01a86c73f665 | 13,503,377,216,925 | 69169ac7c4e73accec21b5234403e7e4754fc66f | /src/main/java/com/addf/gadgets/chart/service/job/JobImpl.java | 032f31ec8e06b52cbac144831323820baaa77449 | [
"MIT"
] | permissive | whaker/ngx-dynamic-dashboard-framework-microservice | https://github.com/whaker/ngx-dynamic-dashboard-framework-microservice | 31b2c513f246632ed1facaf635f6035108da4165 | 7dd841635c0565219f5f5d199ed46b5dbec3012d | refs/heads/master | 2020-03-27T23:04:14.336000 | 2018-09-03T22:41:04 | 2018-09-03T22:41:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.addf.gadgets.chart.service.job;
import com.addf.gadgets.chart.service.job.api.Job;
import com.addf.gadgets.chart.service.job.domain.JobTaskDetail;
import com.jayway.jsonpath.DocumentContext;
import com.jayway.jsonpath.JsonPath;
import org.springframework.beans.factory.annotation.Value;
import org.springfra... | UTF-8 | Java | 2,585 | java | JobImpl.java | Java | [] | null | [] | package com.addf.gadgets.chart.service.job;
import com.addf.gadgets.chart.service.job.api.Job;
import com.addf.gadgets.chart.service.job.domain.JobTaskDetail;
import com.jayway.jsonpath.DocumentContext;
import com.jayway.jsonpath.JsonPath;
import org.springframework.beans.factory.annotation.Value;
import org.springfra... | 2,585 | 0.608511 | 0.608511 | 88 | 28.363636 | 26.126955 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511364 | false | false | 5 |
399cd3366c85d1f7eec06a3ed1107c182afa00b5 | 13,503,377,217,191 | 1e27074a7414f2819a4b06ca7aabc19ba4adbe72 | /src/com/edu/game/Game.java | f4e7b4c2423428529bba48edd0b4430cec64c76a | [] | no_license | EricOgata/Java2DGame | https://github.com/EricOgata/Java2DGame | b04a1a6f40e674cf6a9ca7c0a4099e5520a3a345 | 75099c35e45292757b2b7ec4e97a4ee634822ec8 | refs/heads/master | 2020-12-24T19:37:20.402000 | 2016-05-19T23:18:25 | 2016-05-19T23:18:25 | 59,249,648 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edu.game;
import java.awt.Canvas;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.image.BufferStrategy;
import java.util.Random;
import com.edu.gameObjects.Background;
import com.edu.gameObjects.BasicEnemy;
import com.edu.gameObjects.Bullet;
import com.edu.gameObjects.GameObject;
import c... | ISO-8859-1 | Java | 4,318 | java | Game.java | Java | [] | null | [] | package com.edu.game;
import java.awt.Canvas;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.image.BufferStrategy;
import java.util.Random;
import com.edu.gameObjects.Background;
import com.edu.gameObjects.BasicEnemy;
import com.edu.gameObjects.Bullet;
import com.edu.gameObjects.GameObject;
import c... | 4,318 | 0.653284 | 0.633558 | 195 | 21.097435 | 21.129534 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.641026 | false | false | 5 |
6f1210e3956f8a838a15333041535f921339d38b | 9,388,798,553,731 | b180cb83ad0539d98ae9cb59f2a0511eab00e593 | /src/main/java/com/sk/aitech/fetcher/ml/DecisionTree.java | 984710bc25e91b7b6cf6748bc001f5ffdb90eefe | [] | no_license | sirpkt/esinterpreter | https://github.com/sirpkt/esinterpreter | 8de534942c0ed32e86a766090b4860a63d7b4e84 | 2c4e4dcfe3805b75c05c9ef9e9c69d2fa6975ab3 | refs/heads/master | 2020-12-24T20:00:35.323000 | 2015-08-28T06:03:08 | 2015-08-28T06:03:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sk.aitech.fetcher.ml;
import com.sk.aitech.exceptions.FetcherException;
import com.sk.aitech.fetcher.DefaultFetcher;
import com.sk.aitech.fetcher.Fetcher;
import com.sk.aitech.fetcher.FetcherContext;
import org.apache.spark.sql.DataFrame;
import org.apache.spark.sql.Row;
import java.util.ArrayList;
import... | UTF-8 | Java | 3,519 | java | DecisionTree.java | Java | [] | null | [] | package com.sk.aitech.fetcher.ml;
import com.sk.aitech.exceptions.FetcherException;
import com.sk.aitech.fetcher.DefaultFetcher;
import com.sk.aitech.fetcher.Fetcher;
import com.sk.aitech.fetcher.FetcherContext;
import org.apache.spark.sql.DataFrame;
import org.apache.spark.sql.Row;
import java.util.ArrayList;
import... | 3,519 | 0.645354 | 0.639102 | 111 | 30.702703 | 33.011215 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.702703 | false | false | 5 |
bd53fd22c93d48255208e2650189cab38223070f | 1,675,037,305,789 | 85fd5e94a10839827d6b70601cd41df0700c2a8d | /TheSocialNetwork/app/src/main/java/project02/csc296/thesocialnetwork/UserAdapter.java | 51a7de1099b86eeacc7dd0c200f119b1642846ee | [] | no_license | jboullianne/csc296 | https://github.com/jboullianne/csc296 | 5a8d680a5ca8e2aa3d2b5de8f648aa1c2783a5c7 | f9960b3a58adb109d7d6a66ffcc9a687c03472b6 | refs/heads/master | 2021-01-10T08:55:24.936000 | 2015-12-22T00:02:43 | 2015-12-22T00:02:43 | 47,267,751 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Jean-Marc Boullianne
CSC 296: Fall 2015
Project 02
*/
package project02.csc296.thesocialnetwork;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.List;
import project02.csc296.thesocialnetwork.model.User;
... | UTF-8 | Java | 1,302 | java | UserAdapter.java | Java | [
{
"context": "/*\nJean-Marc Boullianne\nCSC 296: Fall 2015\nProject 02\n */\n\npackage projec",
"end": 23,
"score": 0.999884307384491,
"start": 3,
"tag": "NAME",
"value": "Jean-Marc Boullianne"
},
{
"context": "96.thesocialnetwork.model.User;\n\n/**\n * Created by JeanMarc on 11/3/15... | null | [] | /*
<NAME>
CSC 296: Fall 2015
Project 02
*/
package project02.csc296.thesocialnetwork;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.List;
import project02.csc296.thesocialnetwork.model.User;
/**
* Created... | 1,288 | 0.695853 | 0.676651 | 53 | 23.566038 | 23.029522 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.415094 | false | false | 5 |
ce7322db87530af03f67e09edd18977552051364 | 11,793,980,236,412 | 9f4889b73256acf8fbe89413ae8132d432ad1ddb | /app/src/main/java/com/getcodly/codly/tree.java | 0e8bcf4cd5a2398163f5a4d0a7f9032ef81de044 | [] | no_license | codoulingo1/coduolingoplus | https://github.com/codoulingo1/coduolingoplus | 42d52129aec2af2c52c1d6e2a48d2f74e3be908c | 91943a6893effe38a51e4f1bc03fe8e619ce77a4 | refs/heads/master | 2021-08-11T05:13:45.084000 | 2021-08-10T18:49:36 | 2021-08-10T18:49:36 | 250,806,672 | 0 | 0 | null | false | 2020-09-13T02:55:31 | 2020-03-28T13:50:04 | 2020-09-10T14:02:30 | 2020-09-13T02:55:29 | 2,777 | 0 | 0 | 1 | Java | false | false | package com.getcodly.codly;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.os.Environment;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
impor... | UTF-8 | Java | 15,481 | java | tree.java | Java | [] | null | [] | package com.getcodly.codly;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.os.Environment;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
impor... | 15,481 | 0.582876 | 0.549461 | 379 | 38.878628 | 27.565247 | 207 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.812665 | false | false | 5 |
7db84cea28b63ae8f9d20554dcbe6d1703ef0446 | 3,908,420,279,676 | 6973a9ceb7543b864c35aa3a5f2421c24581cb5d | /src/api/java/com/codetaylor/mc/artisanworktables/api/internal/recipe/ToolEntry.java | 0d3aab246c11b0799be25d0c979a0af47ffc2f76 | [
"Apache-2.0"
] | permissive | copygirl/artisan-worktables | https://github.com/copygirl/artisan-worktables | 76bd3256669e207c6fc6d852b11c6e6c8879ccb0 | 7b0b21cb1186536577252ffc2be938d4a2027570 | refs/heads/master | 2022-09-19T09:36:43.241000 | 2020-05-24T17:31:35 | 2020-05-24T17:31:35 | 268,714,742 | 0 | 0 | NOASSERTION | true | 2020-06-02T06:03:16 | 2020-06-02T06:03:15 | 2020-05-24T17:31:44 | 2020-05-24T17:31:41 | 19,582 | 0 | 0 | 0 | null | false | false | package com.codetaylor.mc.artisanworktables.api.internal.recipe;
import com.codetaylor.mc.artisanworktables.api.recipe.IToolHandler;
import net.minecraft.item.ItemStack;
public class ToolEntry {
private IArtisanIngredient tool;
private IArtisanItemStack[] toolStacks;
private ItemStack[] toolItemStacks;
priva... | UTF-8 | Java | 1,139 | java | ToolEntry.java | Java | [] | null | [] | package com.codetaylor.mc.artisanworktables.api.internal.recipe;
import com.codetaylor.mc.artisanworktables.api.recipe.IToolHandler;
import net.minecraft.item.ItemStack;
public class ToolEntry {
private IArtisanIngredient tool;
private IArtisanItemStack[] toolStacks;
private ItemStack[] toolItemStacks;
priva... | 1,139 | 0.693591 | 0.691835 | 51 | 21.333334 | 23.09203 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 5 |
dd2428e193d78a6676a845f17415bb212eeede73 | 11,295,764,030,345 | 619ea83b365a986e05ea7a8a303c35630e4d29d3 | /app/src/main/java/com/example/kerzak/cook4me/Listeners/DatePickerListener.java | 5048759b75242a0360b4c9693f10978a550122d4 | [] | no_license | Kerzak1408/cook_for_me_client | https://github.com/Kerzak1408/cook_for_me_client | daeb6695e493f6eebd947b8dc92360a2f5a10cea | d136dda3fd7572897cdd4cb0d751c31138f65586 | refs/heads/master | 2021-01-21T17:46:37.747000 | 2017-06-25T13:38:34 | 2017-06-25T13:38:34 | 91,985,082 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.kerzak.cook4me.Listeners;
import android.app.DatePickerDialog;
import android.content.Context;
import android.view.View;
import android.widget.DatePicker;
import android.widget.EditText;
import com.example.kerzak.cook4me.Activities.CookingInfoActivity;
import java.util.Calendar;
/**
* Created b... | UTF-8 | Java | 1,332 | java | DatePickerListener.java | Java | [
{
"context": "package com.example.kerzak.cook4me.Listeners;\n\nimport android.app.DatePicker",
"end": 26,
"score": 0.9136379361152649,
"start": 20,
"tag": "USERNAME",
"value": "kerzak"
},
{
"context": "port android.widget.EditText;\n\nimport com.example.kerzak.cook4me.Activities.Cook... | null | [] | package com.example.kerzak.cook4me.Listeners;
import android.app.DatePickerDialog;
import android.content.Context;
import android.view.View;
import android.widget.DatePicker;
import android.widget.EditText;
import com.example.kerzak.cook4me.Activities.CookingInfoActivity;
import java.util.Calendar;
/**
* Created b... | 1,332 | 0.687688 | 0.682432 | 44 | 29.272728 | 27.713932 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 5 |
8321cffef821e7490e55f46a2127076fcc0377d9 | 27,247,272,570,778 | 4dcb47b39705a75d33db2446447bc8c9562a2758 | /CheckersBoard.java | c90b0c1430fe7bd31bf5211125000cf6a41d7196 | [] | no_license | BlueFire9020/Swing-Checkers | https://github.com/BlueFire9020/Swing-Checkers | f73b6bdb0e85d0b0a83caa99ba1bb5372a320f58 | a50ebccf7dcc2bd06b7acd4b35c8d40e9893dcba | refs/heads/master | 2020-05-17T22:18:18.552000 | 2019-05-10T00:40:54 | 2019-05-10T00:40:54 | 183,996,671 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.Point;
import java.awt.geom.Point2D;
import java.util.ArrayList;
import java.util.HashMap;
public class CheckersBoard extends Board
{
private Point selectedPawn;
private boolean justHopped;
/*
* Constructor for the CheckersBoard object, which
* intializes the board to the specifie... | UTF-8 | Java | 16,605 | java | CheckersBoard.java | Java | [
{
"context": "m.out.println(\"WE'RE SETTING A PAWN TO NULL HERE @PLAYMOVE2\");\r\n\t\t\t\t\t\treturn playMove(target, possibleHops.ge",
"end": 7581,
"score": 0.8914688229560852,
"start": 7572,
"tag": "USERNAME",
"value": "PLAYMOVE2"
}
] | null | [] | import java.awt.Point;
import java.awt.geom.Point2D;
import java.util.ArrayList;
import java.util.HashMap;
public class CheckersBoard extends Board
{
private Point selectedPawn;
private boolean justHopped;
/*
* Constructor for the CheckersBoard object, which
* intializes the board to the specifie... | 16,605 | 0.61355 | 0.607106 | 613 | 25.088091 | 25.536949 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.556281 | false | false | 5 |
ce16af2dc58644707679ecf9a03c74debeaa80ff | 9,629,316,728,664 | ca5450b68296691035af96380e17e60d522a38cd | /chapter03/src/main/java/com/itheima/aspectj/annotation/MyAspect.java | 322e62bb64643840f28ebbe5e81f2a80d374aab2 | [] | no_license | Binguner/itheima_spring | https://github.com/Binguner/itheima_spring | 65863f12ca0a49f823da964e470c02757ccb73be | d0432ad6f183ec9017688f841271c3b7cb5f8331 | refs/heads/master | 2023-06-21T19:00:31.060000 | 2019-05-19T10:37:03 | 2019-05-19T10:37:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itheima.aspectj.annotation;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.*;
import org.springframework.stereotype.Component;
import javax.annotation.PostConstruct;
@Aspect
@Component
public class MyAspect {
// 定义切入点表达式
@Pointc... | UTF-8 | Java | 2,336 | java | MyAspect.java | Java | [] | null | [] | package com.itheima.aspectj.annotation;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.*;
import org.springframework.stereotype.Component;
import javax.annotation.PostConstruct;
@Aspect
@Component
public class MyAspect {
// 定义切入点表达式
@Pointc... | 2,336 | 0.643538 | 0.641949 | 66 | 27.60606 | 23.424204 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 5 |
3f69c36031163c4a07bb856e88468f93e1e2019e | 5,523,327,991,035 | 3ec72380125edf8bcbb9d604cd5b73243a542e0d | /src/main/java/com/ken/wms/domain/StockRecordDTO.java | 67763633a4cb4716e4eb981d58e3deb08b700733 | [] | no_license | beautifulhub/cangku | https://github.com/beautifulhub/cangku | 5446a141b9a0ac246d52fa8d206a72385ec44961 | 712b08e11d4626feb4473d10f50713550f3a3264 | refs/heads/master | 2020-03-30T00:17:53.439000 | 2019-03-03T08:32:08 | 2019-03-03T08:32:08 | 150,514,852 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ken.wms.domain;
import java.util.Date;
/**
* 出货/进货记录DO
*
* @author Bea
* @since 2017/4/5.
*/
public class StockRecordDTO {
/**
* 记录ID
*/
private Integer recordID;
/**
* 记录的类型(出货/进货)
*/
private String type;
/**
* 供应商(进货)或客户(出货)名称
... | UTF-8 | Java | 3,916 | java | StockRecordDTO.java | Java | [
{
"context": "va.util.Date;\r\n\r\n/**\r\n * 出货/进货记录DO\r\n *\r\n * @author Bea\r\n * @since 2017/4/5.\r\n */\r\npublic class StockReco",
"end": 94,
"score": 0.9951044321060181,
"start": 91,
"tag": "NAME",
"value": "Bea"
}
] | null | [] | package com.ken.wms.domain;
import java.util.Date;
/**
* 出货/进货记录DO
*
* @author Bea
* @since 2017/4/5.
*/
public class StockRecordDTO {
/**
* 记录ID
*/
private Integer recordID;
/**
* 记录的类型(出货/进货)
*/
private String type;
/**
* 供应商(进货)或客户(出货)名称
... | 3,916 | 0.510139 | 0.508538 | 185 | 18.259459 | 17.871243 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.27027 | false | false | 5 |
3c3b472262d47fada5eaebe3898f56030b2d9b3a | 31,078,383,393,030 | 55d8f38cdded2ca57d554ca14b474f7e8686fa09 | /src/br/edu/fema/spaceman/configuracao/Assets.java | b2e0c5758c370a7cbab4f4c48374ccc69275da5e | [] | no_license | jpsacheti/spaceman | https://github.com/jpsacheti/spaceman | b50bc58e82bb6756b9cb9f1fc53160f65385a93e | 882b2804d2d0374056f51075b88201be85a9f7df | refs/heads/master | 2016-09-06T12:33:27.329000 | 2015-06-18T04:35:01 | 2015-06-18T04:35:01 | 34,352,172 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.edu.fema.spaceman.configuracao;
//Constantes que apontam para as imagens do jogo
public class Assets {
public final static String BACKGROUND = "background.png"; // Imagem do fundo
public final static String LOGO = "logo.png"; // Logo do Game ("Spaceman")
public final static String PLAY = "play.png"; // B... | ISO-8859-1 | Java | 1,105 | java | Assets.java | Java | [] | null | [] | package br.edu.fema.spaceman.configuracao;
//Constantes que apontam para as imagens do jogo
public class Assets {
public final static String BACKGROUND = "background.png"; // Imagem do fundo
public final static String LOGO = "logo.png"; // Logo do Game ("Spaceman")
public final static String PLAY = "play.png"; // B... | 1,105 | 0.733636 | 0.733636 | 19 | 56.947369 | 24.407663 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.526316 | false | false | 5 |
5da62ef0e361b7f6fa71a5cfcc059a4e1886d614 | 8,418,135,944,648 | e103f9194be7c43bcb2f26c9012b59b96df8f91f | /LibraryZxing/src/cn/com/zzy/QRUtils.java | 2a1d64c59a2fe58177efcf371e36fff997ff5b34 | [] | no_license | kaixinzzy/MyStudyProgram | https://github.com/kaixinzzy/MyStudyProgram | 905f63c8c95b9c348bebc0f0e45feaa580b3321f | 1e62e4cad4e6ba5f54e8b6fbab95b3569234d27d | refs/heads/master | 2021-08-24T06:09:14.183000 | 2017-12-08T01:09:50 | 2017-12-08T10:23:56 | 110,960,932 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.com.zzy;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Matrix;
import android.text.TextUtils;
import com.google.zxing.BarcodeFormat;
import com.google.zxing.Encode... | UTF-8 | Java | 10,622 | java | QRUtils.java | Java | [
{
"context": "码\n官方:\n google开源项目,持续更新中\n https://github.com/zxing/zxing\n参考:\n http://www.jianshu.com/p/44e84b7a86",
"end": 736,
"score": 0.9985052347183228,
"start": 731,
"tag": "USERNAME",
"value": "zxing"
}
] | null | [] | package cn.com.zzy;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Matrix;
import android.text.TextUtils;
import com.google.zxing.BarcodeFormat;
import com.google.zxing.Encode... | 10,622 | 0.558417 | 0.543287 | 290 | 33.413792 | 24.865177 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.855172 | false | false | 5 |
5fdde136ddbc6e7fd8e5111f28c3e09be30d829c | 9,835,475,133,097 | 95f93c3a7299c488747031679e7402f09693a10d | /test/com/twu/biblioteca/ListMoviesOptionTest.java | 6b8acf334da07167837ac91e2c38ed842c3cf628 | [
"Apache-2.0"
] | permissive | mangles/twu-biblioteca-mangles | https://github.com/mangles/twu-biblioteca-mangles | c8ed0b2bacfd2635bbed90d5189312d33518535a | 6c0e6c09de94a8640f73f41a20c654a4bb2b76c4 | refs/heads/master | 2021-09-03T22:31:02.706000 | 2018-01-12T14:20:56 | 2018-01-12T14:20:56 | 115,263,461 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.twu.biblioteca;
import com.twu.biblioteca.options.*;
import org.junit.Before;
import org.junit.Test;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import static org.junit.Assert.assertEquals;
public class ListMoviesOptionTest {
private ByteArrayOutputStream outputStream;
pri... | UTF-8 | Java | 1,574 | java | ListMoviesOptionTest.java | Java | [] | null | [] | package com.twu.biblioteca;
import com.twu.biblioteca.options.*;
import org.junit.Before;
import org.junit.Test;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import static org.junit.Assert.assertEquals;
public class ListMoviesOptionTest {
private ByteArrayOutputStream outputStream;
pri... | 1,574 | 0.631512 | 0.596569 | 44 | 34.795456 | 26.272678 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.090909 | false | false | 5 |
0338f78e123c75d03e09eb412c69829779222bd8 | 2,267,742,777,714 | 863acb02a064a0fc66811688a67ce3511f1b81af | /sources/p019d/p143b/p144a/p147c/C7231ya.java | 3229ede3b2e8ab5f87a71188f7a68a9cc599a010 | [
"MIT"
] | permissive | Game-Designing/Custom-Football-Game | https://github.com/Game-Designing/Custom-Football-Game | 98d33eb0c04ca2c48620aa4a763b91bc9c1b7915 | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | refs/heads/master | 2020-08-04T00:02:04.876000 | 2019-10-06T06:55:08 | 2019-10-06T06:55:08 | 211,914,568 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p019d.p143b.p144a.p147c;
/* renamed from: d.b.a.c.ya */
public interface C7231ya {
}
| UTF-8 | Java | 94 | java | C7231ya.java | Java | [] | null | [] | package p019d.p143b.p144a.p147c;
/* renamed from: d.b.a.c.ya */
public interface C7231ya {
}
| 94 | 0.702128 | 0.531915 | 5 | 17.799999 | 14.260435 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 5 |
9e486e1d53224644f9e4c19f9e4aa5de33f9ffe7 | 18,554,258,728,000 | f03a4080c87c7e054ffffb413ccc2207664d6a21 | /src/beforefulltime/NoofwordsHASHmap.java | f80665e951d7f2ba0b03f91035b7b9d5e10de7fb | [] | no_license | nehakhande09/BeforeFullTime | https://github.com/nehakhande09/BeforeFullTime | c3c7b1f17b5e513f52efaf8ae79410f9e66009cc | c4354d637edc4fe5c65072cbb18dea8d6d75aab2 | refs/heads/master | 2021-02-27T06:33:57.320000 | 2020-03-07T09:01:03 | 2020-03-07T09:01:03 | 245,588,259 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package beforefulltime;
import java.util.Scanner;
public class NoofwordsHASHmap {
public static void main(String[] args) {
Scanner in=new Scanner(System.in);
String str=in.nextLine();
System.out.println("number of words in the string:"+count_words(str)+"\n");
}
public static int count_words( String str) {
in... | UTF-8 | Java | 556 | java | NoofwordsHASHmap.java | Java | [] | null | [] | package beforefulltime;
import java.util.Scanner;
public class NoofwordsHASHmap {
public static void main(String[] args) {
Scanner in=new Scanner(System.in);
String str=in.nextLine();
System.out.println("number of words in the string:"+count_words(str)+"\n");
}
public static int count_words( String str) {
in... | 556 | 0.629496 | 0.618705 | 28 | 18.857143 | 21.64439 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.964286 | false | false | 5 |
ccd067796c5203ae530aff24d60d02d3a4bb8792 | 5,145,370,843,900 | ee3217651c54ec0d5d5d8559c32f501d751e45d2 | /src/main/java/com/example/model/entities/Marks.java | a9515a283ca3b11dab2fa42f6c217cbd20a4500d | [] | no_license | glhf/ElectronicJournal | https://github.com/glhf/ElectronicJournal | a43fea971461752b3d7db45ca447cfece84b82f9 | 9c5cfa090ebccfb74251c820269ca4d52ed56f1b | refs/heads/master | 2016-08-04T16:08:24.479000 | 2015-06-23T19:39:27 | 2015-06-23T19:39:27 | 34,684,739 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.model.entities;
import javafx.beans.property.*;
import javafx.beans.value.ObservableValue;
import javafx.collections.ObservableList;
import java.util.ArrayList;
import java.util.List;
public class Marks {
private StringProperty surname = new SimpleStringProperty();;
private StringProperty... | UTF-8 | Java | 3,719 | java | Marks.java | Java | [] | null | [] | package com.example.model.entities;
import javafx.beans.property.*;
import javafx.beans.value.ObservableValue;
import javafx.collections.ObservableList;
import java.util.ArrayList;
import java.util.List;
public class Marks {
private StringProperty surname = new SimpleStringProperty();;
private StringProperty... | 3,719 | 0.64883 | 0.646679 | 139 | 25.755396 | 22.195612 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410072 | false | false | 5 |
57b0e333c4bc6433afac9f377a04a9a9e5d73437 | 22,411,139,352,814 | 822febebbf0213bf144f6532ae428a5050beb4d8 | /Own_Coding_Striver_SDE_Sheet/Day_12_BitsManipulation/Q5_Method1_MostOptimal_Day12.java | bf8e1cddd1c792743cd835cf901dff466e4525af | [] | no_license | roushan-raj/Codes | https://github.com/roushan-raj/Codes | bf5d5ffe438285556635fe8b2879048c37df11cf | 96e0c54e4dbc679ea5c32c3aec72e80197b334d8 | refs/heads/master | 2023-05-13T22:10:08.333000 | 2021-06-09T17:19:29 | 2021-06-09T17:19:29 | 333,555,263 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Q5_Method1_MostOptimal_Day12 {
// Position of Set bit from the right side
public int msb(int n) {
if (n == 0)
return 0;
int mask = 1;
int counter = 1;
while(n>0) {
if((n & mask) > 0)
return counter;
n = n>>1;
counter++;
}
return counter;
}
public static void main(Strin... | UTF-8 | Java | 443 | java | Q5_Method1_MostOptimal_Day12.java | Java | [] | null | [] |
public class Q5_Method1_MostOptimal_Day12 {
// Position of Set bit from the right side
public int msb(int n) {
if (n == 0)
return 0;
int mask = 1;
int counter = 1;
while(n>0) {
if((n & mask) > 0)
return counter;
n = n>>1;
counter++;
}
return counter;
}
public static void main(Strin... | 443 | 0.616253 | 0.568849 | 23 | 18.217392 | 17.36302 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.086957 | false | false | 5 |
28c8e3d196d05645c50e292f7c383bf5d0e66b56 | 2,989,297,274,549 | e3b94661a6ebd792bb4b01065699155d766c2c07 | /src/main/java/com/hug/api/window/WindowTest2_CountWindow.java | 9525cf5fcb41205ff7025d86e75e0dc18b350d48 | [] | no_license | hug-git/hug-flink | https://github.com/hug-git/hug-flink | 2c036f60ea2f06dfe8a3ce1b91b20d9ff03c24c6 | 54f715fd9c37d401e1d52f0008234a686169c01f | refs/heads/master | 2023-01-22T05:32:36.366000 | 2020-12-06T05:58:02 | 2020-12-06T05:58:02 | 318,962,960 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hug.api.window;
import com.hug.api.bean.SensorReading;
import org.apache.flink.api.common.functions.MapFunction;
import org.apache.flink.api.java.tuple.Tuple2;
import org.apache.flink.streaming.api.datastream.DataStreamSource;
import org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator;
imp... | UTF-8 | Java | 1,675 | java | WindowTest2_CountWindow.java | Java | [
{
"context": "indowTest_CountWindow\n * @Description:\n * @Author: hug on 2020/10/25 16:23 (星期日)\n * @Version: 1.0\n */\npu",
"end": 470,
"score": 0.99969482421875,
"start": 467,
"tag": "USERNAME",
"value": "hug"
}
] | null | [] | package com.hug.api.window;
import com.hug.api.bean.SensorReading;
import org.apache.flink.api.common.functions.MapFunction;
import org.apache.flink.api.java.tuple.Tuple2;
import org.apache.flink.streaming.api.datastream.DataStreamSource;
import org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator;
imp... | 1,675 | 0.643253 | 0.620456 | 43 | 36.744186 | 30.602549 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.581395 | false | false | 5 |
143848c2ac589603ca34ea916ef87ccc51e9d346 | 24,275,155,166,462 | 4c10c3ee933041932ba5166c68c18afdffaa1a40 | /worldServer/src/main/java/com/msemu/world/World.java | e675f1bf9520f5342ae32e73cd37f88a3708ec1d | [] | no_license | Ruisi-Lu/tms202 | https://github.com/Ruisi-Lu/tms202 | a54434376487807f2c0ce53a8b4cec2f31760835 | 7e95f78d202f5285bb061cb015421cf6ca9afc40 | refs/heads/master | 2021-09-27T07:12:24.033000 | 2018-11-06T19:36:18 | 2018-11-06T19:54:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* MIT License
*
* Copyright (c) 2018 msemu
*
* 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, me... | UTF-8 | Java | 6,911 | java | World.java | Java | [
{
"context": "/*\n * MIT License\n *\n * Copyright (c) 2018 msemu\n *\n * Permission is hereby granted, free of charg",
"end": 48,
"score": 0.9997314810752869,
"start": 43,
"tag": "USERNAME",
"value": "msemu"
},
{
"context": "rt java.util.stream.Collectors;\n\n/**\n * Created by Webe... | null | [] | /*
* MIT License
*
* Copyright (c) 2018 msemu
*
* 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, me... | 6,911 | 0.656898 | 0.653852 | 212 | 31.514151 | 26.992395 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551887 | false | false | 5 |
fbad0c75775fb55dd44fb4a6441165585ee358bc | 34,583,076,667,666 | ba9a92761e8dfcdc5397d9f7fa0d78943387ff9f | /LongNguyen_Android-SourceCode/CheckedTextView/app/src/main/java/com/example/longnguyen/checkedtextview/MainActivity.java | 55d9eddd7cd3290f05d5b3ca4ac54ad38599a06a | [] | no_license | thxlong/AndroidStudioProjects | https://github.com/thxlong/AndroidStudioProjects | 9b9f5675358a830383c288179c8f080eef60519d | a4b74e8321127ce6a66192db2551665650aa0a90 | refs/heads/master | 2021-07-19T09:20:58.424000 | 2017-10-25T02:25:47 | 2017-10-25T02:25:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.longnguyen.checkedtextview;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.CheckedTextView;
public class MainActivity extends AppCompatActivity {
CheckedTextView check;
@Override
protected void onCreate(Bundl... | UTF-8 | Java | 873 | java | MainActivity.java | Java | [
{
"context": "package com.example.longnguyen.checkedtextview;\n\nimport android.support.v7.app.A",
"end": 30,
"score": 0.8725552558898926,
"start": 20,
"tag": "USERNAME",
"value": "longnguyen"
}
] | null | [] | package com.example.longnguyen.checkedtextview;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.CheckedTextView;
public class MainActivity extends AppCompatActivity {
CheckedTextView check;
@Override
protected void onCreate(Bundl... | 873 | 0.608247 | 0.607102 | 31 | 27.161291 | 20.262943 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387097 | false | false | 5 |
79511fa0b27c3d303eb0dd991013d1def46c7a2c | 2,267,742,789,248 | 3ac5150bfb0effce78721a40e7b0eca17c71646b | /src/main/java/com/ajh/taco/controller/RestTacoController.java | e2ac56d4e009f66b41ff686a18a2815509b8d5e4 | [] | no_license | ajh678/taco-cloud | https://github.com/ajh678/taco-cloud | 6c2130bd503b8eed535a3abb94bce40c1a79e42e | c4c398da33c3eb4d835477f61b1510635eab8bd0 | refs/heads/master | 2022-05-17T21:39:13.976000 | 2018-12-13T06:15:06 | 2018-12-13T06:15:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ajh.taco.controller;
import java.util.List;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.domain.Sort;
import org.springframework.hateoas.Resources;
import org.springframework.hateoas.mvc.ControllerLinkBuilder;
import org.springframework.http.HttpStatus;
import org.sp... | UTF-8 | Java | 3,046 | java | RestTacoController.java | Java | [] | null | [] | package com.ajh.taco.controller;
import java.util.List;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.domain.Sort;
import org.springframework.hateoas.Resources;
import org.springframework.hateoas.mvc.ControllerLinkBuilder;
import org.springframework.http.HttpStatus;
import org.sp... | 3,046 | 0.788247 | 0.786277 | 73 | 40.726028 | 30.179491 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.561644 | false | false | 5 |
fe32279093cbf6635190c89f3330a6fefed16598 | 13,022,340,892,226 | 3be06ce4b00e4594e68e3dd75b7cf62965b854a0 | /src/main/java/com/ecomindo/onboarding/testinghat/services/HatsService.java | 7b4f08fa078142615e7d7293e25c7df6b11d0365 | [] | no_license | stephanusF/onboarding-springboot | https://github.com/stephanusF/onboarding-springboot | 2f309ec849dfef00b9ff785794419827a4f45c30 | f09720ec8d891d8614cad7b70b5c18ed7ec3fd2c | refs/heads/main | 2023-08-15T01:26:31.179000 | 2021-09-20T14:10:10 | 2021-09-20T14:10:10 | 405,891,736 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ecomindo.onboarding.testinghat.services;
import java.util.List;
import java.util.concurrent.Future;
import com.ecomindo.onboarding.testinghat.dto.HatDTO;
import com.ecomindo.onboarding.testinghat.model.HatsModel;
public interface HatsService {
List<HatsModel> getAllHats();
HatsModel getHatById(in... | UTF-8 | Java | 707 | java | HatsService.java | Java | [] | null | [] | package com.ecomindo.onboarding.testinghat.services;
import java.util.List;
import java.util.concurrent.Future;
import com.ecomindo.onboarding.testinghat.dto.HatDTO;
import com.ecomindo.onboarding.testinghat.model.HatsModel;
public interface HatsService {
List<HatsModel> getAllHats();
HatsModel getHatById(in... | 707 | 0.775106 | 0.772277 | 20 | 34.349998 | 20.58707 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.85 | false | false | 5 |
8990f5f0b66ce1e7a5324931a02a36b2b9e89f48 | 13,795,435,004,296 | 650bb727507f6085f1318d75326166e50671af11 | /app/src/main/java/com/pablo/u3t4event/U3T4Event.java | 27039b6ea2ac7309240865f51927d19a0051b9b7 | [] | no_license | pablodam21/Taller4 | https://github.com/pablodam21/Taller4 | 8f6621c481ad57fd5f7714fcedd912962c6cf353 | b50bbe03aeb47ce40524db09378008bbc5f06bc3 | refs/heads/main | 2023-01-22T17:30:12.333000 | 2020-12-05T10:41:39 | 2020-12-05T10:41:39 | 318,761,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pablo.u3t4event;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.os.PersistableBundle;
import android.view.View;
import android.widget.EditText;
import android.... | UTF-8 | Java | 2,130 | java | U3T4Event.java | Java | [] | null | [] | package com.pablo.u3t4event;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.os.PersistableBundle;
import android.view.View;
import android.widget.EditText;
import android.... | 2,130 | 0.711737 | 0.70892 | 77 | 26.675325 | 26.185869 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 5 |
4406833cb76356c90fb27f4b20218e26600035ba | 27,444,841,025,319 | c29f14a419aee14e0acacdf6192d1ee0a59ece46 | /JavaBeginerModule/C04_2_CitireaDeLaTastatura/Ex2.java | 2b137a79c78df119c3f71df5e09155b2a30d0bec | [] | no_license | RobertG-git/Java_Portofolio | https://github.com/RobertG-git/Java_Portofolio | 678c5f71d49a7aaa41e188be9b02edd92fc77fab | 6181612c486cffd875dc92cef393469a8cb99a2f | refs/heads/main | 2023-04-09T16:47:18.719000 | 2021-04-23T07:01:39 | 2021-04-23T07:01:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package C4_2_CitireaDeLaTastatura;
import java.util.Scanner;
public class Ex2 {
public static void main(String[] args) {
//Vehicle data input.
Scanner sc = new Scanner(System.in);
System.out.println("Please submit vechicle manufacture year:");
int manufactureYear = sc.nextInt();
System.out.pri... | UTF-8 | Java | 2,370 | java | Ex2.java | Java | [] | null | [] | package C4_2_CitireaDeLaTastatura;
import java.util.Scanner;
public class Ex2 {
public static void main(String[] args) {
//Vehicle data input.
Scanner sc = new Scanner(System.in);
System.out.println("Please submit vechicle manufacture year:");
int manufactureYear = sc.nextInt();
System.out.pri... | 2,370 | 0.708861 | 0.705907 | 67 | 34.373135 | 30.090826 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.313433 | false | false | 5 |
c8168980393f246adeceb193cbf5eb3ac072dcd6 | 24,507,083,413,846 | 2a53f2bb15e6d77e07b37b3ac21099d51c242455 | /Server/common/mmo.module.gm.new/src/mmo/module/gm/gui/provider/table/mq/TableMQLableProvider.java | 595dcded4415917344a52d26fb6849bb71ecdce6 | [] | no_license | LostOnion/DouPo | https://github.com/LostOnion/DouPo | e600e124bff84232e8a8562e5a8e79c5105d92eb | a9f0a4c78ebaf8c2ae444c190d0486a1a1e17ea0 | refs/heads/master | 2021-04-15T11:55:24.001000 | 2015-12-23T08:30:50 | 2015-12-23T08:30:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mmo.module.gm.gui.provider.table.mq;
import java.util.Date;
import mmo.common.ServerType;
import mmo.module.cache.queue.ServiceServer;
import mmo.tools.util.DateUtil;
import org.eclipse.jface.viewers.ILabelProviderListener;
import org.eclipse.jface.viewers.ITableLabelProvider;
import org.eclipse.swt.graphics... | UTF-8 | Java | 1,949 | java | TableMQLableProvider.java | Java | [] | null | [] | package mmo.module.gm.gui.provider.table.mq;
import java.util.Date;
import mmo.common.ServerType;
import mmo.module.cache.queue.ServiceServer;
import mmo.tools.util.DateUtil;
import org.eclipse.jface.viewers.ILabelProviderListener;
import org.eclipse.jface.viewers.ITableLabelProvider;
import org.eclipse.swt.graphics... | 1,949 | 0.682401 | 0.67214 | 83 | 22.493977 | 20.707588 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.855422 | false | false | 5 |
aa8c275bc007d6879e61f229a3bcf3e3fbfbbfa5 | 24,266,565,224,606 | 81a250166f8497633a2eba83b5eecdb2dcd68648 | /src/Sockets/ClientMessageHandlingThread.java | d9266b1a1e8678c12ac8e98a50e6ab386241ac26 | [] | no_license | npersson001/Fitbit-Grapher | https://github.com/npersson001/Fitbit-Grapher | 1b38c267bfb1fc5a2fa667ec95cc03582cd8210b | da9ceabe74583a2696c3c26281cbad5b99765220 | refs/heads/master | 2020-04-23T23:33:59.846000 | 2019-03-15T21:30:20 | 2019-03-15T21:30:20 | 171,540,319 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @author Nils Persson
* @date 2019-Feb-26 4:43:00 PM
*/
package Sockets;
import java.util.concurrent.LinkedBlockingQueue;
import org.json.simple.JSONObject;
/**
*
*/
public class ClientMessageHandlingThread implements Runnable{
private LinkedBlockingQueue<JSONObject> messages;
private Cl... | UTF-8 | Java | 1,358 | java | ClientMessageHandlingThread.java | Java | [
{
"context": "/**\r\n * @author Nils Persson\r\n * @date 2019-Feb-26 4:43:00 PM \r\n */\r\npackage S",
"end": 28,
"score": 0.9993654489517212,
"start": 16,
"tag": "NAME",
"value": "Nils Persson"
}
] | null | [] | /**
* @author <NAME>
* @date 2019-Feb-26 4:43:00 PM
*/
package Sockets;
import java.util.concurrent.LinkedBlockingQueue;
import org.json.simple.JSONObject;
/**
*
*/
public class ClientMessageHandlingThread implements Runnable{
private LinkedBlockingQueue<JSONObject> messages;
private ClientGr... | 1,352 | 0.600147 | 0.592047 | 43 | 29.581396 | 32.763588 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.813953 | false | false | 5 |
377063f65b31eb8df4cd0c6979d5f3602bf9f7a3 | 24,266,565,222,442 | 300a546a4d9479d2d652703466fc60f5eb9df03d | /aliyun-ecs/src/main/java/org/jclouds/aliyun/ecs/domain/Image.java | 328d6fe2bc0fa394d500cc28a6f066c9da23a859 | [
"Apache-2.0"
] | permissive | danielestevez/jclouds-labs | https://github.com/danielestevez/jclouds-labs | 44c377c668551b35991b18fac5f7cd1b811a6631 | a5dbf0065d8fa8cabcaf020b7c10fe2f7ccf8d6a | refs/heads/master | 2021-01-11T18:59:16.297000 | 2018-07-05T13:28:48 | 2018-07-31T19:30:18 | 79,285,398 | 0 | 0 | null | true | 2017-01-18T00:05:02 | 2017-01-18T00:05:02 | 2016-12-15T12:45:36 | 2017-01-17T23:00:42 | 21,830 | 0 | 0 | 0 | null | null | null | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 3,617 | java | Image.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 3,617 | 0.703898 | 0.702792 | 94 | 37.478722 | 37.518429 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.106383 | false | false | 5 |
b5f633311b8c4aaaa8db7d8f85c938d8b95de21c | 9,113,920,646,370 | 183e4126b2fdb9c4276a504ff3ace42f4fbcdb16 | /III семестр/Теорія ймовірності/Лаби/Щербина/Лаби/Лаб1/программа/src/random/Registers.java | bea1c8a0e236bfa55d4e94fd293976e98edca178 | [] | no_license | Computer-engineering-FICT/Computer-engineering-FICT | https://github.com/Computer-engineering-FICT/Computer-engineering-FICT | ab625e2ca421af8bcaff74f0d37ac1f7d363f203 | 80b64b43d2254e15338060aa4a6d946e8bd43424 | refs/heads/master | 2023-08-10T08:02:34.873000 | 2019-06-22T22:06:19 | 2019-06-22T22:06:19 | 193,206,403 | 3 | 0 | null | false | 2023-07-22T09:01:05 | 2019-06-22T07:41:22 | 2019-08-01T10:48:32 | 2023-07-22T09:01:04 | 18,783,883 | 1 | 0 | 3 | HTML | false | false | package random;
/**
* регистры памяти
*
*/
public class Registers {
private int length;//
private long registers;//
/**
* @param countRegister
* - длина регистра
*/
public Registers(int countRegister) {
if (countRegister > 0)
this.length = countRegister;
else
throw ... | WINDOWS-1251 | Java | 2,035 | java | Registers.java | Java | [] | null | [] | package random;
/**
* регистры памяти
*
*/
public class Registers {
private int length;//
private long registers;//
/**
* @param countRegister
* - длина регистра
*/
public Registers(int countRegister) {
if (countRegister > 0)
this.length = countRegister;
else
throw ... | 2,035 | 0.566557 | 0.561606 | 97 | 16.742268 | 14.212147 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.412371 | false | false | 5 |
c4fbbea17da2d70ae32e552e26fd2d4c74bbc6a1 | 14,602,888,872,175 | 66fbe6bd49ce9f84eb428463391c07451f617bef | /java/curso java/String/String1/src/string1/texto2.java | 51ec2c2e2248d3819a217d5bb0b8e704c87898f5 | [] | no_license | jhreyes483/BK_Disk_Sena | https://github.com/jhreyes483/BK_Disk_Sena | 99613c22ba394ba549b42843edbbe34874f20d98 | 7e24878eb49b111db50465a81fe2be288d28dac9 | refs/heads/master | 2020-05-09T15:35:08.027000 | 2019-04-13T23:09:29 | 2019-04-13T23:09:29 | 181,237,877 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package string1;
/**
*
* @author jreyesn
*/
public class texto2 {
public void cadenaTex1(){
... | UTF-8 | Java | 486 | java | texto2.java | Java | [
{
"context": "he editor.\n */\npackage string1;\n\n/**\n *\n * @author jreyesn\n */\npublic class texto2 {\n \n \n public vo",
"end": 228,
"score": 0.9995858073234558,
"start": 221,
"tag": "USERNAME",
"value": "jreyesn"
},
{
"context": "Tex1(){\n \n \n S... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package string1;
/**
*
* @author jreyesn
*/
public class texto2 {
public void cadenaTex1(){
... | 486 | 0.549383 | 0.534979 | 28 | 16.357143 | 19.873196 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 5 |
cd8eacd6e2cded495b608f0544689da70eff46d0 | 4,827,543,240,823 | 99b6e9fe347c650cc76e56a51d5e5325475e91eb | /demo_shiro/src/main/java/com/gchen/shiro/realm/MyRealm.java | ffa9726856d9c5acada65a1c3f533a3ddc7f171c | [] | no_license | 957001352/springcloud_nacos_demo | https://github.com/957001352/springcloud_nacos_demo | 4d9872e5d577e9ed0fdb304808c60ee87b746bc2 | 9ed0f4d4991668045145e17747163ab7da9ea5cd | refs/heads/main | 2023-02-15T06:47:41.973000 | 2021-01-12T09:07:24 | 2021-01-12T09:07:24 | 327,863,566 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gchen.shiro.realm;
import com.alibaba.fastjson.JSON;
import com.gchen.shiro.jwt.JWTToken;
import com.gchen.shiro.jwt.JWTUtil;
import com.gchen.shiro.service.RedisService;
import com.gchen.commons.systemconst.Const;
import com.gchen.commons.utils.CheckUtils;
import org.apache.shiro.authc.AuthenticationExcep... | UTF-8 | Java | 3,156 | java | MyRealm.java | Java | [] | null | [] | package com.gchen.shiro.realm;
import com.alibaba.fastjson.JSON;
import com.gchen.shiro.jwt.JWTToken;
import com.gchen.shiro.jwt.JWTUtil;
import com.gchen.shiro.service.RedisService;
import com.gchen.commons.systemconst.Const;
import com.gchen.commons.utils.CheckUtils;
import org.apache.shiro.authc.AuthenticationExcep... | 3,156 | 0.719067 | 0.719067 | 80 | 35.974998 | 28.987055 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5375 | false | false | 5 |
593936a01047a8ae0083fa36f947c821a96bc353 | 4,818,953,374,612 | 6bd272bc16e11079009468dc7324eea2eb23ba3d | /spider/src/com/fragglesoft/spider/parser/PotstillParser.java | 86ed1a57d789295154cc1292ddd740c125d4e6cd | [] | no_license | grefwen/whiskyfinder | https://github.com/grefwen/whiskyfinder | 180d3d330fd9546e33c449b307bfb683e8d2eac6 | 4a4ec4362f523958794c2866bdd09f66db778ace | refs/heads/master | 2016-08-07T13:18:33.237000 | 2015-06-23T12:18:38 | 2015-06-23T12:18:38 | 32,576,607 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fragglesoft.spider.parser;
import com.fragglesoft.spider.*;
import java.util.regex.*;
import java.net.*;
import freenet.support.HTMLDecoder;
public class PotstillParser extends SiteSequenceParser
{
public void moveData()
{
new DataMover("Potstill", myConnection).moveData();
... | UTF-8 | Java | 4,610 | java | PotstillParser.java | Java | [] | null | [] | package com.fragglesoft.spider.parser;
import com.fragglesoft.spider.*;
import java.util.regex.*;
import java.net.*;
import freenet.support.HTMLDecoder;
public class PotstillParser extends SiteSequenceParser
{
public void moveData()
{
new DataMover("Potstill", myConnection).moveData();
... | 4,610 | 0.48046 | 0.473947 | 101 | 43.603962 | 35.036354 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.663366 | false | false | 5 |
845884b39f5b8518e8d19ef548776a7f9fd31adb | 901,943,197,523 | 14ddd5add2ffdf58bf4cf9b5b77bf90033f358b2 | /sjdbc-sharding-table-springboot/src/main/java/com/cxytiandi/sharding/po/User.java | 71487c87800cccd8f561fcaec061d159e54b6318 | [] | no_license | IamTenKing/sharding-jdbc | https://github.com/IamTenKing/sharding-jdbc | 656a182410a25e3b33fb94006bf21a6a1524fd21 | 196ca99139752323ce9ad0470b4e78c9a9c303c2 | refs/heads/master | 2022-06-04T09:24:18.718000 | 2020-05-04T13:03:55 | 2020-05-04T13:03:55 | 261,176,583 | 0 | 0 | null | true | 2020-05-04T13:00:04 | 2020-05-04T13:00:03 | 2020-05-03T14:43:36 | 2020-03-10T14:40:30 | 28 | 0 | 0 | 0 | null | false | false | package com.cxytiandi.sharding.po;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
/**
* 分表
* @author yinjihuan
*
*/
@Data
public class User implements Serializable {
private static final long serialVersionUID = -1205226416664488559L;
private Long id;
private String city = "";
pr... | UTF-8 | Java | 379 | java | User.java | Java | [
{
"context": "able;\nimport java.util.Date;\n\n/**\n * 分表\n * @author yinjihuan\n *\n */\n\n@Data\npublic class User implements Serial",
"end": 140,
"score": 0.9990097284317017,
"start": 131,
"tag": "USERNAME",
"value": "yinjihuan"
}
] | null | [] | package com.cxytiandi.sharding.po;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
/**
* 分表
* @author yinjihuan
*
*/
@Data
public class User implements Serializable {
private static final long serialVersionUID = -1205226416664488559L;
private Long id;
private String city = "";
pr... | 379 | 0.722667 | 0.672 | 28 | 12.392858 | 16.579548 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
4c7daeb4e4eb044b9bcd8c6e64640d4356062d01 | 34,711,925,688,158 | 0e8d6cb8642f32e69bdef491e7e5b1eaca5b6000 | /loadui-project/loadui-launcher/src/main/java/com/eviware/loadui/launcher/server/LoadUiProjectRunner.java | 3820102322d8df9c793945d8104e5ead02186460 | [] | no_license | MrLou/loadui | https://github.com/MrLou/loadui | 5347344e68f6287062587b9c82b1578906e61e27 | 2afe141b82400e1b185a6e2e48e6878e41aefd30 | refs/heads/master | 2020-05-29T11:51:14.633000 | 2014-02-21T11:43:17 | 2014-02-21T11:43:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eviware.loadui.launcher.server;
import java.nio.file.Path;
import java.util.Map;
interface LoadUiProjectRunner
{
void runProject( Path projectPath, Map<String, Object> attributes );
}
| UTF-8 | Java | 201 | java | LoadUiProjectRunner.java | Java | [] | null | [] | package com.eviware.loadui.launcher.server;
import java.nio.file.Path;
import java.util.Map;
interface LoadUiProjectRunner
{
void runProject( Path projectPath, Map<String, Object> attributes );
}
| 201 | 0.781095 | 0.781095 | 11 | 17.272728 | 21.925871 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 5 |
876dc109fba4a16a4e3e58b9c5370e364f8c6d9a | 30,090,540,923,525 | f0774e3bd69928c8a0340e5a83ee9f839aaeaf20 | /src/test/java/com/epam/triangle/creator/TriangleCreatorTest.java | 5ea4adfcce73fb2cf52b248c7cbf8068a916ab4d | [] | no_license | aptem4ka/geometry | https://github.com/aptem4ka/geometry | 973e85e1345c6b5a85bb3966aee7397d8c545cdd | b39cffb395a8be8e4be0df737ad18dc7435eed35 | refs/heads/master | 2020-04-10T08:52:20.517000 | 2018-12-09T15:55:35 | 2018-12-09T15:55:35 | 160,917,944 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.triangle.creator;
import org.testng.Assert;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import java.util.ArrayList;
import java.util.Arrays;
public class TriangleCreatorTest {
@DataProvider
public Object[][] localData(){
return new Object[][]{
... | UTF-8 | Java | 1,032 | java | TriangleCreatorTest.java | Java | [] | null | [] | package com.epam.triangle.creator;
import org.testng.Assert;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import java.util.ArrayList;
import java.util.Arrays;
public class TriangleCreatorTest {
@DataProvider
public Object[][] localData(){
return new Object[][]{
... | 1,032 | 0.620968 | 0.572581 | 29 | 33.206898 | 30.055557 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.965517 | false | false | 5 |
bbd456d145a3cb52c34edc748f2f7db14b0df7bc | 11,690,901,014,117 | 1f7a6c114c1d05d181518df2fabcb82b9ed7fd36 | /AbstractInstruction/src/plptool/AbstractInstruction/BusReadCallback.java | 77f406be3d7a2d16c30032f355d5573e196eada9 | [] | no_license | vanceanderson41/moduleProjects | https://github.com/vanceanderson41/moduleProjects | 7574e2fc2debc01756bbc8f4bb2f15504cbaebba | 43adf0d7115a5e57987aae29622ea5a3c2a69d5d | refs/heads/master | 2016-08-08T01:06:12.935000 | 2014-02-26T03:59:42 | 2014-02-26T03:59:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package plptool.AbstractInstruction;
import plptool.dmf.Callback;
/**
*
* @author Vance
*/
class BusReadCallback implements Callback
{
public boolean callback(int callbackNum, Object param)
{
if(Gut... | UTF-8 | Java | 553 | java | BusReadCallback.java | Java | [
{
"context": ";\n\nimport plptool.dmf.Callback;\n\n/**\n *\n * @author Vance\n */\nclass BusReadCallback implements Callback",
"end": 188,
"score": 0.9749116897583008,
"start": 187,
"tag": "NAME",
"value": "V"
},
{
"context": "\nimport plptool.dmf.Callback;\n\n/**\n *\n * @author Van... | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package plptool.AbstractInstruction;
import plptool.dmf.Callback;
/**
*
* @author Vance
*/
class BusReadCallback implements Callback
{
public boolean callback(int callbackNum, Object param)
{
if(Gut... | 553 | 0.609403 | 0.605787 | 27 | 19.481482 | 18.864763 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 5 |
27844dd49d1108352efe9fddd049c90bdf648390 | 23,330,262,380,786 | e0b1a8821f9f33440731ba0412976b78ca63a57a | /src/main/java/com/brave/solid/domain/entity/HostIps.java | 05e46e3c67f3c5e0af64bf3b4f3c8c884852ee66 | [] | no_license | caoshaojun/brave | https://github.com/caoshaojun/brave | 0872a1cc2531103f16a470dd594647a65ff4ace2 | 9f1d2000f87e68fb5470a7806b360b9e13991795 | refs/heads/master | 2023-04-28T18:49:06.948000 | 2021-05-08T07:43:33 | 2021-05-08T07:43:33 | 290,493,318 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.brave.solid.domain.entity;
import lombok.Data;
import java.util.List;
/**
* @author caoshaojun
* @version 1.0.0
* @Description
* @createTime 2020年09月25日 14:01:00
*/
@Data
public class HostIps {
private List<String> ips;
}
| UTF-8 | Java | 252 | java | HostIps.java | Java | [
{
"context": "mbok.Data;\n\nimport java.util.List;\n\n/**\n * @author caoshaojun\n * @version 1.0.0\n * @Description\n * @createTime ",
"end": 110,
"score": 0.9993036389350891,
"start": 100,
"tag": "USERNAME",
"value": "caoshaojun"
}
] | null | [] | package com.brave.solid.domain.entity;
import lombok.Data;
import java.util.List;
/**
* @author caoshaojun
* @version 1.0.0
* @Description
* @createTime 2020年09月25日 14:01:00
*/
@Data
public class HostIps {
private List<String> ips;
}
| 252 | 0.699187 | 0.630081 | 16 | 14.375 | 12.579124 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 5 |
b1c2d5dfdf819a5384e9892e48565d25c7ab828e | 24,618,752,599,972 | a9b49f50739ebb5363e5ba43f99018faabb42a3c | /library/src/main/java/com/hkm/slider/Transformers/FlipHorizontalTransformer.java | eff12218fd3126a0547132aaa6e20e432f68eb41 | [
"Apache-2.0",
"MIT"
] | permissive | ShiPlus/LoyalNativeSlider | https://github.com/ShiPlus/LoyalNativeSlider | 1c076577ff944823e9a712fcbde9f33b2e03edd0 | 50c3b0d2841b32b33857d43941ef1f847a7fc46d | refs/heads/master | 2021-01-18T14:28:33.189000 | 2015-09-02T01:58:01 | 2015-09-02T01:58:01 | 43,278,261 | 1 | 0 | null | true | 2015-09-28T03:37:58 | 2015-09-28T03:37:57 | 2015-09-28T03:11:33 | 2015-09-02T01:58:20 | 11,674 | 0 | 0 | 0 | null | null | null | package com.hkm.slider.Transformers;
import android.support.v4.view.ViewCompat;
import android.view.View;
public class FlipHorizontalTransformer extends BaseTransformer {
@Override
protected void onTransform(View view, float position) {
final float rotation = 180f * position;
ViewCompat.setAlpha(view, r... | UTF-8 | Java | 522 | java | FlipHorizontalTransformer.java | Java | [] | null | [] | package com.hkm.slider.Transformers;
import android.support.v4.view.ViewCompat;
import android.view.View;
public class FlipHorizontalTransformer extends BaseTransformer {
@Override
protected void onTransform(View view, float position) {
final float rotation = 180f * position;
ViewCompat.setAlpha(view, r... | 522 | 0.739464 | 0.712644 | 18 | 28 | 25.985039 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 5 |
1eb927724176f2980199d027c6099f6c2b3c9402 | 10,041,633,599,901 | aaffd884be97fad33cc356fb5e59e441136e7e37 | /src/tallerenclase/Sede.java | 1319a04c7d0f9ecccc0bc82b5187e56ec55c095f | [] | no_license | jugomeza/TallerEnClase | https://github.com/jugomeza/TallerEnClase | e4979424b815f94a2527cbad37f216cfbcaa1bbf | d6ee058314817241957b8bddab4f325d578b8bcb | refs/heads/master | 2020-04-23T13:54:22.736000 | 2019-02-18T05:59:10 | 2019-02-18T05:59:10 | 171,198,819 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package tallerenclase;
import java.util.ArrayList;
/**
*
* @author sebas
*/
public abstract class Sede {
protecte... | UTF-8 | Java | 2,068 | java | Sede.java | Java | [
{
"context": "import java.util.ArrayList;\r\n\r\n/**\r\n *\r\n * @author sebas\r\n */\r\npublic abstract class Sede {\r\n protected St",
"end": 272,
"score": 0.9819210171699524,
"start": 267,
"tag": "USERNAME",
"value": "sebas"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package tallerenclase;
import java.util.ArrayList;
/**
*
* @author sebas
*/
public abstract class Sede {
protecte... | 2,068 | 0.654405 | 0.653921 | 72 | 26.694445 | 28.713449 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
7b0d56ce75577250b086d4554f6da595be4a9b29 | 1,322,849,929,491 | e93c3b5183dfa8493803501adb44cdab31bbe79c | /College.java | 24c509924779e54e31dc2c7450481084a825f196 | [] | no_license | VijaiKumarP/Week3.Day1Assignment | https://github.com/VijaiKumarP/Week3.Day1Assignment | eccac58042f16faf62a6f2cfed157490a01a266b | 12cd65ae1c418bfcf35f38f8bd38402579f15da0 | refs/heads/main | 2023-07-16T06:23:18.113000 | 2021-08-22T07:38:55 | 2021-08-22T07:38:55 | 398,736,126 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.college;
public class College {
public void collegeName() {
System.out.println("College Name : Anna Unioversity");
}
public void collegeCode() {
System.out.println("College Code : AU1545482");
}
public void collegeRank() {
System.out.println("College Rank : 23");
}
public sta... | UTF-8 | Java | 401 | java | College.java | Java | [
{
"context": "legeName() {\r\n\t\tSystem.out.println(\"College Name : Anna Unioversity\");\r\n\t}\r\n\r\n\tpublic void collegeCode() {\r\n\t\tSystem.",
"end": 131,
"score": 0.9998864531517029,
"start": 115,
"tag": "NAME",
"value": "Anna Unioversity"
}
] | null | [] | package org.college;
public class College {
public void collegeName() {
System.out.println("College Name : <NAME>");
}
public void collegeCode() {
System.out.println("College Code : AU1545482");
}
public void collegeRank() {
System.out.println("College Rank : 23");
}
public static void m... | 391 | 0.653367 | 0.630923 | 21 | 17.095238 | 18.76396 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.952381 | false | false | 5 |
df913f3bec4e8505983fbeab895697ad9a1c0760 | 29,841,432,831,221 | 67fcea824eda363add1ce247abadbc05af38218b | /gjsonrpc2/test/groovy/jsonrpc/jetty.java | 4468af9d8fe4f89c874f1d1372256dfaa8304d4e | [] | no_license | wonder365/groovy-jsonrpc | https://github.com/wonder365/groovy-jsonrpc | 3fbaa77c900e8e5a38f12f661e2278f2415b35a3 | ba0f38c7468d976aaed2c9619a61718a3040bca7 | refs/heads/master | 2016-09-03T07:37:17.454000 | 2013-06-19T05:56:29 | 2013-06-19T05:56:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package groovy.jsonrpc;
import groovy.jsonrpc.tools.RpcServlet;
import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.servlet.ServletHolder;
import org.eclipse.jetty.webapp.WebAppContext;
public class jetty {
public jetty() {
// TODO Auto-generated constructor stub
}
/**
... | UTF-8 | Java | 762 | java | jetty.java | Java | [] | null | [] | package groovy.jsonrpc;
import groovy.jsonrpc.tools.RpcServlet;
import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.servlet.ServletHolder;
import org.eclipse.jetty.webapp.WebAppContext;
public class jetty {
public jetty() {
// TODO Auto-generated constructor stub
}
/**
... | 762 | 0.683727 | 0.678478 | 30 | 23.4 | 19.990997 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 5 |
ae572e7d3a5f6fbefe1e51b9e8eba0756746fa54 | 14,551,349,267,532 | 35f2d3c28b4a40b6866acbd58ed855720f36e730 | /app/src/main/java/com/leskovskij/classwork6/ClassWork6Activity.java | 9137817bb1f3bff75db04883023a95ab2e1e774d | [] | no_license | EugeneLes/AndroidCourse | https://github.com/EugeneLes/AndroidCourse | 1c393f4169c6f3de0a8587e189c7789d64381039 | 900257d4a07b0009120f1249a039d570d67f3c7f | refs/heads/master | 2021-01-15T10:42:06.892000 | 2018-07-23T08:48:51 | 2018-07-23T08:48:51 | 94,545,451 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leskovskij.classwork6;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import com.leskovskij.androidcourse.R;
import java.util.ArrayList;
public class ClassWork6Activity extend... | UTF-8 | Java | 1,246 | java | ClassWork6Activity.java | Java | [
{
"context": "package com.leskovskij.classwork6;\n\nimport android.support.v7.app.Ap",
"end": 18,
"score": 0.6060746908187866,
"start": 15,
"tag": "USERNAME",
"value": "kov"
},
{
"context": "package com.leskovskij.classwork6;\n\nimport android.support.v7.app.AppCom",
"end": 22,
... | null | [] | package com.leskovskij.classwork6;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import com.leskovskij.androidcourse.R;
import java.util.ArrayList;
public class ClassWork6Activity extend... | 1,246 | 0.73114 | 0.717496 | 41 | 29.390244 | 25.309669 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.560976 | false | false | 5 |
eb69ab3bb2b2d31fc2c131953e37b0ac988e8986 | 20,392,504,774,561 | 0a4f059719c01060f242b27af186b973df937202 | /src/main/java/com/epoch/customizeproject/tcl/payable/constant/SynSettingConstant.java | aa06d2f04e10e677ed3da8072d394e854b2d5481 | [] | no_license | yzkc/TCLFSSC | https://github.com/yzkc/TCLFSSC | 1107b15f83eb95fac9c18f90e5de5742ea156178 | 31ed110ccda1ece54b177924fca48575007307fb | refs/heads/master | 2021-01-12T01:48:42.292000 | 2016-08-11T21:32:18 | 2016-08-11T21:32:18 | 78,434,527 | 0 | 6 | null | true | 2017-01-09T14:08:20 | 2017-01-09T14:08:20 | 2016-08-11T19:09:29 | 2016-08-11T21:33:24 | 80,743 | 0 | 0 | 0 | null | null | null | package com.epoch.customizeproject.tcl.payable.constant;
public interface SynSettingConstant {
/**
* 支付通知单:SAP同步参数:开始时间 beginTime
*/
public static final String pay_sap_synchronization_beginTime = "pay.sap.synchronization.beginTime";
/**
* 支付通知单:SAP同步参数:开始时间 endTime
*/
publi... | UTF-8 | Java | 3,346 | java | SynSettingConstant.java | Java | [] | null | [] | package com.epoch.customizeproject.tcl.payable.constant;
public interface SynSettingConstant {
/**
* 支付通知单:SAP同步参数:开始时间 beginTime
*/
public static final String pay_sap_synchronization_beginTime = "pay.sap.synchronization.beginTime";
/**
* 支付通知单:SAP同步参数:开始时间 endTime
*/
publi... | 3,346 | 0.661256 | 0.659139 | 89 | 30.842697 | 37.929237 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.348315 | false | false | 5 |
75266a47a35819ef5545b3eba78a0b16367903fe | 29,111,288,396,442 | e04efadb1141ee878193c71e1f9438d06852ac87 | /Labs/Lab8/src/lab8/poker/DeckUtil.java | 4e173fe32714bd8a62f8d914c36bb006128fc5f5 | [] | no_license | CS3230-Fall2014/Wesley-Okleberry | https://github.com/CS3230-Fall2014/Wesley-Okleberry | 367373aad4d810459d2aa4f16c4eff9170cf15c4 | 71373cae36191a6fba58c70a7cbe32f3817305aa | refs/heads/master | 2021-01-01T17:42:14.101000 | 2014-12-10T02:17:30 | 2014-12-10T02:17:30 | 23,377,231 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lab8.poker;
import javafx.event.EventHandler;
import java.util.ArrayList;
import java.util.Collections;
import javafx.scene.input.MouseEvent;
import lab8.poker.cards.CardBase;
/**
* Handles creating, giving and returning cards to the Deck
* Made DeckUtil un-static to create multiple Decks. When static I c... | UTF-8 | Java | 1,768 | java | DeckUtil.java | Java | [] | null | [] | package lab8.poker;
import javafx.event.EventHandler;
import java.util.ArrayList;
import java.util.Collections;
import javafx.scene.input.MouseEvent;
import lab8.poker.cards.CardBase;
/**
* Handles creating, giving and returning cards to the Deck
* Made DeckUtil un-static to create multiple Decks. When static I c... | 1,768 | 0.535068 | 0.527149 | 61 | 27.983606 | 23.190933 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508197 | false | false | 5 |
b460a1ec7a69097ba679a357925b5a44df228e1a | 31,318,901,562,863 | 0f859255f131fa60a90acd3c137bbb0b9ee32d01 | /odata-core/src/main/java/org/odata4j/format/writer/BufferOrFileResponseWriter.java | fd6ecc77131c3d94367d393d283ac10cec54aa16 | [
"Apache-2.0"
] | permissive | vhalbert/oreva | https://github.com/vhalbert/oreva | fe1f5c76b8f2416dbb36481769585b77dd46e6e9 | 39b6c90c432bcefc410894c04fb831178d560272 | refs/heads/master | 2021-01-18T01:10:00.864000 | 2020-01-28T15:25:14 | 2020-01-28T15:25:14 | 36,017,606 | 0 | 0 | Apache-2.0 | true | 2020-02-12T14:47:49 | 2015-05-21T14:31:54 | 2020-02-12T14:44:02 | 2020-02-12T14:47:43 | 1,890 | 0 | 0 | 0 | Java | false | false | package org.odata4j.format.writer;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.io.Writer;
import javax.ws.... | UTF-8 | Java | 8,396 | java | BufferOrFileResponseWriter.java | Java | [] | null | [] | package org.odata4j.format.writer;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.io.Writer;
import javax.ws.... | 8,396 | 0.684135 | 0.683182 | 256 | 31.796875 | 32.348774 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40625 | false | false | 5 |
2dff87d2411972310afdd77d7a11416770b10f79 | 30,880,814,907,051 | 4b5f2073fc2a4f90753acda816fc260f03600aa0 | /booking/src/main/java/com/example/searchservice/controller/BookingController.java | 41b2e4e89dc9a2a224e5dc09cbb1a623e1f08b69 | [] | no_license | EdMorgun/Spring-Microservices-Docker | https://github.com/EdMorgun/Spring-Microservices-Docker | 1c6ddd9c314818e299e097ddf6150d017d7d0d43 | 96fb6bfbaa181960049ca6b3f5fd6f0cbbae6139 | refs/heads/master | 2023-01-24T16:21:45.198000 | 2020-12-04T15:37:32 | 2020-12-04T15:37:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.searchservice.controller;
import com.example.searchservice.client.RoomClient;
import com.example.searchservice.client.UserClient;
import com.example.searchservice.domain.booking;
import com.example.searchservice.domain.room;
import com.example.searchservice.domain.user;
import com.example.searchser... | UTF-8 | Java | 2,685 | java | BookingController.java | Java | [
{
"context": " public booking createBooking(@PathVariable(name=\"username\") String username,\n ",
"end": 1831,
"score": 0.9087005257606506,
"start": 1823,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package com.example.searchservice.controller;
import com.example.searchservice.client.RoomClient;
import com.example.searchservice.client.UserClient;
import com.example.searchservice.domain.booking;
import com.example.searchservice.domain.room;
import com.example.searchservice.domain.user;
import com.example.searchser... | 2,685 | 0.701304 | 0.701304 | 70 | 37.357143 | 26.995787 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
f88e6e9106abf0338e39e1c77bf2b8fd2b7bfaa1 | 22,789,096,515,210 | 579a0db3959d2b9fd520b21210a9a56e4c9455bc | /app/src/main/java/com/taichang/bean/Warning.java | 95ec8031802edc476b3422701ac9a34e62da3f6a | [] | no_license | RockWillams/TC20151111 | https://github.com/RockWillams/TC20151111 | a1e7a07fb5db9e3171deabd25389e3d757ffb3f0 | 480440c89dd91dce39925c79d2a0e02126d9394e | refs/heads/master | 2021-01-10T15:27:26.862000 | 2016-05-07T07:08:56 | 2016-05-07T07:08:56 | 49,931,621 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.taichang.bean;
public class Warning
{
private int id;
private int serverId;
private String carNo;
private double lat;
private double lon;
private long dateTime;
private String person;
private String phone;
public Warning(int serverId, String carNo, double lat, double lon,
long dateTime,... | UTF-8 | Java | 1,159 | java | Warning.java | Java | [] | null | [] | package com.taichang.bean;
public class Warning
{
private int id;
private int serverId;
private String carNo;
private double lat;
private double lon;
private long dateTime;
private String person;
private String phone;
public Warning(int serverId, String carNo, double lat, double lon,
long dateTime,... | 1,159 | 0.672131 | 0.672131 | 85 | 12.635294 | 15.356047 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.517647 | false | false | 5 |
03557c836ee6e68a9f4a7add5991efb95d148660 | 11,802,570,173,105 | 096a0d25b30291e5fa94662e159819df616801a0 | /blog_back/src/main/java/com/hanyuebb/blog/controller/BlogController.java | 22dbacfbffdb6e1680a9a536e15983f1b7642953 | [] | no_license | haha521/blog | https://github.com/haha521/blog | f040247e48da24cadbba0c1c7b0ce0af502aab74 | cc924537985b15b01a25599a922c9d25658cf937 | refs/heads/master | 2022-12-27T13:30:00.929000 | 2020-06-07T11:49:36 | 2020-06-07T11:49:36 | 235,729,826 | 0 | 0 | null | false | 2022-12-05T07:48:58 | 2020-01-23T05:33:04 | 2020-06-07T11:50:05 | 2022-12-05T07:48:57 | 4,184 | 0 | 0 | 25 | JavaScript | false | false | package com.hanyuebb.blog.controller;
import com.github.pagehelper.PageInfo;
import com.hanyuebb.blog.common.po.*;
import com.hanyuebb.blog.common.result.BaseResult;
import com.hanyuebb.blog.common.result.BaseResultBulider;
import com.hanyuebb.blog.common.result.ResultCode;
import com.hanyuebb.blog.common.result.Resul... | UTF-8 | Java | 15,768 | java | BlogController.java | Java | [
{
"context": "scription:\n *\n * @date:2020/1/30 22:03\n * @auther:zh\n */\n@RestController\n@RequestMapping(\"/blog\")\npubl",
"end": 1157,
"score": 0.9966530203819275,
"start": 1155,
"tag": "USERNAME",
"value": "zh"
},
{
"context": "Link());\n homeDatePo.setServerPath(\"http... | null | [] | package com.hanyuebb.blog.controller;
import com.github.pagehelper.PageInfo;
import com.hanyuebb.blog.common.po.*;
import com.hanyuebb.blog.common.result.BaseResult;
import com.hanyuebb.blog.common.result.BaseResultBulider;
import com.hanyuebb.blog.common.result.ResultCode;
import com.hanyuebb.blog.common.result.Resul... | 15,763 | 0.665135 | 0.656202 | 364 | 42.054947 | 24.249668 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791209 | false | false | 5 |
5f2e0b263b9cf85c4cce7895c5d73996afacbbf9 | 6,880,537,666,745 | 13cfe274661c591e4df6bdf7b0635eb5468c1322 | /src/main/java/pl/marcb/MRP/domain/ProductAssociation.java | e97267456fb448753c8b5245baef5a960983b380 | [] | no_license | trak2018z/ProjektMRP-tr | https://github.com/trak2018z/ProjektMRP-tr | 0c3087e0baf9685387843b0e278267d9a4bd19da | 7405b4b0d9b498b367a669f8fdfda17f53b6e035 | refs/heads/master | 2021-04-30T14:50:52.686000 | 2018-01-22T22:15:59 | 2018-01-22T22:15:59 | 121,226,588 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.marcb.MRP.domain;
import com.fasterxml.jackson.annotation.JsonView;
import lombok.*;
import pl.marcb.MRP.view.Views;
import javax.persistence.*;
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
@Builder
@Entity(name = "product_association")
public class ProductAssociation {
@Id
@GeneratedVa... | UTF-8 | Java | 895 | java | ProductAssociation.java | Java | [] | null | [] | package pl.marcb.MRP.domain;
import com.fasterxml.jackson.annotation.JsonView;
import lombok.*;
import pl.marcb.MRP.view.Views;
import javax.persistence.*;
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
@Builder
@Entity(name = "product_association")
public class ProductAssociation {
@Id
@GeneratedVa... | 895 | 0.730726 | 0.730726 | 36 | 23.861111 | 18.770771 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305556 | false | false | 5 |
c5d9183ff7f741535ed5038932fe796d012642ce | 24,867,860,686,583 | 4549ae54fb080e5839da2c10ec121b7f8a01de2a | /app/src/main/java/bosc/retrofit/MainActivity.java | b6d8720355692ef02c8e6a12e2e1deaf72ee4dd2 | [] | no_license | dramirezm/Retrofit | https://github.com/dramirezm/Retrofit | dd410db871bc9f3ff25e151f5c6ecc7bfee6e4f0 | 489f4115e7fd40ca6abb3997a721cf9e53b3c7ab | refs/heads/master | 2021-01-10T12:18:30.725000 | 2015-11-13T20:08:42 | 2015-11-13T20:08:42 | 46,144,505 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bosc.retrofit;
import android.app.Activity;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.ListView;
import android.widget.TextView;
import com.scottyab.aescrypt.AESCrypt;
import... | UTF-8 | Java | 4,145 | java | MainActivity.java | Java | [
{
"context": "+user.Latitud);\n\n String nombre =\"Diego\";\n String app = \"Ramirez\";\n\n ",
"end": 2534,
"score": 0.9994350671768188,
"start": 2529,
"tag": "NAME",
"value": "Diego"
}
] | null | [] | package bosc.retrofit;
import android.app.Activity;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.ListView;
import android.widget.TextView;
import com.scottyab.aescrypt.AESCrypt;
import... | 4,145 | 0.554885 | 0.553679 | 139 | 28.820145 | 26.845482 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.561151 | false | false | 5 |
1a39b1a5558342c136a1a14be2df8cbda3133e5f | 22,076,131,954,403 | 71a0041938b5162c2b774dcfef6a0c987278e8c0 | /Guia4/Ejercicio 7/LinfocitoCD8.java | 11c349e469163e661ee938f4462d176e1704f44b | [] | no_license | PedroElizalde01/Intro_Prog_II | https://github.com/PedroElizalde01/Intro_Prog_II | 45c994f1f9dcd67e6cb793b240b7add952903e1d | 4a8ab17764c9f5089066f6e29c5e74db9b93ce3d | refs/heads/master | 2022-12-28T12:07:38.519000 | 2020-10-16T23:25:51 | 2020-10-16T23:25:51 | 286,841,986 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class LinfocitoCD8 extends LinfocitoT{
public LinfocitoCD8 (Parameters) {
}
public void destroy(Anticuerpo x){
}
}
| UTF-8 | Java | 132 | java | LinfocitoCD8.java | Java | [] | null | [] | public class LinfocitoCD8 extends LinfocitoT{
public LinfocitoCD8 (Parameters) {
}
public void destroy(Anticuerpo x){
}
}
| 132 | 0.727273 | 0.712121 | 8 | 15.5 | 18.418741 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 5 |
b5aed04415d46390363cc8afbce4337b23f8a2c3 | 37,658,273,259,238 | 1b3bae489587c8e082a4d3f5747c2ceac350caf3 | /app/src/main/java/com/ktds/erpbarcode/infosearch/SelectProductActivity.java | 3a30f031f9debf2ab25a72931009bf3aad648f55 | [] | no_license | matsua/Erpbarcode_androidStudio | https://github.com/matsua/Erpbarcode_androidStudio | 53c74aa58e24892da398b12a156845529ca35f75 | cf521bc05ec5c6c94440b4961e0d7657ec2e072e | refs/heads/master | 2020-04-01T14:23:59.380000 | 2019-11-07T08:05:32 | 2019-11-07T08:05:32 | 153,292,685 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ktds.erpbarcode.infosearch;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.app.ActionBar;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.... | UTF-8 | Java | 16,192 | java | SelectProductActivity.java | Java | [] | null | [] | package com.ktds.erpbarcode.infosearch;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.app.ActionBar;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.... | 16,192 | 0.663583 | 0.662562 | 472 | 32.207626 | 27.84482 | 186 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.381356 | false | false | 5 |
095f39ab8a60f1c5017181717ff57373c54519d5 | 37,658,273,256,037 | d9e51597af65ae762ca0b849d19a1a67e8abbe17 | /src/main/java/com/nirtsruya/rsscrawler/processor/RSSCrawlerProcessor.java | 1116f3a26f1ab20404caaa595a6a0c9cfdd71255 | [] | no_license | nirtsruya/rsscrawler | https://github.com/nirtsruya/rsscrawler | ea663ca3f5fdbd415d6ac34ad53d587c8e9947f0 | d7a93077ac63a4e804554d38c39d8516b2359fbe | refs/heads/master | 2020-03-18T20:20:54.873000 | 2018-05-29T19:40:01 | 2018-05-29T19:40:01 | 135,209,474 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nirtsruya.rsscrawler.processor;
public interface RSSCrawlerProcessor {
/**
* consumes crawl requests from the queue and crawls them
*/
void crawl();
}
| UTF-8 | Java | 182 | java | RSSCrawlerProcessor.java | Java | [] | null | [] | package com.nirtsruya.rsscrawler.processor;
public interface RSSCrawlerProcessor {
/**
* consumes crawl requests from the queue and crawls them
*/
void crawl();
}
| 182 | 0.697802 | 0.697802 | 8 | 21.75 | 21.2647 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 5 |
51893b1486dcd4fcf6a84260d46dc317be8fb9f6 | 35,957,466,209,883 | 2e10a97fc0e7456b91beb64ce69faf011afa2430 | /CSE2020/HW3/3_3/City.java | 95471ec9532f1abfc3d2a53c2ef300f97cd29c20 | [] | no_license | devcre/Programming_Methodology | https://github.com/devcre/Programming_Methodology | 81310140abe2ddb4a82bafc2627e0560ad9c728d | 854c8a0ae66a5ff440b72682fd87df1975c5ab4b | refs/heads/master | 2022-11-14T05:42:27.562000 | 2020-07-02T15:08:58 | 2020-07-02T15:08:58 | 276,668,086 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class City {
// 도시 이름
private String cityName;
// 도시 인구
private int population;
// 도시의 인구 증가율 (%)
private double growthRate;
public City(int populationIn, double growthRateIn, String cityNameIn) {
population = populationIn;
growthRate = growthRateIn;
cityName = cityNameIn... | UTF-8 | Java | 1,667 | java | City.java | Java | [] | null | [] | public class City {
// 도시 이름
private String cityName;
// 도시 인구
private int population;
// 도시의 인구 증가율 (%)
private double growthRate;
public City(int populationIn, double growthRateIn, String cityNameIn) {
population = populationIn;
growthRate = growthRateIn;
cityName = cityNameIn... | 1,667 | 0.591594 | 0.588422 | 55 | 20.963636 | 14.656012 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.327273 | false | false | 5 |
78833d5ebcd9de767a337597fbc6b75d8737064d | 36,971,078,486,341 | 2e446a1060586556c5ff9197b839274c028b3896 | /app/src/main/java/com/bquiet/bquiet/adapters/MiFragmentPagerAdapter.java | 6038b985de32cb4df16b798b582f5edfda8e24f7 | [] | no_license | BQuiet/BQuiet | https://github.com/BQuiet/BQuiet | d67e06b22808e5d718634f368833305d271d18d8 | 04436ddbffc7cb004423c3e4e656fbc99961a019 | refs/heads/master | 2021-01-20T13:13:36.275000 | 2017-03-09T12:29:12 | 2017-03-09T12:29:12 | 82,680,788 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bquiet.bquiet.adapters;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import com.bquiet.bquiet.fragments.AboutFragment;
import com.bquiet.bquiet.fragments.LoginFragment;
import com.bquiet.bquiet.fragments.NoiseLev... | UTF-8 | Java | 1,576 | java | MiFragmentPagerAdapter.java | Java | [] | null | [] | package com.bquiet.bquiet.adapters;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import com.bquiet.bquiet.fragments.AboutFragment;
import com.bquiet.bquiet.fragments.LoginFragment;
import com.bquiet.bquiet.fragments.NoiseLev... | 1,576 | 0.593651 | 0.587937 | 61 | 24.819672 | 22.421087 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.442623 | false | false | 5 |
eabc7877a647cb5f8ebf4d38d8fde0e92cf87897 | 37,469,294,693,528 | 1f99ef2176a1e61c27240e46c8f8d847d045458f | /src/main/java/Rank/RankDriver.java | 6eb6988730c8bc1df3d2b10daeecc5cdf23b285c | [] | no_license | shlee322/hadoop-test | https://github.com/shlee322/hadoop-test | e1557d01d662261804093a4cda41949f0ca7d899 | e863f2db977530deb81362b44ac8a71c768350b9 | refs/heads/master | 2021-01-23T08:56:43.610000 | 2011-11-03T11:21:48 | 2011-11-03T11:21:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Rank;
import GenerateKeyETL.GenerateKeyETL;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.NullWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Job;
import org.apache.hadoop.mapreduce.lib.input.FileInputFormat;
import org... | UTF-8 | Java | 1,405 | java | RankDriver.java | Java | [
{
"context": "eption;\n\n/**\n * Created by IntelliJ IDEA.\n * User: shlee322\n * Date: 11. 10. 9.\n * Time: 오후 6:03\n * To change",
"end": 454,
"score": 0.9995613098144531,
"start": 446,
"tag": "USERNAME",
"value": "shlee322"
}
] | null | [] | package Rank;
import GenerateKeyETL.GenerateKeyETL;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.NullWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Job;
import org.apache.hadoop.mapreduce.lib.input.FileInputFormat;
import org... | 1,405 | 0.710207 | 0.700928 | 47 | 28.80851 | 25.046032 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.531915 | false | false | 5 |
7884eb8c7b6e3dba53441fbe452c8eed16bba0aa | 35,527,969,489,137 | 7af7f20888fd4598c295f64f3668bc3e6c3db576 | /app/src/main/java/ro/unibuc/myapplication/Fragments/CRUDs/Schedule_CRUD.java | 826c7ec69f79c4017f5b1e61563681d0ce8c906d | [] | no_license | Tavy7/Restaurant-Organizer | https://github.com/Tavy7/Restaurant-Organizer | d2e9fcc13664dd9ae5177b6556116175b2e3f9a8 | a542ebfb2b3dd1634fc1a2a873ffbd1089061e27 | refs/heads/main | 2023-05-30T18:58:34.663000 | 2021-06-10T21:34:05 | 2021-06-10T21:34:05 | 352,115,535 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ro.unibuc.myapplication.Fragments.CRUDs;
import android.app.PendingIntent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.cor... | UTF-8 | Java | 8,698 | java | Schedule_CRUD.java | Java | [] | null | [] | package ro.unibuc.myapplication.Fragments.CRUDs;
import android.app.PendingIntent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.cor... | 8,698 | 0.649345 | 0.64854 | 217 | 39.082951 | 28.395212 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.626728 | false | false | 5 |
f1d67a586cdec50cc2efb596a7b388bb7d280f11 | 35,527,969,491,364 | 77db8cb90ef85b82d29999085669256227b16b09 | /src/test/BalancedBracketsTest.java | 1bae6ca298f0208fe5778bdc462ab47ade442911 | [] | no_license | jjmeeth/junit-studio-lc101 | https://github.com/jjmeeth/junit-studio-lc101 | 3236c8ce531893086675243962abd93410317dcd | b8611a5cba3c7a02ac305f45899085217decb16a | refs/heads/master | 2022-12-09T02:11:00.583000 | 2020-09-03T01:14:38 | 2020-09-03T01:14:38 | 292,112,846 | 0 | 0 | null | true | 2020-09-01T21:37:02 | 2020-09-01T21:37:02 | 2019-10-28T02:16:02 | 2020-05-09T12:57:31 | 369 | 0 | 0 | 0 | null | false | false | package test;
import main.BalancedBrackets;
import org.junit.Test;
import static org.junit.Assert.*;
public class BalancedBracketsTest {
//TODO: add tests here
@Test
public void onlyBracketsReturnsTrue() {
assertTrue(BalancedBrackets.hasBalancedBrackets("[]"));
}
@Test
public void ... | UTF-8 | Java | 1,244 | java | BalancedBracketsTest.java | Java | [] | null | [] | package test;
import main.BalancedBrackets;
import org.junit.Test;
import static org.junit.Assert.*;
public class BalancedBracketsTest {
//TODO: add tests here
@Test
public void onlyBracketsReturnsTrue() {
assertTrue(BalancedBrackets.hasBalancedBrackets("[]"));
}
@Test
public void ... | 1,244 | 0.684084 | 0.684084 | 54 | 22.037037 | 24.829763 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.240741 | false | false | 5 |
9349927792b62c5fc9bbc98d9f0113f125c46b12 | 36,352,603,208,300 | eda3b39d84ff1c36fb1b9cbec7346c55e88d18ac | /src/com/nis/analysis/entity/Gr002YsgrMxTest.java | 8a985762a8c68c4d0f6100cdd38438e23d312cd9 | [] | no_license | caofujun/lqt | https://github.com/caofujun/lqt | cea1defccf3e62886b2472369504d931b3af7cc4 | ae3e93074304243198aa0c631c0eca4541dbd389 | refs/heads/master | 2021-07-07T03:40:29.331000 | 2017-10-03T03:12:22 | 2017-10-03T03:12:22 | 105,349,611 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nis.analysis.entity;
import com.nis.comm.entity.BaseEntity;
import java.io.Serializable;
import java.util.Date;
public class Gr002YsgrMxTest extends BaseEntity implements Serializable {
private String regId;
private String zyid;
private String infectCode;
private String infectName;
private String cau... | UTF-8 | Java | 5,420 | java | Gr002YsgrMxTest.java | Java | [] | null | [] | package com.nis.analysis.entity;
import com.nis.comm.entity.BaseEntity;
import java.io.Serializable;
import java.util.Date;
public class Gr002YsgrMxTest extends BaseEntity implements Serializable {
private String regId;
private String zyid;
private String infectCode;
private String infectName;
private String cau... | 5,420 | 0.741882 | 0.740037 | 287 | 17.888502 | 16.838072 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.310104 | false | false | 5 |
8e18a49172048e4f18b627a22ed0eacc6df16071 | 1,717,986,946,513 | bd6f2c273960c81a53b1c21e006afe2575de52e0 | /assignments/Assignment3/src/Stack.java | bdfdfb758ff1b5e03b9cd61b12a16310bec20f72 | [] | no_license | RobertSPratt/IT2660 | https://github.com/RobertSPratt/IT2660 | d7595c8f9ffcab6ade244a2868775d1cb2c9b9d4 | b16dd05a4b4591eda84382e8c0070b93a95602be | refs/heads/master | 2023-01-27T22:56:38.769000 | 2020-12-10T17:39:11 | 2020-12-10T17:39:11 | 290,052,634 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Prof. Santos
* IT 2660
* Robert Pratt
* Assignment 3, Chapter 3, Problems 19 & 20
*/
public class Stack {
private Listing[] data;
private int top;
private int size;
//Beginning of methods for Problem 19
//reinitiate the Stack to empty
public void reinit() { top = -1; }
//test for ... | UTF-8 | Java | 1,981 | java | Stack.java | Java | [
{
"context": "/* Prof. Santos\n * IT 2660\n * Robert Pratt\n * Assignment 3, Chapt",
"end": 15,
"score": 0.9845079183578491,
"start": 9,
"tag": "NAME",
"value": "Santos"
},
{
"context": "/* Prof. Santos\n * IT 2660\n * Robert Pratt\n * Assignment 3, Chapter 3, Problems 19 & 20\n */\n... | null | [] | /* Prof. Santos
* IT 2660
* <NAME>
* Assignment 3, Chapter 3, Problems 19 & 20
*/
public class Stack {
private Listing[] data;
private int top;
private int size;
//Beginning of methods for Problem 19
//reinitiate the Stack to empty
public void reinit() { top = -1; }
//test for underf... | 1,975 | 0.467441 | 0.449773 | 97 | 19.42268 | 14.239364 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.350515 | false | false | 5 |
3c6cc149df5e13d2703e162a0937c32c7d22803b | 4,758,823,818,220 | e3d9c0b15a9c6ac9aa0ae0c92ec06a228d0d5859 | /linkis-commons/linkis-message-scheduler/src/main/java/org/apache/linkis/message/registry/AbstractServiceRegistry.java | f364cc260d657f431e5d9e8e02d06fbee94886cb | [
"Apache-2.0",
"BSD-3-Clause",
"ISC",
"MIT",
"LicenseRef-scancode-unicode",
"LGPL-2.0-or-later",
"EPL-1.0",
"Classpath-exception-2.0",
"GPL-1.0-or-later",
"CC-BY-SA-3.0",
"CPL-1.0",
"LicenseRef-scancode-generic-cla",
"SAX-PD",
"EPL-2.0",
"LicenseRef-scancode-free-unknown",
"CC-PDDC",
... | permissive | tgh-621/Linkis | https://github.com/tgh-621/Linkis | 9e7d468b8abedffaf1723842f0f3f1ecf516bf1f | f27699aa6be01d7ee2ae3e544c8fefcef2830b0a | refs/heads/master | 2022-03-06T12:27:15.359000 | 2022-02-11T02:02:28 | 2022-02-11T02:02:28 | 289,199,303 | 1 | 0 | Apache-2.0 | true | 2021-09-03T01:01:33 | 2020-08-21T06:49:38 | 2021-08-09T07:09:34 | 2021-09-03T01:01:32 | 145,784 | 1 | 0 | 0 | Scala | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 3,449 | java | AbstractServiceRegistry.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 3,449 | 0.72201 | 0.719659 | 89 | 37.235954 | 30.240246 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47191 | false | false | 5 |
6811f4e4b9e4584e0545f3fe23f1a381c50f3bef | 15,135,464,762,411 | 98b346f3762775ab4fe9cf5ed7bb67fe17f4669e | /src/main/java/com/rerezd/pvpoptin/data/DataMigration.java | 25f559ac8c9ff4e1509fbb47e3ecc8e3d45177ac | [] | no_license | Joe-RR/PVP-OPT-IN | https://github.com/Joe-RR/PVP-OPT-IN | afc39d10824933fd733847527f5c547c21c3a4bb | 8c675abe1c2fa23a455fa123c4e8c734148b8c5c | refs/heads/master | 2023-02-23T04:35:58.969000 | 2020-05-12T05:48:14 | 2020-05-12T05:48:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rerezd.pvpoptin.data;
import com.mojang.authlib.GameProfile;
import com.rerezd.pvpoptin.PvpOptIn;
import net.fabricmc.loader.api.FabricLoader;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.UUID;
import java.util.stream.Stream;
pub... | UTF-8 | Java | 1,519 | java | DataMigration.java | Java | [] | null | [] | package com.rerezd.pvpoptin.data;
import com.mojang.authlib.GameProfile;
import com.rerezd.pvpoptin.PvpOptIn;
import net.fabricmc.loader.api.FabricLoader;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.UUID;
import java.util.stream.Stream;
pub... | 1,519 | 0.745885 | 0.745885 | 53 | 27.660378 | 26.540779 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.584906 | false | false | 5 |
13292c7bb5769b86897aa27b1cdb44d8e2b06654 | 21,096,879,367,885 | 04a6cf5b06c556e49c7e5298e52d31256e4a8219 | /src/main/java/com/bharath/location/controller/HelloworldController.java | 120615b438d21e10eb69c72317aafdd438787ce0 | [] | no_license | rockrock1212/Location-React | https://github.com/rockrock1212/Location-React | 750b2394ce7de80d3ae02fc8ab7f1dadc2769a49 | 32d161eacb60dee5fcf922530276aa9ce1836272 | refs/heads/master | 2022-10-08T09:01:53.053000 | 2020-06-13T10:31:22 | 2020-06-13T10:31:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bharath.location.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class HelloworldController {
@RequestMapping("/index")
public String openPage() {
System.out.println("Entering in controller");
return "... | UTF-8 | Java | 454 | java | HelloworldController.java | Java | [] | null | [] | package com.bharath.location.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class HelloworldController {
@RequestMapping("/index")
public String openPage() {
System.out.println("Entering in controller");
return "... | 454 | 0.753304 | 0.753304 | 21 | 20.619047 | 19.350098 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.095238 | false | false | 5 |
668382ad5516e3dbbcfd7af7c6dc467b6e144ee6 | 3,624,952,413,812 | 3998d2d4025ee0e7a243ca0bba7f1c3418ec2688 | /code/src/Controller/Controller.java | 0c830bac1c9db5aedc1e20d1808e157fd6f237b0 | [
"Apache-2.0"
] | permissive | albertopastormr/ifesoft | https://github.com/albertopastormr/ifesoft | 88d234895c6d191b8ec7961e429c1243727c9ed6 | ea237bcbb36d50bc1d5aa02b4b043cca8ad3459d | refs/heads/master | 2021-04-09T15:16:23.525000 | 2018-09-14T13:20:44 | 2018-09-14T13:20:44 | 125,743,081 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Controller;
public abstract class Controller{
private static ControllerImp control;
abstract void execute(int event,Object datos) throws Exception;
public static synchronized ControllerImp getInstance(){
if(control==null)
control=new ControllerImp();
return control;
... | UTF-8 | Java | 327 | java | Controller.java | Java | [] | null | [] | package Controller;
public abstract class Controller{
private static ControllerImp control;
abstract void execute(int event,Object datos) throws Exception;
public static synchronized ControllerImp getInstance(){
if(control==null)
control=new ControllerImp();
return control;
... | 327 | 0.700306 | 0.700306 | 14 | 22.357143 | 22.173367 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 5 |
23807e630087f7ea588a554cf1d946e680b9db6b | 27,281,632,279,126 | 676dd54c753284ee52c6b428ba7b4a53d021beab | /src/FormatieveToets/Studieboek.java | 69054890d4b0b36665421137790bf433db05a3e2 | [] | no_license | SimonHaasnoot/SchoolOefeningen | https://github.com/SimonHaasnoot/SchoolOefeningen | b8b099221b6f99fa809efc3fec72545263274dee | b9facc44bdcf315f79e4ef8c9e222ef3881a8665 | refs/heads/master | 2016-08-12T12:39:12.951000 | 2016-04-22T09:31:08 | 2016-04-22T09:31:08 | 51,557,103 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package FormatieveToets;
import java.util.ArrayList;
public class Studieboek extends Boek {
private String ondertitel;
private ArrayList<String> nevenauteurs;
public Studieboek(int isbn, int paginas, String titel, String auteur, String ondertitel) {
super(isbn, paginas, titel, auteur);
t... | UTF-8 | Java | 645 | java | Studieboek.java | Java | [] | null | [] | package FormatieveToets;
import java.util.ArrayList;
public class Studieboek extends Boek {
private String ondertitel;
private ArrayList<String> nevenauteurs;
public Studieboek(int isbn, int paginas, String titel, String auteur, String ondertitel) {
super(isbn, paginas, titel, auteur);
t... | 645 | 0.660465 | 0.660465 | 28 | 22 | 21.825607 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607143 | false | false | 5 |
a656522ae3c6d9388986a1f13cbe0fb8d766c442 | 23,527,830,864,831 | e8a7eadf981076098e2ac18882f5562ac61de9e3 | /Town.java | 5bd47f112223b8a79fbb7ddf7e9ed91711b466a4 | [] | no_license | IndLaw/Goldrush-JUnit-Deliverable | https://github.com/IndLaw/Goldrush-JUnit-Deliverable | 509487ce19a369ee65d07d7b741d1b601334e7fb | 241593542f7c399a7be39a810fefce23775300ad | refs/heads/master | 2020-06-06T15:46:32.681000 | 2019-12-03T05:44:57 | 2019-12-03T05:44:57 | 192,782,756 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Represents each instance of a town
import java.util.ArrayList;
// Stores town neighbors, gold, and silver
public class Town {
ArrayList<Town> neighbors = new ArrayList<>();
public String name;
public int silver, gold;
public Town(String Name, int Gold, int Silver) {
name = Nam... | UTF-8 | Java | 593 | java | Town.java | Java | [] | null | [] | // Represents each instance of a town
import java.util.ArrayList;
// Stores town neighbors, gold, and silver
public class Town {
ArrayList<Town> neighbors = new ArrayList<>();
public String name;
public int silver, gold;
public Town(String Name, int Gold, int Silver) {
name = Nam... | 593 | 0.543002 | 0.543002 | 29 | 18.448277 | 16.422411 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.586207 | false | false | 5 |
1e578866fdec6857171a3155ab0f992d3fff1cd9 | 13,322,988,567,054 | df45ea2e61b3716282f1c10d7df9cc81351b854b | /src/main/java/javacamp/hrms/business/concretes/CvExperianceManager.java | 3ded172f03d609828eb97d04ac6f5275ea23bc54 | [] | no_license | Onur-Omer/hrms | https://github.com/Onur-Omer/hrms | b9dffe6ab68e3ec33d119bd3741d8e7d3b0a46c1 | 366e1895093e5dd289e11ef39d1fdd7cff5edc8f | refs/heads/master | 2023-06-09T16:04:52.988000 | 2021-06-30T06:38:23 | 2021-06-30T06:38:23 | 366,690,157 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javacamp.hrms.business.concretes;
import javacamp.hrms.business.abstracts.CvExperianceService;
import javacamp.hrms.business.abstracts.EmployeeCvService;
import javacamp.hrms.core.utilities.results.DataResult;
import javacamp.hrms.core.utilities.results.Result;
import javacamp.hrms.core.utilities.results.Succe... | UTF-8 | Java | 2,180 | java | CvExperianceManager.java | Java | [] | null | [] | package javacamp.hrms.business.concretes;
import javacamp.hrms.business.abstracts.CvExperianceService;
import javacamp.hrms.business.abstracts.EmployeeCvService;
import javacamp.hrms.core.utilities.results.DataResult;
import javacamp.hrms.core.utilities.results.Result;
import javacamp.hrms.core.utilities.results.Succe... | 2,180 | 0.779358 | 0.779358 | 60 | 35.333332 | 32.712212 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483333 | false | false | 5 |
bd43473c9ff506814c71e2100caa5154e4f45fab | 27,152,783,258,222 | 564e5dbea2d8a444d60a0bdd29bcb49290f1c380 | /model/src/main/java/com/jph/xibaibai/model/entity/AccountBalance.java | 95be4da47a67114372841eb9168f1fa0f6d0cb6e | [] | no_license | ForeverLover/XiBaiBai | https://github.com/ForeverLover/XiBaiBai | efe81c6635918313a98d71ff844186f76e1241ff | 10526d3abb17bed62f82148d4be6a05605741a38 | refs/heads/master | 2021-01-10T17:21:09.267000 | 2015-12-02T10:31:42 | 2015-12-02T10:31:42 | 47,254,185 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jph.xibaibai.model.entity;
import java.io.Serializable;
/**
* Created by jph on 2015/8/16.
*/
public class AccountBalance implements Serializable {
private double money;//余额
public double getMoney() {
return money;
}
public void setMoney(double money) {
this.money = mon... | UTF-8 | Java | 336 | java | AccountBalance.java | Java | [
{
"context": ";\n\nimport java.io.Serializable;\n\n/**\n * Created by jph on 2015/8/16.\n */\npublic class AccountBalance imp",
"end": 91,
"score": 0.9995875954627991,
"start": 88,
"tag": "USERNAME",
"value": "jph"
}
] | null | [] | package com.jph.xibaibai.model.entity;
import java.io.Serializable;
/**
* Created by jph on 2015/8/16.
*/
public class AccountBalance implements Serializable {
private double money;//余额
public double getMoney() {
return money;
}
public void setMoney(double money) {
this.money = mon... | 336 | 0.656627 | 0.635542 | 18 | 17.444445 | 16.833242 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 5 |
fdaba6f1c409e1b6ebe3895da8ce080f454da495 | 31,499,290,153,501 | 9bbf7be05d725c6f60f4d3c5980f71bfd8cd2b20 | /wedding-microservice/wedding-frontend/wedding-web-frontend/src/main/java/org/debugroom/wedding/app/model/gallery/Folder.java | a854e49840867b2a38e18e260236c1e56080c87e | [] | no_license | debugroom/wedding | https://github.com/debugroom/wedding | f15530cda3c51b4eefd13b393c4782a74fbf5b6f | ebc81134fca494400d1187c8d3e4560ccbb06283 | refs/heads/master | 2020-12-12T06:35:59.631000 | 2018-01-28T07:10:26 | 2018-01-28T07:10:26 | 41,778,178 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.debugroom.wedding.app.model.gallery;
import java.io.Serializable;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Pattern;
import javax.validation.constraints.Size;
import org.debugroom.wedding.app.model.gallery.CreateFolderForm.CreateFolder;
import org.debugroom.wedding.... | UTF-8 | Java | 1,037 | java | Folder.java | Java | [] | null | [] | package org.debugroom.wedding.app.model.gallery;
import java.io.Serializable;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Pattern;
import javax.validation.constraints.Size;
import org.debugroom.wedding.app.model.gallery.CreateFolderForm.CreateFolder;
import org.debugroom.wedding.... | 1,037 | 0.771623 | 0.741497 | 37 | 26.81081 | 26.326267 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.945946 | false | false | 5 |
52ed7c345d91dfef434945221d2be19e4a9d0370 | 4,492,535,820,910 | 10fac91877ddb5026c44c9f1c33a6085d783fa8b | /Platform/src/net/sf/anathema/initialization/Startable.java | f6bc7c68efefdfe56f439df667bf428c7396f5d7 | [] | no_license | CampinoDavi/anathema-1 | https://github.com/CampinoDavi/anathema-1 | ce99a77a6cdf4d8542a3977d75f49c7ceddfcbd0 | e8e3cf22adfbf82979d0f474b64e3323c4147faa | refs/heads/master | 2021-01-23T20:38:07.483000 | 2012-04-11T22:01:18 | 2012-04-11T22:01:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.sf.anathema.initialization;
import net.sf.anathema.initialization.reflections.AnathemaReflections;
public interface Startable {
void doStart(AnathemaReflections reflections) throws Exception;
} | UTF-8 | Java | 209 | java | Startable.java | Java | [] | null | [] | package net.sf.anathema.initialization;
import net.sf.anathema.initialization.reflections.AnathemaReflections;
public interface Startable {
void doStart(AnathemaReflections reflections) throws Exception;
} | 209 | 0.84689 | 0.84689 | 7 | 29 | 28.142494 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 5 |
59ab5593903a6a80c5eba7fe76ea2932600af7c0 | 29,334,626,657,203 | d01116147627f94b3cc04f0ee7fbec6db7cb8336 | /Week2.2/src/Sphere.java | ceb1e89e5b6afc5f0f451a58c5cc0741ba691a61 | [] | no_license | shandrolis/Saxion | https://github.com/shandrolis/Saxion | a7c34ce2cd724f7bcbf74631a193ce743176d139 | e7824ef00e675a4742df635f37eef67a09ed9d1e | refs/heads/master | 2021-01-10T03:48:24.285000 | 2016-02-09T16:20:21 | 2016-02-09T16:20:21 | 46,684,088 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by Joep on 18-Nov-15.
*/
public class Sphere {
public static double calcSurface(double r) {
return (4 * Math.PI * (r * r));
}
public static double calcVolcume(double r) {
return (4 / 3 / Math.PI * Math.pow(r, 3));
}
}
| UTF-8 | Java | 270 | java | Sphere.java | Java | [
{
"context": "/**\n * Created by Joep on 18-Nov-15.\n */\npublic class Sphere {\n\n\n pub",
"end": 22,
"score": 0.9793291091918945,
"start": 18,
"tag": "NAME",
"value": "Joep"
}
] | null | [] | /**
* Created by Joep on 18-Nov-15.
*/
public class Sphere {
public static double calcSurface(double r) {
return (4 * Math.PI * (r * r));
}
public static double calcVolcume(double r) {
return (4 / 3 / Math.PI * Math.pow(r, 3));
}
}
| 270 | 0.551852 | 0.522222 | 14 | 18.285715 | 19.96221 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 5 |
7ec489091080cc6f6e2b5862bb3b45fb9e721a9d | 28,157,805,639,116 | dbf6402f63e489cde61c64793359ea3f809fb768 | /more/src/com/lotes/spms/service/impl/CsmUserServiceImpl.java | 8e9cfd586f2e72bcb55d4f0f2332ca84029c9e38 | [] | no_license | guomindong/lotes-spms-more | https://github.com/guomindong/lotes-spms-more | 8a340c872e59c58ea4344d1e98b3ecf33a178708 | 32b0264aff8fbfab989b611448380128552df98b | refs/heads/master | 2016-09-21T04:04:12.453000 | 2016-09-09T06:09:17 | 2016-09-09T06:09:17 | 66,257,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lotes.spms.service.impl;
import java.util.List;
import com.lotes.spms.dao.CsmUserDao;
import com.lotes.spms.dao.impl.CsmUserDaoImpl;
import com.lotes.spms.model.CsmUser;
import com.lotes.spms.model.SpmsUser;
import com.lotes.spms.service.CsmUserService;
public class CsmUserServiceImpl implement... | UTF-8 | Java | 1,103 | java | CsmUserServiceImpl.java | Java | [] | null | [] | package com.lotes.spms.service.impl;
import java.util.List;
import com.lotes.spms.dao.CsmUserDao;
import com.lotes.spms.dao.impl.CsmUserDaoImpl;
import com.lotes.spms.model.CsmUser;
import com.lotes.spms.model.SpmsUser;
import com.lotes.spms.service.CsmUserService;
public class CsmUserServiceImpl implement... | 1,103 | 0.746147 | 0.746147 | 50 | 20.059999 | 22.411077 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.06 | false | false | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.