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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
635aa04e9ff9f162f4644412258ab690d79c9166 | 25,383,256,787,168 | 717c70331e83947539c4a68dd63d1863bbed32e0 | /mfkakeibo/src/kclib/KCObject.java | 40967c09bd21a76008e7c856066cb5d0209cc9b8 | [] | no_license | hoboaki/oldcode | https://github.com/hoboaki/oldcode | 5907bdd01af84d6d2d779e26d6e4dbd3be1a028c | 2c2aa0b20dc3f48656011dd5eb197d79fa3266cf | refs/heads/master | 2020-12-03T03:51:03.125000 | 2017-06-29T13:44:19 | 2017-06-29T13:44:19 | 95,781,642 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.akipen.kclib;
/**<pre>
* 家計簿クラスの基底となるクラス.
*
* <変更履歴>
* 2006/01/07 とりあえず完成
* 2005/12/11 作成開始
*
* </pre>
* @author 秋野ペンギン
* @version 1.0
*/
public class KCObject extends Object
{
}
| UTF-8 | Java | 265 | java | KCObject.java | Java | [
{
"context": "07 とりあえず完成\n* 2005/12/11 作成開始\n*\n* </pre>\n* @author 秋野ペンギン\n* @version 1.0\n*/\npublic class KCObject extends O",
"end": 131,
"score": 0.9998680949211121,
"start": 125,
"tag": "NAME",
"value": "秋野ペンギン"
}
] | null | [] | package com.akipen.kclib;
/**<pre>
* 家計簿クラスの基底となるクラス.
*
* <変更履歴>
* 2006/01/07 とりあえず完成
* 2005/12/11 作成開始
*
* </pre>
* @author 秋野ペンギン
* @version 1.0
*/
public class KCObject extends Object
{
}
| 265 | 0.659686 | 0.565445 | 15 | 11.733334 | 10.069536 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.066667 | false | false | 1 |
68a750d6b81851f72959e2cc28c0ffdd11982fcc | 32,246,614,469,370 | 151364f40e183d4d8321da2d3851e1e82c35270a | /src/main/java/com/zcj/demo/constant/enums/UserStatesEnum.java | 070d3a14596815e774ad20aec3087865e485c959 | [] | no_license | zengchengjie/SpringBootPractice-Examples | https://github.com/zengchengjie/SpringBootPractice-Examples | 1c039d375d9fb75b2c67f0ef99a0b79788b4b3f2 | 1f04dabbc1ba091bb83b062cc5ea361952950183 | refs/heads/master | 2021-06-08T10:15:29.923000 | 2019-07-02T13:17:27 | 2019-07-02T13:17:27 | 147,766,597 | 2 | 0 | null | false | 2021-04-22T17:30:37 | 2018-09-07T03:38:58 | 2019-07-02T13:17:43 | 2021-04-22T17:30:37 | 239 | 1 | 0 | 2 | Java | false | false | package com.zcj.demo.constant.enums;
/**
* @Auther: zengchengjie
* @Date: 2018/12/17 14:04
* @Description:
*/
public enum UserStatesEnum {
NORMAL(0,"正常","normal"),
FREEZE(1,"冻结","freeze");
private Integer code;
private String msgEn;
private String msgZh;
UserStatesEnum(Integer code, String... | UTF-8 | Java | 718 | java | UserStatesEnum.java | Java | [
{
"context": "kage com.zcj.demo.constant.enums;\n\n/**\n * @Auther: zengchengjie\n * @Date: 2018/12/17 14:04\n * @Description:\n */\np",
"end": 66,
"score": 0.9913029074668884,
"start": 54,
"tag": "USERNAME",
"value": "zengchengjie"
}
] | null | [] | package com.zcj.demo.constant.enums;
/**
* @Auther: zengchengjie
* @Date: 2018/12/17 14:04
* @Description:
*/
public enum UserStatesEnum {
NORMAL(0,"正常","normal"),
FREEZE(1,"冻结","freeze");
private Integer code;
private String msgEn;
private String msgZh;
UserStatesEnum(Integer code, String... | 718 | 0.571831 | 0.552113 | 35 | 19.285715 | 14.895007 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542857 | false | false | 1 |
7a5ac9041730ab3ee9c8e6acc877260facc495bb | 618,475,312,084 | 7bfb6fe0e6a7ee74c1dbd81ba105ba5c38531d3a | /6x/aplicacao/aghu_jee/aghu/aghu-paciente/src/main/java/br/gov/mec/aghu/paciente/business/PacienteON.java | 442f2e711a74625b9783bff73d2665e8e8c119d0 | [] | no_license | carlosmanoel/aghu-sistema | https://github.com/carlosmanoel/aghu-sistema | 80651214dcb16cdc6f07f39a416e1657eb415c4d | cb43b387181670e5f74299a0df4662ea26adc2ab | refs/heads/master | 2021-06-18T16:59:28.666000 | 2017-06-14T18:16:09 | 2017-06-14T18:16:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.gov.mec.aghu.paciente.business;
import java.lang.reflect.InvocationTargetException;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Collection;
import java.util.Date;
import java.util.HashSet;
import java.util... | UTF-8 | Java | 56,915 | java | PacienteON.java | Java | [
{
"context": "lo seu prontuario ou seu codigo.\r\n\t * \r\n\t * @param nroProntuario\r\n\t * @param nroCodigo\r\n\t * @return\r\n\t * @throws A",
"end": 12858,
"score": 0.8641096949577332,
"start": 12845,
"tag": "USERNAME",
"value": "nroProntuario"
},
{
"context": " seu prontuario ou... | null | [] | package br.gov.mec.aghu.paciente.business;
import java.lang.reflect.InvocationTargetException;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Collection;
import java.util.Date;
import java.util.HashSet;
import java.util... | 56,915 | 0.751341 | 0.749301 | 1,592 | 33.714195 | 29.299215 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.535804 | false | false | 1 |
50f3b49ae2c5d54713420bbaa56a5fa353855f65 | 4,466,766,018,501 | 82e149d9ccfc123a8ea223bce2017b5426b05cd6 | /MobileWallpaperApplication/app/src/main/java/com/example/pavan/wallpaperapplication/MainActivity1.java | a51dcdc44c71339a2c88f83a0bd31d6a90998028 | [] | no_license | pavanshah/AndroidProjects | https://github.com/pavanshah/AndroidProjects | d902eb2389918942409305a75240c55a4b01617d | 0f411d3b3ef9afcfa447f5ae4231b00c6f5c7acb | refs/heads/master | 2021-01-22T10:18:26.261000 | 2018-04-13T02:00:30 | 2018-04-13T02:00:30 | 81,998,075 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pavan.wallpaperapplication;
import android.content.Intent;
import android.media.Image;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import android.widget.Button;
import androi... | UTF-8 | Java | 5,921 | java | MainActivity1.java | Java | [] | null | [] | package com.example.pavan.wallpaperapplication;
import android.content.Intent;
import android.media.Image;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import android.widget.Button;
import androi... | 5,921 | 0.572538 | 0.557169 | 193 | 29.678757 | 26.272396 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.559586 | false | false | 1 |
eea825405d2045456506146b6fc717773f51e702 | 1,142,461,300,819 | 91717ec8a86b9e3a41588920e3dfa613ba228ee1 | /Kathara/src/com/sayantan/actionConfig/actionSkel/LoginImpl.java | 6296bd2052da47166ba545b88aa8ff4f737e8674 | [] | no_license | 7uv/Kathara | https://github.com/7uv/Kathara | a83b6964bb2537237ea022f24d8372899046c2ae | 978c4a73d6a7e0f834f4e376b0f2d181e4c1c3fe | refs/heads/master | 2021-12-14T15:40:19.214000 | 2013-09-20T00:03:20 | 2013-09-20T12:21:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sayantan.actionConfig.actionSkel;
/**
* @author zayantan
* To be used for Login Implementation
*/
public interface LoginImpl {
/**
* This method is to be used for login implmentation
* The overriding method should generate a timestamp and store in db to record each login time.
* Very important i... | UTF-8 | Java | 446 | java | LoginImpl.java | Java | [
{
"context": ".sayantan.actionConfig.actionSkel;\n\n/**\n * @author zayantan\n * To be used for Login Implementation \n */\npubli",
"end": 70,
"score": 0.9994663596153259,
"start": 62,
"tag": "USERNAME",
"value": "zayantan"
}
] | null | [] | package com.sayantan.actionConfig.actionSkel;
/**
* @author zayantan
* To be used for Login Implementation
*/
public interface LoginImpl {
/**
* This method is to be used for login implmentation
* The overriding method should generate a timestamp and store in db to record each login time.
* Very important i... | 446 | 0.724215 | 0.724215 | 17 | 25.235294 | 24.460123 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705882 | false | false | 1 |
4be409438a0c09bc5074fec8e6a0e327440572ed | 23,922,967,901,638 | afcb21b1c1a028d3dba81a3050939934b298e244 | /src/leetcode48/Main.java | fe487d737024faac66e2afcbd0c89131c88c6e23 | [] | no_license | chaninkou/LeetCode-Rotate-Image | https://github.com/chaninkou/LeetCode-Rotate-Image | e8b0172bdf8547c0d1aa12ff4befbd7c583c68ae | 7fbad4bc839f6f8aa56adb1d9a219f65428e32cc | refs/heads/master | 2023-03-19T05:32:30.613000 | 2021-03-04T07:06:34 | 2021-03-04T07:06:34 | 85,509,232 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode48;
import java.util.Arrays;
public class Main {
public static void main(String[] args) {
int[][] matrix = {{1,2,3},{4,5,6},{7,8,9}};
System.out.println("Before rotate: " + Arrays.deepToString(matrix));
RotateMatrix90degreeFunction solution = new RotateMatrix90degreeFunction();
... | UTF-8 | Java | 435 | java | Main.java | Java | [] | null | [] | package leetcode48;
import java.util.Arrays;
public class Main {
public static void main(String[] args) {
int[][] matrix = {{1,2,3},{4,5,6},{7,8,9}};
System.out.println("Before rotate: " + Arrays.deepToString(matrix));
RotateMatrix90degreeFunction solution = new RotateMatrix90degreeFunction();
... | 435 | 0.666667 | 0.632184 | 17 | 23.588236 | 26.381943 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.058824 | false | false | 1 |
4ebc6dde579ca61d642f049c338ec5b3c8af0b04 | 32,796,370,292,845 | d574fc89fb0eb01464b1d7737dc77864c328e39e | /src/Server/ServerListSender.java | 612ec750117a9f59e3fe64e70cdb38ddc619e1df | [] | no_license | MatthewSzy/Cloud-System | https://github.com/MatthewSzy/Cloud-System | 4daa28d433e3e307807e61ac29dae52667c3d47f | ae0dd6e95707e6645093bdf7c7b49b04c5e4596e | refs/heads/main | 2023-01-08T19:51:37.456000 | 2020-11-14T22:46:08 | 2020-11-14T22:46:08 | 312,915,342 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Server;
import Resources.UserInfo;
import java.io.DataOutputStream;
import java.io.IOException;
import java.util.List;
/**
* Created by Mateusz Szymański on 09.06.2020.
* Server thread uses to sending to all connected users a list of users.
*/
public class ServerListSender extends Thread
{
... | UTF-8 | Java | 2,572 | java | ServerListSender.java | Java | [
{
"context": "ion;\r\nimport java.util.List;\r\n\r\n/**\r\n * Created by Mateusz Szymański on 09.06.2020.\r\n * Server thread uses to sending ",
"end": 174,
"score": 0.9997797012329102,
"start": 157,
"tag": "NAME",
"value": "Mateusz Szymański"
}
] | null | [] | package Server;
import Resources.UserInfo;
import java.io.DataOutputStream;
import java.io.IOException;
import java.util.List;
/**
* Created by <NAME> on 09.06.2020.
* Server thread uses to sending to all connected users a list of users.
*/
public class ServerListSender extends Thread
{
/**
... | 2,560 | 0.492026 | 0.486192 | 78 | 30.961538 | 28.931149 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371795 | false | false | 1 |
272f1ce1e3012c19d54d977208db237e783904b2 | 21,320,217,689,277 | bac774adce77550cc26c2dac252c1934f9465bec | /webviewtest/src/main/java/com/example/administrator/webviewtest/MainActivity.java | da9297ccfba0042d889f44bf3998119a3c8ea616 | [] | no_license | InnF/HttpDemo | https://github.com/InnF/HttpDemo | 96c15c14a5ceffae50457cae3d80704be1f141f0 | 9a3ff70279601bd304c2642ce327e991e3cc8d12 | refs/heads/master | 2016-09-14T02:46:40.251000 | 2016-05-24T07:17:21 | 2016-05-24T07:17:21 | 59,549,740 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.webviewtest;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.webkit.WebView;
import android.webkit.WebViewClient;
public class MainActivity extends AppCompatActivity {
private WebView webView;
@Override
protected void onCreate (... | UTF-8 | Java | 677 | java | MainActivity.java | Java | [] | null | [] | package com.example.administrator.webviewtest;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.webkit.WebView;
import android.webkit.WebViewClient;
public class MainActivity extends AppCompatActivity {
private WebView webView;
@Override
protected void onCreate (... | 677 | 0.728213 | 0.726736 | 22 | 29.772728 | 22.64736 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 1 |
2da9ba19546facf9bef39654dcaf140736b3fc80 | 23,106,924,101,655 | 101ac08eea94d265b09db9a15f5637d2c9075f6b | /src/battleship/Posicoes.java | 93863822ad3559322481b96f5eb9ee0c26915881 | [] | no_license | Hoier/JavaBattleship | https://github.com/Hoier/JavaBattleship | 2f2bcb630ba897116542dba201395b6284d06a9a | 711b9005a8e8b68c20e3640b2e6a569a21a59fe6 | refs/heads/master | 2021-01-20T10:37:20.712000 | 2014-11-30T22:07:39 | 2014-11-30T22:07:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package battleship;
/**
* Classe para objetos do tipo Posicoes onde est�o contidos atributos e m�todos
* para o mesmo. Objetos criados para facilitar a comunica��o entre classes e
* m�todos.
*
* @author Lucas Henrique, Yuri Matheus
*/
public class Posicoes {
private int x;
private int y;
public Posicoes(int... | UTF-8 | Java | 857 | java | Posicoes.java | Java | [
{
"context": "nica��o entre classes e\n * m�todos.\n * \n * @author Lucas Henrique, Yuri Matheus\n */\npublic class Posicoes {\n\tprivat",
"end": 224,
"score": 0.9998610019683838,
"start": 210,
"tag": "NAME",
"value": "Lucas Henrique"
},
{
"context": "asses e\n * m�todos.\n * \n * @a... | null | [] | package battleship;
/**
* Classe para objetos do tipo Posicoes onde est�o contidos atributos e m�todos
* para o mesmo. Objetos criados para facilitar a comunica��o entre classes e
* m�todos.
*
* @author <NAME>, <NAME>
*/
public class Posicoes {
private int x;
private int y;
public Posicoes(int x, int y) {
... | 843 | 0.610108 | 0.610108 | 52 | 15 | 18.471392 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.980769 | false | false | 1 |
ef8870f907b0d50aee0f7a721b22c822736de7c9 | 37,726,992,734,560 | 928c35ee8dd0a624a60a8b25656118615c388385 | /src/test/java/MapCollection/SyncronizedMaps.java | 73bd8be2e2bd037ce8a97868dfd97ef1349757e0 | [] | no_license | gnanasekart/CodePractices | https://github.com/gnanasekart/CodePractices | 6a962fefe4ff0d9e3ea58dff3b394272e0dd8414 | b0219237060c29083ebcd049b41c0113a889ed2a | refs/heads/master | 2023-03-08T13:28:41.178000 | 2021-02-22T23:47:41 | 2021-02-22T23:47:41 | 312,171,689 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package MapCollection;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
public class SyncronizedMaps {
public static void main(String[] args) {
//Creating HashMap
HashMap<String, Integer> map1 = new HashMap<>();
... | UTF-8 | Java | 892 | java | SyncronizedMaps.java | Java | [] | null | [] | package MapCollection;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
public class SyncronizedMaps {
public static void main(String[] args) {
//Creating HashMap
HashMap<String, Integer> map1 = new HashMap<>();
... | 892 | 0.672646 | 0.634529 | 34 | 24.235294 | 21.926426 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.117647 | false | false | 1 |
20d5db94ccc5b9155d673feb24c9756e86c88746 | 12,309,376,334,278 | 2889d235bb486a773673514d09baa179a1f2ce72 | /swea1940.java | c48782a1188a1e463163dd038b4d8571c95accc1 | [] | no_license | seyoung-Oh/java-algorithm | https://github.com/seyoung-Oh/java-algorithm | f0c7b2a5e4952ded0f01b65c9a67f7103a4ca1e5 | b774afd891a5df5b01966c1bfa574d29be8553ba | refs/heads/master | 2023-05-06T03:53:50.859000 | 2021-05-26T14:56:37 | 2021-05-26T14:56:37 | 326,426,114 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.io.*;
public class swea1940{
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int t = Integer.parseInt(br.readLine());
StringTokenizer st;
for(int test_case=1;test_case<=t;test_case++)
{
... | UTF-8 | Java | 905 | java | swea1940.java | Java | [] | null | [] | import java.util.*;
import java.io.*;
public class swea1940{
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int t = Integer.parseInt(br.readLine());
StringTokenizer st;
for(int test_case=1;test_case<=t;test_case++)
{
... | 905 | 0.523757 | 0.500552 | 43 | 20.069767 | 18.562773 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.27907 | false | false | 1 |
cb9f644688f3539cc01b476027f502c237682e38 | 23,407,571,817,543 | e1ef19f6b729d97981e5014b287e5350d7c1d165 | /src/main/java/model/SearchModel.java | b32676249da2009c40ec17e04c0a826cf94547a2 | [] | no_license | Faysalstat/Dalilinaure | https://github.com/Faysalstat/Dalilinaure | b4196974258f6afc4d33aafc75471b415da40e89 | e631444d3cd74462f04c826a5984e5b6ea2d1ca7 | refs/heads/main | 2023-06-01T01:27:12.710000 | 2021-06-25T18:56:08 | 2021-06-25T18:56:08 | 380,049,069 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package model;
/**
*
* @author Faysal
*/
public class SearchModel {
private Integer minage;
private Integer maxage;
pri... | UTF-8 | Java | 1,334 | java | SearchModel.java | Java | [
{
"context": " the editor.\n */\npackage model;\n\n/**\n *\n * @author Faysal\n */\npublic class SearchModel {\n private I",
"end": 220,
"score": 0.8827316761016846,
"start": 219,
"tag": "NAME",
"value": "F"
},
{
"context": "he editor.\n */\npackage model;\n\n/**\n *\n * @author F... | 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 model;
/**
*
* @author Faysal
*/
public class SearchModel {
private Integer minage;
private Integer maxage;
pri... | 1,334 | 0.62069 | 0.62069 | 69 | 18.333334 | 17.50252 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318841 | false | false | 1 |
026cdca88735e1c9178f0de5590b35fb6e5f6f37 | 23,407,571,813,830 | d60e287543a95a20350c2caeabafbec517cabe75 | /LACCPlus/Camel/5964_1.java | 3f44bc3da33ded07ea8923ea378e7b2b38382b11 | [
"MIT"
] | permissive | sgholamian/log-aware-clone-detection | https://github.com/sgholamian/log-aware-clone-detection | 242067df2db6fd056f8d917cfbc143615c558b2c | 9993cb081c420413c231d1807bfff342c39aa69a | refs/heads/main | 2023-07-20T09:32:19.757000 | 2021-08-27T15:02:50 | 2021-08-27T15:02:50 | 337,837,827 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //,temp,NettyConsumerClientModeReconnectTest.java,83,99,temp,S3ObjectRangeOperationManualIT.java,91,106
//,3
public class xxx {
@Override
protected RouteBuilder createRouteBuilder() throws Exception {
return new RouteBuilder() {
@Override
public void configure() throws Exception ... | UTF-8 | Java | 1,007 | java | 5964_1.java | Java | [] | null | [] | //,temp,NettyConsumerClientModeReconnectTest.java,83,99,temp,S3ObjectRangeOperationManualIT.java,91,106
//,3
public class xxx {
@Override
protected RouteBuilder createRouteBuilder() throws Exception {
return new RouteBuilder() {
@Override
public void configure() throws Exception ... | 1,007 | 0.529295 | 0.515392 | 22 | 44.81818 | 36.051273 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 1 |
3ca6bd95d6568f1b02841bdca137c03bb7798a3e | 11,888,469,534,600 | 6b092a60f3f9ddc325aa1fa3dfa707e8585c5ce0 | /ArrayinJava/src/MaxinArray/MaxinArray.java | 2b05c3e5efb691f06b5b9e07129d982984ab4a7b | [] | no_license | vanpersieyolo/Java_core | https://github.com/vanpersieyolo/Java_core | e5fa446c5aa9282072b3555a855a6bb1e2159fbf | c608b1b4d7bcae3f422aece9fe6f444dd526d4f0 | refs/heads/master | 2022-11-30T13:56:27.165000 | 2020-08-11T10:31:48 | 2020-08-11T10:31:48 | 282,778,393 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package MaxinArray;
import java.util.Scanner;
public class MaxinArray {
public static void main(String[] args) {
int [] array1 = new int [10];
Scanner scanner = new Scanner(System.in);
for (int i = 0; i < array1.length ; i++) {
array1[i] = scanner.nextInt();
}
... | UTF-8 | Java | 609 | java | MaxinArray.java | Java | [] | null | [] | package MaxinArray;
import java.util.Scanner;
public class MaxinArray {
public static void main(String[] args) {
int [] array1 = new int [10];
Scanner scanner = new Scanner(System.in);
for (int i = 0; i < array1.length ; i++) {
array1[i] = scanner.nextInt();
}
... | 609 | 0.47619 | 0.453202 | 29 | 20 | 17.051645 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 1 |
5f3619169991e2eea30152c68d06c79567e92c6a | 12,403,865,615,434 | 628ddd6852bb1ca38fbeda5bdb6f6381361ab5a6 | /JeuxOlympiques/src/classes/Games.java | cf051401072f87ed8196ab537c1085ea4adc76af | [] | no_license | anisskiller/JeuxOlympiques | https://github.com/anisskiller/JeuxOlympiques | 4e8688308964af2eaae1c669a638f6408d2bde33 | ccda421b38bc621024aedcb05d88c4459e06e962 | refs/heads/master | 2020-04-11T18:43:44.122000 | 2018-12-16T16:42:17 | 2018-12-16T16:42:17 | 162,009,464 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package classes;
public enum Games {
// constantes
HIGHJUMP("Saut en hauteur", "Compétition", "HIGHJUMP"),
TRIPLEJUMP("Saut en longeur", "Compétition 3 sauts en hauteur", "TRIPLEJUMP"),
HUNDREDMETERS("100 mètres", "Course", "HUNDREDMETERS"),
TWOHUNDREDMETERS("200 mètres", "Course", "TWOHUNDREDMETERS"),
... | ISO-8859-1 | Java | 847 | java | Games.java | Java | [] | null | [] | package classes;
public enum Games {
// constantes
HIGHJUMP("Saut en hauteur", "Compétition", "HIGHJUMP"),
TRIPLEJUMP("Saut en longeur", "Compétition 3 sauts en hauteur", "TRIPLEJUMP"),
HUNDREDMETERS("100 mètres", "Course", "HUNDREDMETERS"),
TWOHUNDREDMETERS("200 mètres", "Course", "TWOHUNDREDMETERS"),
... | 847 | 0.662708 | 0.654394 | 41 | 18.536585 | 20.920404 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.536585 | false | false | 1 |
313e8be51b30044a335c3978207f3f7268d5d22b | 30,185,030,203,389 | a1dd6d1198d6f3a05bb755795dc8d25b0ae9c107 | /src/main/java/de/yaskor/whisk/rest/DirectoryController.java | a0b3ac16fd761138f1f402ae8af4c187383994fa | [] | no_license | yaskor/boot-react | https://github.com/yaskor/boot-react | 23ab6cac201929f281a91b0b98711b0df2927eef | 4004c2f20e647b9f816a28c32185bda38adca549 | refs/heads/master | 2017-11-11T11:20:56.678000 | 2017-07-15T10:18:47 | 2017-07-15T10:18:47 | 83,698,549 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.yaskor.whisk.rest;
import de.yaskor.whisk.entity.Directory;
import de.yaskor.whisk.service.DirectoryService;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.Res... | UTF-8 | Java | 628 | java | DirectoryController.java | Java | [
{
"context": "bind.annotation.RestController;\n\n/**\n *\n * @author samil kale\n */\n@RestController\n@RequestMapping(\"/rest/direct",
"end": 362,
"score": 0.9994879364967346,
"start": 352,
"tag": "NAME",
"value": "samil kale"
}
] | null | [] | package de.yaskor.whisk.rest;
import de.yaskor.whisk.entity.Directory;
import de.yaskor.whisk.service.DirectoryService;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.Res... | 624 | 0.773885 | 0.773885 | 24 | 25.166666 | 21.913973 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 1 |
86a65a244ef54f54c3ed5746acc6fc66204b5d1c | 687,194,830,043 | 6bfc278f12687f50dd15e917ba9e9d2856e6cf54 | /LongesgSubArray.java | f337a5af9dc11a05fb630ee6fdc6a65fb547fd46 | [] | no_license | vijaykunapareddy/cracking | https://github.com/vijaykunapareddy/cracking | bd3d5ba88e44ae9edac47ed683469dee9106a63f | cc092d356b605c25713e350a2037abac383d081c | refs/heads/master | 2021-05-02T12:12:33.864000 | 2016-12-08T22:47:45 | 2016-12-08T22:47:45 | 72,781,175 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.LinkedList;
public class LongesgSubArray {
public static void main(String[] args) {
String value = "abc123adc12";
char[] array = value.toCharArray();
int charachterCount = 0, numberCount = 0;
if (array.length>0) {
for (int i = 0; i < array.length; i++) {
if (Character.isA... | UTF-8 | Java | 954 | java | LongesgSubArray.java | Java | [] | null | [] | import java.util.LinkedList;
public class LongesgSubArray {
public static void main(String[] args) {
String value = "abc123adc12";
char[] array = value.toCharArray();
int charachterCount = 0, numberCount = 0;
if (array.length>0) {
for (int i = 0; i < array.length; i++) {
if (Character.isA... | 954 | 0.572327 | 0.556604 | 39 | 22.461538 | 18.09639 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.564103 | false | false | 1 |
d99204d5ad42d56a96700a8c126e9338dcb6387c | 37,125,697,322,222 | 61d9a3bcc1fae85a1b80a5997e5ee0399de3d8b2 | /src/hw5Q3variableAndMethod/Computer.java | 0b8708559339ec28616a0f0b706c9de19610a759 | [] | no_license | SarkerNayon/HomeWorkCoreJava | https://github.com/SarkerNayon/HomeWorkCoreJava | c70908ac68a54c1d2faf122abe94ab79f67505ea | b5b556361b212d6b52d3276cbf54039f3d38918d | refs/heads/master | 2023-07-18T10:08:03.542000 | 2021-09-01T22:16:42 | 2021-09-01T22:16:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/*
) Create a package name "hw5Q3variableAndMethod" in your HW project. Inside the package, a) Create a class "Computer". Declare some variable -- Brand, Model, Operating system, price, madeInUSA, grade (as char). Implement a method inside the class -- "configuration" and use only one System.out.println(). Use the va... | UTF-8 | Java | 1,352 | java | Computer.java | Java | [] | null | [] |
/*
) Create a package name "hw5Q3variableAndMethod" in your HW project. Inside the package, a) Create a class "Computer". Declare some variable -- Brand, Model, Operating system, price, madeInUSA, grade (as char). Implement a method inside the class -- "configuration" and use only one System.out.println(). Use the va... | 1,352 | 0.741864 | 0.735947 | 19 | 70.105263 | 196.329178 | 895 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.894737 | false | false | 1 |
c92d438050e72c2920c533e9b85189a8f6006faf | 5,102,421,216,401 | 00e498074f1a0ff8d23610b8a2629d99034c536a | /MyBank/src/com/vcs/current/CurrentAccount.java | 925486df66dd8ca9a933b65618f7a51389481d98 | [] | no_license | vinayagno3/MyBankProj | https://github.com/vinayagno3/MyBankProj | 6a8135a413e81f6c8741719ebb894a85b5f3caa2 | 67fe895d3e5f846fe1b964ac6afde35e1e4d1aad | refs/heads/master | 2023-07-08T22:58:50.487000 | 2021-07-30T13:22:51 | 2021-07-30T13:22:51 | 389,364,239 | 0 | 0 | null | false | 2021-07-28T12:47:48 | 2021-07-25T14:17:30 | 2021-07-28T12:09:19 | 2021-07-28T12:46:58 | 5 | 0 | 0 | 0 | Java | false | false | package com.vcs.current;
public class CurrentAccount
{
public static String getInfo()
{
return "This is current A/C Info Page....!!";
}
}
| UTF-8 | Java | 159 | java | CurrentAccount.java | Java | [] | null | [] | package com.vcs.current;
public class CurrentAccount
{
public static String getInfo()
{
return "This is current A/C Info Page....!!";
}
}
| 159 | 0.622642 | 0.622642 | 11 | 12.454545 | 16.053114 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 1 |
5c45e8b6ec7fd1c90fddb9595b0f20e2b5360f82 | 29,506,425,352,711 | 58925b8cdce7cd80c1c7a17e7fed38f043181578 | /kodilla-collections/src/main/java/com/kodilla/collections/arrays/ShapeUtils.java | bab458e603b072481e8be6cec70d7dbdb5d19d78 | [] | no_license | RozekNaGicie/mateusz_narozny_kodilla_tester | https://github.com/RozekNaGicie/mateusz_narozny_kodilla_tester | 57a23a7de9d660f7bd2d40e0a7f4290c2f475f12 | 5ae7bc9306f47c2096eeea2b01cfd8b58973602f | refs/heads/master | 2021-03-16T20:37:14.946000 | 2020-06-22T06:48:16 | 2020-06-22T06:48:16 | 246,940,774 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kodilla.collections.arrays;
import com.kodilla.collections.interfaces.Shape;
import com.kodilla.collections.interfaces.Circle;
import com.kodilla.collections.interfaces.Square;
import com.kodilla.collections.interfaces.Triangle;
public class ShapeUtils {
public static void displayInfo(Shape shape) {
... | UTF-8 | Java | 924 | java | ShapeUtils.java | Java | [] | null | [] | package com.kodilla.collections.arrays;
import com.kodilla.collections.interfaces.Shape;
import com.kodilla.collections.interfaces.Circle;
import com.kodilla.collections.interfaces.Square;
import com.kodilla.collections.interfaces.Triangle;
public class ShapeUtils {
public static void displayInfo(Shape shape) {
... | 924 | 0.654762 | 0.654762 | 26 | 34.53846 | 22.575056 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
d5c4121629ba03d2928b05a34028036365983372 | 19,499,151,580,403 | f528d1f3c86c285c210d74fc2a9f0b11ff60eca0 | /coder/src/main/java/com/alcode/library/repository/ChongJianDetailRepository.java | 2512137114eb5d85107a6526254c52e3d855e90d | [] | no_license | NiuGeH/YYGH | https://github.com/NiuGeH/YYGH | 8ae9e352cf997cc0b3b94242cec442683ad7d137 | 5f4779c55e543989da256c79e1b9e1d616b86dcd | refs/heads/master | 2020-09-16T20:41:32.617000 | 2019-11-25T07:06:36 | 2019-11-25T07:06:36 | 223,883,098 | 0 | 0 | null | false | 2021-05-07T11:48:54 | 2019-11-25T07:05:00 | 2019-11-25T07:08:02 | 2021-05-07T11:48:53 | 74,165 | 0 | 0 | 11 | TSQL | false | false | package com.alcode.library.repository;
import com.alcode.library.entity.ChongJianDetail;
import com.alcode.library.entity.Member;
import com.alcode.library.entity.ServiceItem;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.PagingAndSortingRepository;... | UTF-8 | Java | 590 | java | ChongJianDetailRepository.java | Java | [] | null | [] | package com.alcode.library.repository;
import com.alcode.library.entity.ChongJianDetail;
import com.alcode.library.entity.Member;
import com.alcode.library.entity.ServiceItem;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.PagingAndSortingRepository;... | 590 | 0.862712 | 0.862712 | 14 | 41.142857 | 41.408863 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 1 |
a40f1375f8fed9ef1b7983f71d77ca612d6ec0e2 | 22,557,168,307,932 | 9c9b4453a3c8bc7915135d3b88c19c43038cdaa8 | /assign2_stacksQueues/testing/Test6.java | 36f4872b40435ff4d41f9dda5b352a394d3843a3 | [] | no_license | mamigot/Data-Structures-Java | https://github.com/mamigot/Data-Structures-Java | 97e0fe0a354732881a6f3f93b3280988e9b990b2 | 51a0eaa336ed61aeff5987abf270439fd2b914a9 | refs/heads/master | 2021-01-18T00:24:03.380000 | 2015-12-10T05:27:59 | 2015-12-10T05:27:59 | 13,490,907 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
// ***********************************************************************
//
// Test6 : Stacks (>1 element)
// Check how the stack's methods work for more than 1 element-stacks of Integers
//
// ***********************************************************************
public class Test6 extends TestHarness {
public ... | UTF-8 | Java | 1,519 | java | Test6.java | Java | [] | null | [] |
// ***********************************************************************
//
// Test6 : Stacks (>1 element)
// Check how the stack's methods work for more than 1 element-stacks of Integers
//
// ***********************************************************************
public class Test6 extends TestHarness {
public ... | 1,519 | 0.604345 | 0.591178 | 49 | 30 | 29.622799 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.183673 | false | false | 1 |
e9e9aa9d3a301b465bdd7c3faac177cf80268342 | 3,985,729,702,291 | 7a64d118d281d8bdd84ff8e757915a053df85781 | /shared-payments-backend/shared-payments-backend-usecase/src/main/java/com/davromalc/shared/payments/usecase/FetchBalance.java | 83054a43ff4a8adb3a660437fd0de05388eb8ef2 | [
"Apache-2.0"
] | permissive | david-romero/cucumber-micronaut-examples | https://github.com/david-romero/cucumber-micronaut-examples | dac021ac92be6d300d4463bf73d62b8b8ed78f23 | fdd7227230617854801b314ba100e266f8a070bc | refs/heads/main | 2022-12-31T23:28:11.240000 | 2020-10-22T10:15:07 | 2020-10-22T10:15:07 | 306,293,363 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.davromalc.shared.payments.usecase;
import static com.davromalc.shared.payments.domain.shared.Either.right;
import static java.util.stream.Collectors.toUnmodifiableList;
import static java.util.stream.Collectors.toUnmodifiableMap;
import com.davromalc.shared.payments.domain.Balance;
import com.davromalc.sh... | UTF-8 | Java | 3,454 | java | FetchBalance.java | Java | [] | null | [] | package com.davromalc.shared.payments.usecase;
import static com.davromalc.shared.payments.domain.shared.Either.right;
import static java.util.stream.Collectors.toUnmodifiableList;
import static java.util.stream.Collectors.toUnmodifiableMap;
import com.davromalc.shared.payments.domain.Balance;
import com.davromalc.sh... | 3,454 | 0.784762 | 0.784183 | 80 | 42.150002 | 34.952862 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 1 |
3ca1a06fda83d3d1f934ba869e0337cb4578bfc0 | 755,914,257,010 | 0a66d7edd1f6d8b99967463655513a7fdb76b993 | /src/drawing/domain/Image.java | 1573ffeff37d74bc46d48d16a7fae19665817f79 | [] | no_license | charleskorthout/drawing.domain | https://github.com/charleskorthout/drawing.domain | 1c690ca84174b387def9a81788b7fb55a499b95c | 4a11d445cf745d18c3987929b63d027bc1558825 | refs/heads/master | 2020-07-21T14:58:35.895000 | 2016-10-03T21:05:25 | 2016-10-03T21:05:25 | 67,157,348 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package drawing.domain;
/**
*
* @author Charles Korthout
*/
public class Image extends DrawingItem {
private String... | UTF-8 | Java | 2,405 | java | Image.java | Java | [
{
"context": "*/\r\npackage drawing.domain;\r\n\r\n/**\r\n *\r\n * @author Charles Korthout\r\n */\r\npublic class Image extends DrawingItem {\r\n ",
"end": 253,
"score": 0.9998693466186523,
"start": 237,
"tag": "NAME",
"value": "Charles Korthout"
}
] | 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 drawing.domain;
/**
*
* @author <NAME>
*/
public class Image extends DrawingItem {
private String file;
... | 2,395 | 0.538462 | 0.536383 | 105 | 20.885714 | 22.28017 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.247619 | false | false | 1 |
fd87f3668ea44e6dfc25d4bfae2359207df2cb6b | 16,990,890,642,588 | 0b27949cd48ead5529baa19e62669e8b7980801a | /src/test/java/rocks/zipcode/atm/bank/BankTest.java | 47cca188e86f539319b40bb5461368fe63cbbcf5 | [
"MIT"
] | permissive | jc-hsiao/CashMachineWeekend2Group | https://github.com/jc-hsiao/CashMachineWeekend2Group | 56189adf6761692c456ebc521d4a4e369c6a31ea | 3cb0a48de20d7bb3531d9fddde8f195084ea4ad4 | refs/heads/master | 2021-01-09T02:06:14.585000 | 2020-02-24T14:07:53 | 2020-02-24T14:07:53 | 242,211,337 | 0 | 2 | MIT | true | 2020-02-24T14:07:54 | 2020-02-21T19:05:25 | 2020-02-24T13:56:16 | 2020-02-24T14:07:53 | 2,872 | 0 | 2 | 0 | Java | false | false | package rocks.zipcode.atm.bank;
import org.junit.Assert;
import org.junit.Test;
import rocks.zipcode.atm.ActionResult;
public class BankTest {
@Test
public void generateIdTest(){
Assert.assertEquals("abb",Bank.generateID("aa bb"));
}
@Test
public void createAccountTest(){
Bank zi... | UTF-8 | Java | 4,757 | java | BankTest.java | Java | [
{
"context": "onResult<AccountData> ar = zipBank.createAccount(\"Phoenix Wright\", \"pw_ace@attorney.gov\", \"1122\");\n\n String",
"end": 416,
"score": 0.9998772740364075,
"start": 402,
"tag": "NAME",
"value": "Phoenix Wright"
},
{
"context": "ta> ar = zipBank.createAccount(\... | null | [] | package rocks.zipcode.atm.bank;
import org.junit.Assert;
import org.junit.Test;
import rocks.zipcode.atm.ActionResult;
public class BankTest {
@Test
public void generateIdTest(){
Assert.assertEquals("abb",Bank.generateID("aa bb"));
}
@Test
public void createAccountTest(){
Bank zi... | 4,709 | 0.659239 | 0.648308 | 130 | 35.599998 | 30.482681 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 1 |
5fd05b75f0ded526e5609c89de62caaec715bf73 | 16,346,645,536,062 | a4142106fe594b7e0c4951678dd8a28f01d1f4e8 | /src/edu/umn/contactviewer/data/Contact.java | 058eb4f08adbcaeebd96a1ed725a715efc307283 | [] | no_license | cannontech/msse-spitfire | https://github.com/cannontech/msse-spitfire | ee6b07ed5946d393ff448715725efa1b403356f4 | 5d7bee1853a0e941246a6f12423701a0f74c3795 | refs/heads/master | 2021-01-25T08:42:49.684000 | 2012-04-11T00:42:44 | 2012-04-11T00:42:44 | 32,194,780 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.umn.contactviewer.data;
import android.graphics.Bitmap;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/** Model class for storing a single contact.
*
*/
public class Contact {
// @SerializedName("status")
// private String _status;
//
// @SerializedName("message")
... | UTF-8 | Java | 1,629 | java | Contact.java | Java | [] | null | [] | package edu.umn.contactviewer.data;
import android.graphics.Bitmap;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/** Model class for storing a single contact.
*
*/
public class Contact {
// @SerializedName("status")
// private String _status;
//
// @SerializedName("message")
... | 1,629 | 0.642726 | 0.642726 | 99 | 15.444445 | 14.280185 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.959596 | false | false | 1 |
4f2e4b9ea9b0e1357ee3e71210def1973a59830c | 15,977,278,365,918 | f4b7e8a8e6323bb341c278a2f5d81dcbe2781f52 | /auth/src/main/java/ru/job4j/auth/auth/service/PersonService.java | e76f5e7b9e42411990d6b7ec84d6706031b3d026 | [] | no_license | zely20/job4j_rest | https://github.com/zely20/job4j_rest | e7b8e1db5b40351ff084f0856ed65c67d1197545 | f814e83b6d136a45bf0f0ae14087f98bc272406f | refs/heads/master | 2023-07-17T06:23:33.151000 | 2021-09-03T08:23:52 | 2021-09-03T08:23:52 | 400,967,230 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.job4j.auth.auth.service;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import ru.job4j.auth.auth.entity.Person;
import ru.job4j.auth.auth.repository.PersonRepository;
import java.util.List;
import java.util.Optional;
@Service
public class ... | UTF-8 | Java | 1,260 | java | PersonService.java | Java | [] | null | [] | package ru.job4j.auth.auth.service;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import ru.job4j.auth.auth.entity.Person;
import ru.job4j.auth.auth.repository.PersonRepository;
import java.util.List;
import java.util.Optional;
@Service
public class ... | 1,260 | 0.668254 | 0.665873 | 51 | 23.725491 | 19.712719 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.372549 | false | false | 1 |
c8c71d06bb6943dd8d2ca7f8e3ffc4ee791fc0dd | 27,118,423,507,288 | f4b47043eebbc062b1cd3c8ddbe51cc9aa9fdc55 | /smslib/src/main/java/org/smslib/routing/AbstractBalancer.java | 06aff37cfa497fe7113562db24106c905927dd7c | [
"Apache-2.0"
] | permissive | psaawkel/smslib | https://github.com/psaawkel/smslib | 11801108b1df596046d8a3855fb3a4374cb0750f | 8d06c259bac247e7aef6b4bfecd09928b298581e | refs/heads/dev | 2023-05-20T20:44:04.384000 | 2021-06-06T22:50:54 | 2021-06-06T22:50:54 | 373,574,771 | 0 | 0 | NOASSERTION | true | 2021-06-03T16:32:54 | 2021-06-03T16:32:54 | 2021-03-29T10:08:13 | 2018-10-29T13:54:57 | 393 | 0 | 0 | 0 | null | false | false |
package org.smslib.routing;
import java.util.Collection;
import org.smslib.gateway.AbstractGateway;
import org.smslib.message.OutboundMessage;
public abstract class AbstractBalancer
{
public abstract Collection<AbstractGateway> balance(OutboundMessage message, Collection<AbstractGateway> candidates);
}
| UTF-8 | Java | 308 | java | AbstractBalancer.java | Java | [] | null | [] |
package org.smslib.routing;
import java.util.Collection;
import org.smslib.gateway.AbstractGateway;
import org.smslib.message.OutboundMessage;
public abstract class AbstractBalancer
{
public abstract Collection<AbstractGateway> balance(OutboundMessage message, Collection<AbstractGateway> candidates);
}
| 308 | 0.840909 | 0.840909 | 10 | 29.700001 | 34.044235 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 1 |
d56f26dd797bab563435ad8cc891772a0aef231d | 12,446,815,265,235 | c9f70643e541f54a95bfd316aad608d4458dd664 | /Module Assessment Exercises 2/SportsEquipmentProject/src/sportsequipmentproject/PrivateCustomerDetails.java | 2b736dc7d11332523346e9161d20bad69a04f3f6 | [] | no_license | nahim555/Programming_1_JAVA | https://github.com/nahim555/Programming_1_JAVA | 3d25e8454b87e7a9c96579daa23ce54220ce9e09 | 2a3effc48eae3542d842460a150afeda4888d805 | refs/heads/master | 2022-09-19T03:48:42.470000 | 2020-05-28T13:29:01 | 2020-05-28T13:29:01 | 267,596,959 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sportsequipmentproject;
import java.text.NumberFormat;
/**
* A class to model a private individual customer of a sports equipment
* company
* @author Geoff McKeown
*/
public class PrivateCustomerDetails extends CustomerDetails{
private static final float TOTAL_FOR_MAX_DISCOUNT = 500;
... | UTF-8 | Java | 2,534 | java | PrivateCustomerDetails.java | Java | [
{
"context": "stomer of a sports equipment\n * company\n * @author Geoff McKeown\n */\npublic class PrivateCustomerDetails extends C",
"end": 176,
"score": 0.9997922778129578,
"start": 163,
"tag": "NAME",
"value": "Geoff McKeown"
}
] | null | [] | package sportsequipmentproject;
import java.text.NumberFormat;
/**
* A class to model a private individual customer of a sports equipment
* company
* @author <NAME>
*/
public class PrivateCustomerDetails extends CustomerDetails{
private static final float TOTAL_FOR_MAX_DISCOUNT = 500;
... | 2,527 | 0.580505 | 0.577348 | 75 | 32.786667 | 26.334917 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 1 |
830c5d2305097e42926f95a358e73d18732d8762 | 29,635,274,396,551 | 4400226d6603cd7cc8726f5cca00e83456ff52e9 | /Android/23-03-2020/SQLiteCRUD_MRHEAN/app/src/main/java/com/hean/sqlitecrud/MainActivity.java | 723714eb1df14ee5fe8c25a269c49bdaa8e8d04a | [] | no_license | sunlight3d/A2002GAptech | https://github.com/sunlight3d/A2002GAptech | 5dd75d515382a5b874b30ddc42f47ee88b0f204f | 4b83205903f78a26ef3cccf058fdbaaf5f6622ba | refs/heads/master | 2022-07-13T18:04:39.218000 | 2020-04-03T04:02:10 | 2020-04-03T04:02:10 | 239,426,897 | 1 | 1 | null | false | 2022-06-29T17:59:27 | 2020-02-10T04:27:07 | 2020-04-03T04:02:20 | 2022-06-29T17:59:27 | 18,959 | 1 | 1 | 1 | Java | false | false | package com.hean.sqlitecrud;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import andro... | UTF-8 | Java | 5,109 | java | MainActivity.java | Java | [] | null | [] | package com.hean.sqlitecrud;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import andro... | 5,109 | 0.548052 | 0.548052 | 134 | 37.126865 | 28.728378 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.716418 | false | false | 1 |
060231cf26e17f180a2dcb89fbea50cf9f5c4232 | 30,485,677,909,752 | 223d476c6a03903219ae4bd98f9928b5fa4b2dc6 | /MS_vls_FileInitiated_Process-2/src/main/java/com/cjc/vls/file/main/model/Vls_Customer_Previous_Loan_Details.java | 0d9133f7219bd064b09bbc7048b39f82d6c210ee | [] | no_license | cjc-FDJ117-Team3/FileInitiated | https://github.com/cjc-FDJ117-Team3/FileInitiated | 32c7097c5acd8015d36726b5b1f145ccaac4df05 | 68eaceadc40d807801cffee273a9c4b90f2f6fb6 | refs/heads/master | 2022-12-14T13:13:33.594000 | 2020-09-16T13:17:18 | 2020-09-16T13:17:18 | 296,000,956 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cjc.vls.file.main.model;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToOne;
@Entity
public class Vls_Customer_Previous_Loan_Details {
@Id
private int preLoanId;
@OneToOne(cascade = CascadeType.ALL)
priva... | UTF-8 | Java | 1,714 | java | Vls_Customer_Previous_Loan_Details.java | Java | [] | null | [] | package com.cjc.vls.file.main.model;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToOne;
@Entity
public class Vls_Customer_Previous_Loan_Details {
@Id
private int preLoanId;
@OneToOne(cascade = CascadeType.ALL)
priva... | 1,714 | 0.72112 | 0.72112 | 73 | 21.479452 | 24.538542 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.410959 | false | false | 1 |
edeb037f55782d8a6b6c8a7e34c7bf39fc76ac20 | 21,912,923,190,569 | 5ee8c2891ad48c1d7dfc45d19a8f8ad7f6761ad3 | /dConnectDevicePlugin/dConnectDevicePluginSDK/dconnect-device-plugin-sdk/src/main/java/org/deviceconnect/android/message/DevicePluginContext.java | 51b469ea9a7e6534e3eb9ec851ac97e91faff3fc | [
"MIT",
"Apache-2.0"
] | permissive | DeviceConnect/DeviceConnect-Android | https://github.com/DeviceConnect/DeviceConnect-Android | 48657c6a495e7a7a90d445c4c85d76dd146cdcfc | bebe333a5c8b8f246116c696f2b55c69f169a0ec | refs/heads/main | 2023-03-16T09:27:59.261000 | 2023-03-14T01:16:29 | 2023-03-14T01:16:29 | 29,235,999 | 57 | 34 | MIT | false | 2023-03-14T01:16:30 | 2015-01-14T09:05:06 | 2023-01-26T08:33:17 | 2023-03-14T01:16:29 | 96,612 | 51 | 22 | 7 | Java | false | false | /*
DevicePluginContext.java
Copyright (c) 2018 NTT DOCOMO,INC.
Released under the MIT license
http://opensource.org/licenses/mit-license.php
*/
package org.deviceconnect.android.message;
import android.Manifest;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Inten... | UTF-8 | Java | 34,424 | java | DevicePluginContext.java | Java | [
{
"context": "ed String getKeyStorePassword() {\n return \"0000\";\n }\n\n /**\n * 証明書で使用するエイリアス名を取得します.\n ",
"end": 23925,
"score": 0.9991884231567383,
"start": 23921,
"tag": "PASSWORD",
"value": "0000"
},
{
"context": " * @param keyStore キーストア\n * @param p... | null | [] | /*
DevicePluginContext.java
Copyright (c) 2018 NTT DOCOMO,INC.
Released under the MIT license
http://opensource.org/licenses/mit-license.php
*/
package org.deviceconnect.android.message;
import android.Manifest;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Inten... | 34,425 | 0.62928 | 0.627871 | 950 | 28.882105 | 25.174063 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.286316 | false | false | 1 |
781f700a5b44ad0a78ecc1d6b3b54719addb639e | 21,912,923,188,372 | 11bd3688a597026e78b9c036c159506c58fc1184 | /src/Com/freeCRM/Testcases/TakeVideo.java | 4bdf7dadfcca26fb8409ed5d90485476e44cb1b4 | [] | no_license | NadhemDriss/seleniumFramework | https://github.com/NadhemDriss/seleniumFramework | 855fe0153eb324151d37bb84682a29590a8217e3 | 549244451cfe443301d253f2a72602287542e599 | refs/heads/master | 2022-09-27T10:28:02.122000 | 2020-05-02T13:07:11 | 2020-05-02T13:07:11 | 260,478,111 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Com.freeCRM.Testcases;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.annotations.Test;
import com.automation.remarks.video.recorder.VideoRecorder;
public class TakeVideo {
@Test
public void video() {
System.setProperty("webdriver.chrome.driv... | UTF-8 | Java | 533 | java | TakeVideo.java | Java | [] | null | [] | package Com.freeCRM.Testcases;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.annotations.Test;
import com.automation.remarks.video.recorder.VideoRecorder;
public class TakeVideo {
@Test
public void video() {
System.setProperty("webdriver.chrome.driv... | 533 | 0.746717 | 0.746717 | 22 | 23.227272 | 26.120232 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.318182 | false | false | 1 |
03b641e5386da2e5abf22bc16d8d4316ca12c0ee | 33,414,845,615,362 | c2f2a77a984384eb3f11270a26f4eefa72bd0e78 | /micrometer-metrics-examples/src/main/java/io/vertx/example/micrometer/verticles/EventbusProducer.java | b67be7508bd701572a3021c184c8aaf7f6b60930 | [
"Apache-2.0"
] | permissive | vert-x3/vertx-examples | https://github.com/vert-x3/vertx-examples | 0b64b759be072b3b2bd30bdc9af7935441cf9cf6 | 4e7252869e1a0d8e43cbe5fc455055b6306a2115 | refs/heads/4.x | 2023-07-18T18:34:02.490000 | 2023-07-06T16:23:55 | 2023-07-06T16:23:55 | 31,272,860 | 3,892 | 2,710 | Apache-2.0 | false | 2023-07-06T16:23:57 | 2015-02-24T17:42:44 | 2023-07-05T11:46:05 | 2023-07-06T16:23:55 | 51,129 | 3,426 | 2,101 | 44 | Java | false | false | package io.vertx.example.micrometer.verticles;
import io.vertx.core.AbstractVerticle;
/**
* @author Joel Takvorian, jtakvori@redhat.com
*/
public class EventbusProducer extends AbstractVerticle {
@Override
public void start() throws Exception {
vertx.setPeriodic(1000, x -> {
Greetings.get(vertx, gree... | UTF-8 | Java | 409 | java | EventbusProducer.java | Java | [
{
"context": "rt io.vertx.core.AbstractVerticle;\n\n/**\n * @author Joel Takvorian, jtakvori@redhat.com\n */\npublic class EventbusPro",
"end": 117,
"score": 0.9998910427093506,
"start": 103,
"tag": "NAME",
"value": "Joel Takvorian"
},
{
"context": ".AbstractVerticle;\n\n/**\n * @aut... | null | [] | package io.vertx.example.micrometer.verticles;
import io.vertx.core.AbstractVerticle;
/**
* @author <NAME>, <EMAIL>
*/
public class EventbusProducer extends AbstractVerticle {
@Override
public void start() throws Exception {
vertx.setPeriodic(1000, x -> {
Greetings.get(vertx, greetingResult -> vertx.... | 389 | 0.718826 | 0.709046 | 16 | 24.5625 | 28.65521 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
cc93844607c5c1c2bf4996558447a5719d7128a5 | 37,014,028,159,212 | 21121e2d9094c8cf92e0a7010a707a16ca6ac181 | /Instragram/src/local/saradeth/mike/instagram/LargeImageActivity.java | e1f074c21c20714eab09d86e4c4aad53790ea2b3 | [] | no_license | msaradeth/Audible-App-Assignment | https://github.com/msaradeth/Audible-App-Assignment | bee3f29e85723ae3e192e93401ee78eb15de57d2 | f59adc16a292f08a61a0d19417dd21874bc14427 | refs/heads/master | 2016-09-06T19:41:42.853000 | 2014-12-15T17:56:59 | 2014-12-15T17:56:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package local.saradeth.mike.instagram;
import local.saradeth.mike.instagram.adapters.Adapter.ViewHolder;
import local.saradeth.mike.instagram.utils.ImageCache;
import local.saradeth.mike.instragram.R;
import android.app.Activity;
import android.os.Bundle;
import android.view.Window;
import android.view.WindowManager;
... | UTF-8 | Java | 1,319 | java | LargeImageActivity.java | Java | [
{
"context": "import android.widget.ImageView;\n\n/*\n Programmer: Mike Saradeth\n Date: 12/10/2014\n */\n\n/**\n * Activity where a si",
"end": 384,
"score": 0.9998880624771118,
"start": 371,
"tag": "NAME",
"value": "Mike Saradeth"
}
] | null | [] | package local.saradeth.mike.instagram;
import local.saradeth.mike.instagram.adapters.Adapter.ViewHolder;
import local.saradeth.mike.instagram.utils.ImageCache;
import local.saradeth.mike.instragram.R;
import android.app.Activity;
import android.os.Bundle;
import android.view.Window;
import android.view.WindowManager;
... | 1,312 | 0.763457 | 0.74981 | 50 | 25.379999 | 20.872843 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.16 | false | false | 1 |
fa55868eab5df0c09137bfda92633183c0863dd0 | 21,758,304,391,449 | 56d9bd600459e412c3921aa49bb303951962d35b | /src/main/java/ru/blgroup/dto/GameResults.java | 75e229e4a6fc784f2a27be952d83784ac5698fc7 | [] | no_license | DenLarik/il2-stats-web | https://github.com/DenLarik/il2-stats-web | 21c5fa84493a00c31d7435938c2fc77811c61ddf | f3c1d18900f16b7f0dbc7732e6a60b7ca5215125 | refs/heads/master | 2019-02-01T06:48:01.391000 | 2017-12-07T13:29:06 | 2017-12-07T13:29:06 | 99,098,303 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.blgroup.dto;
import lombok.Data;
import java.sql.Timestamp;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.util.Objects;
@Data
public class GameResults {
private int count;
private int coal;
private Timestamp date;
public GameResults(Object... objects) {
i... | UTF-8 | Java | 986 | java | GameResults.java | Java | [] | null | [] | package ru.blgroup.dto;
import lombok.Data;
import java.sql.Timestamp;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.util.Objects;
@Data
public class GameResults {
private int count;
private int coal;
private Timestamp date;
public GameResults(Object... objects) {
i... | 986 | 0.616633 | 0.607505 | 31 | 30.806452 | 23.644436 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 1 |
91957a72bc8a86aea4c3a9c6d45af937505505ac | 36,017,595,763,269 | 3b1178ff413cf4c6a759b8d6792ab431c1c44c16 | /app/src/main/java/com/example/dailydose/EntryLogView.java | 28ae93f33bd2ffd8624c57467f2e9d310f884d26 | [] | no_license | Oyestrone/DailyDose | https://github.com/Oyestrone/DailyDose | 169b960c191fe7cf76c45d798f5de577e3c74b04 | 71cf3d30db54bd0edea960033d36899084a4bb83 | refs/heads/main | 2023-05-11T15:12:11.048000 | 2021-06-02T05:10:48 | 2021-06-02T05:10:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dailydose;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.Typeface;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup... | UTF-8 | Java | 7,604 | java | EntryLogView.java | Java | [] | null | [] | package com.example.dailydose;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.Typeface;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup... | 7,604 | 0.616518 | 0.611783 | 190 | 39.021053 | 25.078814 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689474 | false | false | 1 |
2746abaecfa2d29b40aedb8635098db8e2139d40 | 10,445,360,483,290 | 8a3a50eb3129d7c52a7d0b2a2bd5d5877e0240f7 | /src/Lesson.java | efc332ac7940625ca37b92bc82165d465dd8b70e | [] | no_license | najkhan1/Basic-school-application | https://github.com/najkhan1/Basic-school-application | b482210eb0bd60630c9dc60ae300001fe682137e | 5eef6435689706084e784807ba6166b23feb51d6 | refs/heads/master | 2022-11-14T08:56:39.359000 | 2020-07-08T07:57:19 | 2020-07-08T07:57:19 | 278,023,565 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.sql.Date;
import java.time.DayOfWeek;
public class Lesson {
private int lesID;
private String dayOfWeek;
private int lStart;
private int lDuration;
private int teaID;
private int corID;
private int roomNo;
public Lesson() {
}
public Lesson(int lesI... | UTF-8 | Java | 1,666 | java | Lesson.java | Java | [] | null | [] | import java.sql.Date;
import java.time.DayOfWeek;
public class Lesson {
private int lesID;
private String dayOfWeek;
private int lStart;
private int lDuration;
private int teaID;
private int corID;
private int roomNo;
public Lesson() {
}
public Lesson(int lesI... | 1,666 | 0.557023 | 0.557023 | 80 | 18.825001 | 17.153553 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 1 |
08febe43a47a88589688ba087fbae57e26fdc80f | 16,415,365,020,982 | 81ba559171d94b4db268454582ebc77f0285a8f9 | /src/thread/Review.java | 9fca7c858e6362d36e7ecea1b5461ea0c7f54d00 | [] | no_license | zjjzjj123/java_LOCK | https://github.com/zjjzjj123/java_LOCK | 56c01b535746e4bd5e5862dd2a129ca517bd7405 | 242b4aa2ab8b0db120c18f95eb0356c433b331a9 | refs/heads/master | 2022-11-28T03:57:01.975000 | 2020-08-03T02:25:00 | 2020-08-03T02:25:00 | 284,432,752 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package thread;
import com.sun.deploy.model.LocalApplicationProperties;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
class ShareData
{
private int number = 0;
private Lock lock = new ReentrantLock();
private Conditi... | UTF-8 | Java | 2,257 | java | Review.java | Java | [] | null | [] | package thread;
import com.sun.deploy.model.LocalApplicationProperties;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
class ShareData
{
private int number = 0;
private Lock lock = new ReentrantLock();
private Conditi... | 2,257 | 0.494915 | 0.484262 | 98 | 20.020409 | 18.525206 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.438776 | false | false | 1 |
6b668ffbc6d3b30702f2303a7a66a2f2011ab719 | 25,726,854,134,976 | 68e31b696e48fbe09da37d7efcdd7d61d0ccda43 | /javacore/src/main/java/design/factory/abstractFactory/DateSourceLogger.java | 589fb721738a928862a031bdb4baf00e537e5f0b | [] | no_license | weiandedidi/javaStu | https://github.com/weiandedidi/javaStu | 851b362f3dd222ec13f80c746110e8b96b12190c | 9ea5be02c35708154c55d95e194965fc0928fc04 | refs/heads/master | 2023-07-19T20:01:31.605000 | 2023-07-17T03:41:45 | 2023-07-17T03:41:45 | 104,423,116 | 0 | 0 | null | false | 2023-08-29T07:49:32 | 2017-09-22T02:41:32 | 2021-11-05T08:59:13 | 2023-08-29T07:49:30 | 1,878 | 0 | 0 | 2 | Java | false | false | package design.factory.abstractFactory;
/**
* Created with IntelliJ IDEA.
* @author maqidi
* Date: 2017/9/26
* Time: 下午9:47
*/
public class DateSourceLogger implements Logger{
//数据库日志记录器:具体产品
public void writeLog() {
System.out.println("文件日志记录");
}
}
| UTF-8 | Java | 319 | java | DateSourceLogger.java | Java | [
{
"context": "ry;\n\n/**\n * Created with IntelliJ IDEA.\n * @author maqidi\n * Date: 2017/9/26\n * Time: 下午9:47\n */\npublic cla",
"end": 93,
"score": 0.999579906463623,
"start": 87,
"tag": "USERNAME",
"value": "maqidi"
}
] | null | [] | package design.factory.abstractFactory;
/**
* Created with IntelliJ IDEA.
* @author maqidi
* Date: 2017/9/26
* Time: 下午9:47
*/
public class DateSourceLogger implements Logger{
//数据库日志记录器:具体产品
public void writeLog() {
System.out.println("文件日志记录");
}
}
| 319 | 0.66787 | 0.631769 | 14 | 18.785715 | 15.072105 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 1 |
0fbbdfd57f935927efa2b7062cf0e6a9a49f6a58 | 19,825,569,052,956 | da907a33b7f1c58d272e98f38bb11c738bb660ea | /decisionsupport/src/main/java/com/mds/ontologyaccess/vocabulary/MDSClass.java | 4c84b03dd790ba62a99531b7c10fc5065a4789df | [] | no_license | yanis-tari/MDS | https://github.com/yanis-tari/MDS | 0ba7d80831149e4829691b9fdd6c9a2da0b9ea16 | 5c6c706985cc99c61bd890b311c4418dd41e8e82 | refs/heads/master | 2021-01-18T14:16:12.898000 | 2014-04-03T14:09:37 | 2014-04-03T14:09:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mds.ontologyaccess.vocabulary;
import com.hp.hpl.jena.rdf.model.Model;
import com.hp.hpl.jena.rdf.model.ModelFactory;
import com.hp.hpl.jena.rdf.model.Resource;
public class MDSClass {
private static Model m_model = ModelFactory.createDefaultModel();
public static final String NS = "http:... | UTF-8 | Java | 1,362 | java | MDSClass.java | Java | [] | null | [] | package com.mds.ontologyaccess.vocabulary;
import com.hp.hpl.jena.rdf.model.Model;
import com.hp.hpl.jena.rdf.model.ModelFactory;
import com.hp.hpl.jena.rdf.model.Resource;
public class MDSClass {
private static Model m_model = ModelFactory.createDefaultModel();
public static final String NS = "http:... | 1,362 | 0.716593 | 0.716593 | 39 | 32.923077 | 37.546814 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.076923 | false | false | 1 |
7d560d18dc150e08fe388838e46aa767ed9a8d83 | 35,837,207,123,313 | fa8974e35493f37a79e1d4f43d71dd4b16bd8630 | /JUnitAutoGeneration/src/main/java/vn/com/nttdata/services/JUnitGeneration.java | 8bfbde6ae8192c3abaa6201ef2fd1d9426ff7a2b | [] | no_license | tuyen/test | https://github.com/tuyen/test | b4f152d2da72646b216c65c88fadedff618cc8c7 | 8a32cd06a2666bfd6af5f6e34498a01d61f1e3d9 | refs/heads/master | 2018-04-01T01:26:41.274000 | 2017-05-15T16:29:20 | 2017-05-15T16:29:20 | 88,254,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vn.com.nttdata.services;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
... | UTF-8 | Java | 19,723 | java | JUnitGeneration.java | Java | [] | null | [] | package vn.com.nttdata.services;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
... | 19,723 | 0.68879 | 0.68666 | 575 | 32.300869 | 26.974092 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3 | false | false | 1 |
ba6af490497887a7d2e03b6c845ecbff551f7de7 | 7,069,516,196,303 | 5a2fab869fb3791984df93ce8bd133d5d66a0d33 | /TPJava/src/Introduction/Vehicle.java | cf400265ce346f54bc0af8cb839030b53fe79fb0 | [] | no_license | swathi-selenium/JavaBasicsPractice | https://github.com/swathi-selenium/JavaBasicsPractice | 4a9b42fffa7a8a666c6c988d96219e5257d96bba | 2ab17050724b01321c01e6ddee817da133a9f125 | refs/heads/master | 2023-02-21T13:49:08.198000 | 2021-01-25T18:20:02 | 2021-01-25T18:20:02 | 332,825,985 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Introduction;
public class Vehicle extends Car{
public static void main(String[] args) {
Car a = new Vehicle();
boolean result = a instanceof Vehicle;
System.out.println( result );
}
}
| UTF-8 | Java | 206 | java | Vehicle.java | Java | [] | null | [] | package Introduction;
public class Vehicle extends Car{
public static void main(String[] args) {
Car a = new Vehicle();
boolean result = a instanceof Vehicle;
System.out.println( result );
}
}
| 206 | 0.699029 | 0.699029 | 13 | 14.846154 | 16.379377 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.923077 | false | false | 1 |
5a630146a5b9d3f8523f1f52cf5cffa53a6ca15a | 17,678,085,415,676 | 785cdb564f7d476dbfb784b5f8e0466245d6fe26 | /src/main/java/assignment3/logic/LogicManager.java | 034226ff8c48e645ac99661309608fca246eb931 | [] | no_license | MightyCupcakes/CS3219-Assignment-3 | https://github.com/MightyCupcakes/CS3219-Assignment-3 | 4667bdba87b410bc3ddcf2068faf96845b824d7a | 1e7b3e0a8a44ee77dc636237565cd37efc23c4b4 | refs/heads/master | 2021-08-11T08:34:58.630000 | 2017-11-13T12:11:57 | 2017-11-13T12:11:57 | 104,436,855 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package assignment3.logic;
import static java.util.Objects.isNull;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.StringReader;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.time.LocalDateTime;
import java.time.format.Date... | UTF-8 | Java | 9,566 | java | LogicManager.java | Java | [] | null | [] | package assignment3.logic;
import static java.util.Objects.isNull;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.StringReader;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.time.LocalDateTime;
import java.time.format.Date... | 9,566 | 0.661196 | 0.658373 | 255 | 36.513725 | 31.398245 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.639216 | false | false | 1 |
7bea611e21aead06d5ca3a9820c9abe8222b0239 | 9,423,158,278,201 | a6cb3f86ec7471ce31d2f3cb7e342d3bd6beea5f | /Blabber/app/src/main/java/com/example/blabber/FriendsFragment.java | ef81ecee3775fdcaff7833c6d71a8e1e66cff358 | [] | no_license | mil167/Blabber | https://github.com/mil167/Blabber | f81cb3a0887ba487462b391f4015c0aaf7334a24 | f1fa97fa97aa7b5809bbc5e8adaeb88469ca3efc | refs/heads/master | 2020-04-22T19:16:27.327000 | 2019-02-25T22:29:03 | 2019-02-25T22:29:03 | 170,602,910 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.blabber;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.Fragment;
import android.support.v7.app.AlertDialog;
import android.support.v7.widget.LinearLayoutManager;
import andro... | UTF-8 | Java | 8,029 | java | FriendsFragment.java | Java | [
{
"context": " chatIntent.putExtra(\"user_name\", user_name);\n ",
"end": 5608,
"score": 0.763760507106781,
"start": 5603,
"tag": "NAME",
"value": "user_"
},
{
"context": " chatIntent.putExtra(\"user_name\", user_n... | null | [] | package com.example.blabber;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.Fragment;
import android.support.v7.app.AlertDialog;
import android.support.v7.widget.LinearLayoutManager;
import andro... | 8,029 | 0.555237 | 0.55449 | 237 | 32.877636 | 29.375458 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.493671 | false | false | 1 |
a9fd9ce23563dfa523f78ac422ad267457a1dfe0 | 28,948,079,596,883 | ca3e78db35f2408443abbac4983edc943c2d98a8 | /src/main/java/ctl/graphwalker/pmt/test/Test5.java | 44e5aa890628f93e9ea9138ab5ee9253983ee9e0 | [] | no_license | Harshachannappa/PMT | https://github.com/Harshachannappa/PMT | 9762dcb26b0deeb1283adcc5e089507ed654ef79 | 3a4b2b80870b12051671f3d540bba76d122e703f | refs/heads/master | 2021-07-11T06:31:32.478000 | 2017-10-15T13:39:44 | 2017-10-15T13:39:44 | 105,653,581 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Generated by GraphWalker (http://www.graphwalker.org)
package ctl.graphwalker.pmt.test;
import org.graphwalker.java.annotation.Model;
import org.graphwalker.java.annotation.Vertex;
import org.graphwalker.java.annotation.Edge;
@Model(file = "ctl/graphwalker/pmt/Test5.graphml")
public interface Test5 {
@Vertex(... | UTF-8 | Java | 790 | java | Test5.java | Java | [] | null | [] | // Generated by GraphWalker (http://www.graphwalker.org)
package ctl.graphwalker.pmt.test;
import org.graphwalker.java.annotation.Model;
import org.graphwalker.java.annotation.Vertex;
import org.graphwalker.java.annotation.Edge;
@Model(file = "ctl/graphwalker/pmt/Test5.graphml")
public interface Test5 {
@Vertex(... | 790 | 0.655696 | 0.646835 | 43 | 17.372093 | 16.094233 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.348837 | false | false | 1 |
d66f8744722e3cf717bf5b2a89e2790ef1a5aca8 | 31,988,916,448,130 | 12d0162f88f0601616c09610196ba9656e5fc170 | /Lab5Bonus/src/main/java/com/jetbrains/SaveCommand.java | ac38bd353779dbf28beb9ffa1945fb435620593b | [] | no_license | Razvan5/AllJavaProblems | https://github.com/Razvan5/AllJavaProblems | 7f2e8955ce1a332422dbcca77d34e9685cd752bf | e2b3902fe67762584180d114f1d817c30bdca26c | refs/heads/master | 2022-09-16T16:59:44.828000 | 2020-05-25T20:38:32 | 2020-05-25T20:38:32 | 266,873,572 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jetbrains;
import javax.print.Doc;
import java.io.IOException;
public class SaveCommand {
Catalog Object;
public SaveCommand(Catalog object) {
Object = object;
}
public Catalog getObject() {
return Object;
}
public void setObject(Catalog object) {
Object... | UTF-8 | Java | 712 | java | SaveCommand.java | Java | [] | null | [] | package com.jetbrains;
import javax.print.Doc;
import java.io.IOException;
public class SaveCommand {
Catalog Object;
public SaveCommand(Catalog object) {
Object = object;
}
public Catalog getObject() {
return Object;
}
public void setObject(Catalog object) {
Object... | 712 | 0.632023 | 0.632023 | 34 | 19.941177 | 21.06983 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 1 |
272029b1166bc3f60ccba0cd22d09dfc37ee1592 | 31,430,570,701,256 | 40be9eecc40387ff89cc7c8ddc0a402bd5785b10 | /UseFastEvents.java | f695ac6e7966803a82d5a67ff453d20373695e5c | [] | no_license | agoodno/FuncTest | https://github.com/agoodno/FuncTest | 0e443c9a3526ae3dc0a5baa8de7e2a5f6a63ea17 | 150b4ee24ebbdf5ad500b65d66c869ed6a80fb42 | refs/heads/master | 2021-01-01T17:22:26.089000 | 2012-06-22T03:34:26 | 2012-06-22T03:34:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import gov.wicourts.functest.TestUtils;
import gov.wicourts.functest.data.UseFastEventsTestCase;
import java.util.HashMap;
import java.util.Map;
import org.eclipse.hyades.execution.runtime.datapool.IDatapoolCell;
import resources.UseFastEventsHelper;
import com.rational.test.ft.WrappedException;
impo... | UTF-8 | Java | 3,090 | java | UseFastEvents.java | Java | [] | null | [] |
import gov.wicourts.functest.TestUtils;
import gov.wicourts.functest.data.UseFastEventsTestCase;
import java.util.HashMap;
import java.util.Map;
import org.eclipse.hyades.execution.runtime.datapool.IDatapoolCell;
import resources.UseFastEventsHelper;
import com.rational.test.ft.WrappedException;
impo... | 3,090 | 0.631392 | 0.628155 | 142 | 19.732395 | 18.926439 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.204225 | false | false | 1 |
d8f054a468ac3742561cef83079a55039e315345 | 26,697,516,777,844 | a6f1d235ebffbb8d276c8e1831467da6a0a90c4d | /xy-inc-service/src/main/java/br/com/zup/service/InterestPointService.java | eebd5ebd46f06a34375894fb5d5c5c9219cfa22f | [] | no_license | osamucamarques/xy-inc | https://github.com/osamucamarques/xy-inc | 2ca08f6bd3ebde79155eafaebb3f39b3348d2adf | 634c1422213dd97c18d41cefc39689bdc58f040f | refs/heads/master | 2023-03-09T07:16:05.959000 | 2017-03-20T13:33:30 | 2017-03-20T13:33:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.zup.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import br.com.zup.exception.ServiceException;
import br.com.zup.model.InterestPoint;
import br.com.zup.repository.InterestPointRepository;
import br.com.zup... | UTF-8 | Java | 1,697 | java | InterestPointService.java | Java | [] | null | [] | package br.com.zup.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import br.com.zup.exception.ServiceException;
import br.com.zup.model.InterestPoint;
import br.com.zup.repository.InterestPointRepository;
import br.com.zup... | 1,697 | 0.758986 | 0.758986 | 65 | 25.107693 | 25.882053 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.415385 | false | false | 1 |
288b6951c3702acc7f80d9595444c9f6154f7ee4 | 2,113,123,930,073 | d8694319934e31794715253eab279445b080638d | /app/src/main/java/com/example/dell/menu/MainActivity.java | c8d213bf0c673152b1f68141cb8851f9fca450a9 | [] | no_license | yusrilchalif/android-menu | https://github.com/yusrilchalif/android-menu | 23c2e11e374f52c0edf0d83f41b102c47cfe91f2 | e2982c4e0faed1d2caa498de6f26fd777ef2a3a4 | refs/heads/master | 2020-05-04T16:07:09.676000 | 2019-04-03T11:34:24 | 2019-04-03T11:34:24 | 179,268,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dell.menu;
import android.app.Activity;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Html;
import android.text.Spanned;
import android.view.ContextMenu;
import android.view.Menu;
import android.view.MenuItem;
import a... | UTF-8 | Java | 3,916 | java | MainActivity.java | Java | [] | null | [] | package com.example.dell.menu;
import android.app.Activity;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Html;
import android.text.Spanned;
import android.view.ContextMenu;
import android.view.Menu;
import android.view.MenuItem;
import a... | 3,916 | 0.623851 | 0.599081 | 119 | 31.907562 | 22.308378 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.882353 | false | false | 1 |
1a2ac572651b2984c5012b16b503223e12b4d1d9 | 18,090,402,289,920 | 0e684ccee14bb6f727001b84411a149a3d0f05bb | /TMAPaint/src/shapeFactory/Shape.java | bc371eb295bf253889f16031889ded5269bfcea8 | [] | no_license | 14520582/painttraining | https://github.com/14520582/painttraining | 9cf9c143dcfa9a338c369d1b3d7756aa09367c1b | 6495a2d125947ba8e106b3f3148083345136cb0f | refs/heads/master | 2021-05-12T19:57:37.270000 | 2018-01-14T16:27:41 | 2018-01-14T16:27:41 | 117,109,154 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shapeFactory;
import javax.swing.JPanel;
import component.State;
public abstract class Shape extends JPanel{
/**
*
*/
private static final long serialVersionUID = 1L;
protected boolean isRemove;
protected int status;
public Shape() {
super();
setRemove(false);
setStatus(State.Status.NEW);
}... | UTF-8 | Java | 723 | java | Shape.java | Java | [] | null | [] | package shapeFactory;
import javax.swing.JPanel;
import component.State;
public abstract class Shape extends JPanel{
/**
*
*/
private static final long serialVersionUID = 1L;
protected boolean isRemove;
protected int status;
public Shape() {
super();
setRemove(false);
setStatus(State.Status.NEW);
}... | 723 | 0.694329 | 0.692946 | 41 | 16.609756 | 16.080404 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.439024 | false | false | 1 |
e50eee168195ec1e0af647d95316da78e530263d | 15,247,133,964,136 | 444308627f20894130edf435ab1579ddddc78980 | /src/com/education/shun/util/ColourUtil.java | bb11ff888dddea349c284cf1d707e71ef4b31736 | [] | no_license | AkiShunmu/ParkingSystem | https://github.com/AkiShunmu/ParkingSystem | 70e1566f7f40a2477110383e9962d4aef68d3364 | 869c6cbe66280373ad85e546bfec6b45ce0636c0 | refs/heads/master | 2023-04-10T20:18:11.643000 | 2021-04-19T03:51:52 | 2021-04-19T03:51:52 | 342,876,067 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.education.shun.util;
import javax.swing.*;
import java.awt.*;
/**
* @program: ParkingSystem
* @description: 渐变颜色工具类
* @author: qishun zhou
* @create: 2021-04-10 00:12
**/
public class ColourUtil extends JPanel {
private String value;
public ColourUtil(String value) {
this.value = v... | UTF-8 | Java | 947 | java | ColourUtil.java | Java | [
{
"context": "ParkingSystem\n * @description: 渐变颜色工具类\n * @author: qishun zhou\n * @create: 2021-04-10 00:12\n **/\n\npublic class C",
"end": 155,
"score": 0.999830424785614,
"start": 144,
"tag": "NAME",
"value": "qishun zhou"
}
] | null | [] | package com.education.shun.util;
import javax.swing.*;
import java.awt.*;
/**
* @program: ParkingSystem
* @description: 渐变颜色工具类
* @author: <NAME>
* @create: 2021-04-10 00:12
**/
public class ColourUtil extends JPanel {
private String value;
public ColourUtil(String value) {
this.value = value;... | 942 | 0.613333 | 0.570909 | 33 | 24 | 22.201555 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.69697 | false | false | 1 |
3ab46e6483af69e576bc284a51ad48fbdedd6adb | 15,247,133,961,033 | d00af6c547e629983ff777abe35fc9c36b3b2371 | /jboss-all/messaging/src/main/org/jboss/mq/il/ClientILService.java | fbdaaf0484363f5c1527c65d7d5d4525ec5296c2 | [] | no_license | aosm/JBoss | https://github.com/aosm/JBoss | e4afad3e0d6a50685a55a45209e99e7a92f974ea | 75a042bd25dd995392f3dbc05ddf4bbf9bdc8cd7 | refs/heads/master | 2023-07-08T21:50:23.795000 | 2013-03-20T07:43:51 | 2013-03-20T07:43:51 | 8,898,416 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* JBossMQ, the OpenSource JMS implementation
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.mq.il;
import org.jboss.mq.Connection;
/**
* This class manages the lifecycle of an instance of the ClientIL
* Implementations of this class should have a default cons... | UTF-8 | Java | 1,944 | java | ClientILService.java | Java | [
{
"context": "ould have a default constructor.\n *\n * @author Hiram Chirino (Cojonudo14@hotmail.com)\n * @created August 16",
"end": 360,
"score": 0.9998846054077148,
"start": 347,
"tag": "NAME",
"value": "Hiram Chirino"
},
{
"context": "ult constructor.\n *\n * @author H... | null | [] | /*
* JBossMQ, the OpenSource JMS implementation
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.mq.il;
import org.jboss.mq.Connection;
/**
* This class manages the lifecycle of an instance of the ClientIL
* Implementations of this class should have a default cons... | 1,922 | 0.673868 | 0.668724 | 64 | 29.375 | 28.419569 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
2ea55f69496fddf6a3e37f606802400ca5259b9a | 28,492,813,099,276 | 0d51c9ac536d5b4e33d7e33c7ed253383363999c | /java/explore3d/explore3d/shapes/PanelShape.java | 472c9f496f3c3c597c4c148095d2474bdd70a05c | [] | no_license | szopenfx/code | https://github.com/szopenfx/code | 3e5b9adb26f2065bb9f19c2aa3e377f52f1366a4 | 342b1a415452033e2c7d0af47bbdeb926daa0669 | refs/heads/master | 2020-06-04T12:54:28.991000 | 2012-02-12T15:57:20 | 2012-02-12T15:57:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package explore3d.shapes;
import javax.media.j3d.Geometry;
import javax.media.j3d.QuadArray;
import javax.media.j3d.Shape3D;
import javax.vecmath.Point3f;
import explore3d.themes.Theme;
/**
* Class that creates a panel
* @author J.J. Molenaar, J. Dooper
*/
public class PanelShape extends Shape3D
{
... | UTF-8 | Java | 3,131 | java | PanelShape.java | Java | [
{
"context": "\r\n\r\n/**\r\n * Class that creates a panel\r\n * @author J.J. Molenaar, J. Dooper\r\n */\r\npublic class PanelShape extends ",
"end": 258,
"score": 0.9998587369918823,
"start": 245,
"tag": "NAME",
"value": "J.J. Molenaar"
},
{
"context": "ss that creates a panel\r\n *... | null | [] | package explore3d.shapes;
import javax.media.j3d.Geometry;
import javax.media.j3d.QuadArray;
import javax.media.j3d.Shape3D;
import javax.vecmath.Point3f;
import explore3d.themes.Theme;
/**
* Class that creates a panel
* @author <NAME>, <NAME>
*/
public class PanelShape extends Shape3D
{
/**
*... | 3,121 | 0.623762 | 0.613861 | 134 | 21.365671 | 20.424795 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.007463 | false | false | 1 |
2203df8495973ef9917693ef34517a1d4fa52842 | 17,686,675,374,238 | 173ded5122281095aea3c6d8f9a203a3b1ce922e | /src/v3/GestionnaireDR.java | 6357a2d0e7e2ecc39cb2466855e935e93bab7013 | [] | no_license | quentin22800/EditTexte | https://github.com/quentin22800/EditTexte | 5be6a189a63f49078fda0212e0917be1992b4511 | b46cdb6571026957c5943e51a1c2645e780a3fe3 | refs/heads/master | 2021-08-23T21:08:22.248000 | 2017-12-06T15:00:32 | 2017-12-06T15:00:32 | 112,477,508 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package v3;
/**
* Interface Gestionnaire Defaire et Refaire
* @author Eono Quentin, Rebours Gaël
*
*/
public interface GestionnaireDR {
/**
* Méthode Défaire, à implementer
*/
void defaire();
/**
* Méthode Refaire, à implémenter
*/
void refaire();
}
| UTF-8 | Java | 278 | java | GestionnaireDR.java | Java | [
{
"context": "terface Gestionnaire Defaire et Refaire\n * @author Eono Quentin, Rebours Gaël\n *\n */\npublic interface Gestionnair",
"end": 85,
"score": 0.9998563528060913,
"start": 73,
"tag": "NAME",
"value": "Eono Quentin"
},
{
"context": "nnaire Defaire et Refaire\n * @author Eon... | null | [] | package v3;
/**
* Interface Gestionnaire Defaire et Refaire
* @author <NAME>, <NAME>
*
*/
public interface GestionnaireDR {
/**
* Méthode Défaire, à implementer
*/
void defaire();
/**
* Méthode Refaire, à implémenter
*/
void refaire();
}
| 265 | 0.653137 | 0.649446 | 19 | 13.263158 | 14.664106 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.842105 | false | false | 1 |
af990690a2608eadcd4e27587e3c09f43587e493 | 17,686,675,376,857 | 9911f44b73b66325286f540de2503e5482eeeb2d | /18-03-14-SpringMVC与MyBatis整合/src/com/shun/controller/ItemController.java | 841fe00d737f717da25401786e8c9d67b8206ba9 | [] | no_license | chenzongshun/Spring-SpringMvc-Mybatis | https://github.com/chenzongshun/Spring-SpringMvc-Mybatis | d166b4dd74fe5c447ed8d27a1eeeb42431887c0b | 426dd7d603077c35a535a7e6ace051ff9e24714f | refs/heads/master | 2020-03-21T10:24:25.681000 | 2018-06-24T03:05:36 | 2018-06-24T03:05:36 | 138,449,242 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shun.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframe... | GB18030 | Java | 2,599 | java | ItemController.java | Java | [
{
"context": "mport com.shun.service.ItemService;\n\n/**\n* @author czs\n* @version 创建时间:2018年3月13日 下午10:45:31\n* 商品管理 \n*/\n",
"end": 565,
"score": 0.9996349215507507,
"start": 562,
"tag": "USERNAME",
"value": "czs"
}
] | null | [] | package com.shun.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframe... | 2,599 | 0.751479 | 0.745562 | 89 | 23.696629 | 20.637266 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.539326 | false | false | 1 |
99dba1e9fb2b8273947bd30c257169bbd6e100cf | 16,363,825,462,793 | ee5ead6177750b803a98b3d47ddf767877b6d0af | /app/src/main/java/example/com/popularmovies/Detail/Review.java | 5a8fa74782dcb79764971d7798f2174e2e4ba9b9 | [] | no_license | wsim283/Popular-Movies | https://github.com/wsim283/Popular-Movies | f0cf6c70ce2cbcf72dff43abc641dac28cd7937d | f004b016daa1c1fc84242070180521cdfb7fb8e7 | refs/heads/master | 2020-09-17T11:30:25.561000 | 2020-02-26T03:52:40 | 2020-02-26T03:52:40 | 66,829,690 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package example.com.popularmovies.Detail;
/**
* Created by WSIM on 31/10/2016.
*/
public class Review {
String review;
String username;
public Review(String review, String username){
this.review = review;
this.username = username;
}
public String getReview() {
return r... | UTF-8 | Java | 401 | java | Review.java | Java | [
{
"context": "ample.com.popularmovies.Detail;\n\n/**\n * Created by WSIM on 31/10/2016.\n */\n\npublic class Review {\n\n St",
"end": 65,
"score": 0.9995462894439697,
"start": 61,
"tag": "USERNAME",
"value": "WSIM"
}
] | null | [] | package example.com.popularmovies.Detail;
/**
* Created by WSIM on 31/10/2016.
*/
public class Review {
String review;
String username;
public Review(String review, String username){
this.review = review;
this.username = username;
}
public String getReview() {
return r... | 401 | 0.613466 | 0.593516 | 24 | 15.708333 | 15.339163 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
5ae34975a52dfb7dc2ec3ebecdcc48b8f65e1f42 | 7,146,825,635,499 | c309a824340844d77fb22cfb91afb26518e9f1a8 | /src/main/java/com/hzresp/commons/web/core/http/request/BpHttpRequest.java | 5701901fb984720f1ced11b6bff866daec776e06 | [
"Apache-2.0"
] | permissive | ioplee/framework | https://github.com/ioplee/framework | 5b3abcafbae9d50580634e271721611feb53d727 | 365c17c38a4332e8540a798f5ba6601bd5d44515 | refs/heads/master | 2021-01-10T09:46:44.153000 | 2016-11-26T15:16:15 | 2016-11-26T15:16:15 | 54,959,074 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hzresp.commons.web.core.http.request;
import java.util.Date;
import javax.servlet.http.HttpServletRequest;
import com.shangban.web.core.http.session.BPSession;
/**
* 封装了一些http request常用的方法和转换, TODO 还可以添加上上传文件的处理
*
* @author stevenblue
*/
public interface BpHttpRequest {
/**
* 获取request
*
*... | UTF-8 | Java | 2,056 | java | BpHttpRequest.java | Java | [
{
"context": "request常用的方法和转换, TODO 还可以添加上上传文件的处理\n * \n * @author stevenblue\n */\npublic interface BpHttpRequest {\n\n\t/**\n\t * 获取",
"end": 254,
"score": 0.9995546340942383,
"start": 244,
"tag": "USERNAME",
"value": "stevenblue"
}
] | null | [] | package com.hzresp.commons.web.core.http.request;
import java.util.Date;
import javax.servlet.http.HttpServletRequest;
import com.shangban.web.core.http.session.BPSession;
/**
* 封装了一些http request常用的方法和转换, TODO 还可以添加上上传文件的处理
*
* @author stevenblue
*/
public interface BpHttpRequest {
/**
* 获取request
*
*... | 2,056 | 0.592635 | 0.592635 | 139 | 11.503597 | 13.37149 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.992806 | false | false | 1 |
7c0bec96950a33d45823efe68e1bc217b3e0b94e | 25,769,828,611 | f1e215dd0703b59ffaa3a7e911116ba9341b33fe | /Durandal3/app/src/main/java/tk/icudi/durandal/view/fragments/MultiplayerFragment.java | 627dad4de1255755046d656b92786e8bcf8fadb9 | [] | no_license | rherrajan/durandal | https://github.com/rherrajan/durandal | bd93cf2c25e55950da05073df583db9cc7a384df | 1e635b48e5a8855d03fc87eb4dbcce10856e475c | refs/heads/master | 2021-01-21T13:49:07.903000 | 2016-03-21T13:03:30 | 2016-03-21T13:03:30 | 25,454,775 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tk.icudi.durandal.view.fragments;
import android.app.Activity;
import android.app.Fragment;
import android.app.FragmentTransaction;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import and... | UTF-8 | Java | 10,267 | java | MultiplayerFragment.java | Java | [
{
"context": "secure);\n//\n// //mConnectionService.write(\"Viele Gruesse \".getBytes());\n//\n// }\n\n private void setSt",
"end": 6308,
"score": 0.9992820620536804,
"start": 6295,
"tag": "NAME",
"value": "Viele Gruesse"
}
] | null | [] | package tk.icudi.durandal.view.fragments;
import android.app.Activity;
import android.app.Fragment;
import android.app.FragmentTransaction;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import and... | 10,260 | 0.602416 | 0.601636 | 278 | 35.931656 | 30.788656 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607914 | false | false | 1 |
b2612735c5f4522befeccd2e1fa75dd7773ebfab | 6,562,710,071,321 | e4ab14476dab27b82bd65ccc272e014865189d2b | /com.ifp.oms/src/main/java/com/ifp/oms/wechat/controller/WechatArticleController.java | bb6af238c770179a202bd960987f31850f115775 | [] | no_license | slei3058215/aixin | https://github.com/slei3058215/aixin | 2d10e232f07276202886dc7c009245f3fc108ca5 | 603cf7c7d63483a418125ac3d35b6411e00078f2 | refs/heads/master | 2020-06-27T17:57:54.322000 | 2019-08-01T09:24:25 | 2019-08-01T09:24:25 | 199,967,903 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ifp.oms.wechat.controller;
import com.alibaba.fastjson.JSON;
import com.ifp.bizsupport.wechat.model.WechatArticle;
import com.ifp.bizsupport.wechat.model.WechatMenu;
import com.ifp.common.common.utils.JsonChangeUtil;
import com.ifp.oms.common.utils.JqPage;
import com.ifp.oms.web.command.BootstrapTablePageD... | UTF-8 | Java | 7,624 | java | WechatArticleController.java | Java | [
{
"context": "\nimport java.util.*;\n\n/**\n * 微信文章管理\n *\n * @author 何钱张\n * @date 2018/4/28 16:47\n */\n@Controller\npublic c",
"end": 1268,
"score": 0.9977156519889832,
"start": 1265,
"tag": "NAME",
"value": "何钱张"
}
] | null | [] | package com.ifp.oms.wechat.controller;
import com.alibaba.fastjson.JSON;
import com.ifp.bizsupport.wechat.model.WechatArticle;
import com.ifp.bizsupport.wechat.model.WechatMenu;
import com.ifp.common.common.utils.JsonChangeUtil;
import com.ifp.oms.common.utils.JqPage;
import com.ifp.oms.web.command.BootstrapTablePageD... | 7,624 | 0.653992 | 0.65019 | 210 | 34.066666 | 29.060452 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538095 | false | false | 1 |
cb342ffe32a0987487d1ff7649ea51a7b2d427da | 2,267,742,781,326 | a0244cca92ed69d5fb9ccdd315675b131c736188 | /src/UI/BuyItem.java | d64f8549f875d69ffb14074239a1b52a4232818e | [] | no_license | TheLoneWolfling/SFEx | https://github.com/TheLoneWolfling/SFEx | 7199dd9219db9a73370b21b513e7dda7480bfc08 | d717b30fcb9b74d4042d1969bb005972d844c4d6 | refs/heads/master | 2016-09-05T14:52:55.515000 | 2013-12-07T22:55:30 | 2013-12-07T22:55:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package UI;
public class BuyItem {
} | UTF-8 | Java | 37 | java | BuyItem.java | Java | [] | null | [] | package UI;
public class BuyItem {
} | 37 | 0.72973 | 0.72973 | 4 | 8.5 | 8.902246 | 22 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
ac67fbabbfdf25a73afc6118c711e35717090a46 | 19,610,820,676,592 | 1e8b3ff022bce6c085371409ade1d67ef769a3ac | /StrategyDesign/Baglam.java | 1b2782be8ab44719845c966fea5f75efa590ce2b | [] | no_license | mcolakogluj/yazilim-mimarisi-ve-tasarimi | https://github.com/mcolakogluj/yazilim-mimarisi-ve-tasarimi | 1a8dfa5212364912915706f3a0298c3221496689 | 6d14befa58d9ef61b29e801d0067faa42648f511 | refs/heads/master | 2020-11-28T13:43:01.472000 | 2019-12-24T00:28:10 | 2019-12-24T00:28:10 | 229,835,685 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package strategydesign;
public class Baglam {
private Strateji strateji;
public Baglam(Strateji strateji){
this.strateji = strateji;
}
public int StratejiYonet(int taktik1, int taktik2){
return strateji.islemYap(taktik1, taktik2);
}
}
| UTF-8 | Java | 295 | java | Baglam.java | Java | [] | null | [] | package strategydesign;
public class Baglam {
private Strateji strateji;
public Baglam(Strateji strateji){
this.strateji = strateji;
}
public int StratejiYonet(int taktik1, int taktik2){
return strateji.islemYap(taktik1, taktik2);
}
}
| 295 | 0.633898 | 0.620339 | 13 | 20.692308 | 18.544685 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 1 |
52bc4945a802493f7f83c7b0ed17cfc05e1e186d | 14,611,478,805,367 | 03dfeecbccfdf6157a559eace330d4c87c0bf005 | /src/iterator/Item.java | b7fa90347dd01a525fb72e065a77fe5114fcae47 | [
"MIT"
] | permissive | rubenhortas/java_examples | https://github.com/rubenhortas/java_examples | 78b9925e6b8b56ff39362cc71a3e241e896ab8bd | a659da224a5fe642cb02c71a07042135fd1463e5 | refs/heads/master | 2023-02-22T01:27:10.876000 | 2023-02-09T19:30:21 | 2023-02-09T19:30:21 | 34,158,675 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package iterator;
import java.util.ArrayList;
import java.util.List;
public class Item {
public final Integer number;
public final String description;
public Item(Integer number) {
this.number = number;
this.description = String.format("Item %02d", number);
}
// Returns an array ... | UTF-8 | Java | 716 | java | Item.java | Java | [] | null | [] | package iterator;
import java.util.ArrayList;
import java.util.List;
public class Item {
public final Integer number;
public final String description;
public Item(Integer number) {
this.number = number;
this.description = String.format("Item %02d", number);
}
// Returns an array ... | 716 | 0.593575 | 0.589385 | 31 | 22.096775 | 19.543755 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548387 | false | false | 1 |
e40f30dda118e87ac94f5889cbd38226993582d5 | 13,640,816,178,846 | 41bac86d728e5f900e3d60b5a384e7f00c966f5b | /communote/persistence/src/main/java/com/communote/server/core/user/helper/ValidationPatterns.java | f3a28e351d277bfc8b585b1ad3b635a18d7f3e2c | [
"Apache-2.0"
] | permissive | Communote/communote-server | https://github.com/Communote/communote-server | f6698853aa382a53d43513ecc9f7f2c39f527724 | e6a3541054baa7ad26a4eccbbdd7fb8937dead0c | refs/heads/master | 2021-01-20T19:13:11.466000 | 2019-02-02T18:29:16 | 2019-02-02T18:29:16 | 61,822,650 | 27 | 4 | Apache-2.0 | false | 2018-12-08T19:19:06 | 2016-06-23T17:06:40 | 2018-12-08T19:05:01 | 2018-12-08T19:19:06 | 11,442 | 18 | 3 | 15 | Java | false | null | package com.communote.server.core.user.helper;
/**
* This interface contains patterns for validating user data.
*
* @author Communote GmbH - <a href="http://www.communote.com/">http://www.communote.com/</a>
*/
public interface ValidationPatterns {
/**
* Client specific patterns.
*/
pu... | UTF-8 | Java | 1,878 | java | ValidationPatterns.java | Java | [] | null | [] | package com.communote.server.core.user.helper;
/**
* This interface contains patterns for validating user data.
*
* @author Communote GmbH - <a href="http://www.communote.com/">http://www.communote.com/</a>
*/
public interface ValidationPatterns {
/**
* Client specific patterns.
*/
pu... | 1,878 | 0.621938 | 0.613419 | 47 | 37.957447 | 28.48662 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361702 | false | false | 1 |
7d2650406cd4ba1ac1e7bae114484ccc89a97439 | 6,055,903,892,234 | 6dbda44717845ec7cc204bc51729b2d248adccc3 | /whileasdc/src/main/java/martinezterriquezdiegoemanuel/whileasdc/whileasdc.java | 12df5afec9279516e41464ccfc49dd709a211b2e | [] | no_license | SpicyGarnachas/Java-proyects | https://github.com/SpicyGarnachas/Java-proyects | 53045ee9091ec7d1750bba400f8d4831d7a3798e | 21754210b0856098750217d19bf6b8a159b8bfe7 | refs/heads/main | 2023-04-07T05:01:57.921000 | 2021-04-15T01:44:43 | 2021-04-15T01:44:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package martinezterriquezdiegoemanuel.whileasdc;
import java.util.Scanner;
public class whileasdc {
public static void main(String[] args) {
int sel;
int i, f;
Scanner leer = new Scanner(System.in);
System.out.println("____________________________________________________");
... | UTF-8 | Java | 1,618 | java | whileasdc.java | Java | [
{
"context": "package martinezterriquezdiegoemanuel.whileasdc;\r\nimport java.util.Scanner;\r\npublic cla",
"end": 37,
"score": 0.7316175103187561,
"start": 8,
"tag": "USERNAME",
"value": "martinezterriquezdiegoemanuel"
}
] | null | [] | package martinezterriquezdiegoemanuel.whileasdc;
import java.util.Scanner;
public class whileasdc {
public static void main(String[] args) {
int sel;
int i, f;
Scanner leer = new Scanner(System.in);
System.out.println("____________________________________________________");
... | 1,618 | 0.415842 | 0.413366 | 43 | 35.581394 | 22.059362 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.651163 | false | false | 1 |
18e231df81c5ea978b731b7cf860366d5ee48164 | 21,629,455,328,210 | d5f44a0cb46260162282dd0648f9f6f0ba52bab0 | /mobile/src/main/java/com/example/ricardo/reconstruction/MainActivity.java | a44f3f81a4924550cbe35ea3c5756911872fbb56 | [] | no_license | RicardoTrindade/Reconstruction | https://github.com/RicardoTrindade/Reconstruction | b3a82397284a8b4a6a7c04b993bfb013def3f9c4 | a42c94ac84ef51f1129d56cac2967d9038c22d45 | refs/heads/master | 2016-05-30T09:53:56.742000 | 2015-08-28T17:42:14 | 2015-08-28T17:42:14 | 39,564,079 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ricardo.reconstruction;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Environment;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android... | UTF-8 | Java | 12,532 | java | MainActivity.java | Java | [] | null | [] | package com.example.ricardo.reconstruction;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Environment;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android... | 12,532 | 0.619374 | 0.616502 | 323 | 37.798763 | 24.237085 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.820433 | false | false | 1 |
ddef38be6267333ee9fea9df49cb2137e0f6aef5 | 4,595,615,050,312 | 80a76df4cbca83b3b8971a70b08d106c849b10f1 | /code-in-action/src/main/java/design/pattern/concurrency/masterWorker/MultiWorker.java | 26215f6ed15efd6f45906570f003b17349c18e90 | [] | no_license | lucifer7/java-study | https://github.com/lucifer7/java-study | 6b71392d31bd02d4d6546ef52342e3bdf4067391 | f2781059ae25b50c49b45df8de9146b5ae8e9628 | refs/heads/master | 2020-04-03T20:59:06.207000 | 2018-07-17T14:29:27 | 2018-07-17T14:29:27 | 59,581,919 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package design.pattern.concurrency.masterWorker;
import java.util.Random;
/**
* Usage: <b> </b>
*
* @author lucifer
* @date 2016-8-24
* @device Yoga Pro
*/
public class MultiWorker extends Worker {
@Override
public Object handle(Object input) {
Integer integer = (Integer) input;
Integer ... | UTF-8 | Java | 479 | java | MultiWorker.java | Java | [
{
"context": "util.Random;\n\n/**\n * Usage: <b> </b>\n *\n * @author lucifer\n * @date 2016-8-24\n * @device Yoga Pro\n */\npublic",
"end": 120,
"score": 0.9988572001457214,
"start": 113,
"tag": "USERNAME",
"value": "lucifer"
}
] | null | [] | package design.pattern.concurrency.masterWorker;
import java.util.Random;
/**
* Usage: <b> </b>
*
* @author lucifer
* @date 2016-8-24
* @device Yoga Pro
*/
public class MultiWorker extends Worker {
@Override
public Object handle(Object input) {
Integer integer = (Integer) input;
Integer ... | 479 | 0.597077 | 0.578288 | 22 | 20.772728 | 17.159498 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 1 |
ad304392427ba506a2fdc0c12a28ed9787d2db42 | 901,943,132,414 | dcb45390098815edb7807221db6425fd35ceee66 | /src/dataLayer/DB_user.java | 27411f0d86ff339789b9dd0d9e7fdb52fdf6ec6d | [] | no_license | panyi1981/JavaWeb | https://github.com/panyi1981/JavaWeb | 1c480b9663fd3e622d951138345ec73ab8d25469 | e904fe394badfdb94f414dafe02ea35a62595a11 | refs/heads/master | 2020-03-19T14:24:09.083000 | 2018-06-08T12:48:20 | 2018-06-08T12:48:20 | 136,620,890 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dataLayer;
public class DB_user {
//jdbc driver
static final String JDBC_DRIVER="com.mysql.jdbc.Driver";
static final String DB_URL="//localhost";
public boolean isValidUserLogin(String sUserName,String sUserPassword)
{
boolean isValidUser=false;
return isValidUser;
}
}
| UTF-8 | Java | 320 | java | DB_user.java | Java | [
{
"context": "ost\";\n public boolean isValidUserLogin(String sUserName,String sUserPassword)\n {\n boolean isVal",
"end": 220,
"score": 0.5183059573173523,
"start": 212,
"tag": "USERNAME",
"value": "UserName"
}
] | null | [] | package dataLayer;
public class DB_user {
//jdbc driver
static final String JDBC_DRIVER="com.mysql.jdbc.Driver";
static final String DB_URL="//localhost";
public boolean isValidUserLogin(String sUserName,String sUserPassword)
{
boolean isValidUser=false;
return isValidUser;
}
}
| 320 | 0.69375 | 0.69375 | 12 | 25.666666 | 22.782791 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
679f8363acd9e724f91f19a118464b61c38c8f3a | 10,703,058,572,590 | 8a7a99abbd6249d2ed7e2427e7866fd19c0ab2ec | /src/main/java/collectionTest/IteratorTest.java | 4758329a8ded23592c4c23de0ef3b0d91d18280c | [] | no_license | Hockey577/leetcodeTrainning | https://github.com/Hockey577/leetcodeTrainning | 520b66d9bf6d3235047dac2affa7ad16b0b5e603 | fa3e5685513c58b8c717ded2e0a4eb54b570466f | refs/heads/master | 2020-04-19T17:15:22.336000 | 2019-03-15T10:53:41 | 2019-03-15T10:53:41 | 163,805,000 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package collectionTest;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
public class IteratorTest {
public static void main(String[] args) {
HashMap<String, Integer> map = new HashMap<>();
map.put("one", 1);
map.put("two", 2);
map.put("three", 3);
... | UTF-8 | Java | 1,271 | java | IteratorTest.java | Java | [] | null | [] | package collectionTest;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
public class IteratorTest {
public static void main(String[] args) {
HashMap<String, Integer> map = new HashMap<>();
map.put("one", 1);
map.put("two", 2);
map.put("three", 3);
... | 1,271 | 0.516845 | 0.509449 | 43 | 27.302326 | 23.730595 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604651 | false | false | 1 |
12eaa86ea93d374f4f28b531d042928890078fb6 | 21,148,419,007,436 | f1a311f957ef097d613f50a5d42bfbafd76e3d9e | /app/src/main/java/com/versatilemobiltech/hybiztv/ListCustomAdapter.java | e0a1641425241be1b73174ede527f19fd496fe36 | [] | no_license | RajesMca008/bitv | https://github.com/RajesMca008/bitv | d9685521ab349acdab0f37f43e50b9fa2a050256 | e2ebb11c143efce8257de972862e85fa6616df9a | refs/heads/master | 2016-09-17T21:51:13.433000 | 2016-08-27T10:52:08 | 2016-08-27T10:52:08 | 66,091,824 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.versatilemobiltech.hybiztv;
import android.content.Context;
import android.content.Intent;
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.... | UTF-8 | Java | 4,133 | java | ListCustomAdapter.java | Java | [
{
"context": "\nimport java.util.ArrayList;\r\n\r\n/**\r\n * Created by rrallabandi on 8/19/2016.\r\n */\r\npublic class ListCustomAdapte",
"end": 678,
"score": 0.99964439868927,
"start": 667,
"tag": "USERNAME",
"value": "rrallabandi"
}
] | null | [] | package com.versatilemobiltech.hybiztv;
import android.content.Context;
import android.content.Intent;
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.... | 4,133 | 0.651585 | 0.647472 | 122 | 31.893442 | 28.19249 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516393 | false | false | 1 |
06803063bba217538083855f14d348d12c64eb19 | 31,980,326,487,673 | 2c5e6c066297c7d394ec036c4912eaac52d3b144 | /mvvmfx/src/test/java/de/saxsys/mvvmfx/scopes/example2/Example2Scope1.java | ffa4db4f21ffd2c5cd7f21c5175f49dc955478fa | [
"Apache-2.0"
] | permissive | sialcasa/mvvmFX | https://github.com/sialcasa/mvvmFX | 49bacf5cb32657b09a0ccf4cacb0d1c4708c4407 | f195849ca98020ad74056991f147a05db9ce555a | refs/heads/develop | 2023-08-30T00:43:20.250000 | 2019-10-21T14:30:56 | 2019-10-21T14:30:56 | 12,903,179 | 512 | 160 | Apache-2.0 | false | 2022-06-24T02:09:43 | 2013-09-17T18:16:16 | 2022-06-09T22:10:18 | 2022-06-24T02:09:41 | 5,558 | 419 | 94 | 97 | Java | false | false | package de.saxsys.mvvmfx.scopes.example2;
import de.saxsys.mvvmfx.Scope;
public class Example2Scope1 implements Scope {
}
| UTF-8 | Java | 124 | java | Example2Scope1.java | Java | [] | null | [] | package de.saxsys.mvvmfx.scopes.example2;
import de.saxsys.mvvmfx.Scope;
public class Example2Scope1 implements Scope {
}
| 124 | 0.806452 | 0.782258 | 6 | 19.666666 | 19.905331 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
ac107c6b3acec5fd0dcf531d6aaad0c3615769e9 | 30,502,857,795,642 | 18f8989cb2638ba0c486e9d6caca28c53eee9c45 | /src/main/java/com/DavidM1A2/AfraidOfTheDark/common/worldGeneration/generatables/GenerateGnomishCity.java | 1f2ae5f19f81e59c1c92815112a1253503ec3efa | [] | no_license | SlimeSB/AfraidOfTheDark | https://github.com/SlimeSB/AfraidOfTheDark | f47c512c3948e28450c7dd8df8f55ad05d1cb086 | e7190960024cdfc63c8f2085cda7e4d20e07fed2 | refs/heads/master | 2023-08-13T23:54:12.572000 | 2018-12-28T20:04:04 | 2018-12-28T20:04:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Author: David Slovikosky
* Mod: Afraid of the Dark
* Ideas and Textures: Michael Albertson
*/
package com.DavidM1A2.AfraidOfTheDark.common.worldGeneration.generatables;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.Random;
import com.DavidM1A2.AfraidOfTheD... | UTF-8 | Java | 6,959 | java | GenerateGnomishCity.java | Java | [
{
"context": "/*\n * Author: David Slovikosky\n * Mod: Afraid of the Dark\n * Ideas and Textures:",
"end": 30,
"score": 0.9997162818908691,
"start": 14,
"tag": "NAME",
"value": "David Slovikosky"
},
{
"context": "\n * Mod: Afraid of the Dark\n * Ideas and Textures: Michael Albertson\... | null | [] | /*
* Author: <NAME>
* Mod: Afraid of the Dark
* Ideas and Textures: <NAME>
*/
package com.DavidM1A2.AfraidOfTheDark.common.worldGeneration.generatables;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.Random;
import com.DavidM1A2.AfraidOfTheDark.common.handler.Co... | 6,938 | 0.693203 | 0.661302 | 199 | 33.969849 | 44.559475 | 207 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.130653 | false | false | 1 |
26d16b2bc582006a2ffcaaf687cd4aab46f5b60d | 34,059,090,696,425 | 0deab10e85676977b8f6140321575443ce436235 | /collect_app/src/main/java/org/bcss/collect/naxa/login/LoginModelImpl.java | 7a9719ae0d907a492b6c2b7825cc03bcfca11125 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | hereyubaraj/fieldsight-mobile | https://github.com/hereyubaraj/fieldsight-mobile | e6e575cf6b2766da47d9dc4082c949b2b62b985f | 93c82d4d5debdcccdd7cc056f227c39b9f4c754e | refs/heads/master | 2020-04-22T09:07:28.818000 | 2019-01-23T10:56:14 | 2019-01-23T10:56:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.bcss.collect.naxa.login;
import org.bcss.collect.naxa.common.FieldSightUserSession;
import org.bcss.collect.naxa.common.exception.FirebaseTokenException;
import org.bcss.collect.naxa.firebase.FCMParameter;
import org.bcss.collect.naxa.login.model.AuthResponse;
import org.bcss.collect.naxa.network.APIEndpoi... | UTF-8 | Java | 4,458 | java | LoginModelImpl.java | Java | [] | null | [] | package org.bcss.collect.naxa.login;
import org.bcss.collect.naxa.common.FieldSightUserSession;
import org.bcss.collect.naxa.common.exception.FirebaseTokenException;
import org.bcss.collect.naxa.firebase.FCMParameter;
import org.bcss.collect.naxa.login.model.AuthResponse;
import org.bcss.collect.naxa.network.APIEndpoi... | 4,458 | 0.541498 | 0.540377 | 99 | 44.030304 | 32.902504 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484848 | false | false | 1 |
05960700c27af7b246463afb515cd1c0b530e628 | 38,096,359,919,341 | 070fdf9e6bb5d1d4cbd81e4c8e7ed6e4f1fef5e9 | /src/main/java/com/megaeyes/persistence/ibatis/model/RtpPayloadExample.java | 4d60d545472320c4cbce67f3a740ab1585bdaf52 | [] | no_license | github188/interface | https://github.com/github188/interface | 342e5447239eb4c733295150d44b7f213419ac75 | 81269dcb2c707d545f5b178727503bb638f5e446 | refs/heads/master | 2020-01-23T22:00:12.025000 | 2016-01-25T06:39:36 | 2016-01-25T06:39:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.megaeyes.persistence.ibatis.model;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class RtpPayloadExample {
/**
* This field was generated by Abator for iBATIS.
* This field corresponds to the database table RTP_PAYLOAD
*
*... | UTF-8 | Java | 22,146 | java | RtpPayloadExample.java | Java | [] | null | [] | package com.megaeyes.persistence.ibatis.model;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class RtpPayloadExample {
/**
* This field was generated by Abator for iBATIS.
* This field corresponds to the database table RTP_PAYLOAD
*
*... | 22,146 | 0.577441 | 0.566242 | 701 | 30.593437 | 25.76474 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.71612 | false | false | 1 |
a5607269f04d75ec3faacdc0a141971ff36ec043 | 25,563,645,407,193 | e58396e4ae590476873c4e35dc7d587d5ea89cc6 | /Activity_dynamic.java | c734e4b52e673d4cf60bc514700e9efedc40048e | [] | no_license | hastik7/algorithms | https://github.com/hastik7/algorithms | 1759efcad9d83ea06e81d82460f0557750732243 | 2d765d7e1550f5635e802d7541d90f6fb338390d | refs/heads/master | 2020-12-27T01:18:30.296000 | 2020-04-06T04:03:31 | 2020-04-06T04:03:31 | 237,716,746 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.mycompany.csuproject1;
import java.util.*;
/**
*
* @author Hastik
*/
// Data structure to store the start and finish time.
class Pair {
int start;
int finish;
Pair(int start, int finish) {
this.start = start;
this.finish = finish;
}
};
public c... | UTF-8 | Java | 1,891 | java | Activity_dynamic.java | Java | [
{
"context": "ct1;\r\n\r\nimport java.util.*;\r\n\r\n/**\r\n *\r\n * @author Hastik\r\n */\r\n\r\n// Data structure to store the start and ",
"end": 89,
"score": 0.9994613528251648,
"start": 83,
"tag": "NAME",
"value": "Hastik"
}
] | null | [] |
package com.mycompany.csuproject1;
import java.util.*;
/**
*
* @author Hastik
*/
// Data structure to store the start and finish time.
class Pair {
int start;
int finish;
Pair(int start, int finish) {
this.start = start;
this.finish = finish;
}
};
public c... | 1,891 | 0.466949 | 0.450026 | 71 | 24.605635 | 24.716124 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.690141 | false | false | 1 |
9c261e60cc0ccae298a96f0316b30168f3bbc5aa | 25,280,177,516,554 | e9b946d4270055b0d7b9df4afac14bfbc638c2b5 | /src/main/java/com/weight/dao/MetricDao.java | 5aad98febaa54761a6ecf48735420398690c8dbb | [] | no_license | kranthikumarmukka/Weight-Tracker-App | https://github.com/kranthikumarmukka/Weight-Tracker-App | 5760b7e46010b4e0c92e130a0a766c14fdab3560 | 4e98e141f894cc4456c90c8761d281022e6e8404 | refs/heads/master | 2021-01-20T06:47:02.119000 | 2017-08-26T23:07:22 | 2017-08-26T23:07:22 | 101,517,963 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.weight.dao;
import java.util.List;
import org.bson.types.ObjectId;
import org.mongodb.morphia.Datastore;
import org.mongodb.morphia.query.Query;
import org.springframework.stereotype.Component;
import com.weight.MorphiaConfiguration;
import com.weight.model.Metric;
@Component
public class M... | UTF-8 | Java | 996 | java | MetricDao.java | Java | [] | null | [] | package com.weight.dao;
import java.util.List;
import org.bson.types.ObjectId;
import org.mongodb.morphia.Datastore;
import org.mongodb.morphia.query.Query;
import org.springframework.stereotype.Component;
import com.weight.MorphiaConfiguration;
import com.weight.model.Metric;
@Component
public class M... | 996 | 0.661647 | 0.661647 | 37 | 24.864864 | 23.496017 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513514 | false | false | 1 |
67c08b99d0cd83f1b7023f0df1c5af69e08751cd | 15,350,213,149,984 | 6c2e57fdda9273274284d43c4dd1f6e28fb3d3e4 | /src/main/java/database/ExemplaireDB.java | ca16239eece952a8f972853f574bd83d070cba7f | [] | no_license | MarintheJerome/bibal | https://github.com/MarintheJerome/bibal | fc98b5eaa41ff2151c6f2d2faed7e1b2c7d54f1f | cb4106a81812eac925d3885faa80d27d7e23d9f8 | refs/heads/master | 2021-01-11T01:32:04.999000 | 2016-11-05T18:14:05 | 2016-11-05T18:14:05 | 70,692,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package database;
import model.Exemplaire;
import model.Oeuvre;
import model.Usager;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
/**
* Created by jerome on 26/10/2016.
*/
public class ExemplaireDB {
private ... | UTF-8 | Java | 3,405 | java | ExemplaireDB.java | Java | [
{
"context": "on;\nimport java.util.ArrayList;\n\n/**\n * Created by jerome on 26/10/2016.\n */\npublic class ExemplaireDB {\n ",
"end": 260,
"score": 0.999446451663971,
"start": 254,
"tag": "USERNAME",
"value": "jerome"
}
] | null | [] | package database;
import model.Exemplaire;
import model.Oeuvre;
import model.Usager;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
/**
* Created by jerome on 26/10/2016.
*/
public class ExemplaireDB {
private ... | 3,405 | 0.705727 | 0.700734 | 83 | 40.024097 | 39.017754 | 189 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.759036 | false | false | 4 |
ece2de3ca2def16d32defa50080e7b0cac7243dc | 17,368,847,754,114 | 4d479e1034b8568ae2f68bbe51cf54d80e29e666 | /plugin/src/main/java/com/stratio/cassandra/lucene/key/KeyEntry.java | 9ce27b6cd39dff47943fa716c891b4e1284dd6ef | [
"Apache-2.0"
] | permissive | lynchlee/cassandra-lucene-index | https://github.com/lynchlee/cassandra-lucene-index | 9609985bcbf2a915eb54ce35185ac9c4b45e9441 | 263880d5bae36f964d21adc33bf242e62f289a5d | refs/heads/branch-3.0.8 | 2021-01-21T08:37:38.361000 | 2016-07-21T09:59:51 | 2016-07-21T09:59:51 | 63,993,941 | 2 | 0 | null | true | 2016-07-23T01:53:58 | 2016-07-23T01:53:57 | 2016-07-23T01:53:42 | 2016-07-21T09:59:54 | 9,413 | 0 | 0 | 0 | null | null | null | /*
* Copyright (C) 2014 Stratio (http://stratio.com)
*
* 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 app... | UTF-8 | Java | 3,296 | java | KeyEntry.java | Java | [
{
"context": "partition key and clustering\n * key.\n *\n * @author Andres de la Pena {@literal <adelapena@stratio.com>}\n */\nclass KeyE",
"end": 1170,
"score": 0.9998952746391296,
"start": 1153,
"tag": "NAME",
"value": "Andres de la Pena"
},
{
"context": "* key.\n *\n * @author And... | null | [] | /*
* Copyright (C) 2014 Stratio (http://stratio.com)
*
* 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 app... | 3,271 | 0.648058 | 0.643507 | 109 | 29.238533 | 27.183002 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321101 | false | false | 4 |
9dc551203fb542fb0094884185db0dc284d737db | 21,071,109,561,864 | 381570e6ab31dee5b1c126c7c3f1943157ac67c8 | /src/Pinguino.java | df43d915890afc008fe325b3751dfb3178a09fae | [] | no_license | alanbacont/TAP_U3_Ejercicio7_Mascota | https://github.com/alanbacont/TAP_U3_Ejercicio7_Mascota | 04016a3b0b817edb7275a355aa7425bdae651454 | 3d523f645d5f00723cbbf9a7ee9a1c04e41b3f02 | refs/heads/master | 2023-02-26T21:56:52.363000 | 2021-01-27T22:12:00 | 2021-01-27T22:12:00 | 333,574,514 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.awt.Color;
import java.awt.Graphics;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.Timer;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the tem... | UTF-8 | Java | 3,452 | java | Pinguino.java | Java | [
{
"context": "emplate in the editor.\r\n */\r\n\r\n/**\r\n *\r\n * @author Pedro Orozco\r\n */\r\npublic class Pinguino {\r\n public int man",
"end": 381,
"score": 0.999876081943512,
"start": 369,
"tag": "NAME",
"value": "Pedro Orozco"
},
{
"context": " g2.fillOval(455, pata1... | null | [] |
import java.awt.Color;
import java.awt.Graphics;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.Timer;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the tem... | 3,446 | 0.540846 | 0.413963 | 109 | 29.651377 | 15.831322 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.724771 | false | false | 4 |
a44f07d1519b1db4762af3a9d8b858faedd54baf | 6,468,220,765,090 | 1ee33761061815f37602b1b25fbb9a270eabf245 | /src/com/dailyclass/interfaces/Printable.java | acf2d3d587994a8611d24b4349a9d35ba044eb25 | [] | no_license | abhayyad/AssignmentAPI | https://github.com/abhayyad/AssignmentAPI | 0a44fc470d50ceb25fb0d574012eb79ff09b9bf4 | f77b3699c03eadf53020a48e84ccd72b2cb36c0f | refs/heads/master | 2023-05-08T07:57:43.621000 | 2021-06-05T11:55:00 | 2021-06-05T11:55:00 | 374,096,819 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dailyclass.interfaces;
public interface Printable {
}
| UTF-8 | Java | 68 | java | Printable.java | Java | [] | null | [] | package com.dailyclass.interfaces;
public interface Printable {
}
| 68 | 0.794118 | 0.794118 | 5 | 12.6 | 15.147277 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 4 |
15b98e2b44fd331fa2a80d7a9cf33ef52f62f82f | 32,667,521,263,126 | da6e646b9303b4be34446927f2f8f3062757aec4 | /src/net/minecraft/client/multiplayer/PlayerControllerMP.java | f00462760e0329de5fcea2421663da46bd68192c | [] | no_license | RainbowyDev/HawkClientSRC | https://github.com/RainbowyDev/HawkClientSRC | f12fbecb43b7eb502208a1ea91baf55110d1abe7 | 81829724db6ecf9cdf07b3468df14c3d860b3475 | refs/heads/main | 2023-04-20T21:31:01.940000 | 2021-04-28T14:39:24 | 2021-04-28T14:39:24 | 362,495,695 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.minecraft.client.multiplayer;
import net.minecraft.client.network.*;
import net.minecraft.client.*;
import net.minecraft.world.*;
import net.minecraft.stats.*;
import net.minecraft.client.entity.*;
import net.minecraft.network.*;
import net.minecraft.block.material.*;
import net.minecraft.entity.player.*;
... | UTF-8 | Java | 20,053 | java | PlayerControllerMP.java | Java | [] | null | [] | package net.minecraft.client.multiplayer;
import net.minecraft.client.network.*;
import net.minecraft.client.*;
import net.minecraft.world.*;
import net.minecraft.stats.*;
import net.minecraft.client.entity.*;
import net.minecraft.network.*;
import net.minecraft.block.material.*;
import net.minecraft.entity.player.*;
... | 20,053 | 0.693961 | 0.677804 | 378 | 52.050266 | 50.804325 | 336 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.825397 | false | false | 4 |
9b79597b3f60226c509ac8edd4d53c71f757459b | 18,872,086,310,944 | 15ddc6aa7d33a2227397d9870c4df841f8bedfc2 | /src/test/java/com/yejianfengblue/java/concurrency/connection/LinkedBlockingDequeTest.java | c17c2bafbd616de8ec47b67a34248c67c38ddc6a | [] | no_license | yejianfengblue/java | https://github.com/yejianfengblue/java | b2ec756e2f4db6f989836c5134aefb3201bfc966 | 6f1a7e0c9ccbe0785f0afec60ae1e086247c70f3 | refs/heads/develop | 2022-12-21T13:18:29.031000 | 2022-10-18T07:43:41 | 2022-10-18T07:43:41 | 127,271,294 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yejianfengblue.java.concurrency.connection;
import lombok.RequiredArgsConstructor;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.concurrent.LinkedBlockingDeque;
import java.util.concurrent.TimeUnit;
/**
* Test to blocking deque {@link java.u... | UTF-8 | Java | 6,087 | java | LinkedBlockingDequeTest.java | Java | [
{
"context": "oncurrent.LinkedBlockingDeque}\n * by\n *\n * @author yejianfengblue\n */\nclass LinkedBlockingDequeTest {\n\n private ",
"end": 390,
"score": 0.9988183975219727,
"start": 376,
"tag": "USERNAME",
"value": "yejianfengblue"
}
] | null | [] | package com.yejianfengblue.java.concurrency.connection;
import lombok.RequiredArgsConstructor;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.concurrent.LinkedBlockingDeque;
import java.util.concurrent.TimeUnit;
/**
* Test to blocking deque {@link java.u... | 6,087 | 0.674224 | 0.616724 | 133 | 44.766918 | 36.221931 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 4 |
dae376c84b0d1bf5e6b64cc4e10b629c41e76632 | 16,655,883,191,935 | a456b870118fe3034eb72f4f94bde593e5c016d0 | /src/com/innowhere/jnieasy/core/impl/rt/typedec/TypeNativeMethodReflectionRuntime.java | fe8e30927f24f8931494ee889071b07bb22e4c80 | [
"Apache-2.0"
] | permissive | fengxiaochuang/jnieasy | https://github.com/fengxiaochuang/jnieasy | 0b0fed598e1d0ea2f24ab9a9e9476b58ec2fd510 | e295b23ee7418c8e412b025b957e64ceaba40fac | refs/heads/master | 2022-01-21T04:21:58.382000 | 2016-08-21T17:17:34 | 2016-08-21T17:17:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* TypeNativeMethodReflectionRuntime.java
*
* Created on 1 de abril de 2005, 12:33
*/
package com.innowhere.jnieasy.core.impl.rt.typedec;
/**
*
* @author jmarranz
*/
public interface TypeNativeMethodReflectionRuntime extends TypeNativeBehaviorReflectionRuntime,TypeNativeMethodRuntime
{
}
| UTF-8 | Java | 306 | java | TypeNativeMethodReflectionRuntime.java | Java | [
{
"context": ".jnieasy.core.impl.rt.typedec;\n\n/**\n *\n * @author jmarranz\n */\npublic interface TypeNativeMethodReflectionRu",
"end": 173,
"score": 0.9995423555374146,
"start": 165,
"tag": "USERNAME",
"value": "jmarranz"
}
] | null | [] | /*
* TypeNativeMethodReflectionRuntime.java
*
* Created on 1 de abril de 2005, 12:33
*/
package com.innowhere.jnieasy.core.impl.rt.typedec;
/**
*
* @author jmarranz
*/
public interface TypeNativeMethodReflectionRuntime extends TypeNativeBehaviorReflectionRuntime,TypeNativeMethodRuntime
{
}
| 306 | 0.764706 | 0.735294 | 16 | 18.125 | 30.544792 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 4 |
ac93f35e78ea327e6ad59196d3b33f8a248a5e39 | 7,198,365,248,479 | 74207e552857c01899523094ecb8eab9bd209123 | /app/src/main/java/com/example/android/lla/ColorsActivity.java | 3bc87218b5f7c964d9c135042d3c413e317a2914 | [] | no_license | kesharwanisourabh/LLA | https://github.com/kesharwanisourabh/LLA | b2c091f86cd477aad500b178eea8e3cd2b2917e1 | 6ddf6d9e582f204e7bd2b7dcf0a6bef03bde6085 | refs/heads/master | 2022-06-20T21:16:41.973000 | 2020-05-10T12:44:30 | 2020-05-10T12:44:30 | 262,773,331 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.android.lla;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import java.util.ArrayList;
public class ColorsAct... | UTF-8 | Java | 3,318 | java | ColorsActivity.java | Java | [] | null | [] | package com.example.android.lla;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import java.util.ArrayList;
public class ColorsAct... | 3,318 | 0.620516 | 0.620516 | 76 | 40.815788 | 36.061245 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.171053 | false | false | 4 |
467670ca992d03f499e94e391e2c71290cbcee52 | 31,035,433,748,393 | a93595b92a4027e08b0bb4afaef42b3c66aa60c4 | /consumer/src/main/java/com/lsy/dubbo/consumer/controller/HelloController.java | 016d42071d546ba41e77b313c617608990145c4c | [] | no_license | MagicStarLIN/dubboExample | https://github.com/MagicStarLIN/dubboExample | 4ed454dfb4d458bb542a2456bbdc6dc9f31bfc1d | adc3f3619222953b2a11b8fb3d3189542f991b26 | refs/heads/main | 2023-03-14T01:16:35.858000 | 2021-02-27T08:33:33 | 2021-02-27T08:33:33 | 342,758,101 | 0 | 0 | null | true | 2021-02-27T03:07:19 | 2021-02-27T03:07:19 | 2021-02-26T09:43:33 | 2021-02-26T09:43:31 | 89 | 0 | 0 | 0 | null | false | false | package com.lsy.dubbo.consumer.controller;
import com.alibaba.dubbo.config.annotation.Reference;
import com.lsy.dubbo.provider.service.HelloService;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* @author lsy
* @version 1.0
* @date 2021/2/22 17... | UTF-8 | Java | 635 | java | HelloController.java | Java | [
{
"context": "eb.bind.annotation.RequestMapping;\n\n/**\n * @author lsy\n * @version 1.0\n * @date 2021/2/22 17:11\n */\n@Con",
"end": 282,
"score": 0.9996633529663086,
"start": 279,
"tag": "USERNAME",
"value": "lsy"
}
] | null | [] | package com.lsy.dubbo.consumer.controller;
import com.alibaba.dubbo.config.annotation.Reference;
import com.lsy.dubbo.provider.service.HelloService;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* @author lsy
* @version 1.0
* @date 2021/2/22 17... | 635 | 0.733884 | 0.712397 | 25 | 23.200001 | 19.624474 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 4 |
ff84f58772789e800cfc4af8033de6f172b985af | 23,441,931,558,347 | b5c521a1caf206eb4d42f7fb5e365edc8ddc5a66 | /src/com/chances/chapter/seven/Characteristic.java | 6dc0e37d7374dea2f0e17d0c18139b42b676c734 | [] | no_license | spicis/TIJ | https://github.com/spicis/TIJ | 852c37d6f536309f49330f97a0fb375b695ebbb2 | f25769e6a7193c90373fe2e4930f10184eac9a4e | refs/heads/master | 2020-04-06T07:06:58.872000 | 2016-09-05T09:09:11 | 2016-09-05T09:09:11 | 63,857,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chances.chapter.seven;
class Characteristic {
String s;
Characteristic(String c) {
s = c;
System.out.println(
"Creating Characteristic " + s);
}
protected void finalize() {
System.out.println(
"finalizing characteristic "+ s);
}
}
| UTF-8 | Java | 282 | java | Characteristic.java | Java | [] | null | [] | package com.chances.chapter.seven;
class Characteristic {
String s;
Characteristic(String c) {
s = c;
System.out.println(
"Creating Characteristic " + s);
}
protected void finalize() {
System.out.println(
"finalizing characteristic "+ s);
}
}
| 282 | 0.634752 | 0.634752 | 16 | 15.625 | 13.619265 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5625 | false | false | 4 |
926a6873874a9f666783211693de479289d78dec | 1,838,246,071,775 | b4e02466443778455c590b039db2ed946468ce31 | /src/main/java/com/restbox/error/NotEnoughBalanceException.java | 01d77f32b1a64ce1d90ee6f3237b83d7e26d04ba | [] | no_license | knightsu/bbshare | https://github.com/knightsu/bbshare | dd1279e6b8427ce712bfde1bea5d1dbc94e79e74 | dd3a29f2342804c9a7ff94d0184735bd3d28aa8f | refs/heads/master | 2021-04-29T15:55:19.338000 | 2018-03-06T21:04:55 | 2018-03-06T21:04:55 | 121,805,536 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.restbox.error;
public class NotEnoughBalanceException extends RuntimeException{
private static final long serialVersionUID = 6L;
}
| UTF-8 | Java | 149 | java | NotEnoughBalanceException.java | Java | [] | null | [] | package com.restbox.error;
public class NotEnoughBalanceException extends RuntimeException{
private static final long serialVersionUID = 6L;
}
| 149 | 0.812081 | 0.805369 | 6 | 23.833334 | 26.0411 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
9a10039c63003ecc97aa556f2913cf2f9a927584 | 29,661,044,158,216 | 8e9659672e5ffd623a534a5dd6ebb224b4a6cb98 | /Core_Java_Practice/src/com/mkpits/java/jdbcexamples/JdbcExToDemonstrateHowToInsertRecordsIntoTableEmployee.java | ecce4d03a2f3ac86ddd3ea56c9e24bae36cc1bbd | [] | no_license | MAYU75/MKPITS_Mayuri_Dhole_Java_Nov_2020 | https://github.com/MAYU75/MKPITS_Mayuri_Dhole_Java_Nov_2020 | 8ec4ea495aff68ff8d0ce0b23119576121409130 | 2ac59daf4c17293898b03013cd0c7d7ac0c75627 | refs/heads/main | 2023-06-25T18:01:52.514000 | 2021-07-25T16:14:21 | 2021-07-25T16:14:21 | 339,304,237 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Java program to demonstrate how to insert records into the table 'employee1'.
package src.com.mkpits.java.jdbcexamples;
import java.sql.*;
import java.util.*;
public class JdbcExToDemonstrateHowToInsertRecordsIntoTableEmployee {
public static void main(String[] args) {
Connection con = null;
St... | UTF-8 | Java | 1,258 | java | JdbcExToDemonstrateHowToInsertRecordsIntoTableEmployee.java | Java | [] | null | [] | //Java program to demonstrate how to insert records into the table 'employee1'.
package src.com.mkpits.java.jdbcexamples;
import java.sql.*;
import java.util.*;
public class JdbcExToDemonstrateHowToInsertRecordsIntoTableEmployee {
public static void main(String[] args) {
Connection con = null;
St... | 1,258 | 0.59221 | 0.58744 | 34 | 36 | 24.991764 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.676471 | false | false | 4 |
a54c5a9e55057366b470b994d8555da3da7f59bf | 28,260,884,836,752 | b3721ca37264a7b66e2efe8506ba97b68b6f49d4 | /src/com/appline/task4/OperatorsTaskFour.java | bce30ec2bc631a2644c811b89a2477365ffbf01a | [] | no_license | erorr-pro/IDEStart | https://github.com/erorr-pro/IDEStart | 3514bf19658b4d70b13dd76ea7a10219abc006d0 | 24d6a457b008b21935913a72e6c2b007eec65a14 | refs/heads/main | 2023-03-11T21:55:42.950000 | 2021-02-28T23:17:08 | 2021-02-28T23:17:08 | 333,154,909 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.appline.task4;
import java.util.Scanner;
public class OperatorsTaskFour {
static Scanner scanner = new Scanner(System.in);
public static void main(String[] args) {
System.out.println("Введите числа X, Y, Z:");
int numberX = getInt();
int numberY = getInt();
int nu... | UTF-8 | Java | 1,915 | java | OperatorsTaskFour.java | Java | [] | null | [] | package com.appline.task4;
import java.util.Scanner;
public class OperatorsTaskFour {
static Scanner scanner = new Scanner(System.in);
public static void main(String[] args) {
System.out.println("Введите числа X, Y, Z:");
int numberX = getInt();
int numberY = getInt();
int nu... | 1,915 | 0.62659 | 0.622543 | 56 | 29.910715 | 29.135323 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.589286 | false | false | 4 |
5d3caaa7e6969bede8672f8e91a4e68e13ad3abf | 32,487,132,660,454 | f3d0621376022bc456ad8f428cf8538b4e0b193f | /mcf-bean/src/main/java/personal/wjb/mcf/bean/vo/CatalogVO.java | 8f28d15ca2819ce7a18ab9e82e90dadfb7ae6ee9 | [] | no_license | wjbbig/modern-crowdfunding | https://github.com/wjbbig/modern-crowdfunding | f6fdeffe1907ef8f0ac91a8edc3204674d8f991d | bc1f1c178b3a0304c3442503816104ea10e6e899 | refs/heads/master | 2020-09-11T22:44:00.826000 | 2020-04-06T06:54:37 | 2020-04-06T06:54:37 | 222,214,538 | 2 | 0 | null | false | 2020-10-13T17:41:31 | 2019-11-17T07:47:46 | 2020-04-06T06:54:55 | 2020-10-13T17:41:30 | 8,777 | 0 | 0 | 1 | HTML | false | false | package personal.wjb.mcf.bean.vo;
import lombok.Data;
import javax.validation.constraints.NotNull;
import java.io.Serializable;
/**
* ClassName : CatalogVO
* Package : personal.wjb.mcf.bean.vo
* Description :
*
* @author : 975475688@qq.com
* @date : 2019/11/24 16:41
*/
@Data
public class CatalogVO implements ... | UTF-8 | Java | 444 | java | CatalogVO.java | Java | [
{
"context": ".wjb.mcf.bean.vo\n * Description :\n *\n * @author : 975475688@qq.com\n * @date : 2019/11/24 16:41\n */\n@Data\npublic clas",
"end": 247,
"score": 0.9976133704185486,
"start": 231,
"tag": "EMAIL",
"value": "975475688@qq.com"
}
] | null | [] | package personal.wjb.mcf.bean.vo;
import lombok.Data;
import javax.validation.constraints.NotNull;
import java.io.Serializable;
/**
* ClassName : CatalogVO
* Package : personal.wjb.mcf.bean.vo
* Description :
*
* @author : <EMAIL>
* @date : 2019/11/24 16:41
*/
@Data
public class CatalogVO implements Serializa... | 435 | 0.714953 | 0.665888 | 21 | 19.380953 | 15.508757 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 4 |
20326f44673f7e05fd2956f9c9e245ddf1e3be73 | 26,293,789,801,397 | 1fc2bb3560b2620aeeaf4a11d6aeabf44f344473 | /src/main/java/com/test4x/penknife/Action.java | a53a5936888f4411bf6c1ccff66213388c8f8b61 | [] | no_license | XGFan/penknife | https://github.com/XGFan/penknife | d40981ac4a29603c8dfceb1ed7ded23c9efcea23 | 5b7f34a81c24a10e0afbe56089dabc0c11d7a544 | refs/heads/master | 2020-03-20T04:00:43.948000 | 2018-06-13T05:40:04 | 2018-06-13T05:40:04 | 137,167,630 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test4x.penknife;
import com.test4x.penknife.message.Request;
import com.test4x.penknife.message.Response;
@FunctionalInterface
public interface Action {
void invoke(Request req, Response res) throws InterruptedException;
}
| UTF-8 | Java | 241 | java | Action.java | Java | [] | null | [] | package com.test4x.penknife;
import com.test4x.penknife.message.Request;
import com.test4x.penknife.message.Response;
@FunctionalInterface
public interface Action {
void invoke(Request req, Response res) throws InterruptedException;
}
| 241 | 0.813278 | 0.80083 | 9 | 25.777779 | 22.743877 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 4 |
114524829662f0d5a11dec8d0ead91c669474968 | 31,877,247,294,948 | f2eb4e644110a56a842f1712e0822f0402ea1305 | /usermanagement/lib/mockrunner-0.3.6/mockrunner-0.3.6/src/com/mockrunner/test/web/MockHttpServletRequestTest.java | e9ab730960dd264728a5df8c5137884ef321e52b | [] | no_license | NUREKN17-JAVA/oleksandr.huriev | https://github.com/NUREKN17-JAVA/oleksandr.huriev | 81b9d9307b18e60a35ca9573138e06508f14ac35 | bb41db4db1bb20f3b025842d898b3e2957b33ead | refs/heads/master | 2020-08-08T00:47:00.395000 | 2019-12-23T22:48:19 | 2019-12-23T22:48:19 | 213,646,869 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mockrunner.test.web;
import java.io.BufferedReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.ServletInputStream;
import javax.servlet.Serv... | UTF-8 | Java | 16,369 | java | MockHttpServletRequestTest.java | Java | [] | null | [] | package com.mockrunner.test.web;
import java.io.BufferedReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.ServletInputStream;
import javax.servlet.Serv... | 16,369 | 0.654347 | 0.64335 | 439 | 36.287018 | 23.26405 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8041 | false | false | 4 |
eea1a1271ef275276909b9daf557ce3581355143 | 11,647,951,363,048 | 3d410c7ed26af26a67265ee9a353e3bb891908a8 | /src/main/java/com/sheeva/TokenTest.java | 4a82c8c55489978bb1fe75698079854e5e9cc797 | [] | no_license | gaojiabao1991/nlp-introduction | https://github.com/gaojiabao1991/nlp-introduction | ab883b0af5ed742defc0f19d21e4ed0de11a0965 | fb15faf5dd30dafaca080da568afd9033b9bbf81 | refs/heads/master | 2022-12-10T04:34:50.061000 | 2020-08-18T08:49:28 | 2020-08-18T08:49:28 | 263,972,565 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sheeva;
import com.hankcs.hanlp.HanLP;
import com.hankcs.hanlp.collection.trie.DoubleArrayTrie;
import com.hankcs.hanlp.corpus.io.IOUtil;
import com.hankcs.hanlp.dictionary.CoreDictionary;
import java.io.IOException;
import java.util.*;
/**
* Created by sheeva on 2020/5/2.
*/
public class TokenTest {
... | UTF-8 | Java | 8,559 | java | TokenTest.java | Java | [
{
"context": "OException;\nimport java.util.*;\n\n/**\n * Created by sheeva on 2020/5/2.\n */\npublic class TokenTest {\n pub",
"end": 276,
"score": 0.9986101984977722,
"start": 270,
"tag": "USERNAME",
"value": "sheeva"
}
] | null | [] | package com.sheeva;
import com.hankcs.hanlp.HanLP;
import com.hankcs.hanlp.collection.trie.DoubleArrayTrie;
import com.hankcs.hanlp.corpus.io.IOUtil;
import com.hankcs.hanlp.dictionary.CoreDictionary;
import java.io.IOException;
import java.util.*;
/**
* Created by sheeva on 2020/5/2.
*/
public class TokenTest {
... | 8,559 | 0.551798 | 0.535906 | 226 | 36.030975 | 30.327183 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.90708 | false | false | 4 |
f6f015a6cad02fb6f1f7e323423140f8c8409bfa | 32,203,664,850,346 | b1ece974bec26794be741f8e934901b55b314ea2 | /app/src/main/java/com/lucaspw8/gproductfirebase/EmpresaPrincipalActivity.java | aa5a82db29fa1ad5636043abbb6584c3e7eda1e3 | [] | no_license | lucaspw8/AplicativoProdutos | https://github.com/lucaspw8/AplicativoProdutos | 17ed82d5773f176e7ad6805c883bf56b9b6bfa98 | 7cf8c1e460288c5111aeadd0b075fd0148b73de0 | refs/heads/master | 2020-03-18T20:25:04.371000 | 2019-03-16T00:53:11 | 2019-03-16T00:53:11 | 135,214,322 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lucaspw8.gproductfirebase;
import android.content.Intent;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.support.v7.widget.DividerItemDecoration;
import android.support.v7.widget.LinearLayoutManager;
import android... | UTF-8 | Java | 7,811 | java | EmpresaPrincipalActivity.java | Java | [] | null | [] | package com.lucaspw8.gproductfirebase;
import android.content.Intent;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.support.v7.widget.DividerItemDecoration;
import android.support.v7.widget.LinearLayoutManager;
import android... | 7,811 | 0.657315 | 0.655521 | 209 | 36.349281 | 30.350386 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.559809 | false | false | 4 |
79deb2331521cd131a614efbb5ee6f8e5133836b | 3,092,376,455,426 | f0221c976db9283a25c451a69795e9959d80fd61 | /3730_AgingTest/src/cmj/example/java/test/activity/RecorderActivity.java | 44681ddc63bd2205ad3ef7305dc0876f8b17136c | [] | no_license | mikechenmj/File | https://github.com/mikechenmj/File | 95322e0635d635299b04aeab7be7e96e7d465900 | 97a7c54e0bc2844eeb83cca69a2146925dbff2c9 | refs/heads/master | 2018-10-28T01:10:54.547000 | 2018-08-30T09:45:27 | 2018-08-30T09:45:27 | 145,703,617 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cmj.example.java.test.activity;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.content.Intent;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.hardware.Camera;
import android.media.MediaRecorder;
import androi... | UTF-8 | Java | 9,260 | java | RecorderActivity.java | Java | [
{
"context": "rt cmj.example.java.test.Util;\n\n\n/**\n * Created by mikechenmj on 16-11-4.\n */\npublic class RecorderActivity ext",
"end": 626,
"score": 0.9996196627616882,
"start": 616,
"tag": "USERNAME",
"value": "mikechenmj"
}
] | null | [] | package cmj.example.java.test.activity;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.content.Intent;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.hardware.Camera;
import android.media.MediaRecorder;
import androi... | 9,260 | 0.569978 | 0.565011 | 283 | 31.720848 | 22.398491 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59364 | false | false | 4 |
635d9bb9c52917fd20ad7fa1b4a6fe51d3c2dfdc | 12,068,858,170,881 | d59e947fcf46e49d677d7d7bcf40f01fd216ed21 | /src/es/iecisa/gateway/component/NRNComponent.java | dc018f8bc42849595cc6b490a49d47f432838826 | [] | no_license | delema/Gateway | https://github.com/delema/Gateway | a82b6e423b5eba17000a71cb320540fecc68bbc1 | 5adb83bbeb93806a1cc194915cb0bf2e517acdce | refs/heads/master | 2017-09-13T12:29:05.295000 | 2017-07-25T07:26:00 | 2017-07-25T07:26:00 | 49,863,542 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.iecisa.gateway.component;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.faces.application.FacesMessage;
import javax.faces.model.SelectItem;
import org.apache.log4j.Logger;
import org.primeface... | UTF-8 | Java | 6,883 | java | NRNComponent.java | Java | [] | null | [] | package es.iecisa.gateway.component;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.faces.application.FacesMessage;
import javax.faces.model.SelectItem;
import org.apache.log4j.Logger;
import org.primeface... | 6,883 | 0.732094 | 0.731803 | 209 | 31.937799 | 29.240644 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.803828 | false | false | 4 |
dda7caa5081fa6a9cd5b3ec57277b23f46547291 | 9,440,338,146,714 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/15/15_3c4bb48e607e548750a51f2ac0559348a6ae3f5a/MarvinImageProcessor/15_3c4bb48e607e548750a51f2ac0559348a6ae3f5a_MarvinImageProcessor_s.java | 85b80a92b460fa9a87e69a54b2790def331ce3d0 | [] | 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 image.marvin;
import image.ImageProcessor;
import image.CannotProcessImageException;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
import org.apache.commons.io.FilenameUtils;
import marvin.image.MarvinImage;
import marvin.image.MarvinImageMask;
import marvin.... | UTF-8 | Java | 2,615 | java | 15_3c4bb48e607e548750a51f2ac0559348a6ae3f5a_MarvinImageProcessor_s.java | Java | [] | null | [] | package image.marvin;
import image.ImageProcessor;
import image.CannotProcessImageException;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
import org.apache.commons.io.FilenameUtils;
import marvin.image.MarvinImage;
import marvin.image.MarvinImageMask;
import marvin.... | 2,615 | 0.692543 | 0.68566 | 85 | 29.752941 | 26.243164 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.035294 | false | false | 4 |
76d2ad9a46ca9aeb6413f1d769234bbb9558f5fb | 14,207,751,860,178 | 6f7a08b4bfce998eaa8e747f7f617416d027650f | /src/main/java/com/mmo/server/core/property/PropertyNotFoundException.java | 52b9c1ae30c756708043144503816f5e1631be1c | [] | no_license | daviarimateia93/mmo | https://github.com/daviarimateia93/mmo | a92869535c06d670247c5fcca7cf74cac564cd34 | 5ddb23ea82725edaa6b9eb1d1d9bd89b722fc2f1 | refs/heads/master | 2023-03-03T23:27:51.373000 | 2022-03-16T15:54:57 | 2022-03-16T15:54:57 | 327,711,923 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mmo.server.core.property;
public class PropertyNotFoundException extends PropertyException {
private static final long serialVersionUID = -3223779855788831263L;
public PropertyNotFoundException(String propertyName) {
super("Property %s not found", propertyName);
}
}
| UTF-8 | Java | 302 | java | PropertyNotFoundException.java | Java | [] | null | [] | package com.mmo.server.core.property;
public class PropertyNotFoundException extends PropertyException {
private static final long serialVersionUID = -3223779855788831263L;
public PropertyNotFoundException(String propertyName) {
super("Property %s not found", propertyName);
}
}
| 302 | 0.768212 | 0.705298 | 10 | 29.200001 | 29.249958 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 4 |
24efd43f16697ffcae8191e4d9ec3c0756e53c41 | 20,607,253,130,228 | b777c7a10237da84c132238af66a942da563529e | /Rusted/game-lib/com/corrodinggames/rts/game/units/class_65.java | d7814249e654c108b70ceca92be225445ce94ee6 | [] | no_license | macuser47/SaltyRust | https://github.com/macuser47/SaltyRust | 6ce11ffe9a8d6bcd609e3346f6c17f5f580ce4a8 | 02db02c7dadbd5397367d66e9e39331fe3f438b7 | refs/heads/master | 2020-04-20T13:09:11.311000 | 2019-02-02T18:03:02 | 2019-02-02T18:03:02 | 168,861,365 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.corrodinggames.rts.game.units;
// $FF: renamed from: com.corrodinggames.rts.game.units.n
public abstract class class_65 extends class_44 {
public strictfp class_65(boolean var1) {
super(var1);
}
// $FF: renamed from: C () boolean
public strictfp boolean method_431() {
return true;
... | UTF-8 | Java | 539 | java | class_65.java | Java | [] | null | [] | package com.corrodinggames.rts.game.units;
// $FF: renamed from: com.corrodinggames.rts.game.units.n
public abstract class class_65 extends class_44 {
public strictfp class_65(boolean var1) {
super(var1);
}
// $FF: renamed from: C () boolean
public strictfp boolean method_431() {
return true;
... | 539 | 0.640074 | 0.608534 | 23 | 22.434782 | 18.9641 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.217391 | false | false | 4 |
9d1d8f455ef7aea02d725afd81a9403417120b6b | 22,591,528,038,458 | afb32bc54ef4b66282a81faf8be3917856d54681 | /src/main/java/net/javabeat/springdata/bean/GemFireBean.java | d7e1db9cbac530234a7a63054efd199f3ced531b | [] | no_license | safelong/SpringData-GemFire-REST-AngularJS | https://github.com/safelong/SpringData-GemFire-REST-AngularJS | d566e3aae57a40eb2bc3319361c1eab56967d3f2 | 9a70c0372e4ce02beecf502ac660e33fb46dc08c | refs/heads/master | 2020-04-27T12:19:34.065000 | 2015-03-16T03:51:35 | 2015-03-16T03:51:35 | 32,300,019 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.javabeat.springdata.bean;
import net.javabeat.springdata.data.Message;
import net.javabeat.springdata.repo.MessageRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@Component
public class GemFireBean {
MessageRepository messageR... | UTF-8 | Java | 1,014 | java | GemFireBean.java | Java | [] | null | [] | package net.javabeat.springdata.bean;
import net.javabeat.springdata.data.Message;
import net.javabeat.springdata.repo.MessageRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@Component
public class GemFireBean {
MessageRepository messageR... | 1,014 | 0.765286 | 0.763314 | 42 | 23.142857 | 20.896082 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.571429 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.