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
aa9e981a6ee2f5f6e413597ac75cbfe27781a375
16,492,674,429,907
8fa54241628a7fb817affd1c2c5918bcf2f6552c
/JavaCore 1919 Counting salaries/src/com/company/Solution.java
38b9740c35b8aa16dc4b8d1d6aea51bba8fd028a
[]
no_license
Liubomyr17/JavaCore-1919-Counting-salaries
https://github.com/Liubomyr17/JavaCore-1919-Counting-salaries
e5f7e58e1256a0da0dbfdbca06b6f4f0ee73ce1a
5586fab92729b3368eee3a1fdc3c732fda495dab
refs/heads/master
2021-05-18T21:12:34.490000
2020-03-30T20:43:12
2020-03-30T20:43:12
251,423,733
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.company; /* 1919 Counting salaries In the main method, the first parameter is the name of the file. In this file, each line has the following form: name value where [name] is String, [value] is double. [name] and [value] are separated by a space. For each name, calculate the sum of all its valu...
UTF-8
Java
1,853
java
Solution.java
Java
[]
null
[]
package com.company; /* 1919 Counting salaries In the main method, the first parameter is the name of the file. In this file, each line has the following form: name value where [name] is String, [value] is double. [name] and [value] are separated by a space. For each name, calculate the sum of all its valu...
1,853
0.668106
0.654614
63
27.412699
28.189627
139
false
false
0
0
0
0
0
0
0.444444
false
false
14
d32c7d0207a9223ff003060062efceafe4fa9080
8,778,913,168,060
8d9173f77513a5f87de8a9e3a2760ded08000320
/src/behavior/FlBehavior.java
53ad2beb3c06f1ab053f8e91f1dd17b5dd945748
[]
no_license
kbountouris/TucAgent3D-1
https://github.com/kbountouris/TucAgent3D-1
d26de5b493e3af0f5b7afd83bd032108d9d058f0
e5c0436123d85d790d4bc658e69b57cca1742637
refs/heads/master
2021-01-15T15:55:04.998000
2012-04-03T11:16:14
2012-04-03T11:16:14
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package behavior; public class FlBehavior { }
UTF-8
Java
48
java
FlBehavior.java
Java
[]
null
[]
package behavior; public class FlBehavior { }
48
0.75
0.75
5
8.6
10.442222
25
false
false
0
0
0
0
0
0
0.2
false
false
14
f617417c84e56f6d2556735073e6e34b7ae0cb0a
13,065,290,519,948
8d088b767f5c4f17e9a7f4192a91243ac2312460
/andama-core/src/test/java/net/ownhero/dev/andama/exceptions/ClassLoadingErrorTest.java
766982aa847133ed2e43d05285346bc3bb9a214d
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
SaschaJust/andama
https://github.com/SaschaJust/andama
d69610e7c47c0d76975748b5fafba262743fdc85
10da6845615fcda110e406cde73dc124411b0ea3
refs/heads/master
2020-03-26T18:22:47.793000
2013-08-30T16:44:56
2013-08-30T16:44:56
145,210,089
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * */ package net.ownhero.dev.andama.exceptions; import org.junit.Test; /** * @author just * */ public class ClassLoadingErrorTest { @Test public void testRecommendations() { final String className = "bleh.Blub"; try { try { Class.forName(className); } catch (final ClassNotFoundException e...
UTF-8
Java
925
java
ClassLoadingErrorTest.java
Java
[ { "context": "xceptions;\n\nimport org.junit.Test;\n\n/**\n * @author just\n * \n */\npublic class ClassLoadingErrorTest {\n\t\n\t@", "end": 99, "score": 0.6136530041694641, "start": 95, "tag": "USERNAME", "value": "just" } ]
null
[]
/** * */ package net.ownhero.dev.andama.exceptions; import org.junit.Test; /** * @author just * */ public class ClassLoadingErrorTest { @Test public void testRecommendations() { final String className = "bleh.Blub"; try { try { Class.forName(className); } catch (final ClassNotFoundException e...
925
0.682162
0.682162
44
20.022728
19.721342
68
false
false
0
0
0
0
0
0
1.954545
false
false
14
91f63bb2d2acae4a8a624c4a4649259519740b2d
2,851,858,286,182
3e6be534d7c3d60dd6189ef80f07abacc3bd9502
/src/test/java/com/hqyj/twelve/service/impl/AdminServiceImplTest.java
05e87f6b62b08be8bf196479cd32494b67db6e8d
[]
no_license
franxhao/sdms
https://github.com/franxhao/sdms
0e44cfdb8e47abd2852a5a4681bfa4571012141b
82076998fd4eccf2fc8f3cc2a92f0291e4e80c1f
refs/heads/master
2023-07-17T18:15:38.398000
2021-08-17T08:00:10
2021-08-17T08:00:10
398,723,439
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hqyj.twelve.service.impl; import com.hqyj.twelve.pojo.Administrator; import com.hqyj.twelve.pojo.Employee; import com.hqyj.twelve.service.AdminService; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.cont...
UTF-8
Java
1,054
java
AdminServiceImplTest.java
Java
[ { "context": ".junit.Assert.*;\n\n/**\n * @description:\n * @author: GP\n * @date: 2021/8/12-19:04\n */\n@RunWith(SpringJUni", "end": 513, "score": 0.9539009928703308, "start": 511, "tag": "USERNAME", "value": "GP" } ]
null
[]
package com.hqyj.twelve.service.impl; import com.hqyj.twelve.pojo.Administrator; import com.hqyj.twelve.pojo.Employee; import com.hqyj.twelve.service.AdminService; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.cont...
1,054
0.752372
0.739089
39
26.051283
22.189104
74
false
false
0
0
0
0
0
0
0.410256
false
false
14
600089bc857808a652614c824649ad88c1b8afb1
17,841,294,149,727
4d27592fcbe00d65c653600ba1089647096bad57
/src/com/dkt/utils/BluetoothService.java
44beee71fade60078c29e144bac5c414922ce475
[]
no_license
unlocktian/pef
https://github.com/unlocktian/pef
4d9c9c05d2d8a7a069d4ef03accc841304b5e775
9e023a62ab0abfe8517b2b5261a64173f0aa2c98
refs/heads/master
2015-08-19T19:27:12.669000
2015-07-23T02:55:39
2015-07-23T02:55:39
29,708,956
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.dkt.utils; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import com.dkt.constant.ConstDefine; import com.dkt.constant.GloableParams; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothSocket; import...
UTF-8
Java
11,151
java
BluetoothService.java
Java
[]
null
[]
package com.dkt.utils; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import com.dkt.constant.ConstDefine; import com.dkt.constant.GloableParams; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothSocket; import...
11,151
0.6658
0.653457
412
25.152912
21.664328
98
false
false
0
0
0
0
0
0
2.485437
false
false
14
79450b1c634a132119a0f554f72a137279c79ab6
17,841,294,150,229
8f46cd52ce9c1be0b028de876ee33ed8db56d762
/src/com/carmanager/services/FaultCodeService.java
bb1c646f921f3562549c57df1414947e2a89b16d
[ "Apache-2.0" ]
permissive
pythons/CarManager
https://github.com/pythons/CarManager
1d66bae2741142f7349f750789560f124f886de7
655d94fe24198119d37f12b7a88c5d5f8b792d79
refs/heads/master
2020-05-27T21:44:11.447000
2015-10-26T13:08:26
2015-10-26T13:08:26
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.carmanager.services; import com.carmanager.entities.FaultCode; import com.carmanager.entities.Page; public interface FaultCodeService extends BaseService<FaultCode> { public Page<FaultCode> listFaultCodePage(int pageNo, int pageSize); }
UTF-8
Java
254
java
FaultCodeService.java
Java
[]
null
[]
package com.carmanager.services; import com.carmanager.entities.FaultCode; import com.carmanager.entities.Page; public interface FaultCodeService extends BaseService<FaultCode> { public Page<FaultCode> listFaultCodePage(int pageNo, int pageSize); }
254
0.822835
0.822835
10
24.4
26.511129
68
false
false
0
0
0
0
0
0
0.6
false
false
14
42232dad02f60c3d6a391bb04844b6aa7c153d4c
9,955,734,231,347
bb2718b2caa1bb74cfc7fa651d8c0b544b6a88ba
/EpigraphProject/src/NodeAligned.java
869ee9a68f637043bf5d5b1175b92f8deb63a533
[]
no_license
suresharvind/epigraph
https://github.com/suresharvind/epigraph
19db7a53fc23772d4a39f45a7f2829697ce48d41
b692a7b985d50516d975343d3df07c640925a33c
refs/heads/master
2021-06-17T07:56:19.211000
2017-06-05T05:47:21
2017-06-05T05:47:21
91,183,111
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.Set; /** * Created by Arvind Suresh */ public abstract class NodeAligned { private double freq; private String epitope; private int id; private int position; NodeAligned(double f, String e, int v, int p) { freq = f; epitope = e; id = v; positi...
UTF-8
Java
767
java
NodeAligned.java
Java
[ { "context": "import java.util.Set;\n\n/**\n * Created by Arvind Suresh\n */\npublic abstract class NodeAligned\n{\n priva", "end": 54, "score": 0.9998447299003601, "start": 41, "tag": "NAME", "value": "Arvind Suresh" } ]
null
[]
import java.util.Set; /** * Created by <NAME> */ public abstract class NodeAligned { private double freq; private String epitope; private int id; private int position; NodeAligned(double f, String e, int v, int p) { freq = f; epitope = e; id = v; position = p;...
760
0.499348
0.499348
56
12.696428
10.803306
49
false
false
0
0
0
0
0
0
0.392857
false
false
14
4cfaedc1064b0fe99a3f950d09e070f7404bb568
8,486,855,396,666
e34639dd1c92442abc61c1cd2e8208b06e9c03d7
/zipf/src/zipf/GUI/grid/GridEditTools.java
0908ec1d8b6eef59eabf96a6c4eb787ca4cc5d6b
[]
no_license
BGCX261/zipf-svn-to-git
https://github.com/BGCX261/zipf-svn-to-git
464d01df5865b7e336b3272baa0a3a4257314bf1
77984843255b46a5326683ca599fc8de50ec7818
refs/heads/master
2018-12-28T17:21:41.203000
2015-08-25T15:44:22
2015-08-25T15:44:22
41,488,540
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package zipf.GUI.grid; import java.util.ArrayList; import java.util.HashMap; import zipf.event.Seq; import zipf.event.Song; import zipf.lookAndFeel.Borders; public class GridEditTools extends GridTools { public HashMap<String, GridParam> params = new HashMap<String, GridParam>(); public Seq mainQueue; pu...
UTF-8
Java
1,850
java
GridEditTools.java
Java
[]
null
[]
package zipf.GUI.grid; import java.util.ArrayList; import java.util.HashMap; import zipf.event.Seq; import zipf.event.Song; import zipf.lookAndFeel.Borders; public class GridEditTools extends GridTools { public HashMap<String, GridParam> params = new HashMap<String, GridParam>(); public Seq mainQueue; pu...
1,850
0.577838
0.573514
69
25.811594
23.05147
87
false
false
0
0
0
0
0
0
0.42029
false
false
14
e2ac085c832bcb3c7e050f7bd3634f63f3a896a5
21,612,275,470,345
d386667808c13b63b09285bfe831d466d7aae190
/src/main/java/io/dchq/sdk/core/SettingService.java
7feedd0a5e8966ad79d979b314d6e5eba43cc271
[]
no_license
dchqinc/DCHQ-Java-SDK
https://github.com/dchqinc/DCHQ-Java-SDK
5334d3d8aaec17dd5f2df0e39670df569e31c2a7
39efb2035c083ff7d0427204a89dc7101210d1e5
refs/heads/master
2020-02-28T10:08:31.793000
2018-01-17T06:04:50
2018-01-17T06:04:50
53,881,177
2
2
null
true
2017-01-20T05:19:24
2016-03-14T18:30:45
2017-01-18T05:39:55
2017-01-20T05:19:23
244
1
2
0
Java
null
null
package io.dchq.sdk.core; import com.dchq.schema.beans.base.ResponseEntity; import com.dchq.schema.beans.one.blueprint.Blueprint; import java.util.List; /** * Created by atefahmed on 12/25/15. */ public interface SettingService {//extends GenericService<ResponseEntity<List<Setting>>, ResponseEntity<Blueprint>>{ ...
UTF-8
Java
322
java
SettingService.java
Java
[ { "context": "rint;\n\n\nimport java.util.List;\n\n/**\n * Created by atefahmed on 12/25/15.\n */\npublic interface SettingService ", "end": 185, "score": 0.9989349246025085, "start": 176, "tag": "USERNAME", "value": "atefahmed" } ]
null
[]
package io.dchq.sdk.core; import com.dchq.schema.beans.base.ResponseEntity; import com.dchq.schema.beans.one.blueprint.Blueprint; import java.util.List; /** * Created by atefahmed on 12/25/15. */ public interface SettingService {//extends GenericService<ResponseEntity<List<Setting>>, ResponseEntity<Blueprint>>{ ...
322
0.773292
0.754658
14
22
31.975437
116
false
false
0
0
0
0
0
0
0.357143
false
false
14
8980ab2632c560d6de003ceb960012cb48adaf63
19,318,762,938,063
5122a4619b344c36bfc969283076c12419f198ea
/src/test/java/com/snapwiz/selenium/tests/staf/learnon/testcases/IT17/R58/SubmitStaticTest.java
f9aa195dbfab8a8fa6475a06968c70414ab29a9b
[]
no_license
mukesh89m/automation
https://github.com/mukesh89m/automation
0c1e8ff4e38e8e371cc121e64aacc6dc91915d3a
a0b4c939204af946cf7ca7954097660b2a0dfa8d
refs/heads/master
2020-05-18T15:30:22.681000
2018-06-09T15:14:11
2018-06-09T15:14:11
32,666,214
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.snapwiz.selenium.tests.staf.learnon.testcases.IT17.R58; /* * Created by Sumit on 9/22/2014. */ import com.snapwiz.selenium.tests.staf.learnon.Driver; import com.snapwiz.selenium.tests.staf.learnon.apphelper.*; import com.snapwiz.selenium.tests.staf.learnon.uihelper.TextFetch; import org.testng.Assert; im...
UTF-8
Java
1,257
java
SubmitStaticTest.java
Java
[ { "context": ".staf.learnon.testcases.IT17.R58;\n/*\n * Created by Sumit on 9/22/2014.\n */\n\nimport com.snapwiz.selenium.te", "end": 90, "score": 0.9991239309310913, "start": 85, "tag": "NAME", "value": "Sumit" } ]
null
[]
package com.snapwiz.selenium.tests.staf.learnon.testcases.IT17.R58; /* * Created by Sumit on 9/22/2014. */ import com.snapwiz.selenium.tests.staf.learnon.Driver; import com.snapwiz.selenium.tests.staf.learnon.apphelper.*; import com.snapwiz.selenium.tests.staf.learnon.uihelper.TextFetch; import org.testng.Assert; im...
1,257
0.645187
0.633254
40
30.424999
28.118399
109
false
false
0
0
0
0
0
0
0.45
false
false
14
2ef21be9a4812f79ef8a5292348d3c82baafd0c6
38,104,949,866,999
c49d06d2ad928b23284eab1839e64d755ce721da
/app/src/main/java/com/udacity/capstone/trackmyhealth/widget/HealthDataWidgetService.java
2b30b0c3ba11c5292de385d2d2db1c2bc56567ae
[]
no_license
deepikanathan/trackmyhealth
https://github.com/deepikanathan/trackmyhealth
4f34294bee3e3f6b59ac3691a41b59916b667958
049d52581b0f6e1b916346471310580736905408
refs/heads/master
2021-06-25T12:25:14.690000
2020-01-20T17:41:17
2020-01-20T17:41:17
225,066,213
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.udacity.capstone.trackmyhealth.widget; import android.appwidget.AppWidgetManager; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.widget.RemoteViewsService; import com.udacity.capstone.trackmyhealth.utils.Prefs; import com.udacity.capsto...
UTF-8
Java
1,137
java
HealthDataWidgetService.java
Java
[]
null
[]
package com.udacity.capstone.trackmyhealth.widget; import android.appwidget.AppWidgetManager; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.widget.RemoteViewsService; import com.udacity.capstone.trackmyhealth.utils.Prefs; import com.udacity.capsto...
1,137
0.80387
0.80387
31
35.709679
36.16021
122
false
false
0
0
0
0
0
0
0.645161
false
false
14
e91c82bcd0d9b98e5a12566276129d4d42886315
26,302,379,782,565
f47f81622dbe94ee803897b0b2240e546ac3cbf3
/src/main/java/com/citizant/irs/taxdatagenerator/model/TaxPayment.java
cb03116ce402850365fdd89f797f705a882254d3
[]
no_license
ftcuser/TaxDataGenerator
https://github.com/ftcuser/TaxDataGenerator
2b97f876a095f52b49ac9aae3bb5afe5a601efb4
5bd86e88e2e9fef5839e8f70f4dee7750c8e0a25
refs/heads/master
2022-12-08T00:09:03.663000
2020-01-16T21:14:09
2020-01-16T21:14:09
233,880,295
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.citizant.irs.taxdatagenerator.model; public class TaxPayment { private long tax_12a = 0; private long tax_12b = 0; private long childTaxCredit_13a = 0; private long amount_13b = 0; private long anount_14 = 0; private long otherTax_15 = 0; private long totalTax_16 = 0; private long federalWithho...
UTF-8
Java
2,974
java
TaxPayment.java
Java
[]
null
[]
package com.citizant.irs.taxdatagenerator.model; public class TaxPayment { private long tax_12a = 0; private long tax_12b = 0; private long childTaxCredit_13a = 0; private long amount_13b = 0; private long anount_14 = 0; private long otherTax_15 = 0; private long totalTax_16 = 0; private long federalWithho...
2,974
0.741426
0.66846
135
21.029629
21.375286
83
false
false
0
0
0
0
0
0
1.303704
false
false
14
f55ffbff17fce6bc89910ad89db1931d0126d3da
35,957,466,236,452
81f03d9ecc4f27d91e665d8068f724513a57e1cb
/app/src/main/java/com/yujian/yunpingtai/fragment/user/UserThirdFrag.java
2274c5cf1e48a1f95909a57705d0ec6ded8de8b3
[]
no_license
Mr414Zheng/cloudPlatform
https://github.com/Mr414Zheng/cloudPlatform
d381afdb36f769a4a190f03be3ed95f321853da3
38e058d7100c330ff6fe5b6d75d55fe1044f4f57
refs/heads/master
2018-07-22T12:23:58.722000
2018-07-08T16:26:00
2018-07-08T16:26:00
120,408,124
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.yujian.yunpingtai.fragment.user; import android.content.DialogInterface; import android.content.SharedPreferences; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.support.v4.app.Fragment; import android.support.v7.app.AlertDialog; import android.text.TextUtil...
UTF-8
Java
21,869
java
UserThirdFrag.java
Java
[ { "context": "sg(account, 3);\n TOKEN = MeterUtil.createTOKEN(meterID, amount * 100);\n Mete", "end": 6827, "score": 0.5669074654579163, "start": 6821, "tag": "KEY", "value": "create" }, { "context": "st request = new Request.Builder().url(\"http://120.7...
null
[]
package com.yujian.yunpingtai.fragment.user; import android.content.DialogInterface; import android.content.SharedPreferences; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.support.v4.app.Fragment; import android.support.v7.app.AlertDialog; import android.text.TextUtil...
21,867
0.536942
0.522894
520
39.109615
25.535976
137
false
false
0
0
0
0
0
0
0.713462
false
false
14
829dbadb25c7b3e97592945a0c16b6debc1bf458
11,553,462,089,257
86aa14f95c9baf6b7fe6b491e5f6c0ff65760d71
/web/src/main/java/by/er/iview/web/exception/response/InvalidQueryParamResponse.java
109d72273f84627993b3d02ef480e824122dc8de
[]
no_license
erik881/iview
https://github.com/erik881/iview
5a56d7ec17acf008aaf532eb44067c3cf2810d1f
565bd9193ca7283d45850cea2a88c2442e105098
refs/heads/master
2016-09-13T18:07:46.374000
2016-09-12T06:49:52
2016-09-12T06:49:52
62,552,667
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package by.er.iview.web.exception.response; public class InvalidQueryParamResponse extends ErrorResponse implements QueryParamResponse { private String paramName; private String paramValue; @Override public String getParamName() { return paramName; } @Override public void setParamName(String...
UTF-8
Java
562
java
InvalidQueryParamResponse.java
Java
[]
null
[]
package by.er.iview.web.exception.response; public class InvalidQueryParamResponse extends ErrorResponse implements QueryParamResponse { private String paramName; private String paramValue; @Override public String getParamName() { return paramName; } @Override public void setParamName(String...
562
0.736655
0.736655
27
18.814816
22.586519
92
false
false
0
0
0
0
0
0
1.185185
false
false
14
55805b52b7f0629a553fdc020ec8fc3060ec87da
36,893,769,107,509
5ac61195917258e774028c8159e38b13e58cb531
/OASys/src/com/chaoLiuWangLuo/OASys/mapper/AoaDeptMapper.java
b7ea907c68f1e4af08131f03da748c76efe39133
[]
no_license
hcb888/repo3
https://github.com/hcb888/repo3
668add0fcb618c38fd8b7f146672593fbc5801d2
c3acd7726679233cb34a8e7a36cf1b51b15018dd
refs/heads/master
2020-05-24T10:22:18.065000
2019-05-17T14:17:05
2019-05-17T14:17:05
187,227,325
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.chaoLiuWangLuo.OASys.mapper; import com.chaoLiuWangLuo.OASys.entity.AoaDept; import com.chaoLiuWangLuo.OASys.entity.AoaDeptExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface AoaDeptMapper { int countByExample(AoaDeptExample example); int deleteByExample(A...
UTF-8
Java
878
java
AoaDeptMapper.java
Java
[]
null
[]
package com.chaoLiuWangLuo.OASys.mapper; import com.chaoLiuWangLuo.OASys.entity.AoaDept; import com.chaoLiuWangLuo.OASys.entity.AoaDeptExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface AoaDeptMapper { int countByExample(AoaDeptExample example); int deleteByExample(A...
878
0.781321
0.781321
30
28.299999
29.466536
108
false
false
0
0
0
0
0
0
0.6
false
false
14
7032eba14c9b2f010173fee97f7939dba0fb3cf0
36,189,394,484,269
f37ec35749b6d21c34bd23050b6a47f71be1e82c
/app/src/main/java/com/example/doodlejump/startGame.java
6254056d77462aa9711dba9569edc3b56ec12e8f
[]
no_license
AdiHershko/DoodleJump
https://github.com/AdiHershko/DoodleJump
aef11e913fb757a6abab772e9e35c17aa16a41cb
4ef0941a07707753e63c3864309b3502538aeb7d
refs/heads/master
2020-08-10T18:35:21.493000
2019-11-17T19:28:00
2019-11-17T19:28:00
214,397,070
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.doodlejump; import android.app.Activity; import android.media.MediaPlayer; import android.os.Bundle; public class startGame extends Activity { GameView gameView; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); gameVie...
UTF-8
Java
601
java
startGame.java
Java
[]
null
[]
package com.example.doodlejump; import android.app.Activity; import android.media.MediaPlayer; import android.os.Bundle; public class startGame extends Activity { GameView gameView; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); gameVie...
601
0.657238
0.657238
28
20.464285
16.942091
56
false
false
0
0
0
0
0
0
0.428571
false
false
14
1554a9f05a780702041469f043ad950f6342ca8d
10,264,971,895,110
32b72e1dc8b6ee1be2e80bb70a03a021c83db550
/ast_results/grote_Liberario/app/src/androidTest/java/de/grobox/transportr/data/DbTest.java
a516048a37d378a4fc2609076e0b3d33ff8434ca
[]
no_license
cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning
https://github.com/cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning
d90c41a17e88fcd99d543124eeb6e93f9133cb4a
0564143d92f8024ff5fa6b659c2baebf827582b1
refs/heads/master
2020-07-13T13:53:40.297000
2019-01-11T11:51:18
2019-01-11T11:51:18
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// isComment package de.grobox.transportr.data; import android.content.Context; import org.junit.After; import org.junit.Before; import org.junit.Rule; import java.io.IOException; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import androidx.annotation.Nullable; import androidx.arch...
UTF-8
Java
1,788
java
DbTest.java
Java
[]
null
[]
// isComment package de.grobox.transportr.data; import android.content.Context; import org.junit.After; import org.junit.Before; import org.junit.Rule; import java.io.IOException; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import androidx.annotation.Nullable; import androidx.arch...
1,788
0.701342
0.701342
58
29.827587
25.010437
93
false
false
0
0
0
0
0
0
0.5
false
false
14
766cedd36ad7c548b25527eae4978cba4fe4a1eb
27,238,682,595,940
9d7d1e84a75be4eec153114b2dd57c89515b675c
/libNyansat/src/jp/nyatla/nyansat/utils/IDisposeable.java
d27556f04c2b2445d4f58e572eec21a7d96c7e44
[]
no_license
nyatla/TwitterNyansat
https://github.com/nyatla/TwitterNyansat
978a86212ef2372917686cbeb2fa73906997659e
733332e7ebce9b06d3b47b07f1d97cbb31dbff93
refs/heads/master
2020-12-24T05:32:06.463000
2018-04-18T10:27:06
2018-04-18T10:27:06
15,956,525
2
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package jp.nyatla.nyansat.utils; public interface IDisposeable{ public void dispose(); }
UTF-8
Java
92
java
IDisposeable.java
Java
[]
null
[]
package jp.nyatla.nyansat.utils; public interface IDisposeable{ public void dispose(); }
92
0.771739
0.771739
6
14.333333
14.26729
32
false
false
0
0
0
0
0
0
0.5
false
false
14
50a36da31fbef955a262b0232e05123aea1c2a5e
31,121,333,073,455
35c8aafce88f1f34df7cfe65c51cafe715500b44
/NUS exercises/CCPractices/Vaccination.java
dd65c1e8b129a764a66e5efbb4555f0a7a9b6f44
[]
no_license
ravishwetha/CodingSolutions
https://github.com/ravishwetha/CodingSolutions
41dc36f69446361393465659353e5e056eb33932
ea87e6f7d86f3a23e964664fecfeca3670812d22
refs/heads/master
2020-06-12T17:22:09.961000
2019-04-17T08:55:36
2019-04-17T08:55:36
75,788,179
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
//Report average age of children //Report percentage vaccinated import java.util.*; public class Vaccination { public static final int MAX_CHILDREN = 666; public static void main(String[] args) { Scanner sc = new Scanner(System.in); ArrayList<Child> children = new ArrayList<Child>(); System.out.print("Num...
UTF-8
Java
3,877
java
Vaccination.java
Java
[]
null
[]
//Report average age of children //Report percentage vaccinated import java.util.*; public class Vaccination { public static final int MAX_CHILDREN = 666; public static void main(String[] args) { Scanner sc = new Scanner(System.in); ArrayList<Child> children = new ArrayList<Child>(); System.out.print("Num...
3,877
0.615424
0.604849
167
22.215569
16.921488
75
false
false
0
0
0
0
0
0
3.119761
false
false
14
18fad37417e2f8067724063c05619eee19c693ec
31,121,333,072,436
ab8f84944e2a6bb2b4725dfcf899fa4c4de79f03
/src/main/java/com/yxs/blog/common/util/JwtUtil.java
9d531e07047d52367f53442a1b62277d708bec4d
[]
no_license
yanxinshi1/blog
https://github.com/yanxinshi1/blog
54f47214bd7a5236514c1da4af49bd8fe80ac38e
ad4d5aca09930b84aca9f4e648d24779af26c365
refs/heads/master
2023-04-03T17:04:05.499000
2021-04-14T06:24:15
2021-04-14T06:24:15
268,448,111
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.yxs.blog.common.util; import com.auth0.jwt.algorithms.Algorithm; import com.yxs.blog.common.constant.Constants; import com.yxs.blog.myblog.auth.domain.vo.AuthUserVO; import com.auth0.jwt.JWT; import java.util.Date; /** * @description: * @author: Yxs * @time: 2021/4/10 15:34 */ public class JwtUtil { ...
UTF-8
Java
803
java
JwtUtil.java
Java
[ { "context": " java.util.Date;\n\n/**\n * @description:\n * @author: Yxs\n * @time: 2021/4/10 15:34\n */\npublic class JwtUti", "end": 266, "score": 0.9994546175003052, "start": 263, "tag": "USERNAME", "value": "Yxs" }, { "context": "/\npublic class JwtUtil {\n /**\n * create ...
null
[]
package com.yxs.blog.common.util; import com.auth0.jwt.algorithms.Algorithm; import com.yxs.blog.common.constant.Constants; import com.yxs.blog.myblog.auth.domain.vo.AuthUserVO; import com.auth0.jwt.JWT; import java.util.Date; /** * @description: * @author: Yxs * @time: 2021/4/10 15:34 */ public class JwtUtil { ...
803
0.684932
0.651308
28
27.678572
32.160374
169
false
false
0
0
0
0
0
0
0.285714
false
false
14
338c992ac93af84f148b5c0f71f2b1ce842d9937
7,052,336,368,298
735a418437d008f926ac80891a62db0cb0e3ccde
/src/main/java/ua/training/view/View.java
401ca204590baeb96bab8a096a3f8dfea44a852e
[]
no_license
LenkaHedz/MobileApp
https://github.com/LenkaHedz/MobileApp
50b51a1f330aacf13f3c66684acf213be5251893
f147a3046225238865c74cebdf0910ae5ab1ced7
refs/heads/master
2020-03-08T15:54:33.676000
2018-04-05T16:23:19
2018-04-05T16:23:19
128,224,533
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package ua.training.view; import ua.training.model.Tariff; import java.util.List; public class View { public void print(String message) { System.out.println(message); } public void printArray(List<Tariff> tariffs){ for (Tariff tr : tariffs) { print(tr.toString()); } ...
UTF-8
Java
329
java
View.java
Java
[]
null
[]
package ua.training.view; import ua.training.model.Tariff; import java.util.List; public class View { public void print(String message) { System.out.println(message); } public void printArray(List<Tariff> tariffs){ for (Tariff tr : tariffs) { print(tr.toString()); } ...
329
0.613982
0.613982
19
16.31579
16.38373
49
false
false
0
0
0
0
0
0
0.263158
false
false
14
5f4b0e867dac3a0ee889e87b0baaf2e75e8f6a25
24,678,882,135,631
d008022113b7cc29a2e46e3d9f0bee97474dc9d3
/shirodemo/src/main/java/com/example/shirodemo/config/shiro/JwtCredentialsMatch.java
23470724f6943ef7a2af0c7d28206571f0ac3621
[]
no_license
cocoMingyu/shirodemo
https://github.com/cocoMingyu/shirodemo
e5a9a403ac32fac1e4c5439f640ee6e5447ab200
253dcd7b02b60cd68d54c0443a3b30f38abce615
refs/heads/master
2022-10-27T08:58:34.269000
2019-08-07T03:13:24
2019-08-07T03:13:24
200,962,347
0
0
null
false
2022-10-12T20:30:06
2019-08-07T03:07:17
2019-08-07T03:14:01
2022-10-12T20:30:06
84
0
0
3
Java
false
false
package com.example.shirodemo.config.shiro; import com.example.shirodemo.utils.JwtUtil; import org.apache.shiro.authc.AuthenticationInfo; import org.apache.shiro.authc.AuthenticationToken; import org.apache.shiro.authc.credential.SimpleCredentialsMatcher; import org.springframework.stereotype.Component; /** * @ Auth...
UTF-8
Java
857
java
JwtCredentialsMatch.java
Java
[ { "context": "ngframework.stereotype.Component;\n\n/**\n * @ Author kn\n * @ Description 自定义shiro密码比较器,\n * @ Date 2019/8/", "end": 325, "score": 0.9988448619842529, "start": 323, "tag": "USERNAME", "value": "kn" } ]
null
[]
package com.example.shirodemo.config.shiro; import com.example.shirodemo.utils.JwtUtil; import org.apache.shiro.authc.AuthenticationInfo; import org.apache.shiro.authc.AuthenticationToken; import org.apache.shiro.authc.credential.SimpleCredentialsMatcher; import org.springframework.stereotype.Component; /** * @ Auth...
857
0.724672
0.712753
27
30.074074
25.490631
91
false
false
0
0
0
0
0
0
0.444444
false
false
14
e7446e244b11aad96760049e455bea6094ff20da
1,494,648,637,338
5fb528af97d5357c6f11cb0b44c87f6599cabc6c
/src/main/java/tips/容器/MyLinkedList.java
b853f418f945bfa7db5ee859852517fb3f49ab40
[]
no_license
RubyJing/myJavaStudy
https://github.com/RubyJing/myJavaStudy
5b3144dc2abf50c1c333644e78b2d2bdfc378f70
873e721a1a66b335e0ebdca67b3a35453eb470a7
refs/heads/master
2022-06-24T04:40:06.296000
2021-03-19T07:31:58
2021-03-19T07:31:58
185,758,657
0
0
null
false
2022-06-21T04:10:00
2019-05-09T08:30:33
2021-03-19T07:33:16
2022-06-21T04:09:59
816
0
0
2
Java
false
false
package tips.容器; import java.io.Serializable; import java.util.*; /** * 模仿LinkedList自己实现一个 * * @author RubyJing * @version 1.0 * @date 2020/8/11 11:25 */ public class MyLinkedList<E> extends AbstractSequentialList<E> implements List<E>, Deque<E>, Cloneable, Serializable { transient int size...
UTF-8
Java
10,710
java
MyLinkedList.java
Java
[ { "context": "a.util.*;\n\n/**\n * 模仿LinkedList自己实现一个\n *\n * @author RubyJing\n * @version 1.0\n * @date 2020/8/11 11:25\n */\npubl", "end": 116, "score": 0.9944121241569519, "start": 108, "tag": "NAME", "value": "RubyJing" } ]
null
[]
package tips.容器; import java.io.Serializable; import java.util.*; /** * 模仿LinkedList自己实现一个 * * @author RubyJing * @version 1.0 * @date 2020/8/11 11:25 */ public class MyLinkedList<E> extends AbstractSequentialList<E> implements List<E>, Deque<E>, Cloneable, Serializable { transient int size...
10,710
0.444205
0.44186
489
20.807772
15.817979
72
false
false
0
0
0
0
0
0
0.449898
false
false
14
f5c2025cabb70f62a377b6abb4b6de5880490dd5
13,675,175,917,266
925ace84da1041847257710a2fa1fdfc5595f454
/interview_code/java_src/279.完全平方数.java
dcf05027a233ad894a4539a9d1637300327e5959
[]
no_license
weilingao/coding_interview_ft
https://github.com/weilingao/coding_interview_ft
50c7cd9a7089465aab402b7016157ac1b85b2451
9c09d585091035b195a8082017c6feb604d6a4f6
refs/heads/master
2022-12-28T07:35:38.520000
2020-10-10T08:36:39
2020-10-10T08:36:39
276,524,724
4
0
null
null
null
null
null
null
null
null
null
null
null
null
null
class Solution { public int numSquares(int n) { ArrayList<Integer> square_list = generate_square_list(n); int[] dp = new int[n + 1]; Arrays.fill(dp, Integer.MAX_VALUE); dp[0] = 0; for (int i = 1; i <= n; i++) { for (int j: square_list) { if (i < j)...
UTF-8
Java
666
java
279.完全平方数.java
Java
[]
null
[]
class Solution { public int numSquares(int n) { ArrayList<Integer> square_list = generate_square_list(n); int[] dp = new int[n + 1]; Arrays.fill(dp, Integer.MAX_VALUE); dp[0] = 0; for (int i = 1; i <= n; i++) { for (int j: square_list) { if (i < j)...
666
0.454955
0.445946
22
29.318182
18.518753
65
false
false
0
0
0
0
0
0
0.727273
false
false
14
54f468ae2812046327b01e49b8002f80cff936c9
25,366,076,864,839
70dbf1f573328727f50443af5cdec3287617b802
/src/cn/czg/service/impl/DepartmentServiceImpl.java
30cfc31dcbb00e7cfdfba19d748753373f54a7ee
[]
no_license
chenzhenguo/subject_CRM_springMVC_Sping_Mybatis_shiro
https://github.com/chenzhenguo/subject_CRM_springMVC_Sping_Mybatis_shiro
33594fa9a1f350a36baa54076641a629316d7394
9bbb23400ef5c74967a12bc31f5175c370723a2d
refs/heads/master
2021-01-09T14:58:23.428000
2016-07-07T04:48:17
2016-07-07T04:48:17
62,775,855
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.czg.service.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import cn.czg.mapper.DepartmentMapper; import cn.czg.mapper.RoleMapper; import cn.czg.service.DepartmentService; import cn.czg.service.RoleService; import ...
UTF-8
Java
738
java
DepartmentServiceImpl.java
Java
[]
null
[]
package cn.czg.service.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import cn.czg.mapper.DepartmentMapper; import cn.czg.mapper.RoleMapper; import cn.czg.service.DepartmentService; import cn.czg.service.RoleService; import ...
738
0.798103
0.798103
35
20.085714
20.428791
64
false
false
0
0
0
0
0
0
0.885714
false
false
14
811b5dcfb610e834fc824687e75d144aec59957d
28,235,115,049,171
faac47d4c07d717890a43fe53011b973a3e29b15
/src/main/java/com/ipnet/blservice/TransactionLogService.java
42f328420ef843054fc92361ea6b2e24fb13e184
[]
no_license
tzb-team/ipnet
https://github.com/tzb-team/ipnet
2c1928b1c8d7398a97a4bb391d76e7d210b00037
b25f5e258d2179f9df8268259eb7b2408902d6f8
refs/heads/master
2023-04-06T12:44:43.052000
2019-05-31T15:33:14
2019-05-31T15:33:14
187,773,963
0
0
null
false
2023-03-23T20:38:39
2019-05-21T06:20:47
2019-05-31T15:33:30
2023-03-23T20:38:34
41,399
0
0
3
HTML
false
false
package com.ipnet.blservice; import com.ipnet.entity.Transaction; import com.ipnet.vo.TransactionVO; import java.util.List; public interface TransactionLogService { //新增一条交易记录,并返回交易哈希 String addTransactionLog(String buyer , String seller , String buyer_bank_account , String seller_bank_account , String pate...
UTF-8
Java
678
java
TransactionLogService.java
Java
[]
null
[]
package com.ipnet.blservice; import com.ipnet.entity.Transaction; import com.ipnet.vo.TransactionVO; import java.util.List; public interface TransactionLogService { //新增一条交易记录,并返回交易哈希 String addTransactionLog(String buyer , String seller , String buyer_bank_account , String seller_bank_account , String pate...
678
0.759582
0.759582
21
26.333334
35.708252
164
false
false
0
0
0
0
0
0
0.666667
false
false
14
b17ae6f9960cdab8947a4bfd19e24ad791340a29
30,047,591,251,244
8d21b2d06abbb5cf1c9e2347f303905df8e07815
/src/main/java/com/bishal/SpringAspect/aspectConfig/LoggingActivity.java
64eb4fa262454c6f0ec96045679facdf81a8b86b
[]
no_license
Bishalj/Spring-AOP-with-Spring-Boot
https://github.com/Bishalj/Spring-AOP-with-Spring-Boot
3bfdd7cdafc9ebade94602ff6192e9cb4e6f662e
903c79231beb525b573c4e4fbfb2e48e2340cb2f
refs/heads/master
2020-04-24T17:00:40.841000
2019-04-19T12:08:38
2019-04-19T12:08:38
172,130,511
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.bishal.SpringAspect.aspectConfig; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface LoggingActivity { public...
UTF-8
Java
356
java
LoggingActivity.java
Java
[]
null
[]
package com.bishal.SpringAspect.aspectConfig; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface LoggingActivity { public...
356
0.820225
0.820225
12
28.75
17.117851
45
false
false
0
0
0
0
0
0
0.5
false
false
14
018f259f388afa2b1a905b13294f2d4ed7abb447
25,391,846,701,580
2ff9c6d5911d1e89b84323fe64595a4a5c4e63c6
/.svn/pristine/97/97a440422130651f26e61a83d14ee4d40336ee88.svn-base
24bbd81fcdc67f41c9de6059809458adb01839bd
[ "Apache-2.0" ]
permissive
Yanwei-Tim/sichuangrid
https://github.com/Yanwei-Tim/sichuangrid
5d8fe484752d9688d32462073b0d42535c9a9633
d8fd1fa5ddef8c619480e6f529d30916ebc95dc4
refs/heads/master
2021-01-22T03:33:13.904000
2017-05-25T09:11:58
2017-05-25T09:11:58
92,385,425
0
0
null
true
2017-05-25T09:05:51
2017-05-25T09:05:51
2016-06-11T08:59:02
2016-03-01T06:49:04
424,134
0
0
0
null
null
null
package com.tianque.plugin.analysisNew.controller; import java.util.ArrayList; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Controller; import org.springframework.transaction.annotation....
UTF-8
Java
2,568
97a440422130651f26e61a83d14ee4d40336ee88.svn-base
Java
[]
null
[]
package com.tianque.plugin.analysisNew.controller; import java.util.ArrayList; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Controller; import org.springframework.transaction.annotation....
2,568
0.794699
0.787184
95
25.610527
26.710257
101
false
false
0
0
0
0
0
0
1.2
false
false
14
274a458342ff190763ad8769b8c4a6447acb41e0
17,068,200,036,390
8569d4c0919a9d891e747dd709ec8c0391636d97
/swfc/intra.swfc.kma.go.kr_v2.0/src/com/gaia3d/web/dto/wmo/CI_Telephone.java
049855448dd88440128f18863cf2b89d717e83e8
[]
no_license
sangholee1990/TalentPlatform-JavaWebDev
https://github.com/sangholee1990/TalentPlatform-JavaWebDev
006749fad3c14b2de3d35e15cc4fb8a4f5eba03b
9d5e246e4b131919fb1c1c78c9f57174bdf1ff96
refs/heads/main
2023-01-19T07:01:38.790000
2020-11-19T10:53:33
2020-11-19T10:53:33
303,875,188
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.gaia3d.web.dto.wmo; public class CI_Telephone { private Integer telephoneseqn; //Telephone일련번호 private Integer contactseqn ; //Contact일련번호 private String voice ; //전화번호 public Integer getTelephoneseqn() { return telephoneseqn; } public void setTelephon...
UTF-8
Java
677
java
CI_Telephone.java
Java
[]
null
[]
package com.gaia3d.web.dto.wmo; public class CI_Telephone { private Integer telephoneseqn; //Telephone일련번호 private Integer contactseqn ; //Contact일련번호 private String voice ; //전화번호 public Integer getTelephoneseqn() { return telephoneseqn; } public void setTelephon...
677
0.696784
0.695253
28
22.321428
19.78104
59
false
false
0
0
0
0
0
0
1.357143
false
false
14
0bd908410c37eb3315fb4c014cf4c946d34b4ccf
18,803,366,827,884
3888de3d88d41fcd988c0acd8032aa4f07006579
/src/main/java/com/zjmy/util/FreeMarkerUtil.java
b7adf2da1776da56bed74d9b93f8078f34146c20
[]
no_license
DonkeyMr/pdf
https://github.com/DonkeyMr/pdf
71f1c24c32322ba9405cbc9035af00ef7b801632
534495c4e6fa7c98f309517e155b04c4e4e0a81b
refs/heads/master
2021-09-02T14:49:47.494000
2018-01-03T08:57:29
2018-01-03T08:57:29
115,989,247
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.zjmy.util; import com.itextpdf.text.Document; import com.itextpdf.text.DocumentException; import com.itextpdf.text.pdf.BaseFont; import com.itextpdf.text.pdf.PdfWriter; import com.itextpdf.tool.xml.XMLWorkerFontProvider; import com.itextpdf.tool.xml.XMLWorkerHelper; import com.zjmy.consts.FileConsts; impor...
UTF-8
Java
4,601
java
FreeMarkerUtil.java
Java
[]
null
[]
package com.zjmy.util; import com.itextpdf.text.Document; import com.itextpdf.text.DocumentException; import com.itextpdf.text.pdf.BaseFont; import com.itextpdf.text.pdf.PdfWriter; import com.itextpdf.tool.xml.XMLWorkerFontProvider; import com.itextpdf.tool.xml.XMLWorkerHelper; import com.zjmy.consts.FileConsts; impor...
4,601
0.649008
0.648075
118
35.31356
26.420555
115
false
false
0
0
0
0
0
0
0.635593
false
false
14
30b79bc187bb0ef25e00801d97b074b4fa63924f
33,002,528,717,480
6ec615f397eb46f27c349fb16b192a1cbb1b6f00
/Test/src/TestRankedAlphabet.java
6771a8fc842911b0c3fe8adead023ceff3c1879e
[]
no_license
Tony-Cheng/CGSynt
https://github.com/Tony-Cheng/CGSynt
659f2d51b396ba46f226a8c9bfb208b2a37e2f49
66a8c805eefdfd4298b9828e38e5d507bd74d0a9
refs/heads/master
2020-05-21T01:07:10.661000
2019-09-03T20:21:32
2019-09-03T20:21:32
185,846,224
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import de.uni_freiburg.informatik.ultimate.automata.tree.IRankedLetter; public class TestRankedAlphabet implements IRankedLetter { private final char letter; @Override public String toString() { return "" + letter; } public TestRankedAlphabet(char letter) { super(); this.letter = letter; } @Override p...
UTF-8
Java
825
java
TestRankedAlphabet.java
Java
[]
null
[]
import de.uni_freiburg.informatik.ultimate.automata.tree.IRankedLetter; public class TestRankedAlphabet implements IRankedLetter { private final char letter; @Override public String toString() { return "" + letter; } public TestRankedAlphabet(char letter) { super(); this.letter = letter; } @Override p...
825
0.684848
0.68
44
17.75
16.588776
71
false
false
0
0
0
0
0
0
1.659091
false
false
14
09ef855d001b4bcc3ffb07c16b431280ecbdeccb
4,569,845,238,620
a4136db3e18134069d47ac30da522bdb1f5e7e22
/chap04/src/exam/condition/Grade.java
bc7a323dd4e2d2925276b1d12384434d5254c4b3
[]
no_license
PingPingE/JAVA
https://github.com/PingPingE/JAVA
027afd3a2dfb08a61e8d318b53b58f597d691c30
ea29766ee2568c3946aa9425aca0096fb8df170f
refs/heads/master
2022-10-04T16:42:37.345000
2020-06-09T06:41:57
2020-06-09T06:41:57
266,955,732
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package exam.condition; import java.util.*; public class Grade { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("성적 입력"); int score = sc.nextInt(); //삼항연산자 String grade = score/10 == 10? "A+": (score/10 == 9? "A":(score/10 == 8? "B": (score/10 == 7? "C": (...
UTF-8
Java
688
java
Grade.java
Java
[]
null
[]
package exam.condition; import java.util.*; public class Grade { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("성적 입력"); int score = sc.nextInt(); //삼항연산자 String grade = score/10 == 10? "A+": (score/10 == 9? "A":(score/10 == 8? "B": (score/10 == 7? "C": (...
688
0.547761
0.51194
38
16.631578
20.901299
129
false
false
0
0
0
0
0
0
2.552632
false
false
14
2ce2a6067cf110a583c0a7ca0e258f888acd90e6
33,595,234,241,940
155997f88c4102d9b901fdc72d0c222b7c384102
/ACM/Else/MethodTest3.java
d16fe5e1178956fe01bfca2551fe9b3969f01433
[]
no_license
kimkj2013/experiments
https://github.com/kimkj2013/experiments
3ce7824f3fae0d993e46a2b4017ea98653518aff
34a17a0d0e4dce9abe64929378a1bf26e7aaf6a2
refs/heads/master
2016-09-07T18:41:04.803000
2016-02-20T03:39:36
2016-02-20T03:39:36
33,887,338
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package oop0624; public class MethodTest3 { public static void test(int a,int b){ System.out.println(a); System.out.println(b); } public static void test2(int[] su){ for(int idx=0; idx<su.length; idx++){ System.out.println(su[idx]); } } public static void test3(int a,int b){ System.out.p...
UHC
Java
780
java
MethodTest3.java
Java
[]
null
[]
package oop0624; public class MethodTest3 { public static void test(int a,int b){ System.out.println(a); System.out.println(b); } public static void test2(int[] su){ for(int idx=0; idx<su.length; idx++){ System.out.println(su[idx]); } } public static void test3(int a,int b){ System.out.p...
780
0.554545
0.498701
41
16.780487
15.163358
41
false
false
0
0
0
0
0
0
2.170732
false
false
14
b77af206a01cb734897a4957de7746e3085b5d04
4,277,787,482,045
967cad48e518c467783b6cf7fa54962a3bc707d3
/src/sv/ues/fia/moviles/controlador/asignapreg/AsignapregInsertarActivity.java
6be8516b5bc38557154d13dccaee7ad4d544256b
[ "MIT" ]
permissive
zerohours/tareamoviles
https://github.com/zerohours/tareamoviles
728a09b79436891da314e0e03c33e7091f803e04
245dc2b4b32e88e97997923aab366779613c12c0
refs/heads/master
2021-01-21T12:06:20.262000
2014-05-23T21:26:07
2014-05-23T21:26:07
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package sv.ues.fia.moviles.controlador.asignapreg; import sv.ues.fia.moviles.R; import sv.ues.fia.moviles.db.ControlBDTarea; import sv.ues.fia.moviles.modelo.AsignaPregunta; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.View; import android.widget.EditText; import...
UTF-8
Java
2,379
java
AsignapregInsertarActivity.java
Java
[]
null
[]
package sv.ues.fia.moviles.controlador.asignapreg; import sv.ues.fia.moviles.R; import sv.ues.fia.moviles.db.ControlBDTarea; import sv.ues.fia.moviles.modelo.AsignaPregunta; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.View; import android.widget.EditText; import...
2,379
0.769651
0.769651
77
29.896105
23.109331
74
false
false
0
0
0
0
0
0
1.935065
false
false
14
be90d7d75fd796f8283a9efa2710ad3ef5687bd8
25,400,436,639,276
6d168468d88b4a784853d3af2f759cfee075dffe
/src/PreferenceConfiguration.java
9512e47b242e68eb0cecd354906025854d0e15cc
[]
no_license
segaflint/MovieGenerator
https://github.com/segaflint/MovieGenerator
402b59f9b07a1652f9ff6df2f050a1376cb0bfca
968b129c3b9955a3f2e48b414d53e85cb839922e
refs/heads/master
2020-09-02T09:44:41.073000
2019-12-05T22:17:21
2019-12-05T22:17:21
219,193,285
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import Constants.DataTables.HasTable; import Constants.DataTables.PreferenceConfigurationTable; import Constants.Genres; import Constants.Ratings; import java.awt.*; import java.sql.ResultSet; import java.sql.SQLException; public class PreferenceConfiguration extends Component { private int configurationId; ...
UTF-8
Java
5,305
java
PreferenceConfiguration.java
Java
[]
null
[]
import Constants.DataTables.HasTable; import Constants.DataTables.PreferenceConfigurationTable; import Constants.Genres; import Constants.Ratings; import java.awt.*; import java.sql.ResultSet; import java.sql.SQLException; public class PreferenceConfiguration extends Component { private int configurationId; ...
5,305
0.663902
0.659189
135
38.296295
38.885792
147
false
false
0
0
0
0
0
0
0.688889
false
false
14
f3e1b505e2fd477f9be8ff02d4cea41220669286
4,037,269,319,249
a0528ec7595554a00fc7dfde9db776ff390ff90d
/src/com/autoStock/indicator/results/ResultsAR.java
4b182b0b4729ae5ae79bec13ae116fe5fc398faa
[ "MIT" ]
permissive
ajmal017/Fintech_AutoStock
https://github.com/ajmal017/Fintech_AutoStock
0e2505ae11e748d0df00f5ba1586af9fa6cddb4f
59dba40d1cbc056739af33145b4b24682374e23a
refs/heads/master
2021-06-01T09:36:21.182000
2016-06-23T09:43:03
2016-06-23T09:43:03
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * */ package com.autoStock.indicator.results; /** * @author Kevin Kowalewski * */ public class ResultsAR extends ResultsBase { public double[] arrayOfARUp; public double[] arrayOfARDown; public ResultsAR(int length){ super(length); this.arrayOfARUp = new double[length]; this.arrayOfARDown = new d...
UTF-8
Java
340
java
ResultsAR.java
Java
[ { "context": " com.autoStock.indicator.results;\n\n\n/**\n * @author Kevin Kowalewski\n *\n */\npublic class ResultsAR extends ResultsBase", "end": 86, "score": 0.9996676445007324, "start": 70, "tag": "NAME", "value": "Kevin Kowalewski" } ]
null
[]
/** * */ package com.autoStock.indicator.results; /** * @author <NAME> * */ public class ResultsAR extends ResultsBase { public double[] arrayOfARUp; public double[] arrayOfARDown; public ResultsAR(int length){ super(length); this.arrayOfARUp = new double[length]; this.arrayOfARDown = new double[leng...
330
0.702941
0.702941
20
16
16.616257
44
false
false
0
0
0
0
0
0
0.85
false
false
14
84e5b2c3a65c25a59afca2174ad4ec26aceec522
21,371,757,286,197
31d529ed9a9fd98a76d2a177eda006795db03eaf
/GSLabochem/src/main/java/gr/gs/labochem/app/panels/interfaces/FixerWebServiceWorkerReply.java
936093b04d729a7d1df269c963dfc07e0844cd2f
[]
no_license
souliotisg/GSTools
https://github.com/souliotisg/GSTools
009aeff9431cda17434dcce061f2d48eab2983fc
cee3fbfe3c0252d227e6c12ed8b90343713cf6a9
refs/heads/master
2019-04-03T18:17:34.059000
2019-04-02T17:20:32
2019-04-02T17:20:32
48,804,401
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package gr.gs.labochem.app.panels.interfaces; import gr.gs.labochem.app.workers.FixerWebServiceWorker.FixerMethod; public interface FixerWebServiceWorkerReply { public void fixerAccessReply( boolean erroneous, boolean intermediate, Object reply, FixerMethod method, Object criteria ); }
UTF-8
Java
301
java
FixerWebServiceWorkerReply.java
Java
[]
null
[]
package gr.gs.labochem.app.panels.interfaces; import gr.gs.labochem.app.workers.FixerWebServiceWorker.FixerMethod; public interface FixerWebServiceWorkerReply { public void fixerAccessReply( boolean erroneous, boolean intermediate, Object reply, FixerMethod method, Object criteria ); }
301
0.803987
0.803987
9
31.444445
41.031456
124
false
false
0
0
0
0
0
0
0.888889
false
false
14
b4ec210d8004cb60bae2cedee98d59e938966275
18,562,848,675,610
fe24e2b76234006235b9284a93043cdd2d7caea8
/utils/src/main/java/com/mada/utils/thread/ThreadUtil.java
7c344821cbbe09fc12fa7ff0257ba846987bf0ac
[]
no_license
madayiban/common
https://github.com/madayiban/common
df069a5369d5d9ff9801a7b8c02937392312ebb5
31df545d1ac88bf17e2fc93cf6ec3e8d28c21d00
refs/heads/master
2021-01-20T03:53:12.356000
2020-10-13T10:57:35
2020-10-13T10:57:35
89,594,771
0
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mada.utils.thread; import lombok.extern.log4j.Log4j2; /** * Created by madali on 2017/5/2. */ @Log4j2 public class ThreadUtil { /** * 挂起线程 * * @param thread */ public static void suspend(Thread thread) { log.info("Suspend thread (id: {}; name: {}).", thread.getId(), ...
UTF-8
Java
882
java
ThreadUtil.java
Java
[ { "context": "ort lombok.extern.log4j.Log4j2;\n\n/**\n * Created by madali on 2017/5/2.\n */\n@Log4j2\npublic class ThreadUtil ", "end": 92, "score": 0.999600887298584, "start": 86, "tag": "USERNAME", "value": "madali" } ]
null
[]
package com.mada.utils.thread; import lombok.extern.log4j.Log4j2; /** * Created by madali on 2017/5/2. */ @Log4j2 public class ThreadUtil { /** * 挂起线程 * * @param thread */ public static void suspend(Thread thread) { log.info("Suspend thread (id: {}; name: {}).", thread.getId(), ...
882
0.505774
0.493072
39
21.205128
21.782349
89
false
false
0
0
0
0
0
0
0.384615
false
false
14
7876b44a3e05a1bec6354a1ff131de332d631b39
22,445,499,114,762
bb3856bd70e6849970f84a7e929d59548c4efc93
/src/simple/CheckCon.java
14ed1bf63241195a1936134046e7029894e06d08
[]
no_license
chikhalenakush/JavaFxProject
https://github.com/chikhalenakush/JavaFxProject
aaebc52c329dcd725ea8a91a48f3a1c6335b10e6
ad47e9b86a27675b0cf1f7a657c3a02a3c5c7d9b
refs/heads/master
2021-01-21T19:27:59.227000
2017-05-31T14:12:04
2017-05-31T14:12:04
92,139,782
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package simple; import java.io.IOException; import java.util.Map; import java.util.logging.Logger; import org.jsoup.Connection; import org.jsoup.Connection.Response; import org.jsoup.Jsoup; public class CheckCon { public Boolean Connection(String Username, String passwordsecure, String userAgent, Map<String, Stri...
UTF-8
Java
1,322
java
CheckCon.java
Java
[ { "context": "ient/j_security_check\")\n\t\t\t\t\t\t\t.data(\"j_username\", Username).data(\"j_password\", passwordsecure).method(Connec", "end": 993, "score": 0.9755065441131592, "start": 985, "tag": "USERNAME", "value": "Username" }, { "context": "\t\t.data(\"j_username\", Username...
null
[]
package simple; import java.io.IOException; import java.util.Map; import java.util.logging.Logger; import org.jsoup.Connection; import org.jsoup.Connection.Response; import org.jsoup.Jsoup; public class CheckCon { public Boolean Connection(String Username, String passwordsecure, String userAgent, Map<String, Stri...
1,318
0.7118
0.707262
43
29.744186
38.455708
154
false
false
0
0
0
0
0
0
2.837209
false
false
14
8e5b2c7d685cec96389173ddda32a0767d314a69
16,870,631,564,710
0c2907dffbf839994e57fbf061430a7ecedb0173
/src/org/ohmage/query/IUserQueries.java
4848f235730a409e76adef72caf606381463bf92
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ohmage/server
https://github.com/ohmage/server
00b2c47c5d72e3346ee3edde6451ec760a7f6713
3d2c46cfbf6c669281907cad1cfad50671d34300
refs/heads/master
2023-04-06T14:06:18.504000
2023-03-22T04:32:55
2023-03-22T04:32:55
712,006
13
31
null
false
2022-06-01T18:50:15
2010-06-09T17:25:26
2022-02-01T14:57:45
2021-12-22T15:56:29
101,903
37
26
8
Java
false
false
/******************************************************************************* * Copyright 2012 The Regents of the University of California * * 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 Licens...
UTF-8
Java
22,914
java
IUserQueries.java
Java
[ { "context": " @param hashedPassword The hashed password for the new user.\n\t * \n\t * @param emailAddress The user's email ad", "end": 1324, "score": 0.7782081365585327, "start": 1316, "tag": "PASSWORD", "value": "new user" }, { "context": "gistration table.\n\t * \n\t * @param use...
null
[]
/******************************************************************************* * Copyright 2012 The Regents of the University of California * * 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 Licens...
22,916
0.699136
0.698787
713
31.138849
26.182531
82
false
false
0
0
0
0
0
0
1.516129
false
false
14
a0220593075bcd202f3c931b23ea46e754ebed31
21,371,757,291,497
b93c80b40e79b9dd3885660cfd7362637491c5b6
/src/cellsociety/model/Cells/SpreadingFire/SpreadingFireCell.java
feff7c3cbdda245e10040ca71e1c4797a56c2ffe
[ "MIT" ]
permissive
qiujason/Cell-Automaton-Simulations
https://github.com/qiujason/Cell-Automaton-Simulations
c2f8950ac0076364db1f3820460361ba5264f2b0
e1535e6f865535b0ea6be4595680a7a2f24d1d12
refs/heads/main
2023-01-21T10:48:45.266000
2020-10-23T07:50:15
2020-10-23T07:50:15
320,081,668
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cellsociety.model.Cells.SpreadingFire; import cellsociety.model.Cells.Cell; import java.util.Map; import java.util.Random; /** * Cell class representing the Wa-tor predator and prey simulation * * @author Jason Qiu */ public class SpreadingFireCell extends Cell { private static final Random random = ne...
UTF-8
Java
1,447
java
SpreadingFireCell.java
Java
[ { "context": " Wa-tor predator and prey simulation\n *\n * @author Jason Qiu\n */\npublic class SpreadingFireCell extends Cell {", "end": 227, "score": 0.9998437166213989, "start": 218, "tag": "NAME", "value": "Jason Qiu" } ]
null
[]
package cellsociety.model.Cells.SpreadingFire; import cellsociety.model.Cells.Cell; import java.util.Map; import java.util.Random; /** * Cell class representing the Wa-tor predator and prey simulation * * @author <NAME> */ public class SpreadingFireCell extends Cell { private static final Random random = new R...
1,444
0.692467
0.691776
55
25.309092
25.534912
86
false
false
0
0
0
0
0
0
0.236364
false
false
14
8b209932c441f02a8feb3383ad84c2a10ae60e97
6,468,220,783,672
74831e945cde73b7bb6ab05c996c4e459a5a9908
/app/models/DispositionManufacture.java
5970fa3aecadd609a13f399ffc801468b30ebefe
[]
no_license
barthnet/ibsys2
https://github.com/barthnet/ibsys2
713cf515250e1477f4ebc618a9111c7e712ab09c
ed4cb0b31dbcb80e6bf6ee9698167ddc21ad7d95
refs/heads/master
2021-01-22T01:04:31.905000
2013-07-11T18:47:51
2013-07-11T18:47:51
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package models; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import javassist.NotFoundException; import javax.persistence.Entity; import org.hibernate.dialect.FirebirdDialect; import play.db.jpa.Model; @Entity public class DispositionManufacture extends Model { public String item;...
UTF-8
Java
2,637
java
DispositionManufacture.java
Java
[]
null
[]
package models; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import javassist.NotFoundException; import javax.persistence.Entity; import org.hibernate.dialect.FirebirdDialect; import play.db.jpa.Model; @Entity public class DispositionManufacture extends Model { public String item;...
2,637
0.73796
0.737581
88
28.96591
30.894413
152
false
false
0
0
0
0
0
0
1.988636
false
false
14
aa4665a08f1c2ee28af5ba2d793322ee1dafaa1f
3,032,246,937,800
acf017138ed4d4d99c4799681b6e54e25e4d6c8f
/motion/gedda/object_node.java
2920e09bb21cf1045fde5389b357ead4e13400db
[]
no_license
coderextreme/abstractionmapper
https://github.com/coderextreme/abstractionmapper
d04c1f4b89e62c7d37042b178e99ff68970ba347
68044d593dd50902398254012a6c02fc5ebc36bb
refs/heads/master
2021-12-14T17:36:12.669000
2021-12-10T11:55:04
2021-12-10T11:55:04
99,415,890
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.awt.Color; import java.awt.Container; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Point; import java.awt.Rectangle; import java.util.Hashtable; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import javax.swing.ImageIcon; i...
UTF-8
Java
6,708
java
object_node.java
Java
[]
null
[]
import java.awt.Color; import java.awt.Container; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Point; import java.awt.Rectangle; import java.util.Hashtable; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import javax.swing.ImageIcon; i...
6,708
0.61777
0.609869
266
23.218044
17.265001
88
false
false
0
0
0
0
0
0
2.684211
false
false
14
05842f129eafc866127e64f818f997c0d2b7f390
1,039,382,119,005
9c058b8ed88dfe2d33ebb4794bc87a4308f0aa94
/app/src/main/java/th/in/nattawut/plancrop/utility/PlantPicAdpter2.java
899fe324fcf5e55ba78122a9e13475aec9ad5d96
[]
no_license
bignattawut/PlanCropZ
https://github.com/bignattawut/PlanCropZ
e3e24aa825deb46ff31ab07c31568828191aec7d
60db7e78cafe85c1398774a639265c662dc92671
refs/heads/master
2020-07-30T11:16:46.206000
2019-09-22T20:30:39
2019-09-22T20:30:39
210,210,330
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package th.in.nattawut.plancrop.utility; import android.content.Context; import android.support.annotation.LayoutRes; import android.support.annotation.NonNull; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.ImageVi...
UTF-8
Java
1,797
java
PlantPicAdpter2.java
Java
[]
null
[]
package th.in.nattawut.plancrop.utility; import android.content.Context; import android.support.annotation.LayoutRes; import android.support.annotation.NonNull; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.ImageVi...
1,797
0.728436
0.723984
50
34.900002
32.536903
127
false
false
0
0
0
0
0
0
0.74
false
false
14
4c28944d70c849de664d9c8b97856dbf0c416708
11,639,361,396,933
031387f5a8475f32eb31fa79a1832dcd16f2d264
/CaseVideException.java
c63c889bfaf29e8d4306d7398567fe6d345f4a1c
[]
no_license
msalin/Projet
https://github.com/msalin/Projet
4205ae4f2b4029743861b8dea766f57c1ad5360d
8b0952c8e9b2df1370058ee95acd3f905f32dcda
refs/heads/master
2021-01-12T07:24:28.411000
2016-12-20T22:21:10
2016-12-20T22:21:10
76,951,119
0
0
null
false
2016-12-27T14:04:05
2016-12-20T11:31:51
2016-12-20T11:32:38
2016-12-27T14:04:05
282
0
0
1
Java
null
null
public class CaseVideException extends Exception{ public final Case c; public CaseVideException(Case c){ this.c = c; } public String toString(){ return "La case "+c.toString()+" est vide !"; } }
UTF-8
Java
219
java
CaseVideException.java
Java
[]
null
[]
public class CaseVideException extends Exception{ public final Case c; public CaseVideException(Case c){ this.c = c; } public String toString(){ return "La case "+c.toString()+" est vide !"; } }
219
0.648402
0.648402
11
18.90909
17.987139
49
false
false
0
0
0
0
0
0
0.272727
false
false
14
cbd83cbe5436b558c485d7f2d619c6b27b5b0070
18,932,215,872,863
2624eb81a86a8370e3b147eb24aee997b681277e
/src/javaClass/StringComparison.java
684dde266126c83860860ef22f399f9abbab5efb
[]
no_license
Mehmetes012/Java
https://github.com/Mehmetes012/Java
a627e35c68aec99c2f2efbf71068b39421cd9e3b
48867bd38c38182d53fdca2acca449b6ebd04e3d
refs/heads/master
2022-12-28T22:54:14.300000
2020-10-17T04:15:04
2020-10-17T04:15:04
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package javaClass; public class StringComparison { }
UTF-8
Java
54
java
StringComparison.java
Java
[]
null
[]
package javaClass; public class StringComparison { }
54
0.796296
0.796296
4
12.5
12.85496
31
false
false
0
0
0
0
0
0
0.25
false
false
14
7fe7b5f62873832262f2327d797078f1630e3a80
12,610,024,006,580
5bdf4cb512f8166f3682bd389c06466df99803c4
/app/src/main/java/uk/co/furiouslogic/cameratest/MainActivity.java
dba898828bed2f8abbeedb606f1327fa43ba78e9
[]
no_license
FuriousLogic/CameraTest
https://github.com/FuriousLogic/CameraTest
8698bc5823ff0d073d669b350cf6b4f45bcfd244
e4f9192124089180a9f27753fdd4f0220bce8f69
refs/heads/master
2020-02-22T07:31:37.116000
2015-05-06T20:29:13
2015-05-06T20:29:13
35,181,264
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package uk.co.furiouslogic.cameratest; import android.app.AlertDialog; import android.content.Intent; import android.content.pm.PackageManager; import android.hardware.Camera; import android.media.MediaScannerConnection; import android.media.session.MediaController; import android.net.Uri; import android.os.Environmen...
UTF-8
Java
7,535
java
MainActivity.java
Java
[]
null
[]
package uk.co.furiouslogic.cameratest; import android.app.AlertDialog; import android.content.Intent; import android.content.pm.PackageManager; import android.hardware.Camera; import android.media.MediaScannerConnection; import android.media.session.MediaController; import android.net.Uri; import android.os.Environmen...
7,535
0.632382
0.631984
235
31.063829
24.882877
103
false
false
0
0
0
0
0
0
0.617021
false
false
14
b359ac766a7bbe6f7534d30a2097e77a4a91dc72
32,091,995,667,139
955226114f0fa8117ba2174993d83dc35beb7af0
/LogodDz/src/Dz14/Pet.java
ae769ac11368ddc780dff16844fd84f5e6674ff0
[]
no_license
Stark256/Logos-Dz
https://github.com/Stark256/Logos-Dz
ee5746dc5437c1bb23ae23c7c5c41dc5e50382b8
b9f157812f68822a2caf9824ca1b268dad4fb361
refs/heads/master
2019-01-25T03:07:38.077000
2017-07-20T14:17:26
2017-07-20T14:17:26
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Dz14; public class Pet { private String name; private Por por; public Pet(String name, Por por) { super(); this.name = name; this.por = por; } public String getName() { return name; } public void setName(String name) { this.name = name; } public Por getPor() { ...
UTF-8
Java
509
java
Pet.java
Java
[]
null
[]
package Dz14; public class Pet { private String name; private Por por; public Pet(String name, Por por) { super(); this.name = name; this.por = por; } public String getName() { return name; } public void setName(String name) { this.name = name; } public Por getPor() { ...
509
0.554027
0.550098
38
11.394737
12.807357
53
false
false
0
0
0
0
0
0
1.263158
false
false
14
fc0125856e20f34ba08b2a4b591c40311de4fa8b
26,405,458,968,467
5586d31316f4c0bb15d792737ed3d8010b674610
/Trace/MultiTraceViewer.java
34c9699905d58f7d3fad367ec228dce7838d03dd
[]
no_license
NCIP/cgr-bambino
https://github.com/NCIP/cgr-bambino
5fc48faaffb990e35e53d42191dbe084c46e62e0
22293c0767f6da911b3a6afd2d964a1eb9ad1f6d
refs/heads/master
2021-01-19T08:55:44.077000
2015-11-08T03:18:06
2015-11-08T03:18:06
12,089,034
3
1
null
false
2013-08-13T19:45:05
2013-08-13T18:19:30
2013-08-13T19:45:04
2013-08-13T19:45:04
668
null
1
0
Java
null
null
package Trace; // view multiple traces in a single window import java.awt.*; import java.awt.event.*; import javax.swing.BoxLayout; import java.util.Vector; import java.util.Iterator; import Funk.MultiScrollPanel; public class MultiTraceViewer extends Funk.CloseFrame { public MultiTraceViewer(Vec...
UTF-8
Java
1,444
java
MultiTraceViewer.java
Java
[]
null
[]
package Trace; // view multiple traces in a single window import java.awt.*; import java.awt.event.*; import javax.swing.BoxLayout; import java.util.Vector; import java.util.Iterator; import Funk.MultiScrollPanel; public class MultiTraceViewer extends Funk.CloseFrame { public MultiTraceViewer(Vec...
1,444
0.652355
0.641967
54
24.703703
22.753616
82
false
false
0
0
0
0
0
0
0.592593
false
false
14
547d50c104618cf0a66e1258f69cc141ae1f8c24
30,906,584,663,548
373f311c4e34bb5155f868c592f18d07ff4815e3
/app/src/main/java/com/cubenama/cubingcompanion/competitionui/CompetitionScheduleFragment.java
49a627f4b7aaedafdb8df560b7fb6c504f63f225
[ "MIT" ]
permissive
BhaktijPatil/cubing_companion_android
https://github.com/BhaktijPatil/cubing_companion_android
efa51c1d5093626fa76cfc029c4360df4b371157
55691032579c8944d04744d97ed3638e59391b14
refs/heads/master
2022-11-25T12:49:25.975000
2020-08-02T15:12:08
2020-08-02T15:12:08
267,470,813
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cubenama.cubingcompanion.competitionui; import android.content.Intent; import android.os.Bundle; import androidx.fragment.app.Fragment; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import android.util.Log; import android.view.LayoutInflater; i...
UTF-8
Java
5,186
java
CompetitionScheduleFragment.java
Java
[]
null
[]
package com.cubenama.cubingcompanion.competitionui; import android.content.Intent; import android.os.Bundle; import androidx.fragment.app.Fragment; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import android.util.Log; import android.view.LayoutInflater; i...
5,186
0.716545
0.71558
105
48.390476
61.154526
424
false
false
0
0
0
0
0
0
0.657143
false
false
14
111f4da008ac932be6abaa06a33b639fd0fad5fc
4,483,945,885,759
a8f56d415468569f414e13adcdbaf73a0f8e5045
/src/com/thegoodhen/pipeTest/MotionWithKeyListener.java
73b08d73b1964f25732fef96fc268dfed208fd35
[]
no_license
thegoodhen/rltool_java
https://github.com/thegoodhen/rltool_java
1ffd9b518ad533f43b39c698bce898a6c1665f44
fcc626319694a3e68ad05b3c6e0789f491c71392
refs/heads/master
2020-05-26T03:53:03.998000
2017-03-14T19:44:44
2017-03-14T19:44:44
84,989,923
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.thegoodhen.pipeTest; import java.awt.*; import java.awt.event.*; import javax.swing.*; public class MotionWithKeyListener extends KeyAdapter { private Component component; private int deltaX; private int deltaY; public MotionWithKeyListener(Component component, int deltaX, int deltaY) { ...
UTF-8
Java
3,268
java
MotionWithKeyListener.java
Java
[]
null
[]
package com.thegoodhen.pipeTest; import java.awt.*; import java.awt.event.*; import javax.swing.*; public class MotionWithKeyListener extends KeyAdapter { private Component component; private int deltaX; private int deltaY; public MotionWithKeyListener(Component component, int deltaX, int deltaY) { ...
3,268
0.666157
0.658813
135
22.207407
21.100849
74
false
false
0
0
0
0
0
0
2.274074
false
false
14
5b24cbbea810f38673cd6fb5174825b4e5359b24
28,991,029,293,626
a3621e42b21795220420e8242c8081e3de1f02ba
/ukr-net-java/src/test/java/net/ukr/automation/selenium/session09/EventsListenerTest.java
c30e998798f1fb52994418c299e8cbe2b42ca706
[ "Apache-2.0" ]
permissive
hanna-tarasova/ukr-net-automation
https://github.com/hanna-tarasova/ukr-net-automation
5a33e0b37acd93ecc3eec0228e810a3a712b9369
3154b94cee4e07d861b0ba14cc8f6a09befd0eda
refs/heads/master
2020-09-10T17:40:05.099000
2019-11-12T20:12:15
2019-11-12T20:12:15
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.ukr.automation.selenium.session09; import net.ukr.automation.selenium.session09.listeners.Listener; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa...
UTF-8
Java
2,298
java
EventsListenerTest.java
Java
[]
null
[]
package net.ukr.automation.selenium.session09; import net.ukr.automation.selenium.session09.listeners.Listener; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa...
2,298
0.632724
0.627937
75
29.639999
23.436518
85
false
false
0
0
0
0
0
0
0.573333
false
false
14
3d63f65fc6c554dc64857a93510f7ad76fbac9b5
19,954,418,100,204
dc866d8a620252f82eea312a9eef261ca0e923bd
/src/structure/classroom/FinalClassList.java
9a62298a126389e08454c8252e9d223737c6fd92
[]
no_license
rahul1031pathak/Elearning
https://github.com/rahul1031pathak/Elearning
f259d6af397922f8a11d1042af744e3a8c93fbed
07a428a5cabfdb1856e1ac58f5c6ec374c3f7eb0
refs/heads/master
2020-03-26T16:25:59.105000
2018-08-17T10:11:41
2018-08-17T10:11:41
145,101,385
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package structure.classroom; import java.util.ArrayList; import structure.user.UserSearch; public class FinalClassList { public ArrayList<UserSearch> userlistSearch=new ArrayList<UserSearch>(); public ArrayList<FinalClassListFetchByUsingTeacherName> classdetailsWithTeacherId=new ArrayList <FinalClassLis...
UTF-8
Java
357
java
FinalClassList.java
Java
[]
null
[]
package structure.classroom; import java.util.ArrayList; import structure.user.UserSearch; public class FinalClassList { public ArrayList<UserSearch> userlistSearch=new ArrayList<UserSearch>(); public ArrayList<FinalClassListFetchByUsingTeacherName> classdetailsWithTeacherId=new ArrayList <FinalClassLis...
357
0.809524
0.809524
14
23.5
37.877151
138
false
false
0
0
0
0
0
0
0.571429
false
false
14
20204cdc44acaba9d932f3621fb899a5538c42a8
14,809,047,237,698
4bb9d37c6a481619402150a848a3e16431dd3b39
/mycatdemo-biz/src/main/java/com/qinchy/mycatdemo/controller/CustomerController.java
76bf3b3155af93fdcf21ba67c6a126f26f675278
[]
no_license
qinchy/mycatdemo
https://github.com/qinchy/mycatdemo
48ef8a57b0f22b2ef8de5cfb941681268ca89ae3
d31fb9293dd824c418bcc07596d27eaf14d32470
refs/heads/master
2021-01-20T12:21:11.420000
2017-10-24T06:58:48
2017-10-24T06:58:48
101,713,200
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.qinchy.mycatdemo.controller; import com.qinchy.mycatdemo.model.Customer; import com.qinchy.mycatdemo.model.CustomerExample; import com.qinchy.mycatdemo.service.CustomerService; import org.apache.commons.lang3.StringUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframe...
UTF-8
Java
2,210
java
CustomerController.java
Java
[]
null
[]
package com.qinchy.mycatdemo.controller; import com.qinchy.mycatdemo.model.Customer; import com.qinchy.mycatdemo.model.CustomerExample; import com.qinchy.mycatdemo.service.CustomerService; import org.apache.commons.lang3.StringUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframe...
2,210
0.690801
0.690346
63
33.857143
27.290825
82
false
false
0
0
0
0
0
0
0.396825
false
false
3
09c6f216fea2ae3e55ac40b3997054072e13d08e
20,057,497,317,246
d885a9ebb6f691e8e69964a321f93176461eb42b
/eclipse-workspace/BookFlightExcercise/src/commonLibrary/commonTest (2019_09_17 17_58_48 UTC).java
7897d0e2795cb8d8c73dc1c00ee8957437007e1b
[]
no_license
poojas20/Selenium
https://github.com/poojas20/Selenium
35ea9043f3aab97e2116910500dae5f14b1d1118
be0e8afaaf93c1828eeee7bbe95cb4ad25f9e8ad
refs/heads/master
2021-03-21T04:26:43.203000
2020-03-14T11:43:19
2020-03-14T11:43:19
247,263,500
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package commonLibrary; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.support.ui.Select; public class commonTest { Select ComboBox; public void Test(WebDriver d) { Select ComboBox= new Select(d.findElement(By.xpath("//input[@id='hp-widget__sfrom']"))); ...
UTF-8
Java
380
java
commonTest (2019_09_17 17_58_48 UTC).java
Java
[]
null
[]
package commonLibrary; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.support.ui.Select; public class commonTest { Select ComboBox; public void Test(WebDriver d) { Select ComboBox= new Select(d.findElement(By.xpath("//input[@id='hp-widget__sfrom']"))); ...
380
0.715789
0.715789
15
23.333334
24.187233
90
false
false
0
0
0
0
0
0
1.2
false
false
3
11fea4f0bf23822c85ba5029aa48fab69a133d05
2,697,239,486,456
dd8b9cea67a6451db54a8b5615639c7bad61d668
/src/TankWar/TW_Objects/GameAbstractModifier.java
3d38d709a35aa03d1d535a40cdc81a5ff2f1f70a
[]
no_license
HuiSF/Java-Games---School-projects
https://github.com/HuiSF/Java-Games---School-projects
d566fa156f48a853c400b4fbebf40464f06d2767
0ccade5e650d1f4d7195ba70449c3779810ca489
refs/heads/master
2021-01-10T17:49:59.394000
2015-11-06T22:45:06
2015-11-06T22:45:06
45,693,617
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package TankWar.TW_Objects; import java.util.Observable; /** * Created by Hui on 4/22/15. */ public abstract class GameAbstractModifier extends Observable { public GameAbstractModifier(){} /* read is used to send messages from game observables to game observers */ public abstract void read(Object theO...
UTF-8
Java
330
java
GameAbstractModifier.java
Java
[ { "context": ";\n\nimport java.util.Observable;\n\n/**\n * Created by Hui on 4/22/15.\n */\npublic abstract class GameAbstrac", "end": 80, "score": 0.8431829214096069, "start": 77, "tag": "NAME", "value": "Hui" } ]
null
[]
package TankWar.TW_Objects; import java.util.Observable; /** * Created by Hui on 4/22/15. */ public abstract class GameAbstractModifier extends Observable { public GameAbstractModifier(){} /* read is used to send messages from game observables to game observers */ public abstract void read(Object theO...
330
0.736364
0.721212
14
22.571428
25.325634
79
false
false
0
0
0
0
0
0
0.214286
false
false
3
2058df0ca5a460698fe401ab48c5c0e16d5f9084
17,480,516,895,309
4957006d015b133cd10d8a0ae6a11e04b21be776
/bulls-model/src/main/java/com/goochou/p2b/exception/IException.java
92349c4729f9fa18ad14602dde4a628f862aeca9
[]
no_license
bellmit/bulls
https://github.com/bellmit/bulls
901b5f3b5569dbf5f7ca4c9e700964a4d9738380
97f69f87f92cddce7f69269e21c7598a4623dfed
refs/heads/master
2022-11-08T18:14:18.744000
2020-03-04T03:04:25
2020-03-04T03:04:25
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.goochou.p2b.exception; public interface IException { public void exception(Object o, Exception e); public void exception(Exception e); }
UTF-8
Java
154
java
IException.java
Java
[]
null
[]
package com.goochou.p2b.exception; public interface IException { public void exception(Object o, Exception e); public void exception(Exception e); }
154
0.772727
0.766234
7
21
18.220867
46
false
false
0
0
0
0
0
0
1
false
false
3
1534dbc43e721732366ee253554d18a567d9de08
1,571,958,035,043
e800c0129eec20c81d51000bb74063913ece1f9d
/cookie-guru/src/main/java/guru/bootstrap/cookie/ICookieSerializer.java
c3bbd1c037720667969e6746ad909a54750bed27
[]
no_license
mqtang/common-guru
https://github.com/mqtang/common-guru
2bff84d9579387617282494424da5ea6984c1334
b2d03338c56e57962c2c3b8d5f3ed6c6af454fe1
refs/heads/master
2023-04-04T23:31:10.375000
2021-04-09T01:29:31
2021-04-09T01:29:31
293,980,981
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package guru.bootstrap.cookie; /** * @author tangcheng */ public interface ICookieSerializer { /** * write * * @param cookie */ void writeCookie(HttpCookie cookie); } // created at 2021/3/20 16:32
UTF-8
Java
228
java
ICookieSerializer.java
Java
[ { "context": "package guru.bootstrap.cookie;\n\n/**\n * @author tangcheng\n */\npublic interface ICookieSerializer {\n /**\n", "end": 56, "score": 0.9992809295654297, "start": 47, "tag": "USERNAME", "value": "tangcheng" } ]
null
[]
package guru.bootstrap.cookie; /** * @author tangcheng */ public interface ICookieSerializer { /** * write * * @param cookie */ void writeCookie(HttpCookie cookie); } // created at 2021/3/20 16:32
228
0.614035
0.565789
14
15.285714
13.263422
40
false
false
0
0
0
0
0
0
0.142857
false
false
3
37e389af282965b2c4317322bbe3ad169c11847a
17,789,754,587,481
eadcf585ede192567bf345f90cb668bec4cd51cf
/app/src/main/java/com/hyj/libyuv/MjpegPlayActivity.java
dbbb4d0f8679cab17e5c86cb47f366c31b5d2aa4
[]
no_license
along1991/libyuv-asc
https://github.com/along1991/libyuv-asc
8fa0a22f6a4d6f3a75663bd2dbfd1d50d0e6414f
eb62d421309814a6535396a84d1c409c32bc1b28
refs/heads/master
2023-01-30T23:12:24.156000
2020-12-11T02:22:33
2020-12-11T02:22:33
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hyj.libyuv; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.os.Bundle; import android.util.Log; import android.widget.RadioButton; import androidx.appcompat.app.AppCompatActivity; import com.hyj.libyuv.view.ETVideoView; import cn.ibingli.libr...
UTF-8
Java
3,739
java
MjpegPlayActivity.java
Java
[ { "context": " 2.将mjpeg视频流解码成i420的byte[]数据\n * </pre>\n * Author:hyj\n * Date:2020/12/7 17:22\n */\npublic class MjpegPla", "end": 477, "score": 0.9996858835220337, "start": 474, "tag": "USERNAME", "value": "hyj" } ]
null
[]
package com.hyj.libyuv; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.os.Bundle; import android.util.Log; import android.widget.RadioButton; import androidx.appcompat.app.AppCompatActivity; import com.hyj.libyuv.view.ETVideoView; import cn.ibingli.libr...
3,739
0.623258
0.599374
126
26.920635
24.777294
112
false
false
0
0
0
0
0
0
0.563492
false
false
3
ef075af8f48151479bce8111d258c75d74e1f2ed
28,063,316,335,140
711a76ffd018d3bd66e66779db36b7e46fcc5d1c
/Risk/src/main/java/model/Card.java
61ff1cad65e37d198d1cc4bc313aa2a3f4b26415
[]
no_license
KK-Singh/SOEN_6441_Risk
https://github.com/KK-Singh/SOEN_6441_Risk
1cd181aba1578e67ce88c2840894a77d1ce459f6
d51ac5a3292d9705b86140d12d72b84ce0e20867
refs/heads/master
2020-07-28T22:00:28.718000
2019-12-04T17:36:34
2019-12-04T17:36:34
209,552,870
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package model; import java.io.Serializable; /** @author Gurwinder Kaur */ public class Card implements Serializable { /** * typeOfCard : Represents type of card */ String typeOfCard; /** * cardCountry : Represents a country card */ Country cardCountry; /** * constructor for ini...
UTF-8
Java
1,431
java
Card.java
Java
[ { "context": ";\r\n\r\nimport java.io.Serializable;\r\n\r\n/**\r\n @author Gurwinder Kaur \r\n */\r\npublic class Card implements Serializable\r", "end": 78, "score": 0.9998361468315125, "start": 64, "tag": "NAME", "value": "Gurwinder Kaur" } ]
null
[]
package model; import java.io.Serializable; /** @author <NAME> */ public class Card implements Serializable { /** * typeOfCard : Represents type of card */ String typeOfCard; /** * cardCountry : Represents a country card */ Country cardCountry; /** * constructor for initializat...
1,423
0.656883
0.656883
62
21.080645
20.012333
85
false
false
0
0
0
0
0
0
1.16129
false
false
3
eada4ae7dd5403fe5d0c79464df2aa05821563f1
37,589,553,784,158
d40f87afc977feb18b2021dd91daec3d5e6829b1
/app/src/main/java/com/sherifmakhlouf/productsample/ui/preseneter/ProductsPresenter.java
29afd2752e964e275576c3648125f2388cf35813
[ "Apache-2.0" ]
permissive
sherifmakhlouf/ProductsSample
https://github.com/sherifmakhlouf/ProductsSample
d001fc14b0beba4cc267f1a7dd54cd6d16b50970
8f74f4b172da3270cdbcc408ac76399795820c2a
refs/heads/master
2021-01-10T03:47:14.564000
2015-05-20T19:36:02
2015-05-20T19:36:02
35,970,612
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sherifmakhlouf.productsample.ui.preseneter; import android.util.Log; import com.sherifmakhlouf.productsample.data.api.GrapesService; import com.sherifmakhlouf.productsample.data.api.model.Product; import com.sherifmakhlouf.productsample.ui.base.Presenter; import java.util.List; import javax.inject.Inje...
UTF-8
Java
2,468
java
ProductsPresenter.java
Java
[]
null
[]
package com.sherifmakhlouf.productsample.ui.preseneter; import android.util.Log; import com.sherifmakhlouf.productsample.data.api.GrapesService; import com.sherifmakhlouf.productsample.data.api.model.Product; import com.sherifmakhlouf.productsample.ui.base.Presenter; import java.util.List; import javax.inject.Inje...
2,468
0.58752
0.585494
87
27.367817
23.902636
95
false
false
0
0
0
0
0
0
0.402299
false
false
3
af651170116afe36bfd8b79d398f957bbf2a6a6e
5,609,227,345,263
148ed3a8e062d74195f2c5bed2a1396204115b35
/jetty/modules/html/src/main/java/org/mortbay/html/Image.java
e0b081531b296b3f71f2dae6df872defe906791b
[ "LicenseRef-scancode-unknown-license-reference", "MIT", "LicenseRef-scancode-other-permissive", "Apache-2.0", "LGPL-2.0-or-later", "CDDL-1.0" ]
permissive
napcs/qedserver
https://github.com/napcs/qedserver
1cb3de8e3733acf0dd160fe4f9b11c630700aee7
ada3244f36db710ed66a8fd98169b7d440cfd8ab
refs/heads/master
2023-07-02T12:37:12.419000
2015-02-18T19:17:25
2015-02-18T19:17:25
1,683,704
33
5
MIT
false
2020-10-13T10:04:01
2011-04-30T04:15:53
2020-02-18T19:00:40
2020-10-13T10:03:59
22,022
40
7
6
Java
false
false
// ======================================================================== // $Id: Image.java,v 1.8 2005/08/13 00:01:23 gregwilkins Exp $ // Copyright 1996-2004 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // Licensed under the Apache License, Version 2.0 (t...
UTF-8
Java
4,560
java
Image.java
Java
[ { "context": "8 2005/08/13 00:01:23 gregwilkins Exp $\n * @author Greg Wilkins\n*/\npublic class Image extends Tag\n{\n\n /* -----", "end": 1274, "score": 0.9993215799331665, "start": 1262, "tag": "NAME", "value": "Greg Wilkins" } ]
null
[]
// ======================================================================== // $Id: Image.java,v 1.8 2005/08/13 00:01:23 gregwilkins Exp $ // Copyright 1996-2004 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // Licensed under the Apache License, Version 2.0 (t...
4,554
0.433114
0.412281
139
31.784172
25.05785
77
false
false
0
0
0
0
81
0.034211
0.402878
false
false
3
3d1807e5ebec3b6d5609b7298d8e552c20a4e01b
22,050,362,161,098
f5b7df41ceb4c489b22ed8f94f3c9a036de2746a
/src/main/java/com/example/zhouyunlong/pintuan/task/WxPushTask.java
28e60d4cce76aa5463ab100012b01e7334438b3f
[]
no_license
yunlongz/spring-cloud-demo
https://github.com/yunlongz/spring-cloud-demo
ad0d7061ed20d8a959db103a3eef44c0c7f479bf
b6de276705ef3451f7c73036091b50961744f6d3
refs/heads/master
2021-06-25T05:18:27.937000
2019-12-20T15:23:41
2019-12-20T15:23:41
222,968,180
2
0
null
false
2021-03-31T21:37:38
2019-11-20T15:26:27
2020-03-18T16:58:08
2021-03-31T21:37:37
101
2
0
2
Java
false
false
package com.example.zhouyunlong.pintuan.task; import org.springframework.context.annotation.Configuration; import org.springframework.stereotype.Component; /** * 2 * @Author: zhouyunlong * 3 * @Date: 2019/11/20 23:24 * 4 */ @Component public class WxPushTask { public void wxPushTask() { System.out.pri...
UTF-8
Java
361
java
WxPushTask.java
Java
[ { "context": "amework.stereotype.Component;\n\n/**\n * 2 * @Author: zhouyunlong\n * 3 * @Date: 2019/11/20 23:24\n * 4\n */\n@Componen", "end": 189, "score": 0.9992904663085938, "start": 178, "tag": "USERNAME", "value": "zhouyunlong" } ]
null
[]
package com.example.zhouyunlong.pintuan.task; import org.springframework.context.annotation.Configuration; import org.springframework.stereotype.Component; /** * 2 * @Author: zhouyunlong * 3 * @Date: 2019/11/20 23:24 * 4 */ @Component public class WxPushTask { public void wxPushTask() { System.out.pri...
361
0.714681
0.67313
16
21.5625
20.493807
60
false
false
0
0
0
0
0
0
0.25
false
false
3
d16374bd79b637a281ed41ed8355eb7b0e352a78
32,925,219,315,578
7e23d9dfe4332e744ff7e5970e76978f3b1d9bfa
/FR13-2017/src/Equine.java
a1a0bdd8bfd590c9604e419bb5b800e28fad6bda
[]
no_license
sparks58/APCSEclipseWorkspace-2017
https://github.com/sparks58/APCSEclipseWorkspace-2017
f8f82c6b632c98b5adb9d3206a625c07db6bf55e
eda7edeec5f07ee028b6fb0a325f9c42b0ca928b
refs/heads/master
2018-03-20T09:28:32.685000
2016-08-23T17:17:00
2016-08-23T17:17:00
66,387,539
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class Equine implements Horse { private String name; private int weight; public Equine(String name, int weight) { this.name = name; this.weight = weight; } public String getName() { return name; } public int getWeight() { return weight; } public String toString() { return "Equine(" ...
UTF-8
Java
355
java
Equine.java
Java
[]
null
[]
public class Equine implements Horse { private String name; private int weight; public Equine(String name, int weight) { this.name = name; this.weight = weight; } public String getName() { return name; } public int getWeight() { return weight; } public String toString() { return "Equine(" ...
355
0.633803
0.633803
25
13.12
13.671342
47
false
false
0
0
0
0
0
0
1.44
false
false
3
f0763d44697a63c9bc7a2556d5fb9a83edc8970e
32,925,219,316,198
50e4e7f41c897fa48b74584a7f1282885d113e63
/src/main/java/com/johngalt/gulch/gui/GaltCommonContainer.java
ff92a45e16de57f73f640906a10652c8571f442d
[]
no_license
Aristo7/Gulch
https://github.com/Aristo7/Gulch
a0eabd1450ad826a40066d145c6ca95301afba8b
67c2094479df699cbe6faf235629274d9a1bd3da
refs/heads/master
2016-09-10T12:20:42.566000
2014-11-03T00:39:35
2014-11-03T00:39:35
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.johngalt.gulch.gui; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.inventory.Container; import net.minecraft.inventory.ICrafting; import net.minecraft.inv...
UTF-8
Java
1,506
java
GaltCommonContainer.java
Java
[]
null
[]
package com.johngalt.gulch.gui; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.inventory.Container; import net.minecraft.inventory.ICrafting; import net.minecraft.inv...
1,506
0.616202
0.596946
61
23.688524
26.767084
118
false
false
0
0
0
0
0
0
0.47541
false
false
3
f1163124876df40a2829ba1d238c04eee05edb54
11,725,260,735,184
cff7bfbdcc85ecefcb25fe118bf11f5bb6cbeae5
/case/tools/src/main/java/com/example/toolsdemo/commons/LangBean.java
d5adbc33d5bed6c231eb908f3cb58fc890a44f14
[]
no_license
michrow/spring-boot
https://github.com/michrow/spring-boot
fb4f18544eda7b2b59af7e67c35f5ff41adb54a0
fc81c915d641efaa2e430a1ad028b28d96869996
refs/heads/master
2022-07-17T04:17:55.178000
2020-07-15T15:28:06
2020-07-15T15:28:06
239,953,992
0
0
null
false
2022-04-26T18:15:49
2020-02-12T07:43:25
2020-07-15T16:25:52
2022-04-26T18:15:46
4,917
0
0
5
HTML
false
false
package com.example.toolsdemo.commons; import org.apache.commons.lang.builder.ReflectionToStringBuilder; import org.apache.commons.lang.builder.ToStringStyle; /** * @Author: wangxh * @Description: * @Date: Created in 15:13 2020/3/10 * @Modified By: */ public class LangBean { private String name; private ...
UTF-8
Java
580
java
LangBean.java
Java
[ { "context": "mmons.lang.builder.ToStringStyle;\n\n/**\n * @Author: wangxh\n * @Description:\n * @Date: Created in 15:13 2020/", "end": 183, "score": 0.9996187686920166, "start": 177, "tag": "USERNAME", "value": "wangxh" } ]
null
[]
package com.example.toolsdemo.commons; import org.apache.commons.lang.builder.ReflectionToStringBuilder; import org.apache.commons.lang.builder.ToStringStyle; /** * @Author: wangxh * @Description: * @Date: Created in 15:13 2020/3/10 * @Modified By: */ public class LangBean { private String name; private ...
580
0.691379
0.672414
26
21.307692
21.968105
88
false
false
0
0
0
0
0
0
0.384615
false
false
3
831dd6b29c13118194999f2273019a911078742b
31,817,117,796,858
0edadb453657b9a6b110e2b5397f33bdde526076
/app/src/main/java/com/example/roee_p/alpha/JobList.java
46c083e9d42a69f2b05289d2d1a8da0633e9f4c0
[]
no_license
Roeep19/Alpha
https://github.com/Roeep19/Alpha
9b55c2ced6dccb66dd3f29658b9b4d834f7424a8
e07ccfebfedcd3fd3118d2eff6e6aac115a2dd50
refs/heads/master
2020-04-11T19:34:38.607000
2019-03-04T18:52:41
2019-03-04T18:52:41
162,038,789
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.roee_p.alpha; import android.app.Activity; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextView;...
UTF-8
Java
1,605
java
JobList.java
Java
[]
null
[]
package com.example.roee_p.alpha; import android.app.Activity; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextView;...
1,605
0.682866
0.682866
47
32.148937
23.480167
94
false
false
0
0
0
0
0
0
0.87234
false
false
3
ee1eab110362ae728f277bdd4220893389596ccf
4,501,125,786,544
141acc5b4ac0a218b8bd605e5d81e1c8348292f9
/app/src/main/java/in/co/codoc/enable/VariableListener.java
42678bd79c30a6985ed94541ae839c24bb16370c
[]
no_license
ashik619/Enable_Physician
https://github.com/ashik619/Enable_Physician
827d078949ef5bb32d9cf6e0bcb704c988032b60
35ae4bb431b5c62741a63352360205f9ad0c9a27
refs/heads/master
2021-01-21T17:28:21.484000
2017-03-19T08:43:23
2017-03-19T08:43:23
85,462,136
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package in.co.codoc.enable; /** * Created by ashik619 on 29-11-2016. */ public class VariableListener { int total; private ChangeListener listener; public ChangeListener getListener() { return listener; } public int getTotal(){ return total; } public void setTotal(int tota...
UTF-8
Java
699
java
VariableListener.java
Java
[ { "context": "package in.co.codoc.enable;\n\n/**\n * Created by ashik619 on 29-11-2016.\n */\npublic class VariableListener ", "end": 55, "score": 0.999580442905426, "start": 47, "tag": "USERNAME", "value": "ashik619" } ]
null
[]
package in.co.codoc.enable; /** * Created by ashik619 on 29-11-2016. */ public class VariableListener { int total; private ChangeListener listener; public ChangeListener getListener() { return listener; } public int getTotal(){ return total; } public void setTotal(int tota...
699
0.615165
0.599428
29
23.103449
16.339808
54
false
false
0
0
0
0
0
0
0.37931
false
false
3
0254eee8f8e33d28f4770e82076f8e824941f31e
13,022,340,868,631
add009fb706ddd6d1646c1b07f30d2beb027de3e
/src/com/admtel/telephonyserver/asterisk/events/CoreShowChannelEvent.java
904804b7a60894ea22f0ddd54e86a340fd588816
[]
no_license
hmoghnie/adm-telephony-server
https://github.com/hmoghnie/adm-telephony-server
e18b101aa56ccf34d254ebac75393a32b23b40a0
0c88c9a80d5c01ba0a0a064f6c8000462193a38c
refs/heads/master
2020-03-23T02:17:08.528000
2018-07-15T16:34:36
2018-07-15T16:34:36
140,965,834
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.admtel.telephonyserver.asterisk.events; import java.util.Map; public class CoreShowChannelEvent extends ASTChannelEvent { public CoreShowChannelEvent(String switchId, Map<String, String> values) { super(switchId, values); eventType = EventType.CoreShowChannel; } /* * Event: CoreShowChannel Chan...
UTF-8
Java
1,340
java
CoreShowChannelEvent.java
Java
[ { "context": "000,gIi CallerIDnum:\n\t * 13106998711 CallerIDname: danny ConnectedLineNum: ConnectedLineName:\n\t * Duration", "end": 615, "score": 0.9971998929977417, "start": 610, "tag": "NAME", "value": "danny" } ]
null
[]
package com.admtel.telephonyserver.asterisk.events; import java.util.Map; public class CoreShowChannelEvent extends ASTChannelEvent { public CoreShowChannelEvent(String switchId, Map<String, String> values) { super(switchId, values); eventType = EventType.CoreShowChannel; } /* * Event: CoreShowChannel Chan...
1,340
0.720149
0.656716
46
28.130434
26.547422
89
false
false
0
0
0
0
0
0
1.869565
false
false
3
4572ce27f2a1541298d8f6cef03d6d1f4fea0097
11,244,224,430,034
c9a4e1525a4c6b51e4e40b8a20ea4a313f186094
/src/buttons/AwayButton.java
bfde4b058975efad4ee6802ca71ed4c357a75440
[]
no_license
paveldanek/SecuritySystem
https://github.com/paveldanek/SecuritySystem
646e332afa7aa1a93ae68443a9f8c1252ea88da7
0be7cdeaafcf06c32fcccf37de456d91b3c9433e
refs/heads/main
2023-05-11T23:33:35.004000
2023-05-01T17:52:48
2023-05-01T17:52:48
355,386,458
0
0
null
true
2021-04-14T17:59:37
2021-04-07T02:17:53
2021-04-13T19:03:29
2021-04-14T17:59:36
63
0
0
0
Java
false
false
package buttons; import events.PressAway; import javafx.event.ActionEvent; import javafx.event.EventHandler; import states.SecurityContext; /** * The button for armed away request * * @author Ben Hines, Carter Clark, Chris Lara-Batencourt, Pavel Danek, Ricky * Nguyen * */ public class AwayButton extend...
UTF-8
Java
624
java
AwayButton.java
Java
[ { "context": "* The button for armed away request\n * \n * @author Ben Hines, Carter Clark, Chris Lara-Batencourt, Pavel Danek", "end": 207, "score": 0.9998727440834045, "start": 198, "tag": "NAME", "value": "Ben Hines" }, { "context": "n for armed away request\n * \n * @author Ben H...
null
[]
package buttons; import events.PressAway; import javafx.event.ActionEvent; import javafx.event.EventHandler; import states.SecurityContext; /** * The button for armed away request * * @author <NAME>, <NAME>, <NAME>, <NAME>, Ricky * Nguyen * */ public class AwayButton extends PanelButton implements Even...
595
0.725962
0.725962
29
20.517241
22.529093
82
false
false
0
0
0
0
0
0
0.862069
false
false
3
85a2d3639ba9b95b4bc4c01217ade429f352b4ab
10,565,619,564,869
46e8059a6cdd300d41aafeb252158529ae90720d
/app/src/main/java/com/gqp/duoduo/ui/activity/HisDeliveryOrderDetailActivity.java
ee7e22e0e76ae1a6760254c35c224e9d252b713d
[]
no_license
garyzqg/duoduoli
https://github.com/garyzqg/duoduoli
ad065c7e3ec8dbdba83425fa0ac38b7a0196f66e
c290ad0aa590d42ae133bd9a8fbdcbcc8ece48f7
refs/heads/master
2017-12-20T18:14:31.599000
2017-03-15T10:27:07
2017-03-15T10:27:07
76,317,069
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.gqp.duoduo.ui.activity; import android.os.Bundle; import android.view.LayoutInflater; import com.gqp.duoduo.R; import com.gqp.duoduo.base.BaseActivity; import com.gqp.duoduo.view.HisDeliveryOrderDetailView; import com.gqp.duoduo.viewmodel.HisDeliveryOrderDetailViewModel; /** * Created by admin on 2015/1...
UTF-8
Java
1,601
java
HisDeliveryOrderDetailActivity.java
Java
[ { "context": "isDeliveryOrderDetailViewModel;\n\n/**\n * Created by admin on 2015/11/24.\n */\npublic class HisDeliveryOrderD", "end": 310, "score": 0.9987050294876099, "start": 305, "tag": "USERNAME", "value": "admin" } ]
null
[]
package com.gqp.duoduo.ui.activity; import android.os.Bundle; import android.view.LayoutInflater; import com.gqp.duoduo.R; import com.gqp.duoduo.base.BaseActivity; import com.gqp.duoduo.view.HisDeliveryOrderDetailView; import com.gqp.duoduo.viewmodel.HisDeliveryOrderDetailViewModel; /** * Created by admin on 2015/1...
1,601
0.702061
0.697064
59
26.135593
27.610153
136
false
false
0
0
0
0
0
0
0.440678
false
false
3
b65b7a97512ecb3348918408207757b3ea988814
17,360,257,821,712
a4ead5b72d25b514c1e144f742dd1b6f6f7089df
/springboot-spel/src/main/java/cn/x5456/spel/study/expression/customize/annotation/Blueberry.java
4b1ebacfb3082d0a18953f5bbc8266a9af064aa5
[]
no_license
x54256/spring-source-study
https://github.com/x54256/spring-source-study
6a2c7dbc91edf56a0832b8c901b198d70666be89
b123ad5b6c6c58ee39717ab0b02643b44abf58e3
refs/heads/master
2023-04-23T05:20:46.162000
2021-05-07T09:21:28
2021-05-07T09:21:28
329,519,227
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.x5456.spel.study.expression.customize.annotation; import cn.x5456.spel.study.expression.constants.ValueConstants; import java.lang.annotation.*; /** * 注册自定义表达式解析器,需要配合 {@link org.springframework.context.annotation.Configuration} 使用 */ @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Docu...
UTF-8
Java
734
java
Blueberry.java
Java
[]
null
[]
package cn.x5456.spel.study.expression.customize.annotation; import cn.x5456.spel.study.expression.constants.ValueConstants; import java.lang.annotation.*; /** * 注册自定义表达式解析器,需要配合 {@link org.springframework.context.annotation.Configuration} 使用 */ @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Docu...
734
0.723729
0.710169
31
18.032259
21.877199
83
false
false
0
0
0
0
0
0
0.645161
false
false
3
bc4654e1b4107b09eca1bfc25940ca33441688aa
10,144,712,817,456
0ec829a619aa38073d481361b30913d1c58d73c4
/src/main/java/lia/indexing/IndexTuningDemo.java
0be591dc1aecaedc24ecd5115502d7ba75e449cb
[]
no_license
andrewvc/learn-lucene
https://github.com/andrewvc/learn-lucene
f54852905afdd8c362bee2e03b368e04d06a7ae0
23f40878f268759b05fb73aed07eed24c83b9179
refs/heads/master
2020-05-09T14:13:37.979000
2013-03-17T00:23:13
2013-03-17T00:23:13
8,827,614
1
3
null
null
null
null
null
null
null
null
null
null
null
null
null
package lia.indexing; import org.apache.lucene.index.IndexWriter; import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.analysis.SimpleAnalyzer; import org.apache.lucene.document.Document; import org.apache.lucene.document.Field; import org.apache.lucene.store.Directory; import org.apache.lucene.store.F...
UTF-8
Java
1,616
java
IndexTuningDemo.java
Java
[ { "context": "ocument();\n doc.add(Field.Text(\"fieldname\", \"Bibamus\"));\n writer.addDocument(doc);\n }\n writ", "end": 1445, "score": 0.8652837872505188, "start": 1438, "tag": "USERNAME", "value": "Bibamus" } ]
null
[]
package lia.indexing; import org.apache.lucene.index.IndexWriter; import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.analysis.SimpleAnalyzer; import org.apache.lucene.document.Document; import org.apache.lucene.document.Field; import org.apache.lucene.store.Directory; import org.apache.lucene.store.F...
1,616
0.695545
0.692451
46
34.130436
22.868822
65
false
false
0
0
0
0
0
0
0.717391
false
false
3
16f95f4cafb3f1112422b4cfd8024574cef95337
26,955,214,815,620
6a29e948ac7af0047f5f4ed2457913ddbe2aa489
/proj2ab/bearmaps/NaivePointSet.java
f85d7439299f42f1815995de1e4f56d9737246c9
[]
no_license
maksir98/cs61b
https://github.com/maksir98/cs61b
7e9ea4baaaf3659dbf78d9ba2ea1cf757a1ce408
b293317069308603492d9f25105b0e0f391ecc12
refs/heads/master
2021-01-13T19:15:50.821000
2020-07-19T08:06:49
2020-07-19T08:06:49
242,468,462
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package bearmaps; import java.util.List; public class NaivePointSet implements PointSet { List<Point> points; public NaivePointSet(List<Point> points) { this.points = points; } @Override public Point nearest(double x, double y) { Point nearest = points.get(0); double dist...
UTF-8
Java
844
java
NaivePointSet.java
Java
[]
null
[]
package bearmaps; import java.util.List; public class NaivePointSet implements PointSet { List<Point> points; public NaivePointSet(List<Point> points) { this.points = points; } @Override public Point nearest(double x, double y) { Point nearest = points.get(0); double dist...
844
0.563981
0.550948
31
26.225807
22.678268
77
false
false
0
0
0
0
0
0
0.806452
false
false
3
242cd2a1f0c0d624e0bfbd64eb48730d1228664e
14,843,407,027,704
2556f6e9708e0709c9e49fcd540d0b5049ee1f16
/app/src/main/java/com/inonitylab/smartwallet/activity/Session.java
b5e6979d608473f708f0c28f451784c216868324
[]
no_license
ruhul-inonity/SmartWallet
https://github.com/ruhul-inonity/SmartWallet
fbc8769b39da52876722dc64e226d25285092ad8
b94ba53f325577598166d442ca86c30008887abf
refs/heads/master
2021-01-01T03:49:53.081000
2017-01-15T21:55:46
2017-01-15T21:55:46
77,220,208
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.inonitylab.smartwallet.activity; import android.content.Context; import android.content.SharedPreferences; /** * Created by user on 19-Nov-16. */ public class Session { SharedPreferences prefs; SharedPreferences.Editor editor; Context ctx; public Session (Context ctx){ this.ctx ...
UTF-8
Java
840
java
Session.java
Java
[ { "context": "roid.content.SharedPreferences;\n\n/**\n * Created by user on 19-Nov-16.\n */\npublic class Session {\n Shar", "end": 143, "score": 0.5925701856613159, "start": 139, "tag": "USERNAME", "value": "user" } ]
null
[]
package com.inonitylab.smartwallet.activity; import android.content.Context; import android.content.SharedPreferences; /** * Created by user on 19-Nov-16. */ public class Session { SharedPreferences prefs; SharedPreferences.Editor editor; Context ctx; public Session (Context ctx){ this.ctx ...
840
0.683333
0.678571
30
27
34.862587
161
false
false
0
0
0
0
0
0
0.533333
false
false
3
c450a31bf59c614296008de00f1bb6118c451c0a
16,200,616,700,670
d4a203f47dfd0bc87e077124e23fd1223fb162bc
/core/src/main/java/com/pholser/junit/quickcheck/internal/Comparables.java
504de1a642d9af4e5c7c3a40583f1c5c16b70b12
[ "MIT" ]
permissive
pholser/junit-quickcheck
https://github.com/pholser/junit-quickcheck
f271e4c8b856498a9e3154c4608a0d6878dfafe8
dd777a4b63050f51b1476b27fdf296fa2487f9aa
refs/heads/master
2023-09-01T18:16:50.042000
2023-06-26T15:01:32
2023-06-26T15:01:32
1,001,284
877
143
MIT
false
2023-09-12T17:03:02
2010-10-18T22:33:36
2023-09-02T10:49:39
2023-09-12T17:03:02
18,281
934
122
40
Java
false
false
/* The MIT License Copyright (c) 2010-2021 Paul R. Holser, Jr. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, mod...
UTF-8
Java
2,466
java
Comparables.java
Java
[ { "context": "/*\n The MIT License\n\n Copyright (c) 2010-2021 Paul R. Holser, Jr.\n\n Permission is hereby granted, free of char", "end": 60, "score": 0.9996970891952515, "start": 46, "tag": "NAME", "value": "Paul R. Holser" } ]
null
[]
/* The MIT License Copyright (c) 2010-2021 <NAME>, Jr. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, mer...
2,458
0.626115
0.612328
75
31.879999
24.795139
79
false
false
0
0
0
0
0
0
0.613333
false
false
3
723d3a6b7b2b6124e5f50843980e84938bc1b077
22,196,391,039,868
5194854053942e6ca7d3cb7a266b47ebe16bfba4
/189.rotate/Rotate.java
b881e4e31df96e38b77aa7416f599a518de1214c
[]
no_license
WEI4D/leet-code-for-daily
https://github.com/WEI4D/leet-code-for-daily
878e9a61476973f1d970f32cfa693617580a1995
dc4b0724772c2b45f101d71a7abbd426c9f66280
refs/heads/master
2022-12-05T03:32:19.414000
2020-08-21T11:13:47
2020-08-21T11:13:47
267,612,539
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.Arrays; public class Rotate { public void rotateByViolence(int[] nums, int k) { int temp,previous; for(int i = 0;i < k;i++){ previous = nums[nums.length-1]; for(int j = 0;j < nums.length;j++){ temp = nums[j]; nums[j] = previou...
UTF-8
Java
961
java
Rotate.java
Java
[]
null
[]
import java.util.Arrays; public class Rotate { public void rotateByViolence(int[] nums, int k) { int temp,previous; for(int i = 0;i < k;i++){ previous = nums[nums.length-1]; for(int j = 0;j < nums.length;j++){ temp = nums[j]; nums[j] = previou...
961
0.48283
0.468262
32
29.0625
16.172773
53
false
false
0
0
0
0
0
0
1.0625
false
false
3
209d311568f552f1be76123b5921ce463275124d
31,894,427,202,084
77e13cbb7dcac9066c8b4e31c7797c49aae1b446
/rdu-ear/acceso-datos/src/main/java/mx/gob/impi/sigappi/persistence/mappers/TiposRelacionMapper.java
3f4d8dcacbd33e66b709188f5c58d6530e6c99ac
[]
no_license
IOhacker/rdu-ppi
https://github.com/IOhacker/rdu-ppi
c777c519830709620243375d6cc56375047abb61
a282a4af4282236f534ccd6b1e4075859fa2e03c
refs/heads/master
2021-12-24T06:10:40.569000
2015-05-29T22:06:12
2015-05-29T22:06:12
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package mx.gob.impi.sigappi.persistence.mappers; import java.util.List; import mx.gob.impi.sigappi.persistence.mappers.*; import mx.gob.impi.sigappi.persistence.model.TiposRelacion; import org.apache.ibatis.annotations.Param; public interface TiposRelacionMapper { int insert(mx.gob.impi.sigappi.persistence.mode...
UTF-8
Java
476
java
TiposRelacionMapper.java
Java
[]
null
[]
package mx.gob.impi.sigappi.persistence.mappers; import java.util.List; import mx.gob.impi.sigappi.persistence.mappers.*; import mx.gob.impi.sigappi.persistence.model.TiposRelacion; import org.apache.ibatis.annotations.Param; public interface TiposRelacionMapper { int insert(mx.gob.impi.sigappi.persistence.mode...
476
0.781513
0.781513
17
27.058823
28.212368
86
false
false
0
0
0
0
0
0
0.470588
false
false
3
159f6970174ca9eb2bcb0441c5ef290388cce212
8,581,344,714,556
2961b17f369c4a4133970fcf5d4dcedef3e0483b
/src/main/java/com/stylefeng/guns/modular/order/service/IInStockService.java
b35a7879092fbb59a278d05aae12e679c78e2089
[ "Apache-2.0" ]
permissive
zhanglg40/guns
https://github.com/zhanglg40/guns
4f58d19b7db6cc383a925c1bcc62ebd783136570
0e2e9980b133f7e4c83f6551398a2ebed168344a
refs/heads/master
2018-10-07T15:15:32.102000
2018-10-01T16:14:54
2018-10-01T16:14:54
100,506,381
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.stylefeng.guns.modular.order.service; import com.stylefeng.guns.modular.order.entity.InStock; import java.util.List; /** * 订单商品Service * * @author fengshuonan * @Date 2017-08-16 00:42:57 */ public interface IInStockService { void insert(InStock stock); List<InStock> list(InStock inStock);...
UTF-8
Java
607
java
IInStockService.java
Java
[ { "context": " java.util.List;\n\n/**\n * 订单商品Service\n *\n * @author fengshuonan\n * @Date 2017-08-16 00:42:57\n */\n\npublic interfac", "end": 176, "score": 0.9895332455635071, "start": 165, "tag": "USERNAME", "value": "fengshuonan" } ]
null
[]
package com.stylefeng.guns.modular.order.service; import com.stylefeng.guns.modular.order.entity.InStock; import java.util.List; /** * 订单商品Service * * @author fengshuonan * @Date 2017-08-16 00:42:57 */ public interface IInStockService { void insert(InStock stock); List<InStock> list(InStock inStock);...
607
0.731219
0.707846
33
17.181818
18.81884
55
false
false
0
0
0
0
0
0
0.424242
false
false
3
c8fdb72913bc8b73a296f70546461e4af9455392
1,236,950,585,567
071c02b8b8e031b491e7532e06968f43d0b4315b
/spring_workspace/spring_aop07_AspectJ_ex/src/advice/CheckTime.java
2ff577434bbc302028add76922316443b4c84039
[]
no_license
praivesi/Spring_workspace
https://github.com/praivesi/Spring_workspace
1bae4846ae94f2dfbcf3c2253c85bbc40b7a1167
049766f427e1ca6c5c9be882e68b6635d10673b2
refs/heads/master
2020-04-17T22:26:10.019000
2019-02-12T12:51:16
2019-02-12T12:51:16
166,994,597
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package advice; import org.aopalliance.intercept.MethodInterceptor; import org.aopalliance.intercept.MethodInvocation; import org.springframework.util.StopWatch; public class CheckTime implements MethodInterceptor { @Override public Object invoke(MethodInvocation invocation) throws Throwable { /*// 지금 시각 구하기 ...
UTF-8
Java
975
java
CheckTime.java
Java
[]
null
[]
package advice; import org.aopalliance.intercept.MethodInterceptor; import org.aopalliance.intercept.MethodInvocation; import org.springframework.util.StopWatch; public class CheckTime implements MethodInterceptor { @Override public Object invoke(MethodInvocation invocation) throws Throwable { /*// 지금 시각 구하기 ...
975
0.68327
0.68327
39
19.076923
20.443022
69
false
false
0
0
0
0
0
0
1.717949
false
false
3
2c45d07beee3871ca0327a8d711b5253d7ab5e4a
13,262,859,080,194
2faa7fff183c53d8b2e174fc1af053b4bf4959d7
/leetcode/155.MinStack.java
6dc6e1b4440549fc48db27ddd4b2489cb5327c7f
[]
no_license
Shenzhi-ZHANG/Exercise
https://github.com/Shenzhi-ZHANG/Exercise
66658b6a9f5f794b1044e7f6ae99b9500bbb4d04
eb8293865796ff0bcaa9b9292fcfeca6facdebe1
refs/heads/master
2018-02-08T21:55:50.266000
2018-01-26T00:03:30
2018-01-26T00:03:30
95,233,611
2
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package leetcode151_200; import java.util.Stack; /** Design a stack that supports push, pop, top and retrieving the minimum element in constant time */ public class Problem155 { class MinStack { // notice that getMin operation doesn't pop the min out from stack private Stack<Integer> stack = null; pr...
UTF-8
Java
1,513
java
155.MinStack.java
Java
[]
null
[]
package leetcode151_200; import java.util.Stack; /** Design a stack that supports push, pop, top and retrieving the minimum element in constant time */ public class Problem155 { class MinStack { // notice that getMin operation doesn't pop the min out from stack private Stack<Integer> stack = null; pr...
1,513
0.543291
0.536021
53
27.547171
25.271034
102
false
false
0
0
0
0
0
0
1.264151
false
false
3
820bca7c60aac9ba6b4582ec8c9422e9b836161c
17,025,250,368,866
194e4ec23f8fa390bfcde2b561f4fddec3f95a98
/SpringBootDemo/src/main/java/com/employee/controller/HomeController.java
c1fc7bb973e3814d3fa89a4b6da27b80b0929a27
[]
no_license
sandipdhakate/SpringBootDemoApp
https://github.com/sandipdhakate/SpringBootDemoApp
25b6b096be4df745f6a7273e3918b35c3eb07701
1ec9fddb62da64d1682df26d86cabf1a4f87f609
refs/heads/master
2020-03-29T18:19:52.620000
2019-01-15T17:47:35
2019-01-15T17:47:35
150,067,261
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.employee.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; @Controller public class HomeController { @Autowired EmployeeDAO employeeDAO; @RequestMappi...
UTF-8
Java
695
java
HomeController.java
Java
[]
null
[]
package com.employee.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; @Controller public class HomeController { @Autowired EmployeeDAO employeeDAO; @RequestMappi...
695
0.719424
0.719424
33
19.060606
17.639383
62
false
false
0
0
0
0
0
0
1.151515
false
false
3
d9f81e87a03c25ba8f3947cbf5609ad5d777550e
26,010,322,006,580
9815b271e9e949d424e69840309686cd2481561a
/src/os/ExecutionQueue.java
0ba98a33c287a69a3fcab036b0b80c61df37a73b
[]
no_license
whiskeyromeo/OpSystemSimulator
https://github.com/whiskeyromeo/OpSystemSimulator
3e60d634811e64c1d7249aabbe97bd688fdad7f5
17f8f0cd2918460f50abaa4ceff3eff56833c337
refs/heads/master
2017-10-17T22:35:52.393000
2016-11-08T17:28:38
2016-11-08T17:28:38
69,881,748
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package os; /** * * @author Will Russell * * The ExecutionQueue class encapsulates the queue structure used by * the Scheduler class * * I believe that this is the ReadyQueue to be used with round robin * */ import java.util.Queue; import java.util.LinkedList; public class ExecutionQueue { //Implement th...
UTF-8
Java
627
java
ExecutionQueue.java
Java
[ { "context": "package os;\n/**\n * \n * @author Will Russell\n *\n * The ExecutionQueue class encapsulates the ", "end": 43, "score": 0.9995424747467041, "start": 31, "tag": "NAME", "value": "Will Russell" } ]
null
[]
package os; /** * * @author <NAME> * * The ExecutionQueue class encapsulates the queue structure used by * the Scheduler class * * I believe that this is the ReadyQueue to be used with round robin * */ import java.util.Queue; import java.util.LinkedList; public class ExecutionQueue { //Implement the FIFO...
621
0.684211
0.684211
32
18.59375
18.877665
69
false
false
0
0
0
0
0
0
0.21875
false
false
3
8871eede6fe7efb3a0adf4af2424425b5a3b7c36
15,281,493,692,384
d4c3d040be5536f07be7fc9240b3bdebfc319e6d
/sem3/oops/lab1/SimpleArthimetic.java
5c3d57777b40f7b8b960429b10acce8158f866ae
[]
no_license
JSLSasiRekha/StudyMaterial-IIITS
https://github.com/JSLSasiRekha/StudyMaterial-IIITS
7ccef513b5a4d4dc342fe25fad8284a992bb3421
308b93864bf5651fd59904f88bc71f1e9218c82a
refs/heads/main
2023-08-02T04:22:20.316000
2021-10-03T05:48:20
2021-10-03T05:48:20
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
class SimpleArthimetic { public static void main(String[] args) { addnumbers(); subnumbers(); mulnumbers(); divnumbers(); } static void addnumbers(){ int num1=10,num2=20; System.out.printf("Sum=%d\n",num1+num2); } static void subnumbers(){ in...
UTF-8
Java
649
java
SimpleArthimetic.java
Java
[]
null
[]
class SimpleArthimetic { public static void main(String[] args) { addnumbers(); subnumbers(); mulnumbers(); divnumbers(); } static void addnumbers(){ int num1=10,num2=20; System.out.printf("Sum=%d\n",num1+num2); } static void subnumbers(){ in...
649
0.563945
0.514638
28
22.214285
17.750971
60
false
false
0
0
0
0
0
0
0.714286
false
false
3
d2af02e954c348d1e55e54bebc568ee7fbfc6c80
32,555,852,112,819
77ab8d3619873e5273c1a654e8e906182afcf46b
/src/main/java/com/tiy/ssa/weekone/assignmentfour/Knight.java
e7c4c7cba0b8f1c04e064d1c2bc61eeb87db7a35
[]
no_license
DmartGit/SSA-12week
https://github.com/DmartGit/SSA-12week
0c882142e13bd91b917dea07d43a6de4b1060508
e2290e09886e64a0b8493340966907a8f953d223
refs/heads/master
2018-02-20T13:32:08.342000
2016-08-17T13:11:17
2016-08-17T13:11:17
64,699,371
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tiy.ssa.weekone.assignmentfour; public class Knight { public final int originX; public final int originY; public int moveCounter; public String originXY; public String moveOnePos; public String moveTwoPos; public String moveThreePos; public String moveFourPos; public K...
UTF-8
Java
4,294
java
Knight.java
Java
[]
null
[]
package com.tiy.ssa.weekone.assignmentfour; public class Knight { public final int originX; public final int originY; public int moveCounter; public String originXY; public String moveOnePos; public String moveTwoPos; public String moveThreePos; public String moveFourPos; public K...
4,294
0.529809
0.469492
208
19.649038
12.31427
56
false
false
0
0
0
0
0
0
1.649038
false
false
3
5c4cda98bd57cacfe4707cbea236eab1b139f604
15,212,774,225,590
f14f7698769ec34cd07f3ed125cbb19b0baa7256
/src/main/java/com/robertx22/age_of_exile/database/data/stats/StatScaling.java
1eb514d7e5bd493c869833e89ca62bd7d8b8dee2
[]
no_license
K-YOUTH/Age-of-Exile
https://github.com/K-YOUTH/Age-of-Exile
93cc2b6fdb66e6fff380bd25b7d70de7c7543a71
f826c49d9636a45f4df9483a321cc931f8fcf450
refs/heads/master
2022-12-09T15:25:40.931000
2020-09-05T12:05:16
2020-09-05T12:05:16
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.robertx22.age_of_exile.database.data.stats; import com.robertx22.age_of_exile.config.forge.ModConfig; public enum StatScaling { NONE { @Override public float scale(float val, int lvl) { return val; } }, SCALING { @Override public float scale(...
UTF-8
Java
946
java
StatScaling.java
Java
[ { "context": "package com.robertx22.age_of_exile.database.data.stats;\n\nimport com.rob", "end": 21, "score": 0.9194852709770203, "start": 12, "tag": "USERNAME", "value": "robertx22" }, { "context": "x22.age_of_exile.database.data.stats;\n\nimport com.robertx22.age_of_exile.config.fo...
null
[]
package com.robertx22.age_of_exile.database.data.stats; import com.robertx22.age_of_exile.config.forge.ModConfig; public enum StatScaling { NONE { @Override public float scale(float val, int lvl) { return val; } }, SCALING { @Override public float scale(...
946
0.552854
0.548626
38
23.894737
26.569462
113
false
false
0
0
0
0
0
0
0.421053
false
false
3
211373571971195cbfee07acd096d30817f674ce
27,436,251,155,175
7a1529bd33a1fc2cae5a2e241d560d56d10aa3d9
/topDown-core/src/com/mygdx/game/GdxGame.java
36e0dd8d733f5cc09936ed588f756539cd7bcdb1
[]
no_license
pyrrhic/Libgdx-top-down-shooter-test
https://github.com/pyrrhic/Libgdx-top-down-shooter-test
46f2f804b0665f57af0162e978c89f387032077e
2b164f836a3f77341fd1f7ff2673a112edb56525
refs/heads/master
2021-01-02T22:50:51.392000
2014-06-23T23:02:34
2014-06-23T23:02:34
19,674,481
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mygdx.game; import com.badlogic.gdx.Game; import com.badlogic.gdx.Screen; import com.mygdx.levels.LevelOne; public class GdxGame extends Game { private Screen levelOne; @Override public void create () { levelOne = new LevelOne(this); setScreen(levelOne); } }
UTF-8
Java
286
java
GdxGame.java
Java
[]
null
[]
package com.mygdx.game; import com.badlogic.gdx.Game; import com.badlogic.gdx.Screen; import com.mygdx.levels.LevelOne; public class GdxGame extends Game { private Screen levelOne; @Override public void create () { levelOne = new LevelOne(this); setScreen(levelOne); } }
286
0.737762
0.737762
15
18.066668
13.502921
36
false
false
0
0
0
0
0
0
1.266667
false
false
3
7fa8f8a206dd295ccd723c7b0bf788f67bd47aeb
27,444,841,021,675
6225abecd96d5ebe7abb72dd7c9917ce2de0a0d9
/src/com/design/patterns/observer/youtube/Subscriber.java
ccd3bfe1cc4912aa88839e8d33e209f8e2f4e2a0
[]
no_license
giri-shhh/Design-Patterns
https://github.com/giri-shhh/Design-Patterns
9e67f27200d5b5c83625a3307ca0ae802b348e8f
ea43d3ff4afd04c0439c6a1ee73d685db3b3da42
refs/heads/master
2020-09-12T02:19:22.073000
2020-01-07T20:02:17
2020-01-07T20:02:17
222,268,531
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.design.patterns.observer.youtube; public interface Subscriber { void update(); void setChannel(Channel channel); }
UTF-8
Java
137
java
Subscriber.java
Java
[]
null
[]
package com.design.patterns.observer.youtube; public interface Subscriber { void update(); void setChannel(Channel channel); }
137
0.744526
0.744526
7
18.571428
17.508017
45
false
false
0
0
0
0
0
0
0.428571
false
false
3
989c783464a828f779be7bd4bacc196cecf64182
19,696,720,033,235
b26fc14137ce8aff1b6a29e88f13e3dba949bcfe
/src/main/java/com/maqiu/wsc/dal/prod/ProdBasePropsDO.java
6e35faaba28c29d672bddf8a4278324e68ba3b7d
[]
no_license
MorganMaxg/wsc
https://github.com/MorganMaxg/wsc
17efd9861012ee5f7bdf490b6ba63fff5bed1e53
92867adc78cf7c8f2f0f8b1f4d3959a5f4ef73b6
refs/heads/master
2020-03-26T20:14:07.159000
2018-11-05T05:00:20
2018-11-05T05:00:20
145,312,190
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.maqiu.wsc.dal.prod; import lombok.Data; import java.util.Date; /** * 产品基本属性 */ @Data public class ProdBasePropsDO { /** * id */ private long id; /** * 产品ID */ private String prodId; /** * 属性名ID */ private long prodNameId; /** * 属性值ID ...
UTF-8
Java
568
java
ProdBasePropsDO.java
Java
[]
null
[]
package com.maqiu.wsc.dal.prod; import lombok.Data; import java.util.Date; /** * 产品基本属性 */ @Data public class ProdBasePropsDO { /** * id */ private long id; /** * 产品ID */ private String prodId; /** * 属性名ID */ private long prodNameId; /** * 属性值ID ...
568
0.484848
0.484848
47
10.234042
9.449108
31
false
false
0
0
0
0
0
0
0.212766
false
false
3
9ae7e231f16235747e92014ab02cf2eeed469fd0
29,033,978,933,243
5ef9ebd87eeb67278dd2c04f9d034a9cdc3b6fdd
/MovieRental/src/models/CustomerModel.java
f5963c41afbe6aaeba78db4b98e7ae7a2c8cd844
[]
no_license
rainapra/Java-JavaFX-rainapra92
https://github.com/rainapra/Java-JavaFX-rainapra92
73153b626190210da05cbf0efd66c836fb30d5a6
b1f429e331169d5c394ea46916a21f9019cde3bd
refs/heads/master
2022-03-18T14:51:44.832000
2019-12-06T01:50:59
2019-12-06T01:50:59
219,056,556
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package models; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.List; import dao.DBConnect; import javafx.scene.control.TableColumn; public class CustomerModel extends DBConnect { // int...
UTF-8
Java
3,252
java
CustomerModel.java
Java
[]
null
[]
package models; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.List; import dao.DBConnect; import javafx.scene.control.TableColumn; public class CustomerModel extends DBConnect { // int...
3,252
0.615929
0.614391
126
23.793652
25.573833
198
false
false
0
0
0
0
0
0
2.65873
false
false
3
af4ab20ab3ffbe029350d983f418bdd63be7a0d9
28,346,784,170,994
5f02c40cceba8c0e0644208be6092bb7066269b0
/src/main/java/org/mmonti/entitygraph/repository/specifications/GroupSpecifications.java
fc377b0c7c57a64995f58482a71c806270033168
[]
no_license
mmonti/entity-graph
https://github.com/mmonti/entity-graph
2b4b0b0c9631974565e31d2ffe9140cfa8a9bfc6
e527cde58756e686eebead9cfbf8d8a29ba425fb
refs/heads/master
2016-08-09T18:29:47.994000
2016-02-04T09:13:13
2016-02-04T09:13:13
50,944,910
2
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.mmonti.entitygraph.repository.specifications; import org.mmonti.entitygraph.model.Group; import org.springframework.data.jpa.domain.Specification; import javax.persistence.criteria.CriteriaBuilder; import javax.persistence.criteria.CriteriaQuery; import javax.persistence.criteria.Predicate; import javax.p...
UTF-8
Java
1,136
java
GroupSpecifications.java
Java
[ { "context": "avax.persistence.criteria.Root;\n\n/**\n * Created by mmonti on 12/16/15.\n */\npublic class GroupSpecifications", "end": 371, "score": 0.9996091723442078, "start": 365, "tag": "USERNAME", "value": "mmonti" } ]
null
[]
package org.mmonti.entitygraph.repository.specifications; import org.mmonti.entitygraph.model.Group; import org.springframework.data.jpa.domain.Specification; import javax.persistence.criteria.CriteriaBuilder; import javax.persistence.criteria.CriteriaQuery; import javax.persistence.criteria.Predicate; import javax.p...
1,136
0.632923
0.627641
39
28.128204
28.984682
115
false
false
0
0
0
0
0
0
0.358974
false
false
3
daf37afc3ee30c9815e09d7f9576a4d58017c2ea
4,707,284,174,753
59b3c19d0032b24fb2339c6b2f541485fca38c2b
/orca-core/src/main/groovy/com/netflix/spinnaker/orca/pipeline/BranchingStageDefinitionBuilder.java
19e3a79655a58cd1e93bc73b734bab4b53711670
[ "Apache-2.0" ]
permissive
microsoft/orca
https://github.com/microsoft/orca
0f657042d49d825cbf6ef8c12422d655e19af01d
517684a4f8cfd9a50498dd80650e5aaf1c2e7035
refs/heads/master
2023-06-21T12:33:58.293000
2023-06-13T17:53:38
2023-06-13T17:53:38
46,595,990
5
9
Apache-2.0
true
2023-06-02T21:26:00
2015-11-21T01:25:30
2021-04-20T15:59:11
2023-06-02T21:25:54
6,932
9
10
1
Groovy
false
false
/* * Copyright 2016 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
UTF-8
Java
2,351
java
BranchingStageDefinitionBuilder.java
Java
[ { "context": "/*\n * Copyright 2016 Netflix, Inc.\n *\n * Licensed under the Apache License, Ve", "end": 28, "score": 0.9138469696044922, "start": 21, "tag": "NAME", "value": "Netflix" } ]
null
[]
/* * Copyright 2016 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
2,351
0.730328
0.726499
73
31.19178
31.733763
103
false
false
0
0
0
0
0
0
0.287671
false
false
3
c4ca0ab30ba844b5c4b474d781ecfab9bcb20e47
28,071,906,259,938
5717b7640ae1755f905e97c2ef18bf992e152370
/app/src/main/java/com/example/digitalshop/Interfaces/LocationListener.java
db899037c57393c39431957664e7fd11df53ee09
[]
no_license
ShahzaibAli02/Final-Year-Project
https://github.com/ShahzaibAli02/Final-Year-Project
194dd12023ffdf886634e4dd9370a2e01f638e11
30cc1a2820f34e4ec36529ee1eb0dd99342a5799
refs/heads/main
2023-07-11T23:47:04.147000
2021-08-09T21:16:15
2021-08-09T21:16:15
380,046,043
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.digitalshop.Interfaces; import com.google.android.gms.maps.model.LatLng; public interface LocationListener { public void onLocationLoad (LatLng latLng); }
UTF-8
Java
185
java
LocationListener.java
Java
[]
null
[]
package com.example.digitalshop.Interfaces; import com.google.android.gms.maps.model.LatLng; public interface LocationListener { public void onLocationLoad (LatLng latLng); }
185
0.783784
0.783784
10
17.5
21.406775
49
false
false
0
0
0
0
0
0
0.3
false
false
3
f9f2757cd715b662c98915771d3870dfc799e2a2
11,321,533,816,025
30c04f566c90c16ca59397bd450de26d910e3d78
/src/gui/MyFrame.java
86ecc5acbae86a1c3f08826fa7eec3cd8bdf6fe8
[]
no_license
eugenyberkut/z1809
https://github.com/eugenyberkut/z1809
c571be0484e3a503f9e00c07b8c56c9bb1c3064f
41065871992ff5bfa33c410e6dd410dc0b97a730
refs/heads/master
2016-09-05T15:09:39.336000
2015-10-09T08:32:01
2015-10-09T08:32:01
42,717,902
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package gui; import logic.Main; import javax.swing.*; import javax.swing.table.TableModel; import java.awt.*; import java.sql.SQLException; /** * Created by Yevhen on 18.09.2015. */ public class MyFrame extends JFrame { Main main; JTable table; JTextField pagesField; public MyFrame(Main main) thro...
UTF-8
Java
2,781
java
MyFrame.java
Java
[ { "context": ";\nimport java.sql.SQLException;\n\n/**\n * Created by Yevhen on 18.09.2015.\n */\npublic class MyFrame extends J", "end": 167, "score": 0.9546685814857483, "start": 161, "tag": "NAME", "value": "Yevhen" } ]
null
[]
package gui; import logic.Main; import javax.swing.*; import javax.swing.table.TableModel; import java.awt.*; import java.sql.SQLException; /** * Created by Yevhen on 18.09.2015. */ public class MyFrame extends JFrame { Main main; JTable table; JTextField pagesField; public MyFrame(Main main) thro...
2,781
0.613536
0.607618
93
28.07527
21.982025
80
false
false
0
0
0
0
0
0
0.602151
false
false
3
052451f4cef7aba486110a1e7981a688f8378b00
30,872,224,933,183
07593813271271dd226b127eb6abec07cb4862f5
/Circulemos2/Circulemos2DTO/src/main/java/co/com/datatools/c2/dto/common/ReporteDTO.java
00deb608c8d9975cd694bdb4c04b78408fb1b4a1
[]
no_license
Divier/proyectojee
https://github.com/Divier/proyectojee
6f28cde44e7d721c86bfa6892b016a90169c65bc
f30892222fa9949dae2d9fc74a750e207d962736
refs/heads/master
2021-04-30T16:58:17.051000
2017-02-09T15:39:54
2017-02-09T15:39:54
80,161,866
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package co.com.datatools.c2.dto.common; public class ReporteDTO { }
UTF-8
Java
70
java
ReporteDTO.java
Java
[]
null
[]
package co.com.datatools.c2.dto.common; public class ReporteDTO { }
70
0.757143
0.742857
5
13
16.136913
39
false
false
0
0
0
0
0
0
0.2
false
false
3
50c30ab978faeebf069778005a80aa335b3cdc4c
16,234,976,399,181
3d4349c88a96505992277c56311e73243130c290
/Preparation/processed-dataset/god-class_1_847/10.java
5be8819894d59b8a207e541ed57f36a7456e10fc
[]
no_license
D-a-r-e-k/Code-Smells-Detection
https://github.com/D-a-r-e-k/Code-Smells-Detection
5270233badf3fb8c2d6034ac4d780e9ce7a8276e
079a02e5037d909114613aedceba1d5dea81c65d
refs/heads/master
2020-05-20T00:03:08.191000
2019-05-15T11:51:51
2019-05-15T11:51:51
185,272,690
7
4
null
null
null
null
null
null
null
null
null
null
null
null
null
public boolean equals(Object a, Object b) { if (a == null) { return b == null; } return a.equals(b); }
UTF-8
Java
123
java
10.java
Java
[]
null
[]
public boolean equals(Object a, Object b) { if (a == null) { return b == null; } return a.equals(b); }
123
0.528455
0.528455
6
19.5
13.829317
43
false
false
0
0
0
0
0
0
0.5
false
false
3
b1fd02f39756ffdf87a96f3927e04cae6e443245
24,592,982,763,764
c9e7f38cf8804242db7e1d1a82fbb6358258f5b7
/src/_09_list/exercise/MyListTest.java
1e8fb3e39c1dc18008d3c639f694139e63af8381
[]
no_license
nhatlinh8816/C0421G1_DangNhatLinh_Module2
https://github.com/nhatlinh8816/C0421G1_DangNhatLinh_Module2
d719ddd884801b9a1a4d989e185a7dc7a2f89eb8
467b0b10beacc138cb2ba733c324dce0aaebfd39
refs/heads/master
2023-06-17T20:41:22.892000
2021-07-13T18:04:23
2021-07-13T18:04:23
372,868,114
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package _09_list.exercise; import java.util.LinkedList; public class MyListTest { public static class Fruit { String name; String color; public Fruit(String name, String color) { this.name = name; this.color = color; } @Override public Stri...
UTF-8
Java
2,331
java
MyListTest.java
Java
[]
null
[]
package _09_list.exercise; import java.util.LinkedList; public class MyListTest { public static class Fruit { String name; String color; public Fruit(String name, String color) { this.name = name; this.color = color; } @Override public Stri...
2,331
0.550408
0.537538
69
32.7971
23.225161
76
false
false
0
0
0
0
0
0
0.681159
false
false
3
424d7359a78b353984a5325f789829aae5eb2a62
13,958,643,761,738
20b497a0096acb0f272a113c8459c3925b537af8
/src/main/java/systems/composable/dropwizard/cassandra/cli/CommandInfo.java
3490bb08d0c5c09734fcff58e6586f378f959a2b
[ "Apache-2.0" ]
permissive
domax/dropwizard-cassandra
https://github.com/domax/dropwizard-cassandra
d40ea1b71bdb6c1d6c70bad43072b83fcd22cbbd
873c457277cc25bfe0ba54bc071d95945851070f
refs/heads/master
2021-01-20T06:14:33.648000
2017-04-12T02:20:50
2017-04-12T02:20:50
83,870,127
0
0
null
true
2017-03-04T06:08:57
2017-03-04T06:08:57
2017-02-08T12:33:07
2016-10-11T21:28:50
319
0
0
0
null
null
null
/* * Copyright 2017 Composable Systems Limited * * 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 ...
UTF-8
Java
4,782
java
CommandInfo.java
Java
[]
null
[]
/* * Copyright 2017 Composable Systems Limited * * 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 ...
4,782
0.708281
0.705772
118
39.525425
28.575417
110
false
false
0
0
0
0
0
0
2.805085
false
false
3
0b3c3554427d84f5c8db140aef47dd7e2a84e450
4,844,723,114,824
06cb3bba3191b029c5a629092fbc2cb68c0a7641
/src/main/java/ch5/num21/Operation2.java
676660d256c5ff53341d6e196fb13fa0323292d9
[]
no_license
yangl235/Learning-EffectiveJava
https://github.com/yangl235/Learning-EffectiveJava
8faa5c63f3f22ddbcd4c3fe11fec70eb7aea04ba
74eebf08c94f5ca2d95134c51936d960399427de
refs/heads/master
2020-03-11T19:53:13.117000
2018-05-10T09:01:51
2018-05-10T09:01:51
130,220,629
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ch5.num21; import java.io.ObjectStreamException; /** * 外部调用Operation时,以Operation常量作为参数,Operation类本身是一个抽象类,只包含 * 一个包级私有方法eval(),针对每个常量都定义一个匿名内部类,每个常量都可以定义自己的eval * 方法 * <p> * 类型安全枚举模式的可扩展变形与可序列化的兼容,每个子类必须分配自己的序数,并且提供自己的readResolve方法 */ public abstract class Operation2 { private transient String name;...
UTF-8
Java
2,134
java
Operation2.java
Java
[]
null
[]
package ch5.num21; import java.io.ObjectStreamException; /** * 外部调用Operation时,以Operation常量作为参数,Operation类本身是一个抽象类,只包含 * 一个包级私有方法eval(),针对每个常量都定义一个匿名内部类,每个常量都可以定义自己的eval * 方法 * <p> * 类型安全枚举模式的可扩展变形与可序列化的兼容,每个子类必须分配自己的序数,并且提供自己的readResolve方法 */ public abstract class Operation2 { private transient String name;...
2,134
0.605236
0.596335
84
21.738094
21.097912
80
false
false
0
0
0
0
0
0
0.345238
false
false
3
b051c36b9617b6261ad67c384fe9f347281f301a
11,252,814,357,186
b1363c923c15ad8cc58dc69b49da4d8531f669d7
/src/model/XVI_Bateau/Galeasse.java
cfa06ea5211228d25ffce0fc199994b41b6b3014
[]
no_license
ghaniturismo/BatailleNavale
https://github.com/ghaniturismo/BatailleNavale
ac8aafd5c3bc7b4db5b342ea3b194f73445f57ca
31a6fbb07987c7c8364d699a53b0eadc375544c0
refs/heads/master
2017-12-04T07:11:38.768000
2017-11-17T15:39:46
2017-11-17T15:39:46
83,138,105
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package model.XVI_Bateau; import model.Bateau; public class Galeasse extends Bateau{ public static final int TAILLE = 2; public Galeasse() { super("Galeasse", TAILLE); // TODO Auto-generated constructor stub } @Override protected Bateau Copy() { Galeasse clone = new Galeasse(); clone.setForce(this...
UTF-8
Java
623
java
Galeasse.java
Java
[]
null
[]
package model.XVI_Bateau; import model.Bateau; public class Galeasse extends Bateau{ public static final int TAILLE = 2; public Galeasse() { super("Galeasse", TAILLE); // TODO Auto-generated constructor stub } @Override protected Bateau Copy() { Galeasse clone = new Galeasse(); clone.setForce(this...
623
0.675762
0.674157
30
19.766666
16.047188
48
false
false
0
0
0
0
0
0
1.466667
false
false
3