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
891127afee95912aae711980ff7b4524a4351f7e
3,917,010,234,395
31500f1e2ca7a5ece1f5c53e9d73fce3ee65ce6b
/src/main/java/com/ykcloud/soa/erp/api/wm/response/SellDailyCollectResponse.java
923cd4d6ad62a82e82a23decd338c753460b0e68
[]
no_license
moutainhigh/ylcloud
https://github.com/moutainhigh/ylcloud
131e5f0ac9a4afbe19e87e1938220b4ba385cca0
a06ac43c92b6ebd8479285daad76bff915493095
refs/heads/master
2021-09-18T23:56:13.247000
2018-07-20T13:34:12
2018-07-20T13:34:12
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ykcloud.soa.erp.api.wm.response; import java.util.List; import com.gb.soa.omp.ccommon.api.response.MessagePack; import com.ykcloud.soa.erp.api.wm.model.WmCollectShipSellDailyDtl; /** * @author:shenq * @description:代销获取COSTAMOUNT * @date :2018/5/3 - 20:37 * @version:v1.0 */ public class SellDailyColl...
UTF-8
Java
777
java
SellDailyCollectResponse.java
Java
[ { "context": ".model.WmCollectShipSellDailyDtl;\n\n/**\n * @author:shenq\n * @description:代销获取COSTAMOUNT\n * @date :2018/5/3", "end": 214, "score": 0.9995875358581543, "start": 209, "tag": "USERNAME", "value": "shenq" } ]
null
[]
package com.ykcloud.soa.erp.api.wm.response; import java.util.List; import com.gb.soa.omp.ccommon.api.response.MessagePack; import com.ykcloud.soa.erp.api.wm.model.WmCollectShipSellDailyDtl; /** * @author:shenq * @description:代销获取COSTAMOUNT * @date :2018/5/3 - 20:37 * @version:v1.0 */ public class SellDailyColl...
777
0.73838
0.721116
33
21.818182
24.471943
84
false
false
0
0
0
0
0
0
0.606061
false
false
7
088e915b0490eea76c035c99f4a767cd14653cea
28,741,921,194,545
997358fcb642a9fd8da8b127eedefd37f1ef46d1
/src/main/java/com/iscas/yf/IntelliPipeline/service/dataservice/ProjectService.java
f86a1b682fbe48a2aa8f489aa06f9acb06421c81
[]
no_license
YoooFeng/myproject
https://github.com/YoooFeng/myproject
41149b621c88cd78d0536bd5d283b2c110db4297
68e3a46d531d833151221e0c91b73c61e432ba11
refs/heads/master
2022-12-23T14:17:29.645000
2019-06-21T10:23:23
2019-06-21T10:23:23
157,351,651
0
1
null
false
2022-12-16T12:32:35
2018-11-13T09:10:13
2019-06-21T10:23:37
2022-12-16T12:32:32
131,699
0
0
14
JavaScript
false
false
package com.iscas.yf.IntelliPipeline.service.dataservice; import com.iscas.yf.IntelliPipeline.dataview.ProjectView; import com.iscas.yf.IntelliPipeline.entity.Project; import java.util.List; public interface ProjectService { public Project saveProject(Project project); /** * 创建项目. 需要输入的只是ProjectName还...
UTF-8
Java
1,125
java
ProjectService.java
Java
[]
null
[]
package com.iscas.yf.IntelliPipeline.service.dataservice; import com.iscas.yf.IntelliPipeline.dataview.ProjectView; import com.iscas.yf.IntelliPipeline.entity.Project; import java.util.List; public interface ProjectService { public Project saveProject(Project project); /** * 创建项目. 需要输入的只是ProjectName还...
1,125
0.639391
0.639391
51
19.549019
19.344467
72
false
false
0
0
0
0
0
0
0.235294
false
false
7
20c540de272f6ce42a1cc1ba08bfcf0b5dcc3d76
22,016,002,416,227
37ae161c8c55463635a31c67173296dcebce4634
/app/src/main/java/com/example/kos/myapplication/MainActivity.java
819bea36d1d07a7fb8693cd36ef4103b5e4d55e5
[]
no_license
kvengerov/MyApplication
https://github.com/kvengerov/MyApplication
3963db55acbb310689286fa1f7b05902d34cfff6
73af91f0eebe6b26f6b8cc03d5161be782a9e1f5
refs/heads/master
2021-01-17T08:06:24.427000
2016-06-12T20:55:19
2016-06-12T20:55:19
60,988,414
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.kos.myapplication; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.View; ...
UTF-8
Java
2,875
java
MainActivity.java
Java
[ { "context": "new HashMap();\n postData.put(\"txtUsername\", username);\n postData.put(\"txtPassword\", password);\n", "end": 2224, "score": 0.9991871118545532, "start": 2216, "tag": "USERNAME", "value": "username" }, { "context": "e\", username);\n postData.put(...
null
[]
package com.example.kos.myapplication; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.View; ...
2,877
0.670261
0.667478
86
32.430233
25.809473
113
false
false
0
0
0
0
0
0
0.604651
false
false
7
bc861438d3ef4ee14eb9a235507ce51e62a5f9b5
27,513,560,543,461
f66c4614e2827303fd311e804311d1ec3039ba6b
/src/server/Server.java
c3f96993a840cbf06f043f1945e22dd37589458d
[]
no_license
mmishak/SMTP_server
https://github.com/mmishak/SMTP_server
54cf2977e6e935e3096d4d515a72d67048a026f6
b0c7dcbbbb3a83aa46fe0a3ee329a48c67ce6a95
refs/heads/master
2021-01-20T00:24:06.121000
2017-05-10T08:41:27
2017-05-10T08:41:27
89,124,983
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package server; import smtp.SMTPReceiver; import java.net.InetAddress; import java.net.UnknownHostException; /** * Created by mmishak on 03/04/17. */ public class Server { public static void main(String[] args) throws UnknownHostException { new SMTPReceiver().start(); } }
UTF-8
Java
294
java
Server.java
Java
[ { "context": " java.net.UnknownHostException;\n\n/**\n * Created by mmishak on 03/04/17.\n */\npublic class Server {\n public", "end": 137, "score": 0.99967360496521, "start": 130, "tag": "USERNAME", "value": "mmishak" } ]
null
[]
package server; import smtp.SMTPReceiver; import java.net.InetAddress; import java.net.UnknownHostException; /** * Created by mmishak on 03/04/17. */ public class Server { public static void main(String[] args) throws UnknownHostException { new SMTPReceiver().start(); } }
294
0.710884
0.690476
15
18.6
19.77136
72
false
false
0
0
0
0
0
0
0.333333
false
false
7
801040570eaa42cf86c1383ae42ed96bfab2feb8
6,468,220,811,756
1fa6a49e2d3775b9c058a47415e764c5e769bbea
/All Topics Java/ARRAY/regurlar-array/matrix.java
fd7c11f85755e143d82b7fc2010b9503a2c953bf
[]
no_license
Amreshhub/Java-
https://github.com/Amreshhub/Java-
dcc1c8cffadc20e706258671c1cfd9f8602bd48b
d6026dd647b61ca698942ffac2c095884883161e
refs/heads/master
2020-12-29T21:52:35.321000
2020-02-06T17:31:41
2020-02-06T17:31:41
238,744,423
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
//wap a java application accept number in regurlar matrix form siz is 2X3 and print same? import java.util.*; class matrix { public static void main(String args[]) { Scanner x=new Scanner(System.in); int num[][]=new int[2][3]; int r,c; for(r=0;r<2;r++){ System.out.println("Inset Row Value"+r); for(c...
UTF-8
Java
638
java
matrix.java
Java
[]
null
[]
//wap a java application accept number in regurlar matrix form siz is 2X3 and print same? import java.util.*; class matrix { public static void main(String args[]) { Scanner x=new Scanner(System.in); int num[][]=new int[2][3]; int r,c; for(r=0;r<2;r++){ System.out.println("Inset Row Value"+r); for(c...
638
0.61442
0.598746
25
24.559999
19.663326
89
false
false
0
0
0
0
0
0
1.84
false
false
7
1b90da63905455d31ced631080161aa53458dac9
18,330,920,462,406
7c2fc199e773c40537ad8bfd3246859745dbc14d
/f-oop/src/top/top7/oop/POOP7_abstract.java
436ce04607dede74d5b234efa991e0208d71be02
[ "Apache-2.0" ]
permissive
top234/java-se
https://github.com/top234/java-se
a0fc6043dcc7719bcd47a590fabba6a24c3c9e5c
7f3d6783a8be911177c0f82bc73209c71b013787
refs/heads/master
2023-03-24T00:24:29.334000
2021-03-13T11:23:46
2021-03-13T11:23:46
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package top.top7.oop; /** * Don't forget to be awesome! * * Created by LEARNING on 2021/3/8 15:07. * * ******************************** * * @author top234 * * 抽象类(abstract class): * 1.抽象类使用abstract修饰 * 2.抽象类不能实例化 * 3.abstract 与 final不能同时使用 * 4.抽象类有构造方法,但是不能实例化,抽象类的构...
UTF-8
Java
1,085
java
POOP7_abstract.java
Java
[ { "context": "\n * ********************************\n *\n * @author top234\n *\n * 抽象类(abstract class):\n * 1.抽", "end": 162, "score": 0.9995996952056885, "start": 156, "tag": "USERNAME", "value": "top234" } ]
null
[]
package top.top7.oop; /** * Don't forget to be awesome! * * Created by LEARNING on 2021/3/8 15:07. * * ******************************** * * @author top234 * * 抽象类(abstract class): * 1.抽象类使用abstract修饰 * 2.抽象类不能实例化 * 3.abstract 与 final不能同时使用 * 4.抽象类有构造方法,但是不能实例化,抽象类的构...
1,085
0.549525
0.51289
41
17
15.623622
46
false
false
0
0
0
0
0
0
0.268293
false
false
7
7080a2aa421e5e867873edf6115170352f79bbf5
15,771,119,969,770
7a16dab14531680ec457cb14e5cbcf4b88237c0e
/src/actions/UpdatePersonAction.java
76c362d8d1a99d8d9cc628106a89ace6ea358b84
[]
no_license
anhquancao/java-multithread-socket-client-server
https://github.com/anhquancao/java-multithread-socket-client-server
05235202e55953baba2b77a513567b7c24a1db01
657e7880a1c607ec70fd56d0d54562a9566cf9ad
refs/heads/master
2021-06-15T17:06:40.357000
2017-04-29T17:21:02
2017-04-29T17:21:02
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package actions; import utils.PersonType; /** * Created by dosontung on 4/9/17. */ public class UpdatePersonAction extends Action { private String queryType; private String email; private PersonType type; private String password; //List of Action for Person Schema public static final String...
UTF-8
Java
753
java
UpdatePersonAction.java
Java
[ { "context": "ions;\n\nimport utils.PersonType;\n\n/**\n * Created by dosontung on 4/9/17.\n */\npublic class UpdatePersonAction ex", "end": 71, "score": 0.9996420741081238, "start": 62, "tag": "USERNAME", "value": "dosontung" } ]
null
[]
package actions; import utils.PersonType; /** * Created by dosontung on 4/9/17. */ public class UpdatePersonAction extends Action { private String queryType; private String email; private PersonType type; private String password; //List of Action for Person Schema public static final String...
753
0.64409
0.638778
30
24.1
23.911434
97
false
false
0
0
0
0
0
0
0.533333
false
false
7
ec3663f888fb38947b6af498999ba8da8957a824
21,680,994,957,056
925e5f757754dfe9512a9da5a6675930a4b300e9
/sdkcreationmw/sdkruntimes/MIDP/nei/tsrc/epoc/classes/com/symbian/tools/j2me/sei/emulator/AllTargetTests.java
8f3f44b077d31d93029fb65e3ed09a7e2dd6d9e3
[]
no_license
fedor4ever/packaging
https://github.com/fedor4ever/packaging
d86342573ee2d738531904150748bbeee6c44f5d
cf25a1b5292e6c94c9bb6434f0f6ab1138c8329b
refs/heads/master
2021-01-15T18:09:15.875000
2015-04-12T12:03:13
2015-04-12T12:03:13
33,689,077
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright (c) 1999 - 2004 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/le...
UTF-8
Java
1,524
java
AllTargetTests.java
Java
[]
null
[]
/* * Copyright (c) 1999 - 2004 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/le...
1,524
0.678478
0.667979
53
26.754717
26.896662
96
false
false
0
0
0
0
0
0
0.301887
false
false
7
ce00f325396ff8c6648d659c435d47fc94463208
5,394,478,974,932
bde8dfc2cab9852f11167ea1fba072718efd7eeb
/acris-widgets/src/main/java/sk/seges/acris/widget/client/resize/ResizableListener.java
6736d18de6e421628089aaebee5e66a0101401f6
[]
no_license
seges/acris
https://github.com/seges/acris
1051395f8900dce44cbaabf373538de6d4a5c565
db8bd8f1533a767a4e43b4b8cc1039b0c8882e70
refs/heads/master
2020-12-13T02:18:28.968000
2015-08-29T13:28:07
2015-08-29T13:28:07
41,421,718
4
1
null
false
2018-08-21T18:08:35
2015-08-26T11:22:52
2018-04-10T09:02:51
2018-08-21T18:08:35
150,047
4
1
42
Java
false
null
package sk.seges.acris.widget.client.resize; public abstract class ResizableListener { abstract public void onResize(int width, int height); public void onResizing(int width, int height) {} }
UTF-8
Java
206
java
ResizableListener.java
Java
[]
null
[]
package sk.seges.acris.widget.client.resize; public abstract class ResizableListener { abstract public void onResize(int width, int height); public void onResizing(int width, int height) {} }
206
0.742718
0.742718
8
23.75
23.514624
54
false
false
0
0
0
0
0
0
0.875
false
false
7
a6fe218249edfc7228b6da88d8dfb34c88156522
7,318,624,341,483
51ee96153d5033dd07a3c25db0db4b5ff9d5cd0e
/app/src/main/java/alisha/digipodium/contextual_menu/MainActivity.java
43075ae80e526bb4bb6cf1037240cb22e502f270
[]
no_license
Alisha-creator/contextual_menu
https://github.com/Alisha-creator/contextual_menu
3b1d1b7f783f006d39a94caa7511c6fb931a7d0d
4a8eb892224df9bb868879f725f1f890f375aa04
refs/heads/master
2023-01-19T11:14:18.028000
2020-11-28T16:16:24
2020-11-28T16:16:24
316,772,775
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package alisha.digipodium.contextual_menu; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.ContextMenu; import android.view.MenuItem; import android.view.View; import android.widget.AdapterView; import android.widget.ImageView; import ...
UTF-8
Java
1,778
java
MainActivity.java
Java
[]
null
[]
package alisha.digipodium.contextual_menu; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.ContextMenu; import android.view.MenuItem; import android.view.View; import android.widget.AdapterView; import android.widget.ImageView; import ...
1,778
0.683914
0.68054
49
35.306122
25.136528
106
false
false
0
0
0
0
0
0
0.795918
false
false
7
f8e788787b611abbe6c1df8e7e39c7a7c568fa96
29,429,115,963,911
cafb428d1be909bc91bfe2b403970df2c7020339
/src/main/java/com/pcbwx/shiro/bean/response/AddressResponse.java
7e0bf63fe7204c22e07fe1f7b147aeb69faf606c
[]
no_license
HeyuRise/shiro
https://github.com/HeyuRise/shiro
c8bcd1fd792a746e2eaf9f45e37c9e769a2df1cd
43d7b040688e577b928831a52e11cc888a357765
refs/heads/master
2021-05-12T18:29:30.588000
2018-12-04T08:54:01
2018-12-04T08:54:01
117,066,815
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.pcbwx.shiro.bean.response; public class AddressResponse { private String diji; private String xianji; public String getDiji() { return diji; } public void setDiji(String diji) { this.diji = diji; } public String getXianji() { return xianji; } public void setXianji(String xianji...
UTF-8
Java
357
java
AddressResponse.java
Java
[]
null
[]
package com.pcbwx.shiro.bean.response; public class AddressResponse { private String diji; private String xianji; public String getDiji() { return diji; } public void setDiji(String diji) { this.diji = diji; } public String getXianji() { return xianji; } public void setXianji(String xianji...
357
0.677871
0.677871
18
17.833334
13.238202
39
false
false
0
0
0
0
0
0
1.388889
false
false
7
8f6ef9694515cb58ceb1863aa738f8513288a53d
31,336,081,441,312
09856edb80359c94154bf333a512211be40fd50c
/Software_University/09_Java_Advanced_January_2017/21_Stream_API_Exercises/09_Students_Enrolled.java
7a285f82f49e675595148cfc438a2222f8137132
[ "MIT" ]
permissive
i-den/Courses
https://github.com/i-den/Courses
e76b4b9a713881f8b21f05cf2ab6203f472e5cd5
2aade397df33692b4d50a8c04e6e1e22a27e62d0
refs/heads/master
2023-01-23T22:24:08.185000
2020-11-29T08:42:04
2020-11-29T08:42:04
89,019,280
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.Scanner; public class StudentsEnrolled { public static String strToEndInput = "END"; public static void main(String[] args) { Scanner scanner = new Scanner(System.in); String currInput; while (!strToEndInput.equals((currInput = scanner.nextLine()))) { ...
UTF-8
Java
489
java
09_Students_Enrolled.java
Java
[]
null
[]
import java.util.Scanner; public class StudentsEnrolled { public static String strToEndInput = "END"; public static void main(String[] args) { Scanner scanner = new Scanner(System.in); String currInput; while (!strToEndInput.equals((currInput = scanner.nextLine()))) { ...
489
0.572597
0.564417
17
26.764706
25.887835
80
false
false
0
0
0
0
0
0
0.294118
false
false
7
d3e44f891727c61c9e9dfea64667c796e7baf035
7,069,516,225,370
a516960a9099d1a4e19aafb2abd3be3512782636
/EFTEMj-lib/src/main/java/lma/implementations/LMA.java
9171e70aca5d51a6955346bdd536ba1cf736846b
[ "BSD-2-Clause" ]
permissive
m-entrup/EFTEMj
https://github.com/m-entrup/EFTEMj
28abfd26e4bc292f8fd864354c89e6a5ec832771
f82f9188b2c82f42ed07b52fcdd030b0607004dc
refs/heads/master
2020-12-12T13:52:44.983000
2017-03-30T21:58:18
2017-03-30T21:58:18
44,249,983
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Downloaded from: * http://imagejdocu.tudor.lu/doku.php?id=plugin:filter:mri_processor:start&s[]=lma * * All changes (except using "Clean Up..." in eclipse) are marked by comments. */ package lma.implementations; import java.util.Arrays; import lma.ArrayConverter; import lma.ArrayConverter.Sepa...
UTF-8
Java
28,305
java
LMA.java
Java
[ { "context": "on for each constructor carefully.\r\n *\r\n * @author Janne Holopainen (jaolho@utu.fi, tojotamies@gmail.com)\r\n * @versio", "end": 1422, "score": 0.999894917011261, "start": 1406, "tag": "NAME", "value": "Janne Holopainen" }, { "context": "ctor carefully.\r\n *\r\n * ...
null
[]
/** * Downloaded from: * http://imagejdocu.tudor.lu/doku.php?id=plugin:filter:mri_processor:start&s[]=lma * * All changes (except using "Clean Up..." in eclipse) are marked by comments. */ package lma.implementations; import java.util.Arrays; import lma.ArrayConverter; import lma.ArrayConverter.Sepa...
28,276
0.636955
0.628264
729
36.82716
29.678253
114
false
false
0
0
0
0
0
0
2.034294
false
false
7
8f0d1e17bbf5698677a3982d29d4124f0e1685f7
21,303,037,847,192
d9f995c80eb72165898bdd15b90a8fbba6afd527
/app/src/main/java/com/alkv/ljw/actions/GameActivity.java
d2dc0188a3ebc55f242e7004ec5d61112f7504f1
[]
no_license
TheorayVic/GameCenter
https://github.com/TheorayVic/GameCenter
a7eda7f1b1d5a31b383badc1f50f2cb2d6f0cbd9
edf9ea871ad423e90137808f2ff823c2e9d398db
refs/heads/master
2021-06-01T02:21:55.929000
2016-07-10T01:52:34
2016-07-10T01:52:34
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.alkv.ljw.actions; import android.os.AsyncTask; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.widget.Spinner; import android.widget.Toast; im...
UTF-8
Java
5,959
java
GameActivity.java
Java
[]
null
[]
package com.alkv.ljw.actions; import android.os.AsyncTask; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.widget.Spinner; import android.widget.Toast; im...
5,959
0.527222
0.513655
137
40.963505
25.349934
136
false
false
0
0
0
0
0
0
0.963504
false
false
7
6bd06923ff6326e8d62bc09e9751368e39d222e6
13,804,024,933,738
4de3465e766dbe6567a69aba1b038087657ba9b1
/src/main/java/com/example/demo/dao/ChoixRespositor.java
baedeb0d34b09633e42fe032e605089823495325
[]
no_license
AmaniAnane/PFE
https://github.com/AmaniAnane/PFE
45bfe5802b4302ed10131ab966eaba1604c2a660
a8f5341fd28e476fe80ae31695699966dc567308
refs/heads/master
2021-01-01T14:39:22.299000
2020-07-07T10:26:51
2020-07-07T10:26:51
239,322,762
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.demo.dao; import org.springframework.data.jpa.repository.JpaRepository; import com.example.demo.entities.Choixreponse; public interface ChoixRespositor extends JpaRepository<Choixreponse, Integer>{ }
UTF-8
Java
226
java
ChoixRespositor.java
Java
[]
null
[]
package com.example.demo.dao; import org.springframework.data.jpa.repository.JpaRepository; import com.example.demo.entities.Choixreponse; public interface ChoixRespositor extends JpaRepository<Choixreponse, Integer>{ }
226
0.827434
0.827434
11
19.545454
27.897095
78
false
false
0
0
0
0
0
0
0.363636
false
false
7
40b1293a86370cca84d9d00d949cc1cdd341097a
16,844,861,801,781
bbd85443ffbe12774a878747b99d291c4182b6a2
/src/main/java/kz/javalab/multithreadingtask/port/Quay.java
e1a4acaab89b34ad2a9789c4414266a6e1dab3cf
[]
no_license
PaperPlane01/EPAM-Exercise-4-Multitthreading
https://github.com/PaperPlane01/EPAM-Exercise-4-Multitthreading
155d2525024fd61ec7f5fd28e11f55a6707fe5c2
feb267e2a1c8615bcad1eee709f6a6b390727aa5
refs/heads/master
2020-12-30T10:49:38.566000
2017-07-31T07:25:06
2017-07-31T07:25:06
98,860,748
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package kz.javalab.multithreadingtask.port; import kz.javalab.multithreadingtask.entity.ship.Ship; import java.util.Date; import java.util.concurrent.ConcurrentLinkedQueue; /** * Created by PaperPlane on 31.07.2017. */ public class Quay extends Thread { private Ship shipArrived; private boolean wharfHasWai...
UTF-8
Java
2,420
java
Quay.java
Java
[ { "context": "ncurrent.ConcurrentLinkedQueue;\n\n/**\n * Created by PaperPlane on 31.07.2017.\n */\npublic class Quay extends Thre", "end": 204, "score": 0.9995623826980591, "start": 194, "tag": "USERNAME", "value": "PaperPlane" } ]
null
[]
package kz.javalab.multithreadingtask.port; import kz.javalab.multithreadingtask.entity.ship.Ship; import java.util.Date; import java.util.concurrent.ConcurrentLinkedQueue; /** * Created by PaperPlane on 31.07.2017. */ public class Quay extends Thread { private Ship shipArrived; private boolean wharfHasWai...
2,420
0.597107
0.590496
82
28.512196
26.618004
125
false
false
0
0
0
0
0
0
0.353659
false
false
7
448868a0c88c6fd77b1a2ec7e925f51bbb8e1f51
29,953,101,947,234
ab87a0500525bc9f9b8f43928fdd47fcccbc46bc
/java9-module/src/main/java/com/cybercom/java9module/Hello.java
a4602167f55b2cc00f64e2991e45b6159a07e719
[ "MIT" ]
permissive
lanaflonPerso/java9-demo
https://github.com/lanaflonPerso/java9-demo
9d89952989b5ea0d9663a225e20447fbe39a7718
4a158c731a34792b3d69fe95e976cf12474475a8
refs/heads/master
2020-11-24T16:12:38.001000
2017-12-14T09:55:42
2017-12-14T09:55:42
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cybercom.java9module; public class Hello { public String greet() { return "from Java9 module " + "calling " + new com.cybercom.foo.Hello().greet(); // + " and " + new com.cybercom.bar.Hello().greet(); } }
UTF-8
Java
283
java
Hello.java
Java
[]
null
[]
package com.cybercom.java9module; public class Hello { public String greet() { return "from Java9 module " + "calling " + new com.cybercom.foo.Hello().greet(); // + " and " + new com.cybercom.bar.Hello().greet(); } }
283
0.519435
0.512367
12
22.583334
21.692772
67
false
false
0
0
0
0
0
0
0.25
false
false
7
a610388bb446cca4e728c669a8e9f1191254f5f9
28,887,950,050,283
d32aeae0fffea4c9cc85cc144419900ede7c9ef4
/群共享文件/java组件(上传部分)/java组件(上传部分)/demo1/src/com/svse/util/MessageFilter.java
98a4a1d22960b61cffae6e019ff56d696cfec065
[ "MIT" ]
permissive
yuanxy/all-file
https://github.com/yuanxy/all-file
644b051ed3041493e35d770fa2e26774db4242ff
86e51daade9fc2872643063f1eb8af7d4e42fd0b
refs/heads/master
2022-07-20T05:55:16.931000
2022-06-27T02:20:14
2022-06-27T02:20:14
109,228,552
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.svse.util; import java.util.StringTokenizer; public class MessageFilter { //临时攻关模块页面中现实的人员加逗号 public synchronized static String strGetFiltedMessagedou(String param) { String retMessage=null; //将字符串回车(\n)换行(\r)替换成空格和逗号 retMessage = param.replaceAll("\n"," "); retMessa...
GB18030
Java
5,026
java
MessageFilter.java
Java
[]
null
[]
package com.svse.util; import java.util.StringTokenizer; public class MessageFilter { //临时攻关模块页面中现实的人员加逗号 public synchronized static String strGetFiltedMessagedou(String param) { String retMessage=null; //将字符串回车(\n)换行(\r)替换成空格和逗号 retMessage = param.replaceAll("\n"," "); retMessa...
5,026
0.556347
0.553205
158
29.215189
21.287764
72
false
false
0
0
0
0
0
0
1.341772
false
false
7
11581378a20af0339c3247d024e22e1521bbc90b
2,216,203,182,246
28f5c579904268212a21a6680b586311e9a40e4e
/Math/Catalan.java
f5b599162a100d231f32e4ef0f8fc42cda83ab09
[]
no_license
apirogov/icpc-tcr
https://github.com/apirogov/icpc-tcr
9e3426259a66e6d60ae0660f15a224294d12e666
53d83c96d54bc2177003b5dede642ae57882a95c
refs/heads/master
2021-01-17T04:43:37.171000
2017-06-29T15:32:42
2017-06-29T15:32:42
27,631,084
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
/* Catalan * $C_n = \frac1{n+1}\binom{2n}{n}=\prod_{k=2}^n (n+k)/k$\\ * $C_{n+1} = \frac{4n+2}{n+2}C_n=\sum_{k=0}^{n}C_kC_{n-k}$\\ * $C_0 = 1;\;C_n = \frac{2(2n-1)}{n+1}C_{n-1}$\\ * number of distinct binary trees with $n$ vertices; number of expressions using $n$-pairs of correct placed parentheses; * number of p...
UTF-8
Java
356
java
Catalan.java
Java
[]
null
[]
/* Catalan * $C_n = \frac1{n+1}\binom{2n}{n}=\prod_{k=2}^n (n+k)/k$\\ * $C_{n+1} = \frac{4n+2}{n+2}C_n=\sum_{k=0}^{n}C_kC_{n-k}$\\ * $C_0 = 1;\;C_n = \frac{2(2n-1)}{n+1}C_{n-1}$\\ * number of distinct binary trees with $n$ vertices; number of expressions using $n$-pairs of correct placed parentheses; * number of p...
356
0.589888
0.544944
7
49.857143
36.294151
122
false
false
0
0
0
0
0
0
0.571429
false
false
7
1881128f1664a59fdb710d490d88d278f2700fec
12,592,844,113,035
9687d6e6fc7a1a59f5a769d0bf1696484d5cd879
/car-service-api/order/order-client/src/main/java/com/car/order/client/enums/consult/AnswerStsEnum.java
d421b07756b1cf570631b3d268cb837d733029a9
[]
no_license
willpyshan13/CarStore2.0
https://github.com/willpyshan13/CarStore2.0
15fa662d5a8ca4a76c9e9d205dd1640d42e30e53
e8b85b7b3145bcc10cdccdf4779300846bce6026
refs/heads/main
2023-08-14T14:03:35.196000
2021-09-14T06:08:56
2021-09-14T06:08:56
385,832,432
1
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.car.order.client.enums.consult; import lombok.Getter; /** * @author zhouz * @date 2020/12/30 */ @Getter public enum AnswerStsEnum { /** * 答复状态 0 未答复 1 已答复 */ UNANSWERED(0, "未答复"), ALREADY_ANSWERED(1, "已答复"), REFUSED_TO_ANSWER(2, "拒绝答复"), ; private Integer value; pr...
UTF-8
Java
721
java
AnswerStsEnum.java
Java
[ { "context": "ms.consult;\n\nimport lombok.Getter;\n\n/**\n * @author zhouz\n * @date 2020/12/30\n */\n@Getter\npublic enum Answe", "end": 88, "score": 0.9996271133422852, "start": 83, "tag": "USERNAME", "value": "zhouz" } ]
null
[]
package com.car.order.client.enums.consult; import lombok.Getter; /** * @author zhouz * @date 2020/12/30 */ @Getter public enum AnswerStsEnum { /** * 答复状态 0 未答复 1 已答复 */ UNANSWERED(0, "未答复"), ALREADY_ANSWERED(1, "已答复"), REFUSED_TO_ANSWER(2, "拒绝答复"), ; private Integer value; pr...
721
0.562408
0.543319
34
19.029411
15.391911
52
false
false
0
0
0
0
0
0
0.470588
false
false
7
022f8d7562bd8a5a081541dc8880b7bd21a7ffd3
3,161,095,977,636
109b42889dc38390082197107b72b162d29167d3
/src/main/java/test/utils/CircleFilter.java
8170903bdacb653a7d5b62ede7044adaa6abb362
[]
no_license
vitali-yablonski/test
https://github.com/vitali-yablonski/test
2ffb795c4cb8aecfe06bcfc1da9e10643ab4fdab
b27a07b2412b4e64a3ed0834bafeafd5ddc92723
refs/heads/master
2020-12-24T19:28:05.170000
2016-04-13T08:17:04
2016-04-13T08:17:04
56,097,104
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package test.utils; import test.beans.Circle; import test.beans.Figure; public class CircleFilter implements Filter<Figure> { @Override public boolean filter(Figure figure) { return figure.getClass().equals(Circle.class); } }
UTF-8
Java
249
java
CircleFilter.java
Java
[]
null
[]
package test.utils; import test.beans.Circle; import test.beans.Figure; public class CircleFilter implements Filter<Figure> { @Override public boolean filter(Figure figure) { return figure.getClass().equals(Circle.class); } }
249
0.718876
0.718876
13
18.23077
19.561161
54
false
false
0
0
0
0
0
0
0.307692
false
false
7
256219a195408b023418cb7d82b3e3c6ad21ff27
19,842,748,975,668
69666cfe0aa44ac59f661331bfc8c304136f6038
/app/src/main/java/hueic/kenhoang/app_staffmanage/adapter/SpinnerDozenAdapter.java
c6ea64fdd3f8a2917b5305ba3b13626b796f2baf
[]
no_license
KenHoang16CDTH12/App_StaffManage
https://github.com/KenHoang16CDTH12/App_StaffManage
f7395850ee40cb993837f0b17981d597acad496b
497460e19209b25ce4518d8fca96721bc5f163b2
refs/heads/master
2018-04-04T20:36:44.989000
2017-04-22T11:19:33
2017-04-22T11:19:33
89,064,395
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package hueic.kenhoang.app_staffmanage.adapter; import android.app.Activity; import android.support.annotation.LayoutRes; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.wi...
UTF-8
Java
1,468
java
SpinnerDozenAdapter.java
Java
[ { "context": "ng.app_staffmanage.model.Dozen;\n\n/**\n * Created by kenhoang on 4/10/17.\n */\n\npublic class SpinnerDozenAdapter", "end": 479, "score": 0.9997302889823914, "start": 471, "tag": "USERNAME", "value": "kenhoang" } ]
null
[]
package hueic.kenhoang.app_staffmanage.adapter; import android.app.Activity; import android.support.annotation.LayoutRes; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.wi...
1,468
0.730245
0.726839
45
31.622223
27.96767
114
false
false
0
0
0
0
0
0
0.8
false
false
7
e8307af4e569b29ce2ddd21402c9fa803f96d1b0
25,357,486,941,727
e6f396eb1c6d5eb0f01a40e8e5f74f5fd6376864
/metadata-service/factories/src/main/java/com/linkedin/metadata/boot/BootstrapManagerFactory.java
20d75a9447167b2e83fd3ddeb99961ef33b43847
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause", "MIT" ]
permissive
Echelon77/datahub
https://github.com/Echelon77/datahub
b612363efb1f63cd759be1bfcc0ff973a169d9da
5cc923a56894a72871d706de75f6b5e6ae93687d
refs/heads/master
2023-08-25T02:29:58.627000
2021-10-13T07:02:51
2021-10-13T07:02:51
404,210,407
1
0
Apache-2.0
true
2021-09-08T04:37:41
2021-09-08T04:27:29
2021-09-08T04:27:30
2021-09-08T04:37:40
114,726
0
0
0
null
false
false
package com.linkedin.metadata.boot; import com.google.common.collect.ImmutableList; import com.linkedin.gms.factory.entity.EntityServiceFactory; import com.linkedin.metadata.boot.steps.IngestDataPlatformInstancesStep; import com.linkedin.metadata.boot.steps.IngestDataPlatformsStep; import com.linkedin.metadata.boot.st...
UTF-8
Java
1,655
java
BootstrapManagerFactory.java
Java
[]
null
[]
package com.linkedin.metadata.boot; import com.google.common.collect.ImmutableList; import com.linkedin.gms.factory.entity.EntityServiceFactory; import com.linkedin.metadata.boot.steps.IngestDataPlatformInstancesStep; import com.linkedin.metadata.boot.steps.IngestDataPlatformsStep; import com.linkedin.metadata.boot.st...
1,655
0.829003
0.829003
42
38.42857
28.304586
104
false
false
0
0
0
0
0
0
0.571429
false
false
7
73009924820c273e30028963a417729be6041b18
16,338,055,643,692
065ae1ee7c17b5ea15378ea1808ee0ae7bd3fd60
/jd/src/main/java/com/example/jd/view/interfaces/IMyMsgView.java
ef218799cec131c435a6df163ee49455c1e6e017
[]
no_license
zyannasl/MyJD2
https://github.com/zyannasl/MyJD2
3ee9ceaff6ce8da0d749539c439e78c2002718a5
07b4226ed5ece0ebd724c1f1c4043f98d7e695c9
refs/heads/master
2020-03-20T17:06:20.471000
2018-06-23T00:14:13
2018-06-23T00:14:13
137,552,411
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.jd.view.interfaces; import com.example.jd.bean.UserMsgBean; import com.example.mvp.mvp.IBaseView; public interface IMyMsgView extends IBaseView { //获取信息 void userMsg(UserMsgBean userMsgBean); //上传头像 void lodingImg(); }
UTF-8
Java
273
java
IMyMsgView.java
Java
[]
null
[]
package com.example.jd.view.interfaces; import com.example.jd.bean.UserMsgBean; import com.example.mvp.mvp.IBaseView; public interface IMyMsgView extends IBaseView { //获取信息 void userMsg(UserMsgBean userMsgBean); //上传头像 void lodingImg(); }
273
0.747082
0.747082
11
22.363636
17.900089
47
false
false
0
0
0
0
0
0
0.454545
false
false
7
33457e401c62f0ca30261d862c37cb80ec8c9448
24,223,615,616,127
09e45a0b8467ff9bcb99ddfff6e41b7b33b1cc48
/app/src/main/java/com/ztd/yyb/bean/beanHome/CitylistBean.java
3fc857de552a5dac13bdfd06c07350e599cf7148
[]
no_license
westing618/Android
https://github.com/westing618/Android
8c018611de40ad4576edc775a73a89988a24d3e8
144e1e2940a7ed0363f99c9171f8fc718b9ea97a
refs/heads/master
2021-05-13T13:20:28.533000
2018-01-08T16:42:33
2018-01-08T16:42:33
116,702,086
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ztd.yyb.bean.beanHome; /** * Created by on 2017/3/23. */ public class CitylistBean { /** * lcitymc : 101230101 * lcity : 福州 */ private String lcitymc; private String lcity; public String getLcitymc() { return lcitymc; } public void setLcitymc(String lcit...
UTF-8
Java
507
java
CitylistBean.java
Java
[]
null
[]
package com.ztd.yyb.bean.beanHome; /** * Created by on 2017/3/23. */ public class CitylistBean { /** * lcitymc : 101230101 * lcity : 福州 */ private String lcitymc; private String lcity; public String getLcitymc() { return lcitymc; } public void setLcitymc(String lcit...
507
0.576541
0.544732
30
15.766666
13.984952
44
false
false
0
0
0
0
0
0
0.233333
false
false
7
91adced2e0dca71aee19763bd007e2ec9f8272b8
9,337,258,960,290
5adb24067d0c322acd84d089cda21c34449dab37
/week6/day2/pages/LeadsTab.java
7ba6536b76efdca7f09df4a4f1e3bfb508592fe1
[]
no_license
meenuvijay/SeleniumAssignments
https://github.com/meenuvijay/SeleniumAssignments
9c482f2d67eaf0624a5fb811b38353abc2601726
679909277a93c7e8ca82937f1e908e3a49b8ce45
refs/heads/main
2023-05-08T23:10:51.142000
2021-06-05T01:01:43
2021-06-05T01:01:43
360,509,844
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package week6.day2.pages; import org.openqa.selenium.By; import week6day2.hooks.TestNghooks; public class LeadsTab extends TestNghooks { public CreateLead clickCreateLead() { driver.findElement(By.linkText("Create Lead")).click(); return new CreateLead(); } }
UTF-8
Java
300
java
LeadsTab.java
Java
[]
null
[]
package week6.day2.pages; import org.openqa.selenium.By; import week6day2.hooks.TestNghooks; public class LeadsTab extends TestNghooks { public CreateLead clickCreateLead() { driver.findElement(By.linkText("Create Lead")).click(); return new CreateLead(); } }
300
0.686667
0.673333
19
13.789474
18.199419
57
false
false
0
0
0
0
0
0
0.842105
false
false
7
3ef14697db2853291338d49215591d2721d807a5
9,337,258,958,762
02f4c44498f135fed7345425c3b1f451f54a9e90
/src/main/java/com/to/cdp/act/model/ActJob.java
0f0a757e0a7a9f0b38059080d62ff608a3fdb725
[]
no_license
Gohminse/minse
https://github.com/Gohminse/minse
2a8ebf58cc794fa56dca14c89347a49043bbdae5
0e311df5d24f9070cf62f70196ee5cdea101fa81
refs/heads/master
2020-02-26T14:58:25.185000
2016-07-08T02:05:32
2016-07-08T02:05:45
62,851,090
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.to.cdp.act.model; public class ActJob { }
UTF-8
Java
61
java
ActJob.java
Java
[]
null
[]
package com.to.cdp.act.model; public class ActJob { }
61
0.655738
0.655738
5
10.2
12.351518
29
false
false
0
0
0
0
0
0
0.2
false
false
7
a6694535cd3aa00403bb41547e50f9e451f2eebb
5,909,875,016,789
70cfab720998cd38dc1c46d1c7327e8c3634a4db
/app/src/main/java/com/example/administrator/aviation/ui/activity/intdeclareinfo/AppIntDeclareInfoHomeActivity.java
a5eaebab5d76695abc833481d4f0253d8d0f50ab
[ "Apache-2.0" ]
permissive
clevercoo1/Aviation
https://github.com/clevercoo1/Aviation
d9de0d461b3e25617e2899851cf063d193e43d8f
c36f0a6fbbb8395d17dcc43f01822153ebff8789
refs/heads/master
2018-12-20T02:57:17.910000
2018-12-05T01:35:34
2018-12-05T01:35:34
109,634,430
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.administrator.aviation.ui.activity.intdeclareinfo; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import...
UTF-8
Java
11,151
java
AppIntDeclareInfoHomeActivity.java
Java
[]
null
[]
package com.example.administrator.aviation.ui.activity.intdeclareinfo; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import...
11,151
0.609176
0.608452
270
39.92963
32.183022
145
false
false
0
0
0
0
0
0
0.607407
false
false
7
bb00afeccab9d18f683627aa67efc803e85f2441
14,413,910,302,471
3aa3474de0f8b14406667905ea0c3b949a5217fe
/src/com/appmogli/croptogram/Utils.java
fa6ad7cc30cfc228d6871084586569d5441d4e28
[]
no_license
madhu314/Croptogram
https://github.com/madhu314/Croptogram
26ead7b7e36723969a2e9ea800204deebc09f0fb
f3d317009e44309eb765b92bc339f6622d6fbd29
refs/heads/master
2021-01-10T20:00:26.091000
2012-11-15T18:58:49
2012-11-15T18:58:49
6,463,292
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.appmogli.croptogram; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import android.content.Context; import android.database.Cursor; import android.graphics.Bitmap; import an...
UTF-8
Java
7,528
java
Utils.java
Java
[]
null
[]
package com.appmogli.croptogram; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import android.content.Context; import android.database.Cursor; import android.graphics.Bitmap; import an...
7,528
0.701382
0.691419
284
25.507042
19.669897
79
false
false
0
0
0
0
0
0
2.68662
false
false
7
2ef31d60d29810463e7dc0a46a12d87b2439dd40
21,191,368,677,191
f66d1752c6cbd2731b55f7f8717615ad1b8df2bd
/SpringMvc05/src/com/lanou/controller/AjaxController.java
53c1e65f978c4794c06089a891f4809d795a8b2c
[]
no_license
leizhaojiang/java1106-mater
https://github.com/leizhaojiang/java1106-mater
6c98afa6c84b1187077da30e776323120b1f53c7
012582802f25bcd5fa3ba78bd51443701494134e
refs/heads/master
2022-12-06T11:49:13.698000
2020-07-02T01:06:50
2020-07-02T01:06:50
217,801,345
0
0
null
false
2022-11-24T10:01:28
2019-10-27T03:43:06
2020-07-02T01:07:02
2022-11-24T10:01:25
45,222
0
0
26
JavaScript
false
false
package com.lanou.controller; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseBody; import com.lan...
GB18030
Java
1,763
java
AjaxController.java
Java
[ { "context": "ponseBody User ajax3(){\n\t\tUser user = new User(1,\"雄安\",\"123\");\n\t\treturn user;\n\t}\n\t\n\t/**\n\t * 给前端Ajax返回ma", "end": 897, "score": 0.9996140599250793, "start": 895, "tag": "NAME", "value": "雄安" }, { "context": "ut(\"msg\", \"明天放假\");\n\t\tmap.put(\"user\", ...
null
[]
package com.lanou.controller; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseBody; import com.lan...
1,763
0.675694
0.653351
71
19.802816
16.085703
62
false
false
0
0
0
0
0
0
1.492958
false
false
7
771c41e5ba05b44b72d2c3015a6852c07a112651
32,813,550,186,203
07a71837812e75194c42f3f6c2943acac5ded5c4
/addressMS/src/main/java/com/infosys/ekart/service/AddressService.java
bdeb9f0e1d3af22b17f78034ac74d475c6e3e8d1
[]
no_license
PriMon-07/Ekart
https://github.com/PriMon-07/Ekart
aa3d850b2ed5e76f05f798f62538eb5679f96fab
ad129fd3007451b02245d8c4e60e1706bba175f0
refs/heads/main
2023-01-24T23:54:31.156000
2020-12-08T12:40:29
2020-12-08T12:40:29
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.infosys.ekart.service; import java.util.List; import com.infosys.ekart.entity.AddressEntity; import com.infosys.ekart.exception.ErrorOnServerException; import com.infosys.ekart.exception.NoAddressFoundException; import com.infosys.ekart.model.Address; public interface AddressService { List<Address> get...
UTF-8
Java
644
java
AddressService.java
Java
[]
null
[]
package com.infosys.ekart.service; import java.util.List; import com.infosys.ekart.entity.AddressEntity; import com.infosys.ekart.exception.ErrorOnServerException; import com.infosys.ekart.exception.NoAddressFoundException; import com.infosys.ekart.model.Address; public interface AddressService { List<Address> get...
644
0.826087
0.826087
24
25.833334
26.863337
96
false
false
0
0
0
0
0
0
0.958333
false
false
7
cce13517bad984957b8d88a64ff79417906fdbcc
20,040,317,449,607
a79dbc366e245b429c975c635cf5161ea265f660
/de.fu_berlin.imp.apiua.groundedtheory/src/de/fu_berlin/imp/apiua/groundedtheory/views/AbstractMemoView.java
6d8b07ef2e23df7f4570e9024e6a2529497d85ab
[ "MIT" ]
permissive
bkahlert/api-usability-analyzer
https://github.com/bkahlert/api-usability-analyzer
b227865d4d5302fc25a1e2453b4ec4029196c80d
d3f08af3289879284826b7f1f018e7d6f8862b0e
refs/heads/master
2023-07-07T09:55:24.168000
2016-01-13T13:34:41
2016-01-13T13:34:41
2,704,610
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package de.fu_berlin.imp.apiua.groundedtheory.views; import java.net.URISyntaxException; import java.util.ArrayList; import java.util.HashMap; import java.util.LinkedHashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurrent.ExecutionException; import java.util.concurrent.F...
UTF-8
Java
13,946
java
AbstractMemoView.java
Java
[]
null
[]
package de.fu_berlin.imp.apiua.groundedtheory.views; import java.net.URISyntaxException; import java.util.ArrayList; import java.util.HashMap; import java.util.LinkedHashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurrent.ExecutionException; import java.util.concurrent.F...
13,946
0.681538
0.680749
442
30.542986
23.486382
94
false
false
0
0
0
0
0
0
3.938914
false
false
7
3806092291c1c79ea3ef988e838a86377cd59767
31,233,002,238,922
b7f3a9ddb304b09dc46a4110e6f047bdef33c973
/fruitrade/src/main/java/com/fruitrade/domain/RoleDo.java
9b36b4c2cb6c4e3a842c07379af3c6b0cf4750ed
[]
no_license
YangWanYi/fruitrade
https://github.com/YangWanYi/fruitrade
0067d2190cd13e9c14d766aa7862199df816ca2d
47e77ca73c1afe42978bd63ac516fef79c19c45e
refs/heads/master
2022-06-02T02:51:00.741000
2020-04-29T13:45:55
2020-04-29T13:45:55
259,235,809
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.fruitrade.domain; import java.io.Serializable; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; /** *角色实体类 ...
UTF-8
Java
2,639
java
RoleDo.java
Java
[]
null
[]
package com.fruitrade.domain; import java.io.Serializable; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; /** *角色实体类 ...
2,639
0.664738
0.664324
137
15.656935
17.909521
108
false
false
0
0
0
0
0
0
1.080292
false
false
7
f010627a816baf2a31fde023a1fa3b320d2b1b55
17,154,099,417,758
ed9db68a81d3b78bdcf011d00d598f05deb9c9cb
/MedicalInformationSystem/src/mis/model/Hospital.java
648afa29915596cacca4753ef7fc6e7aa03f02ed
[]
no_license
vinayak57/mobile-saas-medical-info-system
https://github.com/vinayak57/mobile-saas-medical-info-system
1bf88c3550f35259393f82a2bbbb531e6b0f064d
4133e4a5f37a7bd0df029231b35c1fa143f77a42
refs/heads/master
2021-01-10T01:26:53.885000
2013-04-30T20:47:56
2013-04-30T20:47:56
36,966,629
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package mis.model; import java.io.Serializable; import javax.xml.bind.annotation.XmlRootElement; @XmlRootElement public class Hospital implements Serializable{ /** * */ private static final long serialVersionUID = 1L; private int Hospital_id; private String Hospital_name; //private ...
UTF-8
Java
1,120
java
Hospital.java
Java
[]
null
[]
package mis.model; import java.io.Serializable; import javax.xml.bind.annotation.XmlRootElement; @XmlRootElement public class Hospital implements Serializable{ /** * */ private static final long serialVersionUID = 1L; private int Hospital_id; private String Hospital_name; //private ...
1,120
0.680357
0.679464
54
18.74074
16.586681
53
false
false
0
0
0
0
0
0
1.351852
false
false
7
0d5a33957354b3977c23f855e1e69332831b8882
10,101,763,134,084
890326ebd2c387039a3432904af4d620de3174a4
/app/src/main/java/com/example/lab9_ex1/MyAdapter.java
f3c7738079a66542c398328b0b00563db19e7424
[]
no_license
tuanminh517h0066/androidTDT
https://github.com/tuanminh517h0066/androidTDT
d36a00ef91d210638862e9b041dee6c83b10c41f
53c43822532b1e9b731908b171a34dc5447aaab7
refs/heads/master
2022-11-17T18:52:21.425000
2020-07-13T03:51:03
2020-07-13T03:51:03
279,185,576
0
0
null
false
2020-07-13T02:22:11
2020-07-13T02:04:40
2020-07-13T02:08:44
2020-07-13T02:22:11
0
0
0
0
Java
false
false
package com.example.lab9_ex1; import android.content.Context; import android.graphics.Color; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNu...
UTF-8
Java
2,935
java
MyAdapter.java
Java
[]
null
[]
package com.example.lab9_ex1; import android.content.Context; import android.graphics.Color; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNu...
2,935
0.677683
0.67598
94
30.223404
26.352825
85
false
false
0
0
0
0
0
0
0.56383
false
false
7
bb715c03f1a811cb1fee2bb051262635787c63fc
35,553,739,313,246
1f44e65b426476afd4c623f77c4e521b0d0e954d
/src/main/java/com/example/controller/JSONController.java
98e9d5edf968df43eb23aca01e43072f4d9e5872
[]
no_license
rudyardmoreno/spring-playground
https://github.com/rudyardmoreno/spring-playground
305c567d6808d192a12e42f74df5b48e77c76e65
4901573500b04e44ac8443d8897f2151af40c2d0
refs/heads/master
2021-01-18T16:18:50.131000
2017-05-30T21:19:16
2017-05-30T21:19:16
86,735,811
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.controller; /* * Created by Rudyard Moreno on 3/30/17 * DISH NETWORK - Galvanize Training * CNE-002 (Dish) * JSON Controller */ import com.example.model.*; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; import org.springf...
UTF-8
Java
2,262
java
JSONController.java
Java
[ { "context": "package com.example.controller;\n\n/*\n * Created by Rudyard Moreno on 3/30/17\n * DISH NETWORK - Galvanize Training\n ", "end": 64, "score": 0.9998764991760254, "start": 50, "tag": "NAME", "value": "Rudyard Moreno" }, { "context": "getFlight(String departs, String firs...
null
[]
package com.example.controller; /* * Created by <NAME> on 3/30/17 * DISH NETWORK - Galvanize Training * CNE-002 (Dish) * JSON Controller */ import com.example.model.*; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; import org.springframework...
2,254
0.673298
0.646331
79
27.632912
24.796988
108
false
false
0
0
0
0
0
0
0.620253
false
false
7
409550cf027b1e2b78aa7ff2ecc00e57a5919c1c
38,817,914,454,405
5b898bd90b97dbf8a08414eecda685bf39a8db68
/web-admin-bll/src/main/java/com/maoding/admin/module/system/model/ViewDO.java
2dd3e2719f948672cd27955dd8edf26bf0300de4
[]
no_license
wang-shun/maoding-bundle
https://github.com/wang-shun/maoding-bundle
3c0c9c8276d746d3c35a1f9e1e38351e64c368a5
a4878c509487da937ded7960d04aab2d4295f318
refs/heads/master
2020-03-29T22:51:31.166000
2018-09-25T03:37:46
2018-09-25T03:37:46
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.maoding.admin.module.system.model; import com.maoding.core.base.BaseEntity; import javax.persistence.Table; @Table(name = "maoding_view") public class ViewDO extends BaseEntity { private String name; private String pid; private String url; private Integer seq; pr...
UTF-8
Java
1,045
java
ViewDO.java
Java
[]
null
[]
package com.maoding.admin.module.system.model; import com.maoding.core.base.BaseEntity; import javax.persistence.Table; @Table(name = "maoding_view") public class ViewDO extends BaseEntity { private String name; private String pid; private String url; private Integer seq; pr...
1,045
0.563636
0.563636
59
15.711864
14.854151
46
false
false
0
0
0
0
0
0
0.305085
false
false
7
84f10169e552181b1104e5a143e7b148689e917b
35,716,948,075,138
a601cd327edc1e0bbb6aa01a031ea684a04e6c9f
/src/chainrepublik/agents/VM/PARSER/GRAMMAR/LANG/testVisitor.java
94e8b9693307e436d4382419b4e3f79c788093bb
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
nghiant7497/java
https://github.com/nghiant7497/java
f17462bc1b6bb1ba831326b3fcc07088daf8b6e6
c046ac99bf74792812cc25ca59548a8610291ff8
refs/heads/master
2021-09-28T13:02:27.609000
2018-11-17T11:08:26
2018-11-17T11:08:26
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// Generated from /Users/technicalsupport/Documents/NetBeansProjects/chainrepublik/src/chainrepublik/agents/test.g4 by ANTLR 4.7 package chainrepublik.agents.VM.PARSER.GRAMMAR.LANG; import org.antlr.v4.runtime.tree.ParseTreeVisitor; /** * This interface defines a complete generic visitor for a parse tree produced * ...
UTF-8
Java
15,663
java
testVisitor.java
Java
[ { "context": "// Generated from /Users/technicalsupport/Documents/NetBeansProjects/chainrepublik/src/chai", "end": 41, "score": 0.9723867177963257, "start": 25, "tag": "USERNAME", "value": "technicalsupport" } ]
null
[]
// Generated from /Users/technicalsupport/Documents/NetBeansProjects/chainrepublik/src/chainrepublik/agents/test.g4 by ANTLR 4.7 package chainrepublik.agents.VM.PARSER.GRAMMAR.LANG; import org.antlr.v4.runtime.tree.ParseTreeVisitor; /** * This interface defines a complete generic visitor for a parse tree produced * ...
15,663
0.704335
0.70408
470
32.32766
22.77389
128
false
false
0
0
0
0
94
0.006001
1.125532
false
false
7
b05b71208d510802a44653b0fd60c9894c0928b9
6,768,868,507,700
7704748f9b175d85ec70d7877022cf13886a3937
/lsx-parent/lsx-service/lsx-service-device/src/main/java/com/lsx/service/device/websocket/DeviceWebSocket.java
c9de7f35d21d9f3259ae02930142905a0b623dc3
[]
no_license
longhuarst/lsx
https://github.com/longhuarst/lsx
d981a40309cf4f1f6f6b19eb37bf3008dca51a82
cef1f54cfd8fcb74e0d47da42ca0efe809ea22ca
refs/heads/master
2022-06-22T04:12:56.464000
2020-04-07T14:07:00
2020-04-07T14:07:00
240,490,724
0
0
null
false
2022-06-17T02:54:40
2020-02-14T11:11:40
2020-04-07T14:13:19
2022-06-17T02:54:40
639
0
0
5
Java
false
false
package com.lsx.service.device.websocket; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.core.io.ClassPathResource; import org.springframework.security.jwt.Jwt; import org.springframework.security.jwt.JwtHelper; import org.springframework.security.jwt.crypto.sign.RsaVerifier; impor...
UTF-8
Java
3,613
java
DeviceWebSocket.java
Java
[]
null
[]
package com.lsx.service.device.websocket; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.core.io.ClassPathResource; import org.springframework.security.jwt.Jwt; import org.springframework.security.jwt.JwtHelper; import org.springframework.security.jwt.crypto.sign.RsaVerifier; impor...
3,613
0.625184
0.624595
140
23.221428
23.36544
108
false
false
0
0
0
0
0
0
0.385714
false
false
7
6dcae763cdc1866e7fa8f16805a8fcaf80e49346
18,554,258,783,688
04d83501ed2b1c49b97d7d2baa29ae47f927369d
/wiki/tags/1.2.1/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/ParserFunctionUtil.java
f744ebc106020dbcb0529cda715a96f3600486ff
[]
no_license
Eljah/jamwiki
https://github.com/Eljah/jamwiki
a207fac211a5d7977d175d26352771f51a4d2560
466275bd61bde092e1d0bb9d3c2491fb3b6968a3
refs/heads/master
2021-01-10T17:13:14.829000
2013-03-20T05:41:42
2013-03-20T05:41:42
46,241,623
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE, version 2.1, dated February 1999. * * This program is free software; you can redistribute it and/or modify * it under the terms of the latest version of the GNU Lesser General * Public License as published by the Free Software Foundation; * * Thi...
UTF-8
Java
23,336
java
ParserFunctionUtil.java
Java
[]
null
[]
/** * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE, version 2.1, dated February 1999. * * This program is free software; you can redistribute it and/or modify * it under the terms of the latest version of the GNU Lesser General * Public License as published by the Free Software Foundation; * * Thi...
23,336
0.739544
0.733759
497
44.953724
42.322132
209
false
false
0
0
0
0
0
0
2.406439
false
false
7
6b65d1561b99277fe0cdacb23aa925df2a3a9ea9
38,560,216,395,377
aac48d1d476b345eb3baac2cddd90f800a17951c
/ardor3d-core/trunk/src/com/ardor3d/framework/FrameWork.java
3cf586cba072f31d32e777275756272bb591b089
[ "Zlib", "BSD-3-Clause" ]
permissive
stepheneb/ardor3dv1
https://github.com/stepheneb/ardor3dv1
7f146a2ef27cdce954251ea8b26b93e437684426
a8938538427a079a9bebf644cedffb40c0e40985
refs/heads/master
2016-09-06T12:38:18.978000
2009-01-08T10:00:08
2009-01-08T10:00:08
103,306
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Copyright (c) 2008-2009 Ardor Labs, Inc. * * This file is part of Ardor3D. * * Ardor3D is free software: you can redistribute it and/or modify it * under the terms of its license which may be found in the accompanying * LICENSE file or at <http://www.ardor3d.com/LICENSE>. */ package com.ardor3d...
UTF-8
Java
4,669
java
FrameWork.java
Java
[]
null
[]
/** * Copyright (c) 2008-2009 Ardor Labs, Inc. * * This file is part of Ardor3D. * * Ardor3D is free software: you can redistribute it and/or modify it * under the terms of its license which may be found in the accompanying * LICENSE file or at <http://www.ardor3d.com/LICENSE>. */ package com.ardor3d...
4,669
0.639966
0.636539
133
33.105263
31.630447
117
false
false
0
0
0
0
0
0
0.360902
false
false
7
4e8e0a291b876a1dc7631e460257f42688d3a4ce
38,096,359,930,102
d43f23a6f4a202fa2707fc7aa4e189205ce607ae
/spring-batch-admin-domain/src/test/java/org/springframework/batch/admin/domain/DetailedJobInfoResourceSerializationTests.java
0e9bd6cc8109b643b576c81910188e8b32ce10c1
[]
no_license
worldline/spring-batch-admin
https://github.com/worldline/spring-batch-admin
09fe4696d1876d0192cef36cb598652dd61f4f83
e5233438f611799baf4b2e7ed1150f514d6ee2f6
refs/heads/master
2020-03-27T16:20:48.979000
2018-09-18T13:19:37
2018-09-18T13:19:37
146,775,696
0
1
null
true
2018-08-30T16:17:33
2018-08-30T16:17:32
2018-08-30T04:04:34
2017-07-26T21:33:30
3,984
0
0
0
null
false
null
/* * Copyright 2014-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
UTF-8
Java
4,469
java
DetailedJobInfoResourceSerializationTests.java
Java
[ { "context": "t.util.JsonPathExpectationsHelper;\n\n/**\n * @author Michael Minella\n * @since 2.0\n */\npublic class DetailedJobInfoRes", "end": 1249, "score": 0.9995336532592773, "start": 1234, "tag": "NAME", "value": "Michael Minella" } ]
null
[]
/* * Copyright 2014-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
4,460
0.793019
0.774894
87
50.367817
35.832661
152
false
false
0
0
0
0
0
0
1.965517
false
false
7
01f3d04a21ce92854f8013f496506a48746908d7
644,245,127,795
d004deb7e9e743fd1711d105ceefdf430ab514bd
/app/src/com/itextpdf/text/pdf/qrcode/Version$ECBlocks.java
d5a721ccabde2f85fb40a448795715c101c09d43
[]
no_license
lightswarm124/BitcoinOpenPOS
https://github.com/lightswarm124/BitcoinOpenPOS
8da690a58b9cbf205a20a0d5b5358002643dcf4f
f7501006d115fb0eeef02aec3b340df1fe1aa3b7
refs/heads/master
2016-03-23T03:17:13.474000
2015-09-09T00:26:54
2015-09-09T00:26:54
42,146,243
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.itextpdf.text.pdf.qrcode; public final class ecBlocks { private final getNumBlocks ecBlocks[]; private final int ecCodewor...
UTF-8
Java
1,130
java
Version$ECBlocks.java
Java
[ { "context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus", "end": 61, "score": 0.9996140003204346, "start": 45, "tag": "NAME", "value": "Pavel Kouznetsov" } ]
null
[]
// Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.itextpdf.text.pdf.qrcode; public final class ecBlocks { private final getNumBlocks ecBlocks[]; private final int ecCodewordsPerBlock...
1,120
0.572566
0.562832
56
19.178572
18.802647
62
false
false
0
0
0
0
0
0
0.357143
false
false
7
406ac6b6e2c7fa86287afb9114633b66214dab7f
5,935,644,857,571
549812e18132c565898e08b0e1cd98d847d007d3
/src/main/java/com/writecleancode/demo/web/ProductResource.java
e0809de028270bc92c5b7a88363bd0e2c3708046
[]
no_license
bacem-g/react-spring-boot-webapp
https://github.com/bacem-g/react-spring-boot-webapp
19a8639a9bb6b2a3ee2d3713ebb41868cdad7388
6a7f7dbecbaaf8a94e0f1ff42e134bd46bcc5612
refs/heads/master
2021-06-25T21:46:44.758000
2019-11-08T16:16:21
2019-11-08T16:16:21
195,403,287
1
0
null
false
2021-01-05T12:30:06
2019-07-05T12:08:53
2019-11-08T16:16:28
2021-01-05T12:30:05
496
1
0
1
JavaScript
false
false
package com.writecleancode.demo.web; import com.writecleancode.demo.domain.Product; import com.writecleancode.demo.repository.ProductRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.*; import java....
UTF-8
Java
1,101
java
ProductResource.java
Java
[]
null
[]
package com.writecleancode.demo.web; import com.writecleancode.demo.domain.Product; import com.writecleancode.demo.repository.ProductRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.*; import java....
1,101
0.739328
0.739328
38
27.973684
24.03231
78
false
false
0
0
0
0
0
0
0.342105
false
false
7
533be32275be7621dea9a184715d6528584d800f
24,498,493,519,176
741bc537823cbc9b950bb9516a1b8de021ed1d82
/src/java/pl/polsl/model/querydb/QueryDBSelector.java
660f808b36600fdc9d6d2ea0494847c93c923f0c
[]
no_license
Hornster/Lab-JWiIUM-JavaEE
https://github.com/Hornster/Lab-JWiIUM-JavaEE
38e07507917a3ef9effcc748f3db9dadb636f4f3
cea757b2b838c4676fa6ce5dcd05f9ee724433f0
refs/heads/master
2020-04-12T06:08:22.959000
2019-01-06T16:02:39
2019-01-06T16:02:39
162,343,626
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package pl.polsl.model.querydb; import java.sql.*; import java.util.LinkedList; import java.util.List; import pl.polsl.model.CalculationData; import pl.polsl.model.IntegralData; import pl.polsl.model.queryHistory.SingleQuery; /**Sends queries to the database. * * @author Karol KozuchGroup 4 Section 8 * @version 1.0...
UTF-8
Java
8,501
java
QueryDBSelector.java
Java
[ { "context": "y;\n/**Sends queries to the database.\n *\n * @author Karol KozuchGroup 4 Section 8\n * @version 1.0*/\npublic class Q", "end": 287, "score": 0.9998723864555359, "start": 275, "tag": "NAME", "value": "Karol Kozuch" } ]
null
[]
package pl.polsl.model.querydb; import java.sql.*; import java.util.LinkedList; import java.util.List; import pl.polsl.model.CalculationData; import pl.polsl.model.IntegralData; import pl.polsl.model.queryHistory.SingleQuery; /**Sends queries to the database. * * @author <NAME>Group 4 Section 8 * @version 1.0*/ pub...
8,495
0.583108
0.581696
225
36.782223
30.244509
185
false
false
0
0
0
0
0
0
0.4
false
false
7
93f8e6d31b3ef9f4831fe7a04766bba8acdbc8f9
32,942,399,221,310
3c3c6c7c7311d399d3682a5318185f93f189bed3
/手机助手/src/com/zh/phonehelp/view/MyMainBall.java
f0898d0f42c69f28f08fed818551d01a45f88ea3
[]
no_license
loseave/Phonehelp
https://github.com/loseave/Phonehelp
47e2c15c36caf1ccb426f7da92022b4bb02360db
34f74f9573a92f951e21b600a388826a5d9a514b
refs/heads/master
2020-12-24T09:07:20.771000
2016-07-30T15:50:06
2016-07-30T15:50:06
64,525,401
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.zh.phonehelp.view; import java.util.Timer; import java.util.TimerTask; import com.zh.phonehelp.MenuActivity; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.RectF; import android.util.AttributeSet; impor...
UTF-8
Java
2,244
java
MyMainBall.java
Java
[]
null
[]
package com.zh.phonehelp.view; import java.util.Timer; import java.util.TimerTask; import com.zh.phonehelp.MenuActivity; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.RectF; import android.util.AttributeSet; impor...
2,244
0.698752
0.692513
103
20.786407
16.142359
71
false
false
0
0
0
0
0
0
2.485437
false
false
7
4c8ae4a2003a0fa61eb069e1738bc20d7c54114c
3,272,765,134,623
00b987a3909945f606abf9d75b9b912a52776ada
/OOP concepts/Country/City.java
6364d993286701bfd204e97aaba5a5dfeabf6356
[]
no_license
MaiA14/java-exercises
https://github.com/MaiA14/java-exercises
7ac674af7903a468feddecdec1f4ccd183e9047d
dbfc0ef474948101c2b79c19caf3472ef3a1e4bf
refs/heads/master
2022-12-10T21:51:34.535000
2020-09-13T19:35:41
2020-09-13T19:35:41
294,398,782
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * This class represents a city. City is represented by its name, center, central station, number of residents (must be positive), * and number of neighborhoods (must be positive). * * @author Mai Aloni (ID: 309651107) * @version 17-09-2018 * */ public class City { private String _cityName; private P...
UTF-8
Java
8,177
java
City.java
Java
[ { "context": "of neighborhoods (must be positive).\n *\n * @author Mai Aloni (ID: 309651107)\n * @version 17-09-2018\n *\n */\n\npu", "end": 209, "score": 0.9998225569725037, "start": 200, "tag": "NAME", "value": "Mai Aloni" } ]
null
[]
/** * This class represents a city. City is represented by its name, center, central station, number of residents (must be positive), * and number of neighborhoods (must be positive). * * @author <NAME> (ID: 309651107) * @version 17-09-2018 * */ public class City { private String _cityName; private Poin...
8,174
0.635808
0.63275
282
27.996454
30.105194
130
false
false
0
0
0
0
0
0
0.283688
false
false
7
659695ccdc6319251bec48e53c2977a32e807a1f
13,331,578,555,634
d1d62e51bd2bca9d605f59aa767caf6c41eee247
/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/ReplicateContainerCommandHandler.java
fe1d4e81af98f41f1ea6dde5577ee844bb088dee
[ "LicenseRef-scancode-unknown", "EPL-1.0", "BSD-3-Clause", "MPL-2.0-no-copyleft-exception", "AGPL-3.0-only", "LicenseRef-scancode-jdom", "BSD-2-Clause-Views", "LicenseRef-scancode-protobuf", "MPL-2.0", "CDDL-1.0", "CC-BY-3.0", "CDDL-1.1", "MIT", "LicenseRef-scancode-unknown-license-referenc...
permissive
zhengfengshaw/hadoop
https://github.com/zhengfengshaw/hadoop
05ed6f84130a70611da98c02a6cad4a9a1dde201
e56a5db7019cceb44086d8eff66871bbf4cb10a9
refs/heads/trunk
2020-03-22T21:14:19.017000
2018-08-18T01:40:32
2018-08-18T01:40:32
140,669,890
0
0
Apache-2.0
true
2018-08-18T01:40:33
2018-07-12T06:20:06
2018-07-12T06:21:00
2018-08-18T01:40:33
440,025
0
0
0
Java
false
null
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this * work for additional information regarding copyright ownership. The ASF * licenses this file to you under the Apache License, Version 2.0 (the * "License"); you ma...
UTF-8
Java
2,448
java
ReplicateContainerCommandHandler.java
Java
[]
null
[]
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this * work for additional information regarding copyright ownership. The ASF * licenses this file to you under the Apache License, Version 2.0 (the * "License"); you ma...
2,448
0.766748
0.76348
72
33
27.958799
80
false
false
0
0
0
0
0
0
0.430556
false
false
7
04c2823f3011ece56b5c1eebeaf04a92e554fd1a
9,689,446,219,860
bb7d521605d1d2c7229f36e301ec8311837b39f7
/ms.core/src/main/java/com/ms/commons/file/excel/ExcelParser.java
f62fd8f054d9df22dff22e78bce334d51e24ff76
[]
no_license
justinscript/summer
https://github.com/justinscript/summer
635eb3c8739065a2ee4736b0b9f42adf188d76dc
d6b982c41dc6a3d637d5de1bc84363db1797ef1b
refs/heads/master
2021-10-10T14:33:28.153000
2019-01-12T06:01:52
2019-01-12T06:01:52
18,910,111
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright 2017-2025 msun.com All right reserved. This software is the confidential and proprietary information of * msun.com ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only in * accordance with the terms of the license agreement you entered into with m...
UTF-8
Java
5,198
java
ExcelParser.java
Java
[ { "context": "ifs.filesystem.POIFSFileSystem;\r\n\r\n/**\r\n * @author zxc Jul 8, 2013 5:00:00 PM\r\n */\r\npublic class ExcelPa", "end": 927, "score": 0.99952632188797, "start": 924, "tag": "USERNAME", "value": "zxc" } ]
null
[]
/* * Copyright 2017-2025 msun.com All right reserved. This software is the confidential and proprietary information of * msun.com ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only in * accordance with the terms of the license agreement you entered into with m...
5,198
0.494222
0.487481
123
40.211384
28.512798
119
false
false
0
0
0
0
0
0
0.528455
false
false
7
2f118425031cdfe254b4107a87f12c7faae95e35
2,396,591,752,872
f642da1336d8a3550736b1520faeb1ddb56b8c3f
/CPSC231 - Java/ExampleCode/ClassEx/HW/PizzaOrder.java
b781564109f2d88041dfbd8ab4ef903214b48e75
[]
no_license
nickalai/CUCoding-Assignments
https://github.com/nickalai/CUCoding-Assignments
24493f46d84dfe2e135829e2df4f13b2a969adf0
64c54b7d742523741f1bf2b04cc84899c5aac53b
refs/heads/master
2020-03-31T03:40:56.419000
2019-12-22T06:49:07
2019-12-22T06:49:07
151,873,708
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class PizzaOrder { public static final int MAX_ORDER = 3; private Pizza[] pizzas; private int numPizzas; public PizzaOrder() { this.pizzas = new Pizza[PizzaOrder.MAX_ORDER]; } public PizzaOrder(Pizzas[] p) { this.pizzas = new Pizza[PizzaOrder.MAX_ORDER]; this.setPizzas(p); } public PizzaOr...
UTF-8
Java
2,568
java
PizzaOrder.java
Java
[]
null
[]
public class PizzaOrder { public static final int MAX_ORDER = 3; private Pizza[] pizzas; private int numPizzas; public PizzaOrder() { this.pizzas = new Pizza[PizzaOrder.MAX_ORDER]; } public PizzaOrder(Pizzas[] p) { this.pizzas = new Pizza[PizzaOrder.MAX_ORDER]; this.setPizzas(p); } public PizzaOr...
2,568
0.602804
0.59891
141
17.184397
21.47821
109
false
false
0
0
0
0
0
0
1.822695
false
false
7
c94299135db906b3bff76e838bc34a55f5165a41
20,392,504,731,506
a109e725058f0ff6a0f40c6b71f30849738d053c
/example/src/main/java/com/spring/practice/ConsoleWriter.java
c4d569e2af99b601e2613f8ec1d968b50e527511
[]
no_license
anitatripuraneni/SpringPractice
https://github.com/anitatripuraneni/SpringPractice
d9dd688ee52f5eb18f9c53f703bc19a68dabfd1f
ae3feb3c9ed02af4903c44fffba226d1ebf01898
refs/heads/master
2020-12-14T08:52:27.609000
2017-06-27T06:19:44
2017-06-27T06:19:44
95,524,389
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.spring.practice; import org.springframework.stereotype.Component; @Component public class ConsoleWriter implements LogWriter { @Override public void write(String write) { System.out.println("Write to console: "+write); } }
UTF-8
Java
244
java
ConsoleWriter.java
Java
[]
null
[]
package com.spring.practice; import org.springframework.stereotype.Component; @Component public class ConsoleWriter implements LogWriter { @Override public void write(String write) { System.out.println("Write to console: "+write); } }
244
0.770492
0.770492
13
17.76923
19.896477
49
false
false
0
0
0
0
0
0
0.615385
false
false
7
151605968ea4f0fa3e5078e3b249994a18a5af88
730,144,454,709
e6314b6cdfa887854c266fb38b84247e96060fad
/src/com/elikill58/negativity/spigot/webhooks/WebhookManager.java
c7026a2d4f4d81feda73ddbf0624f971730abf21
[]
no_license
Elikill58/Negativity
https://github.com/Elikill58/Negativity
80ad64430040a29a5438104bb576655cc77a09f0
5fd4c0bb0089a3eb18ed0f50925c433c4784ae4f
refs/heads/master
2023-08-30T21:38:15.394000
2023-08-29T21:45:44
2023-08-29T21:45:44
156,078,377
257
148
null
false
2023-08-31T05:40:11
2018-11-04T12:11:31
2023-08-31T02:29:33
2023-08-31T05:40:10
9,632
218
60
38
Java
false
false
package com.elikill58.negativity.spigot.webhooks; import java.util.ArrayList; import java.util.List; import org.bukkit.Bukkit; import org.bukkit.configuration.ConfigurationSection; import com.elikill58.negativity.spigot.SpigotNegativity; import com.elikill58.negativity.spigot.webhooks.integrations.DiscordWebhook; im...
UTF-8
Java
2,436
java
WebhookManager.java
Java
[ { "context": "package com.elikill58.negativity.spigot.webhooks;\n\nimport java.util.Arr", "end": 21, "score": 0.9729297757148743, "start": 12, "tag": "USERNAME", "value": "elikill58" }, { "context": "t.configuration.ConfigurationSection;\n\nimport com.elikill58.negativity.spigot.Spig...
null
[]
package com.elikill58.negativity.spigot.webhooks; import java.util.ArrayList; import java.util.List; import org.bukkit.Bukkit; import org.bukkit.configuration.ConfigurationSection; import com.elikill58.negativity.spigot.SpigotNegativity; import com.elikill58.negativity.spigot.webhooks.integrations.DiscordWebhook; im...
2,436
0.698686
0.692118
77
30.636364
35.042427
165
false
false
0
0
0
0
0
0
2.337662
false
false
7
f43ac3e484c1eda21aa51da49acecb932a862875
21,122,649,190,632
34739c19810abacbef5662ea8ca13a2da0d8b124
/posts/src/main/java/org/sdargol/sn/posts/Post.java
3ea1bc0de800d381d8859a5b5d2e4a7a2adb404d
[]
no_license
SuperArt3000/SocialNetwork-SberSchool-L4
https://github.com/SuperArt3000/SocialNetwork-SberSchool-L4
a630c0c7c2be4f200eecb44ad86dbc4f4e313c55
fa4b1c8d7f0287ee4f3c6412169555382c51d637
refs/heads/main
2023-02-10T23:27:32.093000
2020-12-31T09:24:18
2020-12-31T09:24:18
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.sdargol.sn.posts; import org.sdargol.api.service.post.APost; public class Post extends APost { public Post(int id, int userId, String content) { super(id, userId, content); } }
UTF-8
Java
207
java
Post.java
Java
[]
null
[]
package org.sdargol.sn.posts; import org.sdargol.api.service.post.APost; public class Post extends APost { public Post(int id, int userId, String content) { super(id, userId, content); } }
207
0.690821
0.690821
9
22
19.430788
53
false
false
0
0
0
0
0
0
0.777778
false
false
7
01f08d9c41a6f7b56b2f433242b7bf76bec3bb75
21,122,649,186,194
fe474e2912d3c35307636b5b7438efdd38dd44af
/GeckoClientServer/src/main/java/com/ljwm/gecko/client/dao/CalcDao.java
c27b60bac499099285ea5ea6b49b0b401ce2a688
[]
no_license
15005187552/spring-boot-structrue
https://github.com/15005187552/spring-boot-structrue
ae3b522ff9906216cc13cf3e6dcc02be3ed9a415
fe683e1f16c1e976164ebb72310feabe8ad8cb57
refs/heads/master
2020-04-02T14:18:44.527000
2018-10-31T10:06:25
2018-10-31T10:06:25
154,499,854
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ljwm.gecko.client.dao; import com.ljwm.gecko.base.entity.CityItem; import com.ljwm.gecko.base.mapper.CityItemMapper; import org.apache.commons.collections.map.HashedMap; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import java.util.List; ...
UTF-8
Java
651
java
CalcDao.java
Java
[ { "context": "a.util.List;\nimport java.util.Map;\n\n/**\n * @author Janiffy\n * @date 2018/9/7 9:48\n */\n@Repository\npublic cla", "end": 365, "score": 0.9995824098587036, "start": 358, "tag": "USERNAME", "value": "Janiffy" } ]
null
[]
package com.ljwm.gecko.client.dao; import com.ljwm.gecko.base.entity.CityItem; import com.ljwm.gecko.base.mapper.CityItemMapper; import org.apache.commons.collections.map.HashedMap; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import java.util.List; ...
651
0.757296
0.743472
26
24.038462
19.468872
62
false
false
0
0
0
0
0
0
0.538462
false
false
7
5c5347afcd0efb4e397688c1689bb192be280ff7
4,939,212,418,077
fccbf50e8b00383ef0f359c5f2df25b9750e6ab9
/src/com/gslab/scopedemo/client/MessageClient.java
94f15add17bbc162789b645103f8b9321545c9fe
[]
no_license
kartikKarekarGSLAB/SpringScopeDemo
https://github.com/kartikKarekarGSLAB/SpringScopeDemo
2e6f2a72d663d578cdc5c0a7761a50e1aed1918a
02bcef78dace1bb848f3ba65146e88fc7333d691
refs/heads/master
2020-03-23T03:06:24.872000
2018-07-15T08:16:40
2018-07-15T08:16:40
141,009,961
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.gslab.scopedemo.client; import org.springframework.context.ApplicationContext; import org.springframework.context.support.FileSystemXmlApplicationContext; import com.gslab.scopedemo.model.Message; public class MessageClient { public static void main(String[] args) { // TODO Auto-generated m...
UTF-8
Java
794
java
MessageClient.java
Java
[]
null
[]
package com.gslab.scopedemo.client; import org.springframework.context.ApplicationContext; import org.springframework.context.support.FileSystemXmlApplicationContext; import com.gslab.scopedemo.model.Message; public class MessageClient { public static void main(String[] args) { // TODO Auto-generated m...
794
0.770781
0.765743
21
35.809525
31.631237
113
false
false
0
0
0
0
0
0
1.380952
false
false
7
7bcb7c15df5edcbfb7ab9daf338368c23308be6b
10,307,921,526,486
038c45dad99a0fc04e08d70c30bc6a48e667c095
/src/main/java/com/itemanalysis/psychometrics/reliability/CoefficientAlpha.java
a1bcde6cf27d5ecf29a4ccaa409f80afb9ca424f
[]
no_license
marcelomata/psychometrics
https://github.com/marcelomata/psychometrics
8fea8779e5273e97f4825c086443f5a3021be8ff
8374dd8289de6dfefd28a70e98ef3e8f1c540cb7
refs/heads/master
2021-01-17T21:36:10.597000
2015-06-27T15:18:07
2015-06-27T15:18:07
41,138,312
1
0
null
true
2015-08-21T06:06:05
2015-08-21T06:06:04
2015-07-17T02:42:03
2015-06-27T15:18:10
11,054
0
0
0
null
null
null
/* * Copyright 2012 J. Patrick Meyer * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
UTF-8
Java
3,754
java
CoefficientAlpha.java
Java
[ { "context": "/*\n * Copyright 2012 J. Patrick Meyer\n *\n * Licensed under the Apache License, Version ", "end": 37, "score": 0.9990445375442505, "start": 21, "tag": "NAME", "value": "J. Patrick Meyer" }, { "context": "icient alpha (aka Cronbach's alpha).\n *\n * @author J. Patrick ...
null
[]
/* * Copyright 2012 <NAME> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
3,734
0.658498
0.650773
111
32.81982
28.958248
105
false
false
0
0
0
0
0
0
0.81982
false
false
7
416f21916273990bd939130ed17a76d10000a352
3,204,045,647,658
5d64af73d41bb7b320180f8b2d1e09529931c068
/src/Main.java
7e0c08efaac3757346834ec03e7dc80a6de2140f
[]
no_license
lan0614/1030-test2
https://github.com/lan0614/1030-test2
f1d6dd93c2705b9bf50ce0389acf20fb40cb9956
bf389f35c1859e7e2812dd54ed08cd45848ba928
refs/heads/master
2021-05-07T18:18:30.143000
2017-10-30T06:22:12
2017-10-30T06:22:12
108,810,090
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.*; public class Main { //判斷奇偶數 public static void main(String[] args) { Scanner in=new Scanner(System.in); int a; a=in.nextInt(); if(a%2==0) System.out.printf("偶數"); if(a%2==1) System.out.printf("奇數"); } }
UTF-8
Java
285
java
Main.java
Java
[]
null
[]
import java.util.*; public class Main { //判斷奇偶數 public static void main(String[] args) { Scanner in=new Scanner(System.in); int a; a=in.nextInt(); if(a%2==0) System.out.printf("偶數"); if(a%2==1) System.out.printf("奇數"); } }
285
0.558052
0.543071
13
19.538462
12.755785
44
false
false
0
0
0
0
0
0
0.461538
false
false
7
50d676c3d999918513c7aeff672216153543b0f3
3,204,045,647,930
7b37007174c03519c7d3077f91acf3675ef5d8cf
/src/main/java/uk/gov/pay/api/exception/mapper/CreateRefundExceptionMapper.java
2d6a650428cb51c29681014b6dca7cbb31408224
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
alphagov/pay-publicapi
https://github.com/alphagov/pay-publicapi
de0ce9aa239ba82e17a140801b8805e8db0f5a9f
705bd4e18e5a7acb088f06d2a8958ad3bbe5a472
refs/heads/master
2023-08-17T09:29:08.653000
2023-08-15T08:23:09
2023-08-15T08:23:09
39,890,205
46
22
MIT
false
2023-09-14T03:11:28
2015-07-29T11:37:37
2023-09-04T10:29:48
2023-09-14T03:11:27
32,769
40
20
10
Java
false
false
package uk.gov.pay.api.exception.mapper; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import uk.gov.pay.api.exception.CreateRefundException; import uk.gov.pay.api.model.RequestError; import uk.gov.service.payments.commons.model.ErrorIdentifier; import javax.ws.rs.core.Response; import javax.ws.rs.ext.Exce...
UTF-8
Java
3,753
java
CreateRefundExceptionMapper.java
Java
[]
null
[]
package uk.gov.pay.api.exception.mapper; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import uk.gov.pay.api.exception.CreateRefundException; import uk.gov.pay.api.model.RequestError; import uk.gov.service.payments.commons.model.ErrorIdentifier; import javax.ws.rs.core.Response; import javax.ws.rs.ext.Exce...
3,753
0.632561
0.632028
85
43.152943
33.887184
154
false
false
0
0
0
0
0
0
0.564706
false
false
7
384300161658b40d8113198462d38acd45dc3d26
29,695,403,920,655
dc62a058c467a0be2d58a8b4c37ccb050f0f8d94
/src/main/java/BMap/BmapServer.java
8ee39d7d8884d67aac48f256124a9ab317ebe980
[]
no_license
yss123yss/OpenGMS-TeamModeling
https://github.com/yss123yss/OpenGMS-TeamModeling
40c8b53af1f5531c7c6f771769a98efb68220472
fcb4b938c5708a0f9efd05bc6cdd6b4c4eff7a62
refs/heads/master
2022-12-07T15:08:44.127000
2022-11-25T07:40:52
2022-11-25T07:40:52
164,181,083
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package BMap; import javax.websocket.*; import javax.websocket.server.ServerEndpoint; import java.io.IOException; import java.util.concurrent.CopyOnWriteArraySet; @ServerEndpoint("/Bmap") public class BmapServer { private Session session = null;//初始化集合,用来存放每个客户端对应的服务器端的websocket对象 private static CopyOnWriteAr...
UTF-8
Java
1,309
java
BmapServer.java
Java
[]
null
[]
package BMap; import javax.websocket.*; import javax.websocket.server.ServerEndpoint; import java.io.IOException; import java.util.concurrent.CopyOnWriteArraySet; @ServerEndpoint("/Bmap") public class BmapServer { private Session session = null;//初始化集合,用来存放每个客户端对应的服务器端的websocket对象 private static CopyOnWriteAr...
1,309
0.628023
0.628023
47
24.510639
21.927223
89
false
false
0
0
0
0
0
0
0.404255
false
false
7
b48cd39b08bcf80acc89c4649e023de415f49341
20,864,951,146,445
3f1f4707e2e02d5f4bc037935a9b459d8b7ac788
/src/main/java/org/bgu/model/Phone.java
8bada994c2251c9ca3b0be2d6f937cd943c34a6c
[]
no_license
brogrammers-united/app-api
https://github.com/brogrammers-united/app-api
58b6dea80a60cd017012c45e0ddec4c9ac61b391
44c726498fdc4e23a630b1dc37158f91d1e20097
refs/heads/master
2020-04-28T00:57:31.731000
2019-03-17T16:56:47
2019-03-17T16:56:47
174,835,995
0
0
null
false
2019-06-02T17:15:50
2019-03-10T14:37:37
2019-03-17T16:56:50
2019-06-02T17:15:50
130
0
0
2
Java
false
false
package org.bgu.model; import java.io.Serializable; import org.bson.types.ObjectId; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.index.Indexed; import org.springframework.data.mongodb.core.mapping.Document; import org.springframework.validation.annotation.Validated; @Va...
UTF-8
Java
2,025
java
Phone.java
Java
[ { "context": "er, PhoneType type) {\n\t\tsuper();\n\t\tthis.username = username;\n\t\tthis.number = number;\n\t\tthis.type = type;\n\t}\n\n", "end": 715, "score": 0.9887002110481262, "start": 707, "tag": "USERNAME", "value": "username" }, { "context": " type;\n\t}\n\n\tpublic String ...
null
[]
package org.bgu.model; import java.io.Serializable; import org.bson.types.ObjectId; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.index.Indexed; import org.springframework.data.mongodb.core.mapping.Document; import org.springframework.validation.annotation.Validated; @Va...
2,025
0.686914
0.683457
90
21.5
18.346813
75
false
false
0
0
0
0
0
0
1.788889
false
false
7
b15a396460b2d0679de9cf7c90f9665fe3743c13
24,172,076,007,210
f3149d23cb0e256d29da9e61c2b2786936c2f2b6
/Tomato/ca/mb/armchair/JVPL/ModelIO.java
416d1f44ef6dcf046e1ed5dc6188f898959f733e
[ "Apache-2.0" ]
permissive
DaveVoorhis/Tomato
https://github.com/DaveVoorhis/Tomato
20e77b912b45e1e22c0eabd7020ad43d3ef26230
aa2754fca39a83e9f43f8da1763726346eedd16a
refs/heads/master
2021-01-01T06:50:09.260000
2014-10-30T22:58:09
2014-10-30T22:58:09
25,992,777
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * ModelIO.java * * Created on October 10, 2002, 1:50 AM */ package ca.mb.armchair.JVPL; import java.io.*; import ca.mb.armchair.Utilities.Widgets.ProgressPanel; /** * All Model saving and loading is centralised here, in order * to simply changing file formats. * * @author Dave Voorhis */ public class ...
UTF-8
Java
12,062
java
ModelIO.java
Java
[ { "context": " * to simply changing file formats.\n *\n * @author Dave Voorhis\n */\n \npublic class ModelIO {\n \n /** Static ", "end": 300, "score": 0.9998682737350464, "start": 288, "tag": "NAME", "value": "Dave Voorhis" } ]
null
[]
/* * ModelIO.java * * Created on October 10, 2002, 1:50 AM */ package ca.mb.armchair.JVPL; import java.io.*; import ca.mb.armchair.Utilities.Widgets.ProgressPanel; /** * All Model saving and loading is centralised here, in order * to simply changing file formats. * * @author <NAME> */ public class ModelI...
12,056
0.538219
0.535152
278
42.388489
31.667679
122
false
false
0
0
0
0
0
0
0.66187
false
false
7
f4bbd3d317d48012ebaf0b130c08a371bb34ed4a
4,904,852,679,861
aa336ab2acc65431df5548ac6eafdecb155c4a42
/src/main/java/com/tangkuo/thread/ThreadPool5.java
03c94f930927b4753833f2ae2e649b633dcccd5e
[]
no_license
TANGKUO/onlineManager
https://github.com/TANGKUO/onlineManager
ca69559f9219a7f7fc1f38eb14e80d0914e757a9
a67ec3892dcdd40de4d4265afb3f192beaae12cd
refs/heads/master
2022-07-16T16:45:23.787000
2019-09-15T07:23:54
2019-09-15T07:23:54
83,889,537
0
0
null
false
2022-06-17T03:28:44
2017-03-04T11:46:24
2019-09-15T07:24:11
2022-06-17T03:28:43
599
0
0
9
Java
false
false
package com.tangkuo.thread; import java.util.ArrayList; import java.util.List; import java.util.concurrent.ConcurrentLinkedQueue; import java.util.concurrent.CountDownLatch; import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; impo...
UTF-8
Java
2,667
java
ThreadPool5.java
Java
[ { "context": " * @Description: TODO(这里用一句话描述这个类的作用)\r\n * @author 唐阔\r\n * @date 2017年5月14日 下午2:51:13\r\n * \r\n */\r\npublic ", "end": 576, "score": 0.9997112154960632, "start": 574, "tag": "NAME", "value": "唐阔" } ]
null
[]
package com.tangkuo.thread; import java.util.ArrayList; import java.util.List; import java.util.concurrent.ConcurrentLinkedQueue; import java.util.concurrent.CountDownLatch; import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; impo...
2,667
0.65133
0.641621
95
22.936842
21.679392
93
false
false
0
0
0
0
0
0
2.084211
false
false
7
bca9e5e8006847e08a558ab2d43a6aae5a14b233
34,213,709,484,589
5984e46187475054e3552b44a823539cbeb26863
/src/main/java/dubboTest/HelloServiceImpl.java
f146da5f4bf41f1a082d5e1f8ae4dc83d488a3b0
[]
no_license
yujianjun1025/java_exercise
https://github.com/yujianjun1025/java_exercise
578f3bfff9750a2547a50e074a65cb765cc6191f
34ac12a964039a15e646d11f17987542901830e5
refs/heads/master
2021-01-21T12:58:39.481000
2016-05-03T03:32:05
2016-05-03T03:32:05
49,546,126
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package dubboTest; /** * Created by yjj on 16/3/16. */ public class HelloServiceImpl implements HelloService { public String hello(String name) { return "Hello " + name; } }
UTF-8
Java
194
java
HelloServiceImpl.java
Java
[ { "context": "package dubboTest;\n\n/**\n * Created by yjj on 16/3/16.\n */\npublic class HelloServiceImpl imp", "end": 41, "score": 0.9995853900909424, "start": 38, "tag": "USERNAME", "value": "yjj" } ]
null
[]
package dubboTest; /** * Created by yjj on 16/3/16. */ public class HelloServiceImpl implements HelloService { public String hello(String name) { return "Hello " + name; } }
194
0.649485
0.623711
11
16.636364
18.076971
55
false
false
0
0
0
0
0
0
0.181818
false
false
7
5db1fdf5371181a35ac950a676128866432fe9e0
1,211,180,804,256
dddc5486b81f6aa075cbbd8a1caa7b429d4af560
/src/main/java/br/com/ilsc/siteblog/controller/ContatoEmailController.java
44b6b0bed576a632abe214944f740dc790b741b0
[]
no_license
IvoLeonardo/siteblog
https://github.com/IvoLeonardo/siteblog
36de19c732750b06b9c54b3870206f42918c22ae
38e91c94dff98abe3933c5787f40058c957941a3
refs/heads/master
2023-05-08T21:04:17.736000
2021-06-03T19:22:18
2021-06-03T19:22:18
373,614,333
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package br.com.ilsc.siteblog.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.PageRequest; import org.springframework.data.domain.Sort; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web....
UTF-8
Java
1,703
java
ContatoEmailController.java
Java
[]
null
[]
package br.com.ilsc.siteblog.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.PageRequest; import org.springframework.data.domain.Sort; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web....
1,703
0.776864
0.77569
62
26.467741
24.383837
101
false
false
0
0
0
0
0
0
1.16129
false
false
7
9cc7b2280d68673f94d7f8abed94420b535a89b6
1,211,180,805,362
7ff7f00e39ff6349129dce631598be3b44e143a0
/学校管理系统/src/com/dao/Classs_ActivityDAO.java
7c640f3090bfd79a3bd730f503ff002d3d9b7c8b
[]
no_license
weibanggang/schooljava
https://github.com/weibanggang/schooljava
8f82c168ed5d7e4cea2c5d871157da398b37ff76
19c736196839d90b7caae8f88ae32c705cff95cd
refs/heads/master
2020-04-07T22:17:53.784000
2018-11-23T01:05:02
2018-11-23T01:05:02
158,763,657
3
9
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.dao; import java.sql.*; import java.util.*; import com.vo.Classs_Activity; public class Classs_ActivityDAO { /** * 根据id查询,返回Classs_Activity,参数int id 根据id查询 * @param id * @return */ public Classs_Activity findById(int act_id) { String sql = "select * from Classs_Activity where act_id=?"; Object[]...
GB18030
Java
4,132
java
Classs_ActivityDAO.java
Java
[]
null
[]
package com.dao; import java.sql.*; import java.util.*; import com.vo.Classs_Activity; public class Classs_ActivityDAO { /** * 根据id查询,返回Classs_Activity,参数int id 根据id查询 * @param id * @return */ public Classs_Activity findById(int act_id) { String sql = "select * from Classs_Activity where act_id=?"; Object[]...
4,132
0.647503
0.645942
144
25.694445
26.381359
165
false
false
0
0
0
0
0
0
2.826389
false
false
7
9259b8535ca2ab3fa7fe80a86cc7002dee3896c5
16,509,854,327,031
9410807a1077da6476b3d4979503e31be7c5f5a7
/src/main/java/com/tcshop/mapper/OrderDetailMapper.java
452445d79e27f660ce8fd6ea00f30593a366e382
[ "Apache-2.0" ]
permissive
topcatv/tcshop
https://github.com/topcatv/tcshop
518274341c721ee3c7dec029d170431b94dbaa9f
57134cf148e03cd9cb33356a28965ffe4ada42b3
refs/heads/master
2021-01-22T22:45:03.808000
2017-08-07T03:24:22
2017-08-07T03:24:22
85,576,492
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tcshop.mapper; import com.tcshop.entity.OrderDetail; import com.tcshop.util.BaseMapper; public interface OrderDetailMapper extends BaseMapper<OrderDetail> { }
UTF-8
Java
172
java
OrderDetailMapper.java
Java
[]
null
[]
package com.tcshop.mapper; import com.tcshop.entity.OrderDetail; import com.tcshop.util.BaseMapper; public interface OrderDetailMapper extends BaseMapper<OrderDetail> { }
172
0.831395
0.831395
7
23.714285
23.571861
68
false
false
0
0
0
0
0
0
0.428571
false
false
7
d6189b41d8c25de10116dfe652ce95e333a8419e
7,060,926,277,667
b64a006d4eb2cf04ab8c9d3135d1c1ceeef0c3a0
/hw06-reflection/src/test/java/homework/annotations/usage/AnnotationsUse.java
0bf709bd2e08de052f3557a4f22fada397f6ebf3
[]
no_license
maksim-maslov/2021-03-otus-java
https://github.com/maksim-maslov/2021-03-otus-java
918196a3c8966da96e6f6c11e6deffe63c5718f0
3e76534dacf23ba30b5c2e076b15196d9dc69544
refs/heads/main
2023-06-18T14:25:59.431000
2021-07-20T05:24:28
2021-07-20T05:24:28
355,671,390
0
0
null
false
2021-07-20T05:24:29
2021-04-07T20:16:52
2021-06-03T13:57:55
2021-07-20T05:24:29
88
0
0
0
Java
false
false
package homework.annotations.usage; import homework.annotations.After; import homework.annotations.Before; import homework.annotations.Test; public class AnnotationsUse { @Before public void setUp() { } @Test public void test() throws Exception { throw new Exception(); ...
UTF-8
Java
382
java
AnnotationsUse.java
Java
[]
null
[]
package homework.annotations.usage; import homework.annotations.After; import homework.annotations.Before; import homework.annotations.Test; public class AnnotationsUse { @Before public void setUp() { } @Test public void test() throws Exception { throw new Exception(); ...
382
0.628272
0.628272
23
14.608696
14.737527
41
false
false
0
0
0
0
0
0
0.217391
false
false
7
6c2e8ecbbf2ad159f28af611b3bb265c4d4f2a57
26,886,495,335,250
0f937cb77f5c05f7b21f7ae4ea2b2bf6fc5c6099
/src/dynamicProgramming/MovingCount.java
28f03382ecc215374d108ca4b3cde07de4406701
[]
no_license
AndersonAnson/SpringCoding
https://github.com/AndersonAnson/SpringCoding
f8d5f2ad097f2de9180f3640dfd14705d61f11b4
1ae4d4a49ecbe0a43159f1a85e2732ef157ef5a5
refs/heads/master
2022-12-03T05:40:09.199000
2020-08-18T10:04:13
2020-08-18T10:04:13
279,906,913
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package dynamicProgramming; public class MovingCount { public static boolean[][] visited; public static int ROWS = 0; public static int COLS = 0; public static int K = 0; public static int RES = 0; public int movingCount(int threshold, int rows, int cols) { visited = new boolean[rows][cols]; K = ...
UTF-8
Java
1,224
java
MovingCount.java
Java
[]
null
[]
package dynamicProgramming; public class MovingCount { public static boolean[][] visited; public static int ROWS = 0; public static int COLS = 0; public static int K = 0; public static int RES = 0; public int movingCount(int threshold, int rows, int cols) { visited = new boolean[rows][cols]; K = ...
1,224
0.533497
0.502451
49
22.979591
25.776505
98
false
false
0
0
0
0
0
0
2.22449
false
false
7
9cbae5fb574996ec0b903cd3631866847350fd7b
30,116,310,727,752
c9485f9d5dfe39c5fd09cad1034e43747d34840f
/src/main/java/br/com/bragarepresentacoes/api/entity/Agent.java
36e318313e5f95a7e40b955eb267472d75f93dcd
[]
no_license
tucs-nash/braga-api
https://github.com/tucs-nash/braga-api
5911531d1c7c91c9a60b080cd1da3e40b291ff62
ad8fa33bf6434ab9666418c631bff9ec71e71d3a
refs/heads/master
2021-07-24T09:30:46.939000
2017-10-25T12:40:44
2017-10-25T12:40:44
104,889,906
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package br.com.bragarepresentacoes.api.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import lombok.Data; @Entity(name="AGENTS") @Data public class Agent { @Id @GeneratedValue @Column(name = "ID") privat...
UTF-8
Java
390
java
Agent.java
Java
[]
null
[]
package br.com.bragarepresentacoes.api.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import lombok.Data; @Entity(name="AGENTS") @Data public class Agent { @Id @GeneratedValue @Column(name = "ID") privat...
390
0.717949
0.717949
21
17.571428
13.782568
46
false
false
0
0
0
0
0
0
0.380952
false
false
7
14bf5b7dee960c140ba82ce13c80bb6c36a3deb6
4,698,694,263,411
4ca8792d8c315e98aa0c5853658a709480a85abb
/src/main/java/com/yuyuyzl/WalletApp/Login/LoginHandler.java
04c997a11e294b8730876c7062e0073d702fc7e2
[]
no_license
BlockChain-SOFT18/WalletApp
https://github.com/BlockChain-SOFT18/WalletApp
5d83e27723d59af3f1fdcc4d08f7e56ab7f1a15a
d20678e99faaf08185ba04c16d6b747d517958de
refs/heads/master
2020-03-18T20:51:58.529000
2018-06-17T02:53:17
2018-06-17T02:53:17
135,243,352
0
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.yuyuyzl.WalletApp.Login; import com.yuyuyzl.WalletApp.Dubbo.DubboHandler; public class LoginHandler { public static int getUID(String sessionID){ if(LoginDB.getElement(sessionID)!=-1)return LoginDB.getElement(sessionID); return -1; } public static void login(String sessionID,in...
UTF-8
Java
480
java
LoginHandler.java
Java
[]
null
[]
package com.yuyuyzl.WalletApp.Login; import com.yuyuyzl.WalletApp.Dubbo.DubboHandler; public class LoginHandler { public static int getUID(String sessionID){ if(LoginDB.getElement(sessionID)!=-1)return LoginDB.getElement(sessionID); return -1; } public static void login(String sessionID,in...
480
0.708333
0.704167
17
27.235294
24.358908
82
false
false
0
0
0
0
0
0
0.470588
false
false
7
d1853996963edf8d41ed6ca1d2c00a8559432c16
34,093,450,436,123
4decce5872f652d5f9a8f0f496292464736b3537
/netbeans/rentajet/src/de/rentajet/entity/Kunde.java
9fc8328309ffb24f35de52c048514049c092c2a0
[]
no_license
sjunghans/team-h2
https://github.com/sjunghans/team-h2
06205f10b2f8d5ddaa5228beac4e62e7becd6411
969e6687ecf443950d5a9c3bdebb1c172f50890c
refs/heads/master
2021-01-18T06:10:53.044000
2013-01-28T20:52:52
2013-01-28T20:52:52
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package de.rentajet.entity; import java.io.Serializable; import java.math.BigInteger; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence...
UTF-8
Java
6,275
java
Kunde.java
Java
[ { "context": ".annotation.XmlRootElement;\r\n\r\n/**\r\n *\r\n * @author j.schipplick\r\n */\r\n@Entity\r\n@Table(name = \"kunde\")\r\n@XmlRootEl", "end": 521, "score": 0.9853540658950806, "start": 509, "tag": "USERNAME", "value": "j.schipplick" } ]
null
[]
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package de.rentajet.entity; import java.io.Serializable; import java.math.BigInteger; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence...
6,275
0.674104
0.668367
240
24.145834
27.132538
127
false
false
0
0
0
0
0
0
1.366667
false
false
7
effdeafb074e34d0dd6ad814e91c89172359edcc
31,129,922,982,048
17bbd0e0eaf7718414ac9426b5c5baf0ebf86be5
/TP_entregable_construccion/src/com/company/obra/Obra.java
b564666a8b23709db5440112964214356b820489
[]
no_license
JazminBriasco/Java-UTN
https://github.com/JazminBriasco/Java-UTN
633be8b1498034cf469239489a005c6d32c79f7e
8f50d80edfa576ad938ee3385fad569ebdead986
refs/heads/master
2022-04-30T05:30:41.849000
2020-04-29T11:43:28
2020-04-29T11:43:28
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.company.obra; import com.company.empleado.Empleado; import java.util.ArrayList; public class Obra { private String Address; private float meters; private float estimatedTime; private float costPerMeter; private ArrayList <Empleado> employeesOnSite; public Obra(String address, floa...
UTF-8
Java
1,838
java
Obra.java
Java
[]
null
[]
package com.company.obra; import com.company.empleado.Empleado; import java.util.ArrayList; public class Obra { private String Address; private float meters; private float estimatedTime; private float costPerMeter; private ArrayList <Empleado> employeesOnSite; public Obra(String address, floa...
1,838
0.622416
0.622416
73
24.178082
22.412901
125
false
false
0
0
0
0
0
0
0.438356
false
false
7
abaadc4915ca79cf9a5c07e6153565161d790912
26,199,300,526,422
4da9097315831c8639a8491e881ec97fdf74c603
/src/StockIT-v1-release_source_from_JADX/sources/org/unimodules/core/arguments/ReadableArguments.java
dec8534194124e3f7670e4ad641bfebaaf2895b4
[ "Apache-2.0" ]
permissive
atul-vyshnav/2021_IBM_Code_Challenge_StockIT
https://github.com/atul-vyshnav/2021_IBM_Code_Challenge_StockIT
5c3c11af285cf6f032b7c207e457f4c9a5b0c7e1
25c26a4cc59a3f3e575f617b59acc202ee6ee48a
refs/heads/main
2023-08-11T06:17:05.659000
2021-10-01T08:48:06
2021-10-01T08:48:06
410,595,708
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.unimodules.core.arguments; import android.os.Bundle; import java.util.ArrayList; import java.util.Collection; import java.util.List; import java.util.Map; public interface ReadableArguments { boolean containsKey(String str); Object get(String str); ReadableArguments getArguments(String str);...
UTF-8
Java
3,677
java
ReadableArguments.java
Java
[]
null
[]
package org.unimodules.core.arguments; import android.os.Bundle; import java.util.ArrayList; import java.util.Collection; import java.util.List; import java.util.Map; public interface ReadableArguments { boolean containsKey(String str); Object get(String str); ReadableArguments getArguments(String str);...
3,677
0.580908
0.579821
111
32.126125
28.630646
122
false
false
0
0
0
0
0
0
0.675676
false
false
7
960a3678550dc712031a81830e76a70717a1a10b
15,358,803,092,011
daad4823bf97d7c510487308f7d39af708633879
/cobigen/cobigen-javaplugin-parent/cobigen-javaplugin/src/test/java/com/devonfw/cobigen/javaplugin/unittest/matcher/resolver/TriggerExpressionResolverTest.java
a1fe026b158344716a9761892740adff4797a8a4
[ "Apache-2.0" ]
permissive
sanjaykumarcg/tools-cobigen
https://github.com/sanjaykumarcg/tools-cobigen
9c1d6e78c6861f52fd0f935cb5f15fcfc9a86f5f
41bbdfef255b379c426080240115fd20114f9447
refs/heads/master
2020-09-14T11:20:01.223000
2019-10-01T11:28:42
2019-10-01T11:28:42
212,053,896
0
1
Apache-2.0
true
2019-10-01T09:05:54
2019-10-01T09:05:53
2019-09-30T14:28:03
2019-10-01T08:23:35
21,432
0
0
0
null
false
false
package com.devonfw.cobigen.javaplugin.unittest.matcher.resolver; import static org.assertj.core.api.Assertions.assertThat; import org.junit.Test; import com.devonfw.cobigen.javaplugin.integrationtest.common.AbstractIntegrationTest; import com.devonfw.cobigen.javaplugin.matcher.resolver.TriggerExpressionResolver; /...
UTF-8
Java
1,619
java
TriggerExpressionResolverTest.java
Java
[]
null
[]
package com.devonfw.cobigen.javaplugin.unittest.matcher.resolver; import static org.assertj.core.api.Assertions.assertThat; import org.junit.Test; import com.devonfw.cobigen.javaplugin.integrationtest.common.AbstractIntegrationTest; import com.devonfw.cobigen.javaplugin.matcher.resolver.TriggerExpressionResolver; /...
1,619
0.750463
0.750463
46
34.195652
36.150421
106
false
false
0
0
0
0
0
0
0.26087
false
false
7
21dad31eb23537792a99cf1f0768662fc565b233
33,045,478,395,462
1a19ae7992329f4517d6bcd8b95355dc115fe5da
/clustermate-api/src/main/java/com/fasterxml/clustermate/api/msg/ListResponse.java
8c647733a638f3b43f85d15bbbf0aabde2e9ee78
[ "Apache-2.0" ]
permissive
cowtowncoder/ClusterMate
https://github.com/cowtowncoder/ClusterMate
8a1047d6c6469cea77eadb4832a0a8c77e46ebc1
a2609b2d2f7884acbf0e0a114d98226886dc41d0
refs/heads/master
2023-07-02T03:01:35.993000
2016-06-17T02:16:16
2016-06-17T02:16:16
5,987,117
4
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.fasterxml.clustermate.api.msg; import java.util.List; import com.fasterxml.clustermate.api.ListItemType; import com.fasterxml.storemate.shared.StorableKey; /** * Response message type for List requests. *<p> * NOTE: should be abstract, but due to some type resolution complications remains * concrete....
UTF-8
Java
2,760
java
ListResponse.java
Java
[ { "context": "mType.minimalEntries; }\n }\n\n // 07-Feb-2013, tatu: Ought to work, but does NOT work due to Jackson ", "end": 2297, "score": 0.974055290222168, "start": 2293, "tag": "NAME", "value": "tatu" } ]
null
[]
package com.fasterxml.clustermate.api.msg; import java.util.List; import com.fasterxml.clustermate.api.ListItemType; import com.fasterxml.storemate.shared.StorableKey; /** * Response message type for List requests. *<p> * NOTE: should be abstract, but due to some type resolution complications remains * concrete....
2,760
0.675362
0.671739
79
33.93671
32.260548
114
false
false
0
0
0
0
0
0
0.455696
false
false
7
3f1b0a21b803b6d8f25c562f5a619f1845ebdf0d
21,595,095,631,925
7effb2f1faebc3c5d55afee3d15c859c5b28e67b
/core/api/src/main/java/mb/pie/api/stamp/resource/ValueResourceStamp.java
24b97ef546525ae11d223868385379384f633c83
[ "Apache-2.0" ]
permissive
metaborg/pie
https://github.com/metaborg/pie
ac421ebf4e5265245137908b0c3c061848581db4
ecf896f11a4fbc11b8aef8a8fb831663baa0d188
refs/heads/develop
2022-06-20T03:09:11.729000
2022-06-15T09:46:10
2022-06-15T09:46:10
102,454,792
8
4
Apache-2.0
false
2022-06-15T09:46:11
2017-09-05T08:23:07
2021-12-13T13:50:55
2022-06-15T09:46:10
4,856
7
4
1
Java
false
false
package mb.pie.api.stamp.resource; import mb.pie.api.stamp.ResourceStamp; import mb.pie.api.stamp.ResourceStamper; import mb.resource.Resource; import org.checkerframework.checker.nullness.qual.Nullable; import java.io.Serializable; import java.util.Objects; public class ValueResourceStamp<R extends Resource> implem...
UTF-8
Java
1,309
java
ValueResourceStamp.java
Java
[]
null
[]
package mb.pie.api.stamp.resource; import mb.pie.api.stamp.ResourceStamp; import mb.pie.api.stamp.ResourceStamper; import mb.resource.Resource; import org.checkerframework.checker.nullness.qual.Nullable; import java.io.Serializable; import java.util.Objects; public class ValueResourceStamp<R extends Resource> implem...
1,309
0.669977
0.667685
41
30.926828
25.340019
89
false
false
0
0
0
0
0
0
0.634146
false
false
7
19e045969d7fe7075644e519c639cf4cc50c8737
12,189,117,202,452
b03ad5a6658a8abaf45d16ca89e7693ee51c64e6
/app/src/main/java/com/android/camera/MovieView.java
1abec45bd256752fcbfc4fd0102bfa9780046cad
[]
no_license
Janseon/camera
https://github.com/Janseon/camera
ce02065f112a514180d2f4d1d59972f168e72c0f
379acdc36b1b3e32491fa02984d0a87c5e63e776
refs/heads/master
2021-01-10T16:33:52.046000
2015-12-05T07:51:38
2015-12-05T07:51:38
47,447,222
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.android.camera; import android.app.Activity; import android.net.Uri; import android.os.Bundle; import android.view.Gravity; import android.view.View; import android.view.ViewGroup; import android.view.Window; import android.view.WindowManager; import android.widget.Button; import android.widget.FrameLayout...
UTF-8
Java
4,550
java
MovieView.java
Java
[]
null
[]
package com.android.camera; import android.app.Activity; import android.net.Uri; import android.os.Bundle; import android.view.Gravity; import android.view.View; import android.view.ViewGroup; import android.view.Window; import android.view.WindowManager; import android.widget.Button; import android.widget.FrameLayout...
4,550
0.716408
0.714856
176
24.625
19.817814
82
false
false
0
0
0
0
0
0
2.107955
false
false
7
0b6abfe8a79d1e076f7bb1fe472bca5c4dc946a2
17,703,855,228,151
6c7f411408049efb61708e6a51feec724ac7df2f
/eclipse-plugin/plugins/eu.scape_project.pw.simulator.ui/src/eu/scape_project/pw/ui/graph/model/MeasureTree.java
836612ba96bde20b9ba940caf35172fe2beb4d97
[ "Apache-2.0" ]
permissive
openpreserve/scape-simulator
https://github.com/openpreserve/scape-simulator
313a641781920609ed5db6c871353664fb1e809d
6f4bc91cc7e5e024f77ac2e7898a6a6a74dbf751
refs/heads/master
2020-03-29T13:39:09.685000
2014-09-29T14:45:48
2014-09-29T14:45:48
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package eu.scape_project.pw.ui.graph.model; import java.util.ArrayList; import java.util.List; public class MeasureTree { private List<INode> roots; public MeasureTree() { roots = new ArrayList<INode>(); } public void addRoot(INode node) { roots.add(node); } public Object[] getRoots() { return root...
UTF-8
Java
338
java
MeasureTree.java
Java
[]
null
[]
package eu.scape_project.pw.ui.graph.model; import java.util.ArrayList; import java.util.List; public class MeasureTree { private List<INode> roots; public MeasureTree() { roots = new ArrayList<INode>(); } public void addRoot(INode node) { roots.add(node); } public Object[] getRoots() { return root...
338
0.692308
0.692308
21
15.095238
14.245817
43
false
false
0
0
0
0
0
0
1.095238
false
false
7
5926addd29149660f3c703770db5bb07965421c7
3,083,786,576,871
7b9a1660fb4c56dc447eb6559695ef135e9726ad
/DemoGroupB-web/src/main/java/com/admin/bookSubGroup/BookSubGroupDataModelJsf.java
0b41581af511e75abca687facaaaa244cd6dc2b1
[]
no_license
shreya-as/demo
https://github.com/shreya-as/demo
c35f89e92a106debe216a064d9333f2b46334525
ff1a5da043a22f10884e357f3f1fa1d5a7c0397b
refs/heads/master
2023-02-08T01:34:18.692000
2020-12-17T10:11:06
2020-12-17T10:11:06
302,239,238
1
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 com.admin.bookSubGroup; import com.admin.dto.BookSubGroupDto; import java.util.List; import javax.faces.bean.ManagedBean; impo...
UTF-8
Java
853
java
BookSubGroupDataModelJsf.java
Java
[ { "context": "k.Getter;\nimport lombok.Setter;\n\n/**\n *\n * @author fox\n */\n@Getter\n\n@Setter\n@ManagedBean\n@SessionScoped\n", "end": 421, "score": 0.9992087483406067, "start": 418, "tag": "USERNAME", "value": "fox" } ]
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 com.admin.bookSubGroup; import com.admin.dto.BookSubGroupDto; import java.util.List; import javax.faces.bean.ManagedBean; impo...
853
0.722157
0.722157
38
21.447369
20.29739
79
false
false
0
0
0
0
0
0
0.394737
false
false
7
f4c68ad05dd320e117066b686e207132ec41da18
20,830,591,404,554
c070e1a63401fa6d194b182e1fc9f2b80c4bb330
/Day5/FileEx/src/com/dxc/files/ObjectInEx.java
cbf764e30cdf66e51a87b55ca533dbb2b96c3831
[]
no_license
rwagon13/dxc
https://github.com/rwagon13/dxc
666351f265021d11b6e9e71acacbee65c2c2ab7f
8efa3062a4665531eef11a05d47aef35b0c1ffe5
refs/heads/master
2022-12-14T05:27:25.918000
2020-08-28T07:01:44
2020-08-28T07:01:44
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.dxc.files; import java.io.EOFException; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.ObjectInputStream; import java.util.Date; public class ObjectInEx { public static void main(String[] args) { try { FileInputStream fin = new FileIn...
UTF-8
Java
905
java
ObjectInEx.java
Java
[]
null
[]
package com.dxc.files; import java.io.EOFException; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.ObjectInputStream; import java.util.Date; public class ObjectInEx { public static void main(String[] args) { try { FileInputStream fin = new FileIn...
905
0.696133
0.695028
36
24.138889
15.711201
65
false
false
0
0
0
0
0
0
2.277778
false
false
7
90225e14606c49774e16bc71136278623fea2853
7,378,753,886,123
163ecba6d95ad277937b41bb0cf2de70d8aa63ed
/src/hr/java/vjezbe/entitet/Ispit.java
617c7020fe88e1cf2d0077d5665c15491b985ddf
[]
no_license
hi-im-phillip/Java-app-10
https://github.com/hi-im-phillip/Java-app-10
37680f972e623c1e1c22552fced90139e5c787e6
01cac38c6ad273eaf5abb107078c65de389ba43e
refs/heads/master
2022-01-23T09:55:50.962000
2019-09-16T15:32:16
2019-09-16T15:32:16
208,833,617
0
0
null
false
2022-01-07T00:15:39
2019-09-16T15:25:54
2019-09-16T15:32:18
2022-01-07T00:15:38
570
0
0
1
Java
false
false
package hr.java.vjezbe.entitet; import java.io.Serializable; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; public class Ispit extends Entitet implements Serializable { /** * */ private static final long serialVersionUID = 1L; private Predmet predmet; private Student student; pri...
UTF-8
Java
1,563
java
Ispit.java
Java
[]
null
[]
package hr.java.vjezbe.entitet; import java.io.Serializable; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; public class Ispit extends Entitet implements Serializable { /** * */ private static final long serialVersionUID = 1L; private Predmet predmet; private Student student; pri...
1,563
0.74856
0.747921
71
21.014084
27.365803
145
false
false
0
0
0
0
0
0
1.380282
false
false
7
e078246c177e0a76701f319050ae5450b35972c7
26,912,265,111,582
224dbee3c5a6bbba2c20a16247205840743b4f9e
/Person.java
c2d5ffe8acd23c04423d59de457ca07448f5a24a
[]
no_license
YelenaLadygin/Targil-27.04.21
https://github.com/YelenaLadygin/Targil-27.04.21
2bbc748cf6764f34922b6ba3edc88718f73d6e9c
4adb7b1674d175f697e1ad4528a18dd7e20d3615
refs/heads/main
2023-04-05T22:04:50.159000
2021-05-01T12:56:18
2021-05-01T12:56:18
363,408,540
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.company; import java.lang.reflect.*; public class Person { private String name = "I am Groot"; public String toString() { return name; } }
UTF-8
Java
198
java
Person.java
Java
[ { "context": "blic class Person {\r\n\r\n private String name = \"I am Groot\";\r\n\r\n public String toString() {\r\n ", "end": 109, "score": 0.9684045314788818, "start": 105, "tag": "NAME", "value": "I am" }, { "context": " class Person {\r\n\r\n private String name =...
null
[]
package com.company; import java.lang.reflect.*; public class Person { private String name = "<NAME> Groot"; public String toString() { return name; } }
200
0.555556
0.555556
11
14.909091
13.527444
39
false
false
0
0
0
0
0
0
0.363636
false
false
7
92476dc1450e216e67010bbe7f6d3fe8b9609bfa
9,345,848,876,634
f057a428b077733c6783a61ddbe6776fc69df5b0
/Sample Code/app/src/main/java/com/dji/sdk/sample/Map/Grid.java
e42f01a977b24e0937ad14a331abd071e8c61070
[]
no_license
ryanv3160/SUAS7
https://github.com/ryanv3160/SUAS7
4e275825ffca9cac124b75c28087eab7794bf886
7f6b5efcb66945b6fac6df150154d28db9ed0e8f
refs/heads/master
2022-04-13T02:39:56.734000
2020-03-06T01:05:28
2020-03-06T01:05:28
228,892,623
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Class Grid * Description : Class serves as the map of the * 2-D maze the drone will navigate through. * A 2D array will represent the grid coordinate * system (x,y). Each index of the array will store * a coordinate object with information regarding this * specific grid coordinate on the map. * * Author ...
UTF-8
Java
1,462
java
Grid.java
Java
[ { "context": "pecific grid coordinate on the map.\n *\n * Author : Ryan Vacca\n **/\n\npackage com.dji.sdk.sample.Map;\n\n/** Class ", "end": 332, "score": 0.9998807907104492, "start": 322, "tag": "NAME", "value": "Ryan Vacca" } ]
null
[]
/** * Class Grid * Description : Class serves as the map of the * 2-D maze the drone will navigate through. * A 2D array will represent the grid coordinate * system (x,y). Each index of the array will store * a coordinate object with information regarding this * specific grid coordinate on the map. * * Author ...
1,458
0.53078
0.525992
48
29.458334
24.490608
93
false
false
0
0
0
0
0
0
0.395833
false
false
7
76bbfa5ab81bfbfe3ba247e1ecc55bf630e29f9e
6,416,681,202,216
25872bc103b627443c97f5deb7e5b4da8ff53fa5
/Circle.java
3f95a9dedee9418705fb6869495514a7113f2642
[]
no_license
juanluna97/HelloWorld
https://github.com/juanluna97/HelloWorld
aefc7c87d0d3e9847248e796655525d8e2f99da5
0e7209640d7bd1924c339bd57507a89d33fb2032
refs/heads/master
2021-01-11T17:55:26.718000
2017-05-14T22:20:24
2017-05-14T22:20:24
79,876,957
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
//Juan Luna //Objected-Oriented Programming //Assignment #6 - Circle //20 March 2017 public class Circle { double r; public double getRadius(){ return r; } public double getDiameter(){ return r * 2; } public double getArea(){ return Math.PI*(r*r); } public double getCircumfere...
UTF-8
Java
360
java
Circle.java
Java
[ { "context": "//Juan Luna\r\n//Objected-Oriented Programming\r\n//Assignment #6", "end": 11, "score": 0.9997988939285278, "start": 2, "tag": "NAME", "value": "Juan Luna" } ]
null
[]
//<NAME> //Objected-Oriented Programming //Assignment #6 - Circle //20 March 2017 public class Circle { double r; public double getRadius(){ return r; } public double getDiameter(){ return r * 2; } public double getArea(){ return Math.PI*(r*r); } public double getCircumference...
357
0.613889
0.588889
29
10.413794
11.198883
33
false
false
0
0
0
0
0
0
0.62069
false
false
7
c66436df7338cf564746dba5c05e62310a2c62a6
32,865,089,799,412
49412b2aa667079b2576c3b387f26e6517f44b35
/FormatJPEG/src/main/java/org/freeinternals/format/jpeg/icc/TagData_textType.java
6521c69a814c7336f9e0b2f7f7fbe4c0d1e7984b
[ "Apache-2.0" ]
permissive
amosshi/freeinternals
https://github.com/amosshi/freeinternals
1a77194173f1eb0ec3cb9e63aecdd4ff57f77551
5e7ba75b3411bcd2b60dad4670c95f256f760327
refs/heads/master
2023-05-01T06:34:32.051000
2023-04-22T22:35:59
2023-04-22T22:35:59
37,513,544
56
20
null
false
2020-01-31T19:18:17
2015-06-16T06:56:33
2019-12-16T00:53:45
2020-01-31T19:18:16
1,126
29
10
1
Java
false
false
/* * TagData_textType.java Nov 22, 2010, 23:16 * * Copyright 2010, FreeInternals.org. All rights reserved. * Use is subject to license terms. */ package org.freeinternals.format.jpeg.icc; import java.io.IOException; import javax.swing.tree.DefaultMutableTreeNode; import org.freeinternals.commonlib.core.PosData...
UTF-8
Java
1,514
java
TagData_textType.java
Java
[ { "context": "nlib.ui.JTreeNodeFileComponent;\n\n/**\n *\n * @author Amos Shi\n */\npublic class TagData_textType extends TagData", "end": 422, "score": 0.9995507597923279, "start": 414, "tag": "NAME", "value": "Amos Shi" } ]
null
[]
/* * TagData_textType.java Nov 22, 2010, 23:16 * * Copyright 2010, FreeInternals.org. All rights reserved. * Use is subject to license terms. */ package org.freeinternals.format.jpeg.icc; import java.io.IOException; import javax.swing.tree.DefaultMutableTreeNode; import org.freeinternals.commonlib.core.PosData...
1,512
0.630119
0.617569
52
28.115385
23.459173
80
false
false
0
0
0
0
0
0
0.423077
false
false
7
a7d10d6747f2c52254396b79411c51337cbb28c4
10,900,627,030,278
c85f2629779cf7a7bb4de729cd5713f773c9e591
/Reference.java
5fb7f9029a961b326ad44f2047295676076c394d
[]
no_license
ryosuke-ku/LAB_GroupWareSystem
https://github.com/ryosuke-ku/LAB_GroupWareSystem
7496cb5ab0b0cf62e1d283329883caa3be2013a8
1d6d91eea7b6fc0a916322bce83e59afd536504c
refs/heads/master
2020-03-18T20:52:11.322000
2018-05-29T04:51:56
2018-05-29T04:51:56
135,243,618
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package kadai; public class Reference { //参考文献 public String Source; //出典 public String Date; //出版日 public String Title; //タイトル public String Author; //著者 public String Type; //分野 public int TypeNumber; //分野番号 public void setTitle(String newSetTitle) { //タイトルのインスタンス化 Title = newSetTitle; } public void se...
UTF-8
Java
865
java
Reference.java
Java
[]
null
[]
package kadai; public class Reference { //参考文献 public String Source; //出典 public String Date; //出版日 public String Title; //タイトル public String Author; //著者 public String Type; //分野 public int TypeNumber; //分野番号 public void setTitle(String newSetTitle) { //タイトルのインスタンス化 Title = newSetTitle; } public void se...
865
0.721195
0.721195
35
19.114286
19.221672
58
false
false
0
0
0
0
0
0
1.228571
false
false
7
a8b841a3c7e0d666c5c0fa518aa6cdb551eb524a
16,999,480,575,627
9b22fca68460851691dd4eeeda54d82084f6cac8
/src/main/java/com/homehardware/model/Hierarchy.java
f730d7bee7c3e721c5f3374029a7f996bfdcad15
[]
no_license
dharmendrams84/HHDevProject
https://github.com/dharmendrams84/HHDevProject
d1a42401c63a4d4cbf1dbf9825b1fdf9b3d54e22
867636158f5772e0af147236910aa5b8c70624ff
refs/heads/master
2021-04-25T21:11:08.065000
2018-01-12T11:18:36
2018-01-12T11:18:36
109,224,474
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// default package // Generated Jan 11, 2018 3:43:01 PM by Hibernate Tools 5.2.6.Final package com.homehardware.model; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import static javax.persistence.GenerationType.IDENTITY; impo...
UTF-8
Java
7,888
java
Hierarchy.java
Java
[]
null
[]
// default package // Generated Jan 11, 2018 3:43:01 PM by Hibernate Tools 5.2.6.Final package com.homehardware.model; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import static javax.persistence.GenerationType.IDENTITY; impo...
7,888
0.716024
0.698149
312
23.282051
20.302929
114
false
false
0
0
0
0
0
0
1.51282
false
false
7
f93df55b47dc07ad9663859792247db46b248fb5
14,061,722,988,610
7822b15c153aee37e5b07f2e81cb3485bf63f5b0
/ChuangZhangTong/app/src/main/java/com/junhangxintong/chuanzhangtong/net/MyCallback.java
6ef686f3b4a1742a0d2e54ab589859976a29bd4c
[]
no_license
anwanfei/dafei-s-project
https://github.com/anwanfei/dafei-s-project
20388e657879bdee10c6a7ea9bcf4a8212af0396
c251ce3134baea0c3b30c02d3a369046a22b72ec
refs/heads/master
2020-12-02T10:10:02.948000
2018-01-01T09:54:18
2018-01-01T09:54:18
96,694,542
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.junhangxintong.chuanzhangtong.net; import android.content.Context; import android.content.Intent; import android.widget.Toast; import com.junhangxintong.chuanzhangtong.common.MyApplication; import com.junhangxintong.chuanzhangtong.mine.activity.LoginRegisterActivity; import com.junhangxintong.chuanzhangto...
UTF-8
Java
2,127
java
MyCallback.java
Java
[ { "context": "cheUtils.SHAREPRENFERENCE_NAME;\n\n/**\n * Created by anwanfei on 2017/9/27.\n */\n\npublic abstract class MyCallba", "end": 593, "score": 0.9996953010559082, "start": 585, "tag": "USERNAME", "value": "anwanfei" } ]
null
[]
package com.junhangxintong.chuanzhangtong.net; import android.content.Context; import android.content.Intent; import android.widget.Toast; import com.junhangxintong.chuanzhangtong.common.MyApplication; import com.junhangxintong.chuanzhangtong.mine.activity.LoginRegisterActivity; import com.junhangxintong.chuanzhangto...
2,127
0.699001
0.689967
61
33.47541
31.909506
127
false
false
0
0
0
0
0
0
0.57377
false
false
7
640d0570036e72d59e198abaf081f7c3b29b5355
14,113,262,601,769
f7747a683c6b0a64589c78d9e172a29ed24351a1
/src/com/itechaddict/data/BuildWebpage.java
e101224785b1cbce8a371d16b8579f03d4f6e5ec
[]
no_license
kamranalinitb/itechaddict
https://github.com/kamranalinitb/itechaddict
970bc30551a38f0993b4548df99d4089f67955c9
682395a58f6ef8c367ba04630507a7e7fb253da4
refs/heads/master
2016-09-05T17:08:03.028000
2014-11-01T17:33:26
2014-11-01T17:33:26
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.itechaddict.data; import java.util.List; import ack.com.notification.event.NotificationEvent; import ack.com.notification.manager.NotificationRegistrar; import com.itechaddict.common.IConstants; import com.itechaddict.registry.Register; public class BuildWebpage implements IConstants { private stat...
UTF-8
Java
6,218
java
BuildWebpage.java
Java
[]
null
[]
package com.itechaddict.data; import java.util.List; import ack.com.notification.event.NotificationEvent; import ack.com.notification.manager.NotificationRegistrar; import com.itechaddict.common.IConstants; import com.itechaddict.registry.Register; public class BuildWebpage implements IConstants { private stat...
6,218
0.650852
0.633162
172
35.151161
36.210953
198
false
false
0
0
0
0
0
0
2.168605
false
false
7
51e10074cebcc025a81e43312f19dc75e8911dad
14,113,262,601,431
13682228aa2c52718c725f55564b0cc8dc5350cf
/src/main/java/com/example/demo/service/IBrandService.java
3fcf6778e3553a3ff18f6653cc5673c0aa4a590f
[]
no_license
duyhuynh885/crud_server
https://github.com/duyhuynh885/crud_server
58fe975dc9fc345aa43be80b07dc2737d0fdf0e5
21f6c5f3c116daf72d5a263e6d18195dcf3f4eb1
refs/heads/main
2023-05-23T23:44:19.403000
2021-06-14T07:24:21
2021-06-14T07:24:21
376,738,128
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.demo.service; import com.example.demo.model.Brand; public interface IBrandService extends IGeneralService<Brand>{ }
UTF-8
Java
139
java
IBrandService.java
Java
[]
null
[]
package com.example.demo.service; import com.example.demo.model.Brand; public interface IBrandService extends IGeneralService<Brand>{ }
139
0.81295
0.81295
6
22.166666
23.828671
63
false
false
0
0
0
0
0
0
0.333333
false
false
7
d9fd65685bbf22cf1860ec9ddc3bf856e6eb786a
30,923,764,590,226
8fbce72f5b8e613f66cd0b3cc2847658275dd4ff
/Library/src/main/java/com/library/chart/ChartXYView.java
7ed778f95b829ed5ce274024d12060f46262219a
[]
no_license
zhangan115/SwitchBoardApplication
https://github.com/zhangan115/SwitchBoardApplication
e2cc0bf05116895dbce4aa2b95db07d0a366d081
4f5d93bd84fc7866e6981af970ade5fbcea1d037
refs/heads/master
2020-04-04T22:52:33.520000
2019-03-28T14:46:21
2019-03-28T14:46:21
156,338,937
2
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.library.chart; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.support.annotation.Nullable; import android.util.AttributeSet; import android.view.View; import com.library.utils.DisplayUtil; import java.util.Array...
UTF-8
Java
4,261
java
ChartXYView.java
Java
[ { "context": "\nimport java.util.List;\n\n/**\n * 图表背景\n * Created by pingan on 2017/7/2.\n */\n\npublic class ChartXYView extend", "end": 382, "score": 0.9994975328445435, "start": 376, "tag": "USERNAME", "value": "pingan" } ]
null
[]
package com.library.chart; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.support.annotation.Nullable; import android.util.AttributeSet; import android.view.View; import com.library.utils.DisplayUtil; import java.util.Array...
4,261
0.662191
0.655359
134
30.679104
25.429623
106
false
false
0
0
0
0
0
0
0.716418
false
false
7
8560db9dd928cf17e77b25945f6ae32f1cdc2648
30,923,764,588,642
17499dd012c0c9ad2ec65ccfcc6a5d724ca200eb
/src/main/java/com/thinkpro/bank/domain/ThinkProBank.java
aec81a025716ddc5d14587f96e99dc4786a1c1e4
[]
no_license
chepuriita/thinkpro-bank
https://github.com/chepuriita/thinkpro-bank
7fb7ad8ea5067e718ce83d4f5235371245add77b
4757dd2e8c671815fa11fb998ec72ee7989b693c
refs/heads/master
2020-03-31T02:23:23.267000
2018-10-06T10:39:10
2018-10-06T10:39:10
151,821,161
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.thinkpro.bank.domain; import java.io.Serializable; import java.util.List; import java.util.Set; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.Gene...
UTF-8
Java
1,914
java
ThinkProBank.java
Java
[]
null
[]
package com.thinkpro.bank.domain; import java.io.Serializable; import java.util.List; import java.util.Set; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.Gene...
1,914
0.755486
0.746082
94
19.361702
20.959866
109
false
false
0
0
0
0
0
0
1.053192
false
false
7
e477f17e5f28450bdebce34d4b35bc2ad9a04972
23,648,089,984,112
d9103f917976ed6c051bb2da0dfcf1f6bbd5d844
/GuessTheCelebrity/app/src/main/java/com/example/guessthecelebrity/MainActivity.java
d6075756dd3c2e972cf8eba586c23f42796f1659
[]
no_license
vishwa112/androidprogs
https://github.com/vishwa112/androidprogs
15dd6e02b8567682357a8743d66c6ae76e41b273
9a7232abe28799938c143bc3d9b7725df9efbf5a
refs/heads/master
2022-09-26T08:53:08.985000
2020-05-28T01:28:38
2020-05-28T01:28:38
258,360,672
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.guessthecelebrity; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.AsyncTask; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.ImageView; import android.widget.Toast; import and...
UTF-8
Java
5,624
java
MainActivity.java
Java
[]
null
[]
package com.example.guessthecelebrity; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.AsyncTask; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.ImageView; import android.widget.Toast; import and...
5,624
0.574147
0.567034
177
30.774012
21.081354
87
false
false
0
0
0
0
0
0
0.677966
false
false
7
9dd46666d7edb77c3022382eba8c632818b210de
30,751,965,895,471
4f8b85611864c271e3b3560060c07d592a86fe4a
/MainServlet.java
783c8e8ac7653b9ab41444151630244bd0d17979
[]
no_license
AnnaArtamonova/up11
https://github.com/AnnaArtamonova/up11
6ff60491b121debceddbabbf029827518d8ccca7
309d97c4b14b6d3ef959a8aea0e50ce7499cbc56
refs/heads/master
2020-05-29T09:01:34.752000
2019-06-02T11:45:23
2019-06-02T11:45:23
189,047,932
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package servlet; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.io.PrintWriter; public class MainServlet extends HttpServlet { String table = ""; ...
UTF-8
Java
2,778
java
MainServlet.java
Java
[]
null
[]
package servlet; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.io.PrintWriter; public class MainServlet extends HttpServlet { String table = ""; ...
2,778
0.543916
0.539597
62
43.80645
31.535868
128
false
false
0
0
0
0
0
0
0.741935
false
false
7
ff235a70b63c472a49f0f123052061c774031fc2
25,855,703,151,260
129bd4c9caf4b12964346ce470b4b1eec06433f3
/src/main/java/com/joauth2/upgrade/ServerSniffer.java
98afe6ca6f9763610eb027a732cd08df04d539e4
[]
no_license
wuuJiawei/joauth2-client
https://github.com/wuuJiawei/joauth2-client
917a0c25084e106e800f1a7ac2e4f991cd7d2a36
45fa213e1f9527af893d359b400e641233c8e155
refs/heads/master
2020-05-02T14:19:30.830000
2019-05-27T01:46:25
2019-05-27T01:46:25
178,007,068
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.joauth2.upgrade; import cn.hutool.core.io.FileUtil; import cn.hutool.core.lang.*; import cn.hutool.core.util.CharsetUtil; import cn.hutool.core.util.StrUtil; import cn.hutool.log.Log; import cn.hutool.log.LogFactory; import cn.hutool.setting.dialect.Props; import com.joauth2.Attr; import java.io.*; import...
UTF-8
Java
4,285
java
ServerSniffer.java
Java
[ { "context": "\nimport java.net.URL;\n\n/**\n * 服务器嗅探器\n *\n * @author wujiawei0926@yeah.net\n * @see\n * @since 2019/4/30\n */\npublic class Serv", "end": 385, "score": 0.9998571872711182, "start": 364, "tag": "EMAIL", "value": "wujiawei0926@yeah.net" }, { "context": "inal String ne...
null
[]
package com.joauth2.upgrade; import cn.hutool.core.io.FileUtil; import cn.hutool.core.lang.*; import cn.hutool.core.util.CharsetUtil; import cn.hutool.core.util.StrUtil; import cn.hutool.log.Log; import cn.hutool.log.LogFactory; import cn.hutool.setting.dialect.Props; import com.joauth2.Attr; import java.io.*; import...
4,271
0.595653
0.59016
137
29.569344
24.911755
96
false
false
0
0
0
0
0
0
0.489051
false
false
8
8317b6326579fb2622239f72912ff286d984938e
34,230,889,399,193
26e6c92dc3b9c98f9f8e0e41cb439c1651e34ef3
/src/test/java/com/github/mmodzel3/lostfinderserver/security/authentication/login/LoginControllerTests.java
3bf277e33b772ad1a4a74c19f6ab409fe7b55cfb
[]
no_license
mmodzel3/LostFinderServer
https://github.com/mmodzel3/LostFinderServer
9f2eede122932b53e4ba161bb39ff74ee9ef54dc
86e099425cf7d3c81f801fcb7619df0e8e76588a
refs/heads/master
2023-02-21T02:10:58.995000
2021-01-26T17:49:04
2021-01-26T17:49:04
308,748,372
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.github.mmodzel3.lostfinderserver.security.authentication.login; import com.github.mmodzel3.lostfinderserver.user.User; import com.github.mmodzel3.lostfinderserver.user.UserRole; import com.github.mmodzel3.lostfinderserver.user.UserService; import com.github.mmodzel3.lostfinderserver.user.UserTestsAbst...
UTF-8
Java
5,309
java
LoginControllerTests.java
Java
[ { "context": "package com.github.mmodzel3.lostfinderserver.security.authentication.login;\r\n", "end": 27, "score": 0.9976465106010437, "start": 19, "tag": "USERNAME", "value": "mmodzel3" }, { "context": "curity.authentication.login;\r\n\r\nimport com.github.mmodzel3.lostfinderserver...
null
[]
package com.github.mmodzel3.lostfinderserver.security.authentication.login; import com.github.mmodzel3.lostfinderserver.user.User; import com.github.mmodzel3.lostfinderserver.user.UserRole; import com.github.mmodzel3.lostfinderserver.user.UserService; import com.github.mmodzel3.lostfinderserver.user.UserTestsAbst...
5,290
0.618949
0.614428
141
35.652481
26.035978
105
false
false
0
0
0
0
70
0.038425
0.51773
false
false
8
57d035f5b24a056de7e20d8a5291fa404bde356b
39,479,339,389,542
56400faa1e1f34df66b9d6e9febe5fcfac4ed03a
/src/main/java/com/rubiconwater/codingchallenge/joshluisaac/businessactivities/deliverymanagement/domain/DeliveryRepository.java
6d6a2ab701078d8e80afd9d0d95f1a8a3eced8e1
[]
no_license
joshluisaac/rubicon-farm-water-delivery
https://github.com/joshluisaac/rubicon-farm-water-delivery
c01cb49fcbe4e9a0731e3bfde44a85a554a9a3a8
7f4321a7db733894c0b63fb758e1b5b6f3318725
refs/heads/master
2022-12-04T22:46:45.891000
2020-03-16T10:07:56
2020-03-16T10:07:56
229,160,446
0
0
null
false
2022-11-15T23:34:02
2019-12-20T00:26:12
2020-03-16T10:08:04
2022-11-15T23:34:00
2,885
0
0
2
Java
false
false
package com.rubiconwater.codingchallenge.joshluisaac.businessactivities.deliverymanagement.domain; import com.rubiconwater.codingchallenge.joshluisaac.sharedkernel.EntityRepository; import java.util.List; import java.util.UUID; public interface DeliveryRepository<T extends WaterDeliveryOrder> extends EntityRepository...
UTF-8
Java
375
java
DeliveryRepository.java
Java
[]
null
[]
package com.rubiconwater.codingchallenge.joshluisaac.businessactivities.deliverymanagement.domain; import com.rubiconwater.codingchallenge.joshluisaac.sharedkernel.EntityRepository; import java.util.List; import java.util.UUID; public interface DeliveryRepository<T extends WaterDeliveryOrder> extends EntityRepository...
375
0.853333
0.853333
10
36.5
38.761452
98
false
false
0
0
0
0
0
0
0.5
false
false
8
2cd41ebfd5d49c40e7101b3705a7381a5afcc952
10,101,763,144,213
698823bd7e0144e752a46812499e8d4afdc023ef
/src/main/java/online/shixun/action/BankCardAction.java
f27ba96b8e787602f9f00a5495c0d3c9739c9f5f
[]
no_license
huangyong98k/FinancialGenius
https://github.com/huangyong98k/FinancialGenius
d649337df289744f29a08900262bab9f87366342
a31ef3c27bd7079fcc08781048dd82e9ef2d736a
refs/heads/master
2021-05-15T14:56:19.758000
2017-11-09T00:42:13
2017-11-09T00:42:13
107,349,948
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * */ package online.shixun.action; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import online.shixun.model.BankCard; import online.shixun.services.UserService; import online.shixun.services.impl.BankCardService; /** * @author 小胖 *银行卡的Action ...
UTF-8
Java
741
java
BankCardAction.java
Java
[ { "context": "xun.services.impl.BankCardService;\n\n/**\n * @author 小胖\n *银行卡的Action\n */\n@Component(\"bankCardAction\")\npu", "end": 305, "score": 0.6571046710014343, "start": 304, "tag": "NAME", "value": "小" }, { "context": "n.services.impl.BankCardService;\n\n/**\n * @author 小胖\n...
null
[]
/** * */ package online.shixun.action; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import online.shixun.model.BankCard; import online.shixun.services.UserService; import online.shixun.services.impl.BankCardService; /** * @author 小胖 *银行卡的Action ...
741
0.764951
0.764951
40
16.975
18.251696
62
false
false
0
0
0
0
0
0
0.8
false
false
8
383b00132e2946896b1f1ef2daa49e2611a75a5d
37,778,532,362,943
c9d008237cd948a9b8870b610c4c5600072b6d98
/ijm-exam/src/main/java/com/javasd/ijm/exam/service/ExamService.java
0dded47c858e380edf6c461e4d1c39762b295fa5
[]
no_license
ac-org/introduction-to-java-microservices
https://github.com/ac-org/introduction-to-java-microservices
339d6afa1f4fb9fec7350379642c27d8c684db4f
114daaf110d91771cbd4ee3b59ecd0100e1aa363
refs/heads/dev-integration
2021-01-16T18:32:21.198000
2017-08-17T07:54:36
2017-08-17T07:54:36
100,086,076
0
1
null
false
2017-08-17T07:54:37
2017-08-12T03:21:14
2017-08-12T05:04:33
2017-08-17T07:54:36
195
0
1
0
Java
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 com.javasd.ijm.exam.service; import com.javasd.ijm.commons.deo.qna.Answer; import com.javasd.ijm.commons.deo.qna.Question; imp...
UTF-8
Java
4,733
java
ExamService.java
Java
[ { "context": "mework.web.client.RestTemplate;\n\n/**\n *\n * @author acampos\n */\n@Service\npublic class ExamService\n{\n\n @Aut", "end": 848, "score": 0.9991069436073303, "start": 841, "tag": "USERNAME", "value": "acampos" } ]
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 com.javasd.ijm.exam.service; import com.javasd.ijm.commons.deo.qna.Answer; import com.javasd.ijm.commons.deo.qna.Question; imp...
4,733
0.618424
0.616522
184
24.722826
21.989977
79
false
false
0
0
0
0
0
0
0.369565
false
false
8
245fb263ec10803b58bd4ca38695213475e12c30
4,028,679,383,727
9ad9dd24bb6cdfd7cba99f7f7ee92fd595383a1d
/module8/src/test/java/tests/MailDeleteViaActionJS.java
130737e94c101068270987d27727e8b1a6748f35
[]
no_license
VolhaRasokha/ATMMODULE8
https://github.com/VolhaRasokha/ATMMODULE8
4c492b7c53095ef43a7397d876b724f4dd2bb848
6c65ff47550ffe7c659f07750bba4aaff5ab34cb
refs/heads/master
2020-03-25T21:20:55.572000
2018-08-10T15:36:55
2018-08-10T15:36:55
144,171,541
0
1
null
false
2018-08-09T16:24:31
2018-08-09T15:29:37
2018-08-09T15:32:31
2018-08-09T16:20:21
0
0
1
7
HTML
false
null
package tests; import org.testng.Assert; import org.testng.annotations.Test; import pages.AccountPage; import pages.CreateEmailPage; import pages.HomePage; import pages.IncomingPage; public class MailDeleteViaActionJS extends TestBase{ @Test(description = "To test actions") public void actionsTest()...
UTF-8
Java
1,522
java
MailDeleteViaActionJS.java
Java
[ { "context": "blic void actionsTest(){\r\n\t\tString mailAddress = \"vra_atmmodule6@mail.ru\";\r\n\t\t\r\n\t\tHomePage homePage = new HomePage(driver)", "end": 369, "score": 0.9998946189880371, "start": 347, "tag": "EMAIL", "value": "vra_atmmodule6@mail.ru" } ]
null
[]
package tests; import org.testng.Assert; import org.testng.annotations.Test; import pages.AccountPage; import pages.CreateEmailPage; import pages.HomePage; import pages.IncomingPage; public class MailDeleteViaActionJS extends TestBase{ @Test(description = "To test actions") public void actionsTest()...
1,507
0.774639
0.770039
50
28.440001
25.248493
77
false
false
0
0
0
0
0
0
1.9
false
false
8