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
e857aa4117eaed53f470629accac4babc1995f6d
1,005,022,379,241
9008c0d68f2ced89970c57f201624f6cd014e30a
/plugins/ru.runa.gpd/src/ru/runa/gpd/ui/wizard/ExportProjectWizardPage.java
a47a9eb699f71c0d0885d4c650f4fa73e5542308
[]
no_license
MaximCheb/runawfe-free-devstudio
https://github.com/MaximCheb/runawfe-free-devstudio
fa9cabc442280123b5eb5469416054b056838bb2
7a9546e4a5a5e8c2573e26d62af1248b9cc6238f
refs/heads/master
2023-05-31T10:26:07.838000
2021-06-14T21:36:32
2021-06-14T21:36:32
366,336,621
0
0
null
true
2021-06-05T21:51:17
2021-05-11T10:04:50
2021-05-11T10:04:51
2021-06-05T21:51:17
57,456
0
0
0
null
false
false
package ru.runa.gpd.ui.wizard; import java.io.File; import java.lang.reflect.InvocationTargetException; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.ResourcesPlugin; import org.eclipse.core.runtime.IStatus; im...
UTF-8
Java
8,003
java
ExportProjectWizardPage.java
Java
[]
null
[]
package ru.runa.gpd.ui.wizard; import java.io.File; import java.lang.reflect.InvocationTargetException; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.ResourcesPlugin; import org.eclipse.core.runtime.IStatus; im...
8,003
0.74647
0.745221
257
30.140078
25.506004
132
false
false
0
0
0
0
0
0
1.906615
false
false
13
149f69125bfb33ded9c247c3ddec8e32e3a89cf6
29,935,922,104,266
7e4804493daa3cdd343d86ded93ecaa311946320
/part1/DataTypeTest01.java
7847b7c3ee73d8793ec9ff021387c77d695b2ea5
[]
no_license
mikami-yua/java_project
https://github.com/mikami-yua/java_project
13f1ae9490171c99c7590419e02d78a51bd32bf6
11e2f80d28522bb835e60500bebe98ed1746862e
refs/heads/master
2022-12-19T04:26:15.497000
2020-09-26T09:02:08
2020-09-26T09:02:08
295,362,033
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* 关于java中的数据类型 -数据类型的作用 指导jvm在运行java程序时分配多大的内存空间 -Java中的数据类型包括两种 -基本数据类型 包括4大类8小种 第一类:整数型 byte,short,int,long 第二类:浮点型 float,double 第三类:布尔型 boolean 第四类:字符型 char -引用数据类型【后话】 -类 -接口 -数组 -字符串不属于基本数据类型,属于引用数据类型 -八种基本数据类型占用的空间大小 基本数据类型...
GB18030
Java
1,451
java
DataTypeTest01.java
Java
[]
null
[]
/* 关于java中的数据类型 -数据类型的作用 指导jvm在运行java程序时分配多大的内存空间 -Java中的数据类型包括两种 -基本数据类型 包括4大类8小种 第一类:整数型 byte,short,int,long 第二类:浮点型 float,double 第三类:布尔型 boolean 第四类:字符型 char -引用数据类型【后话】 -类 -接口 -数组 -字符串不属于基本数据类型,属于引用数据类型 -八种基本数据类型占用的空间大小 基本数据类型...
1,451
0.521112
0.46447
64
14.1875
13.980874
73
false
false
0
0
0
0
0
0
3.171875
false
false
13
8db8f3fd724cf8a691039a3bcb8261bfcb7b6370
16,260,746,214,725
0d47cb3a892b8ba391a700d525632a1c3247ef27
/src/main/java/com/inflearn/array/등수구하기/Main.java
9cee0da36c0dfa1b2feae9520d4e31ea5484d90a
[]
no_license
minchoi9509/algorithm
https://github.com/minchoi9509/algorithm
dfdbd12d14dbfa6dedb96f49e2a2a67935aabc2b
477f7885cd5005045dea524540017f0aff0f5c6e
refs/heads/master
2022-10-27T12:09:55.905000
2022-10-14T14:20:12
2022-10-14T14:20:12
247,021,745
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.inflearn.array.등수구하기; import java.util.*; public class Main { public static void main(String[] args) { Main main = new Main(); Scanner kb = new Scanner(System.in); int count = kb.nextInt(); Integer[] scores = new Integer[count]; for (int i = 0; i < count; i++) ...
UTF-8
Java
1,640
java
Main.java
Java
[]
null
[]
package com.inflearn.array.등수구하기; import java.util.*; public class Main { public static void main(String[] args) { Main main = new Main(); Scanner kb = new Scanner(System.in); int count = kb.nextInt(); Integer[] scores = new Integer[count]; for (int i = 0; i < count; i++) ...
1,640
0.474723
0.467941
58
26.965517
18.939983
64
false
false
0
0
0
0
0
0
0.706897
false
false
13
621d87d9d2149220528bd4744b2b0876a8a2b17d
30,485,677,868,840
b4d9273e76b79f23963dcb02619c0c07c8228af3
/collections/src/main/java/com/marveliu/collections/set/hashset/HashSetObjT.java
357cdec421cf4207ebf2bd52073975c96f121c7c
[ "MIT" ]
permissive
munan1996/learn-java
https://github.com/munan1996/learn-java
71fbd8aa559b69d3064bcab550f29af6d38f67a7
eb832adf5fff7cc6935c8f8e1c8d8c3c5f39f8e5
refs/heads/master
2019-04-28T08:32:53.685000
2019-01-30T14:01:26
2019-01-30T14:01:26
82,500,647
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.marveliu.collections.set.hashset; import java.util.HashSet; /** * HashSet 操作对象的决定因子:hashCode与equals * * @author Marveliu * @since 2018-03-24 3:06 PM **/ public class HashSetObjT { @SuppressWarnings({"rawtypes", "unchecked"}) public static void main(String[] args) { HashSet objs = ne...
UTF-8
Java
939
java
HashSetObjT.java
Java
[ { "context": " * HashSet 操作对象的决定因子:hashCode与equals\n *\n * @author Marveliu\n * @since 2018-03-24 3:06 PM\n **/\n\npublic class H", "end": 138, "score": 0.8750041127204895, "start": 130, "tag": "NAME", "value": "Marveliu" } ]
null
[]
package com.marveliu.collections.set.hashset; import java.util.HashSet; /** * HashSet 操作对象的决定因子:hashCode与equals * * @author Marveliu * @since 2018-03-24 3:06 PM **/ public class HashSetObjT { @SuppressWarnings({"rawtypes", "unchecked"}) public static void main(String[] args) { HashSet objs = ne...
939
0.558342
0.544166
51
17
15.21609
48
false
false
0
0
0
0
0
0
0.313726
false
false
13
69dd9da8f1c556bb760b67d44c9a190094036799
15,556,371,590,989
bf504150a4e0442fe3112dc8b89588b35f27d484
/src/main/java/com/feisystems/bham/domain/reference/BodySiteCode.java
8a10ff9b22f94edfcbf52869344a38fca55cdd81
[]
no_license
utishrajk/cds-2016
https://github.com/utishrajk/cds-2016
5bebac15e24e8c4525c97eafe9868a5f4d9b4789
d02d00be4d9243036cb50fd3fe5eccb33c24048f
refs/heads/master
2021-01-10T02:04:22.279000
2015-12-31T20:31:36
2015-12-31T20:31:36
48,861,548
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.feisystems.bham.domain.reference; import java.io.Serializable; import javax.persistence.Entity; import org.apache.commons.lang3.builder.ReflectionToStringBuilder; import org.apache.commons.lang3.builder.ToStringStyle; @Entity public class BodySiteCode extends AbstractCodedConcept implements Serializable ...
UTF-8
Java
1,272
java
BodySiteCode.java
Java
[]
null
[]
package com.feisystems.bham.domain.reference; import java.io.Serializable; import javax.persistence.Entity; import org.apache.commons.lang3.builder.ReflectionToStringBuilder; import org.apache.commons.lang3.builder.ToStringStyle; @Entity public class BodySiteCode extends AbstractCodedConcept implements Serializable ...
1,272
0.721698
0.71934
32
38.75
58.630196
293
false
false
0
0
0
0
0
0
0.75
false
false
13
6598fec7be6799ec15ca73e4e3509c4bd6092e08
6,700,149,016,468
4cdbb3cc03e9bfeb6f8e5b2c3858dcebea5b075a
/app/src/main/java/com/project/timetoshine/application/AppApplication.java
e966b3cd38787342d4de797a9618f38eecab417c
[]
no_license
nbourdin/TimeToShine
https://github.com/nbourdin/TimeToShine
3cd9f8d6b4fd88674807a34cbf32490d6e5972d8
76b8e9cef98e32338486c3aded3a4b89480c3f3f
refs/heads/development
2020-02-29T19:10:50.108000
2017-11-30T19:14:34
2017-11-30T19:14:34
90,069,718
3
0
null
false
2017-11-30T19:34:06
2017-05-02T19:23:03
2017-05-15T11:28:27
2017-11-30T19:34:06
416
1
0
0
Java
false
null
package com.project.timetoshine.application; import android.app.Application; import com.crashlytics.android.Crashlytics; import com.google.android.gms.auth.api.Auth; import com.google.android.gms.auth.api.signin.GoogleSignInOptions; import com.google.android.gms.common.api.GoogleApiClient; import com.google.firebase....
UTF-8
Java
2,706
java
AppApplication.java
Java
[ { "context": "rt io.fabric.sdk.android.Fabric;\n/**\n * Created by j.girerd-rey on 21/05/2017.\n */\n\npublic class AppApplication e", "end": 678, "score": 0.8586797118186951, "start": 666, "tag": "NAME", "value": "j.girerd-rey" } ]
null
[]
package com.project.timetoshine.application; import android.app.Application; import com.crashlytics.android.Crashlytics; import com.google.android.gms.auth.api.Auth; import com.google.android.gms.auth.api.signin.GoogleSignInOptions; import com.google.android.gms.common.api.GoogleApiClient; import com.google.firebase....
2,706
0.691426
0.68847
95
27.484211
23.020752
102
false
false
0
0
0
0
0
0
0.442105
false
false
13
6e5a787adad508ecd32afdf456e2b84299b6c62a
6,700,149,016,632
b1ae90bc2f504a508b20d0be55a7c38cec2624d1
/app/src/main/java/porta/neec/fct/com/neecapp/request/SenhaRepostrequest.java
d033891acbea5edab37bfe251ffd0c23806ed3a1
[ "MIT" ]
permissive
NEEC-FCT/NEEC_APP
https://github.com/NEEC-FCT/NEEC_APP
8cd8078a2f7c2086492ca51b8a08603c394f19b6
c17b39b9c3dfcc976432ef98f034a4d662a6ad25
refs/heads/master
2020-03-21T10:16:07.458000
2019-10-12T12:49:28
2019-10-12T12:49:28
138,441,870
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package porta.neec.fct.com.neecapp.request; import com.android.volley.Request; import com.android.volley.Response; import com.android.volley.toolbox.StringRequest; import java.util.HashMap; import java.util.Map; /** * Created by veloso on 22/09/2017. */ public class SenhaRepostrequest extends StringRequest { ...
UTF-8
Java
835
java
SenhaRepostrequest.java
Java
[ { "context": ".HashMap;\nimport java.util.Map;\n\n/**\n * Created by veloso on 22/09/2017.\n */\n\npublic class SenhaRepostreque", "end": 239, "score": 0.9996930956840515, "start": 233, "tag": "USERNAME", "value": "veloso" }, { "context": "= new HashMap<>();\n\n params.put(\"p...
null
[]
package porta.neec.fct.com.neecapp.request; import com.android.volley.Request; import com.android.volley.Response; import com.android.volley.toolbox.StringRequest; import java.util.HashMap; import java.util.Map; /** * Created by veloso on 22/09/2017. */ public class SenhaRepostrequest extends StringRequest { ...
837
0.701796
0.692216
32
25.09375
27.015457
98
false
false
0
0
0
0
0
0
0.6875
false
false
13
9bf9a707df9c4a4201b960c1dd736f7056d3479a
26,371,099,229,135
eb5b2942e42acfede782b9a6752a191ed3aee3ac
/app/src/main/java/com/study/yang/everynotificationdemo/CActivity.java
8f0cc630ba93a7c308d4f842b17922355f85befe
[ "Apache-2.0" ]
permissive
Duckdan/EveryNotificationDemo
https://github.com/Duckdan/EveryNotificationDemo
3ce495f173d5c27ec9ed49dfb510a356fbfd89ce
7b7efeafd0877203c9922c51746f5133b2941998
refs/heads/master
2020-04-05T14:30:43.851000
2018-11-13T09:20:29
2018-11-13T09:20:29
156,932,791
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.study.yang.everynotificationdemo; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; public class CActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceS...
UTF-8
Java
762
java
CActivity.java
Java
[]
null
[]
package com.study.yang.everynotificationdemo; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; public class CActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceS...
762
0.665354
0.664042
24
30.75
22.651802
79
false
false
0
0
0
0
0
0
0.583333
false
false
13
d6ccd03445f41df60831363832f74c0a0d0e8220
33,990,371,198,674
6170d095e94cf9eadac32d2bc1d0de65847886c3
/app/src/main/java/com/fanglin/fenhong/microbuyer/base/baseui/FHImageViewUtil.java
fb7d7f13804f581fba891dcd5a44d3b3da75fe37
[]
no_license
oblivion0001/fenhongshop
https://github.com/oblivion0001/fenhongshop
726f9e7227b3e2b7cc8cf64d45df70e5efc6853d
47bf5666ddc104af4f0edaa4153f4a8eb2728feb
refs/heads/master
2020-12-14T07:40:24.517000
2017-06-27T15:32:51
2017-06-27T15:32:51
95,571,190
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.fanglin.fenhong.microbuyer.base.baseui; import android.app.Activity; import android.content.Context; import android.graphics.Bitmap; import android.widget.ImageView; import com.fanglin.fenhong.microbuyer.FHApp; import com.fanglin.fenhong.microbuyer.R; import com.fanglin.fenhong.microbuyer.base.baselib.Bas...
UTF-8
Java
8,939
java
FHImageViewUtil.java
Java
[ { "context": "ssist.QueueProcessingType;\n\n\n/**\n * 作者: Created by Plucky on 15-10-3.\n * 分红全球购图片显示\n */\npublic class FHImage", "end": 939, "score": 0.9992546439170837, "start": 933, "tag": "USERNAME", "value": "Plucky" } ]
null
[]
package com.fanglin.fenhong.microbuyer.base.baseui; import android.app.Activity; import android.content.Context; import android.graphics.Bitmap; import android.widget.ImageView; import com.fanglin.fenhong.microbuyer.FHApp; import com.fanglin.fenhong.microbuyer.R; import com.fanglin.fenhong.microbuyer.base.baselib.Bas...
8,939
0.583409
0.577264
264
32.28788
24.092791
118
false
false
0
0
0
0
0
0
0.515152
false
false
13
202c281ba022bf6ec4319b20b73ae964f72f27fa
28,028,956,594,418
10464354b65c5490d17e5f5cf457d0d897a7578f
/src/Main.java
8d958c38afadd87642c45c103d1a0cad10af2125
[]
no_license
CmD0/sudoku-solver
https://github.com/CmD0/sudoku-solver
ba3e96313c9efc1acaf11f843c6fd29e02956e20
fa022011543041d41e22d54b1654ba916b36fc3e
refs/heads/main
2023-07-16T03:51:35.759000
2021-08-26T17:16:06
2021-08-26T17:16:06
394,465,679
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class Main { public static void main(String[] args) { /* This is a simple sudoku solver using a backtracking algorithm. */ } }
UTF-8
Java
171
java
Main.java
Java
[]
null
[]
public class Main { public static void main(String[] args) { /* This is a simple sudoku solver using a backtracking algorithm. */ } }
171
0.567251
0.567251
8
20.375
22.687757
70
false
false
0
0
0
0
0
0
0
false
false
13
2b5403cc4934e15fa35db92780f0dd517154d4cb
34,686,155,897,557
74a5b622ee464bf00a9e129f43990c648598b69e
/umbrella-monitor/docs/EJBMethodMonitorTest.java
e820769e81876320e4b10cd3ace47c184f2b0db2
[]
no_license
cenbow/umbrella
https://github.com/cenbow/umbrella
9aa01b6801b99b68f00379324d43737cdb3152b2
54e48c188593b596ad7d8414a86ab879edf612c3
refs/heads/master
2020-04-12T10:10:36.500000
2018-12-16T12:17:29
2018-12-16T12:17:29
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.harmony.umbrella.monitor; import java.util.Properties; import javax.ejb.EJB; import javax.ejb.embeddable.EJBContainer; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; /** * @author wuxii@foxmail.com */ public class EJBMethodMonitorTest { public static EJBContainer co...
UTF-8
Java
750
java
EJBMethodMonitorTest.java
Java
[ { "context": "eforeClass;\nimport org.junit.Test;\n\n/**\n * @author wuxii@foxmail.com\n */\npublic class EJBMethodMonitorTest {\n\n publ", "end": 245, "score": 0.9999074935913086, "start": 228, "tag": "EMAIL", "value": "wuxii@foxmail.com" } ]
null
[]
package com.harmony.umbrella.monitor; import java.util.Properties; import javax.ejb.EJB; import javax.ejb.embeddable.EJBContainer; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; /** * @author <EMAIL> */ public class EJBMethodMonitorTest { public static EJBContainer container; ...
740
0.686667
0.686667
38
18.736841
18.262247
59
false
false
0
0
0
0
0
0
0.368421
false
false
13
3e1160c38daebc6bf1f44f7874b6eab8b9d735f6
19,284,403,220,147
0588cecf179b45ae476ccaf780c2acf663007542
/plugin-gradle/src/test/java/com/diffplug/gradle/spotless/FileTreeTest.java
bd9800a6c111d80daf0a9149accff7937868bc50
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
diffplug/spotless
https://github.com/diffplug/spotless
6748378d8fc6cbbace5e26f726563c13c2d9610c
efe6734696ea20a6b7a6c60944eae4ef4c18c845
refs/heads/main
2023-08-31T21:56:54.500000
2023-08-29T06:27:51
2023-08-29T06:27:51
34,685,800
3,723
502
Apache-2.0
false
2023-09-11T18:48:38
2015-04-27T19:10:58
2023-09-11T16:30:31
2023-09-11T18:48:37
16,554
3,683
406
159
Java
false
false
/* * Copyright 2016-2021 DiffPlug * * 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 t...
UTF-8
Java
1,992
java
FileTreeTest.java
Java
[]
null
[]
/* * Copyright 2016-2021 DiffPlug * * 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 t...
1,992
0.77761
0.769578
57
33.947369
27.257975
109
false
false
0
0
0
0
0
0
1.070175
false
false
13
51eef59f671d7b128016e70d8b00dcb31c9dceff
12,043,088,306,492
caa4dd70685ea274362aebb16a97b99aefc4964b
/Java Program/src/multilevelInheritance1/Addition.java
b4519051de57acc6c85bcf043ae940234517abb4
[]
no_license
MithraElsaThomas/test
https://github.com/MithraElsaThomas/test
5e1f8703de8d15f0004b6e7460816644bbde2de9
57196d30ff89ff067480418bcc4325c18416c14a
refs/heads/master
2022-07-13T15:44:59.658000
2020-04-04T08:11:04
2020-04-04T08:11:04
252,925,513
0
0
null
false
2022-03-08T21:26:37
2020-04-04T06:23:31
2020-04-04T08:11:29
2022-03-08T21:26:36
21
0
0
2
Java
false
false
package multilevelInheritance1; public class Addition extends Values { int c; public void add() {c=a+b; System.out.println("Addition" +c); } }
UTF-8
Java
158
java
Addition.java
Java
[]
null
[]
package multilevelInheritance1; public class Addition extends Values { int c; public void add() {c=a+b; System.out.println("Addition" +c); } }
158
0.670886
0.664557
11
13.454545
14.214996
38
false
false
0
0
0
0
0
0
1.545455
false
false
13
2471b154a416a504b4f36ef9e39c9b82ace49397
6,004,364,341,486
b6d82ed565e5f03ecabcda47375be295565c512c
/src/main/resources/model/Usuarios.java
0409b8f194ab3cb7750bbce656151dda4164b30c
[]
no_license
Miguelo981/HibernateStucom
https://github.com/Miguelo981/HibernateStucom
24efff64724708933f4d8e05809018dc7e93b35b
5813cea7d5dfbc1e0ecd1944e5ed20443bbb386a
refs/heads/master
2020-12-08T02:07:39.386000
2020-01-23T16:44:36
2020-01-23T16:44:36
232,855,988
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package model; // Generated 09-ene-2020 17:36:09 by Hibernate Tools 4.3.1 import java.util.Date; import java.util.HashSet; import java.util.Set; /** * Usuarios generated by hbm2java */ public class Usuarios implements java.io.Serializable { private Integer id; private String nombre; private Strin...
UTF-8
Java
3,147
java
Usuarios.java
Java
[]
null
[]
package model; // Generated 09-ene-2020 17:36:09 by Hibernate Tools 4.3.1 import java.util.Date; import java.util.HashSet; import java.util.Set; /** * Usuarios generated by hbm2java */ public class Usuarios implements java.io.Serializable { private Integer id; private String nombre; private Strin...
3,147
0.607563
0.601207
129
23.379845
22.633991
152
false
false
0
0
0
0
0
0
0.511628
false
false
13
2289ebccf271c661e7bfcdcad40771e210d9960c
22,625,887,782,982
ce6914869e6ffaaa457fd8ef9dce46e416dc9125
/src/test/java/com/tornyak/cryptopals/basics/HexTest.java
93a9c213650e9913e8a55655c43a825a987b432f
[]
no_license
tornyak/cryptopals
https://github.com/tornyak/cryptopals
bc1056fedf135567783b8b0db6479b2c740dc1da
5a59b68e249a012460004311ee4c844963a8fc54
refs/heads/master
2021-04-18T16:23:12.604000
2020-09-15T22:37:54
2020-09-15T22:37:54
249,561,806
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tornyak.cryptopals.basics; import org.junit.jupiter.api.Test; import java.nio.ByteBuffer; import static org.junit.jupiter.api.Assertions.*; public class HexTest { @Test public void toBase64() { assertArrayEquals("".getBytes(), Hex.toBase64("")); assertArrayEquals("SSdtIGtpbGxpbm...
UTF-8
Java
1,667
java
HexTest.java
Java
[]
null
[]
package com.tornyak.cryptopals.basics; import org.junit.jupiter.api.Test; import java.nio.ByteBuffer; import static org.junit.jupiter.api.Assertions.*; public class HexTest { @Test public void toBase64() { assertArrayEquals("".getBytes(), Hex.toBase64("")); assertArrayEquals("SSdtIGtpbGxpbm...
1,667
0.624475
0.481104
58
27.758621
28.199602
130
false
false
0
0
0
0
96
0.095981
0.603448
false
false
13
d4ab5faba4c959247c370c51d69e0bace1c174cb
22,625,887,786,251
38c4bd0676c58cdab70c1242e0e9f2106cfda417
/domain/src/main/java/edu/northwestern/bioinformatics/studycalendar/domain/tools/hibernate/HibernateTypeUtils.java
ae4df7ae57ef15e7f8686c25604608b35bbb17be
[ "BSD-3-Clause", "Ruby", "LicenseRef-scancode-unknown-license-reference" ]
permissive
NCIP/psc
https://github.com/NCIP/psc
806731bebd046198383151a6555b6e800784cd64
3f4b0be4cec4062f592ee16f059a079167e4e359
refs/heads/master
2020-05-05T02:30:01.058000
2013-04-05T22:36:16
2013-04-05T22:36:58
7,276,334
2
0
null
false
2013-04-02T19:32:23
2012-12-21T16:50:54
2013-04-02T19:32:23
2013-04-02T19:32:22
424
null
1
0
Java
null
null
/*L * Copyright Northwestern University. * * Distributed under the OSI-approved BSD 3-Clause License. * See http://ncip.github.io/psc/LICENSE.txt for details. */ package edu.northwestern.bioinformatics.studycalendar.domain.tools.hibernate; //import org.apache.commons.logging.Log; //import org.apache.commons.logg...
UTF-8
Java
2,162
java
HibernateTypeUtils.java
Java
[ { "context": "ehaving more like\n * built in types.\n *\n * @author Rhett Sutphin\n */\npublic final class HibernateTypeUtils {\n p", "end": 529, "score": 0.9998512864112854, "start": 516, "tag": "NAME", "value": "Rhett Sutphin" } ]
null
[]
/*L * Copyright Northwestern University. * * Distributed under the OSI-approved BSD 3-Clause License. * See http://ncip.github.io/psc/LICENSE.txt for details. */ package edu.northwestern.bioinformatics.studycalendar.domain.tools.hibernate; //import org.apache.commons.logging.Log; //import org.apache.commons.logg...
2,155
0.643848
0.642461
66
31.757576
26.964096
95
false
false
0
0
0
0
0
0
0.378788
false
false
13
f918e518c50942482d627f59e8998d16b395664c
32,856,499,870,842
81e43a6a6879684921559605a49ccdf1b4abca88
/liquibase-integration-tests/src/test/resources/hibernate/org/hibernate/auction/AuctionItem.java
39db5b2f7c42e1abcea6959ef38ae7f14a43b6c3
[ "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
liquibase/liquibase
https://github.com/liquibase/liquibase
248cf123d23f7a385570344c98173650d48d7ac6
39b9d783461cb062003a7b73d277e71c43413876
refs/heads/master
2023-08-24T22:01:48.214000
2023-08-24T20:36:13
2023-08-24T20:36:13
2,019,791
3,668
1,813
Apache-2.0
false
2023-09-14T16:15:43
2011-07-08T20:08:20
2023-09-14T13:28:45
2023-09-14T16:11:32
157,783
4,044
1,726
651
Java
false
false
//$Id: AuctionItem.java 7369 2005-07-04 03:18:34Z oneovthafew $ package org.hibernate.auction; import java.util.Date; import java.util.List; /** * @author Gavin King */ public class AuctionItem extends Persistent { private String description; private String shortDescription; private List bids; private Bid succe...
UTF-8
Java
1,374
java
AuctionItem.java
Java
[ { "context": ".util.Date;\nimport java.util.List;\n\n/**\n * @author Gavin King\n */\npublic class AuctionItem extends Persistent {", "end": 168, "score": 0.9997910261154175, "start": 158, "tag": "NAME", "value": "Gavin King" } ]
null
[]
//$Id: AuctionItem.java 7369 2005-07-04 03:18:34Z oneovthafew $ package org.hibernate.auction; import java.util.Date; import java.util.List; /** * @author <NAME> */ public class AuctionItem extends Persistent { private String description; private String shortDescription; private List bids; private Bid successfu...
1,370
0.70524
0.690684
79
16.392405
16.840591
75
false
false
0
0
0
0
0
0
1.177215
false
false
13
6de181879c8127d3f502d98a060222329ff64a12
8,211,977,529,634
7f1c9439cb5582798cbd6602b44c98135b2a73ee
/app/src/main/java/com/ess/anime/wallpaper/global/Constants.java
27632e9dddb3d630276f735e77c8f0255ee847ee
[]
no_license
EternalSoySauce/Konachan
https://github.com/EternalSoySauce/Konachan
fea5cb9f625548af18a0f6b00a9d5aed180ea30d
e2ee1ac91d38cfb2ccc3218b5fe4961f90978998
refs/heads/master
2023-01-23T02:29:05.165000
2023-01-22T13:51:02
2023-01-22T13:51:02
101,939,433
234
18
null
false
2020-02-11T12:38:06
2017-08-30T23:53:47
2020-01-31T12:08:26
2020-01-21T03:45:07
17,132
35
5
0
Java
false
false
package com.ess.anime.wallpaper.global; import android.os.Environment; public class Constants { // 用于Sound标志位 public static boolean sRestart = true; public static boolean sAllowPlaySound; // Shared Preference public final static String BASE_URL = "baseUrl"; public final static String SEARCH_...
UTF-8
Java
4,036
java
Constants.java
Java
[]
null
[]
package com.ess.anime.wallpaper.global; import android.os.Environment; public class Constants { // 用于Sound标志位 public static boolean sRestart = true; public static boolean sAllowPlaySound; // Shared Preference public final static String BASE_URL = "baseUrl"; public final static String SEARCH_...
4,036
0.754892
0.74643
67
55.447762
38.181923
141
false
false
0
0
0
0
0
0
0.731343
false
false
13
0a4ca4b48edf81cd2602eaba0950bf9dac72481b
8,211,977,527,771
b5f07438e161e2daa857134e9c856ee2dfb44a77
/src/main/java/House/dao/RegionRepo.java
8e92c49b78ee6b96acd4a6b7ca7932bd7a6e5518
[]
no_license
AzretRealme/Kvartira
https://github.com/AzretRealme/Kvartira
05e28b0c799431cb4844678db559f2500e307dd4
70a8a28932d7bc422304f6f7bf58ca76b84845e7
refs/heads/master
2023-07-14T07:43:47.092000
2021-08-27T14:00:33
2021-08-27T14:00:33
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package House.dao; import House.models.entities.Region; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface RegionRepo extends JpaRepository<Region,Long> { }
UTF-8
Java
250
java
RegionRepo.java
Java
[]
null
[]
package House.dao; import House.models.entities.Region; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface RegionRepo extends JpaRepository<Region,Long> { }
250
0.836
0.836
10
24
24.899799
64
false
false
0
0
0
0
0
0
0.5
false
false
13
0cd9e276e2d32bd406a5f227444587c1ccc74dcb
21,620,865,411,941
040ae639c70af5b2c68399eaf541fd749a2a7617
/src/main/java/uk/co/networkrail/trackgeometry/service/impl/ELRServiceImpl.java
54fa186f8d7b092dd871c6bf9c7b1699468f3a28
[]
no_license
frankydee/jhipster-captains-log-app
https://github.com/frankydee/jhipster-captains-log-app
a94b4e202f6c8ecc99d7ecbb1b51e5f163a5e5fe
2f1b5140f9fce1934da74ecaed9a151313db2edf
refs/heads/master
2020-03-27T00:28:59.173000
2018-08-21T22:48:12
2018-08-21T22:48:12
145,626,043
0
0
null
false
2018-08-21T22:48:13
2018-08-21T22:29:23
2018-08-21T22:35:13
2018-08-21T22:48:12
0
0
0
0
Java
false
null
package uk.co.networkrail.trackgeometry.service.impl; import uk.co.networkrail.trackgeometry.service.ELRService; import uk.co.networkrail.trackgeometry.domain.ELR; import uk.co.networkrail.trackgeometry.repository.ELRRepository; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stere...
UTF-8
Java
1,879
java
ELRServiceImpl.java
Java
[]
null
[]
package uk.co.networkrail.trackgeometry.service.impl; import uk.co.networkrail.trackgeometry.service.ELRService; import uk.co.networkrail.trackgeometry.domain.ELR; import uk.co.networkrail.trackgeometry.repository.ELRRepository; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stere...
1,879
0.652475
0.65141
77
23.402597
21.385916
90
false
false
0
0
0
0
0
0
0.311688
false
false
13
2d7697f388d0de507152ffa4cc48f4c0a9b84aa1
4,595,615,009,392
9ada5c01bd911b0d1ae74c06492db510649f58e3
/app/src/main/java/com/hungerbox/customer/offline/modelOffline/OptionItemResponseOffline.java
57b19149f9070b75fec452ce4e30d0ef0053e3df
[]
no_license
Anuj700-hub/EmployeeApp
https://github.com/Anuj700-hub/EmployeeApp
bfa638bb09f32a3772a85d0103fba8b3bd3b86b0
93f8c7a1382a56ae1943164c5fb794fcadee17d6
refs/heads/main
2023-03-08T01:01:11.505000
2021-02-22T10:35:52
2021-02-22T10:35:52
339,301,177
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hungerbox.customer.offline.modelOffline; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; public class OptionItemResponseOffline { @SerializedName("data") ArrayList<OptionItemOffline> menuOptionsItems; public ArrayList<OptionItemOffline> getMenuOptionsItems() { ...
UTF-8
Java
503
java
OptionItemResponseOffline.java
Java
[]
null
[]
package com.hungerbox.customer.offline.modelOffline; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; public class OptionItemResponseOffline { @SerializedName("data") ArrayList<OptionItemOffline> menuOptionsItems; public ArrayList<OptionItemOffline> getMenuOptionsItems() { ...
503
0.77336
0.77336
18
26.944445
26.02877
84
false
false
0
0
0
0
0
0
0.333333
false
false
13
becedaa0fb1ea3b27c3322749076681db15cec5a
12,171,937,386,671
50b2e6b4e318931d719ddee74b6649747b1dcbb2
/BMI/src/ua/poseydone/bmi/structure/BMIReaderWriter.java
9e56e965522f10d4e7534a00d4c68dea841a5178
[]
no_license
Poseydon42/Bitmap-Image
https://github.com/Poseydon42/Bitmap-Image
6d96892a1defe38bc1864e81c829eeaf4d4780ce
622c280ee95b4d4227419633c471f60702d2a751
refs/heads/master
2017-12-07T11:40:33.904000
2017-02-14T14:35:22
2017-02-14T14:35:22
79,594,002
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ua.poseydone.bmi.structure; import java.io.IOException; import java.io.RandomAccessFile; import java.util.StringTokenizer; /** * Created by Admin on 26.01.2017. */ public class BMIReaderWriter { public static void writeBMI(BMIFile f, String path) throws IOException { RandomAccessFile writer ...
UTF-8
Java
1,245
java
BMIReaderWriter.java
Java
[ { "context": "port java.util.StringTokenizer;\n\n/**\n * Created by Admin on 26.01.2017.\n */\npublic class BMIReaderWriter\n{", "end": 156, "score": 0.874289870262146, "start": 151, "tag": "USERNAME", "value": "Admin" } ]
null
[]
package ua.poseydone.bmi.structure; import java.io.IOException; import java.io.RandomAccessFile; import java.util.StringTokenizer; /** * Created by Admin on 26.01.2017. */ public class BMIReaderWriter { public static void writeBMI(BMIFile f, String path) throws IOException { RandomAccessFile writer ...
1,245
0.629719
0.62249
38
31.763159
24.058519
74
false
false
0
0
0
0
0
0
0.657895
false
false
13
89c4be790bea4c1b3709f30d05d0a9b9bfe0f718
14,388,140,501,131
b1d8024ce56b02ea99f730e982c4c28a2493cc00
/QaA.java
eaa5a1f3eea5e44239e4ab09640c899c19807036
[]
no_license
dptenessa/Musikalija
https://github.com/dptenessa/Musikalija
e0002430b8f582eca37169a3c03d3be8d7b11b96
7429f9cfc952b9a19c28b0d31693933ededf5d23
refs/heads/master
2021-01-18T16:19:19.242000
2017-03-30T20:19:53
2017-03-30T20:19:53
86,737,738
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package hr.bonbon.musikalija; /** * Created by die on 3/30/17. */ public class QaA { private String videocode; private String pregunta; private String respuesta1; private String respuesta2; private String respuesta3; private String solucion; public QaA (String videocode, String pregunt...
UTF-8
Java
1,026
java
QaA.java
Java
[ { "context": "package hr.bonbon.musikalija;\n\n/**\n * Created by die on 3/30/17.\n */\n\npublic class QaA {\n\n private ", "end": 52, "score": 0.9976502060890198, "start": 49, "tag": "USERNAME", "value": "die" } ]
null
[]
package hr.bonbon.musikalija; /** * Created by die on 3/30/17. */ public class QaA { private String videocode; private String pregunta; private String respuesta1; private String respuesta2; private String respuesta3; private String solucion; public QaA (String videocode, String pregunt...
1,026
0.644249
0.621832
50
19.52
20.330509
122
false
false
0
0
0
0
0
0
0.5
false
false
13
fa328404d722743aadeeec67baddd05276c39af3
20,822,001,474,717
ef36d9053c07102c83e0fd2733ce6ae7c4e38199
/SilverstoneProxy/src/main/java/net/silverstonemc/silverstoneproxy/UndoWarning.java
44a58deccdd2c3e45780d3e616793f2f2709cbf7
[ "MIT" ]
permissive
JasonHorkles/Silverstone
https://github.com/JasonHorkles/Silverstone
39f31af7f82ed2bec0d6e144778d2934b744d5af
7fc836051671f1fa0766e137b1f34737558129e9
refs/heads/main
2023-05-13T06:53:10.240000
2023-05-09T19:59:53
2023-05-09T19:59:53
260,271,944
3
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.silverstonemc.silverstoneproxy; import javax.annotation.Nullable; import java.util.ArrayList; import java.util.UUID; public class UndoWarning { private final SilverstoneProxy plugin = SilverstoneProxy.getPlugin(); public void undoWarning(UUID uuid, String reason, @Nullable Integer currentWarningC...
UTF-8
Java
4,624
java
UndoWarning.java
Java
[]
null
[]
package net.silverstonemc.silverstoneproxy; import javax.annotation.Nullable; import java.util.ArrayList; import java.util.UUID; public class UndoWarning { private final SilverstoneProxy plugin = SilverstoneProxy.getPlugin(); public void undoWarning(UUID uuid, String reason, @Nullable Integer currentWarningC...
4,624
0.482483
0.480536
89
50.955055
34.846664
110
false
false
0
0
0
0
0
0
0.449438
false
false
13
e8bacb78c693946bdc26d01fe2184e3f57ac8240
29,729,763,630,643
766769f1c6a63afef5cf7be14e6d89e18c0fb698
/Grieg/src/main/java/pl/edu/agh/ki/grieg/util/iteratee/AbstractEnumerator.java
f07de2e6062590bbae8603969e2853947291c4d4
[]
no_license
marcinlos/GriegCounter
https://github.com/marcinlos/GriegCounter
c237fce11ff7c03cc588883d9849694b74c9dfd8
ffc1f346bd267897afd9464052fb0da823455a10
refs/heads/master
2021-01-01T19:24:49.933000
2014-01-21T09:22:59
2014-01-21T09:22:59
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package pl.edu.agh.ki.grieg.util.iteratee; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Iterator; import com.google.common.collect.Lists; /** * Concrete implementation of the {@linkplain Enumerator}, managing connected * {@linkplain Iteratee}s. * * <p> ...
UTF-8
Java
3,176
java
AbstractEnumerator.java
Java
[ { "context": "s by calling\n * {@link #pushChunk}.\n * \n * @author los\n * \n * @param <T>\n * Type of produced ", "end": 736, "score": 0.6924832463264465, "start": 733, "tag": "USERNAME", "value": "los" } ]
null
[]
package pl.edu.agh.ki.grieg.util.iteratee; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Iterator; import com.google.common.collect.Lists; /** * Concrete implementation of the {@linkplain Enumerator}, managing connected * {@linkplain Iteratee}s. * * <p> ...
3,176
0.612406
0.612406
115
26.617392
25.507231
80
false
false
0
0
0
0
0
0
0.182609
false
false
13
7d0912ff2592deb929d8deb5d6f33d631943a268
3,539,053,072,867
a48c14a1c3ca07993f6143bef7d04e1ce5d1551b
/deployment-web/src/main/java/io/ideploy/deployment/admin/service/account/AdminAccountService.java
92aa65ba6160bdb2dde5d3bf109ea9129ea7c4d3
[ "Apache-2.0" ]
permissive
oldDiverInGZ/ideploy
https://github.com/oldDiverInGZ/ideploy
7ef0566e9996988f16edd3e14c3dddb0c6c6c254
bdebd42807df5f70e0d2e7dc8d2f9ad2f6a901a9
HEAD
2018-10-16T13:30:17.675000
2018-09-20T02:55:38
2018-09-20T02:55:38
138,056,180
7
5
null
null
null
null
null
null
null
null
null
null
null
null
null
package io.ideploy.deployment.admin.service.account; import io.ideploy.deployment.admin.enums.AccountType; import io.ideploy.deployment.admin.vo.account.AccountRoleRelation; import io.ideploy.deployment.admin.vo.account.AdminAccount; import java.util.List; import java.util.Set; /** * 管理员名单 <br> * 的操作接口 * * @aut...
UTF-8
Java
2,968
java
AdminAccountService.java
Java
[ { "context": "il.Set;\n\n/**\n * 管理员名单 <br>\n * 的操作接口\n * \n * @author ten 2015-08-05\n */\n public interface AdminAccountServ", "end": 327, "score": 0.985345184803009, "start": 324, "tag": "USERNAME", "value": "ten" } ]
null
[]
package io.ideploy.deployment.admin.service.account; import io.ideploy.deployment.admin.enums.AccountType; import io.ideploy.deployment.admin.vo.account.AccountRoleRelation; import io.ideploy.deployment.admin.vo.account.AdminAccount; import java.util.List; import java.util.Set; /** * 管理员名单 <br> * 的操作接口 * * @aut...
2,968
0.627157
0.615804
120
17.35
17.598602
73
false
false
0
0
0
0
0
0
0.933333
false
false
13
bcfc6f7a9e2be5294ef5e5db55050a19b97a79c2
7,447,473,318,336
6883c617e4439b8fa5497373f5c24152d843a1ba
/src/main/java/com/lothrazar/cyclicmagic/block/battery/EnergyFlatMap.java
40cb1365a473cd1ff611fdbde680422399dfc06d
[ "MIT" ]
permissive
sandtechnology/Cyclic
https://github.com/sandtechnology/Cyclic
b84c8ba00d9d3ec099bb15c24069e2289bd62844
a668cfe42db63c0c2d660d3e6abebc21ac7a50b4
refs/heads/develop
2021-08-18T00:01:12.701000
2019-12-31T05:30:04
2019-12-31T05:30:04
131,421,090
0
0
MIT
true
2019-06-09T10:32:57
2018-04-28T15:25:17
2019-05-11T05:38:26
2019-06-09T10:32:56
18,122
0
0
0
Java
false
false
package com.lothrazar.cyclicmagic.block.battery; import net.minecraft.util.IStringSerializable; enum EnergyFlatMap implements IStringSerializable { AMOUNT_G0("g0"), AMOUNT_G1("g1"), AMOUNT_G2("g2"), AMOUNT_G3("g3"), AMOUNT_G4("g4"), AMOUNT_G5("g5"), AMOUNT_G6("g6"), AMOUNT_G7("g7"), AMOUNT_G8("g8"), AMOUNT_G9("g9"...
UTF-8
Java
607
java
EnergyFlatMap.java
Java
[ { "context": "package com.lothrazar.cyclicmagic.block.battery;\n\nimport net.min", "end": 14, "score": 0.6613236665725708, "start": 12, "tag": "USERNAME", "value": "lo" } ]
null
[]
package com.lothrazar.cyclicmagic.block.battery; import net.minecraft.util.IStringSerializable; enum EnergyFlatMap implements IStringSerializable { AMOUNT_G0("g0"), AMOUNT_G1("g1"), AMOUNT_G2("g2"), AMOUNT_G3("g3"), AMOUNT_G4("g4"), AMOUNT_G5("g5"), AMOUNT_G6("g6"), AMOUNT_G7("g7"), AMOUNT_G8("g8"), AMOUNT_G9("g9"...
607
0.670511
0.591433
19
31
66.660172
304
false
false
0
0
0
0
0
0
1.157895
false
false
13
a1364fa6cb6a487d7304398d27f4ca110eb08377
2,688,649,560,809
5fc649f43af70a8705c5c0d1ef5047634793dcf3
/src/main/java/com/floweytf/bettercreativeitems/Constants.java
fa8651557c0813cda2d88262af6c04cb6829f3dc
[ "MIT" ]
permissive
Floweynt/better-creative-items
https://github.com/Floweynt/better-creative-items
ae1bb54bfe3f9eca7e9854866d5f3c1694199324
72e17e73acb8ac1a41a91045556087c1c4742440
refs/heads/master
2023-06-24T17:09:46.210000
2021-07-20T21:27:13
2021-07-20T21:27:13
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.floweytf.bettercreativeitems; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.inventory.InventoryBasic; import net.minecraft.item.Item; import net.minecraft.util.ResourceLocation; import java.util.ArrayList; public class Constants { public static final String MOD_ID = "better_crea...
UTF-8
Java
1,105
java
Constants.java
Java
[]
null
[]
package com.floweytf.bettercreativeitems; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.inventory.InventoryBasic; import net.minecraft.item.Item; import net.minecraft.util.ResourceLocation; import java.util.ArrayList; public class Constants { public static final String MOD_ID = "better_crea...
1,105
0.743891
0.737557
30
35.866665
26.261168
91
false
false
0
0
0
0
0
0
0.733333
false
false
13
bf1d0168d0826e37ac0bfc2ffe9d6c8a735c1501
23,819,888,629,273
374d39867f1f07524b1dbd7becdbdd4dd79c8a51
/Chess_Project/src/jchess/core/util/Player.java
14e74d21b580b68befd93d18736df0bfd3b74ae5
[]
no_license
majingyi/CCD_jchess
https://github.com/majingyi/CCD_jchess
f8dede34b7d5f37d363452e7504134300a97af3e
a96ae8fd796e4ba18a1f6b53ef1250f9fc264df7
refs/heads/master
2021-01-10T07:50:35.856000
2016-02-02T08:31:41
2016-02-02T08:31:41
44,591,371
2
9
null
false
2016-03-31T20:27:11
2015-10-20T08:06:07
2016-01-16T16:50:48
2016-03-31T20:27:11
16,548
2
3
1
Java
null
null
package jchess.core.util; import java.io.Serializable; /** * Class representing one player in the game. * * @author Maurice * */ public class Player implements Serializable { private static final long serialVersionUID = 8990270306651014243L; private String name = null; private PlayerColor co...
UTF-8
Java
1,055
java
Player.java
Java
[ { "context": "epresenting one player in the game.\n * \n * @author Maurice\n * \n */\npublic class Player implements Serializab", "end": 129, "score": 0.9997134208679199, "start": 122, "tag": "NAME", "value": "Maurice" } ]
null
[]
package jchess.core.util; import java.io.Serializable; /** * Class representing one player in the game. * * @author Maurice * */ public class Player implements Serializable { private static final long serialVersionUID = 8990270306651014243L; private String name = null; private PlayerColor co...
1,055
0.65782
0.63981
62
16.032259
16.652006
67
false
false
0
0
0
0
0
0
1.677419
false
false
13
024a1227d50372da01a2ed1da32b747477b664e5
21,199,958,639,336
dd66ebe3779de23148b42c82adb0bb69fd9de445
/app/src/main/java/com/example/android/sunshine/SettingsFragment.java
8b897fc836658e5a435f6e8dce98b337cb5bc5a6
[]
no_license
Zain-de94/Sunshine-Detail-Activity
https://github.com/Zain-de94/Sunshine-Detail-Activity
9db60175a09d993573b2132dbc40c8830804ef9d
c32a02e563df1c2006d0680eacdccf2e7468a707
refs/heads/main
2023-09-04T08:50:15.332000
2021-10-07T13:59:28
2021-10-07T13:59:28
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.android.sunshine; import android.app.Activity; import android.content.SharedPreferences; import android.os.Bundle; import androidx.preference.CheckBoxPreference; import androidx.preference.ListPreference; import androidx.preference.Preference; import androidx.preference.PreferenceFragmentCompat; i...
UTF-8
Java
3,375
java
SettingsFragment.java
Java
[]
null
[]
package com.example.android.sunshine; import android.app.Activity; import android.content.SharedPreferences; import android.os.Bundle; import androidx.preference.CheckBoxPreference; import androidx.preference.ListPreference; import androidx.preference.Preference; import androidx.preference.PreferenceFragmentCompat; i...
3,375
0.672889
0.672296
113
28.867256
30.722712
103
false
false
0
0
0
0
0
0
0.40708
false
false
13
e048922931c20d06cbf66e76c61d5185a2bfb728
21,698,174,781,146
1158657b940ba6557d8f8e126eeb323b959c18a3
/Sequential/src/edu/trust/BintziosAlgoritm.java
54f3f516fff53f6475da5745d9c902a3b58d1124
[]
no_license
heguangxu/LPOT
https://github.com/heguangxu/LPOT
be7cb30207fc0576b528f1cbb628064f9742d537
2ff0cfe311d7be11c7fa7020021c68d079488c6d
refs/heads/master
2021-01-20T08:30:28.929000
2015-06-29T11:39:06
2015-06-29T11:39:06
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package edu.trust; public class BintziosAlgoritm { }
UTF-8
Java
70
java
BintziosAlgoritm.java
Java
[]
null
[]
package edu.trust; public class BintziosAlgoritm { }
70
0.6
0.6
8
6.75
10.755813
31
false
false
0
0
0
0
0
0
0.625
false
false
13
1cbd9c0e8dc87b43b3da6fe357b0962bdb24c40e
3,040,836,899,410
795f4a94e590ad0797354de85e198affbdb01501
/client/src/main/java/vichshop/controller/popup/NewEntreeController.java
38486da6a17c702db257f8909ebb0342dc460728
[]
no_license
Titovich2203/maven_vichshop
https://github.com/Titovich2203/maven_vichshop
aa8d0cb47fdf7ec0de653af3d3091ab022aada8a
a6dba0bc4bd22e08d82f2ab9363ea59697312062
refs/heads/master
2023-02-06T06:52:30.988000
2020-12-29T09:56:23
2020-12-29T09:56:23
292,972,203
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package vichshop.controller.popup; import javafx.collections.FXCollections; import javafx.event.ActionEvent; import javafx.fxml.FXML; import javafx.fxml.Initializable; import javafx.scene.control.*; import vichshop.model.Entree; import vichshop.model.Produit; import vichshop.model.User; import vichshop.modeles.UserSes...
UTF-8
Java
6,434
java
NewEntreeController.java
Java
[]
null
[]
package vichshop.controller.popup; import javafx.collections.FXCollections; import javafx.event.ActionEvent; import javafx.fxml.FXML; import javafx.fxml.Initializable; import javafx.scene.control.*; import vichshop.model.Entree; import vichshop.model.Produit; import vichshop.model.User; import vichshop.modeles.UserSes...
6,434
0.552533
0.551912
200
31.17
27.646538
108
false
false
0
0
0
0
0
0
0.615
false
false
13
5b7f11a4b9570255d0a8cea23ff611af40c60177
20,375,324,878,545
397a0ddda99eb2b56d0303d6aeb58f0c073bb2ed
/flink/flink-demo/src/main/java/com/atguigu/KeyedStream/Reduce.java
3eb16791827257aaf4ffa15cee0d9e0a14e7fb7f
[]
no_license
DWhite1234/studyCodes
https://github.com/DWhite1234/studyCodes
91d657ebbeb51ad16e65e147bdcac07dc1a8d8a8
9aa99277f7ea30df526ada909559f7101bf74ca3
refs/heads/master
2023-08-18T06:29:39.325000
2021-09-13T01:01:21
2021-09-13T01:01:21
353,991,645
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.atguigu.KeyedStream; import com.atguigu.bean.Water; import org.apache.flink.api.common.functions.MapFunction; import org.apache.flink.api.common.functions.ReduceFunction; import org.apache.flink.api.java.tuple.Tuple2; import org.apache.flink.streaming.api.datastream.DataStreamSource; import org.apache.flin...
UTF-8
Java
1,702
java
Reduce.java
Java
[]
null
[]
package com.atguigu.KeyedStream; import com.atguigu.bean.Water; import org.apache.flink.api.common.functions.MapFunction; import org.apache.flink.api.common.functions.ReduceFunction; import org.apache.flink.api.java.tuple.Tuple2; import org.apache.flink.streaming.api.datastream.DataStreamSource; import org.apache.flin...
1,702
0.646552
0.631158
42
37.666668
32.365963
143
false
false
0
0
0
0
0
0
0.857143
false
false
13
f530a09fa192b40c80b57383a968e7b64a3646c3
1,984,274,960,345
c5fb6bbc723c3d54669b4e156fc04982f1f145e4
/app/src/main/java/hcmute/edu/vn/nhom/project_foody/main/Search_Food_Activity.java
bc3afcf16073778ec5c9dd5bdc4e6ed007df3bd8
[]
no_license
xuannam99/project_Foody
https://github.com/xuannam99/project_Foody
13361d5a29c90420cec7bee4666dca5593edbbb9
130940c035c3de862b6e687f56331bdaa98fa4b7
refs/heads/master
2022-11-05T13:34:25.287000
2020-06-25T04:38:44
2020-06-25T04:38:44
274,829,523
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package hcmute.edu.vn.nhom.project_foody.main; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.text.Editable; import android.text.TextUtils; import android.text.TextWatcher; import android.view.View; import android.widget.EditText; import android.widget.ImageView;...
UTF-8
Java
4,481
java
Search_Food_Activity.java
Java
[]
null
[]
package hcmute.edu.vn.nhom.project_foody.main; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.text.Editable; import android.text.TextUtils; import android.text.TextWatcher; import android.view.View; import android.widget.EditText; import android.widget.ImageView;...
4,481
0.649855
0.640259
121
36.033058
27.739023
97
false
false
0
0
0
0
0
0
0.661157
false
false
13
a2677e4fb5c0abb956bd62e0dc003ed12d8b2b48
11,098,195,501,786
53a1c1846c7b4765985fb9638e8bb5571de87c4e
/webbase/src/main/java/com/agile/web/exception/ExceptionHandle.java
140d8da2a205bb20618de5a5d6028f706a0e0e85
[]
no_license
wx888jack/TestDemo
https://github.com/wx888jack/TestDemo
52de445cf891fc3e63e591f08dc26d0ce630337c
1b1ed8515543d172e020b46c2e313be851df1b0b
refs/heads/master
2022-12-10T17:55:46.201000
2020-09-09T09:49:57
2020-09-09T09:49:57
294,640,245
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.agile.web.exception; import com.agile.web.enums.StateEnum; import com.agile.web.result.OrientRestfulResp; import lombok.extern.slf4j.Slf4j; /*import org.apache.shiro.authz.UnauthenticatedException; import org.apache.shiro.authz.UnauthorizedException;*/ import org.apache.shiro.authz.UnauthenticatedException...
UTF-8
Java
1,665
java
ExceptionHandle.java
Java
[ { "context": "web.bind.annotation.ResponseBody;\n\n/**\n * @Author: ximing huang\n * @Date: 2018/7/16 17:46\n */\n@Slf4j\n@ControllerA", "end": 595, "score": 0.9997462630271912, "start": 583, "tag": "NAME", "value": "ximing huang" } ]
null
[]
package com.agile.web.exception; import com.agile.web.enums.StateEnum; import com.agile.web.result.OrientRestfulResp; import lombok.extern.slf4j.Slf4j; /*import org.apache.shiro.authz.UnauthenticatedException; import org.apache.shiro.authz.UnauthorizedException;*/ import org.apache.shiro.authz.UnauthenticatedException...
1,659
0.724222
0.71202
40
39.900002
35.470268
145
false
false
0
0
0
0
0
0
0.45
false
false
13
82504b08bc1d939c2833b17fbfca537ece8dd9c2
24,567,212,991,740
6c2e1719c0e54a9688f428973056885536679278
/app/src/main/java/tcd/android/com/movietracker/StarRating/CircularRatingsBar.java
0a1e41c625bb0c717530064d9ec68b2dcad54aaa
[]
no_license
tcdat96/MovieTracker
https://github.com/tcdat96/MovieTracker
1a1c1146f2e23a071941f86294d7d9fa9a153d23
7ebeb6d408ca58e9c5ec0c269a9e8da07d67b768
refs/heads/master
2021-09-06T18:29:43.718000
2018-02-09T17:59:23
2018-02-09T17:59:23
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package tcd.android.com.movietracker.StarRating; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.RectF; import android.graphics.Typeface; import android.support.annotation.Nullab...
UTF-8
Java
4,191
java
CircularRatingsBar.java
Java
[ { "context": "tcd.android.com.movietracker.R;\n\n/**\n * Created by cpu10661 on 1/16/18.\n * https://github.com/ylyc/circular_p", "end": 500, "score": 0.999596357345581, "start": 492, "tag": "USERNAME", "value": "cpu10661" }, { "context": "ted by cpu10661 on 1/16/18.\n * https://gith...
null
[]
package tcd.android.com.movietracker.StarRating; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.RectF; import android.graphics.Typeface; import android.support.annotation.Nullab...
4,191
0.697686
0.686948
116
35.129311
29.950974
143
false
false
0
0
0
0
93
0.02219
0.905172
false
false
13
4f9a588ae5f3b94ad1cabd70c4620f216403236f
13,632,226,261,068
3121574251dbb6409f196e65fe7519d648011828
/1. Java/Day002_이경희/src/tutorial/com/lee/Note.java
c5001361c6c8354d7f75a848a1cf900f049b6cb3
[]
no_license
chuni90/bigdata
https://github.com/chuni90/bigdata
8c91bec623c4fb0f1c8ff71a74f5438f44d70143
f0d9f5891448f544eed6568dda5f1ee44b04cc78
refs/heads/master
2020-07-16T14:15:06.337000
2019-10-08T05:15:55
2019-10-08T05:15:55
205,803,861
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package tutorial.com.lee; /* * 클래스 => 필드, 생성자, 메서드, 중첩클래스 * 생성자 메서드 * - 객체가 생성될 때 자동으로 호출되는 메서드(콜벡메서드, 시스템) * - 반드시 클래스명과 일치해야 한다. * - 메서드이지만 되돌려줄 목적으로 기술하는 것이 아니라 멤버의 필드를 초기화시킬 목적으로 기술된다. * 따라서 리턴값이 없다. 심지어 void 조차 쓰면 에러가 발생한다. * - 오버로딩(Overloading) : 동일한 이름을 가진 메서드를 여러개 만들어 사용하는 기능 * 단, 매개변수의 개수가 다...
UHC
Java
897
java
Note.java
Java
[]
null
[]
package tutorial.com.lee; /* * 클래스 => 필드, 생성자, 메서드, 중첩클래스 * 생성자 메서드 * - 객체가 생성될 때 자동으로 호출되는 메서드(콜벡메서드, 시스템) * - 반드시 클래스명과 일치해야 한다. * - 메서드이지만 되돌려줄 목적으로 기술하는 것이 아니라 멤버의 필드를 초기화시킬 목적으로 기술된다. * 따라서 리턴값이 없다. 심지어 void 조차 쓰면 에러가 발생한다. * - 오버로딩(Overloading) : 동일한 이름을 가진 메서드를 여러개 만들어 사용하는 기능 * 단, 매개변수의 개수가 다...
897
0.623632
0.623632
18
24.388889
20.061403
59
false
false
0
0
0
0
0
0
0.388889
false
false
13
473c4451a19eceb7439f6f85df380479a302c133
8,890,582,309,981
c577631a6b10d172fcee3d4754cb5369c2bba8b2
/src/com/company/oops/Polymorphism.java
6cbf64e737705aad129a719b320a0b56134a6f50
[]
no_license
gokul2000/Java_Codes
https://github.com/gokul2000/Java_Codes
37ff0d5f22722d9b5585a7fabb105a24d041e704
d9a48effae19a6e12d9477aebe08bc51110f2655
refs/heads/master
2023-05-11T21:47:59.570000
2023-05-01T14:04:05
2023-05-01T14:04:05
291,275,038
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Created by Gokul on $today.date/ $toay.month/2020 */ package com.company.oops; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; /** * Created by Gokul on Aug,2020,25-08-2020 at 21:07 */ public class Polymorphism { public static vo...
UTF-8
Java
476
java
Polymorphism.java
Java
[ { "context": "/*\n * Created by Gokul on $today.date/ $toay.month/2020\n */\n\npackage com", "end": 22, "score": 0.9996251463890076, "start": 17, "tag": "NAME", "value": "Gokul" }, { "context": "mport java.lang.reflect.Method;\n\n/**\n * Created by Gokul on Aug,2020,25-08-2020 at 21:...
null
[]
/* * Created by Gokul on $today.date/ $toay.month/2020 */ package com.company.oops; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; /** * Created by Gokul on Aug,2020,25-08-2020 at 21:07 */ public class Polymorphism { public static vo...
476
0.758403
0.716387
22
20.636364
33.313313
148
false
false
0
0
0
0
0
0
0.409091
false
false
13
bd126d47fe8ef3fb7f202f14d842759db9e2471a
15,212,774,222,611
d6e84012d475699fe26a905e63a2efa75e5ae26e
/app/src/main/java/bischof/raphael/whatstheweathertoday/network/ApiManager.java
7532f5ccd41052de94e47517daf53e9c8b27295f
[ "Apache-2.0" ]
permissive
RBische/WhatsTheWeatherToday
https://github.com/RBische/WhatsTheWeatherToday
096ca8913decb097cdf351664732a030ad85c1eb
5f826154e1691e25b89e76344393851c27f2d1f6
refs/heads/master
2021-01-10T16:11:06.433000
2016-02-04T16:47:19
2016-02-04T16:47:19
51,070,060
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package bischof.raphael.whatstheweathertoday.network; import com.google.gson.GsonBuilder; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; import com.google.gson.JsonParseException; import java.lang.reflect.Type; import java.util.Date; im...
UTF-8
Java
1,818
java
ApiManager.java
Java
[ { "context": "ofit request on the Open Weather API\n * Created by rbischof on 03/02/2016.\n */\npublic class ApiManager {\n ", "end": 640, "score": 0.9996692538261414, "start": 632, "tag": "USERNAME", "value": "rbischof" } ]
null
[]
package bischof.raphael.whatstheweathertoday.network; import com.google.gson.GsonBuilder; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; import com.google.gson.JsonParseException; import java.lang.reflect.Type; import java.util.Date; im...
1,818
0.727173
0.718372
48
36.875
31.916965
131
false
false
0
0
0
0
0
0
0.583333
false
false
13
65eae58b12cda815f14ce2d0b4bc76e93598e63e
21,208,548,519,199
1d4c69013b9f244eefbe3dd0456abe2671241e05
/workspaceFinal/PortalConnector/src/ch/ivy/ws/addon/service/AbsenceServiceImpl.java
d794cbf91206d8c1423f821525bcd97684312a8e
[]
no_license
metty123/TP_AxonIvy
https://github.com/metty123/TP_AxonIvy
c8949a0926080672487adcc092c0d98f95def2d4
d36a23adc7af48de3bcaaba42ece5224fa162380
refs/heads/master
2020-03-28T23:13:37.262000
2018-09-18T12:08:51
2018-09-18T12:08:51
149,281,864
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ch.ivy.ws.addon.service; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.Callable; import org.apache.commons.lang.StringUtils; import ch.ivy.ws.addon.WSErrorType; import ch.ivy.ws.addon.WSExcep...
UTF-8
Java
15,560
java
AbsenceServiceImpl.java
Java
[ { "context": " = new ArrayList<Object>();\r\n userText.add(username);\r\n errors.add(new WSException(WSErrorType", "end": 4887, "score": 0.9389747381210327, "start": 4879, "tag": "USERNAME", "value": "username" }, { "context": " = new ArrayList<Object>();\r\n use...
null
[]
package ch.ivy.ws.addon.service; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.Callable; import org.apache.commons.lang.StringUtils; import ch.ivy.ws.addon.WSErrorType; import ch.ivy.ws.addon.WSExcep...
15,560
0.617738
0.612596
379
39.055408
32.066219
121
false
false
0
0
0
0
0
0
0.577836
false
false
13
0e90b4ec7cf53433fea6875ff3468415f345c3b7
18,184,891,599,088
d223db75fc58daa583d180973611834eccc53190
/src/main/java/com/skilrock/lms/beans/UserInfoBean.java
78e6c836d3d649c59b3f68a9c26028e4622a5ef5
[]
no_license
gouravSkilrock/NumbersGame
https://github.com/gouravSkilrock/NumbersGame
c1d6665afccee9218f1b53c1eee6fbcc95841bd0
bbc8af08e436fd51c5dbb01b5b488d80235a0442
refs/heads/master
2021-01-20T15:04:59.198000
2017-05-09T07:00:29
2017-05-09T07:00:29
90,712,376
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.skilrock.lms.beans; import java.io.Serializable; public class UserInfoBean implements Serializable { /** * */ private static final long serialVersionUID = 1L; private Double availableCreditLimit; private String channel; private double claimableBal; private Double currentCreditAmt; private Dou...
UTF-8
Java
6,729
java
UserInfoBean.java
Java
[ { "context": "serId;\n\t}\n\n\tpublic String getUserName() {\n\t\treturn userName;\n\t}\n\n\tpublic int getUserOrgId() {\n\t\treturn userOr", "end": 3297, "score": 0.9976674318313599, "start": 3289, "tag": "USERNAME", "value": "userName" }, { "context": "erId = userId;\n\t}\n\n\tpubl...
null
[]
package com.skilrock.lms.beans; import java.io.Serializable; public class UserInfoBean implements Serializable { /** * */ private static final long serialVersionUID = 1L; private Double availableCreditLimit; private String channel; private double claimableBal; private Double currentCreditAmt; private Dou...
6,729
0.753455
0.753307
342
18.675438
19.040045
118
false
false
0
0
0
0
0
0
1.309942
false
false
13
1a3a080935029c7d2b4b5c74a841b00ec22d7282
27,410,481,301,885
0a5a0776436f46d0be541a36dbb0480dc2114e17
/elective/src/com/School/controlle/UppassConter.java
8d74d6af54fc6a051bc22ac8240b837666ec8edd
[]
no_license
2751649168/test
https://github.com/2751649168/test
6dd97a86b2ffc3c0254322503581faf2e8ca85ba
cf2f45fa2d3d18824415c8d37eb9252e48aaf04b
refs/heads/master
2020-07-13T10:53:25.530000
2019-08-29T02:54:36
2019-08-29T02:54:36
205,068,885
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.School.controlle; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframewor...
UTF-8
Java
1,587
java
UppassConter.java
Java
[ { "context": "\n String password=request.getParameter(\"newpass\");\n String password1=request.getParamet", "end": 876, "score": 0.6897003650665283, "start": 869, "tag": "PASSWORD", "value": "newpass" } ]
null
[]
package com.School.controlle; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframewor...
1,590
0.700576
0.697377
53
28.490566
23.05418
89
false
false
0
0
0
0
0
0
1.566038
false
false
13
874fb535b85e2904b829d9e87fb0b4620945c794
5,815,385,735,910
52dc39a2177c34b67ae119fff99d77c5855176ef
/src/main/java/self/aub/study/java/pattern/structure/adapter/Adapter.java
838561e0806f5525b9bc15d895050248edbcc381
[]
no_license
aubdiy/study-java
https://github.com/aubdiy/study-java
a2d8dee6d3414875a79079eeffcb6299feadf49d
4633e46510ce1171e07daa78424577fbd48b2c54
refs/heads/master
2020-12-24T06:41:02.982000
2016-07-27T08:21:52
2016-07-27T08:21:52
64,198,815
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package self.aub.study.java.pattern.structure.adapter; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class Adapter { private final static Logger LOG = LoggerFactory.getLogger(Adapter.class); public static English adpate(Chinaness chinaness) { LOG.info("接到中文内容:{}", chinaness.getContent(...
UTF-8
Java
742
java
Adapter.java
Java
[]
null
[]
package self.aub.study.java.pattern.structure.adapter; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class Adapter { private final static Logger LOG = LoggerFactory.getLogger(Adapter.class); public static English adpate(Chinaness chinaness) { LOG.info("接到中文内容:{}", chinaness.getContent(...
742
0.711144
0.708211
22
29
23.080885
74
false
false
0
0
0
0
0
0
1.727273
false
false
13
2769784c563cc1e7f5de83d664e774d6342ac6f6
5,815,385,734,074
893b655569bf109ac9d3103ab985ec6449424533
/useraccountrequest-server-persistence-impl/src/test/java/ci/gouv/dgbf/system/useraccountrequest/server/persistence/impl/integration/UserAccountRequestFunctionIntegrationTest.java
c715ba84b2a061b1b0c3661c41666850c1685d74
[]
no_license
devlopper/ci.gouv.dgbf.system.useraccountrequest.server
https://github.com/devlopper/ci.gouv.dgbf.system.useraccountrequest.server
f256f16b9b0419ddd7240d4162f396194e65d9b4
32750f6ae0dd1c1915fecd69cdace18b78dbdc72
refs/heads/master
2020-04-26T18:03:14.107000
2019-03-04T11:42:18
2019-03-04T11:42:18
173,731,726
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ci.gouv.dgbf.system.useraccountrequest.server.persistence.impl.integration; import org.cyk.utility.server.persistence.test.TestPersistenceCreate; import org.cyk.utility.server.persistence.test.arquillian.AbstractPersistenceArquillianIntegrationTestWithDefaultDeploymentAsSwram; import org.junit.Test; imp...
UTF-8
Java
811
java
UserAccountRequestFunctionIntegrationTest.java
Java
[]
null
[]
package ci.gouv.dgbf.system.useraccountrequest.server.persistence.impl.integration; import org.cyk.utility.server.persistence.test.TestPersistenceCreate; import org.cyk.utility.server.persistence.test.arquillian.AbstractPersistenceArquillianIntegrationTestWithDefaultDeploymentAsSwram; import org.junit.Test; imp...
811
0.826141
0.822441
19
40.684212
47.180565
137
false
false
0
0
0
0
72
0.177559
0.894737
false
false
13
0ee9b1781b086e9ec4df6c1551edb5b83c97fde1
14,671,608,326,557
336d426a87c9f901cb248a46c2d06f3d006f9856
/bpm/bonita-core/bonita-process-engine/src/test/java/org/bonitasoft/engine/execution/work/ExecuteFlowNodesTest.java
631f4b0b327a116ff56c54ad695b4099502c4591
[]
no_license
bpupadhyaya/bonita-engine
https://github.com/bpupadhyaya/bonita-engine
168c15b3b715a16334148dea08810ae9672211e1
0f8024b5ca03b47533fe3252d0dbd8203e16196c
refs/heads/master
2021-01-21T18:15:24.159000
2015-12-21T10:04:41
2015-12-21T10:04:41
48,715,341
0
1
null
true
2015-12-28T22:29:57
2015-12-28T22:29:57
2015-11-23T08:46:43
2015-12-28T18:03:00
60,320
0
0
0
null
null
null
/** * Copyright (C) 2015 BonitaSoft S.A. * BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Foundation * version 2.1 of the License. * This libra...
UTF-8
Java
8,869
java
ExecuteFlowNodesTest.java
Java
[ { "context": "ght (C) 2015 BonitaSoft S.A.\n * BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble\n * This library is free software", "end": 78, "score": 0.9990725517272949, "start": 64, "tag": "NAME", "value": "Gustave Eiffel" }, { "context": "ass ExecuteFlowNodesTest {\n\n /**\n...
null
[]
/** * Copyright (C) 2015 BonitaSoft S.A. * BonitaSoft, 32 rue <NAME> - 38000 Grenoble * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Foundation * version 2.1 of the License. * This library is di...
8,853
0.749239
0.742474
212
40.834908
36.697208
129
false
false
0
0
0
0
0
0
0.59434
false
false
13
cb15bcc42e5f91d9ec039e6a8a046af654a9180a
7,249,904,854,676
58de0391f36086f4e655595f7078bf89553d1e92
/src/main/java/com/study/boot/job/thread/ThreadTest.java
9c0ba872ab5a912a648f1f8f8f860bd2ca042b09
[ "Apache-2.0" ]
permissive
sunxingyuqaq/crud_job
https://github.com/sunxingyuqaq/crud_job
541eed7386f618d01dbebad188b876f1a3cc6b1c
323e32b8ea7a804a8a421d36a7e900e1da785c22
refs/heads/master
2023-06-23T16:59:34.952000
2022-10-25T01:38:38
2022-10-25T01:38:38
230,195,131
0
0
Apache-2.0
false
2023-06-14T22:26:24
2019-12-26T04:32:54
2022-10-25T01:38:43
2023-06-14T22:26:21
676
0
0
1
Java
false
false
package com.study.boot.job.thread; import cn.hutool.core.lang.Console; import cn.hutool.core.util.RandomUtil; import com.google.common.util.concurrent.ThreadFactoryBuilder; import com.study.boot.job.model.UserModel; import lombok.Getter; import lombok.extern.slf4j.Slf4j; import java.util.ArrayList; import java.util.L...
UTF-8
Java
2,494
java
ThreadTest.java
Java
[ { "context": "st;\nimport java.util.concurrent.*;\n\n/**\n * @author Xingyu Sun\n * @date 2019/12/30 15:46\n */\n@Slf4j\npublic class", "end": 382, "score": 0.9998067617416382, "start": 372, "tag": "NAME", "value": "Xingyu Sun" }, { "context": "els.add(UserModel.builder().age(13).id(...
null
[]
package com.study.boot.job.thread; import cn.hutool.core.lang.Console; import cn.hutool.core.util.RandomUtil; import com.google.common.util.concurrent.ThreadFactoryBuilder; import com.study.boot.job.model.UserModel; import lombok.Getter; import lombok.extern.slf4j.Slf4j; import java.util.ArrayList; import java.util.L...
2,490
0.60826
0.583801
65
37.369232
27.432474
88
false
false
0
0
0
0
0
0
0.692308
false
false
13
bc99488b45e3c1d411abad2fb470fdbe1e0ff7f9
12,592,844,144,149
dc4e3f2f562b743018c81bdac52f85602daebed8
/src/main/java/config/asserts/ContainsStringAssert.java
55647cb86126347cecd5f227e9bd1f1d613c1254
[]
no_license
ms1108/apiAuto
https://github.com/ms1108/apiAuto
ef7169e3f5f8b9ae0345b5ab8951a0b995a3ddf8
55a073f56092c9b84694acbbec3fde0ae55a7092
refs/heads/master
2023-04-29T05:31:41.603000
2021-05-23T08:16:51
2021-05-23T08:16:51
312,223,584
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package config.asserts; import api.RequestData; import io.restassured.response.Response; import static org.hamcrest.CoreMatchers.containsString; public class ContainsStringAssert extends AssertMethod{ public String expect; public ContainsStringAssert(String expect) { this.expect = expect; } ...
UTF-8
Java
538
java
ContainsStringAssert.java
Java
[]
null
[]
package config.asserts; import api.RequestData; import io.restassured.response.Response; import static org.hamcrest.CoreMatchers.containsString; public class ContainsStringAssert extends AssertMethod{ public String expect; public ContainsStringAssert(String expect) { this.expect = expect; } ...
538
0.734201
0.734201
21
24.619047
22.960579
76
false
false
0
0
0
0
0
0
0.52381
false
false
13
ce57f0005cdd3d99b4b52df8c38bf613fc7e027a
2,800,318,724,135
d09afaeb886cb7dfab0d5c261c5bb2155754ab27
/Server/src/server/MessengerServer.java
497f163d7db8fd6d95ab3aaf49fc1856c64fd8cc
[]
no_license
yogaadrian/messaging-rabbitMQ
https://github.com/yogaadrian/messaging-rabbitMQ
11a74843e9ddaf9684e2a1a2b09964dff5846336
9960e98c6ff9e12bfbcd2c022282e8d3bc156ac8
refs/heads/master
2021-01-13T12:48:49.514000
2016-11-03T04:44:02
2016-11-03T04:44:02
72,334,535
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package server; import com.rabbitmq.client.AMQP; import com.rabbitmq.client.AMQP.BasicProperties; import com.rabbitmq.client....
UTF-8
Java
27,075
java
MessengerServer.java
Java
[ { "context": "import java.util.ArrayList;\r\n\r\n/**\r\n *\r\n * @author yoga\r\n */\r\npublic class MessengerServer {\r\n\r\n priva", "end": 952, "score": 0.9987963438034058, "start": 948, "tag": "USERNAME", "value": "yoga" } ]
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 server; import com.rabbitmq.client.AMQP; import com.rabbitmq.client.AMQP.BasicProperties; import com.rabbitmq.client....
27,075
0.506445
0.50386
607
42.604614
29.914076
144
false
false
0
0
0
0
0
0
0.894563
false
false
13
63432950a325ccf54290678c776b21a3e720064a
6,244,882,468,658
886aa2636bd0539331ca7dbbca992c9bdd9253a3
/src/main/java/io/github/hmdusk/demo/core/mvc/service/impl/UserServiceImpl.java
cdd8258c86c77567b203c49c57aa00e832f0401a
[]
no_license
hm-dusk/spring-boot-learning
https://github.com/hm-dusk/spring-boot-learning
2ed5c8ed70817ee9cbea2098c9fbe2a3fe4fa77d
5b30a16acd6ed90d220a20eb15f62eebaa04adad
refs/heads/master
2021-05-13T16:40:57.684000
2018-02-26T09:16:51
2018-02-26T09:16:51
116,794,186
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package io.github.hmdusk.demo.core.mvc.service.impl; import io.github.hmdusk.demo.core.mvc.service.UserService; import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.stereotype.Service; import javax.annotation.Resource; /** * @author liming * @date Created in 2018/1/17 18:43 */ @Service("U...
UTF-8
Java
912
java
UserServiceImpl.java
Java
[ { "context": "\nimport javax.annotation.Resource;\n\n/**\n * @author liming\n * @date Created in 2018/1/17 18:43\n */\n@Service(", "end": 268, "score": 0.9996834993362427, "start": 262, "tag": "USERNAME", "value": "liming" } ]
null
[]
package io.github.hmdusk.demo.core.mvc.service.impl; import io.github.hmdusk.demo.core.mvc.service.UserService; import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.stereotype.Service; import javax.annotation.Resource; /** * @author liming * @date Created in 2018/1/17 18:43 */ @Service("U...
912
0.751096
0.737939
37
23.648649
24.049742
80
false
false
0
0
0
0
0
0
1.054054
false
false
13
24e49393afc3d86875eb72433323a2ccfa6102f7
31,447,750,595,174
e5a1556be91d0a4a502b8cf56796b25c6a1e227f
/src/main/java/com/alienlab/tracingSystem/Repository/ProductInfoRepository.java
a5d2f7e740fa92c46b7d48a59258f73ecf3d97ef
[]
no_license
alien-lab/tracingSystem
https://github.com/alien-lab/tracingSystem
290ab65b96de80e0855f3ea2bf2774f9af60d56c
9dc5d5ab25cd2314898a04ac91ad737898ee442e
refs/heads/master
2021-01-23T07:55:42.568000
2017-05-23T16:49:00
2017-05-23T16:49:00
86,465,217
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.alienlab.tracingSystem.Repository; import com.alienlab.tracingSystem.entity.ProductInfo; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; /** * Created by master on 2017/4/6. */ @Repository public interface ProductInfoRepository extends JpaR...
UTF-8
Java
353
java
ProductInfoRepository.java
Java
[ { "context": "ramework.stereotype.Repository;\n\n/**\n * Created by master on 2017/4/6.\n */\n@Repository\npublic interface Pro", "end": 239, "score": 0.9887025356292725, "start": 233, "tag": "USERNAME", "value": "master" } ]
null
[]
package com.alienlab.tracingSystem.Repository; import com.alienlab.tracingSystem.entity.ProductInfo; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; /** * Created by master on 2017/4/6. */ @Repository public interface ProductInfoRepository extends JpaR...
353
0.82153
0.804533
13
26.153847
27.433405
80
false
false
0
0
0
0
0
0
0.384615
false
false
13
728ede7016ed473e0b534e607a4c3f32dff360f3
29,283,087,053,140
80f922639f8de1108c8e8f203b6086eb926860dd
/PW/atividadespring/atividade/src/main/java/dev/lisa/atividade/models/Passageiro.java
e812dcf8926cfdf04c987801c5fa76a8bb83d8f6
[]
no_license
Elisariane/tads-atividades-do-curso-
https://github.com/Elisariane/tads-atividades-do-curso-
2ab2bdb77b07d70ceac9eb816cf83184bc0c45bb
5fd08b9c2f995a37b98f3710e77283fbdeb2f772
refs/heads/master
2022-07-05T05:27:29.340000
2019-11-24T05:59:00
2019-11-24T05:59:00
178,055,302
0
0
null
false
2022-02-09T23:48:21
2019-03-27T18:45:52
2019-11-24T05:59:03
2022-02-09T23:48:20
25,004
0
0
1
Java
false
false
package dev.lisa.atividade.models; import java.io.Serializable; import java.util.List; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.OneToMany; @Entity public class Passageiro implem...
UTF-8
Java
2,418
java
Passageiro.java
Java
[]
null
[]
package dev.lisa.atividade.models; import java.io.Serializable; import java.util.List; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.OneToMany; @Entity public class Passageiro implem...
2,418
0.687345
0.683623
115
19.026087
14.12827
49
false
false
0
0
0
0
0
0
1.565217
false
false
13
0eaaa0cdc542bc6b2ba1e401b8aa3ead01450492
24,361,054,545,149
d65838534dfaeb56e8aaf8c35df2d4b8533878ae
/src/com/aaron/demo/comm/Test.java
61ec05e7f7d1529bf8dd600609b64eb4b6bb2a9b
[ "Apache-2.0" ]
permissive
aaronzzx/Demo-Java-
https://github.com/aaronzzx/Demo-Java-
5d7cee9f25c549f145b61769aac35d9d1e2f2100
9882b05eb016ed0eab49cb39a5e9331213def200
refs/heads/master
2020-04-26T10:02:40.682000
2019-07-13T11:50:23
2019-07-13T11:50:23
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.aaron.demo.comm; public class Test { public static void main(String[] args) { AbstractPerson person = new Student("James", 18, 183, 73); person.eat(); person.talk(); person.walk(); IFly fly = (IFly) person; fly.fly(); ICreate create = (ICreate)...
UTF-8
Java
362
java
Test.java
Java
[ { "context": "s) {\n AbstractPerson person = new Student(\"James\", 18, 183, 73);\n person.eat();\n per", "end": 146, "score": 0.9995520114898682, "start": 141, "tag": "NAME", "value": "James" } ]
null
[]
package com.aaron.demo.comm; public class Test { public static void main(String[] args) { AbstractPerson person = new Student("James", 18, 183, 73); person.eat(); person.talk(); person.walk(); IFly fly = (IFly) person; fly.fly(); ICreate create = (ICreate)...
362
0.552486
0.533149
17
20.294117
18.187794
66
false
false
0
0
0
0
0
0
0.705882
false
false
13
fcd56f189b3d7014a068524664a450511fb42bce
16,441,134,836,244
9d2b60895b67ac40bd9347e9491dd5c84e3031af
/domain/src/main/java/com/java/althgriom/nowcode/MaxPoint.java
2e2ba9159e61ce3e583ef3dd207f6f2dbd8d8c3c
[]
no_license
leilinen/Blog
https://github.com/leilinen/Blog
357a17be9bceb1850b0a8e0fa20189b0d8f96e38
222c32a939094a9226ad34551c109ba3ff89c874
refs/heads/master
2023-01-24T08:43:29.328000
2022-07-05T07:23:42
2022-07-05T07:23:42
247,466,280
0
0
null
false
2022-12-12T05:26:48
2020-03-15T12:56:02
2022-03-14T00:16:27
2022-12-12T05:26:48
4,327
0
0
25
Java
false
false
package com.java.althgriom.nowcode; import java.util.HashMap; import java.util.Map; import java.util.Set; /*** * Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. * * 重复的点没有计算 */ public class MaxPoint { public int maxPoints(Point[] points) { int max ...
UTF-8
Java
2,258
java
MaxPoint.java
Java
[]
null
[]
package com.java.althgriom.nowcode; import java.util.HashMap; import java.util.Map; import java.util.Set; /*** * Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. * * 重复的点没有计算 */ public class MaxPoint { public int maxPoints(Point[] points) { int max ...
2,258
0.49331
0.46521
86
25.069767
21.643406
102
false
false
0
0
0
0
0
0
0.72093
false
false
13
4b8eb193e2eff5a9619440a58437cce375ec93f0
16,441,134,832,963
37fc92b217582c30e6b53665ac8becd68f4aae5a
/src/Vehiculos/Vehiculo.java
2fcffa8630e0c6f8b915bf3fb41d4999fa4eea7a
[]
no_license
ChristianLarzep/CRUD_persistencia
https://github.com/ChristianLarzep/CRUD_persistencia
b8c8ba6bdb3dd1ec1d4a1209cf20c531b8dbe801
17ae505416000086b72637fda5e8c82d003fe91d
refs/heads/master
2020-03-27T01:27:05.737000
2018-09-02T00:36:25
2018-09-02T00:36:25
145,712,131
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package Vehiculos; import java.io.Serializable; /** * * @author christian */ public abstract class Vehiculo implements Serializabl...
UTF-8
Java
2,288
java
Vehiculo.java
Java
[ { "context": ";\n\nimport java.io.Serializable;\n\n/**\n *\n * @author christian\n */\npublic abstract class Vehiculo impleme", "end": 255, "score": 0.6569740772247314, "start": 253, "tag": "NAME", "value": "ch" }, { "context": "import java.io.Serializable;\n\n/**\n *\n * @author chr...
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 Vehiculos; import java.io.Serializable; /** * * @author christian */ public abstract class Vehiculo implements Serializabl...
2,288
0.609402
0.601054
107
20.271029
22.691994
153
false
false
0
0
0
0
0
0
0.439252
false
false
13
9c3a7c57e337aebdca570183c85dd37b2a234f70
17,849,884,104,091
50725b6f58f224f60260d1f2f06d70f960251efd
/VTSPackage/app/Settings/Misc/JavaSrc/com/google/common/util/concurrent/AbstractListeningExecutorService.java
70f7160b4588d82802ae16d93bef7a21ce82d286
[]
no_license
CryToCry96/AllegroROM_4.2.2_mt6572
https://github.com/CryToCry96/AllegroROM_4.2.2_mt6572
8aa86dde0d3a0f8c38dc20ea9a1596c940e43f2d
ec0275342e8f7142434d0216548f8be6eb2b4a1b
refs/heads/master
2021-01-18T02:09:03.652000
2014-01-27T07:44:55
2014-01-27T07:44:55
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) fieldsfirst noctor space package com.google.common.util.concurrent; import com.google.common.base.Preconditions; import java.util.*; import java.util.concurrent...
UTF-8
Java
10,133
java
AbstractListeningExecutorService.java
Java
[ { "context": "// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.\r\n// Jad home page: http://www.kpdus.com/jad.html", "end": 61, "score": 0.9996585249900818, "start": 45, "tag": "NAME", "value": "Pavel Kouznetsov" } ]
null
[]
// Decompiled by Jad v1.5.8g. Copyright 2001 <NAME>. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) fieldsfirst noctor space package com.google.common.util.concurrent; import com.google.common.base.Preconditions; import java.util.*; import java.util.concurrent.*; // ...
10,123
0.591631
0.569427
314
30.2707
27.371006
150
false
false
0
0
0
0
0
0
0.671975
false
false
13
9a6dfb4eef4296b29a09316738496ec7ec35aa0b
4,380,866,658,415
f7b10eafeb219b0eceab3e207573dcde2af676a2
/app/src/main/java/com/example/b00sti/tripchallenge/model/RealmChallenge.java
3e3bc9b28b490732c6618671627b94bf191533dc
[]
no_license
b00sti/TripChallenge
https://github.com/b00sti/TripChallenge
6bb176537f142da8df8c9f2402ed8b6bae4163ce
16d23e5f74476306e41a93b1cf32d387f3504e0a
refs/heads/master
2021-03-19T14:29:48.668000
2017-02-13T23:11:54
2017-02-13T23:11:54
72,754,703
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.b00sti.tripchallenge.model; import com.google.android.gms.location.places.Place; import io.realm.RealmObject; import io.realm.annotations.PrimaryKey; /** * Created by Dominik (b00sti) Pawlik on 2017-01-12 */ public class RealmChallenge extends RealmObject { //@Required private int tri...
UTF-8
Java
1,760
java
RealmChallenge.java
Java
[ { "context": "o.realm.annotations.PrimaryKey;\n\n/**\n * Created by Dominik (b00sti) Pawlik on 2017-01-12\n */\n\npublic class R", "end": 198, "score": 0.9997677206993103, "start": 191, "tag": "NAME", "value": "Dominik" }, { "context": "notations.PrimaryKey;\n\n/**\n * Created by Dom...
null
[]
package com.example.b00sti.tripchallenge.model; import com.google.android.gms.location.places.Place; import io.realm.RealmObject; import io.realm.annotations.PrimaryKey; /** * Created by Dominik (b00sti) Pawlik on 2017-01-12 */ public class RealmChallenge extends RealmObject { //@Required private int tri...
1,760
0.592614
0.585795
93
17.92473
16.293833
52
false
false
0
0
0
0
0
0
0.344086
false
false
13
4168711b7192a2b0d0d16ef350da7d16a6054199
30,906,584,681,916
ff7387c17087cd407db804dd56110200b9f1b850
/commons_alerts/src/main/java/com/liveramp/java_support/alerts_handler/recipients/AlertRecipient.java
3631e24015ebef2080e0f483eee5ca1c5135ed3e
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
alifesoftware/commons
https://github.com/alifesoftware/commons
118e9f678816c0c2a7973afb6688f4b811add89b
080c3242aef5302f47a09ee41ea30e12516c1f99
refs/heads/master
2020-09-20T09:19:23.805000
2019-10-08T17:33:52
2019-10-08T17:33:52
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.liveramp.java_support.alerts_handler.recipients; import com.liveramp.java_support.alerts_handler.configs.AlertsHandlerConfig; public interface AlertRecipient { public void addRecipient(RecipientListBuilder recipientListBuilder, AlertsHandlerConfig alertsHandlerConfig, AddRecipientContext context); }
UTF-8
Java
317
java
AlertRecipient.java
Java
[]
null
[]
package com.liveramp.java_support.alerts_handler.recipients; import com.liveramp.java_support.alerts_handler.configs.AlertsHandlerConfig; public interface AlertRecipient { public void addRecipient(RecipientListBuilder recipientListBuilder, AlertsHandlerConfig alertsHandlerConfig, AddRecipientContext context); }
317
0.864353
0.864353
7
44.285713
48.310646
140
false
false
0
0
0
0
0
0
0.714286
false
false
13
502ee7010aa87099f1950e36df3abca581d46237
23,115,514,007,506
7656b9103a2f0f4b7b7edda999d6367173a10765
/Remidomo/Common/src/main/java/com/remi/remidomo/common/BaseActivity.java
15acedc03949023c3b11a7f6f20a11319e960998
[]
no_license
Remsouf/remidomo
https://github.com/Remsouf/remidomo
bb75fcc792a71c1755bb860b070f99834b1aaf11
bc05354f719785a6b2df248c100b184a61708b1c
refs/heads/master
2020-05-18T05:05:21.044000
2014-08-10T12:30:03
2014-08-10T12:30:03
35,936,924
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.remi.remidomo.common; import android.app.Activity; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Toast; public class BaseActivity extends Activity { // Not an enum, because it also represents // inde...
UTF-8
Java
1,454
java
BaseActivity.java
Java
[]
null
[]
package com.remi.remidomo.common; import android.app.Activity; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Toast; public class BaseActivity extends Activity { // Not an enum, because it also represents // inde...
1,454
0.658872
0.633425
43
32.813953
20.375835
73
false
false
0
0
0
0
0
0
0.744186
false
false
13
6ec602aa18168e9aed3a1c140e96a42dce7afac2
5,119,601,047,161
23fb6b8d7d47648368ed742eab3a5a3621280da6
/src/main/java/com/api/busmaster/models/AttendanceRecord.java
63e8dc3679ef86f9d092a2c4f02f56146d1cf58d
[]
no_license
SimpleGeek/busmaster-api
https://github.com/SimpleGeek/busmaster-api
56b95dd5407f4d8adbdb996c72386aa9fa0b3b27
6188141283eb19eaf783d29be16aef22b7de386e
refs/heads/master
2021-05-23T12:54:36.196000
2021-04-03T01:44:13
2021-04-03T01:44:13
253,295,980
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.api.busmaster.models; import java.time.Instant; public class AttendanceRecord { // Private attributes private int attendanceRecId; private Instant attendanceDt; private int riderId; // Public constructors public AttendanceRecord() {} public AttendanceRecord(int attendanceRecId, Instant attendan...
UTF-8
Java
910
java
AttendanceRecord.java
Java
[]
null
[]
package com.api.busmaster.models; import java.time.Instant; public class AttendanceRecord { // Private attributes private int attendanceRecId; private Instant attendanceDt; private int riderId; // Public constructors public AttendanceRecord() {} public AttendanceRecord(int attendanceRecId, Instant attendan...
910
0.758242
0.758242
44
19.681818
18.686131
82
false
false
0
0
0
0
0
0
1.295455
false
false
13
4501042dded20bea28f1481604aaf838455a93c6
13,932,873,937,794
2ee00a203b60d050c048348df8fecb9c90eb4b08
/web/experience/beancopy/src/objectconvert/ClassCast.java
54cac767b65fb5a0aa531feeded72f0a431c6bff
[]
no_license
dimu/tech
https://github.com/dimu/tech
433e11558f4640f18c197faac1340a34bdc8ea23
fc08365ce9b0630e780aa85495cca1d0c69583cb
refs/heads/master
2016-09-13T06:51:56.246000
2016-09-11T13:31:18
2016-09-11T13:31:18
58,130,165
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package objectconvert; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.List; import org.apache.commons.beanutils.PropertyUtils; import org.apache.commons.collections.CollectionUtils; public class ClassCast { /** * 将源对象转换为指定类型的对象。转换成功的条件是源对象的属性都在目标类型中有相同的属性与之...
GB18030
Java
2,275
java
ClassCast.java
Java
[ { "context": "m name 要修改的属性名\n\t * @param value 要设置的值\n\t * @author:at\n\t * @time: 2014-6-25 下午12:46:38\n\t */\n\tpublic stat", "end": 1637, "score": 0.9884065985679626, "start": 1635, "tag": "USERNAME", "value": "at" } ]
null
[]
package objectconvert; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.List; import org.apache.commons.beanutils.PropertyUtils; import org.apache.commons.collections.CollectionUtils; public class ClassCast { /** * 将源对象转换为指定类型的对象。转换成功的条件是源对象的属性都在目标类型中有相同的属性与之...
2,275
0.684321
0.677504
82
22.256098
21.256741
86
false
false
0
0
0
0
0
0
1.731707
false
false
13
7c76a3846db8c82e4cfb085063db12ae5bc9008f
25,933,012,568,495
60a50fbb9d5db950b70a6c0590931416f3749727
/DisparateDataChallenge/src/main/java/challenge/main/MainApplication.java
7c6e0c17bf8f30082b74d608dc53bbf3c3162d56
[]
no_license
heritagetom/DisparateDataChallenge
https://github.com/heritagetom/DisparateDataChallenge
1301d7d77c80952ab427f287962861af22470a81
735c5638c51d0b467afdc27bc58be65f4a3286bc
refs/heads/master
2020-09-17T02:40:40.644000
2016-09-19T17:26:29
2016-09-19T17:26:29
67,049,615
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package challenge.main; import java.io.IOException; import java.util.ArrayList; import challenge.gui.MainFrame; import challenge.index.IndexDocument; public class MainApplication { private String kibanaPath; private String elasticSearchPath; public static void main(String[] args) { runElasti...
UTF-8
Java
2,163
java
MainApplication.java
Java
[]
null
[]
package challenge.main; import java.io.IOException; import java.util.ArrayList; import challenge.gui.MainFrame; import challenge.index.IndexDocument; public class MainApplication { private String kibanaPath; private String elasticSearchPath; public static void main(String[] args) { runElasti...
2,163
0.655571
0.640777
95
20.768421
24.91098
94
false
false
0
0
0
0
0
0
1.526316
false
false
13
a8bb940855c1f3270b63a9258b1bc3ba78ac91a2
17,712,445,160,098
de264f18618e0b770c41f147124e9ed331d5cbcc
/Graph/Find_The_Nearest_Clone.java
94bb6accd7dbb54d55844b2cd00ec75b6dd86078
[]
no_license
mahesh122000/Data-Structures
https://github.com/mahesh122000/Data-Structures
5ac860a556c3ffe5cf839a30bf57f5adce2470f5
231a591770ac88af56f74bcdc08b695203d75a81
refs/heads/master
2021-06-25T13:45:22.186000
2021-02-24T16:05:57
2021-02-24T16:05:57
210,961,356
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.io.*; import java.math.*; import java.security.*; import java.text.*; import java.util.*; import java.util.concurrent.*; import java.util.regex.*; public class Solution { static ArrayList<ArrayList<Integer>>al; static boolean vis[]; static int findShortest(int n, int[] f, int[] t, long[] c, lon...
UTF-8
Java
2,834
java
Find_The_Nearest_Clone.java
Java
[]
null
[]
import java.io.*; import java.math.*; import java.security.*; import java.text.*; import java.util.*; import java.util.concurrent.*; import java.util.regex.*; public class Solution { static ArrayList<ArrayList<Integer>>al; static boolean vis[]; static int findShortest(int n, int[] f, int[] t, long[] c, lon...
2,834
0.51729
0.50247
98
27.87755
21.689489
105
false
false
0
0
0
0
0
0
0.836735
false
false
13
d0bb16b8f447255f12661137b6586a9d8538d7b2
28,544,352,678,144
083781be53174e8f93c929d4a714cf8275753981
/src/asteroids/input/MouseInput.java
d9ac83e6f7e6112d72c3aa97232db10b5129dcac
[]
no_license
boettcherb/Asteroids
https://github.com/boettcherb/Asteroids
167ae014e6442126a6f813fd20ff85866570411b
90f1e0284cf80793d5420292a09e2ea53b351204
refs/heads/master
2021-03-24T06:12:09.188000
2020-05-05T04:38:36
2020-05-05T04:38:36
247,524,800
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package asteroids.input; import asteroids.display.Menu; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; /** * The MouseInput class is used to read input from the user's mouse. * In this project, the mouse is only used to click buttons in the menu. */ public class MouseInput implements MouseL...
UTF-8
Java
1,044
java
MouseInput.java
Java
[]
null
[]
package asteroids.input; import asteroids.display.Menu; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; /** * The MouseInput class is used to read input from the user's mouse. * In this project, the mouse is only used to click buttons in the menu. */ public class MouseInput implements MouseL...
1,044
0.72318
0.72318
32
31.625
26.117224
81
false
false
0
0
0
0
0
0
0.25
false
false
13
4c2240dce364b802a259fd6d84671674e66eb371
26,886,495,339,410
8c21b0dd9f52ef735097264441820cee7eb595ea
/src/piles/Pile.java
357d71cfb96502b0036dd7178c0677abebc92768
[]
no_license
pangboww/learn-java
https://github.com/pangboww/learn-java
763c33bb58e6750aafbcb9d2979eb6ac280d9a26
50557c25ed1dc42954c7610867265af4fbd50507
refs/heads/master
2021-01-01T05:47:42.083000
2014-11-17T11:38:01
2014-11-17T11:38:01
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package piles; /** * L'interface pile définit les méthodes utilisées dans une pile. * Les méthodes spécifiées ci-dessous sont (à peu près) celles de la classe * Stack présente dans le JDK * * @author David Roussel */ public interface Pile { /** * Teste si la pile est vide * * @return true si la pile est v...
UTF-8
Java
3,015
java
Pile.java
Java
[ { "context": "classe\n * Stack présente dans le JDK\n *\n * @author David Roussel\n */\npublic interface Pile\n{\n\t/**\n\t * Teste si la ", "end": 219, "score": 0.9998718500137329, "start": 206, "tag": "NAME", "value": "David Roussel" } ]
null
[]
package piles; /** * L'interface pile définit les méthodes utilisées dans une pile. * Les méthodes spécifiées ci-dessous sont (à peu près) celles de la classe * Stack présente dans le JDK * * @author <NAME> */ public interface Pile { /** * Teste si la pile est vide * * @return true si la pile est vide, fa...
3,008
0.665309
0.662254
107
26.532711
26.309202
77
false
false
0
0
0
0
0
0
1.102804
false
false
13
e4f4610e02ff4a01651ce7f7e1fdfbad9f693bd2
1,314,260,031,691
14b86ae8892b986fc3bafcf0ad2b264a944d9f9e
/sample/src/main/java/pt/simdea/gracefulcrash/sample/views/mvpviews/IHomeViewMvp.java
91f7433be0c16a72184e83dc7b2d4956022981a8
[]
no_license
Simdea/GracefulCrash
https://github.com/Simdea/GracefulCrash
e378311acbabf8b2497214fc293daa83f5f9732b
4a7d19b7d8f25221f4f240b4a490196939f38051
refs/heads/master
2021-07-12T02:17:00.738000
2020-06-27T11:40:40
2020-06-27T11:40:40
157,774,879
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package pt.simdea.gracefulcrash.sample.views.mvpviews; import android.support.annotation.NonNull; /** * This interface corresponds to Main / Home Screen high level logic (behavior). */ public interface IHomeViewMvp extends IViewMvp { /* HomePresenter's contract. What is Home Activity meant to do? */ /** ...
UTF-8
Java
1,186
java
IHomeViewMvp.java
Java
[]
null
[]
package pt.simdea.gracefulcrash.sample.views.mvpviews; import android.support.annotation.NonNull; /** * This interface corresponds to Main / Home Screen high level logic (behavior). */ public interface IHomeViewMvp extends IViewMvp { /* HomePresenter's contract. What is Home Activity meant to do? */ /** ...
1,186
0.68887
0.68887
37
31.054054
35.32394
120
false
false
0
0
0
0
0
0
0.162162
false
false
13
2f0067e71ac933e75661d4a1c6796cd8faf15110
23,691,039,623,275
e4635fe27a9510b531c4076228145b85218e06e0
/src/factory/types/MediumEntityFactory.java
c674c886ec556d8f26991a297f7d5022188936b6
[]
no_license
Pablito2020/Smash-Bros-Abstract-Factory
https://github.com/Pablito2020/Smash-Bros-Abstract-Factory
0abed9825a6da35c81cc03316a45f8da1cf25d36
55f46ec26bce271fc8180cb0cb0571f9f9526af6
refs/heads/master
2022-11-24T07:57:55.985000
2020-07-15T10:00:22
2020-07-15T10:00:22
275,107,082
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package factory.types; import entity.live.enemies.Enemy; import entity.live.enemies.KoopaTroopa; import entity.live.heroes.Hero; import entity.live.heroes.Mario; import factory.EntityFactory; public class MediumEntityFactory extends EntityFactory { @Override public Hero getHero() { return new Mario()...
UTF-8
Java
416
java
MediumEntityFactory.java
Java
[]
null
[]
package factory.types; import entity.live.enemies.Enemy; import entity.live.enemies.KoopaTroopa; import entity.live.heroes.Hero; import entity.live.heroes.Mario; import factory.EntityFactory; public class MediumEntityFactory extends EntityFactory { @Override public Hero getHero() { return new Mario()...
416
0.711538
0.711538
21
18.809525
16.040482
56
false
false
0
0
0
0
0
0
0.380952
false
false
13
bd02f43872f833ceac9d0d65d99c1a2ecc3df3f4
20,590,073,256,823
914f8c8e6488f17cc84393684d4db76f207ae86b
/app/src/main/java/com/sw926/xyz/App.java
c28bfef8f5ab58e0052f2b71335ccdf887084eb2
[]
no_license
sw926/xyz
https://github.com/sw926/xyz
c562f92772c71ea68684d0a128ee8cec66a46523
b575c5fc9749ecb6e5e5fcc1c0f93ef0377f5700
refs/heads/master
2016-09-12T19:09:04.242000
2016-05-04T04:34:47
2016-05-04T04:34:47
58,022,979
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sw926.xyz; import android.app.Application; import com.sw926.xyz.com.sw926.xyz.data.DaggerDataComponent; import com.sw926.xyz.com.sw926.xyz.data.DataComponent; /** * Created by sunwei on 5/4/16. */ public class App extends Application { private DataComponent mDataComponent; @Override publi...
UTF-8
Java
522
java
App.java
Java
[ { "context": "m.sw926.xyz.data.DataComponent;\n\n/**\n * Created by sunwei on 5/4/16.\n */\npublic class App extends Applicati", "end": 198, "score": 0.9995681047439575, "start": 192, "tag": "USERNAME", "value": "sunwei" } ]
null
[]
package com.sw926.xyz; import android.app.Application; import com.sw926.xyz.com.sw926.xyz.data.DaggerDataComponent; import com.sw926.xyz.com.sw926.xyz.data.DataComponent; /** * Created by sunwei on 5/4/16. */ public class App extends Application { private DataComponent mDataComponent; @Override publi...
522
0.703065
0.666667
24
20.75
20.67053
63
false
false
0
0
0
0
0
0
0.333333
false
false
13
38f7a98de5b29ea7c1d92170cf1cda2dc677002b
4,269,197,516,311
935e76980d0cdb5ced840150751d8f477419bc6f
/app/src/main/java/com/tonyyang/androidpsilentinstall/InstallUtils.java
57f973f1d888675a166dd64a9eb728c2f4048674
[]
no_license
tonyyang924/AndroidPSilentInstall
https://github.com/tonyyang924/AndroidPSilentInstall
06e6e032766785ca6fe05eac3b7d4db4d0526082
dee6b753a4a65f31de63de76ca6c94d3e271fb90
refs/heads/master
2020-05-14T12:54:28.711000
2020-02-28T15:02:38
2020-02-28T15:02:38
181,801,915
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tonyyang.androidpsilentinstall; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.content.pm.PackageInstaller; import android.util.Log; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream;...
UTF-8
Java
3,231
java
InstallUtils.java
Java
[ { "context": "eam;\nimport java.io.OutputStream;\n\n\n/**\n * @author tonyyang\n */\npublic class InstallUtils {\n\n private stat", "end": 375, "score": 0.9995403289794922, "start": 367, "tag": "USERNAME", "value": "tonyyang" } ]
null
[]
package com.tonyyang.androidpsilentinstall; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.content.pm.PackageInstaller; import android.util.Log; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream;...
3,231
0.630764
0.626431
91
34.505493
26.830101
94
false
false
0
0
0
0
0
0
0.67033
false
false
13
a9bd5e30d5f35e1112c4326ca37d686fa5115736
30,657,476,561,988
3867eb89e39fcd34ab23f2285672c52cdac82283
/src/atividadeII/Exercicio5.java
36f292b3b68d1b8834d603ae4f0ae7b8502f6826
[]
no_license
bleach34/Esdras
https://github.com/bleach34/Esdras
135dc8593969ba636ef2e66a76add3724729756e
b7bc842066f05a8ec3a09862b5303ff7f8fe364f
refs/heads/master
2020-04-23T05:32:16.695000
2019-02-16T00:10:29
2019-02-16T00:10:29
170,942,097
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package atividadeII; import java.util.Scanner; public class Exercicio5 { public static void main(String[] args) { Scanner entrada= new Scanner(System.in); System.out.println("Digite o 1º valor:"); int n1= entrada.nextInt(); System.out.println("Digite o 2º valor:"); int n2=entrada.nextInt(); System.out.pr...
WINDOWS-1252
Java
657
java
Exercicio5.java
Java
[]
null
[]
package atividadeII; import java.util.Scanner; public class Exercicio5 { public static void main(String[] args) { Scanner entrada= new Scanner(System.in); System.out.println("Digite o 1º valor:"); int n1= entrada.nextInt(); System.out.println("Digite o 2º valor:"); int n2=entrada.nextInt(); System.out.pr...
657
0.632873
0.599078
27
23.111111
16.573816
49
false
false
0
0
0
0
0
0
2.481482
false
false
13
5bee916013fa46c8dac648c6d6a19208238002a2
30,657,476,560,587
e02068d90e79e12e94a58c67d724a39da71f7216
/src/main/java/ru/ipolynkina/behavioral/observer/observer/UIObserver.java
691cc085ff55bda9404643149ba0a1f76574eeaa
[]
no_license
ipolynkina/DesignPatterns
https://github.com/ipolynkina/DesignPatterns
086a29976b6df31d2b1e1e22ebc0d680e7d292a0
b80188e8369818e5234da2bbd7498188a7c441d7
refs/heads/master
2020-06-23T03:40:09.501000
2019-08-24T15:05:24
2019-08-24T15:05:24
198,497,884
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package main.java.ru.ipolynkina.behavioral.observer.observer; public class UIObserver implements Observer { @Override public void handleEvent(int temperature, int pressure) { System.out.println("UIObserver. Temperature: " + temperature + " pressure: " + pressure); } }
UTF-8
Java
291
java
UIObserver.java
Java
[]
null
[]
package main.java.ru.ipolynkina.behavioral.observer.observer; public class UIObserver implements Observer { @Override public void handleEvent(int temperature, int pressure) { System.out.println("UIObserver. Temperature: " + temperature + " pressure: " + pressure); } }
291
0.721649
0.721649
9
31.333334
33.522797
97
false
false
0
0
0
0
0
0
0.333333
false
false
13
3b56292feb62e42c4c550d36d1bbc05bc8537063
13,348,758,423,953
2c6c8184e826d4fb8d298c4715f9e61085d3a44b
/src/main/java/com/qlzw/smartwc/service/Dev_updateService.java
07306519265cf5314b5469f9a71b862caffe2482
[ "MIT" ]
permissive
zzttwzq/deviceControl
https://github.com/zzttwzq/deviceControl
042ab9722ce669c48e00eae9e7c17edd994f6141
50c3eef6770116ed0624e7d59f3bc7fd503da821
refs/heads/main
2023-04-19T22:52:44.403000
2021-05-07T07:50:06
2021-05-07T07:50:06
365,154,333
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.qlzw.smartwc.service; import com.qlzw.smartwc.model.Dev_update; import com.qlzw.smartwc.mapper.Dev_updateMapper; import com.qlzw.smartwc.repository.Dev_updateRepository; import com.qlzw.smartwc.utils.*; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.val...
UTF-8
Java
2,267
java
Dev_updateService.java
Java
[]
null
[]
package com.qlzw.smartwc.service; import com.qlzw.smartwc.model.Dev_update; import com.qlzw.smartwc.mapper.Dev_updateMapper; import com.qlzw.smartwc.repository.Dev_updateRepository; import com.qlzw.smartwc.utils.*; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.val...
2,267
0.642378
0.641484
77
27.025974
29.90069
108
false
false
0
0
0
0
0
0
0.493506
false
false
13
c897dbfc6e6fe35513e46f479ec63d07748bef58
36,515,811,953,821
eebeb2f1828ca13bc80469e9262553fdeb730343
/src/test/java/com/example/practice/integrationaltest/OfficeControllerIntegrationTests.java
6675a5f6deabc959c30e1b8131f6898ab8f73874
[]
no_license
FalaleevMaxim/practice-1
https://github.com/FalaleevMaxim/practice-1
a6b9685e8da70b0a439a20917ff529fe854eea32
52e99bb95f0a9b05748217be9a639b8406f981b4
refs/heads/master
2023-01-14T12:11:37.870000
2020-11-17T10:23:32
2020-11-17T10:23:32
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.practice.integrationaltest; import com.example.practice.view.ResultView; import com.example.practice.view.officeview.*; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import com.google.gson.Gson; import com.jayway.jsonpath.JsonPath; im...
UTF-8
Java
3,838
java
OfficeControllerIntegrationTests.java
Java
[]
null
[]
package com.example.practice.integrationaltest; import com.example.practice.view.ResultView; import com.example.practice.view.officeview.*; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import com.google.gson.Gson; import com.jayway.jsonpath.JsonPath; im...
3,838
0.706357
0.70297
84
44.690475
30.700541
106
false
false
0
0
0
0
0
0
0.702381
false
false
13
468bcae833df10711d5f8fb2e9ba0b8fbc859336
36,249,523,983,628
91e6a3ec8bfbe5a099eaeba01718c1d930b7c517
/src/test/java/seedu/address/logic/commands/PinCommandTest.java
bbfccaf5417cb8b937ed914d8979873e8f65491c
[ "MIT" ]
permissive
CS2103-AY1819S2-W13-3/main
https://github.com/CS2103-AY1819S2-W13-3/main
41c8bfbd470b72b86090b9c655c938cd6110547f
410414d1b106f27be62368158f3824fdc7a7576b
refs/heads/master
2020-04-20T10:35:21.343000
2019-04-15T15:50:33
2019-04-15T15:50:33
168,793,447
1
7
NOASSERTION
true
2019-04-15T15:50:34
2019-02-02T04:19:13
2019-04-15T15:36:39
2019-04-15T15:50:33
20,784
1
5
0
Java
false
false
package seedu.address.logic.commands; import static seedu.address.logic.commands.CommandTestUtil.assertCommandFailure; import static seedu.address.logic.commands.CommandTestUtil.assertCommandSuccess; import static seedu.address.testutil.TypicalSources.getTypicalDeletedSources; import static seedu.address.testutil.Typi...
UTF-8
Java
3,709
java
PinCommandTest.java
Java
[]
null
[]
package seedu.address.logic.commands; import static seedu.address.logic.commands.CommandTestUtil.assertCommandFailure; import static seedu.address.logic.commands.CommandTestUtil.assertCommandSuccess; import static seedu.address.testutil.TypicalSources.getTypicalDeletedSources; import static seedu.address.testutil.Typi...
3,709
0.658668
0.655972
112
32.11607
24.614073
92
false
false
0
0
0
0
0
0
0.589286
false
false
13
335028d62c1e36dab1888ecba37463c3d3cdb194
1,709,397,051,374
5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1
/Code Snippet Repository/Spring/Spring14253.java
d9db8780ea7093d729615bb1722b845ddc6c0e44
[]
no_license
saber13812002/DeepCRM
https://github.com/saber13812002/DeepCRM
3336a244d4852a364800af3181e03e868cf6f9f5
be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9
refs/heads/master
2023-03-16T00:08:06.473000
2018-04-18T05:29:50
2018-04-18T05:29:50
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
@Test public void htmlFileTransport() throws Exception { HtmlFileTransportHandler transportHandler = new HtmlFileTransportHandler(); transportHandler.initialize(this.sockJsConfig); StreamingSockJsSession session = transportHandler.createSession("1", this.webSocketHandler, null); transportHandler.handleReques...
UTF-8
Java
1,048
java
Spring14253.java
Java
[]
null
[]
@Test public void htmlFileTransport() throws Exception { HtmlFileTransportHandler transportHandler = new HtmlFileTransportHandler(); transportHandler.initialize(this.sockJsConfig); StreamingSockJsSession session = transportHandler.createSession("1", this.webSocketHandler, null); transportHandler.handleReques...
1,048
0.793893
0.789122
21
48.857143
36.592072
100
false
false
0
0
0
0
0
0
2.809524
false
false
13
1dc0ef21a5f617f72bce1d62a6f7fb9ed1508ffd
20,091,857,062,577
7c0204598016d0014d85ce0f97aaf095a48a7dcf
/parentsapp/app/src/main/java/com/bearcats/tamagoparent/login/LoginFragment.java
7a821e38fa0423ee1dcdabfca611eb049fa47706
[ "Apache-2.0" ]
permissive
bearcatsdev/tamago
https://github.com/bearcatsdev/tamago
66fee784eb1bc993eec921074be7ec6146c996ec
5ad55aabb8e24397e78d4a42a926d82ff5bedc10
refs/heads/master
2022-12-14T06:05:44.685000
2019-09-18T07:15:22
2019-09-18T07:15:22
209,238,848
0
0
Apache-2.0
false
2022-12-11T06:15:49
2019-09-18T06:52:22
2019-10-11T08:22:02
2022-12-11T06:15:48
3,261
0
0
3
Java
false
false
package com.bearcats.tamagoparent.login; import android.content.Intent; import android.os.Bundle; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.widget.Toolbar; import androidx.fragment.app.Fragment; import android....
UTF-8
Java
6,750
java
LoginFragment.java
Java
[]
null
[]
package com.bearcats.tamagoparent.login; import android.content.Intent; import android.os.Bundle; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.widget.Toolbar; import androidx.fragment.app.Fragment; import android....
6,750
0.61037
0.608
143
46.202797
29.547298
118
false
false
0
0
0
0
0
0
0.727273
false
false
13
495f1ffe01eaeff2f6cef62b1ba614111e1819d5
14,190,572,002,817
78365a409689b1b68f7cbba3aa07eb8307b07b8f
/java-8newfeature/src/main/java/com/cyn/demo/sqlutils/GeneraterPKGUtils.java
7b10a674bd248e73c1df88979efb2f0e9014ae9e
[]
no_license
ching7/javaBaseStudy
https://github.com/ching7/javaBaseStudy
2f5f1f97a3e82cb24e2107eb62b303ea17fbda52
76fc32f016d2b5c9166b3ac5303302020a462594
refs/heads/master
2023-06-23T04:18:19.951000
2023-06-14T08:35:10
2023-06-14T08:35:10
241,638,186
0
0
null
false
2023-03-09T03:12:52
2020-02-19T14:11:08
2023-01-31T17:55:24
2023-03-09T03:12:51
695
0
0
11
Java
false
false
package com.cyn.demo.sqlutils; /** * @Description: <p> * 3.1 update语句本身就可以多次执行,因此不用进行特殊处理 * 3.2 insert语句只需要在insert之前追加delete语句即可 * delete from t_vehicle_info where VEHICLE_ID = 1763154645; * <p> * insert into t_th_int_redbook_info (VEHICLE_ID,MAKE_NAME, FAMILY_NAME, DESCRIPTION, UPDATE_TIME) * values (17631546...
UTF-8
Java
12,688
java
GeneraterPKGUtils.java
Java
[ { "context": "i Coupe M Sport', '11-JUL-17');\n * <p>\n * @Author: ynchen9\n * @CreateTime: 2022-01-25\n */\npublic class Gener", "end": 405, "score": 0.9996106028556824, "start": 398, "tag": "USERNAME", "value": "ynchen9" } ]
null
[]
package com.cyn.demo.sqlutils; /** * @Description: <p> * 3.1 update语句本身就可以多次执行,因此不用进行特殊处理 * 3.2 insert语句只需要在insert之前追加delete语句即可 * delete from t_vehicle_info where VEHICLE_ID = 1763154645; * <p> * insert into t_th_int_redbook_info (VEHICLE_ID,MAKE_NAME, FAMILY_NAME, DESCRIPTION, UPDATE_TIME) * values (17631546...
12,688
0.568996
0.551487
241
50.900414
40.436192
218
false
false
0
0
0
0
0
0
1.278008
false
false
13
267be10001500acd7e838ee146b7782fff46b24f
34,789,235,119,949
9682296eed20f8686047f63ed271a10375b0ad67
/src/main/java/seedu/iscam/storage/client/JsonAdaptedClientPlan.java
dcbf434a05903610812c9d92b0e76b0a72062405
[ "MIT" ]
permissive
AY2021S2-CS2103-W17-4/tp
https://github.com/AY2021S2-CS2103-W17-4/tp
9a599254c3aac0a191529eb80a472b994aed925b
9eb3b7fc9cad2fa730be6c7400704d2f4a007b23
refs/heads/master
2023-04-02T07:58:44.552000
2021-04-12T14:46:18
2021-04-12T14:46:18
339,073,175
0
7
NOASSERTION
true
2021-04-12T14:46:19
2021-02-15T12:37:47
2021-04-12T13:28:25
2021-04-12T14:46:18
23,618
0
7
0
Java
false
false
package seedu.iscam.storage.client; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; import seedu.iscam.commons.exceptions.IllegalValueException; import seedu.iscam.model.client.InsurancePlan; /** * Jackson-friendly version of {@link InsurancePlan}. */ class J...
UTF-8
Java
1,357
java
JsonAdaptedClientPlan.java
Java
[]
null
[]
package seedu.iscam.storage.client; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; import seedu.iscam.commons.exceptions.IllegalValueException; import seedu.iscam.model.client.InsurancePlan; /** * Jackson-friendly version of {@link InsurancePlan}. */ class J...
1,357
0.6986
0.6986
48
27.270834
29.189568
105
false
false
0
0
0
0
0
0
0.229167
false
false
13
0f52a6c12e1ae4eb6aa06354b19c6945065c6e01
30,382,598,688,658
02f9a73b7b2c1ea21c10399aab6e1c1187cc4a64
/spring-final-project-server/src/main/java/bg/fmi/spring/course/project/interfaces/services/RatingService.java
edab974f9292b639cb1a94b21cb7d439d635d32c
[]
no_license
Radoslaw152/carpooly
https://github.com/Radoslaw152/carpooly
211e29157b8d89cb75bb5bc808cfbf4c80191977
eac52aa689ff0c9b82bca9a039d5394ad81b84c2
refs/heads/master
2023-06-11T00:24:02.384000
2020-07-28T20:19:54
2020-07-28T20:19:54
217,113,560
1
1
null
false
2023-05-26T22:16:44
2019-10-23T17:20:28
2020-07-28T20:20:02
2023-05-26T22:16:44
9,788
1
1
4
Java
false
false
package bg.fmi.spring.course.project.interfaces.services; import bg.fmi.spring.course.project.dao.Account; import bg.fmi.spring.course.project.dao.Rating; import java.util.List; public interface RatingService { List<Rating> getAllRatings(); List<Rating> getAllRatingsByUser(String userId); List<Rating> g...
UTF-8
Java
1,091
java
RatingService.java
Java
[]
null
[]
package bg.fmi.spring.course.project.interfaces.services; import bg.fmi.spring.course.project.dao.Account; import bg.fmi.spring.course.project.dao.Rating; import java.util.List; public interface RatingService { List<Rating> getAllRatings(); List<Rating> getAllRatingsByUser(String userId); List<Rating> g...
1,091
0.769019
0.769019
39
26.97436
27.728064
90
false
false
0
0
0
0
0
0
0.74359
false
false
13
157573356ff5c7571822cf3a25190040913e46e8
7,026,566,532,563
ef0c1514e9af6de3ba4a20e0d01de7cc3a915188
/sdk/search/azure-search-documents/src/main/java/com/azure/search/documents/indexes/models/LexicalTokenizerName.java
b2daf63802ec69091e0584200dbccfc8dcf02b52
[ "LicenseRef-scancode-generic-cla", "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.1-or-later", "CC0-1.0", "BSD-3-Clause", "UPL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
Azure/azure-sdk-for-java
https://github.com/Azure/azure-sdk-for-java
0902d584b42d3654b4ce65b1dad8409f18ddf4bc
789bdc6c065dc44ce9b8b630e2f2e5896b2a7616
refs/heads/main
2023-09-04T09:36:35.821000
2023-09-02T01:53:56
2023-09-02T01:53:56
2,928,948
2,027
2,084
MIT
false
2023-09-14T21:37:15
2011-12-06T23:33:56
2023-09-14T17:19:10
2023-09-14T21:37:14
3,043,660
1,994
1,854
1,435
Java
false
false
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. package com.azure.search.documents.indexes.models; import com.azure.core.u...
UTF-8
Java
4,890
java
LexicalTokenizerName.java
Java
[]
null
[]
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. package com.azure.search.documents.indexes.models; import com.azure.core.u...
4,890
0.721472
0.711452
113
42.274338
41.137638
125
false
false
0
0
0
0
65
0.013292
0.185841
false
false
13
3faa35cb9e70d04b06b893668b43add5bc031ea6
34,600,256,560,829
c4d43a27923a6a807d24b24bdcb5aae719628f76
/2D Engine/src/base/world/entitys/MovingEntity.java
768b5f29b3feeb7ca2db72ad0c52f1532ead61c1
[]
no_license
Paulemaule/2D-Engine
https://github.com/Paulemaule/2D-Engine
4595c81c2def9bcf01ed781d91602d325e3aa33c
a821eb577d87c4595ffb723c503d4325d6558fa4
refs/heads/master
2020-04-06T18:37:11.144000
2018-12-07T13:14:24
2018-12-07T13:14:24
157,705,483
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package base.world.entitys; import java.awt.Color; import base.utility.maths.Vector; public class MovingEntity extends ShapedEntity{ //when this value is given to the Entity through setBorderBehavior it will //ignor the world border public final static int NO_BORDER_INTERACTION = 0; //stop at the world...
UTF-8
Java
3,918
java
MovingEntity.java
Java
[]
null
[]
package base.world.entitys; import java.awt.Color; import base.utility.maths.Vector; public class MovingEntity extends ShapedEntity{ //when this value is given to the Entity through setBorderBehavior it will //ignor the world border public final static int NO_BORDER_INTERACTION = 0; //stop at the world...
3,918
0.656202
0.647779
119
30.941177
28.070827
118
false
false
0
0
0
0
0
0
2.386555
false
false
13
71dd31c62db4876c44c2751c3b9e4d143f6d555f
34,952,443,864,205
f55044fa93155752917a933c27d03ed01e7e282a
/data-structure/src/main/java/com/datastructure/stack/StackUsingArray.java
b0ab0cc8106ad98b4a8b7af63bde3ad67962dffd
[]
no_license
ashok07iet/hibernate
https://github.com/ashok07iet/hibernate
fde88988810ba6321d081e03a5472f330da57734
e441a8cb15da47d717b7d390653ac324233d0ee2
refs/heads/master
2016-05-25T21:06:38.898000
2015-09-04T05:39:02
2015-09-04T05:39:02
41,896,926
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.datastructure.stack; public class StackUsingArray<T> implements Stack<T> { private Object[] arr; private int top = -1; public StackUsingArray(int capacity) { if (capacity < 0) { throw new IllegalArgumentException("please enter a postive number"); } this.arr = new Object[capacity]; } @Overri...
UTF-8
Java
974
java
StackUsingArray.java
Java
[]
null
[]
package com.datastructure.stack; public class StackUsingArray<T> implements Stack<T> { private Object[] arr; private int top = -1; public StackUsingArray(int capacity) { if (capacity < 0) { throw new IllegalArgumentException("please enter a postive number"); } this.arr = new Object[capacity]; } @Overri...
974
0.641684
0.637577
50
18.48
17.345016
71
false
false
0
0
0
0
0
0
1.62
false
false
13
4e3e5d77ad28b0609ed3b709e5f34b2037b9fea7
3,513,283,297,432
164e19514c152f6efa89f4b152c0cc44024791ba
/src/main/java/ru/sovcombank/yandextest/yandexapi/domain/MetaDataProperty_.java
a3e86755e8f988a9551e0afa1a2ae0c373664a21
[]
no_license
mvawork/yandextest
https://github.com/mvawork/yandextest
5e9613f4820f52b1d32faa769c21ec163544d51e
7e31b2b0adbd7952f76056b186e72c23b6108ae9
refs/heads/master
2020-03-17T05:28:51.910000
2018-05-14T07:12:28
2018-05-14T07:12:28
133,318,301
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ru.sovcombank.yandextest.yandexapi.domain; import com.fasterxml.jackson.annotation.*; import java.util.HashMap; import java.util.Map; @JsonInclude(JsonInclude.Include.NON_NULL) @JsonPropertyOrder({ "GeocoderMetaData" }) public class MetaDataProperty_ { @JsonProperty("GeocoderMetaData") private ...
UTF-8
Java
1,030
java
MetaDataProperty_.java
Java
[]
null
[]
package ru.sovcombank.yandextest.yandexapi.domain; import com.fasterxml.jackson.annotation.*; import java.util.HashMap; import java.util.Map; @JsonInclude(JsonInclude.Include.NON_NULL) @JsonPropertyOrder({ "GeocoderMetaData" }) public class MetaDataProperty_ { @JsonProperty("GeocoderMetaData") private ...
1,030
0.735922
0.735922
39
25.384615
23.484436
85
false
false
0
0
0
0
0
0
0.384615
false
false
13
a6a249a74b5e620c0b99e3e088650eae0b1cf105
19,997,367,793,989
12518be3ddf2c64c83889f0da4539f655417aa76
/Roolipeli/src/test/java/juuri/sovelluslogiikka/peli/KohteidenLuojaTest.java
cb5ae027238a4182f0b477747d0583e614ce916e
[]
no_license
nakkiKujo/RoolipeliSekoilu
https://github.com/nakkiKujo/RoolipeliSekoilu
7fbf1ad6ef4ac10b73592c7c1f4f86679162930a
baf4faf392b07d14b0d7a68974295c594130f91e
refs/heads/master
2021-01-22T19:31:06.644000
2017-05-02T19:57:21
2017-05-02T19:57:21
85,206,841
0
0
null
false
2017-03-23T20:43:20
2017-03-16T14:44:41
2017-03-22T21:27:32
2017-03-23T20:43:20
13
0
0
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 juuri.sovelluslogiikka.peli; import juuri.sovelluslogiikka.esineet.Esine; import juuri.sovelluslogiikka.esineet.TaisteluEsine;...
UTF-8
Java
5,776
java
KohteidenLuojaTest.java
Java
[]
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 juuri.sovelluslogiikka.peli; import juuri.sovelluslogiikka.esineet.Esine; import juuri.sovelluslogiikka.esineet.TaisteluEsine;...
5,776
0.692348
0.681787
119
47.537815
28.238419
91
false
false
0
0
0
0
0
0
0.87395
false
false
13
da5577f75e73cc81d53d867e319f7c215a415ae3
10,651,518,958,873
14b2386596fc183227813fa51453f1821432c8d0
/src/main/java/games/model/Position.java
6ab2a83f8bec5c2aee61454bbfd6496288c149b7
[ "MIT" ]
permissive
adambulka/tanks2d
https://github.com/adambulka/tanks2d
a7abdf31e9ed7d8e2b2508e60b4140281d30e3e5
d41f73eb86fb16322e7722ec495d39d8123c71d2
refs/heads/master
2020-04-12T15:16:05.557000
2018-12-27T14:12:02
2018-12-27T14:12:02
162,575,245
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package games.model; import lombok.*; @Getter @Setter @ToString public class Position { private int x; private int y; //deviation from center of square, between -100 and 100 private int devX; private int devY; }
UTF-8
Java
233
java
Position.java
Java
[]
null
[]
package games.model; import lombok.*; @Getter @Setter @ToString public class Position { private int x; private int y; //deviation from center of square, between -100 and 100 private int devX; private int devY; }
233
0.690987
0.665236
14
14.642858
13.6204
56
false
false
0
0
0
0
0
0
0.857143
false
false
13
5d53360741b90b6e470e4842a1510b5b6997c805
37,993,280,708,364
62ba9ce5af20962337564406defb7a41f36401e4
/classes-dex2jar.src/o/ᕽ$ˋ.java
d485e415852d9e11161157e4e464e57aa373c117
[]
no_license
danthemellowman/Periscope-Decompiled
https://github.com/danthemellowman/Periscope-Decompiled
ba361618f131137d68e5cc5aa81eadcf81a3c9aa
cd7921a047b38a2cca850ff7ad49304682f6628d
refs/heads/master
2016-08-11T13:13:50.852000
2015-05-27T19:17:36
2015-05-27T19:17:36
36,388,455
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package o; import android.view.ViewGroup.MarginLayoutParams; class ᕽ$ˋ implements ᕽ.if { public int ˊ(ViewGroup.MarginLayoutParams paramMarginLayoutParams) { return ᘁ.ˊ(paramMarginLayoutParams); } public int ˋ(ViewGroup.MarginLayoutParams paramMarginLayoutParams) { return ᘁ.ˋ(para...
UTF-8
Java
530
java
ᕽ$ˋ.java
Java
[ { "context": "s);\r\n }\r\n}\r\n\r\n\r\r\n/* Location: C:\\Users\\Dan\\Documents\\android\\periscope\\classes-dex2jar.jar\r\r", "end": 391, "score": 0.7261992692947388, "start": 388, "tag": "USERNAME", "value": "Dan" } ]
null
[]
package o; import android.view.ViewGroup.MarginLayoutParams; class ᕽ$ˋ implements ᕽ.if { public int ˊ(ViewGroup.MarginLayoutParams paramMarginLayoutParams) { return ᘁ.ˊ(paramMarginLayoutParams); } public int ˋ(ViewGroup.MarginLayoutParams paramMarginLayoutParams) { return ᘁ.ˋ(para...
530
0.677734
0.666016
27
17.185184
24.454094
83
false
false
0
0
0
0
0
0
0.148148
false
false
13
50a6fe4cbe35ccb5a57c10b05c42f76d6245da6a
12,051,678,293,473
403db4044512df60a0e2d338470c08f45d2a182c
/src/main/java/com/zmc/bee/framework/core/DispatcherServlet.java
70851152272cf1695edc1ff56b87f00586e6ba05
[]
no_license
zhongmc1995/bee-framework
https://github.com/zhongmc1995/bee-framework
3460ec093970a5221abb0b809ea8e5992945f927
bc530c4daee4a8b9c9caf0f302fcae020960330b
refs/heads/master
2021-03-13T00:23:17.836000
2017-05-23T11:30:55
2017-05-23T11:30:55
91,469,877
5
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.zmc.bee.framework.core; import com.fasterxml.jackson.databind.ObjectMapper; import com.zmc.bee.framework.Bee; import com.zmc.bee.framework.bean.DefaultBeanFactory; import com.zmc.bee.framework.bean.IocHelper; import com.zmc.bee.framework.configuration.ConfigHelper; import com.zmc.bee.framework.util.Reflcti...
UTF-8
Java
5,317
java
DispatcherServlet.java
Java
[ { "context": ".HashMap;\nimport java.util.Map;\n\n/**\n * Created by zhongmc on 2017/5/16.\n * mvc核心控制器\n */\n@WebServlet(value =", "end": 1139, "score": 0.9996404647827148, "start": 1132, "tag": "USERNAME", "value": "zhongmc" } ]
null
[]
package com.zmc.bee.framework.core; import com.fasterxml.jackson.databind.ObjectMapper; import com.zmc.bee.framework.Bee; import com.zmc.bee.framework.bean.DefaultBeanFactory; import com.zmc.bee.framework.bean.IocHelper; import com.zmc.bee.framework.configuration.ConfigHelper; import com.zmc.bee.framework.util.Reflcti...
5,317
0.617286
0.614267
119
43.529411
25.030006
112
false
false
0
0
0
0
0
0
0.756303
false
false
13
1d22b64e303155b0432139659134104cbd307d4b
35,777,077,589,748
5d60666bd303038da03f074cd6795c8669a431d8
/src/com/zywx/wbpalmstar/widgetone/contact/tools/WChinaToPY.java
6cba677950358b2b108a5ce700042b3a4a96e8e9
[]
no_license
1037704496/EUExAddressBook
https://github.com/1037704496/EUExAddressBook
d6f5eaa845135a3a8f755e49d48ddf38661f3bae
36085700f332a62e42f407eb9ca5ae787f3f03a1
refs/heads/master
2020-01-28T03:03:24.462000
2016-05-09T11:57:07
2016-05-09T11:57:07
58,372,946
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.zywx.wbpalmstar.widgetone.contact.tools; import java.util.regex.Matcher; import java.util.regex.Pattern; import net.sourceforge.pinyin4j.PinyinHelper; import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType; import net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat; import net.sourceforge.pinyin4j...
UTF-8
Java
3,227
java
WChinaToPY.java
Java
[]
null
[]
package com.zywx.wbpalmstar.widgetone.contact.tools; import java.util.regex.Matcher; import java.util.regex.Pattern; import net.sourceforge.pinyin4j.PinyinHelper; import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType; import net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat; import net.sourceforge.pinyin4j...
3,227
0.60832
0.59872
110
27.40909
23.53191
111
false
false
0
0
0
0
0
0
2.581818
false
false
13
9b99099d314d7a4e7a6e57a80b42990fa63dffb5
14,121,852,512,655
67322ffaef15475611b410685097bd138be28c54
/timesheet/src/main/java/com/fastcode/timesheet/application/extended/authorization/users/IUsersMapperExtended.java
024dcab491527266a965e2b9c5049b019b55f7ee
[]
no_license
fastcoderepos/usman5-sampleApplication4
https://github.com/fastcoderepos/usman5-sampleApplication4
f094d4919b9cd416e3fa0cb04583ecd3887dcbcf
ad6df9a472981a860a0bab4af4f0b5afc77302f5
refs/heads/master
2023-03-21T04:02:53.642000
2021-03-18T08:44:27
2021-03-18T08:44:27
349,000,392
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.fastcode.timesheet.application.extended.authorization.users; import com.fastcode.timesheet.application.core.authorization.users.IUsersMapper; import org.mapstruct.Mapper; @Mapper(componentModel = "spring") public interface IUsersMapperExtended extends IUsersMapper {}
UTF-8
Java
282
java
IUsersMapperExtended.java
Java
[]
null
[]
package com.fastcode.timesheet.application.extended.authorization.users; import com.fastcode.timesheet.application.core.authorization.users.IUsersMapper; import org.mapstruct.Mapper; @Mapper(componentModel = "spring") public interface IUsersMapperExtended extends IUsersMapper {}
282
0.847518
0.847518
7
39.285713
30.334866
80
false
false
0
0
0
0
0
0
0.428571
false
false
13
05af66ac0feee4ceffe7c15b8ef240df7bfe13de
14,121,852,509,880
6a526b402869fb4ff49ac56b6aa8743be0975e7c
/src/org/usfirst/frc/team5414/robot/commands/TurnToBoiler.java
95359e4ef800e679d5d37aa54c96db19b8bd6e94
[]
no_license
Pearadox/PlybotMecanum
https://github.com/Pearadox/PlybotMecanum
8495694ab6a67a6a3eb3c3d1ded57b468604cc81
196de7c84c5f288db4cc13b854ce8df867390ce0
refs/heads/master
2020-05-29T19:07:20.054000
2017-03-13T21:20:48
2017-03-13T21:20:48
82,611,227
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.usfirst.frc.team5414.robot.commands; import org.usfirst.frc.team5414.robot.Robot; import edu.wpi.first.wpilibj.DriverStation; import edu.wpi.first.wpilibj.Timer; import edu.wpi.first.wpilibj.command.Command; import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard; /** * */ public class TurnToBoiler ...
UTF-8
Java
3,573
java
TurnToBoiler.java
Java
[]
null
[]
package org.usfirst.frc.team5414.robot.commands; import org.usfirst.frc.team5414.robot.Robot; import edu.wpi.first.wpilibj.DriverStation; import edu.wpi.first.wpilibj.Timer; import edu.wpi.first.wpilibj.command.Command; import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard; /** * */ public class TurnToBoiler ...
3,573
0.612091
0.595858
123
28.04878
24.543922
102
false
false
0
0
0
0
0
0
1.658537
false
false
13
954f2802fb877f2fb8c326c7887659ee4e5c8107
13,649,406,116,530
f2000df15bdd95369af03949e223a4b6eb13ad6f
/src/board/bean/BoardDBBean.java
1058e04809b9d4210ea3932fbc7779eb30901c91
[]
no_license
fkfkfk999/jsp_sevlet
https://github.com/fkfkfk999/jsp_sevlet
59ebe8d32c4ac59fdcf944522048a060c9123e2d
f05b1461a443e1e754847d822ceab10cd1cfae5f
refs/heads/master
2020-08-29T05:13:52.744000
2019-11-04T10:16:00
2019-11-04T10:16:00
217,939,505
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package board.bean; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.util.ArrayList; import java.util.List; import javax.naming.Context; import javax.naming.InitialContext; import javax.sql.DataSource; public class BoardDBBean { //이와같이 instance를 만들어 하나의 인스턴스만 사용하...
UTF-8
Java
6,211
java
BoardDBBean.java
Java
[]
null
[]
package board.bean; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.util.ArrayList; import java.util.List; import javax.naming.Context; import javax.naming.InitialContext; import javax.sql.DataSource; public class BoardDBBean { //이와같이 instance를 만들어 하나의 인스턴스만 사용하...
6,211
0.654518
0.649338
187
26.877005
20.160343
91
false
false
0
0
0
0
0
0
2.877005
false
false
13
d384b61a0248a71084fe621438a582b2cf87f0a0
31,301,721,699,980
f976d9a90354d5e84f862e844c9017fafef9aa14
/src/main/java/pl/com/bottega/documentmanagement/api/MailingFacade.java
ffa5bef4db6f299df9cca87edbc2dc38854e07ef
[]
no_license
BernardBoguszewski/document-management2
https://github.com/BernardBoguszewski/document-management2
bb2ac3c5c3eaaf8db6f52ed5d36ca8e47a526ad7
04d0106d489d4cd95312e481687f1bf7b2b604d0
refs/heads/master
2020-04-17T09:51:27.786000
2016-08-28T11:15:41
2016-08-28T11:15:41
66,764,124
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package pl.com.bottega.documentmanagement.api; import org.springframework.stereotype.Component; import pl.com.bottega.documentmanagement.domain.Document; import pl.com.bottega.documentmanagement.domain.events.DocumentListener; import java.util.Collection; import java.util.Set; /** * Created by bernard.boguszewski o...
UTF-8
Java
474
java
MailingFacade.java
Java
[ { "context": "llection;\nimport java.util.Set;\n\n/**\n * Created by bernard.boguszewski on 21.08.2016.\n */\npublic interface MailingFacade", "end": 318, "score": 0.9968169331550598, "start": 299, "tag": "NAME", "value": "bernard.boguszewski" } ]
null
[]
package pl.com.bottega.documentmanagement.api; import org.springframework.stereotype.Component; import pl.com.bottega.documentmanagement.domain.Document; import pl.com.bottega.documentmanagement.domain.events.DocumentListener; import java.util.Collection; import java.util.Set; /** * Created by bernard.boguszewski o...
474
0.814346
0.797468
18
25.333334
29.137604
97
false
false
0
0
0
0
0
0
0.444444
false
false
13
e416948b3650a7e7c52a8b14e5187cdf63323c47
12,678,743,476,255
31df6a0c3fc99b020e88a10a65dc006720626ebc
/src/main/java/au/id/wolfe/recursivefilelister/FileLister.java
5534d51c70ac08d2339f3a99a7c3b9d633a5f35e
[]
no_license
wolfeidau/FileListBuilder
https://github.com/wolfeidau/FileListBuilder
dd45fcd48d0953afeeddfdce9edeed94bdfdef6a
6b3b616f1e2180c0ee86824ade60c7b793604f7e
refs/heads/master
2016-08-05T09:30:07.098000
2011-01-28T05:38:36
2011-01-28T05:38:36
1,241,415
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package au.id.wolfe.recursivefilelister; import java.io.File; import java.util.Set; /** * */ public interface FileLister { /** * Configure a match string for filtering. * * @param fileNameExcludes List of names to be excluded. */ public void configureFileNameExclusions(...
UTF-8
Java
595
java
FileLister.java
Java
[]
null
[]
package au.id.wolfe.recursivefilelister; import java.io.File; import java.util.Set; /** * */ public interface FileLister { /** * Configure a match string for filtering. * * @param fileNameExcludes List of names to be excluded. */ public void configureFileNameExclusions(...
595
0.652101
0.652101
25
21.799999
24.303085
74
false
false
0
0
0
0
0
0
0.2
false
false
13
993937398fe1fafe80ac14dec81b37c4f1276397
26,302,379,762,329
8777e64fd32d83ed3bda0f9ea20268bc647362f2
/src/main/java/com/paperdriver/personalauthserver/repositories/CredentialRepository.java
764c3258870e4765242a7da8846121f4df1799f1
[]
no_license
paper-driver/personal-oauth2-server
https://github.com/paper-driver/personal-oauth2-server
b2510f6fc83cf9ee8cd923b8379828bef35524f1
e959ddb8f11f5c001fc18fbbc4c7b23e945f5b5d
refs/heads/master
2022-09-23T22:14:16.803000
2020-05-25T05:00:31
2020-05-25T05:00:31
264,301,078
0
0
null
false
2020-05-25T05:00:32
2020-05-15T21:18:40
2020-05-25T05:00:01
2020-05-25T05:00:31
101
0
0
0
Java
false
false
package com.paperdriver.personalauthserver.repositories; import com.paperdriver.personalauthserver.models.Credentials; import org.springframework.data.jpa.repository.JpaRepository; public interface CredentialRepository extends JpaRepository<Credentials,Long> { Credentials findByName(String name); }
UTF-8
Java
306
java
CredentialRepository.java
Java
[]
null
[]
package com.paperdriver.personalauthserver.repositories; import com.paperdriver.personalauthserver.models.Credentials; import org.springframework.data.jpa.repository.JpaRepository; public interface CredentialRepository extends JpaRepository<Credentials,Long> { Credentials findByName(String name); }
306
0.852941
0.852941
8
37.25
30.247934
79
false
false
0
0
0
0
0
0
0.625
false
false
13
262ddbc5e53e70d410986ee18e7155a688f031b4
26,508,538,189,928
b62b86c1290eb7f6f1ebb73a0b39e73be92992ef
/smaller challenges/2_algorithmic_warmups/src/Fibonacci.java
091eab3b6a569b169d90c04b4a66e8c159c571e7
[]
no_license
nicholas-gcc/algorithms-training-ground
https://github.com/nicholas-gcc/algorithms-training-ground
1d8b9ca5e1356efe2ef731e14a54af22d62d82ec
8e9db193e2ca3ad5bcb0636a05382b9accb83642
refs/heads/main
2023-07-27T15:22:43.217000
2021-08-26T18:19:54
2021-08-26T18:19:54
373,223,467
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.Scanner; public class Fibonacci { // runs n O(1) time private static long calc_fib(int n) { double sqrtOfFive = Math.sqrt(5); double goldenRatio = (1 + sqrtOfFive)/2; double goldenRatioConjugate = (1 - sqrtOfFive)/2; long output = (long) ((Math.pow(goldenRatio, n) - Math.pow(golden...
UTF-8
Java
533
java
Fibonacci.java
Java
[]
null
[]
import java.util.Scanner; public class Fibonacci { // runs n O(1) time private static long calc_fib(int n) { double sqrtOfFive = Math.sqrt(5); double goldenRatio = (1 + sqrtOfFive)/2; double goldenRatioConjugate = (1 - sqrtOfFive)/2; long output = (long) ((Math.pow(goldenRatio, n) - Math.pow(golden...
533
0.654784
0.643527
19
27.052631
24.718359
103
false
false
0
0
0
0
0
0
0.578947
false
false
13
0c7a65e118d81cb62b63527e8567c17c7314c325
34,540,127,005,637
c8ef61c6a5030f5dcdb8c2e2ab80af8c194d0432
/src/main/java/com/mariushop/mariushop/mappers/StockMapper.java
d9b2ca58208b01c151ed0d6945dd1aa79c8b6886
[]
no_license
caprarmarius/MariusShop
https://github.com/caprarmarius/MariusShop
f83c95007315e6c9483e83a986dd8d1f7e120bf4
06fbc19dfc00511917997fd924fb5af6543ec51e
refs/heads/master
2023-04-19T17:57:36.704000
2021-05-13T20:57:35
2021-05-13T20:57:35
367,154,339
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mariushop.mariushop.mappers; import com.mariushop.mariushop.dtos.StockDTO; import com.mariushop.mariushop.entities.Stock; import org.springframework.stereotype.Component; import java.util.List; import java.util.stream.Collectors; @Component public class StockMapper { public StockDTO mapStockToStock...
UTF-8
Java
787
java
StockMapper.java
Java
[]
null
[]
package com.mariushop.mariushop.mappers; import com.mariushop.mariushop.dtos.StockDTO; import com.mariushop.mariushop.entities.Stock; import org.springframework.stereotype.Component; import java.util.List; import java.util.stream.Collectors; @Component public class StockMapper { public StockDTO mapStockToStock...
787
0.683609
0.683609
26
29.26923
25.971224
93
false
false
0
0
0
0
0
0
0.307692
false
false
13
603354b001b811a71cd7a4658ba581fe8d64c958
36,051,955,499,095
a741db2d9024a6d9d71ee1c4c03cbce7aa0c583a
/librarySystem.java
d3b7fa87a6730ffbd1c9518968811cf2038ae41d
[]
no_license
minhhngu/itc115-f19-3182
https://github.com/minhhngu/itc115-f19-3182
f620ca2acc94c2482da19c1959c55b18781970f8
a94ca7b623dccc5e9a38e2fd7651efdd3bec22d4
refs/heads/master
2020-09-17T08:37:53.328000
2019-12-10T03:06:58
2019-12-10T03:06:58
224,056,776
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public abstract class librarySystem { public abstract double finesAccrued(); public abstract String titleStatus(); public abstract String toString(); }
UTF-8
Java
169
java
librarySystem.java
Java
[]
null
[]
public abstract class librarySystem { public abstract double finesAccrued(); public abstract String titleStatus(); public abstract String toString(); }
169
0.727811
0.727811
8
18.875
18.408133
39
false
false
0
0
0
0
0
0
0.875
false
false
13
096e0402a427783bcf0529e67345c6f055ea5380
16,827,681,912,543
c620e0419907327d6284803ef7fde2ee0edf31a2
/src/com/nutrons/lib/DataLogger.java
d52fe995559c586edcc791dedf762709fdebbe5c
[]
no_license
FRC125/NU15
https://github.com/FRC125/NU15
1d9c1eccd80847447bdb03d8d3a77c1514dd4e7c
a232a69ae909fa4327ecef4d4ff10a51efbaa4c3
refs/heads/master
2021-03-13T00:08:25.366000
2016-01-17T04:13:21
2016-01-17T04:13:21
27,609,329
14
1
null
false
2015-06-18T23:16:42
2014-12-05T20:43:12
2015-03-26T23:31:13
2015-06-18T23:15:01
2,792
6
1
1
Java
null
null
package com.nutrons.lib; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.util.HashMap; import com.nutrons.recyclerush.Robot; /** * * @author John Petryk, Toby Holtzman * */ public class DataLogger { private String property; private double frequency; public Data...
UTF-8
Java
1,407
java
DataLogger.java
Java
[ { "context": "com.nutrons.recyclerush.Robot;\n\n/**\n * \n * @author John Petryk, Toby Holtzman\n *\n */\n\npublic class DataLogger {\n", "end": 201, "score": 0.999864399433136, "start": 190, "tag": "NAME", "value": "John Petryk" }, { "context": "ecyclerush.Robot;\n\n/**\n * \n * @au...
null
[]
package com.nutrons.lib; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.util.HashMap; import com.nutrons.recyclerush.Robot; /** * * @author <NAME>, <NAME> * */ public class DataLogger { private String property; private double frequency; public DataLogger(Strin...
1,395
0.690121
0.686567
59
22.864407
22.6749
96
false
false
0
0
0
0
0
0
2.033898
false
false
13
6e1649ca274447d7703cecb74b7003566bd358a0
26,113,401,209,762
d5cea41fb3f0f02b2a2937a27d293f190d7e4673
/SEL Framework/MavenFW1/src/test/java/com/actitime/features/TaskFeature.java
0113f10b3dcde9fae3e29d6b502268e763418e09
[]
no_license
sammu91/Framework
https://github.com/sammu91/Framework
8d7d8ad9cbcd22504394f28f9cdba2761086ebfc
8970e13f1958af030cb004361b4babb6b77461b8
refs/heads/master
2023-05-25T04:20:08.219000
2019-06-11T17:37:01
2019-06-11T17:37:01
191,369,239
1
0
null
false
2023-05-09T18:09:49
2019-06-11T12:41:37
2019-06-11T17:56:03
2023-05-09T18:09:45
60,959
1
0
2
JavaScript
false
false
package com.actitime.features; import org.openqa.selenium.WebDriver; import com.actitime.pageobject.ActiveProjCustPage; import com.actitime.pageobject.CreateNewCustPage; import com.actitime.pageobject.EnterTimeTrackPage; import com.actitime.pageobject.LoginPage; import com.actitime.pageobject.OpenTaskPage; public cl...
UTF-8
Java
1,123
java
TaskFeature.java
Java
[ { "context": "().sendKeys(username);\n\t\tlp.getPwdTXBX().sendKeys(password);\n\t\tlp.getLoginBtn().click();\n\t\tettp.getTaskEle()", "end": 911, "score": 0.9838899374008179, "start": 903, "tag": "PASSWORD", "value": "password" } ]
null
[]
package com.actitime.features; import org.openqa.selenium.WebDriver; import com.actitime.pageobject.ActiveProjCustPage; import com.actitime.pageobject.CreateNewCustPage; import com.actitime.pageobject.EnterTimeTrackPage; import com.actitime.pageobject.LoginPage; import com.actitime.pageobject.OpenTaskPage; public cl...
1,125
0.775601
0.775601
43
25.11628
19.406555
81
false
false
0
0
0
0
0
0
1.744186
false
false
13
fbfb25773b2f5573dbdbd3f193f50b1c27213d4e
4,054,449,127,816
0c1cf1623d9f0b0f6c78fe985df81f339c1047df
/TableService/BudgetService.java
d320f4e4aad9b157155c3ce95d400088048dd3a6
[]
no_license
shreyasjaltare/Project-Planning-Tool
https://github.com/shreyasjaltare/Project-Planning-Tool
448fe14dea5c9032d9a4ea2546baa210bb15b44a
f806c185a63878ce0f7d39a3f4f7a30c0580da31
refs/heads/master
2021-01-19T03:24:42.524000
2017-04-10T06:33:40
2017-04-10T06:33:40
61,852,233
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package TableService; import Entityclass.Budget; import Entityclass.ProjectInfor; import javax.persistence.*; import java.util.*; publ...
UTF-8
Java
2,283
java
BudgetService.java
Java
[]
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 TableService; import Entityclass.Budget; import Entityclass.ProjectInfor; import javax.persistence.*; import java.util.*; publ...
2,283
0.636881
0.636881
70
31.614286
23.573771
124
false
false
0
0
0
0
0
0
0.685714
false
false
13
7044a01f5ff0076f5735f400176bc7c85efffd66
2,379,411,944,787
e8640284e04c58140030c18a3ca8770e861fcb6e
/java-core-tutorial/java-core/src/main/java/my/java/core/threads/bank/UnsychBankTest.java
f0123e0d794c77cb013de54ed195ea72adb32cb0
[]
no_license
PhilipBukin/java-tutorial
https://github.com/PhilipBukin/java-tutorial
3538bc5c8d87e68e62c4af5d7c59c58ea89acb40
90fb1d37a8c8783cd69f615e790ea6d49c4dd4e2
refs/heads/master
2017-10-07T12:27:22.978000
2016-07-27T15:43:38
2016-07-27T15:43:38
25,619,941
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package my.java.core.threads.bank; /** * Демонстрирует повреждение данных, при доступе множества потоков к одной структуре данных * Данный тест, был апгрейден и добланна поддержка синхронизации, с помощью обьктов ReentrantLock и Condition */ public class UnsychBankTest { public static final int NACCOUNTS = 100...
UTF-8
Java
858
java
UnsychBankTest.java
Java
[]
null
[]
package my.java.core.threads.bank; /** * Демонстрирует повреждение данных, при доступе множества потоков к одной структуре данных * Данный тест, был апгрейден и добланна поддержка синхронизации, с помощью обьктов ReentrantLock и Condition */ public class UnsychBankTest { public static final int NACCOUNTS = 100...
858
0.674157
0.662921
20
34.599998
33.0793
109
false
false
0
0
0
0
0
0
0.75
false
false
13