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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
eb726151fb15bf331ca40b47e294cbc0db41942e | 867,583,420,179 | 74c348a21bd71279d09a01f4be4a7912f5f4faf6 | /src/main/java/com/example/time/leetcode/FindTargetSumWays.java | 625bcba2f4101b8249e537cd247fb67b9302a6f6 | [] | no_license | jiafeng123456/Demo | https://github.com/jiafeng123456/Demo | 848257d84d1530fdff3d102b30c2fc39e7bd1931 | 8fe2b328ef65596df98f373a7c059dd6aeb3f214 | refs/heads/master | 2022-07-06T19:41:50.262000 | 2021-02-18T06:53:22 | 2021-02-18T06:53:22 | 215,752,044 | 0 | 0 | null | false | 2020-10-10T07:24:19 | 2019-10-17T09:18:17 | 2020-10-10T07:24:01 | 2020-10-10T07:24:18 | 6,816 | 0 | 0 | 1 | Java | false | false | package com.example.time.leetcode;
/*
*@description:
*@author jiafeng
*@date 2020/10/9 0009 08:54
*/
public class FindTargetSumWays {
public static void main(String[] args) {
}
public static int findTargetSumWays(int[] nums, int S) {
return 0;
}
}
| UTF-8 | Java | 281 | java | FindTargetSumWays.java | Java | [
{
"context": "ample.time.leetcode;\n\n/*\n *@description:\n *@author jiafeng\n *@date 2020/10/9 0009 08:54\n */\npublic class Fin",
"end": 72,
"score": 0.9862048625946045,
"start": 65,
"tag": "USERNAME",
"value": "jiafeng"
}
] | null | [] | package com.example.time.leetcode;
/*
*@description:
*@author jiafeng
*@date 2020/10/9 0009 08:54
*/
public class FindTargetSumWays {
public static void main(String[] args) {
}
public static int findTargetSumWays(int[] nums, int S) {
return 0;
}
}
| 281 | 0.640569 | 0.58363 | 18 | 14.611111 | 17.518684 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 15 |
ca6e057af2718232562bdedc423ff7fb34a547f6 | 35,785,667,510,880 | 91377530e214896d6ed1989c9a106277f7ebd9fc | /src/ui/InterfaceCPCadastro.java | a3cc9231d18a3e6404054f251cc7ab7011e7c02b | [] | no_license | jhenriquedsilva/final-project-oop | https://github.com/jhenriquedsilva/final-project-oop | ce0fdeca4f61578caf3dd552626c9fdc85274860 | a19a8b593cd1ced14ce3b2756252259e0386f4d0 | refs/heads/master | 2023-08-07T22:01:01.830000 | 2021-10-04T14:20:57 | 2021-10-04T14:20:57 | 410,104,421 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ui;
import recursos.Cores;
import java.util.Scanner;
import db.Banco;
import humanos.Cliente;
public class InterfaceCPCadastro extends Cadastro implements Interface {
private Scanner scanner = new Scanner(System.in);
private Banco db = Banco.instancia();
private Cliente cliente;
@Override
public... | UTF-8 | Java | 1,236 | java | InterfaceCPCadastro.java | Java | [] | null | [] | package ui;
import recursos.Cores;
import java.util.Scanner;
import db.Banco;
import humanos.Cliente;
public class InterfaceCPCadastro extends Cadastro implements Interface {
private Scanner scanner = new Scanner(System.in);
private Banco db = Banco.instancia();
private Cliente cliente;
@Override
public... | 1,236 | 0.666126 | 0.663695 | 51 | 23.196079 | 21.6605 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431373 | false | false | 15 |
ba5e1fa9868d7e028cad71c5c5d5d5b4993d9548 | 29,841,432,830,510 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/22/22_22cdd9bdb68a6d573e649575409121a8be2f92d2/PtuSettings/22_22cdd9bdb68a6d573e649575409121a8be2f92d2_PtuSettings_t.java | f351145330e79a61ee915e7ed3f3212a2da81e5f | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package ch.cern.atlas.apvs.client.settings;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import ch.cern.atlas.apvs.client.ui.CameraView;
/**
*
* @author duns
*
*/
public class PtuSetti... | UTF-8 | Java | 3,235 | java | 22_22cdd9bdb68a6d573e649575409121a8be2f92d2_PtuSettings_t.java | Java | [
{
"context": "apvs.client.ui.CameraView;\n \n /**\n * \n * @author duns\n * \n */\n public class PtuSettings implements Se",
"end": 287,
"score": 0.9992045164108276,
"start": 283,
"tag": "USERNAME",
"value": "duns"
}
] | null | [] | package ch.cern.atlas.apvs.client.settings;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import ch.cern.atlas.apvs.client.ui.CameraView;
/**
*
* @author duns
*
*/
public class PtuSetti... | 3,235 | 0.678516 | 0.669552 | 121 | 25.727272 | 24.015835 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.818182 | false | false | 15 |
1df9266e98c1ca705749cb8722e36090a0be3efd | 12,446,815,224,349 | 59f442cadad246481e69ff89c721817b18a5d8ed | /LibVedioview/src/main/java/com/dy/libvedioview/loveview/LoveItem.java | 403ebea929bc19f3a6905a95abce4625cd7e106c | [] | no_license | dy60420667/VedioViewSpeciallyEffect | https://github.com/dy60420667/VedioViewSpeciallyEffect | 6e7174ffac3ed070ce3c98d4a6ab3e4c67245535 | 2933404b8dc2bc4c4aa0677d4ca318fff5ca954f | refs/heads/master | 2021-09-05T21:28:19.632000 | 2018-01-31T04:52:44 | 2018-01-31T04:52:44 | 119,629,251 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dy.libvedioview.loveview;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import com.dy.libvedioview.R;
import java.util.Random;
/**
* Descripty:
* Auth: 邓渊 dymh21342@163.com
* Date: 2018/1/30.13:51
*/
public class LoveItem... | UTF-8 | Java | 1,402 | java | LoveItem.java | Java | [
{
"context": "rt java.util.Random;\n\n/**\n * Descripty:\n * Auth: 邓渊 dymh21342@163.com\n * Date: 2018/1/30.13:51\n */\n\n",
"end": 249,
"score": 0.9997174739837646,
"start": 247,
"tag": "NAME",
"value": "邓渊"
},
{
"context": "java.util.Random;\n\n/**\n * Descripty:\n * Auth: 邓渊 d... | null | [] | package com.dy.libvedioview.loveview;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import com.dy.libvedioview.R;
import java.util.Random;
/**
* Descripty:
* Auth: 邓渊 <EMAIL>
* Date: 2018/1/30.13:51
*/
public class LoveItem {
pub... | 1,392 | 0.61039 | 0.582251 | 50 | 26.719999 | 21.751358 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 15 |
18f8ad2d8b027e4558285098e6f0e7575b0c85f9 | 12,446,815,224,265 | 637a77be50d8ef64cb15863fdc29ead83f0b4326 | /src/ToolsClass/DataOperate.java | 87084cea68b50bd82015d7af2d97d45e2aa65664 | [] | no_license | cxhqzl/ChatAppServer | https://github.com/cxhqzl/ChatAppServer | b0d859490a50ca41b8570be8f8d685b4319f1ee0 | 90d60c0e9f2158c9069d504c47ba36845d92afad | refs/heads/master | 2022-12-07T06:29:28.508000 | 2020-08-27T05:56:21 | 2020-08-27T05:56:21 | 290,688,959 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ToolsClass;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Vector;
import DatabaseOperate.DatabaseLinkSetting;
import net.sf.json.JSONObject;
/**
* 与数据库进行数据交互
* @author Xinhai Cao
*
*/
public class Dat... | GB18030 | Java | 6,847 | java | DataOperate.java | Java | [
{
"context": "f.json.JSONObject;\r\n/**\r\n * 与数据库进行数据交互\r\n * @author Xinhai Cao\r\n *\r\n */\r\npublic class DataOperate {\r\n\tpublic Dat",
"end": 293,
"score": 0.999821662902832,
"start": 283,
"tag": "NAME",
"value": "Xinhai Cao"
}
] | null | [] | package ToolsClass;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Vector;
import DatabaseOperate.DatabaseLinkSetting;
import net.sf.json.JSONObject;
/**
* 与数据库进行数据交互
* @author <NAME>
*
*/
public class DataOpe... | 6,843 | 0.626108 | 0.622202 | 243 | 25.395061 | 21.515434 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.209877 | false | false | 15 |
164cf85eb8161dd1913ee048763cd1da47bd6f86 | 25,348,897,019,365 | ea18a2320b32079d94dc004c76947e1c9535dd8f | /GoFloraGrowApp/GoFloraGrowUi/src/eu/hansolo/flora/app/data/FloraEventListener.java | 738b06a8898ce1905039a59927a3df412424d99e | [] | no_license | stevendavelaar/ephac3 | https://github.com/stevendavelaar/ephac3 | 91c17edd5337eb109494098a482c9da88ed5afba | 250c8ccb8f2a89aa913ddf9f3b17af3decedfc0a | refs/heads/master | 2019-04-23T14:48:51.197000 | 2015-09-16T13:22:23 | 2015-09-16T13:22:23 | 42,454,236 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eu.hansolo.flora.app.data;
import java.util.EventListener;
/**
* Created by hansolo on 11.09.15.
*/
public interface FloraEventListener extends EventListener {
public void onEvent(FloraEvent event);
}
| UTF-8 | Java | 218 | java | FloraEventListener.java | Java | [
{
"context": "mport java.util.EventListener;\n\n\n/**\n * Created by hansolo on 11.09.15.\n */\npublic interface FloraEventListe",
"end": 95,
"score": 0.9917464256286621,
"start": 88,
"tag": "USERNAME",
"value": "hansolo"
}
] | null | [] | package eu.hansolo.flora.app.data;
import java.util.EventListener;
/**
* Created by hansolo on 11.09.15.
*/
public interface FloraEventListener extends EventListener {
public void onEvent(FloraEvent event);
}
| 218 | 0.752294 | 0.724771 | 11 | 18.818182 | 20.541834 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 15 |
bb4779120af61ee59891642fcf24c47ad4090481 | 13,065,290,547,365 | 66e5b4b0c9a561937f430f8034269b4681c7dda4 | /app/src/main/java/pl/dailyveryapp/utils/Constants.java | 81fc8803d16fbfd540a8815b9c908b55ee971767 | [] | no_license | wladyslawmajdanik/DailyveryApp | https://github.com/wladyslawmajdanik/DailyveryApp | 574038afb4be5e5cf4b190d2504bc1dd31736f42 | 53a6f10ed46ac4c5ccebed0f24fd7c7289f9a347 | refs/heads/master | 2021-01-25T11:57:26.686000 | 2018-03-02T16:21:51 | 2018-03-02T16:21:51 | 123,449,809 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.dailyveryapp.utils;
import pl.dailyveryapp.BuildConfig;
public class Constants {
public final static String SHARED_PREFERENCES = "shared_preferences";
public final static String RESTAURANT_DATA = "restaurant_data";
public static String getBaseUrl() {
return BuildConfig.BASE_URL;
}... | UTF-8 | Java | 325 | java | Constants.java | Java | [] | null | [] | package pl.dailyveryapp.utils;
import pl.dailyveryapp.BuildConfig;
public class Constants {
public final static String SHARED_PREFERENCES = "shared_preferences";
public final static String RESTAURANT_DATA = "restaurant_data";
public static String getBaseUrl() {
return BuildConfig.BASE_URL;
}... | 325 | 0.729231 | 0.729231 | 15 | 20.666666 | 24.434038 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 15 |
ac3d0c2d6997b08c85bdc97159c1a248d46491a8 | 33,569,464,441,322 | a2881dfb3246eebda78c695ede7f5aa0b426aec9 | /1.8 obfuscated/b/bhl.java | 907323573220d9c2b4154d8c53d60c81f25df29c | [] | no_license | Jckf/mc-dev | https://github.com/Jckf/mc-dev | ca03c1907b4b33c94a7bcb7a2067e3963bbf05d2 | 128dae1fe7e2b7772d89dcf130a49210bfd06aa3 | refs/heads/master | 2016-09-05T11:14:19.324000 | 2014-10-01T00:53:05 | 2014-10-01T00:53:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Random;
public class bhl extends bhp {
private atr a;
private int b;
public bhl(int var1) {
this.a = aty.aL;
this.b = var1;
}
public boolean b(aqu var1, Random var2, dt var3) {
if(var1.p(var3).c().r() != bof.h) {
return false;
} else {
int v... | UTF-8 | Java | 1,121 | java | bhl.java | Java | [] | null | [] | import java.util.Random;
public class bhl extends bhp {
private atr a;
private int b;
public bhl(int var1) {
this.a = aty.aL;
this.b = var1;
}
public boolean b(aqu var1, Random var2, dt var3) {
if(var1.p(var3).c().r() != bof.h) {
return false;
} else {
int v... | 1,121 | 0.414808 | 0.354148 | 40 | 27.025 | 24.105484 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 15 |
8a10aa468c84432b361ee331dadfd0715d8cc033 | 25,262,997,673,732 | 76155dda23d3d675d26b480496e23fcc64c300f0 | /src/main/java/com/datinko/prototype/bigdata2/core/factories/SelectionFactory.java | a30d4f6e93f7031d2894e2cf8749253ffea569fa | [] | no_license | neildunlop/bigdata2 | https://github.com/neildunlop/bigdata2 | 7b8040c5ffbc81c316293db95595afd9573dc4f8 | 87e48d7fa71cb11589f0fe41c4fe8a6c85a8b532 | refs/heads/master | 2020-03-30T17:28:58.473000 | 2015-09-10T11:04:38 | 2015-09-10T11:04:38 | 41,702,761 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.datinko.prototype.bigdata2.core.factories;
import com.datinko.prototype.bigdata2.core.Market;
import com.datinko.prototype.bigdata2.core.Selection;
import java.util.UUID;
/**
* Created by Neil on 25/08/2015.
*/
public class SelectionFactory {
public static Selection getBristolToWin() {
U... | UTF-8 | Java | 10,103 | java | SelectionFactory.java | Java | [
{
"context": "ection;\n\nimport java.util.UUID;\n\n/**\n * Created by Neil on 25/08/2015.\n */\npublic class SelectionFactory ",
"end": 209,
"score": 0.9978877902030945,
"start": 205,
"tag": "NAME",
"value": "Neil"
},
{
"context": " String price = \"15/8\";\n String name = ... | null | [] | package com.datinko.prototype.bigdata2.core.factories;
import com.datinko.prototype.bigdata2.core.Market;
import com.datinko.prototype.bigdata2.core.Selection;
import java.util.UUID;
/**
* Created by Neil on 25/08/2015.
*/
public class SelectionFactory {
public static Selection getBristolToWin() {
U... | 10,103 | 0.573493 | 0.531327 | 339 | 28.802361 | 21.852669 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.383481 | false | false | 15 |
a0c14074714fef749407576b689e9af027f1f6f3 | 8,323,646,641,096 | 0961421ad0b82a50dad55bbecf43e516f99c7268 | /src/main/java/com/bjsxt/service/FeelService.java | d6ea016a5cbf3f07734a77293cd684a2674c09f8 | [] | no_license | huangge70/feel | https://github.com/huangge70/feel | 0860aa81c904c67e1fdb9f83b86206310af333df | 4baa56d8f669ad8891e4482a3cc1cf85c3ea49dc | refs/heads/master | 2020-04-13T03:36:29.683000 | 2018-12-24T01:32:28 | 2018-12-24T01:32:28 | 162,936,927 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bjsxt.service;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import org.springframework.web.multipart.MultipartFile;
import com.bjsxt.pojo.Feel;
public interface FeelService {
Map<String,Object> upload(MultipartFile imgFile) throws IOException;
int insFeel(Feel feel,List... | UTF-8 | Java | 338 | java | FeelService.java | Java | [] | null | [] | package com.bjsxt.service;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import org.springframework.web.multipart.MultipartFile;
import com.bjsxt.pojo.Feel;
public interface FeelService {
Map<String,Object> upload(MultipartFile imgFile) throws IOException;
int insFeel(Feel feel,List... | 338 | 0.789941 | 0.789941 | 16 | 20.125 | 20.963882 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 15 |
8b2e8c19f2473b01c2adba365b2aeb4eb2a818b3 | 5,368,709,131,795 | 226bae6a22036fbaf198357ea4921c29ee984070 | /webclient/src/main/java/com/ecg/webclient/feature/administration/persistence/modell/Client.java | 01250ecdf30fec05203109f7eda9d265732abfba | [] | no_license | benciao/webclient.modules | https://github.com/benciao/webclient.modules | 707adf30636b17a355b2abaf9671009015800ec2 | dbedf932f250f77049442264e251112cccf7ad17 | refs/heads/master | 2021-01-10T14:07:31.933000 | 2016-03-31T14:19:11 | 2016-03-31T14:19:11 | 45,912,180 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ecg.webclient.feature.administration.persistence.modell;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.persistence.Transien... | UTF-8 | Java | 3,218 | java | Client.java | Java | [
{
"context": "\n/**\r\n * Entität eines Mandanten.\r\n * \r\n * @author arndtmar\r\n */\r\n@Entity\r\n@Table(name = \"SEC_CLIENT\")\r\npublic ",
"end": 384,
"score": 0.898079514503479,
"start": 376,
"tag": "USERNAME",
"value": "arndtmar"
}
] | null | [] | package com.ecg.webclient.feature.administration.persistence.modell;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.persistence.Transien... | 3,218 | 0.490208 | 0.487721 | 151 | 19.304636 | 16.795614 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.291391 | false | false | 15 |
e9ad3347699870dddede5f7a2f17243af7b8592d | 7,181,185,323,275 | 5dc88d185e2c10b4272c7bb49b3fc183cb822a27 | /src/main/java/com/github/nitin/kafka/tutorial1/ConsumerThread.java | b961c4dbea0f9e794b94f3402b7f0992ec2205b6 | [] | no_license | nitin023/kafka-beginner | https://github.com/nitin023/kafka-beginner | 7e49bc4b4d57b09c8cc35852f8aaab6642b6887a | 61b6bc4daded5dd24f8f82e529f1f4c6418355a2 | refs/heads/master | 2020-09-11T12:31:58.882000 | 2019-11-20T16:57:16 | 2019-11-20T16:57:16 | 222,065,671 | 0 | 0 | null | false | 2023-09-05T22:02:30 | 2019-11-16T07:52:01 | 2019-11-20T16:57:28 | 2023-09-05T22:02:29 | 46 | 0 | 0 | 1 | Java | false | false | package com.github.nitin.kafka.tutorial1;
import org.apache.kafka.clients.consumer.ConsumerConfig;
import org.apache.kafka.clients.consumer.ConsumerRecord;
import org.apache.kafka.clients.consumer.ConsumerRecords;
import org.apache.kafka.clients.consumer.KafkaConsumer;
import org.apache.kafka.common.errors.WakeupExcep... | UTF-8 | Java | 2,372 | java | ConsumerThread.java | Java | [
{
"context": "package com.github.nitin.kafka.tutorial1;\n\nimport org.apache.kafka.clients",
"end": 24,
"score": 0.9979122281074524,
"start": 19,
"tag": "USERNAME",
"value": "nitin"
}
] | null | [] | package com.github.nitin.kafka.tutorial1;
import org.apache.kafka.clients.consumer.ConsumerConfig;
import org.apache.kafka.clients.consumer.ConsumerRecord;
import org.apache.kafka.clients.consumer.ConsumerRecords;
import org.apache.kafka.clients.consumer.KafkaConsumer;
import org.apache.kafka.common.errors.WakeupExcep... | 2,372 | 0.686762 | 0.685076 | 61 | 37.885246 | 36.025536 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.672131 | false | false | 15 |
deb24f8a403c0441e393e9e0c78d71f4879501d7 | 32,547,262,193,358 | f45951ef0666689face822a14ee761c2e09bb15d | /src/character/character.java | 90ffad16931ee90cc20c25dc3d1bf6f70a7de73c | [] | no_license | BryGuz/MonedaPersonaje | https://github.com/BryGuz/MonedaPersonaje | 3e0beb36051db846f77d8b498bfe309a1107af37 | 3a8b57c56f47343cb32503eecc556ad1450a2ef1 | refs/heads/master | 2021-06-21T19:23:53.572000 | 2017-05-19T04:41:09 | 2017-05-19T04:41:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package character;
import javax.swing.JPanel;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import javax.swing.*;
import ja... | UTF-8 | Java | 6,106 | java | character.java | Java | [] | null | [] |
package character;
import javax.swing.JPanel;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import javax.swing.*;
import ja... | 6,106 | 0.441278 | 0.405733 | 242 | 23.219007 | 16.13699 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.673554 | false | false | 15 |
a80ebc32d4602723ee155574b0601f04536150b9 | 26,448,408,654,537 | f227522b7a10012d38c09821384e04465bf04c02 | /TextToSpeech/app/src/main/java/com/example/texttospeech/MainActivity.java | c2b103c9d79d1c5272e574f65b0267ffeb9161c6 | [] | no_license | mohdsameer7408/new_android_projects | https://github.com/mohdsameer7408/new_android_projects | 27bff54d097738fc922d1043c4bf34986e2c6f00 | 1bdb830980d5dcaff50538ce24af70f890fc2850 | refs/heads/master | 2022-11-28T01:31:54.740000 | 2020-08-03T15:22:33 | 2020-08-03T15:22:33 | 284,734,723 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.texttospeech;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.speech.tts.TextToSpeech;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import java.u... | UTF-8 | Java | 2,465 | java | MainActivity.java | Java | [] | null | [] | package com.example.texttospeech;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.speech.tts.TextToSpeech;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import java.u... | 2,465 | 0.657606 | 0.656389 | 70 | 34.228573 | 31.791361 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657143 | false | false | 15 |
07c05c03fb1b732a12fe4d316b5c8b45d09095cd | 7,404,523,641,229 | 3aa5def116045abfd6274299d97372c90efaf560 | /src/main/java/com/laonstory/service/CommentService.java | c6e02a8f1bcdcf95b1c3a0da06ef498b079d469a | [] | no_license | SeunghyeonSin/CCProj-backend | https://github.com/SeunghyeonSin/CCProj-backend | 6c15f29bb6dc87ae679e1bd9a7a0339d55ec5196 | 67defde58c9ba30d4eab65225f190373f3f65c10 | refs/heads/main | 2023-06-22T08:21:49.421000 | 2021-07-20T06:40:12 | 2021-07-20T06:40:12 | 384,040,191 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.laonstory.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.laonstory.mapper.CommentMapper;
import com.laonstory.vo.CommentVO;
@Service
public class CommentService implements CommentMapper{
@Autowire... | UTF-8 | Java | 1,163 | java | CommentService.java | Java | [] | null | [] | package com.laonstory.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.laonstory.mapper.CommentMapper;
import com.laonstory.vo.CommentVO;
@Service
public class CommentService implements CommentMapper{
@Autowire... | 1,163 | 0.77902 | 0.77902 | 56 | 19.767857 | 19.78635 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.053571 | false | false | 15 |
a4af42585d459adc08be56a15384c88a59592722 | 22,720,377,017,588 | 37dd58627b60e55487b190408629ea69e86a8f3b | /app/src/main/java/com/ug/eon/android/tv/infoserver/entities/VodAsset.java | d542b25164291ef810c02c18e9026cddc879640c | [] | no_license | srbro/socblogstb | https://github.com/srbro/socblogstb | c57db81db9bb202b3465a563e8fc18c59646426c | 3f4a39596f4c767565939a5a34f0774a33904823 | refs/heads/master | 2020-03-18T06:28:43.061000 | 2018-05-30T10:03:53 | 2018-05-30T10:03:53 | 134,398,227 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ug.eon.android.tv.infoserver.entities;
/**
* Created by goran.arandjelovic on 4/4/18.
*/
public class VodAsset extends Asset {
private int year;
private long duration;
public VodAsset() {
super(AssetType.VOD);
}
public int getYear() { return year; }
public long getDurat... | UTF-8 | Java | 349 | java | VodAsset.java | Java | [
{
"context": "android.tv.infoserver.entities;\n\n/**\n * Created by goran.arandjelovic on 4/4/18.\n */\n\npublic class VodAsset extends Ass",
"end": 88,
"score": 0.9705782532691956,
"start": 70,
"tag": "NAME",
"value": "goran.arandjelovic"
}
] | null | [] | package com.ug.eon.android.tv.infoserver.entities;
/**
* Created by goran.arandjelovic on 4/4/18.
*/
public class VodAsset extends Asset {
private int year;
private long duration;
public VodAsset() {
super(AssetType.VOD);
}
public int getYear() { return year; }
public long getDurat... | 349 | 0.659026 | 0.647564 | 17 | 19.529411 | 18.702368 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 15 |
0e4ddaea8978bbfd9ae2c09824e86e89cb5ac982 | 29,308,856,852,202 | e7d44a7762bd1e345a36f38ba80feefa284ce56c | /process-portal/src/main/java/org/eclipse/stardust/ui/web/processportal/view/manual/IppDocumentInputController.java | 6e9e90bf96fda420b4abca4547ef3632ef69647e | [] | no_license | robsman/stardust.ui.web | https://github.com/robsman/stardust.ui.web | 3463f16f010b23a1dd8efed073b0e09b82801ef6 | c6e670f98ef84a2e589971751a4571c42127d89e | refs/heads/master | 2021-01-01T19:48:26.459000 | 2016-02-22T15:24:18 | 2016-02-22T15:24:18 | 11,172,029 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright (c) 2011 SunGard CSA LLC and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and ... | UTF-8 | Java | 19,662 | java | IppDocumentInputController.java | Java | [
{
"context": "views.document.JCRDocument;\r\n\r\n\r\n\r\n/**\r\n * @author Subodh.Godbole\r\n *\r\n */\r\npublic class IppDocumentInputController",
"end": 3686,
"score": 0.999862551689148,
"start": 3672,
"tag": "NAME",
"value": "Subodh.Godbole"
},
{
"context": " just update activity ... | null | [] | /*******************************************************************************
* Copyright (c) 2011 SunGard CSA LLC and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and ... | 19,662 | 0.637677 | 0.63727 | 550 | 33.749092 | 32.778412 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.403636 | false | false | 15 |
7ca8292fe40f18805b2591ea6522925be8551f46 | 29,308,856,854,197 | 5da11477903c4d538ce8e45c0b6f410b6742034a | /src/main/io/pixelinc/bigbrother/events/InteractEvent.java | bad5f730cc4853da0d1b5ff1a2c5b5bab8c6af3f | [] | no_license | PixeLInc/BigBrother | https://github.com/PixeLInc/BigBrother | ac239d9b89039f0585f9140d52f6d76052e557fd | f3c188cc35fc4d25b9c26c79eb6d16af7ccd5725 | refs/heads/master | 2021-09-20T10:46:50.854000 | 2018-08-08T08:44:16 | 2018-08-08T08:44:16 | 143,982,661 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.pixelinc.bigbrother.events;
import io.pixelinc.bigbrother.BigBrother;
import org.spongepowered.api.data.type.HandType;
import org.spongepowered.api.data.type.HandTypes;
import org.spongepowered.api.entity.living.player.Player;
import org.spongepowered.api.event.Listener;
import org.spongepowered.api.event.b... | UTF-8 | Java | 1,822 | java | InteractEvent.java | Java | [] | null | [] | package io.pixelinc.bigbrother.events;
import io.pixelinc.bigbrother.BigBrother;
import org.spongepowered.api.data.type.HandType;
import org.spongepowered.api.data.type.HandTypes;
import org.spongepowered.api.entity.living.player.Player;
import org.spongepowered.api.event.Listener;
import org.spongepowered.api.event.b... | 1,822 | 0.684962 | 0.684962 | 46 | 38.608696 | 29.096899 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543478 | false | false | 15 |
aec9031f2aaac321adc693491b6caeb2d55fc523 | 42,949,705,433 | 87f74bd3cdee42d337c72c94cb600e0346a63dcb | /src/main/java/AopCglib/LogRecord.java | b23df4c877d316cba1f291a39afdf97b06417753 | [] | no_license | jidanbing/Spring | https://github.com/jidanbing/Spring | 5a8c6e5e2b483b0d6778ad70c24e96774106aca2 | 7ded05739f968ce0b1fc8cef406f3d663e29a1f6 | refs/heads/master | 2022-12-23T19:56:42.341000 | 2020-09-08T12:28:08 | 2020-09-08T12:28:08 | 293,802,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package AopCglib;
//日志记录功能
public class LogRecord {
/**
* 增强 :在切入点处要执行的代码(方法)
* 织入 :将增强应用到切入点的过程叫做织入
* 代理类: 织入之后会产生一个代理类,一般此代理类是目标类的子类
* 切面 : 增强 + 切入点 组成了切面
*/
//增强
public void start() {
System.out.println("CglibProxy日志记录的开启");
}
//增强
public void close() {... | UTF-8 | Java | 586 | java | LogRecord.java | Java | [] | null | [] | package AopCglib;
//日志记录功能
public class LogRecord {
/**
* 增强 :在切入点处要执行的代码(方法)
* 织入 :将增强应用到切入点的过程叫做织入
* 代理类: 织入之后会产生一个代理类,一般此代理类是目标类的子类
* 切面 : 增强 + 切入点 组成了切面
*/
//增强
public void start() {
System.out.println("CglibProxy日志记录的开启");
}
//增强
public void close() {... | 586 | 0.566138 | 0.566138 | 21 | 17 | 15.02062 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 15 |
4db3c956407c9d91295c19efcf8afcfe61b6af42 | 7,842,610,336,317 | 58381242351a7b6724a248adaa51b51b39ea365c | /src/main/java/edu/tamu/eider/app/model/validator/BeforeSaveIdentifierValidator.java | fecd23f13f1ad389e4f211b87015a804a4807cc1 | [
"MIT"
] | permissive | TAMULib/EIDER | https://github.com/TAMULib/EIDER | d428c8a2ad9b2f078d51b205288ef8d947608f87 | 27bca1cacfe60ad1e8139ca62a4446750b49dd06 | refs/heads/main | 2023-01-09T01:54:10.130000 | 2022-11-04T19:39:28 | 2022-11-04T19:39:28 | 248,798,037 | 3 | 0 | MIT | false | 2023-01-07T19:34:58 | 2020-03-20T16:08:14 | 2022-01-05T05:12:49 | 2023-01-07T19:34:56 | 214 | 1 | 0 | 9 | Java | false | false | package edu.tamu.eider.app.model.validator;
import org.springframework.stereotype.Component;
@Component
public class BeforeSaveIdentifierValidator extends IdentifierUniqueUrlValidator {
}
| UTF-8 | Java | 191 | java | BeforeSaveIdentifierValidator.java | Java | [] | null | [] | package edu.tamu.eider.app.model.validator;
import org.springframework.stereotype.Component;
@Component
public class BeforeSaveIdentifierValidator extends IdentifierUniqueUrlValidator {
}
| 191 | 0.853403 | 0.853403 | 8 | 22.875 | 28.785576 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 15 |
e4e8f77a7f7445f761b97427551cf244e02b6e9e | 29,721,173,727,172 | 0bbada7f12bf181a6155adb4754985b1680d8096 | /hlu-master/taskman/taskman-api/src/main/java/com/globits/taskman/service/TaskFlowService.java | dba2d3cb3432878ad7a273fa532ab9e27d5b331d | [] | no_license | haiduong07137/hlu-master-angularJS | https://github.com/haiduong07137/hlu-master-angularJS | 173b30b50fa737ec2c46cf43a2ff8b8c168bad44 | 98d7fe3a6dc945f122b79d8e030bcf6716d05c98 | refs/heads/master | 2023-01-28T02:34:40.997000 | 2020-12-04T14:06:44 | 2020-12-04T14:06:44 | 318,525,604 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.globits.taskman.service;
import java.util.List;
import org.springframework.data.domain.Page;
import com.globits.core.service.GenericService;
import com.globits.taskman.domain.TaskFlow;
import com.globits.taskman.dto.TaskFlowDto;
public interface TaskFlowService extends GenericService<TaskFlow, Long> {
... | UTF-8 | Java | 664 | java | TaskFlowService.java | Java | [] | null | [] | package com.globits.taskman.service;
import java.util.List;
import org.springframework.data.domain.Page;
import com.globits.core.service.GenericService;
import com.globits.taskman.domain.TaskFlow;
import com.globits.taskman.dto.TaskFlowDto;
public interface TaskFlowService extends GenericService<TaskFlow, Long> {
... | 664 | 0.819277 | 0.819277 | 20 | 32.200001 | 23.43203 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.15 | false | false | 15 |
65ebb6f87a2df7a9eec7ff0638bfff5b76fce8b5 | 7,335,804,142,188 | 53d66b46e4cc076d182972c24f9782108f2448f5 | /src/main/java/com/usda/fmsc/geospatial/nmea41/SentenceFormats.java | 0be5289b054ec7f746deeac97e400bc6eb3ac440 | [] | no_license | FMSC-Measurements/FMSC-GeoSpatial | https://github.com/FMSC-Measurements/FMSC-GeoSpatial | a723527c12bbf39fdd631097b3de65e9f287c489 | 1fda5843fb6f4e3388be129df25f6a355051d4a0 | refs/heads/master | 2023-08-31T01:04:57.216000 | 2022-08-18T21:16:43 | 2022-08-18T21:16:43 | 51,477,097 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.usda.fmsc.geospatial.nmea41;
import org.joda.time.format.DateTimeFormat;
import org.joda.time.format.DateTimeFormatter;
public class SentenceFormats {
public static final DateTimeFormatter DateTimeFormatter = DateTimeFormat.forPattern("HHmmss.SSS ddMMYY");
public static final DateTimeFormatter Dat... | UTF-8 | Java | 584 | java | SentenceFormats.java | Java | [] | null | [] | package com.usda.fmsc.geospatial.nmea41;
import org.joda.time.format.DateTimeFormat;
import org.joda.time.format.DateTimeFormatter;
public class SentenceFormats {
public static final DateTimeFormatter DateTimeFormatter = DateTimeFormat.forPattern("HHmmss.SSS ddMMYY");
public static final DateTimeFormatter Dat... | 584 | 0.816781 | 0.813356 | 12 | 47.666668 | 42.581947 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 15 |
c88c91d783441bd1500e08a851a7bc28ae3c62a1 | 16,595,753,634,191 | 41939569391976e5df40a3986e833a849fbc3403 | /3-BinaryTreeAndDivideAndConquer/src/binaryTreeAndDivideConquer/MaximumDepthOfBinaryTree.java | ff3e3e8f49b107fe9b0d2febd7613c439a643fc8 | [] | no_license | lovelyllh/lintcode | https://github.com/lovelyllh/lintcode | a94328efd7e37f449d45f753b614acd190ec1ce2 | ab2e02bfeb3b12e830987fee48671e6277599a40 | refs/heads/master | 2021-01-10T21:11:51.258000 | 2015-10-30T20:09:00 | 2015-10-30T20:09:00 | 41,653,908 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package binaryTreeAndDivideConquer;
/*Maximum Depth of Binary Tree
question: http://www.lintcode.com/en/problem/maximum-depth-of-binary-tree/
answer: http://www.jiuzhang.com/solutions/maximum-depth-of-binary-tree/
Given a binary tree, find its maximum depth.
The maximum depth is the number of nodes along the longest pa... | UTF-8 | Java | 1,251 | java | MaximumDepthOfBinaryTree.java | Java | [] | null | [] | package binaryTreeAndDivideConquer;
/*Maximum Depth of Binary Tree
question: http://www.lintcode.com/en/problem/maximum-depth-of-binary-tree/
answer: http://www.jiuzhang.com/solutions/maximum-depth-of-binary-tree/
Given a binary tree, find its maximum depth.
The maximum depth is the number of nodes along the longest pa... | 1,251 | 0.698641 | 0.671463 | 50 | 24.02 | 21.46764 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 15 |
ea4bc7959eb379cbc71baf2cf443a6a8b4b2e5ab | 16,363,825,454,875 | 4c3fedbd07da995dafac7c77668cd447fcd42a88 | /app-erppy-model/src/main/java/py/com/erppy/model/base/Departamento.java | 4e4b9a11f5b9f85d5acaf931c99b2ebc477fb00f | [] | no_license | rorogarcete/ERP | https://github.com/rorogarcete/ERP | 6314e105b7dc636477874198e27549405c64a7bf | 5db349e9843b180a8392d841514e61cafe9cec72 | refs/heads/master | 2015-08-23T14:01:01.631000 | 2015-04-21T15:58:33 | 2015-04-21T15:58:33 | 34,333,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package py.com.erppy.model.base;
import javax.persistence.Basic;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
/**
* Entidad Departamento, cada objeto representa un registro de la respectiva tabla
* @author Rodrigo Garcete
... | UTF-8 | Java | 1,304 | java | Departamento.java | Java | [
{
"context": "enta un registro de la respectiva tabla\n * @author Rodrigo Garcete \n * @since 23/11/2013\n * Se ha utilizado JPA Proy",
"end": 317,
"score": 0.9998636841773987,
"start": 302,
"tag": "NAME",
"value": "Rodrigo Garcete"
}
] | null | [] | package py.com.erppy.model.base;
import javax.persistence.Basic;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
/**
* Entidad Departamento, cada objeto representa un registro de la respectiva tabla
* @author <NAME>
* @since ... | 1,295 | 0.717025 | 0.710123 | 65 | 19.076923 | 17.738535 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.046154 | false | false | 15 |
5bfe136a1f24ec705c402c7d640165d7524d863f | 7,370,163,909,727 | ac5fab606704d7c8fd70c07db6025d923e7ce424 | /src/tipo/Tipo.java | c3f2f29450f86f05c45af4d43e7b7f2fac9e4ebf | [] | no_license | aabarbosa/compiler | https://github.com/aabarbosa/compiler | 2ad6c8fd0fd1554fd4afe02437e75dc60f49f5ea | 13c92a95729b452381f66987ae590bd1181275a9 | refs/heads/master | 2020-03-30T17:06:50.046000 | 2018-12-04T23:13:43 | 2018-12-04T23:13:43 | 151,441,702 | 0 | 0 | null | false | 2018-11-03T14:40:25 | 2018-10-03T16:10:00 | 2018-10-24T11:41:04 | 2018-11-03T14:40:25 | 2,098 | 0 | 0 | 0 | Pascal | false | null | package tipo;
import java.util.HashMap;
public class Tipo {
public static final int CHAR = 1;
public static final int INTEGER = 2;
public static final int REAL = 3;
public static final int BOOLEAN = 4;
public static final int TIPO_VOID = 5;
public static final int ERRO = 6;
public static final int NOME = 7;... | UTF-8 | Java | 2,140 | java | Tipo.java | Java | [] | null | [] | package tipo;
import java.util.HashMap;
public class Tipo {
public static final int CHAR = 1;
public static final int INTEGER = 2;
public static final int REAL = 3;
public static final int BOOLEAN = 4;
public static final int TIPO_VOID = 5;
public static final int ERRO = 6;
public static final int NOME = 7;... | 2,140 | 0.653738 | 0.632243 | 81 | 25.419754 | 19.323027 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.395062 | false | false | 15 |
0c4002f8b27137301eef46f3079430e0036817bd | 32,512,902,459,292 | c87ea1d1e96d4d4f533aa517f6d5f6bb41dc7dab | /cluster/src/main/java/com/argo/cluster/app/AppNodeRegister.java | 006aee970ae7f1bea902f94c49a14d74f526ce86 | [
"Apache-2.0"
] | permissive | 343829084/argo | https://github.com/343829084/argo | 4055dc3bdade46e4f27768fd901d5c0985aad5e0 | 319e836d9daeb70742c1876af72f9345129dfdc7 | refs/heads/master | 2020-12-26T03:43:39.915000 | 2015-12-03T13:36:47 | 2015-12-03T13:36:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.argo.cluster.app;
import com.argo.core.ContextConfig;
import org.apache.zookeeper.CreateMode;
import org.apache.zookeeper.KeeperException;
import org.apache.zookeeper.WatchedEvent;
import com.argo.cluster.ZKClientBeanBase;
import com.argo.cluster.server.ZookeeperConfig;
/**
* 注册应用运行实例(如Jetty,Tomcat)
* ... | UTF-8 | Java | 1,313 | java | AppNodeRegister.java | Java | [
{
"context": "Config;\n\n/**\n * 注册应用运行实例(如Jetty,Tomcat)\n * @author yaming_deng\n *\n */\npublic class AppNodeRegister extends ZKCli",
"end": 339,
"score": 0.9988646507263184,
"start": 328,
"tag": "USERNAME",
"value": "yaming_deng"
}
] | null | [] | package com.argo.cluster.app;
import com.argo.core.ContextConfig;
import org.apache.zookeeper.CreateMode;
import org.apache.zookeeper.KeeperException;
import org.apache.zookeeper.WatchedEvent;
import com.argo.cluster.ZKClientBeanBase;
import com.argo.cluster.server.ZookeeperConfig;
/**
* 注册应用运行实例(如Jetty,Tomcat)
* ... | 1,313 | 0.744402 | 0.744402 | 44 | 28.431818 | 29.103575 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.409091 | false | false | 15 |
deac2c71e10977a178b169afa63736ed9fb2a605 | 25,503,515,868,550 | 66c594c11058d3c27fdf682e5504e5b4b19c7ac8 | /app/src/main/java/com/sinjvf/tetris/MainActivity.java | e02c34daf987dd154f88db353aad33295df5db69 | [] | no_license | Sinjvf/asTet | https://github.com/Sinjvf/asTet | 68667e1ef36e0dac8d81dd1ebfe64eaee6f9e80d | fabbaaa7395a93ae41d7a273ff829a602ff922aa | refs/heads/master | 2021-01-10T15:43:36.392000 | 2016-02-01T15:20:06 | 2016-02-01T15:20:06 | 48,169,763 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sinjvf.tetris;
import android.app.Activity;
import android.app.ActivityManager;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.content.C... | UTF-8 | Java | 5,259 | java | MainActivity.java | Java | [] | null | [] | package com.sinjvf.tetris;
import android.app.Activity;
import android.app.ActivityManager;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.content.C... | 5,259 | 0.618749 | 0.618559 | 125 | 41.080002 | 22.019482 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 15 |
6aab6baa815051c9263a1fe80f55b14946ce097e | 8,392,366,123,403 | 4ac1f13b0ae845739cea56a46b9cf4d512a7e02d | /Casa/src/main/Programma.java | c37ad07647cc7c65dde1848a8123924f9ede662d | [] | no_license | PieroVaghi/CorsoJava | https://github.com/PieroVaghi/CorsoJava | 207d6a2851199d4b2bfd8e19855eef00f8c8c259 | 67ffe33ceadb5103fdce4ea88ab2d053ea0cd685 | refs/heads/master | 2020-08-05T02:04:58.137000 | 2019-12-05T11:37:50 | 2019-12-05T11:37:50 | 212,356,801 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import entities.Stanza;
public class Programma {
public static void main(String[] args) {
// Qui dentro solo inserimento input
Stanza s1 = new Stanza();
s1.altezza = 6.0;
s1.base = 5.0;
s1.tipo = "Cucina";
// la "chiamata a funzioni"
// la stampa dell'output
System.out... | UTF-8 | Java | 362 | java | Programma.java | Java | [] | null | [] | package main;
import entities.Stanza;
public class Programma {
public static void main(String[] args) {
// Qui dentro solo inserimento input
Stanza s1 = new Stanza();
s1.altezza = 6.0;
s1.base = 5.0;
s1.tipo = "Cucina";
// la "chiamata a funzioni"
// la stampa dell'output
System.out... | 362 | 0.618785 | 0.593923 | 22 | 14.454545 | 14.227781 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.227273 | false | false | 15 |
3a66ab168c265f33219954bf529bc98d968923dc | 16,209,206,613,350 | e9d39747a5f602d6a73dc1e5e6a950cc2aace0be | /2016-jm-group-02-master/src/main/java/grupo2/tpAnual/Web/Models/SingletonDatosBusquedaRepository.java | 774c70d05be264ecc77da13da8f73e84df7bb9cf | [] | no_license | aailenm/tpDiseno | https://github.com/aailenm/tpDiseno | 54a527ae2c411d1534fc9ad7231d2c4f1f68cafc | 33ced92614a4b27479abf351eaf07fab77c8885e | refs/heads/master | 2019-03-20T17:10:46.405000 | 2018-03-05T23:28:10 | 2018-03-05T23:28:10 | 123,991,912 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package grupo2.tpAnual.Web.Models;
import java.time.LocalDate;
import java.time.LocalTime;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.uqbar.geodds.Point;
import org.uqbarproject.jpa.java8.extras.WithGlobalEntityManager;
import org.uqbarproject.jpa.java8.extras.test.Abstract... | UTF-8 | Java | 3,603 | java | SingletonDatosBusquedaRepository.java | Java | [] | null | [] | package grupo2.tpAnual.Web.Models;
import java.time.LocalDate;
import java.time.LocalTime;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.uqbar.geodds.Point;
import org.uqbarproject.jpa.java8.extras.WithGlobalEntityManager;
import org.uqbarproject.jpa.java8.extras.test.Abstract... | 3,603 | 0.754926 | 0.71718 | 98 | 35.765305 | 29.280069 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.77551 | false | false | 15 |
3c412cb05880e17b21105f5a5f58d5d6f918eb7e | 4,337,917,035,884 | a4b9bcf602647bf48a5412ad0f7d274b1bb147a9 | /chapter9/filters/TEST.java | 9394a11fde9325dd9acc196fc8d1b17aef58e65b | [] | no_license | huangketsudou/javalearning | https://github.com/huangketsudou/javalearning | 5680884584771b6c9a9fb1ba5838824cd0ebb550 | 6a5b751e50007702641d14588cb90c0ea0ca0f4c | refs/heads/master | 2022-11-10T14:50:08.716000 | 2020-06-25T09:12:02 | 2020-06-25T09:12:02 | 264,204,472 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter9.filters;
import chapter9.Applicator;
public class TEST {
public static void main(){
//Applicator.apply(new Filter(),'a');会报错
}
}
| UTF-8 | Java | 170 | java | TEST.java | Java | [] | null | [] | package chapter9.filters;
import chapter9.Applicator;
public class TEST {
public static void main(){
//Applicator.apply(new Filter(),'a');会报错
}
}
| 170 | 0.664634 | 0.652439 | 9 | 17.222221 | 15.900928 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 15 |
430050ebfaf550fd13403417262603bd21cbd354 | 15,290,083,610,703 | 1b0ef32e5f6e64699d503905b943f8ea02cfbbd1 | /src/servlets/ListeClients.java | f5a17590cd518999f0341bd52e9a78bc0a1a738c | [] | no_license | SangVUDINH/JPA_EclipseLink_espaceMembre | https://github.com/SangVUDINH/JPA_EclipseLink_espaceMembre | 491f0ddd94c9c9580a78995e52e84b59441895cb | a3abd6f3eb1be33df63e3e895f15258b5857ba11 | refs/heads/main | 2023-01-20T04:08:55.822000 | 2020-12-05T10:48:05 | 2020-12-05T10:48:05 | 318,763,117 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package servlets;
import static dao.DAOUtilitaire.listToMapClient;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import javax.ejb.EJB;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpSer... | ISO-8859-1 | Java | 1,979 | java | ListeClients.java | Java | [] | null | [] | package servlets;
import static dao.DAOUtilitaire.listToMapClient;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import javax.ejb.EJB;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpSer... | 1,979 | 0.694641 | 0.694135 | 65 | 29.430769 | 26.74263 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553846 | false | false | 15 |
0cfec559061f221d4cb963fae06c38043aa8e85b | 10,780,367,913,173 | 81e80c7e9cbcc37d0aa15fa14bfcb4a30fa4ed1d | /src/studentTransactions/SelectNotification.java | 74401bed83ddae25706738d4230e3ae07d419d69 | [] | no_license | ZMullins/Course-Register | https://github.com/ZMullins/Course-Register | b96666103651c78721755966ca3cf07a5b34d3ac | f480ed0d0d38f367a22ebc93e09ba8305af398d4 | refs/heads/master | 2020-03-08T16:06:27.025000 | 2018-04-09T21:33:44 | 2018-04-09T21:33:44 | 128,230,637 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package studentTransactions;
import authenticationServer.AuthenticationToken;
import customDatatypes.NotificationTypes;
import systemUsers.StudentModel;
import transaction.Transaction;
public class SelectNotification extends Transaction {
static {
type = "SelectNotification";
}
private NotificationTypes notifica... | UTF-8 | Java | 900 | java | SelectNotification.java | Java | [] | null | [] | package studentTransactions;
import authenticationServer.AuthenticationToken;
import customDatatypes.NotificationTypes;
import systemUsers.StudentModel;
import transaction.Transaction;
public class SelectNotification extends Transaction {
static {
type = "SelectNotification";
}
private NotificationTypes notifica... | 900 | 0.815556 | 0.815556 | 32 | 27.125 | 24.643394 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.46875 | false | false | 15 |
725b06f9b7661bc757e86cb08bea77999654a6d9 | 15,126,874,851,292 | 417764cdb4924c326d9e22d1e8595a11260fad10 | /gzzn-fgw-web/src/main/java/com/gzzn/fgw/action/BaseAction.java | 171266dc4136e07567bcff4c1af5d2f2a57b2831 | [] | no_license | amzhangam/gzzn-fgw-model | https://github.com/amzhangam/gzzn-fgw-model | b29a34708eec6c22d45e77e36b9616b5ae4c95c4 | 0af46e8acd019c16b5f6aefe72491077ad2fc3be | refs/heads/master | 2020-03-31T08:40:06.711000 | 2014-10-23T03:23:10 | 2014-10-23T03:23:10 | 25,617,297 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gzzn.fgw.action;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.Collection;
import java.util.Map;
import java.util.Map.Entry;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.h... | UTF-8 | Java | 11,774 | java | BaseAction.java | Java | [
{
"context": "eserved.</p>\r\n * <p>Company: ITDCL</p>\r\n * @author ChengZhi\r\n * @version 1.0<p>\r\n * 修改记录:<p>\r\n * 下面填写修改的内容以及修",
"end": 1481,
"score": 0.9997475743293762,
"start": 1473,
"tag": "NAME",
"value": "ChengZhi"
},
{
"context": "<p>\r\n * 下面填写修改的内容以及修改的日期\r\n * 1.2013... | null | [] | package com.gzzn.fgw.action;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.Collection;
import java.util.Map;
import java.util.Map.Entry;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.h... | 11,774 | 0.67457 | 0.667495 | 393 | 24.615776 | 24.101725 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.712468 | false | false | 15 |
65f21471357a77a544c0ee48c4d42f1c942e2dcf | 12,524,124,638,846 | 2da334be1eafa19edc319f4307822801685aab30 | /src/com/setsuna/nebula/action/ItemStoreAction.java | bf6147f5466029a6eb2b872c3c182684d7021ee5 | [
"Apache-2.0"
] | permissive | nebulaqueen/TraSuaBTXanhWeb | https://github.com/nebulaqueen/TraSuaBTXanhWeb | bd2306a9b513ab72a1cb91b0e1eace1fdf41b06a | 58c047ff3c5f605d6161e4dcdc27f059bc1712e1 | refs/heads/master | 2018-09-06T14:09:17.715000 | 2018-07-07T09:20:11 | 2018-07-07T09:20:11 | 108,752,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.setsuna.nebula.action;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import com.opensymphony.x... | UTF-8 | Java | 7,595 | java | ItemStoreAction.java | Java | [
{
"context": "* View list\r\n * Insert\r\n * Update\r\n * \r\n * @author MrTuan\r\n *\r\n */\r\npublic class ItemStoreAction extend",
"end": 855,
"score": 0.6773463487625122,
"start": 853,
"tag": "NAME",
"value": "Mr"
},
{
"context": "iew list\r\n * Insert\r\n * Update\r\n * \r\n * @... | null | [] | package com.setsuna.nebula.action;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import com.opensymphony.x... | 7,595 | 0.651231 | 0.646732 | 333 | 20.696697 | 22.218702 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.834835 | false | false | 15 |
014eadd327dcd181e6e635d7d49126e035c6c2a4 | 31,327,491,484,314 | 2af9bfc86b7ccbc5b34dfb35d6523f6d9108956b | /Ilovepooq/app/src/main/java/com/sh/ilovepooq/main/repository/MainRepository.java | fe41d6fa2999f451b6e9e887bee1b6d23017a698 | [] | no_license | oemilk/ilovepooq | https://github.com/oemilk/ilovepooq | 4c0b872ddc6e7da5463b9e8fddcfe41584dbe471 | b60d009be4797fe4ccb3807bdf9a679d5f809b12 | refs/heads/master | 2022-05-21T23:05:05.137000 | 2018-02-13T02:14:04 | 2018-02-13T02:14:04 | 57,479,974 | 5 | 2 | null | false | 2017-01-15T04:46:20 | 2016-05-01T04:13:05 | 2016-05-01T04:26:18 | 2017-01-15T04:46:19 | 90 | 0 | 2 | 0 | Java | null | null | package com.sh.ilovepooq.main.repository;
import com.sh.ilovepooq.main.MainGridContract;
import com.sh.ilovepooq.main.MainListContract;
import com.sh.ilovepooq.remote.HTMLParser;
import com.sh.ilovepooq.model.ContentInfoModel;
import java.util.List;
import io.reactivex.Single;
public class MainRepository implements... | UTF-8 | Java | 628 | java | MainRepository.java | Java | [] | null | [] | package com.sh.ilovepooq.main.repository;
import com.sh.ilovepooq.main.MainGridContract;
import com.sh.ilovepooq.main.MainListContract;
import com.sh.ilovepooq.remote.HTMLParser;
import com.sh.ilovepooq.model.ContentInfoModel;
import java.util.List;
import io.reactivex.Single;
public class MainRepository implements... | 628 | 0.767516 | 0.767516 | 25 | 24.120001 | 25.026897 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 15 |
a4300dc28010ab3ac88eac3ebb22a24cdb98a358 | 13,400,298,004,446 | 9f286bf910c28e02514c98accc3e92e0cea58bb9 | /src/cards/activators/VelitesParams.java | 65974d766634f25ca8b505f187c5b6970d35c45d | [] | no_license | Supalosa/RomaProject2911 | https://github.com/Supalosa/RomaProject2911 | 95846d95494b81453a02595d475889836fac8430 | 6ed4d7edf5b005b19a2be57532ed7465f5255f9a | refs/heads/master | 2020-04-06T07:10:32.328000 | 2012-05-22T03:58:57 | 2012-05-22T03:58:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cards.activators;
import java.util.ArrayList;
import java.util.List;
import cards.Card;
import roma.Game;
import roma.GameVisor;
public class VelitesParams extends CardParams {
private int battleDie;
private int positionToAttack;
private boolean valid;
public VelitesParams() {
valid = true;
}
... | UTF-8 | Java | 2,235 | java | VelitesParams.java | Java | [] | null | [] | package cards.activators;
import java.util.ArrayList;
import java.util.List;
import cards.Card;
import roma.Game;
import roma.GameVisor;
public class VelitesParams extends CardParams {
private int battleDie;
private int positionToAttack;
private boolean valid;
public VelitesParams() {
valid = true;
}
... | 2,235 | 0.66443 | 0.663087 | 121 | 17.471075 | 21.399805 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.553719 | false | false | 15 |
89953555065625b9b1a1355c2082344f3c840334 | 28,793,460,787,880 | e9b3dcc93f51e068862c1bc386b49b5d8c54c1cc | /src/main/java/de/melonigemelone/miktoyaapi/repository/lib/minecraft/holograms/HologramHandler.java | a75dd00b3983609ad097e0dc9ae42d48a0a23785 | [] | no_license | MelonigeMelone/MiktoyaAPI | https://github.com/MelonigeMelone/MiktoyaAPI | ddfdc76e492566d1278de5835945e2f6e40f4593 | 5ac4cbbfec817d75cdcd9dc71bb0c3c8b1dfc53c | refs/heads/master | 2023-03-20T10:02:12.258000 | 2021-01-21T06:13:35 | 2021-01-21T06:13:35 | 328,780,795 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.melonigemelone.miktoyaapi.repository.lib.minecraft.holograms;
import de.melonigemelone.miktoyaapi.repository.lib.configuration.yaml.YamlFileBuilder;
public class HologramHandler {
public void loadHologramsFromFile(String path, String file) {
YamlFileBuilder fb = new YamlFileBuilder(path, file)... | UTF-8 | Java | 764 | java | HologramHandler.java | Java | [] | null | [] | package de.melonigemelone.miktoyaapi.repository.lib.minecraft.holograms;
import de.melonigemelone.miktoyaapi.repository.lib.configuration.yaml.YamlFileBuilder;
public class HologramHandler {
public void loadHologramsFromFile(String path, String file) {
YamlFileBuilder fb = new YamlFileBuilder(path, file)... | 764 | 0.676702 | 0.676702 | 16 | 46.75 | 57.105713 | 235 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 15 |
400eb95899b6675b4d8fa4463683ef0ed90f765e | 21,251,498,219,892 | c0ff084bb7a82b1ac14303717b3e64b01d556074 | /java/android/nnstreamer/src/androidTest/java/org/nnsuite/nnstreamer/APITestTensorsInfo.java | 738c4b5dcaf2f890a09864e8c7a334ba97e875ca | [
"Apache-2.0"
] | permissive | wooksong/api | https://github.com/wooksong/api | b1d40c7927abc77c68a798c5d828a6e90d533adb | 66f31272694e203147907005cc67ac320d8125b5 | refs/heads/main | 2023-07-06T05:09:28.569000 | 2023-06-27T07:00:28 | 2023-06-27T07:03:53 | 341,819,071 | 0 | 0 | Apache-2.0 | true | 2023-04-19T05:14:15 | 2021-02-24T07:43:09 | 2023-03-29T01:13:04 | 2023-04-19T05:14:15 | 9,127 | 0 | 0 | 1 | C | false | false | package org.nnsuite.nnstreamer;
import android.support.test.runner.AndroidJUnit4;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Testcases for TensorsInfo.
*/
@RunWith(AndroidJUnit4.class)
public class APITestTensors... | UTF-8 | Java | 7,367 | java | APITestTensorsInfo.java | Java | [] | null | [] | package org.nnsuite.nnstreamer;
import android.support.test.runner.AndroidJUnit4;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Testcases for TensorsInfo.
*/
@RunWith(AndroidJUnit4.class)
public class APITestTensors... | 7,367 | 0.559658 | 0.531288 | 250 | 28.468 | 26.015091 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.88 | false | false | 15 |
ca1a39512d0c58dbd9454018082c486ed004c0dd | 22,960,895,224,901 | 2e75bb9159d01dc37bb00028d1dc3adffd968c66 | /demo/src/main/java/WorldCupFragment/LiveFragment.java | 7756d51fccaba09cb90ae3a41e1e29bbece05aa2 | [
"MIT"
] | permissive | Toqeer12/AndroidImageSlider-master | https://github.com/Toqeer12/AndroidImageSlider-master | 398cbb98dca9dd61eca0f134a41af9ea6df69fc6 | 0b4dd905078bb96ca4ad7e091aafcf457107e995 | refs/heads/master | 2020-05-26T02:45:41.715000 | 2017-03-14T19:12:54 | 2017-03-14T19:13:03 | 84,986,892 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package WorldCupFragment;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android... | UTF-8 | Java | 5,901 | java | LiveFragment.java | Java | [
{
"context": "ds;\nimport utilities.Constants;\n\n/**\n * Created by TOQEER on 9/16/2015.\n */\npublic class LiveFragment exten",
"end": 912,
"score": 0.9990798830986023,
"start": 906,
"tag": "USERNAME",
"value": "TOQEER"
}
] | null | [] | package WorldCupFragment;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android... | 5,901 | 0.5677 | 0.562786 | 198 | 28.80303 | 25.972141 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 15 |
b4e03903cbcf7d91fe9add6c77453c00c3768117 | 23,167,053,645,287 | f46ff4bba9fde2dbb615bac5b1762b79d39c3162 | /src/main/java/com/jason/base/system/dictionary/service/impl/DictionaryServiceImpl.java | ac9b466317a881c2df0d18706d98027c2bcf24f2 | [] | no_license | jason559han/jasonbase | https://github.com/jason559han/jasonbase | eecbd439fd5b1ac6eb07a1ccf5855d6b2e5056c7 | de7de800c6022afe25f848d34ac3c863ec790c7c | refs/heads/master | 2022-12-21T04:04:03.989000 | 2020-03-23T09:21:43 | 2020-03-23T09:21:43 | 248,912,609 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jason.base.system.dictionary.service.impl;
import com.jason.base.common.dao.BaseDao;
import com.jason.base.entity.SysDictData;
import com.jason.base.entity.SysDictType;
import com.jason.base.system.dictionary.service.DictionaryService;
import com.jason.base.tags.grid.JqGridConstants;
import com.jason.base.... | UTF-8 | Java | 4,190 | java | DictionaryServiceImpl.java | Java | [
{
"context": "ava.util.Map;\n\n/**\n * 字典信息维护 service 实例\n * @author jason558han\n * @date 2020/3/16 10:27 下午\n */\n@Transactional\n@S",
"end": 792,
"score": 0.9996852874755859,
"start": 781,
"tag": "USERNAME",
"value": "jason558han"
}
] | null | [] | package com.jason.base.system.dictionary.service.impl;
import com.jason.base.common.dao.BaseDao;
import com.jason.base.entity.SysDictData;
import com.jason.base.entity.SysDictType;
import com.jason.base.system.dictionary.service.DictionaryService;
import com.jason.base.tags.grid.JqGridConstants;
import com.jason.base.... | 4,190 | 0.689209 | 0.685611 | 109 | 37.256882 | 27.572891 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.623853 | false | false | 15 |
ebbe99579eca6e1ae6c4dd87f771730d4d152ec8 | 30,837,865,232,614 | 2d1d08a1fe201544767f0b3b01cad203de39d392 | /esercizi/esercizipearson/capitolo05/esercizio08/Starter.java | daa832a789f4966e20ff8095cd25f29f64d0b575 | [] | no_license | Arcun91/Eserciziario_Roberto | https://github.com/Arcun91/Eserciziario_Roberto | 3a0468d17ef029decabd926d90b7b67d7db2dc63 | 86629894b30cda58e630d18dc6ef1a4de4fbdcda | refs/heads/master | 2015-09-25T01:19:39.977000 | 2015-08-07T15:02:06 | 2015-08-07T15:02:06 | 39,126,076 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package esercizipearson.capitolo05.esercizio08;
import java.util.Scanner;
public class Starter {
public static void main(String[]args){
System.out.println("Benvenuto");
System.out.println("Inseriscimi un intero, ti dirò se è un numero primo");
Scanner keyboard = new Scanner(System.in);
int numero = keyb... | UTF-8 | Java | 707 | java | Starter.java | Java | [] | null | [] | package esercizipearson.capitolo05.esercizio08;
import java.util.Scanner;
public class Starter {
public static void main(String[]args){
System.out.println("Benvenuto");
System.out.println("Inseriscimi un intero, ti dirò se è un numero primo");
Scanner keyboard = new Scanner(System.in);
int numero = keyb... | 707 | 0.664765 | 0.656205 | 33 | 20.242424 | 23.922894 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.242424 | false | false | 15 |
376ce7e54c5a62cad18ff482e2848f3d861b457e | 4,947,802,372,567 | 2c163a81e601426da917b70764b76a90a681f054 | /ecom-web/src/main/java/com/dowhile/frontend/mapping/bean/AddressBean.java | 1b55b5b629e7fba928302c898ab2f763764d1620 | [] | no_license | yameenbashir/svapple | https://github.com/yameenbashir/svapple | a3f864e917d41394a5915fd076de8e31b453ae98 | dff4860db85eb8103683a49da591308b8afd6316 | refs/heads/master | 2022-12-27T07:41:51.454000 | 2021-04-28T07:43:51 | 2021-04-28T07:43:51 | 205,891,660 | 0 | 0 | null | false | 2022-12-16T02:42:20 | 2019-09-02T16:01:44 | 2021-04-28T07:44:00 | 2022-12-16T02:42:16 | 101,857 | 0 | 0 | 53 | JavaScript | false | false | /**
*
*/
package com.dowhile.frontend.mapping.bean;
/**
* @author Yameen Bashir
*
*/
public class AddressBean {
private String addressId;
private String supplierId;
private String customerId;
private String companyId;
private String addressType;
private String contactName;
private Str... | UTF-8 | Java | 10,049 | java | AddressBean.java | Java | [
{
"context": "owhile.frontend.mapping.bean;\r\n\r\n\r\n/**\r\n * @author Yameen Bashir\r\n *\r\n */\r\npublic class AddressBean {\r\n\t\r\n\tprivate",
"end": 92,
"score": 0.9998666644096375,
"start": 79,
"tag": "NAME",
"value": "Yameen Bashir"
},
{
"context": "pe;\r\n\tprivate String... | null | [] | /**
*
*/
package com.dowhile.frontend.mapping.bean;
/**
* @author <NAME>
*
*/
public class AddressBean {
private String addressId;
private String supplierId;
private String customerId;
private String companyId;
private String addressType;
private String contactName;
private String fir... | 10,042 | 0.648224 | 0.648224 | 480 | 18.935417 | 15.484737 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.508333 | false | false | 15 |
f22452a943bfdca0fdeb2806d6e0984ce735b957 | 32,847,909,921,918 | 13fcbf1ff5fb0e7cdb5ab48eabe2c0fc55c0a7d9 | /lab9/poddubka/bookstore-spring-boot/src/main/java/com/hillel/bookstorespringboot/dao/AuthorDao.java | 03da59b3e0af54f90157ec67ec970387b4475ad9 | [] | no_license | dinamio/hillel-javaee | https://github.com/dinamio/hillel-javaee | af69bf4412160ec948f43fbb8fc89ff126d2026e | f959b7c5ad5336129057104078c2171c53d18cb2 | refs/heads/master | 2021-08-28T15:03:37.249000 | 2017-12-11T08:51:53 | 2017-12-11T08:51:53 | 106,819,389 | 1 | 3 | null | false | 2017-12-12T14:25:04 | 2017-10-13T12:05:59 | 2017-11-14T10:09:31 | 2017-12-12T14:24:38 | 37,238 | 1 | 0 | 3 | CSS | false | null | package com.hillel.bookstorespringboot.dao;
import com.hillel.bookstorespringboot.model.Author;
import org.springframework.data.repository.CrudRepository;
import java.util.List;
public interface AuthorDao extends CrudRepository<Author, Integer> {
// List<Author> findAuthorsByAuthorName(List<Author> authorList);
... | UTF-8 | Java | 384 | java | AuthorDao.java | Java | [] | null | [] | package com.hillel.bookstorespringboot.dao;
import com.hillel.bookstorespringboot.model.Author;
import org.springframework.data.repository.CrudRepository;
import java.util.List;
public interface AuthorDao extends CrudRepository<Author, Integer> {
// List<Author> findAuthorsByAuthorName(List<Author> authorList);
... | 384 | 0.815104 | 0.815104 | 13 | 28.538462 | 28.499973 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 15 |
a0c4d78e9f46f71dd3af394a17ab203c3491dcbe | 180,388,671,395 | 40269eeb101a9b8f6c485cc5ce42d2ac866cde8b | /src/NewSoftValley/tu/_221_MaximalSquare.java | b11aeedcc2139ff07181c1dc895c1d93e3f8ef98 | [] | no_license | yutongjin/Leetcode | https://github.com/yutongjin/Leetcode | 92051807e401a6092a3be403b1c2166482b6f6bf | 53fe0e23fa41d7d8882227ba70812de62128b254 | refs/heads/master | 2020-03-18T22:36:36.845000 | 2018-08-15T00:51:16 | 2018-08-15T00:51:16 | 135,354,402 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package NewSoftValley.tu;
/**
* @Author : Yutong Jin
* @date : 8/10/18
* @Description :
*/
public class _221_MaximalSquare {
public int maximalSquare(char[][] matrix) {
if(matrix.length == 0 || matrix[0].length == 0)
return 0;
//找定义!!!!找转移方程!!!!
//dp[i][j] = Math.min(dp[i][j... | UTF-8 | Java | 1,197 | java | _221_MaximalSquare.java | Java | [
{
"context": "package NewSoftValley.tu;\n\n/**\n * @Author : Yutong Jin\n * @date : 8/10/18\n * @Description :\n */\npublic c",
"end": 54,
"score": 0.9998024702072144,
"start": 44,
"tag": "NAME",
"value": "Yutong Jin"
}
] | null | [] | package NewSoftValley.tu;
/**
* @Author : <NAME>
* @date : 8/10/18
* @Description :
*/
public class _221_MaximalSquare {
public int maximalSquare(char[][] matrix) {
if(matrix.length == 0 || matrix[0].length == 0)
return 0;
//找定义!!!!找转移方程!!!!
//dp[i][j] = Math.min(dp[i][j - 1... | 1,193 | 0.365665 | 0.340773 | 40 | 28.125 | 21.293411 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 15 |
885f972561003fbceff71a68de2308a98a1899cf | 927,712,986,264 | a1106e24930a469cff676495ab7ec31f51733b49 | /初/Test1.java | c92d6a8a8be2dc3c4b1e4bcaf32fa3be63188f27 | [] | no_license | mengsuliang/JAVA | https://github.com/mengsuliang/JAVA | 62dc7ed987303e9c60d66fa56d969855da6ac894 | 52780de6d243189d06ef6fb2ffb8a7de2cf4932f | refs/heads/master | 2020-06-10T01:17:23.674000 | 2020-05-11T09:35:51 | 2020-05-11T09:35:51 | 181,115,527 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bbo;
public class Test1 {
public static void main(String[]args) {
int a = 90;
int b = 90;
if(a==b || a>8) {System.out.println("ok1");}
b--;
if(a>b && a>45) {System.out.println("ok2");}
if(!(a<=b)) {System.out.println("ok3");}
}
}
| UTF-8 | Java | 254 | java | Test1.java | Java | [] | null | [] | package bbo;
public class Test1 {
public static void main(String[]args) {
int a = 90;
int b = 90;
if(a==b || a>8) {System.out.println("ok1");}
b--;
if(a>b && a>45) {System.out.println("ok2");}
if(!(a<=b)) {System.out.println("ok3");}
}
}
| 254 | 0.562992 | 0.519685 | 13 | 18.538462 | 17.653133 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.769231 | false | false | 15 |
39ec984bdac743da886dca849b8980695caac375 | 1,065,151,921,820 | 8dc71389a2296c83a15e57499aa1f1e427815e0b | /src/main/java/decodes/xml/XmlPlatformStatusDAO.java | 590d3a533f9387ddad6b7bd641626fc50ebb502a | [
"Apache-2.0"
] | permissive | opendcs/opendcs | https://github.com/opendcs/opendcs | b2a216e0a10b0e09bd6edfc575ea0667bf830db9 | 8ee9e05bbfc1f556d70c2db1d5003070f4d5635c | refs/heads/master | 2023-08-18T20:19:56.906000 | 2023-08-09T21:01:43 | 2023-08-09T21:01:43 | 20,228,381 | 28 | 22 | Apache-2.0 | false | 2023-09-14T19:49:06 | 2014-05-27T17:16:15 | 2023-08-29T14:42:31 | 2023-09-14T19:49:05 | 153,681 | 23 | 21 | 98 | Java | false | false | package decodes.xml;
import ilex.util.Logger;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import org.xml.sax.SAXException;
import decodes.db.DatabaseObject;
import decodes.db.PlatformStatus;
import decodes.sql.DbKey;
import decodes.tsdb.DbIoException;
import opendcs.dai.PlatformStat... | UTF-8 | Java | 2,661 | java | XmlPlatformStatusDAO.java | Java | [] | null | [] | package decodes.xml;
import ilex.util.Logger;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import org.xml.sax.SAXException;
import decodes.db.DatabaseObject;
import decodes.db.PlatformStatus;
import decodes.sql.DbKey;
import decodes.tsdb.DbIoException;
import opendcs.dai.PlatformStat... | 2,661 | 0.681699 | 0.681699 | 117 | 21.743589 | 24.222668 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.188034 | false | false | 15 |
002d4ebe8cf10e04c05bedf766027ce00df0b098 | 1,924,145,368,449 | 4bbfa242353fe0485fb2a1f75fdd749c7ee05adc | /ims-core/framework/com/ailk/openbilling/persistence/imsintf/entity/ProductSeqItemList.java | eba40d22a65220faa79c6510d7afff62fe3c2458 | [] | no_license | 859162000/infosystem | https://github.com/859162000/infosystem | 88b23a5b386600503ec49b14f3b4da4df7a6d091 | 96d4d50cd9964e713bb95520d6eeb7e4aa32c930 | refs/heads/master | 2021-01-20T04:39:24.383000 | 2017-04-01T10:59:24 | 2017-04-01T10:59:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ailk.openbilling.persistence.imsintf.entity;
import javax.persistence.Entity;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAccessType;
import org.apache.commons.lang.ObjectUtils;
... | UTF-8 | Java | 1,279 | java | ProductSeqItemList.java | Java | [] | null | [] | package com.ailk.openbilling.persistence.imsintf.entity;
import javax.persistence.Entity;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAccessType;
import org.apache.commons.lang.ObjectUtils;
... | 1,279 | 0.795934 | 0.793589 | 47 | 26.234043 | 22.378002 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 15 |
528e215fb2486c7c80ed88a32e39a4e3fd4b9f23 | 27,230,092,708,735 | 9f76e8317eb5723e35d46837fdadd3d04d5240be | /LeetCode Questions/RotateImage.java | 2fa4b7c131abdfcd4b16a2b1a3622c2198d31380 | [] | no_license | LingFZhou/LeetCode-questions | https://github.com/LingFZhou/LeetCode-questions | 05e34e0d9eeee1bfca77725deb138aa261394a14 | 4be85927bee17feba44453ad072a1890f5505a14 | refs/heads/master | 2021-01-25T06:29:31.654000 | 2017-06-07T00:54:03 | 2017-06-07T00:54:03 | 93,575,822 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //2017-3-30
public class RotateImage {
public void rotate(int[][] matrix) {
int n = matrix.length-1;
for(int i = 0; i < n; i++){
for(int j = i; j< n-i; j++){
int lefttop = matrix[i][j];
int righttop = matrix[j][n-i];
int rightbottom = matrix[n-i][n-j];
int lef... | UTF-8 | Java | 940 | java | RotateImage.java | Java | [] | null | [] | //2017-3-30
public class RotateImage {
public void rotate(int[][] matrix) {
int n = matrix.length-1;
for(int i = 0; i < n; i++){
for(int j = i; j< n-i; j++){
int lefttop = matrix[i][j];
int righttop = matrix[j][n-i];
int rightbottom = matrix[n-i][n-j];
int lef... | 940 | 0.470213 | 0.432979 | 35 | 25.828571 | 14.047849 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.771429 | false | false | 15 |
e819e41d3744154010955c8c9591cb71aecf266a | 28,681,791,618,831 | 0bde5f7f09aa537ed1f4828d4e5ebee66475918f | /h2o-core/src/main/java/water/rapids/Query.java | cf50ce90617b83512f7f7010e4088bf038c0d009 | [
"Apache-2.0"
] | permissive | Winfredemalx54/h2o-3 | https://github.com/Winfredemalx54/h2o-3 | d69f1c07e1f5d2540cb0ce5e6073415fa0780d32 | dfb163c82ff3bfa6f88cdf02465a9bb4c8189cb7 | refs/heads/master | 2022-12-14T08:59:04.109000 | 2020-09-23T08:36:59 | 2020-09-23T08:36:59 | 297,947,978 | 2 | 0 | Apache-2.0 | true | 2020-09-23T11:28:54 | 2020-09-23T11:28:54 | 2020-09-23T10:37:34 | 2020-09-23T09:28:30 | 487,156 | 0 | 0 | 0 | null | false | false | package water.rapids;
import water.H2O;
import water.MRTask;
import water.fvec.Chunk;
import water.util.AtomicUtils;
// Now find groups ...
// Find group sizes when we know the number of groups ...
// long groups[][] = new long[256][]; // at most MAXVEC groups per radix, currently
//// new helper class A extend ... | UTF-8 | Java | 4,936 | java | Query.java | Java | [] | null | [] | package water.rapids;
import water.H2O;
import water.MRTask;
import water.fvec.Chunk;
import water.util.AtomicUtils;
// Now find groups ...
// Find group sizes when we know the number of groups ...
// long groups[][] = new long[256][]; // at most MAXVEC groups per radix, currently
//// new helper class A extend ... | 4,936 | 0.578404 | 0.554295 | 143 | 33.517483 | 34.376331 | 174 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.895105 | false | false | 15 |
a8759ca98009e51bb2cb86e6977022471d007331 | 29,016,799,121,665 | 7c646abb88e786356b2616e14b75940244e408a6 | /src/org/cadbox/j2d/scale/CadDrawingEngine.java | e62446e50259ac26c9e57ca0b883c9ef6c5823da | [] | no_license | shaiknoorahamed/Psi-Cad | https://github.com/shaiknoorahamed/Psi-Cad | dbbc6d4dc57f835beddc563eb3a9164403edfe05 | f62749a8a09d0d15f27dd5d035cc6fcc24a8383a | refs/heads/master | 2016-09-01T20:25:22.194000 | 2014-04-16T01:07:53 | 2014-04-16T01:07:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* 1: */ package org.cadbox.j2d.scale;
/* 2: */
/* 3: */ import java.awt.BasicStroke;
/* 4: */ import java.awt.Color;
/* 5: */ import java.awt.Graphics2D;
/* 6: */ import java.awt.Stroke;
/* 7: */ import java.awt.event.KeyEvent;
/* 8: */ import java.awt.ev... | UTF-8 | Java | 60,413 | java | CadDrawingEngine.java | Java | [
{
"context": "2: */ }\r\n\r\n\r\r\n/* Location: C:\\Users\\kul_mut\\Downloads\\CADBox.2D-1.0.0\\CADBox.2D\\CADBox.2D.jar",
"end": 60261,
"score": 0.9993135929107666,
"start": 60254,
"tag": "USERNAME",
"value": "kul_mut"
}
] | null | [] | /* 1: */ package org.cadbox.j2d.scale;
/* 2: */
/* 3: */ import java.awt.BasicStroke;
/* 4: */ import java.awt.Color;
/* 5: */ import java.awt.Graphics2D;
/* 6: */ import java.awt.Stroke;
/* 7: */ import java.awt.event.KeyEvent;
/* 8: */ import java.awt.ev... | 60,413 | 0.505438 | 0.401553 | 1,202 | 48.265392 | 33.716549 | 215 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.819468 | false | false | 15 |
71f34d4e4cb882473baf3b101fed99e7bb3f5422 | 31,447,750,591,931 | cf08c0b1e0c1dac9d752b91493c15b8336cb731e | /TranskribusDictionaries/src/main/java/eu/transkribus/languageresources/util/SimpleDictFileHandler.java | 6ee7c0fc6e58dc832e518cb7299c5a62b008ba21 | [] | no_license | Transkribus/TranskribusLanguageResources | https://github.com/Transkribus/TranskribusLanguageResources | fd79af74f989486c3c7c326a665143117ae4d10e | dfd3bac075f610e77189203dad06fedf44c3fc94 | refs/heads/master | 2021-01-20T20:39:22.630000 | 2020-02-11T10:29:16 | 2020-02-11T10:29:16 | 61,701,487 | 1 | 2 | null | false | 2020-10-13T06:40:35 | 2016-06-22T08:17:34 | 2020-02-11T10:29:22 | 2020-10-13T06:40:34 | 37,476 | 1 | 2 | 3 | Java | false | false | /*
* 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 eu.transkribus.languageresources.util;
import eu.transkribus.interfaces.IEntry;
import eu.transkribus.languageresources.dictio... | UTF-8 | Java | 3,391 | java | SimpleDictFileHandler.java | Java | [
{
"context": "l.Locale;\nimport java.util.Map;\n\n/**\n *\n * @author max\n */\npublic class SimpleDictFileHandler\n{\n\n pub",
"end": 899,
"score": 0.5490244030952454,
"start": 896,
"tag": "NAME",
"value": "max"
}
] | 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 eu.transkribus.languageresources.util;
import eu.transkribus.interfaces.IEntry;
import eu.transkribus.languageresources.dictio... | 3,391 | 0.628428 | 0.625184 | 111 | 29.549549 | 29.106434 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594595 | false | false | 15 |
9ec5192dd62cbf6038bb456e1fedcba936fe7217 | 17,566,416,279,598 | de066f4cf88407feac9d2bd1fd487e589b7b02cc | /resrfullTest/src/main/java/core/controller/TestController.java | 5bda381981a2963effb7a33cb40e79fd1c137d0b | [] | no_license | Tumama/SpringBoot-Mybatis-Mysql-Seed-Project | https://github.com/Tumama/SpringBoot-Mybatis-Mysql-Seed-Project | 035b11303ef6ffcf8a396d40ca2998ea4baf8dba | 8c2d07675df6c6d22ceadee13f68e95ec408418d | refs/heads/master | 2021-05-07T18:54:04.654000 | 2017-11-03T07:14:34 | 2017-11-03T07:14:34 | 108,813,390 | 0 | 1 | null | false | 2017-10-30T09:40:11 | 2017-10-30T06:56:32 | 2017-10-30T07:01:16 | 2017-10-30T09:40:11 | 12,715 | 0 | 1 | 0 | HTML | false | null | package core.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/v1/test")
... | UTF-8 | Java | 1,135 | java | TestController.java | Java | [] | null | [] | package core.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/v1/test")
... | 1,135 | 0.723348 | 0.7163 | 34 | 32.382355 | 32.92506 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 15 |
13e1a8cb287a769b7bd3850f4b9cb9de0e657279 | 2,491,081,055,643 | 283178c39268e0c723d91f00a6a63ec89534778c | /current/load/src/main/java/org/regendb/load/experiment/model/RnaSegmentSample.java | c329f328163196389777d9b0a3ebec404fb0d4b2 | [] | no_license | mdibl/regendb_loader | https://github.com/mdibl/regendb_loader | 332774d93299f6de6547bbf8a3923eec9e5ffcd6 | 96ec5de2d792a76de49779eb3a3a455830d421ba | refs/heads/master | 2019-08-30T21:49:21.842000 | 2018-12-17T22:05:53 | 2018-12-17T22:05:53 | 97,877,321 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright MDI Biological Laboratory
*/
package org.regendb.load.experiment.model;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
impor... | UTF-8 | Java | 3,545 | java | RnaSegmentSample.java | Java | [
{
"context": " between a Sample and an RNASegment.\n *\n * @author Michael C Rosenstein\n * @version $Id: RnaSegmentSample.java 712 2014-0",
"end": 477,
"score": 0.9995545148849487,
"start": 457,
"tag": "NAME",
"value": "Michael C Rosenstein"
}
] | null | [] | /*
* Copyright MDI Biological Laboratory
*/
package org.regendb.load.experiment.model;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
impor... | 3,531 | 0.612976 | 0.605924 | 128 | 26.695313 | 22.402761 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.335938 | false | false | 15 |
c53d036f4a5137d5ea0fddb983076fd286cbec8b | 22,574,348,144,580 | 26e3ac3ccf64b914b751e66993af69a0a7037b56 | /app/src/main/java/com/example/android/popularmovies2/ux/FavoritesCursorAdapter.java | 5001c439ad98214cf0093fd6164052d5d61a76ee | [
"MIT"
] | permissive | emanuele78/android-tmdb-client | https://github.com/emanuele78/android-tmdb-client | eeb37716319ca97efd9130023bec06d724480c37 | 0cffbff7bb916e8a506f0213d222059f2997e40e | refs/heads/master | 2021-04-06T17:56:17.028000 | 2019-05-16T10:02:49 | 2019-05-16T10:02:49 | 125,377,004 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.android.popularmovies2.ux;
import android.content.Context;
import android.database.Cursor;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
im... | UTF-8 | Java | 4,152 | java | FavoritesCursorAdapter.java | Java | [
{
"context": "armovies2.network.NetworkUtils;\n\n/**\n * Created by Emanuele on 13/03/2018.\n */\npublic class FavoritesCursorAd",
"end": 524,
"score": 0.8871496319770813,
"start": 516,
"tag": "USERNAME",
"value": "Emanuele"
}
] | null | [] | package com.example.android.popularmovies2.ux;
import android.content.Context;
import android.database.Cursor;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
im... | 4,152 | 0.669557 | 0.666185 | 111 | 36.405407 | 27.641977 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594595 | false | false | 15 |
c6ca60836db0bc71f0e360f24cad5d941a752dd3 | 19,224,273,639,327 | 9d7a8345845e53843958263c75b618eef83327f1 | /MetaDataManagement/REST-Scheduler/src/main/java/edu/kit/dama/rest/scheduler/service/impl/SchedulerRestService.java | 92e7a30afc9e385b75a9c8119bf7681c031dafd2 | [
"Apache-2.0"
] | permissive | kit-data-manager/base | https://github.com/kit-data-manager/base | 39f543b2b7824ebc2cd92f46366f7d4b82e44895 | 3420af44035768f5111ea9f279b285ac0e22633a | refs/heads/master | 2021-07-18T07:40:27.960000 | 2020-06-16T05:30:20 | 2020-06-16T05:30:20 | 41,793,596 | 3 | 4 | Apache-2.0 | false | 2020-07-01T20:55:08 | 2015-09-02T09:52:14 | 2020-06-16T05:30:23 | 2020-07-01T20:55:07 | 21,701 | 3 | 2 | 5 | Java | false | false | /*
* Copyright 2015 Karlsruhe Institute of Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | UTF-8 | Java | 15,095 | java | SchedulerRestService.java | Java | [
{
"context": "il.Date;\nimport java.util.List;\n\n/**\n *\n * @author wq7203\n */\n@Path(\"/\")\npublic final class SchedulerRestSe",
"end": 1715,
"score": 0.9995827078819275,
"start": 1709,
"tag": "USERNAME",
"value": "wq7203"
},
{
"context": "UNAUTHORIZED);\n }\n\n tr... | null | [] | /*
* Copyright 2015 Karlsruhe Institute of Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 15,095 | 0.708314 | 0.707188 | 362 | 40.698895 | 42.349121 | 221 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.737569 | false | false | 15 |
1ad753dd15b0a42af9955c54c9ab349fd678a0f2 | 32,057,635,921,270 | b11c78cde3fc597229e9815cf35fb63628af01ea | /allopathy-app-User-Management/src/main/java/com/allopathy/management/data/model/MaterialMedica.java | 4a3c17db6174033eefc780f2f29cfb3e824783c9 | [] | no_license | RahulSurana123/Project-allopathy-app | https://github.com/RahulSurana123/Project-allopathy-app | 7d26eec12f1350e6387ab05fc1b39ed872f69198 | d4b84fc93f421356ebdc960d937ea88e3f7f1c6d | refs/heads/master | 2023-06-26T16:18:47.674000 | 2021-07-24T02:05:18 | 2021-07-24T02:05:18 | 387,650,731 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.allopathy.management.data.model;
import java.util.UUID;
import com.allopathy.management.constant.ClassIdConstants;
import lombok.Data;
@Data
public class MaterialMedica {
public MaterialMedica() {
super();
}
public MaterialMedica(String id, String medicalId, Repertory mind,
Repertory head, Rep... | UTF-8 | Java | 2,582 | java | MaterialMedica.java | Java | [] | null | [] | package com.allopathy.management.data.model;
import java.util.UUID;
import com.allopathy.management.constant.ClassIdConstants;
import lombok.Data;
@Data
public class MaterialMedica {
public MaterialMedica() {
super();
}
public MaterialMedica(String id, String medicalId, Repertory mind,
Repertory head, Rep... | 2,582 | 0.726569 | 0.718823 | 133 | 18.413534 | 17.695473 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.112782 | false | false | 15 |
730c94c077cca0d666662fa440cf9b78c98690f3 | 29,265,907,180,738 | c17017451a432059cb337cd909e8138e44db3c02 | /Task_0424/김예슬/BOJ_G3_16637_괄호추가하기.java | fe9583873007d1f2df71f6c60ac424b43e036858 | [] | no_license | AlgoStudy14/task | https://github.com/AlgoStudy14/task | 0ccc26d28cd539d22c0e88fa107ce0d92ec0e290 | e93ac6e2625233e2e92c89384d32ce5e67f3f3ff | refs/heads/main | 2023-08-29T09:38:32.459000 | 2021-10-02T00:16:12 | 2021-10-02T00:16:12 | 337,013,584 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algo0417;
import java.io.BufferedReader;
import java.io.InputStreamReader;
/***
* <문제 요약>
* 구해야 하는 것 : 괄호를 적절히 추가해 만들 수 있는 식의 결과의 최댓값 출력
* 제약 사항: 중첩괄호 사용 불가, 괄호 안에는 연산자 하나만!
* 문제 유형 : subset, dfs 사용
* <풀이법 요약>
* 0. numbers: 피연산자, op: 연산자
* 1. 괄호 사용O, 괄호 사용X 나눠서 dfs
* 1-1. depth는 연산자의 인덱스... | UTF-8 | Java | 1,993 | java | BOJ_G3_16637_괄호추가하기.java | Java | [] | null | [] | package algo0417;
import java.io.BufferedReader;
import java.io.InputStreamReader;
/***
* <문제 요약>
* 구해야 하는 것 : 괄호를 적절히 추가해 만들 수 있는 식의 결과의 최댓값 출력
* 제약 사항: 중첩괄호 사용 불가, 괄호 안에는 연산자 하나만!
* 문제 유형 : subset, dfs 사용
* <풀이법 요약>
* 0. numbers: 피연산자, op: 연산자
* 1. 괄호 사용O, 괄호 사용X 나눠서 dfs
* 1-1. depth는 연산자의 인덱스... | 1,993 | 0.522415 | 0.497908 | 71 | 21.563381 | 18.766716 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.774648 | false | false | 15 |
0f56238333d7799969f13cf8df41261b9966da19 | 31,275,951,873,293 | adf6d273ade3c8971133b3a4c2d4bdca7d8fda13 | /Mystatus_change.java | 432c0a63fb471914f250a38626a23b5ed136d11a | [] | no_license | Kimura-san/racook | https://github.com/Kimura-san/racook | 87ab74d607a92cf8eea63599d135b10951346041 | cb20e854d94a77b1a6031ab9b50824f378734ff7 | refs/heads/main | 2023-05-04T18:37:10.650000 | 2021-05-24T06:34:02 | 2021-05-24T06:34:02 | 370,245,684 | 0 | 0 | null | false | 2021-05-24T06:14:30 | 2021-05-24T06:06:47 | 2021-05-24T06:11:55 | 2021-05-24T06:14:29 | 0 | 0 | 0 | 0 | Java | false | false | package com.sample.racook;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.google.firebase.database.DatabaseReference;
import com.google.firebase.database.FirebaseDatabase;
import... | UTF-8 | Java | 3,218 | java | Mystatus_change.java | Java | [] | null | [] | package com.sample.racook;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.google.firebase.database.DatabaseReference;
import com.google.firebase.database.FirebaseDatabase;
import... | 3,218 | 0.64149 | 0.636705 | 81 | 34.148148 | 32.633812 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.506173 | false | false | 15 |
e77d3d11bd04b1b6a4871ea70f2e7dc77bc8d0d5 | 11,115,375,394,480 | b8abcb055c899387ab2751a284719da710c57611 | /msrc/core/com/collabrr/adk/api/annonymous/impl/ShareApplicationToAnonymousCollabrrUserJobHandler.java | 96d8e5b1407fe63022d2dc4481a655f77df9bddd | [] | no_license | ganeshdevp/PW | https://github.com/ganeshdevp/PW | bf92d2434e15eb1e6596c9cdf1154569e0462801 | d7065b36d095e7ca9d2679aa9a96db3dc9b8260f | refs/heads/master | 2021-01-01T06:56:02.239000 | 2017-07-18T03:44:46 | 2017-07-18T03:44:46 | 97,549,729 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.collabrr.adk.api.annonymous.impl;
import org.apache.commons.lang.exception.ExceptionUtils;
import com.collabrr.adk.spi.annonymous.CollabrrAnnonymousConstants.Permission;
import com.vg.pw.exceptions.DocExException;
import com.vg.pw.hbase.store.entity.urrolecontext.URRoleContext;
import com.vg.pw.hbase.util... | UTF-8 | Java | 3,191 | java | ShareApplicationToAnonymousCollabrrUserJobHandler.java | Java | [] | null | [] | package com.collabrr.adk.api.annonymous.impl;
import org.apache.commons.lang.exception.ExceptionUtils;
import com.collabrr.adk.spi.annonymous.CollabrrAnnonymousConstants.Permission;
import com.vg.pw.exceptions.DocExException;
import com.vg.pw.hbase.store.entity.urrolecontext.URRoleContext;
import com.vg.pw.hbase.util... | 3,191 | 0.756189 | 0.756189 | 83 | 37.445782 | 41.711647 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.807229 | false | false | 15 |
7fd346837eb39033a64455ee09857df4c4220c21 | 26,242,250,237,474 | f8ea01347f28b0059ad0446a72bd1cdb6fab2f45 | /src/main/java/com/pochka15/funfics/services/funfics/FunficRatingService.java | e1125a0f780b06ebf8d5108d06cdef60875ac354 | [] | no_license | pochka15/funfics | https://github.com/pochka15/funfics | 2bf64d69a116cafadd4d61a1d802fc2d9f04ad6d | b6e3273ef787e870501a871a655b06b0f8e2846b | refs/heads/master | 2023-04-03T14:35:39.549000 | 2021-04-24T18:13:49 | 2021-04-24T18:13:49 | 342,191,179 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pochka15.funfics.services.funfics;
import com.pochka15.funfics.dto.form.RateFunficForm;
import com.pochka15.funfics.dto.funfic.FunficWithRatingDto;
import com.pochka15.funfics.exceptions.UserCannotRateFunfic;
import com.pochka15.funfics.exceptions.UserNotFound;
import java.util.List;
public interface Fun... | UTF-8 | Java | 1,060 | java | FunficRatingService.java | Java | [
{
"context": "m funficId id if the funfic\n * @param username username which gave the\n * @return <b>true</b> if there is n",
"end": 424,
"score": 0.9742553234100342,
"start": 410,
"tag": "USERNAME",
"value": "username which"
}
] | null | [] | package com.pochka15.funfics.services.funfics;
import com.pochka15.funfics.dto.form.RateFunficForm;
import com.pochka15.funfics.dto.funfic.FunficWithRatingDto;
import com.pochka15.funfics.exceptions.UserCannotRateFunfic;
import com.pochka15.funfics.exceptions.UserNotFound;
import java.util.List;
public interface Fun... | 1,060 | 0.740566 | 0.731132 | 30 | 34.333332 | 32.488289 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 15 |
24a1cdaa9d30ed077f2d8d631e59cb895d8023d0 | 24,352,464,597,368 | e12b0eae81e7dbaeebd80d749f0764830ce29827 | /Test.java | d987469bbc75e8cce2ef0cbe41e3d8105889f2e2 | [] | no_license | LenguajesRestrepoUN/Proyecto | https://github.com/LenguajesRestrepoUN/Proyecto | 3dca4f1fa14b6a49bd92762fa769b586f4f3cd43 | 5faa76602453869cc062d942bb0ff7513266ceb8 | refs/heads/master | 2021-01-01T04:04:59.834000 | 2016-06-01T19:39:41 | 2016-06-01T19:39:41 | 58,587,433 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.awt.*;
public class Test {
public JFrame frame;
public JFrame frame2;
public JFrame frame3;
public Test(){
frame = new JFrame("Console");
frame.setSize(800, 800);
//frame2 = new JFrame("Console 2");
//frame2.setSize(600, 500);
... | UTF-8 | Java | 3,612 | java | Test.java | Java | [] | null | [] | import javax.swing.*;
import java.awt.*;
public class Test {
public JFrame frame;
public JFrame frame2;
public JFrame frame3;
public Test(){
frame = new JFrame("Console");
frame.setSize(800, 800);
//frame2 = new JFrame("Console 2");
//frame2.setSize(600, 500);
... | 3,612 | 0.643215 | 0.613737 | 110 | 31.690908 | 25.121431 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.763636 | false | false | 15 |
b43b43dba6493870fb1e9418e4163fccbed969e7 | 8,486,855,417,476 | a78b9aadc6374f5f76b4739a968295982d1622e1 | /app/src/main/java/in/dc297/mqttclpro/MessageActivity.java | cb62aca0f53d8d01886fcdaf16673a5150d02b92 | [
"MIT"
] | permissive | mathisdt/mqttclpro | https://github.com/mathisdt/mqttclpro | 33d6dfb6e7773aa8aab25a8dae2d82176f0713c6 | a4519e77e5865d5a23f7deee1e69177fb712e7a4 | refs/heads/master | 2021-01-26T07:48:40.190000 | 2017-11-10T19:50:03 | 2017-11-10T19:50:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package in.dc297.mqttclpro;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import andr... | UTF-8 | Java | 3,073 | java | MessageActivity.java | Java | [] | null | [] | package in.dc297.mqttclpro;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import andr... | 3,073 | 0.672958 | 0.669053 | 81 | 36.938271 | 27.785486 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.814815 | false | false | 15 |
dd358bac987d3604f952d82c444915628de02076 | 32,856,499,832,664 | 23c73165b9067f74cf3b08f9b030643f7e636a36 | /src/evolution/multi/NSGA2Selector.java | 9f00b71c687df45ae7f8ca9d8d4746431a071acf | [
"MIT"
] | permissive | supovic1/evaTeaching | https://github.com/supovic1/evaTeaching | f12e17ee8ed0019a99c395052bfb5abe0baa006d | 417c845a06f9f0aa4042039d9b8aff9ee75fa851 | refs/heads/master | 2020-05-15T12:38:54.834000 | 2019-04-22T08:21:55 | 2019-04-22T08:21:55 | 182,272,614 | 0 | 0 | MIT | false | 2019-04-19T21:32:54 | 2019-04-19T13:56:49 | 2019-04-19T14:02:39 | 2019-04-19T21:32:53 | 252 | 0 | 0 | 0 | Java | false | false | package evolution.multi;
import evolution.Population;
import evolution.individuals.Individual;
import evolution.individuals.MultiRealIndividual;
import evolution.selectors.Selector;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
/**
* Implementation of the NSGA-II selection.
... | UTF-8 | Java | 1,651 | java | NSGA2Selector.java | Java | [] | null | [] | package evolution.multi;
import evolution.Population;
import evolution.individuals.Individual;
import evolution.individuals.MultiRealIndividual;
import evolution.selectors.Selector;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
/**
* Implementation of the NSGA-II selection.
... | 1,651 | 0.589945 | 0.575409 | 62 | 25.629032 | 25.023365 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 15 |
96a3d93662a1a3a9a80ea276313f1d37687dd4d1 | 8,040,178,796,226 | 889f5fb3650d22a03799c915f92603f90d0b1827 | /app/src/main/java/com/brunaLopes/appchat/servidor/MensagemListener.java | 9d6faa9d269f94c2e804fca4560b875ad373051a | [] | no_license | brunalopesd/android-AppChat | https://github.com/brunalopesd/android-AppChat | 00c6b0bb79375ded0276b6800ae628080b09ab8e | 4c9050db8c20c3a36f1457a49f9f35801ca9bb84 | refs/heads/master | 2023-04-04T01:19:56.837000 | 2021-04-12T00:07:39 | 2021-04-12T00:07:39 | 357,007,938 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.brunaLopes.appchat.servidor;
import java.util.List;
public interface MensagemListener {
void onListaDeUsuariosChegando(List<String> usuarios);
void onMensagemChegando(String remetente, String texto);
void onMensagemDeErroChegando(String motivo);
} | UTF-8 | Java | 275 | java | MensagemListener.java | Java | [] | null | [] | package com.brunaLopes.appchat.servidor;
import java.util.List;
public interface MensagemListener {
void onListaDeUsuariosChegando(List<String> usuarios);
void onMensagemChegando(String remetente, String texto);
void onMensagemDeErroChegando(String motivo);
} | 275 | 0.796364 | 0.796364 | 11 | 24.09091 | 23.914448 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 15 |
cdb795ae9900aa919303f03bd8a1935f25f97121 | 29,394,756,177,697 | 5bed415d089c063a4bd9861f88fec7a39574553c | /app/src/main/java/mobile/bts/com/viefund/Entities/PlanInfo.java | fb7cd9d63a3d8a7135fe19d10f0b0ee43ad5c2ba | [] | no_license | NDTChan/VIEFUND | https://github.com/NDTChan/VIEFUND | 56d12103db73415359f1e49bc68c6cd8feeca623 | fb8ada518227ae85300229aac5434e1eef0798e0 | refs/heads/master | 2020-04-13T12:04:58.019000 | 2018-12-26T15:21:42 | 2018-12-26T15:21:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mobile.bts.com.viefund.Entities;
import com.j256.ormlite.dao.Dao;
import com.j256.ormlite.field.DatabaseField;
import com.j256.ormlite.stmt.PreparedQuery;
import com.j256.ormlite.stmt.QueryBuilder;
import com.j256.ormlite.table.DatabaseTable;
import java.util.List;
/**
* BT Company
* Created by Administrat... | UTF-8 | Java | 2,430 | java | PlanInfo.java | Java | [] | null | [] | package mobile.bts.com.viefund.Entities;
import com.j256.ormlite.dao.Dao;
import com.j256.ormlite.field.DatabaseField;
import com.j256.ormlite.stmt.PreparedQuery;
import com.j256.ormlite.stmt.QueryBuilder;
import com.j256.ormlite.table.DatabaseTable;
import java.util.List;
/**
* BT Company
* Created by Administrat... | 2,430 | 0.660082 | 0.651029 | 92 | 25.413044 | 24.486088 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 15 |
cfdbb72e31093cefde707ac79bfdedcca74b258b | 4,681,514,373,680 | bb03ec07e1e9d2db61cbf149443181623ad9eee2 | /fuse-dv/fuse-dv-core/src/main/java/com/yangdb/fuse/executor/opensearch/logging/LoggingActionListener.java | 8891e5abf279517d7d6cc621b35e1da7c56268bb | [
"Apache-2.0"
] | permissive | YANG-DB/yang-db | https://github.com/YANG-DB/yang-db | 9d00c7749f4b6c78eca28976e2325951c7b08808 | e662ca6c4c6aff46c556b44604e02503dacca843 | refs/heads/dev-opensearch | 2023-08-12T01:56:51.539000 | 2023-08-01T03:45:21 | 2023-08-01T03:45:21 | 177,745,239 | 108 | 5 | Apache-2.0 | false | 2023-07-12T18:08:02 | 2019-03-26T08:29:02 | 2023-05-26T02:41:24 | 2023-07-12T18:08:01 | 183,803 | 98 | 5 | 28 | Java | false | false | package com.yangdb.fuse.executor.opensearch.logging;
/*-
* #%L
* fuse-dv-core
* %%
* Copyright (C) 2016 - 2019 The YangDb Graph Database Project
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of t... | UTF-8 | Java | 3,962 | java | LoggingActionListener.java | Java | [
{
"context": "rt java.util.function.Function;\n\n/**\n * Created by roman.margolis on 14/12/2017.\n */\npublic class LoggingActionList",
"end": 1011,
"score": 0.9710593223571777,
"start": 997,
"tag": "NAME",
"value": "roman.margolis"
}
] | null | [] | package com.yangdb.fuse.executor.opensearch.logging;
/*-
* #%L
* fuse-dv-core
* %%
* Copyright (C) 2016 - 2019 The YangDb Graph Database Project
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of t... | 3,962 | 0.678698 | 0.67365 | 113 | 34.061947 | 26.26963 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566372 | false | false | 15 |
093c96675ff54932ca053898bbdd16065b5526b2 | 11,802,570,144,506 | 41e476124ab9d766d9b5cba5b1c1a789bd681bab | /src/com/company/Rectangle.java | 6a3ab1771dc76e8b853c5b5315afa03d77711f95 | [] | no_license | adaubenspeck/Pair_Programming | https://github.com/adaubenspeck/Pair_Programming | a655302d94d6e860448bffd3e071da2ceced9fce | 737555766a6723f6433697a8b4589f23a0dd3941 | refs/heads/master | 2021-01-11T03:49:15.770000 | 2016-10-19T18:24:06 | 2016-10-19T18:24:06 | 71,386,853 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
/**
* Created by ad110 on 10/19/16.
*/
public class Rectangle {
public double length;
public double width;
public double area;
public double perimeter;
public Rectangle(double x ,double y){
length = x;
width = y;
}
public double Area(){
area =... | UTF-8 | Java | 467 | java | Rectangle.java | Java | [
{
"context": "package com.company;\n\n/**\n * Created by ad110 on 10/19/16.\n */\npublic class Rectangle {\n pub",
"end": 45,
"score": 0.99950110912323,
"start": 40,
"tag": "USERNAME",
"value": "ad110"
}
] | null | [] | package com.company;
/**
* Created by ad110 on 10/19/16.
*/
public class Rectangle {
public double length;
public double width;
public double area;
public double perimeter;
public Rectangle(double x ,double y){
length = x;
width = y;
}
public double Area(){
area =... | 467 | 0.569593 | 0.546039 | 25 | 17.68 | 12.767835 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 15 |
61a0755beb7925e0e3958d5d4fa41589c4dfad85 | 12,953,621,380,518 | 758ed734445b946d5f468fae90753cb89487c2b4 | /src/test/java/driver/com/repositoryTests/SponsorCRUDTest.java | 71b4ebe5e04bc3771f684729a883c0a67288c257 | [] | no_license | EdddieSims/DriverStandings | https://github.com/EdddieSims/DriverStandings | 38f03ca7bac37a231dc494baed28f7c974f6ac0c | 8d9892b9e9de539ee1bd2794f0a1b922315e4360 | refs/heads/master | 2020-12-08T01:37:25.621000 | 2016-09-02T16:40:49 | 2016-09-02T16:40:49 | 66,271,429 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package driver.com.repositoryTests;
import driver.com.App;
import driver.com.conf.factory.SponsorFactory;
import driver.com.domain.Sponsor;
import driver.com.repositories.SponsorRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.SpringApplicationConfiguratio... | UTF-8 | Java | 1,765 | java | SponsorCRUDTest.java | Java | [
{
"context": "rt org.testng.annotations.Test;\n\n/**\n * Created by Edmund.Simons on 2016/08/10.\n */\n@SpringApplicationConfiguratio",
"end": 537,
"score": 0.9996805787086487,
"start": 524,
"tag": "NAME",
"value": "Edmund.Simons"
},
{
"context": "{\n sponsor = SponsorFactory.... | null | [] | package driver.com.repositoryTests;
import driver.com.App;
import driver.com.conf.factory.SponsorFactory;
import driver.com.domain.Sponsor;
import driver.com.repositories.SponsorRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.SpringApplicationConfiguratio... | 1,760 | 0.721813 | 0.715581 | 61 | 27.934425 | 26.133245 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459016 | false | false | 15 |
eee97c13793fecbf0b3824fe8ea4231075c7f6d4 | 12,833,362,293,346 | b31062d3f0d0098b39f82223d348f00314283de5 | /src/main/java/com/example/excelProj/Repository/JobPaginationRepository.java | adf7df1c4f3fa10b5479e7853a2d059ebc02b0e6 | [] | no_license | ibushah/Job-Portal-Backend | https://github.com/ibushah/Job-Portal-Backend | a596e0d263cd11a32e525e4a7a064f39b8acac46 | 5dc1369ee53ed93e6b215c187cb115fb354d27e3 | refs/heads/master | 2022-07-01T02:22:54.542000 | 2020-11-06T17:35:10 | 2020-11-06T17:35:10 | 247,836,760 | 0 | 1 | null | false | 2022-05-25T23:23:37 | 2020-03-16T23:30:05 | 2020-11-06T17:36:24 | 2022-05-25T23:23:36 | 43,825 | 0 | 1 | 3 | JavaScript | false | false | package com.example.excelProj.Repository;
import com.example.excelProj.Model.Job;
//import jdk.nashorn.internal.scripts.JO;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.Pagi... | UTF-8 | Java | 683 | java | JobPaginationRepository.java | Java | [
{
"context": "riable;\n\nimport java.util.List;\n\n/**\n * Created by Rehan on 3/22/2020.\n */\n@Repository\npublic interface J",
"end": 559,
"score": 0.8269046545028687,
"start": 554,
"tag": "USERNAME",
"value": "Rehan"
}
] | null | [] | package com.example.excelProj.Repository;
import com.example.excelProj.Model.Job;
//import jdk.nashorn.internal.scripts.JO;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.Pagi... | 683 | 0.828697 | 0.818448 | 23 | 28.695652 | 26.540264 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 15 |
28ee040a1c88001e11785524121b78e49d819045 | 4,853,313,049,920 | d6cfec44c1f3dadade1ebf63fa74d9ed5aef3c3b | /employeRestWS/src/main/java/com/demo/emp/controller/EmployeeController.java | efb82ab862b8664f6b4225676ffef3b76f5d99ca | [] | no_license | Taher1985/employeRestWS | https://github.com/Taher1985/employeRestWS | 542f087eab0aa59046a45cd2e0aaea2d0b06cade | 62920f91c915b92656fa030613933efb8c784b88 | refs/heads/master | 2020-04-22T00:13:06.408000 | 2019-02-10T14:04:43 | 2019-02-10T14:04:43 | 169,971,512 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.emp.controller;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annot... | UTF-8 | Java | 3,315 | java | EmployeeController.java | Java | [] | null | [] | package com.demo.emp.controller;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annot... | 3,315 | 0.78371 | 0.782805 | 72 | 44.041668 | 32.472397 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.638889 | false | false | 1 |
a254a941688bf759c00260ba24aa1a189ed8d9c3 | 5,119,601,024,570 | a6c1654f36486efc91989ccd09d9ef5088200667 | /server-learning/src/main/java/com/server/learning/security/SecurityFilter.java | 41e96944b6ff0c0cf198d649e4b542b07ffeb5f5 | [] | no_license | yosuawilly/latihanTapestry | https://github.com/yosuawilly/latihanTapestry | 521f69fc807bc7a35b31ae5dd4ec692e4ac7e8a5 | c1723917d1c6ec5bf1681135bf2758347f3dce99 | refs/heads/master | 2020-05-04T21:53:05.790000 | 2014-07-04T10:07:11 | 2014-07-04T10:07:11 | 19,565,301 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.server.learning.security;
import java.io.IOException;
import org.apache.tapestry5.Link;
import org.apache.tapestry5.runtime.Component;
import org.apache.tapestry5.services.ComponentEventRequestParameters;
import org.apache.tapestry5.services.ComponentRequestFilter;
import org.apache.tapestry5.serv... | UTF-8 | Java | 2,967 | java | SecurityFilter.java | Java | [] | null | [] | package com.server.learning.security;
import java.io.IOException;
import org.apache.tapestry5.Link;
import org.apache.tapestry5.runtime.Component;
import org.apache.tapestry5.services.ComponentEventRequestParameters;
import org.apache.tapestry5.services.ComponentRequestFilter;
import org.apache.tapestry5.serv... | 2,967 | 0.793057 | 0.789349 | 82 | 34.182926 | 26.903227 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.865854 | false | false | 1 |
0b7a376f4eab0d9f59fc659903ab14adde7ee716 | 8,246,337,213,183 | efe7b37995773f0e6821a796d66e9c60c6ba1a28 | /家庭记账本系统/webfinalexam后台/webfinalexam/src/test/java/com/finalexam/webfinalexam/dao/FamilyMemberDaoTest.java | ddfe5cca918cd4bb1cbc00a47353aef300bff72d | [] | no_license | HuirongZhang/JavaWeb | https://github.com/HuirongZhang/JavaWeb | 5fd87f2cb5df06edc24ae9b8eabb373f301a230b | 80cf49b73769b845a4a3f3c86ab2aece6a5e3fb5 | refs/heads/master | 2020-03-11T12:40:29.506000 | 2019-09-25T01:54:03 | 2019-09-25T01:54:03 | 130,003,841 | 0 | 0 | null | false | 2020-04-02T04:11:30 | 2018-04-18T04:29:41 | 2019-09-25T01:54:06 | 2020-04-02T04:11:30 | 24,588 | 0 | 0 | 0 | Java | false | false | package com.finalexam.webfinalexam.dao;
import com.finalexam.webfinalexam.entity.FamilyMember;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springfr... | UTF-8 | Java | 1,942 | java | FamilyMemberDaoTest.java | Java | [
{
"context": "queryFamilyMemberById(2,1);\n assertEquals(\"小明\",familyMember.getMemberName());\n }\n\n @Test\n",
"end": 927,
"score": 0.9980377554893494,
"start": 925,
"tag": "NAME",
"value": "小明"
},
{
"context": "tFamilyId(2);\n familyMember.setMemberName(\"大白\")... | null | [] | package com.finalexam.webfinalexam.dao;
import com.finalexam.webfinalexam.entity.FamilyMember;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springfr... | 1,942 | 0.718361 | 0.70695 | 65 | 28.676924 | 22.647879 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584615 | false | false | 1 |
46fbeae7cafb51278ee0e56223e59dc68a0bc2d9 | 14,955,076,130,596 | 99bf31f4c9d5c2f483eb0af074d7afb5f61f90f0 | /src/main/java/VerPublicacionesUI.java | ad4b091339fb5fba035ab4d0cf5ca6a2ad4a2f7c | [] | no_license | Neury0102/clientefinalweb | https://github.com/Neury0102/clientefinalweb | f45fd0ee4a3889a326785dad9ff3ddd0f1fc2f91 | a35f5c1f290f9e138b728fa8ef9f4aeefc57137f | refs/heads/master | 2021-01-19T04:13:41.431000 | 2016-07-21T19:05:06 | 2016-07-21T19:05:06 | 63,811,994 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by saleta on 7/21/2016.
*/
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import java.io.IOException;
public class VerPublicacionesUI extends JFrame {
Cliente c = new Cliente();
Cliente.PublicacionInfo[] publicaciones = c.getPub... | UTF-8 | Java | 1,931 | java | VerPublicacionesUI.java | Java | [
{
"context": "/**\n * Created by saleta on 7/21/2016.\n */\nimport javax.swing.*;\nimport ja",
"end": 24,
"score": 0.9871827363967896,
"start": 18,
"tag": "USERNAME",
"value": "saleta"
}
] | null | [] | /**
* Created by saleta on 7/21/2016.
*/
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import java.io.IOException;
public class VerPublicacionesUI extends JFrame {
Cliente c = new Cliente();
Cliente.PublicacionInfo[] publicaciones = c.getPub... | 1,931 | 0.649922 | 0.623511 | 50 | 37.619999 | 25.667793 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.84 | false | false | 1 |
7e5358e377ef228d6d78cdcbdd02daabf1978301 | 32,126,355,381,065 | 73f69976ebead45996c2e12436466052f761adfb | /login/src/main/java/com/gongw/login/LoginService.java | 4266a0c069f67eaba66e8eb033012f57890c65bf | [] | no_license | GSIL-Monitor/WMail | https://github.com/GSIL-Monitor/WMail | 6fb39d40c16fa600a20a87eed203d5b4799e7378 | da4db85672e9f8072346a077b4fc7e69ac282a13 | refs/heads/master | 2020-04-19T08:23:36.036000 | 2018-10-16T14:07:47 | 2018-10-16T14:07:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gongw.login;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import com.alibaba.android.arouter.facade.annotation.Route;
import com.gongw.router.provider.ILoginProvider;
/**
* Created by gongw on 2018/7/10.
*/
@Route(path = ILoginProvider.ROUTER_PATH_TO_LOGI... | UTF-8 | Java | 636 | java | LoginService.java | Java | [
{
"context": "router.provider.ILoginProvider;\n\n/**\n * Created by gongw on 2018/7/10.\n */\n\n@Route(path = ILoginProvider.R",
"end": 252,
"score": 0.999683141708374,
"start": 247,
"tag": "USERNAME",
"value": "gongw"
}
] | null | [] | package com.gongw.login;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import com.alibaba.android.arouter.facade.annotation.Route;
import com.gongw.router.provider.ILoginProvider;
/**
* Created by gongw on 2018/7/10.
*/
@Route(path = ILoginProvider.ROUTER_PATH_TO_LOGI... | 636 | 0.737421 | 0.726415 | 27 | 22.555555 | 23.268694 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 1 |
df8e26ef83f40a0f6097718de014210b1e46aedb | 10,943,576,683,651 | 29aa17ddb82b55f940018906147de21471d0faf7 | /jwd-task01-template/src/main/java/by/tc/task02/service/client/AddingClientService.java | 1bd79eafe164faf678005609f489c752b53a06a6 | [] | no_license | MikhailNavitski/Task2 | https://github.com/MikhailNavitski/Task2 | c4bd6df2814d3c7ebf865582224b7af0a0ef9479 | 1048e59f02d5956b490ae8bed0fb383d04f83d5c | refs/heads/master | 2021-09-06T09:10:25.583000 | 2018-02-04T20:30:10 | 2018-02-04T20:30:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.tc.task02.service.client;
import by.tc.task02.entity.Renter;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class AddingClientService {
public static Renter createRenter() throws IOException {
Renter renter = new Renter();
BufferedR... | UTF-8 | Java | 590 | java | AddingClientService.java | Java | [] | null | [] | package by.tc.task02.service.client;
import by.tc.task02.entity.Renter;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class AddingClientService {
public static Renter createRenter() throws IOException {
Renter renter = new Renter();
BufferedR... | 590 | 0.704861 | 0.696181 | 20 | 27.799999 | 21.816507 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 1 |
d543c9e05be8ac23ff9f7c03f9d8f6c0ec07a73d | 26,096,221,303,558 | 30ad19c2eaab9f595f9977f22135934a98f0e270 | /src/main/java/dataStructures/sets/WeightedIntervalScheduling.java | b55a2baa7783d460f1fa5b2aaf7381564a81cfb5 | [] | no_license | pedrohfsd/dataStructures | https://github.com/pedrohfsd/dataStructures | 256cd6c5cedd618df89b5e01f1846b34ca1c9a29 | c5fef267d1d08426719a28bc6c8dacd997a7ac43 | refs/heads/master | 2016-06-04T23:39:21.695000 | 2015-10-19T19:16:33 | 2015-10-19T19:16:33 | 43,705,984 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dataStructures.sets;
public class WeightedIntervalScheduling {
public static double findMaximumCost(SchedulableFacade facade){
double[] cache = WeightedIntervalScheduling.buildCache(facade.getMinStartTime(), facade.getMaxEndTime());
return doFindMaximumCost(cache, facade, facade.getMaxEndTime());
... | UTF-8 | Java | 1,573 | java | WeightedIntervalScheduling.java | Java | [] | null | [] | package dataStructures.sets;
public class WeightedIntervalScheduling {
public static double findMaximumCost(SchedulableFacade facade){
double[] cache = WeightedIntervalScheduling.buildCache(facade.getMinStartTime(), facade.getMaxEndTime());
return doFindMaximumCost(cache, facade, facade.getMaxEndTime());
... | 1,573 | 0.725366 | 0.720915 | 45 | 32.955555 | 30.97953 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.266667 | false | false | 1 |
848205056a05fd7e125e751ff2e3a4d276352687 | 14,525,579,411,741 | 1c4baa143d3022c14f436b3dfca38fd7d299d4d3 | /src/main/java/jp/co/flect/heroku/platformapi/model/AccountFeature.java | 743b35a80cbb691ee0c546ec8de490b5bad572bf | [
"MIT"
] | permissive | mateusz-fiolka/heroku-platform-api | https://github.com/mateusz-fiolka/heroku-platform-api | 8a402f0ee277dcb35843a220d767c4e1f68e7200 | 8188f855f60f966ab331224ee3e9f19a1681dd79 | refs/heads/master | 2018-05-13T02:28:26.845000 | 2015-12-17T13:34:04 | 2015-12-17T13:34:04 | 48,161,545 | 0 | 1 | null | true | 2015-12-17T08:18:01 | 2015-12-17T08:17:58 | 2015-12-17T08:17:59 | 2014-03-26T02:25:47 | 336 | 0 | 0 | 0 | Java | null | null | package jp.co.flect.heroku.platformapi.model;
import java.util.Map;
public class AccountFeature extends Feature {
public AccountFeature() {
super();
}
public AccountFeature(Map<String, Object> map) {
super(map);
}
}
| UTF-8 | Java | 232 | java | AccountFeature.java | Java | [] | null | [] | package jp.co.flect.heroku.platformapi.model;
import java.util.Map;
public class AccountFeature extends Feature {
public AccountFeature() {
super();
}
public AccountFeature(Map<String, Object> map) {
super(map);
}
}
| 232 | 0.711207 | 0.711207 | 15 | 14.466666 | 17.719543 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.066667 | false | false | 1 |
c371e2a88b42c2958c22b7694501cd93a4ee84dd | 28,793,460,765,277 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/23/23_c66fd1fb132d6eea4cb8245282adc4862467b9a7/GenericElectric/23_c66fd1fb132d6eea4cb8245282adc4862467b9a7_GenericElectric_s.java | b8f4d04ceba872d6a7a99f5cdcd0e88a4671ce59 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package assets.tacotek.Items;
import ic2.api.item.ElectricItem;
import ic2.api.item.IElectricItem;
import java.util.List;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import assets.taco... | UTF-8 | Java | 2,588 | java | 23_c66fd1fb132d6eea4cb8245282adc4862467b9a7_GenericElectric_s.java | Java | [] | null | [] | package assets.tacotek.Items;
import ic2.api.item.ElectricItem;
import ic2.api.item.IElectricItem;
import java.util.List;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import assets.taco... | 2,588 | 0.703246 | 0.69204 | 95 | 26.231579 | 24.395191 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.473684 | false | false | 1 |
8b4322b615b518537ce6c4f36191d9a4a2e8bdf6 | 24,902,220,398,814 | 36eb8971247ddc846c650400f5499d8f06e70ca4 | /domain/src/main/java/com/example/android/domain/entity/company/Company.java | ad138076e473305641b02800e2339487ea009479 | [] | no_license | RomanNikonovich/sudries_2 | https://github.com/RomanNikonovich/sudries_2 | 490c7ccb01e00b35d76f22a7f04b4fb7f7c8b664 | 87c036a5cddee5c0441a83b9f6e7b3a935d72400 | refs/heads/master | 2020-03-14T11:49:22.412000 | 2018-04-30T13:17:41 | 2018-04-30T13:17:41 | 131,597,761 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.android.domain.entity.company;
import java.util.ArrayList;
import java.util.List;
public class Company {
private String name = null, location = null;
private int baseSalary = 0;
private List<Employee> employees = new ArrayList<>();
@Override
public String toString() {
... | UTF-8 | Java | 1,769 | java | Company.java | Java | [] | null | [] | package com.example.android.domain.entity.company;
import java.util.ArrayList;
import java.util.List;
public class Company {
private String name = null, location = null;
private int baseSalary = 0;
private List<Employee> employees = new ArrayList<>();
@Override
public String toString() {
... | 1,769 | 0.569813 | 0.566987 | 70 | 24.285715 | 22.810488 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.414286 | false | false | 1 |
749af290104648a8a769cffcf96d8028a527d511 | 24,850,680,795,521 | 6ceab086aae653e1bc1651ec18230e7a846804a5 | /src/main/java/net/ftlines/css/scoper/wicket/WicketPanelMarkupTransformer.java | 5b4880109aa2365855310b4b0f8d724d378996a9 | [] | no_license | 42Lines/wicket-css-scope | https://github.com/42Lines/wicket-css-scope | 57b868742dd01f6dcd1674c4d3ae5eb57ba138ae | 9465a259844de7c8de295642009ab6aa3f8411eb | refs/heads/master | 2023-09-04T20:01:52.059000 | 2022-09-02T10:48:24 | 2022-09-02T10:48:24 | 236,817,477 | 2 | 0 | null | false | 2023-08-15T17:43:36 | 2020-01-28T19:09:31 | 2022-09-02T10:48:27 | 2022-09-02T10:48:32 | 110 | 2 | 0 | 1 | Java | false | false | package net.ftlines.css.scoper.wicket;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
import net.ftlines.css.scoper.PanelizedMarkupTransformer;
import net.ftlines.css.scoper.ScopedFragmentResult;
public class WicketPanelMarkupTransformer implements PanelizedMarkupTransform... | UTF-8 | Java | 2,049 | java | WicketPanelMarkupTransformer.java | Java | [] | null | [] | package net.ftlines.css.scoper.wicket;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
import net.ftlines.css.scoper.PanelizedMarkupTransformer;
import net.ftlines.css.scoper.ScopedFragmentResult;
public class WicketPanelMarkupTransformer implements PanelizedMarkupTransform... | 2,049 | 0.730112 | 0.729136 | 70 | 28.271429 | 25.843441 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.7 | false | false | 1 |
8355658ad4cadd3802cf776239246786f8283a16 | 38,671,885,547,359 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/13/13_5f82f80a6f263030b313e9e0991c5aba2decccd8/XmlDatabase/13_5f82f80a6f263030b313e9e0991c5aba2decccd8_XmlDatabase_t.java | 0191da7112b3c6f4b77cf1b3d70b5f9431cb3b9f | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package net.canarymod.database.xml;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.nio.charset.Charset;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import net.canary... | UTF-8 | Java | 26,318 | java | 13_5f82f80a6f263030b313e9e0991c5aba2decccd8_XmlDatabase_t.java | Java | [] | null | [] | package net.canarymod.database.xml;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.nio.charset.Charset;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import net.canary... | 26,318 | 0.540163 | 0.539289 | 692 | 37.030346 | 31.532127 | 275 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.539017 | false | false | 1 |
f95a40e0194ab65c500d1d36c9a99f8279e49f1f | 28,149,215,681,516 | 754549de022bb11d4f68a958ac3c55040a406c09 | /com.bcs.core/src/main/java/com/bcs/core/db/repository/UserTraceLogRepository.java | 710cf7153e8d2015e4b219d534cbd53aecd19a29 | [] | no_license | michaelchou-XtremeApp/TaishinRose | https://github.com/michaelchou-XtremeApp/TaishinRose | 10ab5d32ebe96ea63504942c94d283d2f5f1df9c | af6fa0bd354576b0b9ed7b47ffa8b0e2cd2308f4 | refs/heads/develop-LDAP | 2020-07-28T15:38:13.930000 | 2019-09-19T03:15:12 | 2019-09-19T03:15:12 | 209,452,564 | 0 | 0 | null | false | 2019-11-13T12:10:55 | 2019-09-19T03:14:18 | 2019-09-19T03:17:19 | 2019-11-13T12:10:54 | 13,935 | 0 | 0 | 1 | Java | false | false | package com.bcs.core.db.repository;
import java.util.List;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.Query;
import org.springframework.transaction.annotation.Transactional;
import com.bcs.core.db.entity.UserTraceLog;
i... | UTF-8 | Java | 4,885 | java | UserTraceLogRepository.java | Java | [] | null | [] | package com.bcs.core.db.repository;
import java.util.List;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.Query;
import org.springframework.transaction.annotation.Transactional;
import com.bcs.core.db.entity.UserTraceLog;
i... | 4,885 | 0.721187 | 0.707267 | 94 | 50.968086 | 42.819378 | 190 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.829787 | false | false | 1 |
36ab9b1fa866016efb8dba8bf03d118e2cd6d303 | 22,746,146,819,672 | 2df43674e622051bb5d0e75e235c79f9cf0303eb | /app/src/main/java/tk/andrekunde/catalogoprodutos/MainActivity.java | f967961a8e1d5b282421214b4f213582ddb8037a | [] | no_license | alkunde/catalogo_produtos | https://github.com/alkunde/catalogo_produtos | 0cb47807bbaaff31b10c9d19107fb23b37bbaed4 | 2c3a3ebc0520e22117000c1d06f16cf9a70ac44c | refs/heads/master | 2018-12-31T08:37:19.003000 | 2016-08-04T01:03:49 | 2016-08-04T01:03:49 | 64,433,262 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tk.andrekunde.catalogoprodutos;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.provider.Settings;
import android.support.design.widget.Snackbar;
import android.support.v4.wi... | UTF-8 | Java | 8,176 | java | MainActivity.java | Java | [
{
"context": " String url = \"https://gist.githubusercontent.com/ronanrodrigo/b95b75cfddc6b1cb601d7f806859e1dc/raw/dc973df65664",
"end": 6257,
"score": 0.9997227787971497,
"start": 6245,
"tag": "USERNAME",
"value": "ronanrodrigo"
}
] | null | [] | package tk.andrekunde.catalogoprodutos;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.provider.Settings;
import android.support.design.widget.Snackbar;
import android.support.v4.wi... | 8,176 | 0.656105 | 0.649743 | 199 | 40.080402 | 31.375559 | 163 | false | false | 0 | 0 | 0 | 0 | 103 | 0.012601 | 0.688442 | false | false | 1 |
5a8f8cdee6d94af74543e24da933929ce9254483 | 25,907,242,749,883 | 71384ec058397e1e5837883aae6b7853710560c4 | /src/eu/detuks/iden/results/RetMethodIdent.java | b2bdb27ece85e7f0e445893d5323dfe84e86be5c | [] | no_license | detuks/DeIdentifier | https://github.com/detuks/DeIdentifier | bf887c6ac036797ea74dd4dc300025b8476627c0 | 17819861e38f0796ff82d954578566fcf8de05a3 | refs/heads/master | 2020-12-24T16:49:19.405000 | 2013-04-28T09:24:58 | 2013-04-28T09:24:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eu.detuks.iden.results;
import java.util.ArrayList;
public class RetMethodIdent {
public String name;
public String equals;
public int proc;
public ArrayList<RetFieldIdent> fields = new ArrayList<RetFieldIdent>();
public RetMethodIdent(String name,
String equals,
int proc,
ArrayList<RetFieldIdent> f... | UTF-8 | Java | 422 | java | RetMethodIdent.java | Java | [] | null | [] | package eu.detuks.iden.results;
import java.util.ArrayList;
public class RetMethodIdent {
public String name;
public String equals;
public int proc;
public ArrayList<RetFieldIdent> fields = new ArrayList<RetFieldIdent>();
public RetMethodIdent(String name,
String equals,
int proc,
ArrayList<RetFieldIdent> f... | 422 | 0.741706 | 0.741706 | 20 | 20.1 | 16.603914 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.55 | false | false | 1 |
9d7d1ef9a2f6b68843363fdbbb1b445022f47289 | 10,539,849,770,993 | 591b4d757aeafca8316aa297bd7e33c1589a9263 | /core/core-services-impl/src/main/java/com/sflpro/notifier/services/notification/impl/email/EmailNotificationServiceImpl.java | 8ddf2ac498a5dc397d3a397ffe2ad8c80ce2f131 | [
"Apache-2.0"
] | permissive | Syuziko/notifier | https://github.com/Syuziko/notifier | 10f1c75ee82ea41379a80e740def3b3f097857be | 748d1c90103d47993e7cc9df264b9c447604ec4d | refs/heads/master | 2020-05-17T02:08:41.584000 | 2018-04-25T14:41:38 | 2018-04-25T14:41:38 | 183,443,096 | 0 | 0 | null | true | 2019-04-25T13:45:25 | 2019-04-25T13:45:24 | 2018-11-26T11:18:46 | 2019-04-24T12:31:05 | 1,274 | 0 | 0 | 0 | null | false | false | package com.sflpro.notifier.services.notification.impl.email;
import com.sflpro.notifier.db.entities.notification.email.EmailNotification;
import com.sflpro.notifier.db.repositories.repositories.notification.AbstractNotificationRepository;
import com.sflpro.notifier.db.repositories.repositories.notification.email.Emai... | UTF-8 | Java | 3,389 | java | EmailNotificationServiceImpl.java | Java | [
{
"context": "t;\n\nimport javax.annotation.Nonnull;\n\n/**\n * User: Ruben Dilanyan\n * Company: SFL LLC\n * Date: 3/21/15\n * Time: 8:0",
"end": 928,
"score": 0.9998853802680969,
"start": 914,
"tag": "NAME",
"value": "Ruben Dilanyan"
}
] | null | [] | package com.sflpro.notifier.services.notification.impl.email;
import com.sflpro.notifier.db.entities.notification.email.EmailNotification;
import com.sflpro.notifier.db.repositories.repositories.notification.AbstractNotificationRepository;
import com.sflpro.notifier.db.repositories.repositories.notification.email.Emai... | 3,381 | 0.786958 | 0.784007 | 77 | 43.012985 | 39.51968 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.506494 | false | false | 1 |
27e73bff0d3152dda271e9f71fddb630b3c96d2c | 11,493,332,499,000 | 7f62dbaf32e33c916f67800a0eab2e33ef9e10d3 | /Java Class/Workspace/chap06/src/chap06/Calculator2Main.java | 530371879e28c07de4992c3843f9d5d4b2a8c8ed | [] | no_license | SeojunHwang/Busan_Study | https://github.com/SeojunHwang/Busan_Study | a1f1a86fef6a28d474e5ac65ee41a85941e78e69 | f1d6db8682434c4d818886b6ca1de600b3b1cab7 | refs/heads/master | 2023-07-07T23:29:24.453000 | 2021-07-28T23:48:17 | 2021-07-28T23:48:17 | 355,062,223 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chap06;
public class Calculator2Main {
public static void main(String[] args) {
// 사칙 연산을 하는 프로그램을 작성
// +, -, *, /
int a;
int b;
int result;
a = 10;
b = 20;
// result = a + b;
// System.out.println("a + b = " + result);
//
// result = a + b;
// System.out.println("a + b = " + result)... | UTF-8 | Java | 1,805 | java | Calculator2Main.java | Java | [] | null | [] | package chap06;
public class Calculator2Main {
public static void main(String[] args) {
// 사칙 연산을 하는 프로그램을 작성
// +, -, *, /
int a;
int b;
int result;
a = 10;
b = 20;
// result = a + b;
// System.out.println("a + b = " + result);
//
// result = a + b;
// System.out.println("a + b = " + result)... | 1,805 | 0.530856 | 0.518912 | 75 | 19.026667 | 16.345415 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.253333 | false | false | 1 |
186b5471127009c1c2f44ed00e14469858ccd9b9 | 9,947,144,290,664 | a4a51084cfb715c7076c810520542af38a854868 | /src/main/java/com/tencent/qalsdk/sdk/b.java | 85491d11f70561e13d3b9023dc00d2a4e2aff447 | [] | no_license | BharathPalanivelu/repotest | https://github.com/BharathPalanivelu/repotest | ddaf56a94eb52867408e0e769f35bef2d815da72 | f78ae38738d2ba6c9b9b4049f3092188fabb5b59 | refs/heads/master | 2020-09-30T18:55:04.802000 | 2019-12-02T10:52:08 | 2019-12-02T10:52:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.qalsdk.sdk;
import com.tencent.qalsdk.base.remote.ToServiceMsg;
import java.util.concurrent.ConcurrentHashMap;
public final class b {
/* renamed from: a reason: collision with root package name */
private static ConcurrentHashMap<String, x> f32230a = new ConcurrentHashMap<>();
publi... | UTF-8 | Java | 810 | java | b.java | Java | [] | null | [] | package com.tencent.qalsdk.sdk;
import com.tencent.qalsdk.base.remote.ToServiceMsg;
import java.util.concurrent.ConcurrentHashMap;
public final class b {
/* renamed from: a reason: collision with root package name */
private static ConcurrentHashMap<String, x> f32230a = new ConcurrentHashMap<>();
publi... | 810 | 0.661728 | 0.635802 | 23 | 34.217392 | 30.229494 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 1 |
ddabb01f3cb093710520b15ccb57e9b1add3a2d7 | 35,940,286,367,878 | 4a698321e6b1ab1337cfe52ab3ea38a1134f8894 | /mall-b2c/src/main/java/com/cplatform/b2c/model/LotteryBean.java | d7b5652fd196a08a256435e262bb0f954951f55a | [] | no_license | bellmit/ws | https://github.com/bellmit/ws | c823419a6a335c424a19bfcdcc00f052f20ec65c | 6d3cd146ab82e06097a4eb94c4c3061ce000328c | refs/heads/master | 2022-03-22T22:47:10.514000 | 2015-10-10T10:39:54 | 2015-10-10T10:39:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cplatform.b2c.model;
// "AMOUNT":4.0,"COUNT":2,"DATE":"20130802095707","GOOD_ID":"D3",
// "GOOD_NAME":"福彩3D","ISSUE_NO":"2013207","ORDER_ID":"13754086274568282","PRICE":2.0,"STATUS":"3"},
public class LotteryBean {
private double AMOUNT;
private int COUNT;
private String DATE;
private String GOOD_I... | UTF-8 | Java | 1,685 | java | LotteryBean.java | Java | [
{
"context": ":\"20130802095707\",\"GOOD_ID\":\"D3\",\n// \"GOOD_NAME\":\"福彩3D\",\"ISSUE_NO\":\"2013207\",\"ORDER_ID\":\"137540862745682",
"end": 120,
"score": 0.7590063810348511,
"start": 116,
"tag": "NAME",
"value": "福彩3D"
}
] | null | [] | package com.cplatform.b2c.model;
// "AMOUNT":4.0,"COUNT":2,"DATE":"20130802095707","GOOD_ID":"D3",
// "GOOD_NAME":"福彩3D","ISSUE_NO":"2013207","ORDER_ID":"13754086274568282","PRICE":2.0,"STATUS":"3"},
public class LotteryBean {
private double AMOUNT;
private int COUNT;
private String DATE;
private String GOOD_I... | 1,685 | 0.594289 | 0.56633 | 114 | 13.745614 | 16.788055 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.719298 | false | false | 1 |
1eeddfc6f0aeb0dd2ed61da883342955b3024011 | 3,461,743,664,952 | 3440c66c07e5c97304144c1dcd78fc122ed078b2 | /app/src/main/java/com/example/ts/safetyguard/adapter/WifiAdapter.java | 6ce8edd854ff979305a85687e8609b03e5e6d0a0 | [] | no_license | guohaodongpu/SafetyGuard | https://github.com/guohaodongpu/SafetyGuard | 657640de5dd67db48bf84c0a43b8589295462e1f | 3d4b470a1e3e3259093773979a79f4d0b049a4e7 | refs/heads/master | 2020-05-09T20:08:32.928000 | 2019-05-05T09:31:23 | 2019-05-05T09:31:23 | 181,395,878 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ts.safetyguard.adapter;
import android.content.Context;
import android.net.wifi.ScanResult;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.exa... | UTF-8 | Java | 1,752 | java | WifiAdapter.java | Java | [] | null | [] | package com.example.ts.safetyguard.adapter;
import android.content.Context;
import android.net.wifi.ScanResult;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.exa... | 1,752 | 0.704338 | 0.702055 | 55 | 30.854546 | 27.684862 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.581818 | false | false | 1 |
d93af74504e0c67036a2195f3161dc4998e6949a | 20,839,181,357,112 | 4b13c1b4877bd9ced4352ab58b4aa890a06c2d60 | /docs/src/test/samples/com/webcohesion/enunciate/samples/docs/PropertyTypeActual.java | fe5234c4b351b7a099b4da1f4a1c1dcac9310b4c | [
"Apache-2.0"
] | permissive | stoicflame/enunciate | https://github.com/stoicflame/enunciate | e1866a8be2e634d8c98adee853179b81df80a20e | 446c86328a4eb6b7d1453fec7436c45552418d41 | refs/heads/master | 2023-09-04T19:24:44.788000 | 2023-04-28T00:36:40 | 2023-04-28T02:51:03 | 1,707,059 | 464 | 206 | NOASSERTION | false | 2023-08-15T17:40:53 | 2011-05-05T15:54:15 | 2023-07-19T11:21:42 | 2023-08-15T17:40:52 | 36,340 | 474 | 207 | 63 | Java | false | false | package com.webcohesion.enunciate.samples.docs;
public class PropertyTypeActual {
}
| UTF-8 | Java | 85 | java | PropertyTypeActual.java | Java | [] | null | [] | package com.webcohesion.enunciate.samples.docs;
public class PropertyTypeActual {
}
| 85 | 0.823529 | 0.823529 | 4 | 20.25 | 20.363878 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
4056b9ee52049f42b35390d5872648a61b11727f | 24,026,047,083,246 | ee6b20ba46f5142501540c67645e8d5951f56e27 | /funkeyDataServer/src/main/java/funkey/dao/CommandsDao.java | 911bcd3217d84802401856081c3119f0e2d50ef0 | [] | no_license | odedns/projects | https://github.com/odedns/projects | 15dd121af9571f4be5eb68f9088161530e4d524e | 35727b3bfb5682e05978fdf06a14255734775ccc | refs/heads/master | 2022-11-13T08:46:24.317000 | 2020-07-08T17:37:48 | 2020-07-08T17:37:48 | 252,156,219 | 0 | 0 | null | false | 2022-10-05T19:45:29 | 2020-04-01T11:31:51 | 2020-07-08T17:37:59 | 2022-10-05T19:45:26 | 191,983 | 0 | 0 | 7 | HTML | false | false | package funkey.dao;
import java.util.List;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.amazonaws.services.dynamodbv2.document.DynamoDB;
import com.amazonaws.services.dynamodbv2.document.Item;
import... | UTF-8 | Java | 1,556 | java | CommandsDao.java | Java | [] | null | [] | package funkey.dao;
import java.util.List;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.amazonaws.services.dynamodbv2.document.DynamoDB;
import com.amazonaws.services.dynamodbv2.document.Item;
import... | 1,556 | 0.718509 | 0.715938 | 71 | 19.915493 | 21.832104 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.267606 | false | false | 1 |
704428dc43feb1b6b4c57a813e71252aeb7f3cff | 33,251,636,830,657 | b9a9e21759cf11deea7f9d3a28a468d7bfd5a1cf | /src/main/java/com/qxb/leetcode/_37/Solution.java | bfe0e2c95cd02ac23ef9d72330931e309c85a069 | [] | no_license | qixubin/MyLeetcode | https://github.com/qixubin/MyLeetcode | f66e00f0ef12033e6e33113a1a222935772ee35b | 7f77cadf3c0cb75e63ccba5ea39ab578e53437e5 | refs/heads/master | 2020-06-18T01:59:09.324000 | 2016-12-08T08:33:06 | 2016-12-08T08:33:06 | 74,959,157 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qxb.leetcode._37;
import java.util.ArrayList;
import java.util.Arrays;
/**
* Created by qixubin on 2016/5/25.
* <p>
* Write a program to solve a Sudoku puzzle by filling the empty cells.
* <p>
* Empty cells are indicated by the character '.'.
* <p>
* You may assume that there will be only one uniqu... | UTF-8 | Java | 5,259 | java | Solution.java | Java | [
{
"context": "yList;\nimport java.util.Arrays;\n\n/**\n * Created by qixubin on 2016/5/25.\n * <p>\n * Write a program to solve ",
"end": 110,
"score": 0.9996035695075989,
"start": 103,
"tag": "USERNAME",
"value": "qixubin"
}
] | null | [] | package com.qxb.leetcode._37;
import java.util.ArrayList;
import java.util.Arrays;
/**
* Created by qixubin on 2016/5/25.
* <p>
* Write a program to solve a Sudoku puzzle by filling the empty cells.
* <p>
* Empty cells are indicated by the character '.'.
* <p>
* You may assume that there will be only one uniqu... | 5,259 | 0.35482 | 0.32858 | 166 | 30.680723 | 22.563175 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.138554 | false | false | 1 |
1ad31dac4b8d1b67ee9f61561b3c6336a8a4512b | 7,464,653,184,650 | 515fc6a4c7dcd24b034e68f711fa18d0de4112c8 | /templates/server/src/main/resources/archetype-resources/api/src/main/java/__packageInPathFormat__/general/common/api/exception/NoActiveUserException.java | 4b6e5f5f5c1c4a7ba6bff053638f5b3c9b4e0fe3 | [
"Apache-2.0"
] | permissive | oasp/oasp4j | https://github.com/oasp/oasp4j | 186af233cd7bfef2fd135dfd6dadc43a27799309 | 4ff7e9eb9900455befc40e1375efb64005205de9 | refs/heads/develop | 2021-11-26T22:24:21.246000 | 2021-05-22T14:43:20 | 2021-05-22T14:43:20 | 20,517,345 | 80 | 215 | Apache-2.0 | false | 2021-05-22T14:43:21 | 2014-06-05T08:20:28 | 2021-03-17T18:54:50 | 2021-05-22T14:43:20 | 10,498 | 63 | 311 | 60 | Java | false | false | package ${package}.general.common.api.exception;
import ${package}.general.common.api.NlsBundleApplicationRoot;
/**
* Thrown when an operation is requested that requires a user to be logged in, but no such user exists.
*/
public class NoActiveUserException extends ApplicationBusinessException {
/** UID for seria... | UTF-8 | Java | 709 | java | NoActiveUserException.java | Java | [] | null | [] | package ${package}.general.common.api.exception;
import ${package}.general.common.api.NlsBundleApplicationRoot;
/**
* Thrown when an operation is requested that requires a user to be logged in, but no such user exists.
*/
public class NoActiveUserException extends ApplicationBusinessException {
/** UID for seria... | 709 | 0.715092 | 0.713681 | 31 | 21.870968 | 28.412561 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.225806 | false | false | 1 |
c98693f221b9ab452e16985a979d938caaa10e06 | 16,844,861,762,085 | deacdfb67fc54d97e411267a71fc7d1bbcc17bcf | /src/main/java/com/bulletphysics/linearmath/DebugModesType.java | f6812ba1b14810d235c13f7aa493beb9d4d187f6 | [
"Apache-2.0"
] | permissive | recaifurkan/java-bullet-gwt | https://github.com/recaifurkan/java-bullet-gwt | 0226fbc1fcce8fdf75252b141d365b6a44dfd1df | 0534692c2b83941ac0669662362731137f76a5dc | refs/heads/master | 2020-06-25T03:36:52.538000 | 2019-08-01T20:00:54 | 2019-08-01T20:00:54 | 199,186,590 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bulletphysics.linearmath;
public enum DebugModesType{
NO_DEBUG(0),
DRAW_WIREFRAME (1),
DRAW_AABB(2),
DRAW_FEATURES_TEXT(4),
DRAW_CONTACT_POINTS(8),
NO_DEACTIVATION(16),
NO_HELP_TEXT(32),
DRAW_TEXT(64),
PROFILE_TIMINGS(128),
ENABLE_SAT_COMPARISON(256),
DISABLE_BULLET_LCP(512),
ENABLE_CCD(1024),
... | UTF-8 | Java | 739 | java | DebugModesType.java | Java | [] | null | [] | package com.bulletphysics.linearmath;
public enum DebugModesType{
NO_DEBUG(0),
DRAW_WIREFRAME (1),
DRAW_AABB(2),
DRAW_FEATURES_TEXT(4),
DRAW_CONTACT_POINTS(8),
NO_DEACTIVATION(16),
NO_HELP_TEXT(32),
DRAW_TEXT(64),
PROFILE_TIMINGS(128),
ENABLE_SAT_COMPARISON(256),
DISABLE_BULLET_LCP(512),
ENABLE_CCD(1024),
... | 739 | 0.667118 | 0.62111 | 44 | 15.795455 | 13.495083 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.636364 | false | false | 1 |
4ced9304e8cfedc09ecdaf30dc7d5cfb83d8ac71 | 13,357,348,329,877 | 111435cfe518ddb98eb3a03abf455d947c3dcaa0 | /app/src/main/java/com/saraltechnomart/hughcustomer1/ETA.java | 46c12154f7a14a8565d4841b503bf7be00688a9e | [] | no_license | rakeshdausa/HughCustomer | https://github.com/rakeshdausa/HughCustomer | 5b06fd81f3fbf43748351f6d92ea725ee5853705 | b13135eaa43ef0d190a0f1b1990950200bd0b10c | refs/heads/master | 2017-12-21T22:32:11.058000 | 2016-12-11T08:57:53 | 2016-12-11T08:57:53 | 76,163,821 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.saraltechnomart.hughcustomer1;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
import java.util.Locale;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import com.saraltechnomart.AlertDialog.ShowAlertDialog;
import com.saraltechnomart.Me... | UTF-8 | Java | 7,350 | java | ETA.java | Java | [] | null | [] | package com.saraltechnomart.hughcustomer1;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
import java.util.Locale;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import com.saraltechnomart.AlertDialog.ShowAlertDialog;
import com.saraltechnomart.Me... | 7,350 | 0.734966 | 0.731429 | 255 | 27.82353 | 25.049055 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.52549 | false | false | 1 |
3aa032045a65c35b95b5ac44ecf7f5e5b30a94eb | 23,871,428,270,019 | 24bb3eecd6aea84030189f34e54c5c90a410be03 | /src/main/java/annotations/explanation/step1/TheWorst.java | cdc31caed8f2d1b6908532cbbcb15143d2d4efbc | [] | no_license | elvint14/java-reflection | https://github.com/elvint14/java-reflection | 67a9a9648e23c50bf702df4aa3cb8cabc407777b | e33963015b1a714a13c7e70a9b5f0205729c11a1 | refs/heads/master | 2023-08-01T18:09:42.811000 | 2021-07-24T09:11:35 | 2021-07-24T09:11:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package annotations.explanation.step1;
public @interface TheWorst {
}
| UTF-8 | Java | 71 | java | TheWorst.java | Java | [] | null | [] | package annotations.explanation.step1;
public @interface TheWorst {
}
| 71 | 0.802817 | 0.788732 | 4 | 16.75 | 16.633926 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
10878686316d11ea246ecef850a6ad8e05bfe9f7 | 21,440,476,775,135 | aa2228223455aa03208d3faac5706bace34b01c8 | /src/main/java/com/coshine/batsys/web/HistoryController.java | 70b55b339c0d6f8a46d60705f84307dc59a1ae75 | [] | no_license | cookiecookiecookie/hxp | https://github.com/cookiecookiecookie/hxp | cb2277e8443bc0dfe47231a63525fa202a222b51 | f1aaf7b4f38911b363024935c8653b2cb87e6224 | refs/heads/master | 2021-01-18T09:15:26.368000 | 2016-09-18T01:49:21 | 2016-09-18T01:49:21 | 68,485,967 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.coshine.batsys.web;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.Req... | UTF-8 | Java | 883 | java | HistoryController.java | Java | [] | null | [] | package com.coshine.batsys.web;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.Req... | 883 | 0.804077 | 0.802944 | 29 | 29.448277 | 25.305834 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.103448 | false | false | 1 |
c5cbe491a7d36c93f4b2af9d5ca2ebc4d4f7dfe6 | 38,465,727,115,290 | 61e3ff6d34297cf444e5749c1e1d7ed5ba93cecd | /com/android/camera/C0226y.java | b8694d7d87d2cbf412ffa6ec4d21a26279d47d99 | [] | no_license | BeYkeRYkt/nubia_cam_smali | https://github.com/BeYkeRYkt/nubia_cam_smali | b49beafe60b989fab02753601735e493f2f72d16 | 39dad22d05b0a2dfd4e9d04acad9673ac1add410 | refs/heads/master | 2020-03-17T18:31:12.851000 | 2018-05-17T15:24:14 | 2018-05-17T15:24:14 | 133,825,725 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.camera;
import com.android.common.appService.C0147A;
import com.android.common.appService.CameraStartUpThread$CameraOpenState;
final class C0226y implements C0147A {
final /* synthetic */ Camera aJg;
final /* synthetic */ int aJh;
C0226y(Camera camera, int i) {
this.aJg = came... | UTF-8 | Java | 707 | java | C0226y.java | Java | [] | null | [] | package com.android.camera;
import com.android.common.appService.C0147A;
import com.android.common.appService.CameraStartUpThread$CameraOpenState;
final class C0226y implements C0147A {
final /* synthetic */ Camera aJg;
final /* synthetic */ int aJh;
C0226y(Camera camera, int i) {
this.aJg = came... | 707 | 0.653465 | 0.625177 | 26 | 26.192308 | 26.034029 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 1 |
595e496b9ac84973471c61291d4485678ecd21cf | 27,324,581,967,175 | 01284037cda99a419503c6012b4ce201a744fe70 | /core/src/main/java/com/betterway/tax/core/service/TcnMonitorService.java | efcc6ef767efec66afe287975282913c7bc95aef | [] | no_license | dev4btw/tax-backend | https://github.com/dev4btw/tax-backend | db0408a543d84085dcc37cd63150d34f3b80c588 | 4bcb45d8d151dd5756de974e7e90a0888bb46bee | refs/heads/master | 2021-01-19T19:06:02.799000 | 2017-06-10T08:05:53 | 2017-06-10T08:05:53 | 88,397,756 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.betterway.tax.core.service;
import com.betterway.tax.core.dto.TcnMonitorDTO;
import com.betterway.tax.core.service.ws.client.Reporter;
import java.util.List;
/**
*
* Created by cowra on 2017/4/6.
*/
public interface TcnMonitorService {
void insert(String source);
void update(String source, i... | UTF-8 | Java | 777 | java | TcnMonitorService.java | Java | [
{
"context": "ter;\n\nimport java.util.List;\n\n/**\n *\n * Created by cowra on 2017/4/6.\n */\npublic interface TcnMonitorServi",
"end": 199,
"score": 0.9996735453605652,
"start": 194,
"tag": "USERNAME",
"value": "cowra"
}
] | null | [] | package com.betterway.tax.core.service;
import com.betterway.tax.core.dto.TcnMonitorDTO;
import com.betterway.tax.core.service.ws.client.Reporter;
import java.util.List;
/**
*
* Created by cowra on 2017/4/6.
*/
public interface TcnMonitorService {
void insert(String source);
void update(String source, i... | 777 | 0.7426 | 0.734878 | 34 | 21.852942 | 24.334837 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558824 | false | false | 1 |
32ba17c9d1c01d08d63fdb7c17e3809b17e37937 | 29,678,224,049,234 | 64478a9530ac3d0f4e47a19af33b4e287c13d471 | /src/com/tntdjs/soloplayer/playlist/editor/PlaylistEditHelper.java | 5caf94620e2a38a1e9efb8e765f8cea25a3dd1f1 | [] | no_license | tntdjs/SoloPlayer | https://github.com/tntdjs/SoloPlayer | 7c5b194c12cc9a055528075d4a45b87d76b6f3aa | 6973cd2d068ee02f2f4583cd0dc33655ba59e2e0 | refs/heads/master | 2020-05-30T10:15:38.160000 | 2019-06-02T17:04:33 | 2019-06-02T17:04:33 | 189,667,989 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tntdjs.soloplayer.playlist.editor;
import java.io.File;
import javax.swing.JFileChooser;
import javax.swing.JFrame;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import com.tntdjs.soloplayer.RootAppMgr;
import com.tntdjs.soloplayer.ui.swing.playlist.editor.AudioFilesFilter;
import ... | UTF-8 | Java | 2,905 | java | PlaylistEditHelper.java | Java | [
{
"context": "3FileFilter;\n\n/**\n * PlaylistEditHelper\n * @author tsenausk\n *\n */\npublic class PlaylistEditHelper {\n\tprivate",
"end": 428,
"score": 0.9996886253356934,
"start": 420,
"tag": "USERNAME",
"value": "tsenausk"
}
] | null | [] | package com.tntdjs.soloplayer.playlist.editor;
import java.io.File;
import javax.swing.JFileChooser;
import javax.swing.JFrame;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import com.tntdjs.soloplayer.RootAppMgr;
import com.tntdjs.soloplayer.ui.swing.playlist.editor.AudioFilesFilter;
import ... | 2,905 | 0.730809 | 0.729432 | 97 | 28.948454 | 23.969643 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.783505 | false | false | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.