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
cd61b1f6d96af7d8961b2b1ae1564a47a52e1bb4
10,179,072,542,343
306dca4253b49c1c231d749fe70e18eccf598015
/JDK8/ConsumerInterfaceDemo.java
2e62b744aa3b3c9ac30040e1312674107ca91fd3
[]
no_license
neerajcoder2000/java-
https://github.com/neerajcoder2000/java-
aad6975ed9d650ab4e128ec2af1e9b8517a4c86d
2099d1740787c1583cbdbabf843d5e6279a408cd
refs/heads/main
2023-08-02T10:00:56.187000
2021-09-27T07:02:01
2021-09-27T07:02:01
410,760,844
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package JDk8; import java.util.function.Consumer; class MyConsumer implements Consumer<Integer>{ @Override public void accept(Integer t) { System.out.println(t); } } public class ConsumerInterfaceDemo { public static void main(String[] args) { //By Inheritance MyConsumer m=...
UTF-8
Java
975
java
ConsumerInterfaceDemo.java
Java
[]
null
[]
package JDk8; import java.util.function.Consumer; class MyConsumer implements Consumer<Integer>{ @Override public void accept(Integer t) { System.out.println(t); } } public class ConsumerInterfaceDemo { public static void main(String[] args) { //By Inheritance MyConsumer m=...
975
0.538462
0.525128
55
15.727273
16.843077
58
false
false
0
0
0
0
0
0
1.945455
false
false
11
a07da7ab94bf9757fe48ce89c744896e319383e3
1,254,130,514,953
aed1f58cd7acaa89f36e36557846020f43b06692
/src/main/java/com/registerLab/beans/reportesElementoBean.java
bec99b13aa744eb2773cb063b1eafae7d12897fd
[]
no_license
checho1998/2019-1-PROYCVDS-NU-EZ_CHIRIVI_RODRIGUEZ
https://github.com/checho1998/2019-1-PROYCVDS-NU-EZ_CHIRIVI_RODRIGUEZ
5866954bde6972ca8e5eba0544d9f28c096da1fa
96ec4d37c032db9bb2e51442c45a2ef79d872e56
refs/heads/master
2022-10-29T12:55:36.415000
2020-05-28T19:01:09
2020-05-28T19:01:09
179,507,486
0
1
null
false
2022-10-12T20:24:57
2019-04-04T13:54:11
2020-05-28T19:01:13
2022-10-12T20:24:55
37,831
0
0
10
Java
false
false
package com.registerLab.beans; import javax.faces.bean.ManagedBean; import javax.faces.bean.ManagedProperty; import javax.faces.bean.RequestScoped; @SuppressWarnings("deprecation") @ManagedBean(name="repsElmBean") @RequestScoped public class reportesElementoBean { @ManagedProperty(value="#{param.elemento}") pr...
UTF-8
Java
483
java
reportesElementoBean.java
Java
[]
null
[]
package com.registerLab.beans; import javax.faces.bean.ManagedBean; import javax.faces.bean.ManagedProperty; import javax.faces.bean.RequestScoped; @SuppressWarnings("deprecation") @ManagedBean(name="repsElmBean") @RequestScoped public class reportesElementoBean { @ManagedProperty(value="#{param.elemento}") pr...
483
0.751553
0.751553
30
15.1
16.310223
45
false
false
0
0
0
0
0
0
0.833333
false
false
11
12f4dd475c6acbba40b8aa8da108dc9bb48f66b5
23,012,434,824,054
f4f0e987a6279febffc6cfe9bfb33d1423404a27
/src/main/java/DataStructure/Graph/Dijkstra.java
c8a74a283504ae0acdbacafccbe99f3c1291ca69
[]
no_license
mabyoung/JavaPractice
https://github.com/mabyoung/JavaPractice
b152d5309e602ba19e4c3988db70ba4d90c4cd72
e28338e671fd3711b32062a95e8169f26687d284
refs/heads/master
2022-10-19T22:32:23.778000
2022-10-17T11:55:58
2022-10-17T11:55:58
144,514,249
0
0
null
false
2022-09-01T23:11:18
2018-08-13T01:21:53
2021-12-17T14:39:55
2022-09-01T23:11:15
1,170
0
0
3
Java
false
false
package DataStructure.Graph; public class Dijkstra { public static final int maxSize = 1000; public static final int INF = Integer.MAX_VALUE/2; public static void dijkstra(MGraph g, int v0, int path[], int dist[]){ int[]vset = new int[maxSize]; int v=0; for (int i = 1; i <= g.n; i++...
UTF-8
Java
1,973
java
Dijkstra.java
Java
[]
null
[]
package DataStructure.Graph; public class Dijkstra { public static final int maxSize = 1000; public static final int INF = Integer.MAX_VALUE/2; public static void dijkstra(MGraph g, int v0, int path[], int dist[]){ int[]vset = new int[maxSize]; int v=0; for (int i = 1; i <= g.n; i++...
1,973
0.42372
0.387734
57
33.614037
22.975008
122
false
false
0
0
0
0
0
0
2.052632
false
false
11
1cecb46d6bf5ce1301382cf51f4b3b880b7fcb3c
23,012,434,824,243
a2ace279503bf18c41cbce0d39e11c45198940af
/src/main/java/com/PG/GreenHouse/InterFace/HeadlessGradinRadioClick.java
4a537568ebd5a2007f509826e245665397c10158
[]
no_license
RukminiMoida/GreenHouse
https://github.com/RukminiMoida/GreenHouse
18314ba1d5bb71f6fdfd99c2eeaa14571d83f0a1
6c55ccc20b5fd2cc428568847f4b36d84aa7095d
refs/heads/master
2020-06-05T20:17:20.352000
2019-06-18T13:04:50
2019-06-18T13:04:50
192,536,277
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.PG.GreenHouse.InterFace; import com.PG.GreenHouse.model.FactoryWeighment.FTLotNumbers; import com.PG.GreenHouse.model.HeadLessGrading.Lot_numbers; public interface HeadlessGradinRadioClick { void onRadioClickFT(Lot_numbers processes_data); }
UTF-8
Java
265
java
HeadlessGradinRadioClick.java
Java
[]
null
[]
package com.PG.GreenHouse.InterFace; import com.PG.GreenHouse.model.FactoryWeighment.FTLotNumbers; import com.PG.GreenHouse.model.HeadLessGrading.Lot_numbers; public interface HeadlessGradinRadioClick { void onRadioClickFT(Lot_numbers processes_data); }
265
0.815094
0.815094
9
28.444445
26.251396
61
false
false
0
0
0
0
0
0
0.444444
false
false
11
01747ceef602c1aeb35be8981ef477abb9421818
24,962,349,976,443
3e5f27103e366eee3badf9339f4540169c6d4f42
/src/main/java/ie/philb/orderingws/service/IOrderService.java
21eef64ba2daaded68c9d2637d5244de129e5d16
[ "MIT" ]
permissive
phil-bradley/OrderingWebServices
https://github.com/phil-bradley/OrderingWebServices
284436a54d56436cbd5ff21e2e87a483bb4d6116
3c6f9b722e2d4fd8dfa6449566a826110de458d9
refs/heads/master
2021-01-16T17:43:51.155000
2015-01-18T14:42:26
2015-01-18T14:42:26
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package ie.philb.orderingws.service; import ie.philb.orderingws.model.Order; import java.util.List; /** * * @author philb */ publi...
UTF-8
Java
631
java
IOrderService.java
Java
[ { "context": "l.Order;\nimport java.util.List;\n\n/**\n *\n * @author philb\n */\npublic interface IOrderService {\n\n public ", "end": 310, "score": 0.9994756579399109, "start": 305, "tag": "USERNAME", "value": "philb" } ]
null
[]
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package ie.philb.orderingws.service; import ie.philb.orderingws.model.Order; import java.util.List; /** * * @author philb */ publi...
631
0.754358
0.754358
25
24.24
27.643848
79
false
false
0
0
0
0
0
0
0.4
false
false
11
0dfbac7325c8958467a51afcd4ef278eb06a14de
14,345,190,834,559
22318fb797211eceffd60d92f8d932df634f1f88
/Clase10Wb/src/main/java/com/neoris/service/imp/AutoImp.java
cb6cceefe6966d99d24c75646e6a76b683f1a010
[]
no_license
Dephros/cursojavaneoris
https://github.com/Dephros/cursojavaneoris
d9edab2caabd0ced2b832a8c7ed4851670258f25
c9866c6748588ae77d29d475f52375a15e886115
refs/heads/master
2020-07-24T10:57:34.463000
2019-09-10T18:33:25
2019-09-10T18:33:25
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.neoris.service.imp; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import com.mysql.jdbc.PreparedStatement; import com.mysql.jdbc.Statement; import com.neoris.dao.ConnectionMysql; import com.neoris.modelo.Auto; import com.neoris.service.AutoDB; ...
UTF-8
Java
1,320
java
AutoImp.java
Java
[]
null
[]
package com.neoris.service.imp; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import com.mysql.jdbc.PreparedStatement; import com.mysql.jdbc.Statement; import com.neoris.dao.ConnectionMysql; import com.neoris.modelo.Auto; import com.neoris.service.AutoDB; ...
1,320
0.696212
0.693939
55
23
24.166092
101
false
false
0
0
0
0
0
0
2.145455
false
false
11
122263450e4d2540919932be31c0d972eac38688
13,692,355,745,944
b38b3a4304706aeac084bd323a9f7243a13d277f
/src/main/java/ru/kpfu/itis/Services/DateIntervalServiceImpl.java
2388573ebaec4bcdec0dc0553bceae77f0486f13
[]
no_license
RuefulMage/Abrom-booking
https://github.com/RuefulMage/Abrom-booking
c0a9f1ba39535bcc1c67f2480c10a8b0ebfa65b5
46e4e83699657d6193b06e6b9382447c0e4bbd42
refs/heads/master
2023-06-01T06:23:54.629000
2023-05-11T11:59:19
2023-05-11T11:59:19
231,924,301
0
0
null
false
2023-05-11T11:59:20
2020-01-05T13:50:01
2022-03-22T17:24:03
2023-05-11T11:59:19
116
0
0
1
Java
false
false
package ru.kpfu.itis.Services; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import ru.kpfu.itis.Exceptions.NotFoundException; import ru.kpfu.itis.Models.Cottage; import ru.kpfu.itis.Models.DateInterval; import ru.kpfu.it...
UTF-8
Java
8,578
java
DateIntervalServiceImpl.java
Java
[]
null
[]
package ru.kpfu.itis.Services; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import ru.kpfu.itis.Exceptions.NotFoundException; import ru.kpfu.itis.Models.Cottage; import ru.kpfu.itis.Models.DateInterval; import ru.kpfu.it...
8,578
0.658985
0.65723
219
38.031963
30.056778
119
false
false
0
0
0
0
0
0
0.557078
false
false
11
2f65fec6b3c0fb779093c4030444d257e69fba08
22,711,787,123,504
965194cff8bdeb68d6301bf52ab066ac9fe5db87
/gator/tags/gator-1.2/gator-core/src/test/java/edu/vt/middleware/gator/UnitTestHelper.java
70805bbb20cf42a237ce3430e44170bf55564640
[]
no_license
ebomitali/vt-middleware
https://github.com/ebomitali/vt-middleware
e60f413ef1662baa772bc0d1c51eee2536a341bb
eb07c6a6e1712cb339fb87df353d8a53a1cbdf0e
refs/heads/master
2020-02-06T10:06:30.547000
2015-03-02T20:12:37
2015-03-02T20:12:37
35,493,361
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* $Id$ Copyright (C) 2008-2009 Virginia Tech. All rights reserved. SEE LICENSE FOR MORE INFORMATION Author: Middleware Email: middleware@vt.edu Version: $Revision$ Updated: $Date$ */ package edu.vt.middleware.gator; import java.util.Calendar; import edu.vt.middleware.gator.AppenderConfig; impor...
UTF-8
Java
3,052
java
UnitTestHelper.java
Java
[ { "context": "d.\n\n SEE LICENSE FOR MORE INFORMATION\n\n Author: Middleware\n Email: middleware@vt.edu\n Version: $Revision", "end": 133, "score": 0.6458093523979187, "start": 123, "tag": "NAME", "value": "Middleware" }, { "context": "MORE INFORMATION\n\n Author: Middleware...
null
[]
/* $Id$ Copyright (C) 2008-2009 Virginia Tech. All rights reserved. SEE LICENSE FOR MORE INFORMATION Author: Middleware Email: <EMAIL> Version: $Revision$ Updated: $Date$ */ package edu.vt.middleware.gator; import java.util.Calendar; import edu.vt.middleware.gator.AppenderConfig; import edu.vt.m...
3,042
0.734273
0.725098
100
29.52
21.898621
77
false
false
0
0
0
0
0
0
0.49
false
false
11
6475dbe5a0955fb1f9fe7b569c0919d01cc779a9
12,498,354,899,208
d0b52d6964944a817f45f1a48620176e6019f731
/core/src/main/java/com/jhqc/pxsj/core/query/root/Join.java
7280d56f7e5ec642ce71e4095abac8f5dcd40503
[]
no_license
yzy830/dao-framework
https://github.com/yzy830/dao-framework
13294a1e97480f48495b5b09f013a2020693dbe8
217ced38b15f47e0eb9f6ff03b7b6fb6b64637b5
refs/heads/master
2021-01-18T04:50:14.901000
2017-03-17T01:52:06
2017-03-17T01:52:06
84,274,553
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.jhqc.pxsj.core.query.root; public interface Join<T, U> extends Root<U> { }
UTF-8
Java
89
java
Join.java
Java
[]
null
[]
package com.jhqc.pxsj.core.query.root; public interface Join<T, U> extends Root<U> { }
89
0.719101
0.719101
5
16.799999
20.29187
45
false
false
0
0
0
0
0
0
0.4
false
false
11
fdc5fc6e3fdc04da01f471702015def6bce10171
4,758,823,802,645
7cb984c9fe4337953ee9bd5e3bcc1b40d2b63bb2
/CustomerServiceImpl.java
cbd4bafc0b7f7404ae4fea0e708c6994cd35f0f8
[]
no_license
saiteja95/sHoppingcart
https://github.com/saiteja95/sHoppingcart
045ee034eb79e685025eef138e74764371b861fa
a4956560260e9651a8557680b10f65ee912271cf
refs/heads/master
2020-06-16T19:27:10.872000
2016-11-29T11:03:45
2016-11-29T11:03:45
75,072,732
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.niit.mycart.serviceImpl; import java.util.List; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import com.niit.mycart.dao.CustomerDAO; import com.niit.mycart.model.Customer; import com.niit.mycart.service.CustomerService; @Servi...
UTF-8
Java
1,045
java
CustomerServiceImpl.java
Java
[]
null
[]
package com.niit.mycart.serviceImpl; import java.util.List; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import com.niit.mycart.dao.CustomerDAO; import com.niit.mycart.model.Customer; import com.niit.mycart.service.CustomerService; @Servi...
1,045
0.759809
0.759809
48
19.8125
22.30065
66
false
false
0
0
0
0
0
0
1.041667
false
false
11
b00ea8110a3e080a5e6204a52be2b96481717318
19,155,554,199,676
96f8d42c474f8dd42ecc6811b6e555363f168d3e
/baike/sources/com/fasterxml/jackson/databind/util/ByteBufferBackedInputStream.java
1a9d1095b889f2ec9605e35d65c3de87a026a107
[]
no_license
aheadlcx/analyzeApk
https://github.com/aheadlcx/analyzeApk
050b261595cecc85790558a02d79739a789ae3a3
25cecc394dde4ed7d4971baf0e9504dcb7fabaca
refs/heads/master
2020-03-10T10:24:49.773000
2018-04-13T09:44:45
2018-04-13T09:44:45
129,332,351
6
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.fasterxml.jackson.databind.util; import java.io.IOException; import java.io.InputStream; import java.nio.ByteBuffer; public class ByteBufferBackedInputStream extends InputStream { protected final ByteBuffer _b; public ByteBufferBackedInputStream(ByteBuffer byteBuffer) { this._b = byteBuff...
UTF-8
Java
776
java
ByteBufferBackedInputStream.java
Java
[]
null
[]
package com.fasterxml.jackson.databind.util; import java.io.IOException; import java.io.InputStream; import java.nio.ByteBuffer; public class ByteBufferBackedInputStream extends InputStream { protected final ByteBuffer _b; public ByteBufferBackedInputStream(ByteBuffer byteBuffer) { this._b = byteBuff...
776
0.626289
0.617268
30
24.866667
21.859755
68
false
false
0
0
0
0
0
0
0.566667
false
false
11
f2a460f4182aa9e52fe6324d9e62e7dee3359f5c
12,713,103,240,116
8d778c9c490a8f626c847c9fc6f8f67ea59235d6
/src/test/java/com/tiernebre/zone_blitz/user/validator/UserSecurityQuestionValidatorImplTests.java
ba721d2bcc3d59395f16f52892108c6ee2b63570
[ "MIT" ]
permissive
Tiernebre/deprecated-zone-blitz
https://github.com/Tiernebre/deprecated-zone-blitz
eb1f9014e3f543f86d11f3d505d5e39424c1a0f7
5912e65485f7a1d8aac7769994e1f77b1882945d
refs/heads/master
2023-02-21T16:06:33.537000
2021-01-25T05:14:32
2021-01-25T05:14:32
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tiernebre.zone_blitz.user.validator; import com.tiernebre.zone_blitz.security_questions.SecurityQuestionService; import com.tiernebre.zone_blitz.user.dto.CreateUserRequest; import com.tiernebre.zone_blitz.user.dto.CreateUserSecurityQuestionRequest; import org.junit.jupiter.api.BeforeEach; import org.junit....
UTF-8
Java
13,870
java
UserSecurityQuestionValidatorImplTests.java
Java
[ { "context": "mUUID().toString())\n .password(UUID.randomUUID().toString())\n .securityQuesti", "end": 2174, "score": 0.6020033359527588, "start": 2159, "tag": "PASSWORD", "value": "UUID.randomUUID" }, { "context": "g())\n .pas...
null
[]
package com.tiernebre.zone_blitz.user.validator; import com.tiernebre.zone_blitz.security_questions.SecurityQuestionService; import com.tiernebre.zone_blitz.user.dto.CreateUserRequest; import com.tiernebre.zone_blitz.user.dto.CreateUserSecurityQuestionRequest; import org.junit.jupiter.api.BeforeEach; import org.junit....
13,756
0.70858
0.708219
225
60.644444
43.170647
172
false
false
0
0
0
0
78
0.011031
0.502222
false
false
11
ea2bb64a91dc657a0c82aa1d5f3d1de02588b3fb
33,947,421,530,755
48827e8a99b0661dbfb9dfd3102a3038b63ad91d
/app/src/main/java/cn/com/newbest/newbestsmarthomeforandroidpad/Register1_verifyMobile.java
6b5d45309e690d49dd75dfe495275cc79458ca71
[]
no_license
18616505009/NewBestSmarthomeForAndroidPad
https://github.com/18616505009/NewBestSmarthomeForAndroidPad
409e7a4e2bcac87515a12484e4be783ae67634df
ee6a5de10d1405c8ff7f15dd9c7ae9c9bec98141
refs/heads/master
2019-12-26T01:07:33.765000
2017-05-18T01:51:16
2017-05-18T01:51:16
91,637,053
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.com.newbest.newbestsmarthomeforandroidpad; import android.app.AlertDialog; import android.content.Intent; import android.os.Bundle; import android.view.KeyEvent; import android.view.View; import android.widget.EditText; import android.widget.RelativeLayout; import com.zhy.autolayout.AutoLayoutActivity; im...
UTF-8
Java
6,118
java
Register1_verifyMobile.java
Java
[]
null
[]
package cn.com.newbest.newbestsmarthomeforandroidpad; import android.app.AlertDialog; import android.content.Intent; import android.os.Bundle; import android.view.KeyEvent; import android.view.View; import android.widget.EditText; import android.widget.RelativeLayout; import com.zhy.autolayout.AutoLayoutActivity; im...
6,118
0.528542
0.524759
167
33.826347
27.385687
121
false
false
0
0
0
0
0
0
0.568862
false
false
11
64aae23ba219cfa8aa02964a8b091efff27ce608
33,947,421,528,286
b3358aa6eb4ad34393f5e4ac9e36db11a83a7545
/slv-api/src/main/java/com/slv/slvapi/utils/Constants.java
bb1ae9d3a2d00baa58a3e45f466cb20e1693bc18
[]
no_license
langston8182/slv
https://github.com/langston8182/slv
f36b9f42591d77f9dba1218306a710914118cdfe
aa1a3aa7708486ae2b6f97b0b463e1f8e6f1c672
refs/heads/master
2021-04-29T02:30:30.733000
2017-01-11T14:21:08
2017-01-11T14:21:08
78,025,556
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.slv.slvapi.utils; /** * Constants class. * * @author yromdhane * */ public final class Constants { /** * Status output key. */ public static final String RESPONSE_STATUS_KEY = "status"; /** * Status output error value. */ public static final String RESPONSE_STA...
UTF-8
Java
578
java
Constants.java
Java
[ { "context": "tils;\r\n\r\n/**\r\n * Constants class.\r\n * \r\n * @author yromdhane\r\n *\r\n */\r\npublic final class Constants {\r\n\r\n /**", "end": 84, "score": 0.9995540380477905, "start": 75, "tag": "USERNAME", "value": "yromdhane" } ]
null
[]
package com.slv.slvapi.utils; /** * Constants class. * * @author yromdhane * */ public final class Constants { /** * Status output key. */ public static final String RESPONSE_STATUS_KEY = "status"; /** * Status output error value. */ public static final String RESPONSE_STA...
578
0.605536
0.605536
32
16.0625
21.077147
71
false
false
0
0
0
0
0
0
0.125
false
false
11
8c19f22bbaf8fbbad16dfff09562420f64dbbd89
33,973,191,329,484
777553e971606d75c39117ded501cf85a3abb9fa
/Connection/src/main/java/org/steven/chen/socket/manager/ClientRWManager.java
d8ccbb98bcf9afa47338288bbe631dbdc3bf2a89
[]
no_license
ChenHao96/ServerSocket
https://github.com/ChenHao96/ServerSocket
2469efe08cc4b67d4652e47d26f81eb07941cded
a7631884356bf3db0c44a4f11976c5102db04745
refs/heads/master
2019-02-01T16:49:54.979000
2018-11-13T08:09:02
2018-11-13T08:09:02
78,696,778
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Copyright 2018 ChenHao96 * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
UTF-8
Java
5,598
java
ClientRWManager.java
Java
[ { "context": "/**\n * Copyright 2018 ChenHao96\n * <p>\n * Licensed under the Apache License,", "end": 26, "score": 0.8850509524345398, "start": 22, "tag": "NAME", "value": "Chen" }, { "context": "/**\n * Copyright 2018 ChenHao96\n * <p>\n * Licensed under the Apache License, ", ...
null
[]
/** * Copyright 2018 ChenHao96 * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
5,598
0.585169
0.581498
158
33.481014
27.502295
107
false
false
0
0
0
0
0
0
0.493671
false
false
11
9e68fb053b11ffffdd0b5039e369414d41c9213b
34,170,759,830,282
1350f85cd7e8c5606bc84bec9cc6d5a14d4640a5
/shared-web/src/main/java/au/edu/aekos/shared/service/index/SubmissionIndexField.java
72b1524467543e802807131a6ac1359e99f4c894
[]
no_license
Tillbilly/shared-ecoinformatics
https://github.com/Tillbilly/shared-ecoinformatics
5b900ccdf226288eb8f1e6dc8acdf47845ffcbe1
f5a1396cc3f265fea449698be8a898e59803c99d
refs/heads/master
2022-12-21T18:17:46.554000
2016-08-23T07:40:21
2016-08-23T07:40:21
66,336,965
0
0
null
false
2022-12-16T01:53:00
2016-08-23T05:46:55
2016-08-23T07:26:18
2022-12-16T01:53:00
43,260
0
0
27
Java
false
false
package au.edu.aekos.shared.service.index; public class SubmissionIndexField { private String sharedTag; private String indexFieldName; //When indexing a species common name, we also need to write a corresponding //scientific and genus/species type entries to the scientific species index field. private String sp...
UTF-8
Java
1,783
java
SubmissionIndexField.java
Java
[]
null
[]
package au.edu.aekos.shared.service.index; public class SubmissionIndexField { private String sharedTag; private String indexFieldName; //When indexing a species common name, we also need to write a corresponding //scientific and genus/species type entries to the scientific species index field. private String sp...
1,783
0.777342
0.777342
57
30.280703
26.467958
94
false
false
0
0
0
0
0
0
1.596491
false
false
11
a7257fa88cb6b00da9447df4d1e89a67ef48b978
34,170,759,830,428
2524f2b9bc706e881229d65a2b10c1adc8ec5a6e
/RobotNXT/src/test/java/de/fhg/iais/roberta/ast/syntax/actors/ToneActionTest.java
3c747c8ea10077cee59b9d6a08febdb5826922f1
[ "MIT", "GPL-3.0-only", "Apache-2.0" ]
permissive
rohit-bindal/openroberta-lab
https://github.com/rohit-bindal/openroberta-lab
13831724073cc355db19ad804010924ade09a1b2
7ed823538e34b3dbee93a902b61630c39f8909a3
refs/heads/master
2020-12-18T11:42:30.766000
2020-01-21T16:57:58
2020-01-21T16:57:58
235,364,711
3
0
Apache-2.0
true
2020-01-21T14:42:53
2020-01-21T14:42:53
2020-01-21T14:14:29
2020-01-21T13:44:15
393,794
0
0
0
null
false
false
package de.fhg.iais.roberta.ast.syntax.actors; import org.junit.Test; import de.fhg.iais.roberta.NxtAstTest; import de.fhg.iais.roberta.util.test.UnitTestHelper; public class ToneActionTest extends NxtAstTest { @Test public void playTone() throws Exception { final String a = "PlayToneEx(300, 100, vo...
UTF-8
Java
499
java
ToneActionTest.java
Java
[]
null
[]
package de.fhg.iais.roberta.ast.syntax.actors; import org.junit.Test; import de.fhg.iais.roberta.NxtAstTest; import de.fhg.iais.roberta.util.test.UnitTestHelper; public class ToneActionTest extends NxtAstTest { @Test public void playTone() throws Exception { final String a = "PlayToneEx(300, 100, vo...
499
0.751503
0.733467
16
30.1875
37.523689
143
false
false
0
0
0
0
0
0
0.875
false
false
11
d26584df1dde1c0df3e79f2bd3845368b7cc0e4d
35,184,372,097,060
07033724e336be5ad8fb012ea0a0fd5fd9037d10
/client/src/main/java/client/Main.java
5c960debecd3ee48ea59107f76864a6eede83c64
[]
no_license
terxor/java-chat-app
https://github.com/terxor/java-chat-app
75c45271163cc5420b000c2cc1cbe0c5050cc57a
435d7daf1a1aa9e497a765bf015780c12fbe7001
refs/heads/master
2022-11-14T17:00:11.140000
2020-07-07T08:20:42
2020-07-07T08:20:42
277,366,437
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package client; import client.core.User; import client.gui.ClientGui; import client.gui.StartupGui; public class Main { public static void main(String[] args) { /* Scanner scanner = new Scanner(System.in); System.out.println("Enter your name, server address, port"); String name = ...
UTF-8
Java
703
java
Main.java
Java
[]
null
[]
package client; import client.core.User; import client.gui.ClientGui; import client.gui.StartupGui; public class Main { public static void main(String[] args) { /* Scanner scanner = new Scanner(System.in); System.out.println("Enter your name, server address, port"); String name = ...
703
0.621622
0.621622
26
26.038462
19.85424
68
false
false
0
0
0
0
0
0
0.692308
false
false
11
97e270908183e4552c342c8c2a28ac20a4830753
35,476,429,874,173
17e8438486cb3e3073966ca2c14956d3ba9209ea
/dso/tags/3.7.7/dso-l1-api/src/main/java/com/tc/object/bytecode/ExceptionTableOrderingMethodAdapter.java
6bd3a5b19b59dc8b4ae5bfa4732c18dbfb8577ae
[]
no_license
sirinath/Terracotta
https://github.com/sirinath/Terracotta
fedfc2c4f0f06c990f94b8b6c3b9c93293334345
00a7662b9cf530dfdb43f2dd821fa559e998c892
refs/heads/master
2021-01-23T05:41:52.414000
2015-07-02T15:21:54
2015-07-02T15:21:54
38,613,711
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * All content copyright (c) 2003-2008 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved. */ package com.tc.object.bytecode; import com.tc.asm.Label; import com.tc.asm.MethodAdapter; import com.tc.asm.MethodVisitor; import com.tc.logging.TCLogger; import com.tc...
UTF-8
Java
7,716
java
ExceptionTableOrderingMethodAdapter.java
Java
[ { "context": "ids this by using the ASM tree API.\n * \n * @author Chris Dennis\n */\npublic class ExceptionTableOrderingMethodAdap", "end": 1516, "score": 0.9994610548019409, "start": 1504, "tag": "NAME", "value": "Chris Dennis" } ]
null
[]
/* * All content copyright (c) 2003-2008 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved. */ package com.tc.object.bytecode; import com.tc.asm.Label; import com.tc.asm.MethodAdapter; import com.tc.asm.MethodVisitor; import com.tc.logging.TCLogger; import com.tc...
7,710
0.632582
0.624417
222
33.752251
35.405209
170
false
false
0
0
0
0
0
0
0.364865
false
false
11
d88e1f8c597dcb5ae2f577cbbd99036bd8e7e3fa
20,461,224,202,101
5827680a971ec56d5636d1ee112793b870f91122
/[FINAL]/[FSXPlanner]/src/com_r27b/zbluesoftware/fsxp/renderer/IndexNameRenderer.java
1f7c63413f263f8033d7523e5eba0495bf5f225c
[]
no_license
bily/fsxp
https://github.com/bily/fsxp
61185fad6d87a1b0bc6d98dbdb8a02bd7e83c0cb
39f1ff19a2fd5b86e764602baf543298d985b303
refs/heads/master
2021-01-20T04:33:10.510000
2012-08-12T07:28:23
2012-08-12T07:28:23
7,416,727
3
4
null
null
null
null
null
null
null
null
null
null
null
null
null
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) // Source File Name: IndexNameRenderer.java package com.zbluesoftware.fsxp.renderer; import com.zbluesoftware.fsxp.util.Utilities; import java.awt.*; import java.util...
UTF-8
Java
1,723
java
IndexNameRenderer.java
Java
[ { "context": "// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.kpdus.com/jad.html\n", "end": 61, "score": 0.9996733665466309, "start": 45, "tag": "NAME", "value": "Pavel Kouznetsov" } ]
null
[]
// Decompiled by Jad v1.5.8g. Copyright 2001 <NAME>. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) // Source File Name: IndexNameRenderer.java package com.zbluesoftware.fsxp.renderer; import com.zbluesoftware.fsxp.util.Utilities; import java.awt.*; import java.util.HashMap; ...
1,713
0.618108
0.611724
63
26.349207
22.206934
128
false
false
0
0
0
0
0
0
0.47619
false
false
11
23ee7cdc6de89cbf8c1d09e07b1d23c0169b199b
22,351,009,853,737
00dc1928174a8017dae99bfe0710e0ac5ebb15a8
/freedom-service-auth/src/main/java/io/github/freedom/service/impl/PermissionServiceImpl.java
a45c6807cb1aba6940ee6a946c2a9801ea83d717
[]
no_license
huadahuang1983/spring-cloud-micro-services
https://github.com/huadahuang1983/spring-cloud-micro-services
7d8cd09634e034c6f8a8871f97ff675b9b719188
baa2de657dee41638082cd749e30f0fe2ca7c821
refs/heads/master
2018-12-26T14:41:27.829000
2018-11-21T16:18:28
2018-11-21T16:18:28
137,232,028
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package io.github.freedom.service.impl; import org.apache.commons.lang3.StringUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.github.pagehelper.Page; import com.github.pagehelper.PageHelper; import io.github.freedom.client.IdGener...
UTF-8
Java
3,677
java
PermissionServiceImpl.java
Java
[]
null
[]
package io.github.freedom.service.impl; import org.apache.commons.lang3.StringUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.github.pagehelper.Page; import com.github.pagehelper.PageHelper; import io.github.freedom.client.IdGener...
3,677
0.777717
0.776891
104
32.951923
25.730249
100
false
false
0
0
0
0
0
0
1.817308
false
false
11
bd8b9eefa0dd0cce8132ef6b1448f9f12c8dcb24
24,275,155,202,474
d4dd333f4a22b9ff3b9a00c6acea83dfd4f95697
/ubre-core/src/main/java/br/net/ubre/lang/keyword/binary/compare/comparation/Comparation.java
5d98e4a08299a95b7fcd3d15e70c48b9222f94fb
[]
no_license
siviotti/ubre
https://github.com/siviotti/ubre
1302d4e3ba671194e5d1ba658865b308eeaf3314
86d2a94fcc0bb711dd73b811089c75023b9cf08a
refs/heads/master
2021-01-10T03:19:14.995000
2016-03-14T12:14:46
2016-03-14T12:14:46
44,707,109
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package br.net.ubre.lang.keyword.binary.compare.comparation; /** * @author Douglas Siviotti (073.116.317-69) * @version 25/03/2015 * */ public interface Comparation { abstract int compare(Object obj1, Object obj2); }
UTF-8
Java
226
java
Comparation.java
Java
[ { "context": "eyword.binary.compare.comparation;\n\n/**\n * @author Douglas Siviotti (073.116.317-69)\n * @version 25/03/2015\n *\n */\npu", "end": 93, "score": 0.9998769760131836, "start": 77, "tag": "NAME", "value": "Douglas Siviotti" } ]
null
[]
package br.net.ubre.lang.keyword.binary.compare.comparation; /** * @author <NAME> (073.116.317-69) * @version 25/03/2015 * */ public interface Comparation { abstract int compare(Object obj1, Object obj2); }
216
0.716814
0.623894
12
17.833334
21.275312
60
false
false
0
0
0
0
0
0
0.416667
false
false
11
b5b5d2b44bce7544077b536152b3429e95cab71b
33,861,522,190,725
394ee5698ad2dc4ddba332c93611dbf2a975e6c5
/Main.java
55c8a2c4422050fa42f93f9b083de6266291d2d5
[]
no_license
weeneen02/algos
https://github.com/weeneen02/algos
b53aa64da43210066286d46c4ccc86fe18941170
b704c8e7fc0a9935826b26e7ec511f1438414e85
refs/heads/master
2021-05-11T01:02:31.643000
2018-02-01T03:50:48
2018-02-01T03:50:48
118,320,252
0
1
null
false
2018-02-01T03:50:49
2018-01-21T09:12:58
2018-01-21T09:12:58
2018-02-01T03:50:48
2
0
1
0
null
false
null
import java.io.BufferedReader; import java.io.BufferedWriter; import java.text.DecimalFormat; import java.util.Scanner; import java.util.PriorityQueue; import java.util.Comparator; import java.util.*; import java.io.*; class Edge <W, V> { // Edge를 하나의 클래스로 표현하여 입력 받음 public W weight; // edge에...
UTF-8
Java
6,130
java
Main.java
Java
[]
null
[]
import java.io.BufferedReader; import java.io.BufferedWriter; import java.text.DecimalFormat; import java.util.Scanner; import java.util.PriorityQueue; import java.util.Comparator; import java.util.*; import java.io.*; class Edge <W, V> { // Edge를 하나의 클래스로 표현하여 입력 받음 public W weight; // edge에...
6,130
0.473224
0.461831
166
29.722891
26.043436
130
false
false
0
0
0
0
0
0
1.596386
false
false
11
e0ab4c0d60595cc4113434f2086c73162811d0ca
31,121,333,094,710
a7845cbb42862c25644e7e69fc6a9d028868bead
/Covfefe/src/covfefe/ESeriesTemplate.java
10ec621b795cbb5581a8300e7763eb5fe5b1bcc4
[ "MIT", "Apache-2.0" ]
permissive
SoftwareBySebastianLang/Covfefe
https://github.com/SoftwareBySebastianLang/Covfefe
d0ccfc19df6e627808b44b9ef2693d839a4f7b4c
f22445cd183352f502b833a55b5113000db3ad56
refs/heads/master
2020-03-14T20:22:24.269000
2018-07-06T21:13:33
2018-07-06T21:13:33
131,775,491
6
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package covfefe; /** * Klasse zur Erzeugung von Objekten, die verschiedene E-Reihen repräsentieren * @author Marc Gebert, Dominik Thörmer, Tobias Vöth * @version 26.06.2018 */ public class ESeriesTemplate { private final int items; private final double tolerance; private double[] values; /** ...
ISO-8859-1
Java
3,095
java
ESeriesTemplate.java
Java
[ { "context": "e verschiedene E-Reihen repräsentieren\r\n * @author Marc Gebert, Dominik Thörmer, Tobias Vöth\r\n * @version 26.06.", "end": 127, "score": 0.9998547434806824, "start": 116, "tag": "NAME", "value": "Marc Gebert" }, { "context": "e E-Reihen repräsentieren\r\n * @author M...
null
[]
package covfefe; /** * Klasse zur Erzeugung von Objekten, die verschiedene E-Reihen repräsentieren * @author <NAME>, <NAME>, <NAME> * @version 26.06.2018 */ public class ESeriesTemplate { private final int items; private final double tolerance; private double[] values; /** * Konstruktor zum E...
3,074
0.62192
0.605707
118
24.152542
24.453217
117
false
false
0
0
0
0
0
0
1.813559
false
false
11
f46ba07f35cad6c12fc7fefbd22b00c8ac701e89
6,012,954,281,794
24c15e68fff7c3eccce80e14cff3a8778c1a2736
/legacy/jxpilot/src/main/java/net/sf/jxpilot/map/RecRDBlock.java
556b9f2213a230aa9eadec140433270db920e023
[]
no_license
Ranbato/JXPilot
https://github.com/Ranbato/JXPilot
5d92e6fdf6ee9be51ebeed3c713638b259416ef5
d36bb8e4ada4af878f83a9dd3c4c5cd4e436528b
refs/heads/master
2020-12-02T22:29:29.591000
2017-09-01T12:23:40
2017-09-01T12:27:40
96,138,604
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.sf.jxpilot.map; import java.awt.Graphics2D; import java.awt.Polygon; import java.awt.Color; import java.awt.image.BufferedImage; import net.sf.jgamelibrary.geom.Polygon2DAdaptor; import net.sf.jgamelibrary.geom.Polygon2D; import net.sf.jgamelibrary.graphics.Accelerator; import net.sf.jgamelibrary.graphic...
UTF-8
Java
1,255
java
RecRDBlock.java
Java
[]
null
[]
package net.sf.jxpilot.map; import java.awt.Graphics2D; import java.awt.Polygon; import java.awt.Color; import java.awt.image.BufferedImage; import net.sf.jgamelibrary.geom.Polygon2DAdaptor; import net.sf.jgamelibrary.geom.Polygon2D; import net.sf.jgamelibrary.graphics.Accelerator; import net.sf.jgamelibrary.graphic...
1,255
0.744223
0.7251
45
26.911112
21.087988
71
false
false
0
0
0
0
0
0
1.866667
false
false
11
544f671af6b941965b4590efc68fbe28e0e4a4c2
18,854,906,498,002
26cedfdfa65b1fefd3e192f5089effdc57a3049f
/WikipediaCleaner/src/org/wikipediacleaner/api/check/algorithm/CheckErrorAlgorithm050.java
8338a8ad29a6a3f2b00ca76b179831308dcfdb14
[ "Apache-2.0" ]
permissive
josve05a/wpcleaner
https://github.com/josve05a/wpcleaner
8a128ef83732a0f88c2469d09619da85daada2cf
74154bddaa6ba6a0314b79483aa5da7139c1fb2d
refs/heads/master
2018-05-30T03:57:24.206000
2015-08-08T14:48:12
2015-08-08T14:48:12
40,417,492
1
0
null
true
2015-08-08T21:57:02
2015-08-08T21:57:01
2015-08-08T21:56:52
2015-08-08T14:48:46
0
0
0
0
null
null
null
/* * WPCleaner: A tool to help on Wikipedia maintenance tasks. * Copyright (C) 2013 Nicolas Vervelle * * See README.txt file for licensing information. */ package org.wikipediacleaner.api.check.algorithm; import java.util.ArrayList; import java.util.List; import org.wikipediacleaner.api.check.Ht...
UTF-8
Java
1,081
java
CheckErrorAlgorithm050.java
Java
[ { "context": "ipedia maintenance tasks.\r\n * Copyright (C) 2013 Nicolas Vervelle\r\n *\r\n * See README.txt file for licensing inform", "end": 107, "score": 0.9998495578765869, "start": 91, "tag": "NAME", "value": "Nicolas Vervelle" } ]
null
[]
/* * WPCleaner: A tool to help on Wikipedia maintenance tasks. * Copyright (C) 2013 <NAME> * * See README.txt file for licensing information. */ package org.wikipediacleaner.api.check.algorithm; import java.util.ArrayList; import java.util.List; import org.wikipediacleaner.api.check.HtmlCharacte...
1,071
0.707678
0.694727
41
24.365854
24.742336
82
false
false
0
0
0
0
0
0
0.243902
false
false
11
8c6a6c193cb4101e377b50d714f470838bec8ebe
6,244,882,507,116
eb0910dad97d523934ed2a6e4af32bd802582e1a
/src/Reptworking/Methods/Method_tobe.java
5c3d6141ededd533ebf05fc7824ce9e8365c1559
[]
no_license
Fatma-Src/Spring2020JavaPractice
https://github.com/Fatma-Src/Spring2020JavaPractice
ae1529bc1b76762eb78aff8e3e943b6d8c7cea50
2554a2c7006286284130063a5a390c78413ab5e8
refs/heads/master
2022-07-12T11:24:30.565000
2020-05-14T14:49:43
2020-05-14T14:49:43
258,283,922
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Reptworking.Methods; public class Method_tobe { public static void main(String[] args) { boolean x= false; boolean y= true; boolean result1=hamletQuote(x,y); System.out.println(result1); } public static boolean hamletQuote(boolean toBe,boolean notToBe){ /...
UTF-8
Java
413
java
Method_tobe.java
Java
[]
null
[]
package Reptworking.Methods; public class Method_tobe { public static void main(String[] args) { boolean x= false; boolean y= true; boolean result1=hamletQuote(x,y); System.out.println(result1); } public static boolean hamletQuote(boolean toBe,boolean notToBe){ /...
413
0.617433
0.612591
20
19.65
19.2283
68
false
false
0
0
0
0
0
0
0.65
false
false
11
0ba97a91ffbd5644e9c5f78ae7be5803413cceba
33,217,277,109,456
20844e9ccc746c793170ab5e27431b07a54b9553
/greenspacevectors/src/main/java/jakobo/msc/ShapeFileVectorChecker.java
1c83c524826a9d583a7ccdf0f9fa5fac3dcb472c
[]
no_license
JakoboEU/manchesterbirding
https://github.com/JakoboEU/manchesterbirding
78576a3c95e3f48ad1efaac765a5072a865c9280
b00a46efa4b7d16845039e63621f510288bc87d1
refs/heads/master
2020-04-11T22:19:17.923000
2019-10-11T14:59:29
2019-10-11T14:59:29
162,132,429
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package jakobo.msc; import com.google.common.collect.Streams; import jakobo.msc.dbf.GreenspaceDbfEntry; import jakobo.msc.mergedgreenspace.MergedGreenspaceShapeDbfFile; import org.apache.commons.lang3.StringUtils; import java.io.FileNotFoundException; import java.util.Collections; import java.util.List; import java.u...
UTF-8
Java
3,358
java
ShapeFileVectorChecker.java
Java
[]
null
[]
package jakobo.msc; import com.google.common.collect.Streams; import jakobo.msc.dbf.GreenspaceDbfEntry; import jakobo.msc.mergedgreenspace.MergedGreenspaceShapeDbfFile; import org.apache.commons.lang3.StringUtils; import java.io.FileNotFoundException; import java.util.Collections; import java.util.List; import java.u...
3,358
0.650089
0.640262
70
46.971428
38.331623
167
false
false
0
0
0
0
0
0
0.7
false
false
11
b5dc3dcdc48ab575769fe53f30ce00b1c1c7082c
29,841,432,792,880
60673743478bda9036d709279816a210f342bb43
/app/src/main/java/ahafidz/com/myapplication/listener/OnSelectListListener.java
eb4ff8dc3de36f7fb28f35f2085307f6243911cc
[]
no_license
akbaranjas/MyApplication
https://github.com/akbaranjas/MyApplication
8d70fff8eec8a753dde131a3b08834802fd9ccd3
92c5ad31f1f51da8e2c035f293f10e546cc6fcf3
refs/heads/master
2020-05-18T01:46:46.069000
2019-05-16T16:08:34
2019-05-16T16:08:34
184,098,559
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ahafidz.com.myapplication.listener; import ahafidz.com.myapplication.bean.Record; public interface OnSelectListListener { void onSelect(String type, Record record); }
UTF-8
Java
181
java
OnSelectListListener.java
Java
[]
null
[]
package ahafidz.com.myapplication.listener; import ahafidz.com.myapplication.bean.Record; public interface OnSelectListListener { void onSelect(String type, Record record); }
181
0.80663
0.80663
7
24.857143
21.336946
46
false
false
0
0
0
0
0
0
0.571429
false
false
11
88a364533c20705eeaef014d349c9340c0027458
4,973,572,147,963
5eae7e54f47aefc22530f05f710b9d882ce69d94
/Indus/src/edu/ksu/cis/indus/staticanalyses/dependency/InterferenceDAv3.java
1cdeb833b8ca5fe23b4285e6397c11ce8f81c754
[]
no_license
thomasking1990/workspace
https://github.com/thomasking1990/workspace
f0c8f593f20930cbb60afbaf9cd36ebff434fc15
e2fa688bb4822ac9b4a8c2c2afd4e7098e53ea4a
refs/heads/master
2016-09-08T04:34:17.527000
2015-09-04T12:48:09
2015-09-04T12:48:09
40,751,358
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/******************************************************************************* * Indus, a program analysis and transformation toolkit for Java. * Copyright (c) 2001, 2007 Venkatesh Prasad Ranganath * * All rights reserved. This program and the accompanying materials are made * available under the terms of the...
UTF-8
Java
4,993
java
InterferenceDAv3.java
Java
[ { "context": "tion toolkit for Java.\n * Copyright (c) 2001, 2007 Venkatesh Prasad Ranganath\n * \n * All rights reserved. This program and the", "end": 201, "score": 0.9999001622200012, "start": 175, "tag": "NAME", "value": "Venkatesh Prasad Ranganath" }, { "context": "he license, ...
null
[]
/******************************************************************************* * Indus, a program analysis and transformation toolkit for Java. * Copyright (c) 2001, 2007 <NAME> * * All rights reserved. This program and the accompanying materials are made * available under the terms of the Eclipse Public Lice...
4,885
0.733026
0.72842
126
38.626984
37.383625
123
false
false
0
0
0
0
0
0
1.666667
false
false
11
edf91c71ed269e80c58e40a179f25270bf7446d0
6,665,789,281,299
5b181a24a5942decc2e0f64138d1f11bb918f0fa
/core/src/main/java/com/digitnexus/core/scheduler/db/DBCleanUpScheduler.java
e699f70bceae5797ee7c351dff35fa287148b5e0
[]
no_license
tivonli/DNPlatform
https://github.com/tivonli/DNPlatform
030aa7fe946a6d5c8ffede09f03c069af6935c91
12bfe4ac7c6ddc65f259470a2581cf7b2dc6846f
refs/heads/master
2021-01-11T05:41:55.572000
2016-10-21T09:07:00
2016-10-21T09:07:00
71,526,197
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.digitnexus.core.scheduler.db; import org.quartz.SimpleTrigger; import org.springframework.scheduling.quartz.QuartzJobBean; import org.springframework.stereotype.Component; import com.digitnexus.core.scheduler.MessageSchedulerBean; @Component public class DBCleanUpScheduler extends MessageSchedulerBean { ...
UTF-8
Java
685
java
DBCleanUpScheduler.java
Java
[]
null
[]
package com.digitnexus.core.scheduler.db; import org.quartz.SimpleTrigger; import org.springframework.scheduling.quartz.QuartzJobBean; import org.springframework.stereotype.Component; import com.digitnexus.core.scheduler.MessageSchedulerBean; @Component public class DBCleanUpScheduler extends MessageSchedulerBean { ...
685
0.783942
0.773723
33
19.757576
20.653021
62
false
false
0
0
0
0
0
0
0.939394
false
false
11
dcd1f466f4417c37f04e503770384dd18a2f72e5
10,874,857,226,909
d4f85e45fb87fb24d5d1c9354b4e7933590ee509
/app/src/main/java/br/edu/iff/pooa20181/safepass/model/SafePass.java
9a064438f927c597f84c03f4a3947872e25b405f
[]
no_license
mbissonho/safepass
https://github.com/mbissonho/safepass
8647fafc755cbc6e17f823d4c5e23523d919f81f
0ea3d46df6b24a4bda8d5d8ae1c0678a5ee08ec5
refs/heads/master
2020-03-21T13:19:26.958000
2018-08-27T21:12:34
2018-08-27T21:12:34
138,599,775
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package br.edu.iff.pooa20181.safepass.model; import java.io.Serializable; import io.realm.RealmObject; import io.realm.annotations.Ignore; import io.realm.annotations.PrimaryKey; public class SafePass extends RealmObject implements Serializable { @PrimaryKey private int id; @Ignore private static Sa...
UTF-8
Java
990
java
SafePass.java
Java
[]
null
[]
package br.edu.iff.pooa20181.safepass.model; import java.io.Serializable; import io.realm.RealmObject; import io.realm.annotations.Ignore; import io.realm.annotations.PrimaryKey; public class SafePass extends RealmObject implements Serializable { @PrimaryKey private int id; @Ignore private static Sa...
990
0.649495
0.644444
51
18.411764
17.712494
67
false
false
0
0
0
0
0
0
0.333333
false
false
11
4f231893031bc06820df6e68bfbf9222b0d824cc
16,406,775,138,553
9cfe61ed093a4ba0f253dc52db11f337cdf034a8
/app/src/main/java/com/ifeell/app/aboutball/my/activity/OrderRefundDetailsActivity.java
850445437b81c0d8d94bc4be8580fa18bc3c716f
[]
no_license
Hu12037102/AboutBall
https://github.com/Hu12037102/AboutBall
1e3cd39e7ad152508398c23fb577135e0a2ea830
27d0e7d34a6545946df39b13ebda5ada76eed6cd
refs/heads/master
2021-05-23T08:23:18.840000
2019-10-22T14:28:58
2019-10-22T14:28:58
253,191,665
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ifeell.app.aboutball.my.activity; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import android.widget.TextView; import com.alibaba.android.arouter.facade.annotation.Route; import com.example.item.weight.TitleView; import com.ifeell.app.aboutbal...
UTF-8
Java
4,245
java
OrderRefundDetailsActivity.java
Java
[ { "context": "l.List;\n\nimport butterknife.BindView;\n\n/**\n * 作者: 胡庆岭\n * 创建时间: 2019/5/24 10:17\n * 更新时间: 2019/5/24 10:17", "end": 854, "score": 0.9998106956481934, "start": 851, "tag": "NAME", "value": "胡庆岭" } ]
null
[]
package com.ifeell.app.aboutball.my.activity; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import android.widget.TextView; import com.alibaba.android.arouter.facade.annotation.Route; import com.example.item.weight.TitleView; import com.ifeell.app.aboutbal...
4,245
0.724803
0.71837
114
35.815788
32.972492
184
false
false
0
0
0
0
0
0
0.614035
false
false
11
593061171fb5368973d5ea137d5ff9e16b9e1e2d
16,406,775,138,741
5826e59ccdf8a59859c469f3a9b6f584d7823c25
/src/dao/ClienteDAO.java
1da27c62cb767d17f4862130af3f9ac3a54eb4cb
[]
no_license
johnpaiva16/TAP-ProjetoP2
https://github.com/johnpaiva16/TAP-ProjetoP2
8249dd6ccfa9cc1f29c4886267ae7530c9900537
869d0f2f4bdda86a6307c72c1bb4d67d85d27490
refs/heads/master
2020-03-19T13:01:52.091000
2018-06-20T20:58:47
2018-06-20T20:58:47
136,476,365
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; i...
UTF-8
Java
1,994
java
ClienteDAO.java
Java
[ { "context": "import util.ConnectionUtilJDBC;\n\n/**\n *\n * @author jesp\n */\npublic class ClienteDAO {\n\n protected Prep", "end": 544, "score": 0.9996659755706787, "start": 540, "tag": "USERNAME", "value": "jesp" } ]
null
[]
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; i...
1,994
0.647442
0.638917
63
30.650793
22.34375
110
false
false
0
0
0
0
0
0
0.68254
false
false
11
a2d36df41f16ed0f77cb2bb26236b21725800581
28,003,186,806,054
3c6c0a607671c4f93ce3b768c2f5c955e84bdcaa
/impl/core/src/main/java/br/gov/frameworkdemoiselle/behave/internal/spi/InjectionManager.java
4fe5fee3065bea0f470415c965bbaf402044cb3a
[]
no_license
ThiagoNicolielo/behave
https://github.com/ThiagoNicolielo/behave
980a7215336be96c4e11e11a09c815e20ebfc023
dca425f2fae99dc747abd8584bf3b91838928a95
refs/heads/master
2021-01-22T12:57:45.515000
2015-12-17T22:00:30
2015-12-17T22:00:30
27,878,734
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Demoiselle Framework * Copyright (C) 2013 SERPRO * ---------------------------------------------------------------------------- * This file is part of Demoiselle Framework. * * Demoiselle Framework is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public...
UTF-8
Java
4,240
java
InjectionManager.java
Java
[ { "context": "/*\n * Demoiselle Framework\n * Copyright (C) 2013 SERPRO\n * -------------------------------------------", "end": 52, "score": 0.6050365567207336, "start": 49, "tag": "USERNAME", "value": "SER" }, { "context": "a instânciado em toda da a chamada.\n * \n * @author SERPR...
null
[]
/* * Demoiselle Framework * Copyright (C) 2013 SERPRO * ---------------------------------------------------------------------------- * This file is part of Demoiselle Framework. * * Demoiselle Framework is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public...
4,240
0.716358
0.708987
114
35.894737
32.865318
202
false
false
0
0
0
0
0
0
1.526316
false
false
11
c5d8ccc4330b3ba5a154b518249cc3e8d0e8fc4e
24,060,406,829,149
0ebc5d086f8ad66cb31b1edb24246fa1571a0047
/FuramaProjectJSP/src/dao/ServiceAttachDAO.java
5ecf860b3baabe0ab49f65433f265b83ad7f0173
[]
no_license
voducviet08b2/C0420G1-VoDucViet-Module3
https://github.com/voducviet08b2/C0420G1-VoDucViet-Module3
f7c323e53086dd02295f019d7b7eeeb690c353fd
c2b25fc8c68abd38258ba47639868b9684efac9a
refs/heads/master
2022-11-29T04:51:43.497000
2020-08-14T01:29:40
2020-08-14T01:29:40
279,247,961
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package dao; import model.ServiceAttach; import java.util.List; public interface ServiceAttachDAO { List<ServiceAttach> findAll(); }
UTF-8
Java
140
java
ServiceAttachDAO.java
Java
[]
null
[]
package dao; import model.ServiceAttach; import java.util.List; public interface ServiceAttachDAO { List<ServiceAttach> findAll(); }
140
0.764286
0.764286
9
14.555555
14.268155
35
false
false
0
0
0
0
0
0
0.444444
false
false
11
ae67f1c0b53c2572637e5acfcc44b5c19d2f5a18
5,299,989,693,572
45149769e44a31c024a96e556525e9a67d70ce96
/rbir-backend/src/main/java/aztec/rbir_backend/clustering/ClustersList.java
519c14e7cdfa32641070354d708e313e84962a52
[]
no_license
indunilasanka/RBIR
https://github.com/indunilasanka/RBIR
b39ad468d15e382f0afaec515bb40ac876cd1461
a3e9ebedc18502b878991016ea442b57cd854adb
refs/heads/master
2022-12-08T12:17:21.125000
2019-10-13T17:01:31
2019-10-13T17:01:31
214,858,894
0
0
null
false
2022-12-07T00:29:22
2019-10-13T17:00:04
2019-10-13T17:03:17
2022-12-07T00:29:22
38,987
0
0
33
CSS
false
false
package aztec.rbir_backend.clustering; import java.io.Serializable; import java.util.ArrayList; import java.util.Collections; /** * Created by asankai on 03/08/2017. */ //Clusters list public class ClustersList extends ArrayList<Cluster> implements Serializable{ //initialize with number of clusters public...
UTF-8
Java
4,133
java
ClustersList.java
Java
[ { "context": ";\nimport java.util.Collections;\n\n/**\n * Created by asankai on 03/08/2017.\n */\n\n//Clusters list\npublic class ", "end": 153, "score": 0.9965160489082336, "start": 146, "tag": "USERNAME", "value": "asankai" } ]
null
[]
package aztec.rbir_backend.clustering; import java.io.Serializable; import java.util.ArrayList; import java.util.Collections; /** * Created by asankai on 03/08/2017. */ //Clusters list public class ClustersList extends ArrayList<Cluster> implements Serializable{ //initialize with number of clusters public...
4,133
0.563755
0.556255
137
29.167883
22.113697
89
false
false
0
0
0
0
0
0
0.386861
false
false
11
1974a852bbf3794153cc195e7e474177e8d4aeca
4,578,435,180,252
1cca0554f5a6a5b456f909cec81b33b394b25d68
/MiniMQ/src/main/java/com/linyous/mqtt/server/handler/PublishHandler.java
2aee3c86a43bcb16830eed27c04825b05601d865
[]
no_license
linyours/TheMiniMq
https://github.com/linyours/TheMiniMq
094d714b5ae57c0716d80d5a0026478cc52a7083
799653445fafd37e7ef067044e0116447ece2866
refs/heads/main
2023-07-03T23:12:39.143000
2021-08-11T09:16:46
2021-08-11T09:16:46
394,714,182
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.linyous.mqtt.server.handler; import com.linyous.mqtt.server.common.Cache; import com.linyous.mqtt.server.common.Status; import com.linyous.mqtt.server.entity.Message; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.ChannelInboundHandlerAdapter; import io.netty.handler.codec.mqtt.*; ...
UTF-8
Java
3,750
java
PublishHandler.java
Java
[ { "context": "etty.handler.codec.mqtt.MqttQoS.*;\n\n/**\n * @author Linyous\n * @date 2021/6/18 17:03\n */\npublic class Publish", "end": 396, "score": 0.9996440410614014, "start": 389, "tag": "USERNAME", "value": "Linyous" } ]
null
[]
package com.linyous.mqtt.server.handler; import com.linyous.mqtt.server.common.Cache; import com.linyous.mqtt.server.common.Status; import com.linyous.mqtt.server.entity.Message; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.ChannelInboundHandlerAdapter; import io.netty.handler.codec.mqtt.*; ...
3,750
0.626168
0.62232
96
36.895832
30.552372
122
false
false
0
0
0
0
0
0
0.552083
false
false
11
c2239a5651289aa8e6efde225e4fcae903d62cb5
16,020,228,059,897
5016dc09406ea9df77e1ce9169a8d93e620b11d1
/store-backend/src/test/java/ru/voroby/storebackend/AbstractMvcTest.java
6c0eedd437d37c73d50f89dfdf34ef03716fb7f1
[]
no_license
SurfInMoscow/SportsStore
https://github.com/SurfInMoscow/SportsStore
008536c9a0237ae3ba945a146c346f709e5312c1
066e78402938b825e8d4918c401ad7a8e02a1c38
refs/heads/master
2023-04-19T07:00:20.026000
2021-04-30T08:11:39
2021-04-30T08:11:39
328,453,074
0
0
null
false
2021-01-25T00:02:42
2021-01-10T18:37:19
2021-01-17T19:32:06
2021-01-25T00:02:42
316
0
0
0
TypeScript
false
false
package ru.voroby.storebackend; import com.fasterxml.jackson.databind.ObjectMapper; import com.speedment.jpastreamer.application.JPAStreamer; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest; import org.springframework.boot.test.mo...
UTF-8
Java
773
java
AbstractMvcTest.java
Java
[]
null
[]
package ru.voroby.storebackend; import com.fasterxml.jackson.databind.ObjectMapper; import com.speedment.jpastreamer.application.JPAStreamer; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest; import org.springframework.boot.test.mo...
773
0.825356
0.825356
30
24.766666
22.908052
74
false
false
0
0
0
0
0
0
0.466667
false
false
11
1b9491913b28cd171d8c3822fa39f72b1148c2aa
7,464,653,198,705
977453c0018643ca0e1a7163a3ef89765f8c5029
/app/src/main/java/com/example/booklistingapp/MainActivity.java
a2b3200d707765813ea16e740a36cdbe7088bb3f
[]
no_license
Abdelmohaymn/Book_Listing_App
https://github.com/Abdelmohaymn/Book_Listing_App
c737ad23f4557f2a3413a63727d9b353e464eebc
d02028370be1f82573e7d62706b5b9d5cdbe67f8
refs/heads/main
2023-07-05T23:21:19.639000
2021-08-13T00:51:07
2021-08-13T17:26:06
395,480,402
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.booklistingapp; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import androidx.loader.app.LoaderManager; import androidx.loader.content.Loader; import android.content.Context; import android.content.Intent; import...
UTF-8
Java
4,681
java
MainActivity.java
Java
[]
null
[]
package com.example.booklistingapp; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import androidx.loader.app.LoaderManager; import androidx.loader.content.Loader; import android.content.Context; import android.content.Intent; import...
4,681
0.631489
0.629994
142
30.978872
24.267138
106
false
false
0
0
0
0
0
0
0.619718
false
false
11
4bd80e7cdb5a676fc89428c2066909f30e9016ad
26,414,048,886,351
7aa02f902ad330c70b0b34ec2d4eb3454c7a3fc1
/com/p028a/C0341c.java
b58ff702323b163c194f1754392cd84969bb99ca
[]
no_license
hisabimbola/andexpensecal
https://github.com/hisabimbola/andexpensecal
5e42c7e687296fae478dfd39abee45fae362bc5b
c47e6f0a1a6e24fe1377d35381b7e7e37f1730ee
refs/heads/master
2021-01-19T15:20:25.262000
2016-08-11T16:00:49
2016-08-11T16:00:49
100,962,347
1
0
null
true
2017-08-21T14:48:33
2017-08-21T14:48:33
2016-08-11T16:04:20
2016-08-11T16:04:15
2,705
0
0
0
null
null
null
package com.p028a; /* renamed from: com.a.c */ public final class C0341c { public static final int calendar_next_arrow = 2130837534; public static final int calendar_prev_arrow = 2130837535; public static final int cell_bg = 2130837536; public static final int cell_dark_bg = 2130837537; public stat...
UTF-8
Java
637
java
C0341c.java
Java
[]
null
[]
package com.p028a; /* renamed from: com.a.c */ public final class C0341c { public static final int calendar_next_arrow = 2130837534; public static final int calendar_prev_arrow = 2130837535; public static final int cell_bg = 2130837536; public static final int cell_dark_bg = 2130837537; public stat...
637
0.733124
0.565149
15
41.466667
20.480452
61
false
false
0
0
0
0
0
0
0.733333
false
false
11
0677411aeaed00168beeb5f7b6b046af3af02346
30,940,944,419,795
27f7c183c9e2a7cbec420fe83cea85b481d907ff
/Spring-Event/src/main/java/com/sunshine/spring/event/EventConfig.java
78a241e2cb3a5e25d5196170ab1a62d068d923db
[]
no_license
Mic-JasonTang/Spring-Demos
https://github.com/Mic-JasonTang/Spring-Demos
f9e4c736d3bdcc376b3762f6a01699c0b140af35
39c9278a427b9e4a3ea21bb87fc616d42f18179b
refs/heads/master
2021-01-22T03:01:23.136000
2017-02-06T13:39:58
2017-02-06T13:39:58
81,090,750
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sunshine.spring.event; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; /** * Spring-Demos * <p> * Created by JasonTang on 1/19/2017 3:20 PM. */ @Configuration @ComponentScan("com.sunshine.spring.event") public class EventConfig ...
UTF-8
Java
324
java
EventConfig.java
Java
[ { "context": "uration;\n\n/**\n * Spring-Demos\n * <p>\n * Created by JasonTang on 1/19/2017 3:20 PM.\n */\n@Configuration\n", "end": 201, "score": 0.5689863562583923, "start": 200, "tag": "NAME", "value": "J" }, { "context": "ation;\n\n/**\n * Spring-Demos\n * <p>\n * Created by Jas...
null
[]
package com.sunshine.spring.event; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; /** * Spring-Demos * <p> * Created by JasonTang on 1/19/2017 3:20 PM. */ @Configuration @ComponentScan("com.sunshine.spring.event") public class EventConfig ...
324
0.774691
0.743827
14
22.142857
21.576632
60
false
false
0
0
0
0
0
0
0.214286
false
false
11
068f6c39154f8d765c8320e44286af7fd6e20cf1
23,381,801,992,184
6f334ef3a768a4a74a287d068c3489c5832ae3b8
/src/main/java/com/project/animals/service/PhotoService.java
aabd6a5470bd61ba11b0d63cd1579705bb810288
[ "MIT" ]
permissive
AndreaCandia/In120Mins-Tutorial
https://github.com/AndreaCandia/In120Mins-Tutorial
37670afbe6d83d43304e1e622c7c398ce061d09f
75a4048b0b70d0f612cd3601706e27e1fb4aed99
refs/heads/main
2023-06-03T19:32:09.587000
2021-06-22T11:06:47
2021-06-22T11:06:47
379,212,179
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.project.animals.service; import com.project.animals.model.Photo; import org.springframework.stereotype.Service; import java.util.ArrayList; import java.util.List; import java.util.Optional; @Service public class PhotoService implements IPhotoService{ private int lastId; private List...
UTF-8
Java
1,588
java
PhotoService.java
Java
[]
null
[]
package com.project.animals.service; import com.project.animals.model.Photo; import org.springframework.stereotype.Service; import java.util.ArrayList; import java.util.List; import java.util.Optional; @Service public class PhotoService implements IPhotoService{ private int lastId; private List...
1,588
0.586272
0.582494
60
24.466667
22.482191
96
false
false
0
0
0
0
0
0
0.483333
false
false
11
a31c5067c8379acc44343dfe28b628c1b2d11eea
17,343,077,962,371
1c57b423570f2bbcf403c9a45bd23c584bd726dc
/XutilsDb/src/main/java/com/example/demo/xutils/view/ImainActView.java
85b4e91794f11369554cebc1a43a88c061bb1124
[]
no_license
AnAvenue/Android-Study
https://github.com/AnAvenue/Android-Study
bc6b96427a4cf5b07031ac5da52f0b0884293077
e3fe1f38e45c3fc97efa04a318c3f07584746b7e
refs/heads/master
2017-09-02T17:22:03.118000
2017-03-02T09:05:52
2017-03-02T09:05:52
83,657,653
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.demo.xutils.view; import com.example.demo.xutils.entities.Parent; import java.util.ArrayList; /** * Created by Demo on 2016/4/15. */ public interface ImainActView { String getUserName(); String getPwd(); void showSuccessLog(String log); void showFailLog(String log); void que...
UTF-8
Java
354
java
ImainActView.java
Java
[ { "context": "t;\n\nimport java.util.ArrayList;\n\n/**\n * Created by Demo on 2016/4/15.\n */\npublic interface ImainActView {", "end": 139, "score": 0.9943369030952454, "start": 135, "tag": "USERNAME", "value": "Demo" } ]
null
[]
package com.example.demo.xutils.view; import com.example.demo.xutils.entities.Parent; import java.util.ArrayList; /** * Created by Demo on 2016/4/15. */ public interface ImainActView { String getUserName(); String getPwd(); void showSuccessLog(String log); void showFailLog(String log); void que...
354
0.720339
0.700565
16
21.125
16.639091
47
false
false
0
0
0
0
0
0
0.5
false
false
11
c7a3d306d1857f6c06764a5a25ac555b048f152b
30,743,375,919,334
9efc7e2bfa85a3bc1f95681ad0af364f601afa91
/src/main/java/com/weifan/wop/controller/upload/UploadController.java
a1400e4cf2ce016c0f103924a50d7fbef93486ec
[]
no_license
chinasteel/wfopm
https://github.com/chinasteel/wfopm
d5cafbb781c4c2b307a775464e61926f42aaca63
10d371dec96abd26a4a869def57fed15d6125775
refs/heads/master
2021-01-20T20:28:06.243000
2020-01-09T02:08:34
2020-01-09T02:08:34
62,616,953
1
0
null
false
2021-01-14T19:23:23
2016-07-05T07:53:15
2020-01-09T02:08:37
2021-01-14T19:23:22
9,867
1
0
7
JavaScript
false
false
package com.weifan.wop.controller.upload; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import com.weifan.wop.controller.BaseController; @Controller @RequestMapping("/upload") public class UploadController extends BaseController{ }
UTF-8
Java
317
java
UploadController.java
Java
[]
null
[]
package com.weifan.wop.controller.upload; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import com.weifan.wop.controller.BaseController; @Controller @RequestMapping("/upload") public class UploadController extends BaseController{ }
317
0.801262
0.801262
12
24.416666
23.602467
62
false
false
0
0
0
0
0
0
0.5
false
false
11
13c37ae50a66b3cd4df94b8f743e3659eaf79980
25,202,868,103,952
a2cf12f4c20f8bbc77350f97607345f60b8b696e
/src/view/UserProblems.java
303d9700f669d386cea807eb6a96c214d700dfc3
[]
no_license
nikachx/OOP_ProblemPage
https://github.com/nikachx/OOP_ProblemPage
dd7f6dc00ec4747e6aefa41b6ff148d3ea4842c5
9aa3ad7ec3ba2f22d89e3a26f8eaf98cf2be3c96
refs/heads/master
2018-01-14T12:39:45.639000
2015-07-01T07:08:20
2015-07-01T07:08:20
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package view; import java.io.IOException; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; /** * Servlet imple...
UTF-8
Java
1,411
java
UserProblems.java
Java
[ { "context": "rameters\n\tpublic static final String USER_NAME = \"NAME\";\n\tpublic static final String OFF = \"OFF\";\n\t\n\t/**", "end": 624, "score": 0.6053480505943298, "start": 620, "tag": "USERNAME", "value": "NAME" } ]
null
[]
package view; import java.io.IOException; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; /** * Servlet imple...
1,411
0.765415
0.763997
45
30.355556
26.318693
118
false
false
0
0
0
0
0
0
1.422222
false
false
11
a1a90acebbb8d9ff5469231ebfddcf082d4374b6
18,502,719,129,941
d50399774459766e06e438e4549c92589ff594e0
/src/main/java/com/ruoxing/online/fighting/service/impl/ZhanshenRobotSkillService.java
1342f1782f8fcdf2fc83c4478db7fef4b4b518cf
[]
no_license
ruoxingWang/ruoxingGame
https://github.com/ruoxingWang/ruoxingGame
2ea78d4769411167c571cf8b50e7094d6c7b14d1
2416837c5114cfb8731c6f521ba6beeb670bf790
refs/heads/master
2020-05-04T22:04:04.964000
2020-02-21T18:59:54
2020-02-21T18:59:54
179,498,282
0
0
null
false
2020-10-13T12:41:41
2019-04-04T13:01:06
2020-02-21T19:00:42
2020-10-13T12:41:40
95,198
0
0
5
JavaScript
false
false
package com.ruoxing.online.fighting.service.impl; import com.ruoxing.online.entity.pojo.Robot; import com.ruoxing.online.fighting.service.RobotSkillService; import com.ruoxing.online.player.service.PlayerConsumeService; import lombok.Getter; import lombok.Setter; import org.slf4j.Logger; import org.slf4j.LoggerFactory...
UTF-8
Java
1,400
java
ZhanshenRobotSkillService.java
Java
[ { "context": "ingOnline\n * 类型:class\n * 日期:2019-03-21 星期四\n * 作者:ruoxing\n * 描述:\n */\n@Service(value = \"zhanshenRobotSkillSe", "end": 498, "score": 0.9996261596679688, "start": 491, "tag": "USERNAME", "value": "ruoxing" } ]
null
[]
package com.ruoxing.online.fighting.service.impl; import com.ruoxing.online.entity.pojo.Robot; import com.ruoxing.online.fighting.service.RobotSkillService; import com.ruoxing.online.player.service.PlayerConsumeService; import lombok.Getter; import lombok.Setter; import org.slf4j.Logger; import org.slf4j.LoggerFactory...
1,400
0.726667
0.716296
48
27.125
23.727291
98
false
false
0
0
0
0
0
0
0.583333
false
false
11
dc971e463ac2c7b4f16c958120c9142bd6ed3aba
21,139,829,048,256
93ef0c6dd5110330bc6c997c850146d7ac5869d7
/src/main/java/com/bnym/dwp/mydashboard/service/PageService.java
f88a5421f10a989a1d7b29dbaa0c1f54f2f1a537
[]
no_license
nsivakumarinautix/my
https://github.com/nsivakumarinautix/my
f5f05446c071a75deb645dd3d8b4e8d6e505473c
61bc0717e4b8727257bca52c869e85e2f00791ee
refs/heads/master
2015-09-25T09:21:36.769000
2015-07-31T14:13:21
2015-07-31T14:13:21
40,008,311
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.bnym.dwp.mydashboard.service; import java.util.List; import com.bnym.dwp.mydashboard.page.domain.Page; import com.bnym.dwp.mydashboard.page.domain.Portlet; public interface PageService { public List<Portlet> getPortlets(String pageId); public Page getPageDetails(String pageId); publi...
UTF-8
Java
383
java
PageService.java
Java
[]
null
[]
package com.bnym.dwp.mydashboard.service; import java.util.List; import com.bnym.dwp.mydashboard.page.domain.Page; import com.bnym.dwp.mydashboard.page.domain.Portlet; public interface PageService { public List<Portlet> getPortlets(String pageId); public Page getPageDetails(String pageId); publi...
383
0.767624
0.767624
16
21.9375
22.974085
61
false
false
0
0
0
0
0
0
0.8125
false
false
11
845a41978c1ac7565121986db6c128a1dd7e7d33
11,433,202,978,594
8ed02e41a693b15ac06ca5c749f707b2235c9c75
/src/model/DomParser/DomParserHandler.java
b6e63c033ca0431e4963307d33e63c4494544f75
[]
no_license
partizan1317/JavaWebDevelopmentTask
https://github.com/partizan1317/JavaWebDevelopmentTask
9b4a3c8e1e60323f358fab31042fade333868f70
225be6c2e0da9afe32b459c013d94dc60b5d3d95
refs/heads/main
2023-08-25T05:22:36.359000
2021-10-18T17:14:41
2021-10-18T17:14:41
418,595,579
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package model.DomParser; import java.io.File; import java.util.ArrayList; import java.util.List; import javax.xml.parsers.DocumentBuilderFactory; import org.w3c.dom.Document; import org.w3c.dom.Node; import org.w3c.dom.NodeList; import model.Accessories.Corals; import model.Accessories.Feeder; import ...
UTF-8
Java
10,591
java
DomParserHandler.java
Java
[]
null
[]
package model.DomParser; import java.io.File; import java.util.ArrayList; import java.util.List; import javax.xml.parsers.DocumentBuilderFactory; import org.w3c.dom.Document; import org.w3c.dom.Node; import org.w3c.dom.NodeList; import model.Accessories.Corals; import model.Accessories.Feeder; import ...
10,591
0.635068
0.629874
400
24.477501
22.491764
74
false
false
0
0
0
0
0
0
2.9925
false
false
11
40c2fe24fb8a6729c1b30d89134b10a81f92b95f
17,016,660,457,707
640a909712431851ffc6a889f385688d2d468ce1
/Anime/AnimeLibrary.java
e2a3d5f12edc58c1454e65d9b496ea804fa1c340
[]
no_license
Davidsilva1904/JAVA
https://github.com/Davidsilva1904/JAVA
1be6a20770f8e77683b9a3f30a1d5d3bd7771051
6f7fffdd996d870fb0b8c6ad9ac46bf8d44f31c8
refs/heads/main
2023-04-13T03:50:11.252000
2021-04-15T10:41:43
2021-04-15T10:41:43
357,889,652
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.ArrayList; import java.util.List; import java.util.Scanner; import java.util.function.Predicate; public class AnimeLibrary { private List<Anime> animes =new ArrayList<Anime>(); public void List() { for(Anime anime : this.animes) { System.out.println(anime.toString()); } } public voi...
ISO-8859-1
Java
2,468
java
AnimeLibrary.java
Java
[]
null
[]
import java.util.ArrayList; import java.util.List; import java.util.Scanner; import java.util.function.Predicate; public class AnimeLibrary { private List<Anime> animes =new ArrayList<Anime>(); public void List() { for(Anime anime : this.animes) { System.out.println(anime.toString()); } } public voi...
2,468
0.595943
0.593509
91
25.934067
16.107334
65
false
false
0
0
0
0
0
0
3.120879
false
false
11
77c06c07d8006f5ccc855418e972eb01368613c2
17,016,660,458,735
63054baf7c4269f2305dbbc1f04deb0af5bf3988
/dao-gen-core/src/main/java/com/ctrip/platform/dal/daogen/host/AbstractParameterHost.java
69e6dc04e93644a9688aa82124ad071093e1dc2b
[ "Apache-2.0" ]
permissive
sbilly/dal
https://github.com/sbilly/dal
2e8d0d76f641cf01538ad5a7baf437c4ad5d9ac1
654f6d447e7cf0aad3d5bb0da609d692fc1cafc8
refs/heads/master
2019-04-18T17:32:09.054000
2016-09-14T08:55:15
2016-09-14T08:55:15
68,200,289
0
0
Apache-2.0
true
2019-07-03T22:45:09
2016-09-14T11:26:35
2016-09-14T11:26:38
2019-07-03T22:45:07
40,530
0
0
4
JavaScript
false
false
package com.ctrip.platform.dal.daogen.host; public abstract class AbstractParameterHost { }
UTF-8
Java
93
java
AbstractParameterHost.java
Java
[]
null
[]
package com.ctrip.platform.dal.daogen.host; public abstract class AbstractParameterHost { }
93
0.817204
0.817204
4
22.25
21.764362
45
false
false
0
0
0
0
0
0
0.25
false
false
11
1baad4f7f0e838a890044cbe75df4fdd8f2aad0b
22,969,485,163,582
a8ac7abfa67a38bb2da35e4adf1f67fbed40c9a4
/java/src/main/java/com/dounine/japi/Entity.java
cfb8770eafef73947c07922b75f5eb7b4dea8436
[ "MIT" ]
permissive
thx922/japi
https://github.com/thx922/japi
882d8147c899dc195bb3e42f4df2fc23ac8cfcb9
39b58437818d6f0f0e38a8350ba8874aae38a2d5
refs/heads/master
2020-04-05T23:03:55.564000
2016-11-03T07:34:11
2016-11-03T07:34:11
68,084,380
0
0
null
true
2016-09-13T07:14:54
2016-09-13T07:14:54
2016-09-13T07:13:20
2016-09-13T07:13:31
0
0
0
0
null
null
null
package com.dounine.japi; /** * Created by ike on 16-9-13. */ public class Entity { @AttrAnnotation(Name="name",Description = "姓名",IsNUll = false) private String name; @AttrAnnotation(Name = "age",Description = "年龄",Constraints = "年龄值要大于0",IsNUll = false) private Long age; @AttrAnnotation(Name = ...
UTF-8
Java
988
java
Entity.java
Java
[ { "context": "package com.dounine.japi;\n\n/**\n * Created by ike on 16-9-13.\n */\npublic class Entity {\n @AttrAn", "end": 48, "score": 0.9996078014373779, "start": 45, "tag": "USERNAME", "value": "ike" } ]
null
[]
package com.dounine.japi; /** * Created by ike on 16-9-13. */ public class Entity { @AttrAnnotation(Name="name",Description = "姓名",IsNUll = false) private String name; @AttrAnnotation(Name = "age",Description = "年龄",Constraints = "年龄值要大于0",IsNUll = false) private Long age; @AttrAnnotation(Name = ...
988
0.517708
0.511458
46
19.869566
19.250757
91
false
false
0
0
0
0
0
0
0.434783
false
false
11
db4bdb8861e4b930655fe4a3e9e180df5ae4791a
25,589,415,186,834
350f7faed588c6dd69515d0de593d956edf2f01d
/src/main/java/tud/exc2xml/objects/GeographicBoundingBox.java
ab762d648d7b702a5349726dffab22729aad0211
[ "Apache-2.0" ]
permissive
GeoinformationSystems/CSV2ISO_XML
https://github.com/GeoinformationSystems/CSV2ISO_XML
46a68e0db3eeec8e391bb7b778d50a9a19fd7a70
b6d58c0bf98af159d272501d604028c59a18a7b8
refs/heads/main
2023-04-30T16:31:45.178000
2021-05-17T13:00:53
2021-05-17T13:00:53
309,370,163
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package tud.exc2xml.objects; public class GeographicBoundingBox { String westBoundLongitude = ""; String eastBoundLongitude = ""; String northBoundLatitude = ""; String southBoundLatitude = ""; Identifier identifier = new Identifier(); public String getWestBoundLongitude() { return this.westBoundLon...
UTF-8
Java
2,249
java
GeographicBoundingBox.java
Java
[]
null
[]
package tud.exc2xml.objects; public class GeographicBoundingBox { String westBoundLongitude = ""; String eastBoundLongitude = ""; String northBoundLatitude = ""; String southBoundLatitude = ""; Identifier identifier = new Identifier(); public String getWestBoundLongitude() { return this.westBoundLon...
2,249
0.728324
0.727879
63
33.698414
38.442551
172
false
false
0
0
0
0
0
0
1.555556
false
false
11
a389b9bdc11222db1a8ac33f4733db0838451db0
19,327,352,848,947
4c19de99dde98e3e8bfa56e3ce79634b19539d35
/app/src/main/java/com/android/monitor/model/source/ServerDataSource.java
d95eeac6a4c6747f122c32bb311aa2325b3567fb
[]
no_license
v3887023/Monitor
https://github.com/v3887023/Monitor
5f57d32d3af9c016f06a42f1c4f83bf82773425d
1d4e176f8f0d758b2577ecfad249c7d69a8580cb
refs/heads/master
2020-04-25T08:09:40.220000
2019-03-10T07:08:53
2019-03-10T07:08:53
131,548,169
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.android.monitor.model.source; import com.android.monitor.callbacks.Callback; import com.android.monitor.model.beans.Monitor; import java.util.List; /** * 服务器的数据来源,从服务器获取的除了图片录像以外的其他信息 * * @author 小雷 * @date 2018/11/10 */ public interface ServerDataSource { /** * 获取监控器列表 * * @param...
UTF-8
Java
3,632
java
ServerDataSource.java
Java
[ { "context": "/**\n * 服务器的数据来源,从服务器获取的除了图片录像以外的其他信息\n *\n * @author 小雷\n * @date 2018/11/10\n */\npublic interface ServerDa", "end": 216, "score": 0.9988166689872742, "start": 214, "tag": "USERNAME", "value": "小雷" }, { "context": " * @param account 要注册的账号\n * @param password 密码...
null
[]
package com.android.monitor.model.source; import com.android.monitor.callbacks.Callback; import com.android.monitor.model.beans.Monitor; import java.util.List; /** * 服务器的数据来源,从服务器获取的除了图片录像以外的其他信息 * * @author 小雷 * @date 2018/11/10 */ public interface ServerDataSource { /** * 获取监控器列表 * * @param...
3,627
0.580603
0.577982
141
20.638298
21.353252
94
false
false
0
0
0
0
0
0
0.255319
false
false
11
a0302dfbecee3443e6e881429138c1b1bcff32e8
7,438,883,397,188
4b57c6d52c64df771c2297e711c50e3b964599b1
/ChatClient/ChatClient/src/Server.java
a9c82e64bd0d6febee75a3b5e84e1a4a1d9a4d84
[]
no_license
MannyOh/Chat-Client
https://github.com/MannyOh/Chat-Client
d2231cb8eba9bced6ca9dcf76c5aef805a9441af
eb9b232c4a1c99162dbda290f3801dc7170731de
refs/heads/master
2016-09-14T13:24:39.111000
2016-05-23T23:18:11
2016-05-23T23:18:11
59,512,614
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.net.*; import java.io.*; /* * Server class, mainly handles creating new connections and then runs ConnectionHandler */ public class Server { private String inputLine, outputLine; private Socket clientSocket = null; private ServerSocket serverSocket = null; private PrintWriter out; priva...
UTF-8
Java
1,391
java
Server.java
Java
[]
null
[]
import java.net.*; import java.io.*; /* * Server class, mainly handles creating new connections and then runs ConnectionHandler */ public class Server { private String inputLine, outputLine; private Socket clientSocket = null; private ServerSocket serverSocket = null; private PrintWriter out; priva...
1,391
0.642703
0.636952
66
19.075758
21.226992
95
false
false
0
0
0
0
0
0
1.818182
false
false
11
a0bf6c1f21ed269b19d2f04e7dc8c79583fc134c
7,696,581,446,373
079ae57620162c7c76aac77ee9914f91fcf9a096
/src/main/java/com/mee/manage/vo/weimob/WeimobGoodsClassifyResponse.java
cd3f2cb4266cc9fbf906da4f8e1e956f4c95238a
[]
no_license
Bird0211/mee-manage
https://github.com/Bird0211/mee-manage
eda6a9c16af92d3686c2e06f51837c3cc16ad2ba
9d588b09690957123ddace05972c243aa8fa266b
refs/heads/master
2022-07-02T11:47:57.384000
2020-11-25T09:15:46
2020-11-25T09:15:46
178,640,585
0
1
null
false
2022-06-21T01:02:18
2019-03-31T04:02:49
2020-11-25T09:16:00
2022-06-21T01:02:18
64,100
0
1
7
Java
false
false
package com.mee.manage.vo.weimob; import lombok.Data; @Data public class WeimobGoodsClassifyResponse { WeimobOrderCode code; WeimobGoodsClassifyData data; }
UTF-8
Java
170
java
WeimobGoodsClassifyResponse.java
Java
[]
null
[]
package com.mee.manage.vo.weimob; import lombok.Data; @Data public class WeimobGoodsClassifyResponse { WeimobOrderCode code; WeimobGoodsClassifyData data; }
170
0.770588
0.770588
12
13.166667
15.47489
42
false
false
0
0
0
0
0
0
0.333333
false
false
11
245f63a05346a075c1d390a07d3f0d21c9d1441c
4,080,218,946,581
a1821e04778d48d8f164cbfb4cfeb0a711535111
/src/sysu/java/server/host/actions/CreateFolderAction.java
1e02142a25661dfe04c06fa4cf1e56cf962a79b0
[]
no_license
decorunchen/jPan
https://github.com/decorunchen/jPan
c168731dea5fd9d0e892ded7aedb93b4fa5ce2b4
d153c0455b09fa85e4950a8ab705dcc540e75283
refs/heads/master
2020-11-30T03:18:15.322000
2020-01-01T02:35:01
2020-01-01T02:35:01
230,285,997
0
0
null
true
2019-12-26T15:27:25
2019-12-26T15:27:24
2019-12-26T15:20:35
2019-12-26T15:20:33
0
0
0
0
null
false
false
package sysu.java.server.host.actions; import sysu.java.server.host.ServerCommands; import java.io.IOException; import java.io.InputStream; import java.nio.charset.StandardCharsets; import java.nio.file.Paths; @RegisterAction(command = ServerCommands.CreateFolder) public class CreateFolderAction extends Action { ...
UTF-8
Java
859
java
CreateFolderAction.java
Java
[]
null
[]
package sysu.java.server.host.actions; import sysu.java.server.host.ServerCommands; import java.io.IOException; import java.io.InputStream; import java.nio.charset.StandardCharsets; import java.nio.file.Paths; @RegisterAction(command = ServerCommands.CreateFolder) public class CreateFolderAction extends Action { ...
859
0.643772
0.642608
26
32.03846
27.563187
132
false
false
0
0
0
0
0
0
0.538462
false
false
11
63f8f66c19b0ea1d2e7e13e1b73c0f43c3fd233d
5,128,190,986,835
75e2c11504bd4e4973e5d33c6c84d012f0df68cc
/Green_Computer_AC/src/com/kyu/test/Students.java
b6c9089fbc7f63f9ac5ef61371fea6df8abb3022
[]
no_license
yonguki1992/MyWorkspace
https://github.com/yonguki1992/MyWorkspace
fe426c8a9c7a1fa3da9e689673654b22e36a998e
76f9fcd9dd9dfd9c78bb90c0237ec097681c9fc7
refs/heads/master
2020-06-17T14:17:28.530000
2019-08-26T09:14:01
2019-08-26T09:14:01
195,948,404
1
0
null
false
2019-08-26T09:14:03
2019-07-09T06:41:22
2019-08-14T09:57:58
2019-08-26T09:14:02
6,228
0
0
0
Java
false
false
package com.kyu.test; import java.text.ChoiceFormat; import java.util.Iterator; public class Students { private String ID; private int score = -1; private String grades; private int rank; private Achievement achive = Achievement.getInstance(); public Students(String ID) { this.ID = ID; } public Stu...
UTF-8
Java
1,204
java
Students.java
Java
[]
null
[]
package com.kyu.test; import java.text.ChoiceFormat; import java.util.Iterator; public class Students { private String ID; private int score = -1; private String grades; private int rank; private Achievement achive = Achievement.getInstance(); public Students(String ID) { this.ID = ID; } public Stu...
1,204
0.634551
0.61711
73
15.506849
14.422322
56
false
false
0
0
0
0
0
0
1.876712
false
false
11
2e898b1e09af0b19cd60c840e34e8afc716859bc
32,942,399,195,429
73026f316d88c0fcfb5eeda6755855d1e255cb2f
/src/com/teamtreehouse/Vocalist.java
b4f4becd30b44ccec4c91268f6b813494fe2fddc
[]
no_license
rmichelle98/project4_music
https://github.com/rmichelle98/project4_music
d146b78f3a18b7e4731dde5d0cc6c20dc7e3544d
a702f2d4b1b2bac2c980e1111d3612933194621a
refs/heads/master
2023-05-30T20:20:10.170000
2021-06-17T00:13:25
2021-06-17T00:13:25
377,659,098
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.teamtreehouse; public class Vocalist { String name; String country; String style; String timePeriod; public Vocalist(String n, String c, String s, String tp) { name = n; country = c; style = s; timePeriod = tp; } void show() { System.ou...
UTF-8
Java
501
java
Vocalist.java
Java
[ { "context": "n, String c, String s, String tp) {\n name = n;\n country = c;\n style = s;\n ", "end": 210, "score": 0.9275829792022705, "start": 209, "tag": "NAME", "value": "n" } ]
null
[]
package com.teamtreehouse; public class Vocalist { String name; String country; String style; String timePeriod; public Vocalist(String n, String c, String s, String tp) { name = n; country = c; style = s; timePeriod = tp; } void show() { System.ou...
501
0.499002
0.499002
23
20.782608
15.675948
62
false
false
0
0
0
0
0
0
0.608696
false
false
11
b34ffd178fb42a176e83ca6a646141c6108826c8
21,002,390,127,851
5890a5c3b0c67571ffb01850255bbec99e24635e
/src/main/java/com/app/sa/launch/App.java
1c2a80c91b645889a33d20fef97ac1aa256e2c90
[ "MIT" ]
permissive
hpxio/getting-started-with-java-basics
https://github.com/hpxio/getting-started-with-java-basics
839528fd2f40015b7eef6bb02344821a695ad23b
9929d65352863d415e9e22cb6c221c3d9938ae15
refs/heads/master
2023-08-30T00:49:21.141000
2019-06-12T18:30:19
2019-06-12T18:30:19
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.app.sa.launch; import com.app.sa.conso.ConsoleIO; /** * Hello world! */ public class App { private static AppMenu insAppMenu = new AppMenu ( ); /** * @param args */ public static void main ( String[] args ) { // Display options for the user and call apt methods // ...
UTF-8
Java
448
java
App.java
Java
[]
null
[]
package com.app.sa.launch; import com.app.sa.conso.ConsoleIO; /** * Hello world! */ public class App { private static AppMenu insAppMenu = new AppMenu ( ); /** * @param args */ public static void main ( String[] args ) { // Display options for the user and call apt methods // ...
448
0.589286
0.589286
22
19.363636
20.204737
63
false
false
0
0
0
0
0
0
0.227273
false
false
11
65f85f45f2b33f64b3821c47155781ebfcbffc57
29,789,893,199,924
8a6de9190bf4b6dd140aed2506ea0d9ea2575d5d
/parsers/src/test/java/kino/today/parsers/KinoafishaParserTest.java
755454e66486f674c1ca119b2df04203e2e7bcb4
[]
no_license
KinoToday/KinoToday.Kiev
https://github.com/KinoToday/KinoToday.Kiev
dc3106c13d43d4983759b4e63e556c291822868c
0b441508647c2044d851ea3f3ddde2a7ecc0207a
refs/heads/master
2015-08-22T02:00:18.982000
2015-07-19T14:43:55
2015-07-19T14:43:55
32,760,384
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package kino.today.parsers; import com.backendless.Backendless; import kino.today.CinemaRegistry; import kino.today.MovieRegistry; import kino.today.dao.CinemaDao; import kino.today.dao.MovieDao; import kino.today.model.Cinema; import kino.today.model.Session; import org.junit.Before; import org.junit.Test; import ja...
UTF-8
Java
2,117
java
KinoafishaParserTest.java
Java
[]
null
[]
package kino.today.parsers; import com.backendless.Backendless; import kino.today.CinemaRegistry; import kino.today.MovieRegistry; import kino.today.dao.CinemaDao; import kino.today.dao.MovieDao; import kino.today.model.Cinema; import kino.today.model.Session; import org.junit.Before; import org.junit.Test; import ja...
2,117
0.70666
0.678791
64
32.09375
28.12401
116
false
false
0
0
0
0
0
0
0.5625
false
false
11
a82e9f7ecd37bcf56bab86313ec01566732705fa
19,421,842,163,072
3850cece1a187819787a53c348fab45057a8185f
/src/main/java/com/cappuccino/foodcourter/services/ShoppingCentersService.java
e9362655bd4edcaabd2231cee1e76eef08cbb817
[]
no_license
cappuccinoVkHack/foodcourter
https://github.com/cappuccinoVkHack/foodcourter
6556472a11703a71099a87b2c2d19e50a3bbc4fc
18d5fa65f4446f05f11105a40ba917af6345ba79
refs/heads/master
2020-08-02T12:05:35.846000
2019-09-28T23:04:31
2019-09-28T23:04:31
211,345,997
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cappuccino.foodcourter.services; import com.cappuccino.foodcourter.models.db.Branch; import com.cappuccino.foodcourter.models.db.ShoppingCenter; import com.cappuccino.foodcourter.repositories.ShoppingCentersRepository; import org.springframework.stereotype.Service; import java.util.List; import java.util....
UTF-8
Java
1,215
java
ShoppingCentersService.java
Java
[ { "context": "a.util.List;\nimport java.util.Set;\n\n/**\n * @author Oybek Kasimov <MrKasimov> oibekkasymov@gmail.com\n * @project fo", "end": 354, "score": 0.9998650550842285, "start": 341, "tag": "NAME", "value": "Oybek Kasimov" }, { "context": "ort java.util.Set;\n\n/**\n * @autho...
null
[]
package com.cappuccino.foodcourter.services; import com.cappuccino.foodcourter.models.db.Branch; import com.cappuccino.foodcourter.models.db.ShoppingCenter; import com.cappuccino.foodcourter.repositories.ShoppingCentersRepository; import org.springframework.stereotype.Service; import java.util.List; import java.util....
1,193
0.772016
0.765432
39
30.128204
28.152679
88
false
false
0
0
0
0
0
0
0.333333
false
false
11
5c2a6cd7b1be0982891dc1777e9a46b8b3ebc0ce
4,011,499,480,981
357d39505912d5ce231e91939175e8807c062741
/process/src/main/java/com/vstar/dao/PropInfoCommentsExtDao.java
8e527b4e18645efd4ba77b05bb24d888c8da5061
[]
no_license
NewHorizion/MyProp
https://github.com/NewHorizion/MyProp
a3e494b992fd46d60ac662052e6622b416bedbb2
90a5db5cef4015ca73e8ba566bb23a0a0be93943
refs/heads/master
2016-09-06T16:50:48.992000
2014-12-05T06:31:04
2014-12-05T06:31:04
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.vstar.dao; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.Table; import javax.persistence.Temporal; i...
UTF-8
Java
3,829
java
PropInfoCommentsExtDao.java
Java
[]
null
[]
package com.vstar.dao; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.Table; import javax.persistence.Temporal; i...
3,829
0.687647
0.666754
186
19.586021
19.09697
108
false
false
0
0
0
0
0
0
0.419355
false
false
11
9a6cdc4304cf067bf0a73e37c14d92c61b62cd2a
22,591,527,977,181
8dbea6cfa5142503e57fdca7d82bec9763a1b5f7
/read-file/src/main/java/com/dakai/readfile/dbclient/act/MysqlCreater.java
cd1930598efd2fb2b2d0f401f1ef97a0867b6d4d
[]
no_license
nsyncxy1/configweb
https://github.com/nsyncxy1/configweb
9cbcc6db2e94bcceaf4599eeb6200d336c2050d9
129696679579b83dc0ee61e6a3dd2c8d78689523
refs/heads/main
2023-09-04T11:41:30.108000
2021-11-01T05:45:49
2021-11-01T05:45:49
416,645,294
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.dakai.readfile.dbclient.act; import com.dakai.readfile.dbclient.entity.DbPool; import com.dakai.readfile.dbclient.err.PoolException; import com.dakai.readfile.dbclient.iter.IDbConfig; import com.dakai.readfile.dbclient.iter.IDbCreate; import com.dakai.readfile.dbclient.iter.IDbPool; import com.dakai.readfi...
UTF-8
Java
991
java
MysqlCreater.java
Java
[ { "context": "otype.Component;\n\n/**\n * mysql 数据库连接池创建\n * @author jayu\n *\n */\n@Component(\"mysqlCreater\")\npublic class My", "end": 497, "score": 0.999430239200592, "start": 493, "tag": "USERNAME", "value": "jayu" } ]
null
[]
package com.dakai.readfile.dbclient.act; import com.dakai.readfile.dbclient.entity.DbPool; import com.dakai.readfile.dbclient.err.PoolException; import com.dakai.readfile.dbclient.iter.IDbConfig; import com.dakai.readfile.dbclient.iter.IDbCreate; import com.dakai.readfile.dbclient.iter.IDbPool; import com.dakai.readfi...
991
0.777436
0.775385
35
26.857143
21.707329
79
false
false
0
0
0
0
0
0
1.114286
false
false
11
e2c380812cf7ed5e2cb752724c968d0587170b00
25,288,767,480,970
8fcde8064bc9524ff700f18ccf6d65efba6823d8
/model/SynchItemEvent.java
1731573ba85920d6163dc6ac743171b0bd6f72ca
[]
no_license
dhd1956/Synchronicity2
https://github.com/dhd1956/Synchronicity2
83b11c3404ee2465a3f6d187077b7414efc4fda2
847617165da51a91fe16bab35bf9c35bc0b3ad4e
refs/heads/master
2021-01-13T10:49:39.104000
2016-12-31T23:35:46
2016-12-31T23:35:46
72,280,756
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mind.oceanic.the.synchronicity2.model; import android.os.Parcel; import android.os.Parcelable; /** * Created by dave on 2/4/16. */ public class SynchItemEvent implements Parcelable { private long seSynchId; private long seEventId; private long seWebSynchId; private long seWebEventId; ...
UTF-8
Java
1,901
java
SynchItemEvent.java
Java
[ { "context": ";\nimport android.os.Parcelable;\n\n/**\n * Created by dave on 2/4/16.\n */\npublic class SynchItemEvent implem", "end": 131, "score": 0.7348315715789795, "start": 127, "tag": "USERNAME", "value": "dave" } ]
null
[]
package com.mind.oceanic.the.synchronicity2.model; import android.os.Parcel; import android.os.Parcelable; /** * Created by dave on 2/4/16. */ public class SynchItemEvent implements Parcelable { private long seSynchId; private long seEventId; private long seWebSynchId; private long seWebEventId; ...
1,901
0.605997
0.602841
85
21.364706
19.446365
71
false
false
0
0
0
0
0
0
0.294118
false
false
11
34f358251b6ad1e9a7d0f1cd4703230840d158d0
25,838,523,296,012
2deb74d5bf569bdbe637846d93fac47c01b278a4
/java/util/ListResourceBundle.java
ec78cedb4fe76e441a7853bf21b50d05e8a4bb2e
[]
no_license
isabella232/android-sdk-sources-for-api-level-11
https://github.com/isabella232/android-sdk-sources-for-api-level-11
8aefeff38cbc0bbe7cfbbd04a940f8c4aa319772
d772b816a1e388a5f8022d4bc47adc9016195600
refs/heads/master
2023-03-16T14:08:07.661000
2015-07-03T11:17:32
2015-07-03T11:17:32
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* */ package java.util; /* */ /* */ public abstract class ListResourceBundle extends ResourceBundle /* */ { /* */ public ListResourceBundle() /* */ { /* 5 */ throw new RuntimeException("Stub!"); } /* */ protected abstract Object[][] getContents(); /* */ /* 7 */ public Enumeration<String>...
UTF-8
Java
720
java
ListResourceBundle.java
Java
[]
null
[]
/* */ package java.util; /* */ /* */ public abstract class ListResourceBundle extends ResourceBundle /* */ { /* */ public ListResourceBundle() /* */ { /* 5 */ throw new RuntimeException("Stub!"); } /* */ protected abstract Object[][] getContents(); /* */ /* 7 */ public Enumeration<String>...
720
0.602778
0.590278
19
36.947369
30.925161
99
false
false
0
0
0
0
0
0
0.315789
false
false
11
5d74908685dd2a106913edb7b70c8ac4b1b26327
386,547,081,768
0635c07339ef457ced1010e696ceef169135e152
/金红叶/restful/CreateSecuritySerive.java
75e2dbdb848e6be1df62bc68e4c7d2e61c3d2251
[]
no_license
shmilytjy/weaver_jsp
https://github.com/shmilytjy/weaver_jsp
91b6ef48171288846910cb331f2f7649fed59b80
f9872df22ef6ad5ba3b4e468fd9cbdace20a6f23
refs/heads/master
2020-05-04T15:13:45.882000
2020-04-08T08:09:16
2020-04-08T08:09:16
179,230,745
1
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package opple.sso; import java.text.SimpleDateFormat; import java.util.Date; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.Produces; import javax.ws.rs.PathParam; import javax.ws.rs.core.MediaType; import weaver.conn.RecordSet; import weaver.general.Util; /** * @a...
GB18030
Java
2,314
java
CreateSecuritySerive.java
Java
[ { "context": "rdSet;\nimport weaver.general.Util;\n\n/**\n * @author sunyy\n * @version 1.0 /2017-10-24\n */\n@Path(\"/step1\")\np", "end": 331, "score": 0.9996083974838257, "start": 326, "tag": "USERNAME", "value": "sunyy" } ]
null
[]
package opple.sso; import java.text.SimpleDateFormat; import java.util.Date; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.Produces; import javax.ws.rs.PathParam; import javax.ws.rs.core.MediaType; import weaver.conn.RecordSet; import weaver.general.Util; /** * @a...
2,314
0.649321
0.636652
73
29.273973
30.372238
134
false
false
0
0
0
0
0
0
2.232877
false
false
11
c944cde3c75d6620adde91e95d7bc613157c5041
34,359,784,470
426267c2113cdb8793064c10eed13326b92d91c1
/java/play/src/test/java/com/circulardollar/cdatm/__Main.java
7c90448ac739d493085958e6cb82ff32d6db91ae
[ "MIT" ]
permissive
yuanqian-usf/CDATMController
https://github.com/yuanqian-usf/CDATMController
36069b76bbbb05f1ae3517f7700c5cb0de6c4160
cdef6fb4f2be65406e26fa8bf4ca762f7b1b54a4
refs/heads/main
2023-05-30T13:57:51.174000
2021-06-25T06:03:54
2021-06-25T06:03:54
372,705,744
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.circulardollar.cdatm; import static com.circulardollar.cdatm.utils.userInteraction.UserInputUtils.handleUserInput; import com.circulardollar.cdatm.business.upstream.model.accounts.IAccountsRecord; import com.circulardollar.cdatm.business.upstream.model.auth.ILoginRecord; import com.circulardollar.cdatm.co...
UTF-8
Java
2,854
java
__Main.java
Java
[]
null
[]
package com.circulardollar.cdatm; import static com.circulardollar.cdatm.utils.userInteraction.UserInputUtils.handleUserInput; import com.circulardollar.cdatm.business.upstream.model.accounts.IAccountsRecord; import com.circulardollar.cdatm.business.upstream.model.auth.ILoginRecord; import com.circulardollar.cdatm.co...
2,854
0.778907
0.776104
64
43.59375
31.717857
100
false
false
0
0
0
0
0
0
0.453125
false
false
11
ebee19d59c64aa843e7cc6a02125de472576f0d7
18,202,071,451,942
23501863923e115250c6b2d93ae2ee459962a997
/src/com/mygdx/ld29/screens/SelectLevel.java
5ba8d442fa2e12cabba5ff6a1480e7e981716535
[]
no_license
Alberto-Izquierdo/Beneath-the-surface
https://github.com/Alberto-Izquierdo/Beneath-the-surface
dcafb774f454d41e478b3c136880e4e426dd305b
711c56395cdbb7da26baea36e63ed3cf72d6edbc
refs/heads/master
2020-05-26T09:22:25.595000
2015-02-23T18:19:54
2015-02-23T18:19:54
31,222,000
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mygdx.ld29.screens; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Input.Keys; import com.badlogic.gdx.Screen; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.graphics.OrthographicCamera; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.SpriteBatch...
UTF-8
Java
2,604
java
SelectLevel.java
Java
[]
null
[]
package com.mygdx.ld29.screens; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Input.Keys; import com.badlogic.gdx.Screen; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.graphics.OrthographicCamera; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.SpriteBatch...
2,604
0.654378
0.633257
119
19.882353
19.840616
146
false
false
0
0
0
0
0
0
2.033613
false
false
11
adcb48f5a33c4225c449151c0ca734b010052d40
29,652,454,216,066
8c911e9e426571d24ea0fbbb4abeeb25bda83419
/sabot/serializer/src/main/java/com/dremio/exec/planner/serializer/RelTraitSetSerde.java
a193c77da7e4905d7c82d2259c3455f12ac8283a
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
vishalbelsare/dremio-oss
https://github.com/vishalbelsare/dremio-oss
a26e64cd7a38469fae18e5556f1f15234c37f332
be47367c523e4eded35df4e8fff725f53160558e
refs/heads/master
2023-06-26T21:22:01.842000
2023-06-13T20:40:56
2023-06-13T20:40:56
132,413,581
0
0
Apache-2.0
true
2023-06-16T05:54:41
2018-05-07T05:55:45
2021-11-18T23:52:26
2023-06-16T05:54:41
98,789
0
0
1
Java
false
false
/* * Copyright (C) 2017-2019 Dremio Corporation * * 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 l...
UTF-8
Java
2,466
java
RelTraitSetSerde.java
Java
[]
null
[]
/* * Copyright (C) 2017-2019 Dremio Corporation * * 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 l...
2,466
0.723033
0.716545
76
31.447369
23.26981
75
false
false
0
0
0
0
0
0
0.394737
false
false
11
6371264255fe7d1ae22596e7a6733542a9a5532a
28,037,546,557,693
3e9d746965157ea6deaba6ef3899c90850ddf5e2
/src/main/java/com/hotel/service/impl/UserServiceImpl.java
8f32e15b6a2254b8ccdc5a1138e248d2a0fae501
[]
no_license
LorenSun/hotel_mannager_system
https://github.com/LorenSun/hotel_mannager_system
cfea4d39e36e06804cf3ed19f528c6610a0a9011
48543ebe834e303187bd04250b078256c7dd9d89
refs/heads/master
2021-09-06T10:09:34.242000
2018-02-05T10:26:59
2018-02-05T10:26:59
113,031,942
0
0
null
false
2018-02-05T10:22:51
2017-12-04T11:02:26
2017-12-04T11:23:11
2017-12-29T13:23:58
15,775
0
0
1
Java
false
null
package com.hotel.service.impl; import com.hotel.common.Const; import com.hotel.common.ServerResponse; import com.hotel.common.TokenCache; import com.hotel.dao.UserMapper; import com.hotel.pojo.User; import com.hotel.service.IUserService; import com.hotel.util.MD5Util; import com.sun.corba.se.spi.activation.Server; im...
UTF-8
Java
9,037
java
UserServiceImpl.java
Java
[ { "context": "ervice;\n\nimport java.util.UUID;\n\n/**\n * Created by HASEE on 2017/12/5.\n */\n@Service(\"iUserService\")\npublic", "end": 565, "score": 0.9996426701545715, "start": 560, "tag": "USERNAME", "value": "HASEE" }, { "context": " //正确\n String forgetT...
null
[]
package com.hotel.service.impl; import com.hotel.common.Const; import com.hotel.common.ServerResponse; import com.hotel.common.TokenCache; import com.hotel.dao.UserMapper; import com.hotel.pojo.User; import com.hotel.service.IUserService; import com.hotel.util.MD5Util; import com.sun.corba.se.spi.activation.Server; im...
9,012
0.6463
0.638366
217
37.917049
26.738752
109
false
false
0
0
0
0
0
0
0.562212
false
false
11
37a6085192ceebf50f91de781d39759dc7b6d580
19,945,828,171,093
2345f73a899c58f5082696a74c378ac91497ff0f
/testautomation/src/test/java/com/valuemomentum/training/testautomation/utils/WebDriverHelper.java
42ba3e085d031e8b99fb4d77c5c2efcb637e3fd1
[]
no_license
Koustab1999/java
https://github.com/Koustab1999/java
ac96ea052c8541c4cb9219c59b5cfb69933482ec
807abec3d157eea2473db351817875de055e1155
refs/heads/master
2023-03-31T14:18:21.273000
2021-03-31T07:42:06
2021-03-31T07:42:06
353,268,758
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.valuemomentum.training.testautomation.utils; import java.io.File; import java.io.IOException; import java.util.Iterator; import java.util.Set; import org.apache.commons.io.FileUtils; import org.openqa.selenium.OutputType; import org.openqa.selenium.TakesScreenshot; import org.openqa.selenium.WebDriver; ...
UTF-8
Java
1,748
java
WebDriverHelper.java
Java
[ { "context": "setProperty(\"webdriver.chrome.driver\",\"C:\\\\Users\\\\koustabj\\\\Downloads\\\\chromedriver_win32\\\\chromedriver.exe\"", "end": 568, "score": 0.9699706435203552, "start": 560, "tag": "USERNAME", "value": "koustabj" } ]
null
[]
package com.valuemomentum.training.testautomation.utils; import java.io.File; import java.io.IOException; import java.util.Iterator; import java.util.Set; import org.apache.commons.io.FileUtils; import org.openqa.selenium.OutputType; import org.openqa.selenium.TakesScreenshot; import org.openqa.selenium.WebDriver; ...
1,748
0.675629
0.674485
68
24.67647
24.400724
122
false
false
0
0
0
0
0
0
1.411765
false
false
11
f57e1669b63b2d8afb078cd1bfcdff5f767c9ca6
30,520,037,670,927
f0c788452f1604bca35e03b0fc722a54aef4bffb
/codewars/codewars-java/src/Steps_In_Primes.java
19ffad91d0f2c66c2421d86f95df0a6bcdeae0c8
[]
no_license
arentah/Practice-Exercises
https://github.com/arentah/Practice-Exercises
514038c03d4905fede80486034c2afc489f4e468
0bef4b0b539e2985742eee39f7b4c05fb890050c
refs/heads/master
2021-09-25T10:24:03.349000
2018-10-21T02:21:26
2018-10-21T02:21:26
115,831,045
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/*My Solution*/ import java.util.ArrayList; public class Steps_In_Primes { public static void main(String[] args){ long[] tmp = gap(10,100,110); if(tmp != null) {for(int i = 0; i < tmp.length; i++){ System.out.println(tmp[i]); }} } public static long[] gap(int g...
UTF-8
Java
3,554
java
Steps_In_Primes.java
Java
[]
null
[]
/*My Solution*/ import java.util.ArrayList; public class Steps_In_Primes { public static void main(String[] args){ long[] tmp = gap(10,100,110); if(tmp != null) {for(int i = 0; i < tmp.length; i++){ System.out.println(tmp[i]); }} } public static long[] gap(int g...
3,554
0.533765
0.524761
122
28.139345
32.506824
285
false
false
0
0
0
0
0
0
0.663934
false
false
11
57a7910e18cec2ff38e05ad74c496d8ea0dbb381
27,676,769,299,494
3f2800988f4a7c59cc5d30c7bec42538d049f0f0
/Pogrammers/src/kr/co/programmers/해시/전화번호_목록/Solution.java
8dbffcb8f47f42e89bfc146cd0ece21c11134e53
[]
no_license
happysungman/algorithm
https://github.com/happysungman/algorithm
e729fb5b0042624f3051bc914799fa4001a462de
3a287cc01fbb2419279dd784a7257cb32cd80445
refs/heads/master
2020-12-12T18:43:32.709000
2020-01-31T06:25:58
2020-01-31T06:25:58
234,006,161
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package kr.co.programmers.해시.전화번호_목록; import java.util.Arrays; public class Solution { // phone_book의 길이는 1 이상 1,000,000 이하입니다. // 각 전화번호의 길이는 1 이상 20 이하입니다. public static boolean solution(String[] phone_book) { boolean answer = true; Arrays.sort(phone_book); for (int...
UHC
Java
774
java
Solution.java
Java
[]
null
[]
package kr.co.programmers.해시.전화번호_목록; import java.util.Arrays; public class Solution { // phone_book의 길이는 1 이상 1,000,000 이하입니다. // 각 전화번호의 길이는 1 이상 20 이하입니다. public static boolean solution(String[] phone_book) { boolean answer = true; Arrays.sort(phone_book); for (int...
774
0.548295
0.519886
27
24.074074
18.60491
57
false
false
0
0
0
0
0
0
1.185185
false
false
11
90cedcc6dd948aef58a52f635ba6904c66af344a
6,803,228,246,737
95e944448000c08dd3d6915abb468767c9f29d3c
/sources/com/p280ss/android/ugc/aweme/share/systemshare/C38255a.java
1825b70485198aa68cd22189549cff03026bbd13
[]
no_license
xrealm/tiktok-src
https://github.com/xrealm/tiktok-src
261b1faaf7b39d64bb7cb4106dc1a35963bd6868
90f305b5f981d39cfb313d75ab231326c9fca597
refs/heads/master
2022-11-12T06:43:07.401000
2020-07-04T20:21:12
2020-07-04T20:21:12
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.p280ss.android.ugc.aweme.share.systemshare; import com.p280ss.android.ugc.aweme.opensdk.share.presenter.C34689b.C34694a; import kotlin.jvm.p357a.C7562b; /* renamed from: com.ss.android.ugc.aweme.share.systemshare.a */ final /* synthetic */ class C38255a implements C7562b { /* renamed from: a */ p...
UTF-8
Java
534
java
C38255a.java
Java
[]
null
[]
package com.p280ss.android.ugc.aweme.share.systemshare; import com.p280ss.android.ugc.aweme.opensdk.share.presenter.C34689b.C34694a; import kotlin.jvm.p357a.C7562b; /* renamed from: com.ss.android.ugc.aweme.share.systemshare.a */ final /* synthetic */ class C38255a implements C7562b { /* renamed from: a */ p...
534
0.700375
0.574906
19
27.105263
25.577322
76
false
false
0
0
0
0
0
0
0.315789
false
false
11
99cbdc0d40489d89ac95f8395aebdb92f0ef7210
2,302,102,525,821
cdfa658e2c0850dd47ab57f2d7591db333aaaecd
/Patterns/2018.2/Structural-Patterns/Treinamento/Bridge/BridgeImages/src/run/Main.java
5ee087656d5c032c3821f32cd63278549fc70994
[]
no_license
jonatasts/IFBA
https://github.com/jonatasts/IFBA
e77dbb2881f84b10a8a3ebef41b925b198b7cc82
65066f917d4fff9622be7dc62051584a8401aa5e
refs/heads/master
2020-05-22T21:05:47.583000
2019-09-07T00:25:20
2019-09-07T00:25:20
179,167,282
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package run; import productImage.RendeVisor; import modaisImage.BmpImage; import modaisImage.JpegImage; public class Main { ...
UTF-8
Java
488
java
Main.java
Java
[]
null
[]
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package run; import productImage.RendeVisor; import modaisImage.BmpImage; import modaisImage.JpegImage; public class Main { ...
488
0.702869
0.702869
19
24.68421
22.012085
79
false
false
0
0
0
0
0
0
0.526316
false
false
11
b1274d396ac8e0a5cf075e8c6991e8b42c8a028d
12,695,923,384,996
fc13f084e25f828bd4c2ac573c9cbb6fc96fc962
/java/src/test/java/org/smm/SimpleFieldBindingTest.java
47e348bd107cd311c4389c882ce9821aec974ad5
[ "MIT" ]
permissive
rodrigogdea/simple-mongo-mapper
https://github.com/rodrigogdea/simple-mongo-mapper
d719c5b0774c3348033562fad0fb6ec12af32ec5
964660b3bfbfed48039440f339def1a168c78f77
refs/heads/master
2016-09-10T20:35:23.983000
2015-01-16T02:32:57
2015-01-16T02:32:57
23,257,459
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.smm; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import org.junit.Before; import org.junit.Test; import org.smm.model.ChessBoard; import com.mongodb.BasicDBObject; public class SimpleFieldBindingTest extends SimpleMongoMapp...
UTF-8
Java
2,709
java
SimpleFieldBindingTest.java
Java
[ { "context": "eASimpleEntity() {\n String bobbyFischer = \"Bobby Fischer\";\n String garryKasparov = \"Garry Kasparov\"", "end": 618, "score": 0.9998606443405151, "start": 605, "tag": "NAME", "value": "Bobby Fischer" }, { "context": " \"Bobby Fischer\";\n String ...
null
[]
package org.smm; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import org.junit.Before; import org.junit.Test; import org.smm.model.ChessBoard; import com.mongodb.BasicDBObject; public class SimpleFieldBindingTest extends SimpleMongoMapp...
2,672
0.703581
0.701735
77
34.18182
33.798382
122
false
false
0
0
0
0
0
0
0.792208
false
false
11
114ced6b09399321207a3fb45a1aa6b56827bbd0
19,258,633,397,036
597d8bbdec2fffa4a18df84105edb2d3747ee6bc
/week-6/lessons/src/main/java/pl/cholewa/aoplesson/HelloAspect.java
96943cf03edd9da3918e2fc68180b06dc86244d0
[]
no_license
magikabdul/akademia-spring
https://github.com/magikabdul/akademia-spring
9fac5ca303eae2cc3931b00830a4360ef4ebf79e
b40ec49cb8c43e79c9cb10e019649a3db54d74e6
refs/heads/master
2020-07-30T16:05:42.176000
2019-11-16T00:03:09
2019-11-16T00:03:09
210,285,647
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package pl.cholewa.aoplesson; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.After; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Before; import org.springframework.stereotype.Component; @Aspect @Component publ...
UTF-8
Java
878
java
HelloAspect.java
Java
[]
null
[]
package pl.cholewa.aoplesson; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.After; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Before; import org.springframework.stereotype.Component; @Aspect @Component publ...
878
0.718679
0.718679
29
29.275862
23.297028
80
false
false
0
0
0
0
0
0
0.37931
false
false
11
88f19a82e773d3cba88591fb2b8ce803e34f8e52
2,817,498,553,442
9b37d5deaf026c2e84f4f5ba417ceaebb83efd18
/src/main/java/com/senac/petshop/infra/CrudBD.java
36618cb3e640c2cde6e5e079659815f20fce5667
[ "MIT" ]
permissive
lossurdo/PetShop4j-Senac
https://github.com/lossurdo/PetShop4j-Senac
635a8bea28a479909f2c8e866234b259cbd2f58c
2a6b6b94ed82777b514fa4d1d2857a84b479dd1e
refs/heads/master
2022-06-22T11:03:22.248000
2021-06-09T12:56:49
2021-06-09T12:56:49
39,595,685
1
0
MIT
false
2022-06-21T00:51:07
2015-07-23T22:01:22
2021-06-09T12:56:52
2022-06-21T00:51:06
732
0
0
1
Java
false
false
package com.senac.petshop.infra; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import org.apache.log4j.Logger; /** * Classe que, posteriormente, será utilizada para armazenar dados de conexão * com banco de dados. * * @author lossurdo */ public abstract cla...
UTF-8
Java
2,839
java
CrudBD.java
Java
[ { "context": "de conexão\r\n * com banco de dados.\r\n *\r\n * @author lossurdo\r\n */\r\npublic abstract class CrudBD<T> implements ", "end": 294, "score": 0.9988009333610535, "start": 286, "tag": "USERNAME", "value": "lossurdo" }, { "context": "g BD_PASSWORD = Propriedades.getInsta...
null
[]
package com.senac.petshop.infra; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import org.apache.log4j.Logger; /** * Classe que, posteriormente, será utilizada para armazenar dados de conexão * com banco de dados. * * @author lossurdo */ public abstract cla...
2,839
0.576733
0.576379
83
32.072289
28.166794
112
false
false
0
0
0
0
0
0
0.433735
false
false
11
42d59190cc6941f8249ba69bb2e6a670ef156e5c
12,610,023,982,234
6138af219efc3a8f31060e30ebc532ffcbad1768
/astrogrid/desktop/impl/src/java/org/astrogrid/desktop/modules/ui/scope/ConeRetrieval.java
2b77400d85ec8c6581b1cc8e9536a94b927e4a16
[]
no_license
Javastro/astrogrid-legacy
https://github.com/Javastro/astrogrid-legacy
dd794b7867a4ac650d1a84bdef05dfcd135b8bb6
51bdbec04bacfc3bcc3af6a896e8c7f603059cd5
refs/heads/main
2023-06-26T10:23:01.083000
2021-07-30T11:17:12
2021-07-30T11:17:12
391,028,616
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.astrogrid.desktop.modules.ui.scope; import java.net.URI; import java.net.URL; import org.astrogrid.acr.ivoa.Cone; import org.astrogrid.acr.ivoa.resource.ConeCapability; import org.astrogrid.acr.ivoa.resource.Service; import org.astrogrid.desktop.modules.ui.MonitoringInputStream; import org.xml.sax.InputSo...
UTF-8
Java
3,283
java
ConeRetrieval.java
Java
[]
null
[]
package org.astrogrid.desktop.modules.ui.scope; import java.net.URI; import java.net.URL; import org.astrogrid.acr.ivoa.Cone; import org.astrogrid.acr.ivoa.resource.ConeCapability; import org.astrogrid.acr.ivoa.resource.Service; import org.astrogrid.desktop.modules.ui.MonitoringInputStream; import org.xml.sax.InputSo...
3,283
0.653975
0.650015
79
40.556961
35.945015
209
false
false
0
0
0
0
0
0
0.911392
false
false
11
2845a50a92d307510dad6af138a4406799a10079
12,610,023,986,424
5072bcdb7cadaedd1467ac34c77cff0db9c292df
/app/src/main/java/com/example/hikerswatch/MainActivity.java
9c3654bace37aa12e322989a1649e1817def9e16
[]
no_license
AhamedFaiz/HikersWatch
https://github.com/AhamedFaiz/HikersWatch
d07b4bd61afaf122a566d50ee4338e2e6d4e393c
3d4b7fdb4eb7469df37165a7657f33b06213635a
refs/heads/master
2020-09-24T00:48:44.174000
2019-12-03T13:04:29
2019-12-03T13:04:29
225,621,818
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.hikerswatch; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import androidx.core.app.ActivityCompat; import androidx.core.content.ContextCompat; import android.Manifest; import android.content.Context; import android.content.pm.PackageManager; import android.l...
UTF-8
Java
6,483
java
MainActivity.java
Java
[]
null
[]
package com.example.hikerswatch; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import androidx.core.app.ActivityCompat; import androidx.core.content.ContextCompat; import android.Manifest; import android.content.Context; import android.content.pm.PackageManager; import android.l...
6,483
0.628413
0.624248
163
38.773006
33.001823
135
false
false
0
0
0
0
0
0
0.490798
false
false
11
d795fad6e67a119ca5c1f9bcd32043a119434cfa
15,049,565,413,882
2ef08a0c863c85144c7fa39bbdeb72cf71e6e4fb
/UAS_Praktikum_Mobile_Computing/Emmanuel Eban/PenjualanMobil/PenjualanMobil/src/app/seamolec/metra/Tampilan2.java
ce9d9b38bbc96af7135d8156cb659efc50b2d3dd
[]
no_license
ricots/awesome_praktikum_unikama
https://github.com/ricots/awesome_praktikum_unikama
d2b32a1e9a6b9b3dc385d5aa56be98d10912d235
cd85d38c1a74e23e51ba2a3aa16f4e39ac66a302
refs/heads/master
2021-01-13T02:54:09.530000
2016-12-22T00:12:56
2016-12-22T00:12:56
77,028,545
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package app.seamolec.metra; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.ImageButton; public class Tampilan2 extends Activity implements OnClickListener{ ImageButton btnMobil1, btnMobil2...
UTF-8
Java
1,249
java
Tampilan2.java
Java
[]
null
[]
package app.seamolec.metra; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.ImageButton; public class Tampilan2 extends Activity implements OnClickListener{ ImageButton btnMobil1, btnMobil2...
1,249
0.746998
0.726181
48
25.020834
18.230572
67
false
false
0
0
0
0
0
0
2.166667
false
false
11
406f897921e483cdb8bb03e589337e53eeebdd15
26,036,091,754,134
837bb0ab55cb400cf2c2f0af03cf9695bc7fc8cd
/components/org.wso2.carbon.identity.api.server.permission.management/org.wso2.carbon.identity.api.server.permission.management.v1/src/gen/java/org/wso2/carbon/identity/api/server/permission/management/v1/factories/PermissionManagementApiServiceFactory.java
b44c072632f6a1969abf354215608dbaf426526a
[ "Apache-2.0" ]
permissive
wso2/identity-api-server
https://github.com/wso2/identity-api-server
3e8004ed922e69e703eb6e8b2baea5f2b735938e
27cd1d71fc607d5ac34c76498bf41502c5020c42
refs/heads/master
2023-09-01T05:20:20.335000
2023-09-01T04:48:39
2023-09-01T04:48:39
194,059,800
49
124
Apache-2.0
false
2023-09-14T06:42:02
2019-06-27T08:57:35
2023-08-18T05:18:39
2023-09-14T06:42:00
13,141
47
120
11
Java
false
false
package org.wso2.carbon.identity.api.server.permission.management.v1.factories; import org.wso2.carbon.identity.api.server.permission.management.v1.PermissionManagementApiService; import org.wso2.carbon.identity.api.server.permission.management.v1.impl.PermissionManagementApiServiceImpl; public class PermissionManage...
UTF-8
Java
564
java
PermissionManagementApiServiceFactory.java
Java
[]
null
[]
package org.wso2.carbon.identity.api.server.permission.management.v1.factories; import org.wso2.carbon.identity.api.server.permission.management.v1.PermissionManagementApiService; import org.wso2.carbon.identity.api.server.permission.management.v1.impl.PermissionManagementApiServiceImpl; public class PermissionManage...
564
0.838652
0.828014
14
39.285713
43.333305
108
false
false
0
0
0
0
0
0
0.357143
false
false
11
3eabb6d6014d69fef6ed5bcbb0bac9e6492e3459
10,849,087,400,320
b7bf096eb877136cdd18ed83516dd5a2c251f086
/TypeInformation/Exercise8.java
ee386bb192ac0744a26fcffe9984e61cf2936464
[]
no_license
kean0212/LearnJava
https://github.com/kean0212/LearnJava
225c8f2bf49c059b244df51c1ce5b3ec3cdc2bbe
37cfb2c72c7bbde147f0be6c1f7a3917bea7be28
refs/heads/master
2021-01-11T20:47:45.675000
2017-06-07T13:02:35
2017-06-07T13:02:35
79,186,211
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.*; abstract class Shape { boolean isHighlighted = false; void draw() { System.out.println(this + ".draw()"); } } class Circle extends Shape { public String toString() { return (isHighlighted ? "Highlighed: " : "") + "Circle"; } } class Square extends Shape { ...
UTF-8
Java
1,261
java
Exercise8.java
Java
[]
null
[]
import java.util.*; abstract class Shape { boolean isHighlighted = false; void draw() { System.out.println(this + ".draw()"); } } class Circle extends Shape { public String toString() { return (isHighlighted ? "Highlighed: " : "") + "Circle"; } } class Square extends Shape { ...
1,261
0.605075
0.604282
49
24.755102
22.681046
66
false
false
0
0
0
0
0
0
0.285714
false
false
11
c7af079ff2da12b9fb2783460789ea575c86a70c
12,498,354,844,605
c4974f3f70b3ec0eaf1e089bd441e78fdb7b8624
/src/main/java/com/wibawanto/hotel/converter/ReservationFormToGuestConverter.java
c0afb03af9aee7a1845b8b9fc8fbc95c2a80c34b
[]
no_license
wibawanto/tempah-hotel
https://github.com/wibawanto/tempah-hotel
d92f67745c28f93c27507ce58d14446832eb86a8
bf25abfbcee888ba48268edea6e59a53ff2150c8
refs/heads/main
2023-01-18T19:19:55.438000
2020-11-30T03:43:24
2020-11-30T03:43:24
316,523,302
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.wibawanto.hotel.converter; import com.wibawanto.hotel.domain.Guest; import com.wibawanto.hotel.form.ReservationForm; import org.springframework.core.convert.converter.Converter; /** * @author andika */ public class ReservationFormToGuestConverter implements Converter<ReservationForm, Guest> { @Overr...
UTF-8
Java
472
java
ReservationFormToGuestConverter.java
Java
[ { "context": ".core.convert.converter.Converter;\n\n/**\n * @author andika\n */\npublic class ReservationFormToGuestConverter ", "end": 213, "score": 0.997774600982666, "start": 207, "tag": "USERNAME", "value": "andika" } ]
null
[]
package com.wibawanto.hotel.converter; import com.wibawanto.hotel.domain.Guest; import com.wibawanto.hotel.form.ReservationForm; import org.springframework.core.convert.converter.Converter; /** * @author andika */ public class ReservationFormToGuestConverter implements Converter<ReservationForm, Guest> { @Overr...
472
0.771186
0.771186
15
30.466667
30.780657
91
false
false
0
0
0
0
0
0
0.533333
false
false
11
5b18764b3efff15c04587298457675b6290f653d
16,449,724,792,866
b54733451c4bcb481a5296089fe83b911284c30d
/hk2-services/src/test/java/com/porogi/bits/hk2/InitializerTest.java
9e1ade116a6152d881f0346b660828f75507f25e
[ "Apache-2.0" ]
permissive
bazigor/porogi-bits
https://github.com/bazigor/porogi-bits
4cece0f177c8915787ff0ff32fda32b718591ece
c366705ba2a23e48c96ea5fe5289f664326ee3f7
refs/heads/master
2016-08-08T05:44:41.712000
2015-06-21T17:27:10
2015-06-21T17:27:10
24,366,342
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.porogi.bits.hk2; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotSame; import java.io.IOException; import java.util.Collection; import java.util.List; import java.util.Set; import java.util.SortedSet; import org.glassfish.hk2.api.ServiceLocator; import org.junit.Bef...
UTF-8
Java
1,321
java
InitializerTest.java
Java
[]
null
[]
package com.porogi.bits.hk2; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotSame; import java.io.IOException; import java.util.Collection; import java.util.List; import java.util.Set; import java.util.SortedSet; import org.glassfish.hk2.api.ServiceLocator; import org.junit.Bef...
1,321
0.693414
0.679788
48
26.5
20.108042
64
false
false
0
0
0
0
0
0
0.604167
false
false
11
6c7b80eafb8bff8b2ba520bd5a028733f054b50f
21,036,749,860,332
d020a23312fcc7115a2eccc5cb44fa08e2938b2a
/ccms-channel-support/src/main/java/com/yunat/ccms/channel/support/controller/TenantInfoController.java
f792f5681a3a388956730bff11f2b448543a8d84
[]
no_license
hero860116/ccms-parent-new
https://github.com/hero860116/ccms-parent-new
46d16fb8ba551b9c3b231e28beb8b2f4cbfbfa7c
5121ccc2bee642e3829d00d4a596b0217aabe90a
refs/heads/master
2016-02-25T22:50:26.577000
2013-09-05T11:40:50
2013-09-05T11:40:50
12,606,021
0
5
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.yunat.ccms.channel.support.controller; import java.util.Map; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.s...
UTF-8
Java
2,247
java
TenantInfoController.java
Java
[]
null
[]
package com.yunat.ccms.channel.support.controller; import java.util.Map; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.s...
2,247
0.792918
0.78978
58
37.465519
26.645966
110
false
false
0
0
0
0
0
0
1.706897
false
false
11
cfb0efafa4185ed9dd1efdea05f878ad2409cd07
15,075,335,260,190
ab28248396b55c6331b5bb04d9460636af9234a8
/nexd-dipl/src/de/xplib/nexd/engine/xml/util/XSValidator.java
bc178bef7b671ccef5089a5f99b849b37409b0ea
[]
no_license
BackupTheBerlios/nexd-xmldb-svn
https://github.com/BackupTheBerlios/nexd-xmldb-svn
dbca4180c16c457c6cd45299596ed7ee54c7c475
aae160c42d25a318745351bc85561a3b2f39e24a
refs/heads/master
2016-09-10T19:19:44.953000
2005-08-04T08:03:50
2005-08-04T08:03:50
40,801,022
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Project: nexd * Copyright (C) 2005 Manuel Pichler <manuel.pichler@xplib.de> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
UTF-8
Java
2,011
java
XSValidator.java
Java
[ { "context": "/*\n * Project: nexd \n * Copyright (C) 2005 Manuel Pichler <manuel.pichler@xplib.de>\n *\n * This library is f", "end": 58, "score": 0.9998844861984253, "start": 44, "tag": "NAME", "value": "Manuel Pichler" }, { "context": "ect: nexd \n * Copyright (C) 2005 Manuel Pi...
null
[]
/* * Project: nexd * Copyright (C) 2005 <NAME> <<EMAIL>> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later vers...
1,963
0.68175
0.637494
61
31.967213
27.13353
77
false
false
0
0
0
0
0
0
0.262295
false
false
11
2a1e23db85f673c340a144e90c05cc4b903e19cc
20,968,030,387,137
ff9f4acdec7f365153203a625087a1f98c568b3a
/EasyA-Android/src/ca/ualberta/cmput301f14t16/easya/Model/ContentDeserializer.java
40f9041ab453c9be89f03c18c6cee09240e50847
[ "MIT" ]
permissive
CMPUT301F14T16/QuestionAppProject
https://github.com/CMPUT301F14T16/QuestionAppProject
cf8417a82d447ea87d0c767e7eadda5df97612b4
7ca033402549beebea8d74b08780bcce7a74c756
refs/heads/master
2016-09-06T08:37:00.507000
2014-12-04T02:12:02
2014-12-04T02:12:02
24,606,568
0
2
null
false
2014-11-19T22:22:57
2014-09-29T18:04:55
2014-11-19T22:22:57
2014-11-19T22:22:57
55,358
1
1
18
Java
null
null
package ca.ualberta.cmput301f14t16.easya.Model; import java.lang.reflect.Type; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonParseException; import com.google.gson.JsonSerial...
UTF-8
Java
1,846
java
ContentDeserializer.java
Java
[]
null
[]
package ca.ualberta.cmput301f14t16.easya.Model; import java.lang.reflect.Type; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonParseException; import com.google.gson.JsonSerial...
1,846
0.77519
0.771398
53
33.830189
26.069382
82
false
false
0
0
0
0
0
0
1.792453
false
false
11
b32e2ff70a1c6cf058160ffd39b6f8843f9c22de
23,441,931,547,312
8fd9a0573b2d716c76dcdd1984f3e135fe6918ee
/project/src/main/java/com/perso/management/project/project/PhaseProject.java
67e5e1bafa70d93fde554678e2935048eb0a7278
[]
no_license
abouslikhane/short-listed
https://github.com/abouslikhane/short-listed
db22f129f0844ea1de204834026705139d1ed7f1
3f0934bf228eba12f9216ac983b37219714973bc
refs/heads/master
2016-08-12T08:28:18.624000
2015-10-23T08:23:04
2015-10-23T08:23:04
44,752,203
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.perso.management.project.project; import java.util.List; public class PhaseProject { List<Phase> phases; List<String> Comment; }
UTF-8
Java
148
java
PhaseProject.java
Java
[]
null
[]
package com.perso.management.project.project; import java.util.List; public class PhaseProject { List<Phase> phases; List<String> Comment; }
148
0.756757
0.756757
10
13.8
14.898322
45
false
false
0
0
0
0
0
0
0.7
false
false
11
5b3eb3d81572268a459daf8ae6567c9613c6aa95
13,030,930,825,151
f312bac96282909e9a6a4a25ad44076e5e874817
/src/test/java/com/symphony/qa/configuration/Config.java
d2da9228f290f6e9333e6d7ac223c06b93f528b2
[]
no_license
symphony-yanice/poc-rest-assured
https://github.com/symphony-yanice/poc-rest-assured
7bff14cd9a7fb1467d3dd8120650f20d9cd4fb4a
194e2eb49f16af29ae07bf92cefd183d9102092b
refs/heads/main
2023-03-19T14:38:59.286000
2021-03-02T16:40:00
2021-03-02T16:40:00
327,373,959
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.symphony.qa.configuration; //import java.io.File; //import java.io.FileInputStream; //import java.io.IOException; import java.util.Properties; public class Config { protected Properties configProperties; public Config() { this.configProperties = new Properties(); // API Environm...
UTF-8
Java
1,146
java
Config.java
Java
[]
null
[]
package com.symphony.qa.configuration; //import java.io.File; //import java.io.FileInputStream; //import java.io.IOException; import java.util.Properties; public class Config { protected Properties configProperties; public Config() { this.configProperties = new Properties(); // API Environm...
1,146
0.709424
0.709424
35
31.742857
27.28196
80
false
false
0
0
0
0
0
0
0.485714
false
false
11
f1beea46ba935faf933de201ed019b7b85350464
1,176,821,109,748
8133987ee8a95c55dc9a72d58a5c7beb7cdbccfa
/src/main/java/com/vaguehope/onosendai/update/BatteryNotify.java
6947932c12166af8130da3cabf61f751c465c93e
[ "Apache-2.0" ]
permissive
haku/Onosendai
https://github.com/haku/Onosendai
5172d4d9263c5f7823681003b4bb306226ddd426
8a475f90ac8cc9bb2903f7250c036df604c6be0b
refs/heads/master
2023-09-04T03:10:48.738000
2023-08-30T18:51:03
2023-08-30T18:51:03
8,673,054
8
4
Apache-2.0
false
2021-04-26T17:49:48
2013-03-09T17:10:38
2020-08-01T08:41:04
2021-04-26T17:49:48
3,422
17
11
17
Java
false
false
package com.vaguehope.onosendai.update; import java.io.File; import java.io.IOException; import java.util.concurrent.TimeUnit; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import andro...
UTF-8
Java
6,668
java
BatteryNotify.java
Java
[]
null
[]
package com.vaguehope.onosendai.update; import java.io.File; import java.io.IOException; import java.util.concurrent.TimeUnit; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import andro...
6,668
0.740552
0.738752
200
32.34
28.06732
103
false
false
0
0
0
0
0
0
2.52
false
false
11
a522c45c917c9a12a78536842ac148feff7580dc
25,460,566,181,105
6bba6235fc0feb7bc6cb456692820a6027cad47b
/app/src/main/java/steam/appjam/sopt/com/myapplication/join/model/JoinUser.java
5d9bf9e5055d5264e49e6e68839558d587c932fe
[]
no_license
1022pkh/Monstudy
https://github.com/1022pkh/Monstudy
2db682d18e621a3976876b58359f539e23590ad8
309dfd5bc1447dc6d06f9b4ffae7c98691ba657c
refs/heads/master
2020-07-15T11:11:13.220000
2016-09-03T13:03:25
2016-09-03T13:03:25
67,289,843
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package steam.appjam.sopt.com.myapplication.join.model; public class JoinUser { public String user_id; public String passwd; public String name; public String email; public int img; public JoinUser(String user_id, String passwd, String name, String email, int img) { this.user_id = use...
UTF-8
Java
442
java
JoinUser.java
Java
[ { "context": " this.user_id = user_id;\n this.passwd = passwd;\n this.name = name;\n this.email = e", "end": 354, "score": 0.9982156753540039, "start": 348, "tag": "PASSWORD", "value": "passwd" } ]
null
[]
package steam.appjam.sopt.com.myapplication.join.model; public class JoinUser { public String user_id; public String passwd; public String name; public String email; public int img; public JoinUser(String user_id, String passwd, String name, String email, int img) { this.user_id = use...
446
0.633484
0.633484
18
23.555555
20.801235
88
false
false
0
0
0
0
0
0
0.833333
false
false
11
50f66618cb9c655084b195b82e9eaeefdb32d4bf
3,770,981,291,774
252a4af9aafc1823b2a72e7aed09b22602ee6767
/LinkedAddTwoNumbers.java
00236fe49ccf1deefa6630cdac6ff73db9513984
[]
no_license
SakrA-T/leetcode-AT
https://github.com/SakrA-T/leetcode-AT
d3bfc32509b27befe2fb796dd4ed484d5e5abba9
258ec8976d8fc07d2d60000eda3eddef3b49fd3d
refs/heads/master
2020-06-17T17:21:10.649000
2019-10-31T12:42:13
2019-10-31T13:04:35
195,990,272
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package leetCode; import java.util.Scanner; /** * @className LinkedAddTwoNumbers.java * @author SakrA * @version 创建时间:2019年3月20日 下午3:04:16 */ public class LinkedAddTwoNumbers { public static class ListNode { int val; ListNode next; ListNode(int x) { val = x; } } public static ListNode addTwoNumber...
UTF-8
Java
2,827
java
LinkedAddTwoNumbers.java
Java
[ { "context": "\n * @className LinkedAddTwoNumbers.java\n * @author SakrA\n * @version 创建时间:2019年3月20日 下午3:04:16\n */\npublic ", "end": 105, "score": 0.9942498207092285, "start": 100, "tag": "NAME", "value": "SakrA" } ]
null
[]
package leetCode; import java.util.Scanner; /** * @className LinkedAddTwoNumbers.java * @author SakrA * @version 创建时间:2019年3月20日 下午3:04:16 */ public class LinkedAddTwoNumbers { public static class ListNode { int val; ListNode next; ListNode(int x) { val = x; } } public static ListNode addTwoNumber...
2,827
0.565653
0.525939
119
22.487394
15.325524
82
false
false
0
0
0
0
0
0
2.848739
false
false
11
288c3f90a4c7e34e64225f79638d9420155918fb
10,668,698,816,807
ff411b8b57854d8eafa77fccb89bc8f4f84e2288
/src/main/java/com/github/danielbutts/partsanalyzer/controller/BureauController.java
fa17738fd42042c66f0fb5cb660b5624fcae3dfe
[]
no_license
danielbutts/3d-printing-assessment-api
https://github.com/danielbutts/3d-printing-assessment-api
a20573c0e1640348fce7b5bb372c6eb7a3bd6b4f
61f2e6f7f9a5c985332c87c8264e27f40e36d004
refs/heads/master
2020-12-03T00:15:40.468000
2017-08-14T04:36:11
2017-08-14T04:36:11
96,005,801
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.github.danielbutts.partsanalyzer.controller; import com.github.danielbutts.partsanalyzer.model.Bureau; import com.github.danielbutts.partsanalyzer.model.Material; import com.github.danielbutts.partsanalyzer.model.Part; import com.github.danielbutts.partsanalyzer.model.Printer; import com.github.danielbutts...
UTF-8
Java
5,938
java
BureauController.java
Java
[ { "context": "package com.github.danielbutts.partsanalyzer.controller;\n\nimport com.github.dani", "end": 30, "score": 0.9992930293083191, "start": 19, "tag": "USERNAME", "value": "danielbutts" }, { "context": "utts.partsanalyzer.controller;\n\nimport com.github.danielbutts.partsanal...
null
[]
package com.github.danielbutts.partsanalyzer.controller; import com.github.danielbutts.partsanalyzer.model.Bureau; import com.github.danielbutts.partsanalyzer.model.Material; import com.github.danielbutts.partsanalyzer.model.Part; import com.github.danielbutts.partsanalyzer.model.Printer; import com.github.danielbutts...
5,938
0.601549
0.600707
161
35.881989
25.654509
97
false
false
0
0
0
0
0
0
0.453416
false
false
11
61313186f49ffca14f1a532b3c57d083256ac024
15,401,752,791,827
9fe002d89971231d03772c5589ea31aee9c83d2b
/theme/src/main/java/ganshane/theme/ThemeModule.java
a8368eb50293254d4dd670ce29e1fc6a1b65ee1d
[]
no_license
jcai/ganshane
https://github.com/jcai/ganshane
04993702a6c7278b748f961ea498a95e9f33a779
0e8182af9610b09a2fc7477e9ea15db4a733f433
refs/heads/master
2021-01-01T19:21:09.239000
2010-06-06T09:52:25
2010-06-06T09:52:25
696,534
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright 2010 The Ganshane Team. * * 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 a...
UTF-8
Java
4,036
java
ThemeModule.java
Java
[ { "context": ";\n\n/**\n * 样式模块,能够自定义样式\n * @author <a href=\"mailto:jun.tsai@gmail.com\">Jun Tsai</a>\n * @version $Revision$\n * @since 0.", "end": 1888, "score": 0.9999306201934814, "start": 1870, "tag": "EMAIL", "value": "jun.tsai@gmail.com" }, { "context": "样式\n * @author <a hre...
null
[]
/* * Copyright 2010 The Ganshane Team. * * 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 a...
4,023
0.768694
0.761715
86
45.651161
32.676273
119
false
false
0
0
0
0
0
0
0.616279
false
false
11
7b2f8325bcfafdb55f1c541489d8309c07fe0e45
541,165,921,593
8aea95c114e07d043d217f51a30807b4642d49a7
/workbench/mps-platform/jetbrains.mps.ide.platform/source_gen/jetbrains/mps/ide/platform/modeltree/ModelTreeNode.java
98fc3167e466ac7e430ff5385632719ca871cfe8
[ "LicenseRef-scancode-free-unknown", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
JetBrains/MPS
https://github.com/JetBrains/MPS
ec03a005e0eda3055c4e4856a28234b563af92c6
0d2aeaf642e57a86b23268fc87740214daa28a67
refs/heads/master
2023-09-03T15:14:10.508000
2023-09-01T13:25:35
2023-09-01T13:30:22
2,209,077
1,242
309
Apache-2.0
false
2023-07-25T18:10:10
2011-08-15T09:48:06
2023-07-25T13:43:17
2023-07-25T18:10:09
8,194,106
1,448
283
5
JetBrains MPS
false
false
package jetbrains.mps.ide.platform.modeltree; /*Generated by MPS */ import jetbrains.mps.annotations.GeneratedClass; import javax.swing.tree.DefaultMutableTreeNode; import jetbrains.mps.references.Reference; import javax.swing.Icon; @GeneratedClass(node = "r:e180cc3d-e9f2-4c0c-91b4-6730d80d9b23(jetbrains.mps.ide.pla...
UTF-8
Java
2,849
java
ModelTreeNode.java
Java
[]
null
[]
package jetbrains.mps.ide.platform.modeltree; /*Generated by MPS */ import jetbrains.mps.annotations.GeneratedClass; import javax.swing.tree.DefaultMutableTreeNode; import jetbrains.mps.references.Reference; import javax.swing.Icon; @GeneratedClass(node = "r:e180cc3d-e9f2-4c0c-91b4-6730d80d9b23(jetbrains.mps.ide.pla...
2,849
0.679186
0.658126
105
26.133333
25.037901
210
false
false
0
0
0
0
0
0
0.495238
false
false
11
407fd5fc1891fa277e312db8bb876a0bb659ceb5
18,571,438,659,276
0bac62d8ca7ffcc986a39b4d777f329a5a22bdf3
/src/com/lisanbian/test/BookServiceTest.java
5ccbc7e5cd2490800f44f9fcf3b9101be3d30767
[]
no_license
LiSanbian191/sanbianBookstore
https://github.com/LiSanbian191/sanbianBookstore
92562566a4cfa2a9a46df99bca582d3aa15b25a2
7921a292fadf62ee7709853b5a27599d41dfe50e
refs/heads/master
2022-12-16T06:46:37.992000
2020-09-21T23:43:27
2020-09-21T23:43:27
296,834,446
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.lisanbian.test; import com.lisanbian.pojo.Book; import com.lisanbian.pojo.Page; import com.lisanbian.service.BookService; import com.lisanbian.service.impl.BookServiceImpl; import org.junit.Test; import java.math.BigDecimal; import java.util.List; import static org.junit.Assert.*; public class BookServi...
UTF-8
Java
1,678
java
BookServiceTest.java
Java
[]
null
[]
package com.lisanbian.test; import com.lisanbian.pojo.Book; import com.lisanbian.pojo.Page; import com.lisanbian.service.BookService; import com.lisanbian.service.impl.BookServiceImpl; import org.junit.Test; import java.math.BigDecimal; import java.util.List; import static org.junit.Assert.*; public class BookServi...
1,678
0.630566
0.611913
66
24.19697
23.257595
109
false
false
0
0
0
0
0
0
0.621212
false
false
11
9785707911ee97e1a488027c06bcbf8b9e25da6f
1,451,698,960,798
9d0e06f32c7c2356ee74fde6e0eb1db02f4f179a
/src/main/java/com/cwb/dao/AccountMapper.java
a8e26a8588531864abb01c46b4fe7d6f484e3736
[]
no_license
cwbcwb521/NETCTOSS
https://github.com/cwbcwb521/NETCTOSS
1e6d678942c50a378963566a3f68f964410cc886
cac4ff411bf191cf994f6b608bed78f478d8bbad
refs/heads/master
2018-10-21T18:12:43.181000
2018-08-06T00:59:53
2018-08-06T00:59:53
141,126,488
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cwb.dao; import com.cwb.bean.Account; import com.cwb.bean.page.AccountSearch; import com.cwb.bean.page.PageCtrl; import org.apache.ibatis.annotations.Param; import org.springframework.stereotype.Repository; import java.util.List; /** * Created by cwb on 18/7/18. */ @Repository public interface AccountM...
UTF-8
Java
1,054
java
AccountMapper.java
Java
[ { "context": "sitory;\n\nimport java.util.List;\n\n/**\n * Created by cwb on 18/7/18.\n */\n@Repository\npublic interface Acco", "end": 266, "score": 0.9986599683761597, "start": 263, "tag": "USERNAME", "value": "cwb" } ]
null
[]
package com.cwb.dao; import com.cwb.bean.Account; import com.cwb.bean.page.AccountSearch; import com.cwb.bean.page.PageCtrl; import org.apache.ibatis.annotations.Param; import org.springframework.stereotype.Repository; import java.util.List; /** * Created by cwb on 18/7/18. */ @Repository public interface AccountM...
1,054
0.733471
0.728306
39
23.820513
22.85503
107
false
false
0
0
0
0
0
0
0.435897
false
false
11
d1d5b93ac0b4aa10bf86224bcdf1f8bcd97126c3
16,561,393,958,909
35f16bf0fe4239b8d449af45f7f2ca8f83b8c062
/app/src/main/java/zhaoliang/com/android52base/activity/day01/smssender/SmsSenderActivity.java
22d52be32b30850a484d17aba4c4abcae8e5fa5a
[]
no_license
BruceAnda/Android52Base
https://github.com/BruceAnda/Android52Base
3d190b6ee2eb1c4c21a5c302db43bff30a0c4042
d79add5fa97fd22c68e7b169b8bb125dd02d843c
refs/heads/master
2021-01-20T09:17:04.773000
2017-05-04T07:50:51
2017-05-04T07:50:51
90,234,054
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package zhaoliang.com.android52base.activity.day01.smssender; import android.app.Activity; import android.os.Bundle; import android.telephony.SmsManager; import android.view.View; import android.widget.EditText; import zhaoliang.com.android52base.R; /** * <pre> * 需求:短信发送器 * 思路: * 1. 编写布局界面,在布局界面...
UTF-8
Java
1,452
java
SmsSenderActivity.java
Java
[]
null
[]
package zhaoliang.com.android52base.activity.day01.smssender; import android.app.Activity; import android.os.Bundle; import android.telephony.SmsManager; import android.view.View; import android.widget.EditText; import zhaoliang.com.android52base.R; /** * <pre> * 需求:短信发送器 * 思路: * 1. 编写布局界面,在布局界面...
1,452
0.665033
0.654412
43
27.465117
27.305634
110
false
false
0
0
0
0
0
0
0.395349
false
false
11