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
36dae38ba9afac57b2ff6dd2f6e194e8634b2870
3,100,966,402,899
f6f210c64797087b2681d662f2811e3fbd3691d1
/src/main/java/com/entertain/repositories/IHistoryRepository.java
f9270fad10fa317a74efa2befe36f64a5a030799
[]
no_license
huyquang2710/entertainment-online
https://github.com/huyquang2710/entertainment-online
432e3dafa4d181e5a8087f5798a0ecd624b46f0e
385509c531dc8ad11913249754213f0c5e0a8fa9
refs/heads/master
2023-08-29T15:25:23.514000
2021-10-08T06:33:46
2021-10-08T06:33:46
413,143,707
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.entertain.repositories; import java.util.List; import com.entertain.entities.History; public interface IHistoryRepository { List<History> findByUser(String username); List<History> findByUserAndIsLiked(String username); History findByUserIdAndVideoId(Integer userId, Integer videoId); Histor...
UTF-8
Java
386
java
IHistoryRepository.java
Java
[]
null
[]
package com.entertain.repositories; import java.util.List; import com.entertain.entities.History; public interface IHistoryRepository { List<History> findByUser(String username); List<History> findByUserAndIsLiked(String username); History findByUserIdAndVideoId(Integer userId, Integer videoId); Histor...
386
0.790155
0.790155
13
27.692308
20.782331
65
false
false
0
0
0
0
0
0
1.076923
false
false
8
2655d2465a3deb7fff2d6a3a038aab6b2bde052d
13,262,859,032,643
2868445e1d4d8fbafdc3ebd565eda18a56ffdb1a
/src/test/java/com/beanbiscuit/moneytree/brokerclient/ApiClientTest.java
f96496e89ccaae5363ab1ee3a73002668d6953a0
[]
no_license
Beanbiscuit/brokerclient
https://github.com/Beanbiscuit/brokerclient
d7736d22df2e18c30c760266fb528a260181f02c
b4b454583e28cc63421e840385bc57b9bd3d7d5f
refs/heads/master
2021-07-08T09:44:33.080000
2019-07-18T01:37:41
2019-07-18T01:37:41
197,448,547
2
0
null
false
2020-10-13T14:40:03
2019-07-17T19:16:47
2020-05-08T21:26:01
2020-10-13T14:40:01
251
1
0
1
Java
false
false
package com.beanbiscuit.moneytree.brokerclient; import com.beanbiscuit.moneytree.brokerclient.api.authentication.AuthenticationException; import com.beanbiscuit.moneytree.brokerclient.api.authentication.AuthenticationStrategy; import com.beanbiscuit.moneytree.brokerclient.api.authentication.IGApiSession; import com.be...
UTF-8
Java
1,418
java
ApiClientTest.java
Java
[]
null
[]
package com.beanbiscuit.moneytree.brokerclient; import com.beanbiscuit.moneytree.brokerclient.api.authentication.AuthenticationException; import com.beanbiscuit.moneytree.brokerclient.api.authentication.AuthenticationStrategy; import com.beanbiscuit.moneytree.brokerclient.api.authentication.IGApiSession; import com.be...
1,418
0.761636
0.761636
42
32.785713
30.287931
89
false
false
0
0
0
0
0
0
0.714286
false
false
8
cb26a30ccc5f627e9f4a1d84ffa4955282ee1387
5,832,565,639,361
97f8a6dbc818bcc9ffc069b1c217ae0599045b19
/pnet-data-api-java/src/main/java/pnet/data/api/person/PersonDataDTO.java
de2f483d89e98d306db328136cd1beb5077e8a69
[ "Apache-2.0" ]
permissive
porscheinformatik/pnet-data-api
https://github.com/porscheinformatik/pnet-data-api
afb6557e71e14083af477533ef9cec86756f0356
673fd82a2e2bb88876b4584ee0311a014e3d6768
refs/heads/master
2023-08-04T06:15:37.075000
2023-07-24T05:32:30
2023-07-24T05:32:30
110,085,793
0
3
Apache-2.0
false
2023-09-13T13:00:41
2017-11-09T08:08:04
2021-12-09T12:59:39
2023-09-13T13:00:39
2,479
0
3
4
Java
false
false
/* Copyright 2017 Porsche Informatik GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
UTF-8
Java
21,002
java
PersonDataDTO.java
Java
[ { "context": "thTenants;\n\n/**\n * Holds one person.\n *\n * @author ham\n */\n@SuppressWarnings(\"deprecation\")\n@Schema(desc", "end": 1182, "score": 0.9984010457992554, "start": 1179, "tag": "USERNAME", "value": "ham" }, { "context": " + \"academicTitlePostNomin...
null
[]
/* Copyright 2017 Porsche Informatik GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
21,002
0.686887
0.685554
709
28.622004
33.489334
124
false
false
0
0
0
0
0
0
0.373766
false
false
8
68143b9e2320f7c6cbfb60f97e021236faa7e604
21,010,980,047,190
3f3b0a118e8315b26e068a602e37566fa357e036
/src/main/java/com/isa/oca/preparation/section2/lecture4/Fruit.java
7f65f62347415c94d1d6185e4e64cebac8bf323f
[]
no_license
isaolmez/udemy-oca-java
https://github.com/isaolmez/udemy-oca-java
d06adc6fb04831e71486259dade473a3c7a656b1
56d9613cd52724017cfc2e8caf223113bfdd8199
refs/heads/master
2020-04-06T06:52:58.998000
2017-11-26T10:55:52
2017-11-26T10:55:52
33,448,353
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.isa.oca.preparation.section2.lecture4; public class Fruit { public void color() { System.out.println("My color is: "); } public void grow() { System.out.println("Growing..."); } }
UTF-8
Java
227
java
Fruit.java
Java
[]
null
[]
package com.isa.oca.preparation.section2.lecture4; public class Fruit { public void color() { System.out.println("My color is: "); } public void grow() { System.out.println("Growing..."); } }
227
0.599119
0.590308
12
17.916666
18.066813
50
false
false
0
0
0
0
0
0
0.25
false
false
8
4fab0cd1741c39088c7bd73b1d863c1b851928f1
4,252,017,642,993
bf3bd8d5262e07f53289da2f934a245eda70e5f1
/src/main/java/io/github/spugn/sbot/Commands/Setup.java
7c073eaa8e2a00f6816e3a4822439461505430f8
[]
no_license
Expugn/S-Bot
https://github.com/Expugn/S-Bot
4bbf6ae8c657b4dd7b2238a2ec3267ec8e2fce08
7852b9d4b322d875bf0cbdbfbb0c25180afcc9c6
refs/heads/master
2018-04-17T21:34:42.221000
2017-06-07T17:54:20
2017-06-07T17:54:20
90,601,592
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package io.github.spugn.sbot.Commands; import sx.blah.discord.api.IDiscordClient; import sx.blah.discord.handle.obj.IChannel; import sx.blah.discord.handle.obj.IGuild; import sx.blah.discord.handle.obj.IMessage; import sx.blah.discord.handle.obj.IUser; public class Setup extends Command { private static IGuild GUILD...
UTF-8
Java
1,695
java
Setup.java
Java
[ { "context": "package io.github.spugn.sbot.Commands;\n\nimport sx.blah.discord.api.IDisco", "end": 23, "score": 0.635310709476471, "start": 18, "tag": "USERNAME", "value": "spugn" } ]
null
[]
package io.github.spugn.sbot.Commands; import sx.blah.discord.api.IDiscordClient; import sx.blah.discord.handle.obj.IChannel; import sx.blah.discord.handle.obj.IGuild; import sx.blah.discord.handle.obj.IMessage; import sx.blah.discord.handle.obj.IUser; public class Setup extends Command { private static IGuild GUILD...
1,695
0.690855
0.689086
60
27.25
26.324022
99
false
false
0
0
0
0
0
0
2.45
false
false
8
78916636afa5ef378129454385de7964fb9dcc1a
25,744,033,989,788
4f86fd5dbcf616b76831598bee1901775abda5a1
/Card2d.java
6598be84880f2b98a673b02247b113bed5a85e37
[]
no_license
Basila123/OopsConcept
https://github.com/Basila123/OopsConcept
7e93b97a2d4ee08e266073c331aaae0fb95e215e
0a2ffa71ab1c3166e0e6b0ca77254980895f7819
refs/heads/master
2023-08-25T16:19:33.692000
2021-11-08T02:35:37
2021-11-08T02:35:37
423,301,878
0
0
null
false
2021-11-08T02:35:38
2021-11-01T01:27:24
2021-11-08T02:34:09
2021-11-08T02:35:37
0
0
0
0
Java
false
false
package com.bridgelabzOops; import java.util.*; public class Card2d { String[] shape = {"Clubs", "Diamonds", "Hearts", "Spades"}; String[] card = {"2", "3", "4", "5", "6", "7", "8", "9", "10", "Jack", "Queen", "King", "Ace"}; static String[] array1D = {"", "", "", "", "", "", "", "", "", "", "", "", "", "",...
UTF-8
Java
1,873
java
Card2d.java
Java
[ { "context": "= {\"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"8\", \"9\", \"10\", \"Jack\", \"Queen\", \"King\", \"Ace\"};\n static String[] ar", "end": 206, "score": 0.8404291868209839, "start": 202, "tag": "NAME", "value": "Jack" } ]
null
[]
package com.bridgelabzOops; import java.util.*; public class Card2d { String[] shape = {"Clubs", "Diamonds", "Hearts", "Spades"}; String[] card = {"2", "3", "4", "5", "6", "7", "8", "9", "10", "Jack", "Queen", "King", "Ace"}; static String[] array1D = {"", "", "", "", "", "", "", "", "", "", "", "", "", "",...
1,873
0.447411
0.423919
56
32.44643
31.055204
175
false
false
0
0
0
0
0
0
1.392857
false
false
8
381955ad6bf6c03a80cdfa9b976f97f27c49bee5
14,242,111,612,907
bec8de8f9c4d5db1e82b06ce7769ff8adc6367ec
/src/main/java/com/merchandise/merchandiseBackend/Controllers/MerchController.java
861f17bea96fc47b29e10afa31d7af2f27d065fc
[]
no_license
ronaldescobarj/merchandise-backend-proyecto-sis-web
https://github.com/ronaldescobarj/merchandise-backend-proyecto-sis-web
3889d91fb9f1b2b495ba680134f4e6a3a48c1a31
099c9228bbe4c41cb88a5a2bc52b4fb6372b65dd
refs/heads/master
2020-06-06T17:17:46.159000
2019-06-19T20:54:14
2019-06-19T20:54:14
192,803,086
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.merchandise.merchandiseBackend.Controllers; import com.merchandise.merchandiseBackend.Models.Merch; import com.merchandise.merchandiseBackend.Models.Response; import com.merchandise.merchandiseBackend.Repositories.MerchRepository; import com.sun.org.apache.regexp.internal.RE; import org.springframework.be...
UTF-8
Java
2,168
java
MerchController.java
Java
[]
null
[]
package com.merchandise.merchandiseBackend.Controllers; import com.merchandise.merchandiseBackend.Models.Merch; import com.merchandise.merchandiseBackend.Models.Response; import com.merchandise.merchandiseBackend.Repositories.MerchRepository; import com.sun.org.apache.regexp.internal.RE; import org.springframework.be...
2,168
0.748616
0.748616
56
37.732143
27.918562
115
false
false
0
0
0
0
0
0
0.625
false
false
8
29504d83eb51e67cc7275c2e7ced6f9512033638
901,943,153,484
ca970e87abd1620e795a4c8c004c2119c82fcbad
/src/node.java
2b721d9f658bc9ad8d5e5bd1119ba4dd7c6505aa
[]
no_license
siddimore/JavaPracticeInterviewQuestions
https://github.com/siddimore/JavaPracticeInterviewQuestions
d0745a309bb0cab8989e98914651ff84fc5e6a39
9cabfad171494497814a1411addc4c3ef5cd7c40
refs/heads/master
2021-01-16T21:51:55.954000
2017-11-21T05:38:45
2017-11-21T05:38:45
65,823,313
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Created by MoreFamily on 2/28/2016. */ public class node { public int getKey() { return key; } private int key; public int getData() { return data; } private int data; private node previous; public node getNext() { return next; }...
UTF-8
Java
1,721
java
node.java
Java
[ { "context": "/**\r\n * Created by MoreFamily on 2/28/2016.\r\n */\r\npublic class node {\r\n publ", "end": 29, "score": 0.9989984035491943, "start": 19, "tag": "USERNAME", "value": "MoreFamily" } ]
null
[]
/** * Created by MoreFamily on 2/28/2016. */ public class node { public int getKey() { return key; } private int key; public int getData() { return data; } private int data; private node previous; public node getNext() { return next; }...
1,721
0.514817
0.51075
83
18.73494
15.236359
58
false
false
0
0
0
0
0
0
0.409639
false
false
8
aa982ef37fd927626fc0949a3f0344ea53e7ebbb
28,810,640,653,177
befe827fae9e352ae2e632fb2ff7b26a7dd8efe7
/src/main/java/com/hhb/algorithm/leetcode/question_0126_undo.java
261c66dcde35911c8e3d9c5e782311219accf61a
[]
no_license
hhb1san14/algorithm
https://github.com/hhb1san14/algorithm
6916c3a5a917aa11d0776be49483a62bbd898fa2
8cb57fa5de9fa5330eef78058f5f073b0c15fcdf
refs/heads/master
2022-08-22T22:19:59.477000
2022-08-11T08:21:13
2022-08-11T08:21:13
210,542,495
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hhb.algorithm.leetcode; import java.util.*; /** * @ClassName: question_0126 * @Date: 2022/8/6 22:55 * @Author: huanghongbo * @Description:126. 单词接龙 II https://leetcode.cn/problems/word-ladder-ii/description/ * 按字典 wordList 完成从单词 beginWord 到单词 endWord 转化,一个表示此过程的 转换序列 是形式上像 beginWord -> s1 -> s2 -> .....
UTF-8
Java
5,932
java
question_0126_undo.java
Java
[ { "context": "question_0126\n * @Date: 2022/8/6 22:55\n * @Author: huanghongbo\n * @Description:126. 单词接龙 II https://leetcode.cn/", "end": 139, "score": 0.9990413784980774, "start": 128, "tag": "USERNAME", "value": "huanghongbo" } ]
null
[]
package com.hhb.algorithm.leetcode; import java.util.*; /** * @ClassName: question_0126 * @Date: 2022/8/6 22:55 * @Author: huanghongbo * @Description:126. 单词接龙 II https://leetcode.cn/problems/word-ladder-ii/description/ * 按字典 wordList 完成从单词 beginWord 到单词 endWord 转化,一个表示此过程的 转换序列 是形式上像 beginWord -> s1 -> s2 -> .....
5,932
0.485709
0.472922
152
33.986843
26.05409
158
false
false
0
0
0
0
0
0
0.776316
false
false
8
3b06a71dc7eeb18cbd3da24b93d8b9fc86ab0041
28,441,273,466,205
35b73f8d584ddef1f4854d795e0030829d226166
/swm/swm-services/src/main/java/org/egov/swm/persistence/queue/repository/VendorPaymentDetailsQueueRepository.java
5f0008ea8f6852e54c4dcee07c2d7d2b927e0b30
[]
no_license
kiranmai-tarento/test
https://github.com/kiranmai-tarento/test
d8920e0c4e218d2b1747915bac50e331ec6736c6
0b54413e44fdd873ce0bc07efad24b6dcec25628
refs/heads/master
2021-09-04T08:18:31.937000
2018-01-17T07:25:44
2018-01-17T07:25:44
110,786,458
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.egov.swm.persistence.queue.repository; import org.egov.swm.web.requests.VendorPaymentDetailsRequest; import org.egov.tracer.kafka.LogAwareKafkaTemplate; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Service; @Service public class VendorPaymentDetailsQueue...
UTF-8
Java
1,769
java
VendorPaymentDetailsQueueRepository.java
Java
[]
null
[]
package org.egov.swm.persistence.queue.repository; import org.egov.swm.web.requests.VendorPaymentDetailsRequest; import org.egov.tracer.kafka.LogAwareKafkaTemplate; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Service; @Service public class VendorPaymentDetailsQueue...
1,769
0.72753
0.72753
46
37.45652
39.549477
130
false
false
0
0
0
0
0
0
0.565217
false
false
8
88f035fe452053ea609f1ce7c7a9af6ea7deed42
9,122,510,550,781
6fd158dc7f197136b5458d11fa4a7ecb45d7667a
/spring-boot-microservice-Game-Service/src/main/java/com/joydeep/game/model/Player.java
754d3302bacd7822e0d807c31f0abebbf40b33ad
[]
no_license
joydeep-basak/Spring-Boot-Eureka
https://github.com/joydeep-basak/Spring-Boot-Eureka
2902bd622ba5f66a296f55f6424defe321b25fb0
159a137e093c9a08d289e6da4b2902a2b6a4022b
refs/heads/master
2020-05-18T13:38:16.751000
2019-05-01T17:01:01
2019-05-01T17:01:01
184,446,710
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.joydeep.game.model; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import javax.validation.constraints.NotBlank; @Entity @Table(name = "player",...
UTF-8
Java
2,374
java
Player.java
Java
[]
null
[]
package com.joydeep.game.model; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import javax.validation.constraints.NotBlank; @Entity @Table(name = "player",...
2,374
0.6508
0.6508
137
16.328466
15.348083
57
false
false
0
0
0
0
0
0
1.036496
false
false
2
101a55350bf9cd7b114051a8e1d065020ee8f20f
33,474,975,159,486
2f75f3e04eb39e5c7da3eb726052cffe3c67a181
/app/src/main/java/com/example/twitter/ui/home/HomeFragment.java
3687ec620f7aeda453781829b6bd9f5775b6498e
[]
no_license
suwalbikesh/TwitterAndroid
https://github.com/suwalbikesh/TwitterAndroid
ba306d920bc9cf0717a5bcc473e92791273b01df
42de3420b017ebe0d974e14f5529a569cc47aa42
refs/heads/master
2020-12-11T02:27:59.745000
2020-01-14T06:04:34
2020-01-14T06:04:34
233,768,518
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.twitter.ui.home; import android.os.Bundle; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import android.widget.Toast; import androidx.annotation.Nullable; import androidx.annotation.NonNull; imp...
UTF-8
Java
2,468
java
HomeFragment.java
Java
[]
null
[]
package com.example.twitter.ui.home; import android.os.Bundle; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import android.widget.Toast; import androidx.annotation.Nullable; import androidx.annotation.NonNull; imp...
2,468
0.682334
0.681118
71
33.774647
27.711388
108
false
false
0
0
0
0
0
0
0.746479
false
false
2
b298791e3464f63696856eded8309fd4e429e919
20,950,850,506,742
2ef0b773c8635e4eb333456fe8e3ccb4ed810e09
/src/test/java/org/italiangrid/storm/webdav/test/tpc/http/ClientTestSupport.java
ce3ef8cecb4283c6d933aae27796c632abd1d195
[ "Apache-2.0" ]
permissive
italiangrid/storm-webdav
https://github.com/italiangrid/storm-webdav
361f6dcfcddd73bd2336045805af521d476622f3
9084461cc8e125b59cca008e788654a5c9af5d4b
refs/heads/master
2023-08-08T15:45:11.452000
2023-06-27T20:06:31
2023-06-27T20:06:31
23,537,821
1
1
NOASSERTION
false
2023-07-07T12:41:43
2014-09-01T09:42:41
2023-06-22T20:02:18
2023-07-07T12:41:42
1,249
1
1
3
Java
false
false
/** * Copyright (c) Istituto Nazionale di Fisica Nucleare, 2014-2023. * * 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 re...
UTF-8
Java
3,581
java
ClientTestSupport.java
Java
[ { "context": "/**\n * Copyright (c) Istituto Nazionale di Fisica Nucleare, 2014-2023.\n *\n * Licensed under the Apache Licen", "end": 58, "score": 0.9860304594039917, "start": 21, "tag": "NAME", "value": "Istituto Nazionale di Fisica Nucleare" } ]
null
[]
/** * Copyright (c) <NAME>, 2014-2023. * * 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 agr...
3,550
0.767104
0.762357
108
32.157406
26.892847
95
false
false
0
0
0
0
0
0
0.62037
false
false
2
a5510315f6390000b29ef48983c630715c8a4ba7
32,375,463,517,523
6ba83a83d61216d3b01f2d385e261bbc5b7413fc
/marco-music-admin/src/main/java/com/marco/music/controller/homepage/HomepageController.java
49f751b649a8a7e5677bdd8893f2bf592274e8f0
[]
no_license
qq9808/marco-music
https://github.com/qq9808/marco-music
71450be42b6b6093bdb533db29904761848d3670
3e877ce21d2dc9eea2f49e63fe131b0c90bd1712
refs/heads/master
2020-03-17T20:42:30.479000
2018-05-18T08:33:10
2018-05-18T08:33:10
133,925,203
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.marco.music.controller.homepage; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; /** * @author Marco * @date 2017年6月1日 上午8:54:15 * 后台首页Controlle...
UTF-8
Java
571
java
HomepageController.java
Java
[ { "context": "eb.bind.annotation.RequestMapping;\n\n/**\n * @author Marco\n * @date 2017年6月1日 上午8:54:15\n * 后台首页Controller.\n ", "end": 274, "score": 0.9975665807723999, "start": 269, "tag": "NAME", "value": "Marco" } ]
null
[]
package com.marco.music.controller.homepage; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; /** * @author Marco * @date 2017年6月1日 上午8:54:15 * 后台首页Controlle...
571
0.774312
0.754128
25
20.799999
22.653917
83
false
false
0
0
0
0
0
0
0.64
false
false
2
cea6afefeeafc2e02481b9b87b5bedcb29a00793
7,576,322,358,176
0bbf0beea0da7c30b41bd413fba43c0f6db6f30a
/src/com/company/OOP/LibraryManSystem/LibraryMain.java
23ea28937de4edb43d2d1e423540d7295cf704e3
[]
no_license
it-academy-osh/JavaTutorials
https://github.com/it-academy-osh/JavaTutorials
9600886b45adcb8c4ed50d0c15eb4f0d9885e2fb
8163f9bb1792a319628393a9508ca44211d6065e
refs/heads/master
2022-07-15T23:23:38.206000
2020-05-20T13:05:12
2020-05-20T13:05:12
265,566,338
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.company.OOP.LibraryManSystem; import com.company.OOP.SchoolManSystem.Employee; import com.company.OOP.SchoolManSystem.School; import com.company.OOP.SchoolManSystem.SchoolMain; import java.util.List; public class LibraryMain { public static void main(String[] args) { System.out.println("Welc...
UTF-8
Java
366
java
LibraryMain.java
Java
[]
null
[]
package com.company.OOP.LibraryManSystem; import com.company.OOP.SchoolManSystem.Employee; import com.company.OOP.SchoolManSystem.School; import com.company.OOP.SchoolManSystem.SchoolMain; import java.util.List; public class LibraryMain { public static void main(String[] args) { System.out.println("Welc...
366
0.765027
0.765027
16
21.875
23.124325
67
false
false
0
0
0
0
0
0
0.375
false
false
2
d19a25de1b077b4e903a27ee11121ac15f386337
22,943,715,342,619
e3d59fb2532e6724c05872c138fa84271e879188
/HSK-me/src/main/java/com/hskme/dto/EntreeDto.java
15ff326e53ed8a718d5e603a49af77d15ade9f90
[]
no_license
Cybersharkcs/HSK-me
https://github.com/Cybersharkcs/HSK-me
9dc377ec76af9fab5da8cdd28a6a6d51f0282c85
0860059afa7f008e5cd98a88b650c8dea847eb01
refs/heads/master
2020-05-31T03:20:23.086000
2014-01-28T13:45:10
2014-01-28T13:45:10
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hskme.dto; public class EntreeDto { }
UTF-8
Java
52
java
EntreeDto.java
Java
[]
null
[]
package com.hskme.dto; public class EntreeDto { }
52
0.730769
0.730769
5
9.4
11.128343
24
false
false
0
0
0
0
0
0
0.2
false
false
2
309459431d41f8285e982d2f7b13d8f238244bf7
7,413,113,600,925
9ffc6345abad46924f69cf884aafff34e101397e
/service/service-product/src/main/java/com/atguigu/gmall/product/service/TestService.java
9e4596dad0124e1aa7f01bc3a23442b89a42829f
[]
no_license
javahello-jun/gmallparent0621
https://github.com/javahello-jun/gmallparent0621
4eae9faf2467ec247026d8fe71699f1462369f2c
ab9e2e0c1009389ffc126ec6c7f4549eb9994ea2
refs/heads/master
2023-01-28T07:35:47.518000
2020-12-07T16:17:47
2020-12-07T16:17:47
319,378,515
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.atguigu.gmall.product.service; /** * @author mqx * @date 2020-12-5 15:12:07 */ public interface TestService { void testLock(); }
UTF-8
Java
151
java
TestService.java
Java
[ { "context": "com.atguigu.gmall.product.service;\n\n/**\n * @author mqx\n * @date 2020-12-5 15:12:07\n */\npublic interface ", "end": 62, "score": 0.9996324181556702, "start": 59, "tag": "USERNAME", "value": "mqx" } ]
null
[]
package com.atguigu.gmall.product.service; /** * @author mqx * @date 2020-12-5 15:12:07 */ public interface TestService { void testLock(); }
151
0.662252
0.576159
10
14
14.310835
42
false
false
0
0
0
0
0
0
0.2
false
false
2
f892b0b369bbb8b94b6c40dd60a1d196066adca3
2,542,620,663,013
c1f00d02345442e144aeed7dec34db53bcd124b3
/app/src/main/java/com/valeev/hestia/service/AddressService.java
b8c939e230583bab89153c6416e76ebcbfd5167f
[]
no_license
webster91/hestia
https://github.com/webster91/hestia
8a8bcb8aa691135bf4edc4ca8526de69649c6f50
8d467e70db23cf44a55327b615bf6616f0996ae1
refs/heads/master
2023-01-13T18:49:55.721000
2020-11-18T21:40:55
2020-11-18T21:40:55
288,844,022
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.valeev.hestia.service; import com.valeev.hestia.model.Address; import com.valeev.hestia.model.Receipt; import java.util.List; public interface AddressService { List<Address> findAll(); Address findById(String id); List<Address> findByStreet(String street); List<Address> findByHouse(St...
UTF-8
Java
543
java
AddressService.java
Java
[]
null
[]
package com.valeev.hestia.service; import com.valeev.hestia.model.Address; import com.valeev.hestia.model.Receipt; import java.util.List; public interface AddressService { List<Address> findAll(); Address findById(String id); List<Address> findByStreet(String street); List<Address> findByHouse(St...
543
0.736648
0.736648
27
19.111111
19.079432
51
false
false
0
0
0
0
0
0
0.481481
false
false
2
c4e5d4f55d5e66dc30869f672826fae65bd0b6c0
223,338,323,993
892915e305c2bba975fcd4ca19547132bccfe96d
/app/src/main/java/com/sdut/soft/ireciteword/bean/User.java
c17184fc02bf8293c7603095d59c2dd7acf5a6ed
[]
no_license
WhyWhatHow/IReciteWord
https://github.com/WhyWhatHow/IReciteWord
c352b01aa30f3996eba18802ab5c533c7612afd8
8217266197bf91901aee42ff4977277ac5527e53
refs/heads/master
2020-08-27T07:31:13.022000
2019-10-25T06:28:08
2019-10-25T06:28:08
217,285,359
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sdut.soft.ireciteword.bean; import com.sdut.soft.ireciteword.utils.Const; public class User { Integer id; String name; String password; Long rcindex; //已经背过的最大序号 Long rvindex; //已经复习过的最大序号 Integer perday; //每天背诵个数 public User(String name, String password) { this.nam...
UTF-8
Java
1,614
java
User.java
Java
[ { "context": "\n this.name = name;\n this.password = password;\n this.rcindex = rcindex;\n this.rvi", "end": 555, "score": 0.9972419738769531, "start": 547, "tag": "PASSWORD", "value": "password" }, { "context": "assword(String password) {\n this.pa...
null
[]
package com.sdut.soft.ireciteword.bean; import com.sdut.soft.ireciteword.utils.Const; public class User { Integer id; String name; String password; Long rcindex; //已经背过的最大序号 Long rvindex; //已经复习过的最大序号 Integer perday; //每天背诵个数 public User(String name, String password) { this.nam...
1,618
0.578645
0.578005
77
19.311687
17.573786
103
false
false
0
0
0
0
0
0
0.454545
false
false
2
ee0854d239d830fbffb92dfec9ceba211c20e114
17,600,775,998,397
0534dec92c4c8f637473918727b197a3eefbaec5
/src/gunslinger/sim/ColorGenerator.java
21f9437abcc65b43189951925ef10d4267ac1509
[]
no_license
parikhyash/gunslinger
https://github.com/parikhyash/gunslinger
30a4ff511f3fdde6385136efbcfab00fbd9186aa
3edf9a6fbb73f7fd2db36811bd3d8fa07d004e0f
refs/heads/master
2021-01-23T09:28:45.823000
2014-01-28T06:14:53
2014-01-28T06:14:53
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package gunslinger.sim; import java.util.*; import java.awt.Color; class ColorGenerator { public static Color getColor(int i) { return new Color(getRGB(i+1)); } static int getRGB(int index) { int[] p = getPattern(index); return getElement(p[0]) << 16 | getElement(p[1]) << 8 | get...
UTF-8
Java
1,377
java
ColorGenerator.java
Java
[]
null
[]
package gunslinger.sim; import java.util.*; import java.awt.Color; class ColorGenerator { public static Color getColor(int i) { return new Color(getRGB(i+1)); } static int getRGB(int index) { int[] p = getPattern(index); return getElement(p[0]) << 16 | getElement(p[1]) << 8 | get...
1,377
0.450254
0.427741
58
22.741379
17.878479
81
false
false
0
0
0
0
0
0
0.672414
false
false
2
84e35578a1d725a929d68e252425380b45a5a23a
9,019,431,340,595
419147925c7c369711ef353864291631be34d229
/src/TreeMapSorting.java
8f54dd254d1c9e8edad47dc18e701151a355091c
[]
no_license
debTheDeveloer/java8Practice
https://github.com/debTheDeveloer/java8Practice
fb3f788e74715a8926ddce6b171188ff838cb2eb
f015cae6f65d0dcdd3e01d8cba920f813137c178
refs/heads/master
2023-01-27T16:14:02.704000
2020-12-08T15:34:16
2020-12-08T15:34:16
319,678,234
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.TreeMap; public class TreeMapSorting { public static void main(String[] args) { TreeMap t = new TreeMap(); t.put(1,"Arka"); t.put(3,"Debajyoti"); t.put(2,"Rudra"); t.put(5,"Noel"); t.put(4,"Bunti"); System.out.println("Printing TreeMap: "+t)...
UTF-8
Java
616
java
TreeMapSorting.java
Java
[ { "context": " TreeMap t = new TreeMap();\n t.put(1,\"Arka\");\n t.put(3,\"Debajyoti\");\n t.put(2,", "end": 158, "score": 0.9998425245285034, "start": 154, "tag": "NAME", "value": "Arka" }, { "context": "eMap();\n t.put(1,\"Arka\");\n t.put(3,...
null
[]
import java.util.TreeMap; public class TreeMapSorting { public static void main(String[] args) { TreeMap t = new TreeMap(); t.put(1,"Arka"); t.put(3,"Debajyoti"); t.put(2,"Rudra"); t.put(5,"Noel"); t.put(4,"Bunti"); System.out.println("Printing TreeMap: "+t)...
616
0.525974
0.482143
23
25.782608
20.209677
82
false
false
0
0
0
0
0
0
1.173913
false
false
2
bd73d34153de8fad1adb154b4d7ffcea379f56f7
18,408,229,860,330
754571b58202ae832f7fe19751de43eda8498b7a
/sageortus/src/ortus/util/math.java
272c82616227ceb5cf7cf5c95615c8d938a51ce8
[]
no_license
jphipps69/ortus
https://github.com/jphipps69/ortus
c2704e42e68e18b871b4584daade3da14d390e56
42d10f922dc82096c710903381c8e4017c14997b
refs/heads/master
2021-01-21T10:13:27.259000
2011-07-04T12:21:41
2011-07-04T12:21:41
32,117,362
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ortus.util; /** * * @author Aaron */ public class math { public static float Round(float Rval, int Rpl) { float p = (float) Math.pow(10, Rpl); Rval = Rval * p; float tmp = Math.round(Rval); return (...
UTF-8
Java
825
java
math.java
Java
[ { "context": "ditor.\n */\n\npackage ortus.util;\n\n/**\n *\n * @author Aaron\n */\npublic class math {\n\tpublic static float Roun", "end": 145, "score": 0.9995909333229065, "start": 140, "tag": "NAME", "value": "Aaron" } ]
null
[]
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ortus.util; /** * * @author Aaron */ public class math { public static float Round(float Rval, int Rpl) { float p = (float) Math.pow(10, Rpl); Rval = Rval * p; float tmp = Math.round(Rval); return (...
825
0.57697
0.562424
36
21.916666
19.674257
67
false
false
0
0
0
0
0
0
1.416667
false
false
2
cfa5a773883894904b127de3b41135ef75be5429
2,319,282,386,992
5e672dcb30a48bc4c15ad00ffcfc5f33c07adc6b
/proj0/Planet.java
5be8959ba1d0db1d9726d926735b7507e8851e0d
[]
no_license
0512otm/61b
https://github.com/0512otm/61b
c2336fb53e9467ed0e342124887754c94265763d
2f739e8598cc469ea4b8701ef11f5959372da947
refs/heads/master
2020-03-18T06:02:20.856000
2018-05-24T07:35:40
2018-05-24T07:35:40
134,373,531
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class Planet{ public double xxPos; public double yyPos; public double xxVel; public double yyVel; public double mass; public String imgFileName; static final double G=6.67e-11; public Planet(double xP, double yP, double xV,double yV, double m, String img) { xxPo...
UTF-8
Java
1,936
java
Planet.java
Java
[]
null
[]
public class Planet{ public double xxPos; public double yyPos; public double xxVel; public double yyVel; public double mass; public String imgFileName; static final double G=6.67e-11; public Planet(double xP, double yP, double xV,double yV, double m, String img) { xxPo...
1,936
0.643595
0.639979
76
23.5
18.961527
84
false
false
0
0
0
0
0
0
1.828947
false
false
2
206c15a27920048aece65b7e2a071ae458f57b2d
8,529,805,052,210
8e5207c6b793e4a53549e23ab8b77a52ae71866e
/src/main/java/com/codenotfound/primefaces/model/Characteristics.java
22ac9bdc6f74d913df502ba9896f2264ec73f36b
[]
no_license
alissonsn/jsf-primefaces-datatable
https://github.com/alissonsn/jsf-primefaces-datatable
a477835d97040c1a93225421a30dc1a8a1b451fa
233239c2c62b268fa56fe55931055715a2a615b4
refs/heads/master
2020-03-28T04:28:04.221000
2018-09-14T20:14:06
2018-09-14T20:14:06
147,716,481
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.codenotfound.primefaces.model; import java.io.Serializable; import java.util.List; import java.util.Objects; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax....
UTF-8
Java
2,667
java
Characteristics.java
Java
[]
null
[]
package com.codenotfound.primefaces.model; import java.io.Serializable; import java.util.List; import java.util.Objects; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax....
2,667
0.672291
0.664042
115
22.191305
19.683096
103
false
false
0
0
0
0
0
0
1.391304
false
false
2
2f0718c207d55bf7c09e9c27619ae025284c47cd
26,551,487,874,580
697a9e155d44fc5653d1d5ef44749968f3169670
/src/main/java/com/demo/productservice/category/dto/mapper/CategoryMapper.java
c071b1a6e5b088dfd23c6aec45f77ae3aad11130
[]
no_license
truenemec/demo
https://github.com/truenemec/demo
eb9b31510ae5e180fa570031a060bde451309e86
7c454e383bc7b5e21f7b3f21209f3288d63c0bdc
refs/heads/master
2022-09-20T00:03:48.675000
2020-02-03T18:27:14
2020-02-03T18:27:14
143,401,453
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.demo.productservice.category.dto.mapper; import com.demo.productservice.category.dto.CategoryModel; import com.demo.productservice.category.model.Category; import org.mapstruct.*; @Mapper//(uses = CategoryMapper.Mapper1.class) public interface CategoryMapper { @Mappings({ @Mapping(target =...
UTF-8
Java
1,539
java
CategoryMapper.java
Java
[]
null
[]
package com.demo.productservice.category.dto.mapper; import com.demo.productservice.category.dto.CategoryModel; import com.demo.productservice.category.model.Category; import org.mapstruct.*; @Mapper//(uses = CategoryMapper.Mapper1.class) public interface CategoryMapper { @Mappings({ @Mapping(target =...
1,539
0.673814
0.672515
40
37.474998
31.53727
140
false
false
0
0
0
0
0
0
0.625
false
false
2
7fc199a71cf3cf1ede1c4e4846bd6f830c4d4f6f
20,976,620,336,641
e01021e20d157f40dfbf64809bdd109030586e65
/Peoplehospital/app/src/main/java/com/zkrkj/peoplehospital/record/adapter/MyExpandableListAdapter.java
72e11b13331caec8a7a677c72257ec673bef1553
[]
no_license
liuxing1992/ydyl
https://github.com/liuxing1992/ydyl
05ac329d930eed88d8c632319d3eb75bbb583287
06570dcf6fbb04f3eef3638675074c4d039a47ec
refs/heads/master
2021-01-18T04:50:43.546000
2016-03-29T07:03:49
2016-03-29T07:03:49
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.zkrkj.peoplehospital.record.adapter; import android.content.Context; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.AbsListView; import android.widget.BaseExpandableListAdapter; import android.widget.ImageView; ...
UTF-8
Java
3,384
java
MyExpandableListAdapter.java
Java
[ { "context": "il.List;\nimport java.util.Map;\n\n\n/**\n * Created by lenovo on 2016/3/25.\n */\n\npublic class MyExpandableListA", "end": 488, "score": 0.9996542930603027, "start": 482, "tag": "USERNAME", "value": "lenovo" }, { "context": " public String[][] children = {\n ...
null
[]
package com.zkrkj.peoplehospital.record.adapter; import android.content.Context; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.AbsListView; import android.widget.BaseExpandableListAdapter; import android.widget.ImageView; ...
3,384
0.614425
0.604687
135
23.34074
22.087759
88
false
false
0
0
0
0
0
0
0.622222
false
false
2
80268b24f82e46f51d577e20f95deb19e4c3d7b6
32,908,039,424,335
2377d7b7a0018b11367c9c451687cb88d08c6588
/ObjectOrientedProgramming/src/EncapsulationDemo.java
82d443d4167061b80be1bed3a6e7cb08f139a852
[]
no_license
mayankbhatt13/ObjectOrientedProgramming
https://github.com/mayankbhatt13/ObjectOrientedProgramming
250854829d0de0481c2ef956f7e61fa56777a2cf
9b32c5383066402b80233c1d7dc514621539a1b9
refs/heads/master
2021-05-17T02:41:12.720000
2020-03-31T11:18:06
2020-03-31T11:18:06
250,580,725
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/*Encapsulation is a combination of Data hiding and Abstraction*/ class Account{ private double balance; //Data Hiding //Created getter and setter for the variable and only accessed through get and set methods is approach of Abstraction public double getBalance() { //Can have required validations return ba...
UTF-8
Java
642
java
EncapsulationDemo.java
Java
[]
null
[]
/*Encapsulation is a combination of Data hiding and Abstraction*/ class Account{ private double balance; //Data Hiding //Created getter and setter for the variable and only accessed through get and set methods is approach of Abstraction public double getBalance() { //Can have required validations return ba...
642
0.716511
0.71028
21
28.571428
27.017757
118
false
false
0
0
0
0
0
0
1.333333
false
false
2
d30c8ac931679605505a132ee51e2668dfcc86f0
15,058,155,395,946
61b886ee1be989956361e7a2ee12bd8f73c2d12b
/net.powermatcher.core/test/net/powermatcher/core/concentrator/test/ConcentratorTest.java
160fae6d042a94ab465cf3b7948ef6aa8610b2b7
[ "Apache-2.0" ]
permissive
xzflin/powermatcher
https://github.com/xzflin/powermatcher
35d42ba84dfdd6862115cd60fbda23bafb0ba756
f763cc58a7d91fc7511637f15450d994b842eb8f
refs/heads/master
2021-01-18T06:03:39.746000
2015-02-20T13:02:33
2015-02-20T13:02:33
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.powermatcher.core.concentrator.test; import static org.hamcrest.core.Is.is; import static org.hamcrest.core.IsEqual.equalTo; import static org.hamcrest.core.IsNull.notNullValue; import static org.hamcrest.core.IsNull.nullValue; import static org.junit.Assert.assertThat; import java.util.ArrayList; import ...
UTF-8
Java
11,143
java
ConcentratorTest.java
Java
[ { "context": " Session session = new SessionImpl(null, null, \"testAgent\", null, concentratorId, \"mockSession\");\n s", "end": 3244, "score": 0.9722661972045898, "start": 3235, "tag": "USERNAME", "value": "testAgent" }, { "context": " Session session2 = new SessionImpl(nu...
null
[]
package net.powermatcher.core.concentrator.test; import static org.hamcrest.core.Is.is; import static org.hamcrest.core.IsEqual.equalTo; import static org.hamcrest.core.IsNull.notNullValue; import static org.hamcrest.core.IsNull.nullValue; import static org.junit.Assert.assertThat; import java.util.ArrayList; import ...
11,143
0.713273
0.710311
277
39.227436
26.491512
111
false
false
0
0
0
0
0
0
0.953069
false
false
2
096632d4b463a650c8f73170569811082c1148f6
29,557,964,982,308
0eaa43fdeadafc50a95fce1d77cb294c308640ed
/spring-data-jdbc-sample/src/main/java/spring/data/jdbc/account/AccountRepositoryImpl.java
51233e224c5ca669161d020e9541a083c31446d3
[]
no_license
mhyeon-lee/spring-data-sample-codes
https://github.com/mhyeon-lee/spring-data-sample-codes
64197b271fa1c4cf899ad9735c6851d453ddcf49
99c96ad491e379682969e8342f70073749493086
refs/heads/master
2022-06-10T12:18:52.025000
2020-05-08T00:20:27
2020-05-08T00:20:27
259,559,273
95
28
null
null
null
null
null
null
null
null
null
null
null
null
null
package spring.data.jdbc.account; import org.springframework.dao.TransientDataAccessResourceException; import org.springframework.data.jdbc.core.JdbcAggregateOperations; import org.springframework.transaction.annotation.Transactional; import java.util.UUID; public class AccountRepositoryImpl implements AccountReposi...
UTF-8
Java
1,330
java
AccountRepositoryImpl.java
Java
[]
null
[]
package spring.data.jdbc.account; import org.springframework.dao.TransientDataAccessResourceException; import org.springframework.data.jdbc.core.JdbcAggregateOperations; import org.springframework.transaction.annotation.Transactional; import java.util.UUID; public class AccountRepositoryImpl implements AccountReposi...
1,330
0.731579
0.731579
42
30.666666
29.442976
95
false
false
0
0
0
0
0
0
0.380952
false
false
2
e743c971b3257c8ab52ce62e465db6d4b9cf7296
32,779,190,426,203
473725dc939748794ff90e74fb2ffd7c648bccbd
/SpringPresentaionProject2/src/com/rubypaper/web/controller/board/GetBoardListController.java
92a5864382756ddc618fc3b36cb0080ae680a76d
[]
no_license
Hansol-Jeong/Spring-practice
https://github.com/Hansol-Jeong/Spring-practice
c89b214855b16fa47ed83b106c0ee717c2aa7276
528f255a64e12b44e3cbd4b60a2ae9244401120d
refs/heads/master
2023-02-05T00:01:44.406000
2020-12-21T20:41:46
2020-12-21T20:41:46
323,443,067
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.rubypaper.web.controller.board; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import com.rubypaper.biz.board.BoardDAOJDBC; import com.rubypaper.biz.board.BoardVO; import com.rubypaper.web.controll...
UTF-8
Java
1,725
java
GetBoardListController.java
Java
[]
null
[]
package com.rubypaper.web.controller.board; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import com.rubypaper.biz.board.BoardDAOJDBC; import com.rubypaper.biz.board.BoardVO; import com.rubypaper.web.controll...
1,725
0.705082
0.702935
40
33.924999
27.213404
110
false
false
0
0
0
0
0
0
3.175
false
false
2
9421ec288755848cdbaa1c4010b782f687ce2730
22,892,175,709,014
4b286c4e08f16bdda5c9e9616dcda39dce5aea3e
/server/src/main/java/br/com/guiainvestimento/domain/ProventoDAO.java
fa52110d0eb446b4bd21a16c5fa43f51fac00ffb
[]
no_license
thiagoprochnow/carteiraserver
https://github.com/thiagoprochnow/carteiraserver
47afc10137212ed96cb88efa8a562fa9f0c6a8da
823691af9bae2de3fdb5ff2df3bb2f6dab766a66
refs/heads/master
2021-10-08T10:04:34.837000
2018-12-10T23:02:37
2018-12-10T23:02:37
96,351,179
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package br.com.guiainvestimento.domain; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.List; public class ProventoDAO extends BaseDAO{ public Provento getProventoById(Long ...
UTF-8
Java
5,839
java
ProventoDAO.java
Java
[]
null
[]
package br.com.guiainvestimento.domain; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.List; public class ProventoDAO extends BaseDAO{ public Provento getProventoById(Long ...
5,839
0.650968
0.648227
220
25.540909
23.051979
157
false
false
0
0
0
0
0
0
3.145455
false
false
2
9b760e52c9700f685a5075fe1d26c305531fd492
23,562,190,612,462
78102010e7c64a61d4bdf226af4e727a6a28d533
/2019RobotCode/src/main/java/frc/robot/Commands/AutoLaunchHatchLeftRocket.java
cd13a1b7b74407af68717bf6ae35173f09906359
[]
no_license
frc2357/FRC-2019
https://github.com/frc2357/FRC-2019
b116868051155111adae3345c8666e33e13fb3f1
efeaab6312f1fa7fbc92a3e54aa7965fb7f6dc81
refs/heads/master
2020-04-15T08:53:31.068000
2019-10-06T20:44:08
2019-10-06T20:44:08
164,530,879
0
1
null
false
2020-01-25T22:23:58
2019-01-08T01:43:17
2019-10-17T22:17:45
2019-11-01T22:46:54
319
0
1
1
Java
false
false
package frc.robot.Commands; import frc.robot.Robot; import frc.robot.RobotMap; import frc.robot.Subsystems.VisionSub.PipelineIndex; public class AutoLaunchHatchLeftRocket extends FullAutoCommandGroup { public AutoLaunchHatchLeftRocket(AutoModes.StartPosition position) { setName("L_ROCKET"); launch(); ...
UTF-8
Java
2,500
java
AutoLaunchHatchLeftRocket.java
Java
[]
null
[]
package frc.robot.Commands; import frc.robot.Robot; import frc.robot.RobotMap; import frc.robot.Subsystems.VisionSub.PipelineIndex; public class AutoLaunchHatchLeftRocket extends FullAutoCommandGroup { public AutoLaunchHatchLeftRocket(AutoModes.StartPosition position) { setName("L_ROCKET"); launch(); ...
2,500
0.652
0.6268
101
23.752476
21.586302
93
false
false
0
0
0
0
0
0
0.435644
false
false
2
c388c92018511a9d89f8c80b2db7040bdc773c5f
29,429,115,939,398
08b4cadbb485684547d53bf8bc10becd78a47f1c
/src/net/magicraft/AutoRefill/PermissionsHandler.java
c508abd8bbae38beb522274e9ef8dbd9e1be7d52
[ "MIT" ]
permissive
LaGamma/AutoRefill
https://github.com/LaGamma/AutoRefill
1c97c70b97cfd96707363d76073dbceb266c8bb2
f39f56e7196226df76453b7cce4b83850494f340
refs/heads/master
2022-12-25T15:39:18.930000
2020-10-10T06:31:31
2020-10-10T06:31:31
300,878,562
0
0
null
false
2020-10-04T11:17:31
2020-10-03T12:46:13
2020-10-03T13:57:40
2020-10-04T11:17:30
80
0
0
0
Java
false
false
package net.magicraft.AutoRefill; import org.bukkit.entity.Player; import net.milkbowl.vault.permission.Permission; public class PermissionsHandler { private Permission perms; public PermissionsHandler(Permission perms) { this.perms = perms; } public void give(Player player, String perm) { this...
UTF-8
Java
555
java
PermissionsHandler.java
Java
[]
null
[]
package net.magicraft.AutoRefill; import org.bukkit.entity.Player; import net.milkbowl.vault.permission.Permission; public class PermissionsHandler { private Permission perms; public PermissionsHandler(Permission perms) { this.perms = perms; } public void give(Player player, String perm) { this...
555
0.718919
0.718919
25
21.24
19.738855
50
false
false
0
0
0
0
0
0
0.56
false
false
2
7a734bef691bdf4310529024a19373f27132d92e
31,662,498,932,164
dcb49b39476a23388df1db37112e845f0a010eac
/@BCR/ClaseJavaFileUploader/BDWSService/src/ro/bcr/bcr/schema/core/basictypedefinitions/v1/PhoneType.java
3e8cb8c7e675601e1223671d045a6db050255c8e
[]
no_license
LutaGeorgeGabriel/LearnJava
https://github.com/LutaGeorgeGabriel/LearnJava
45cfcf3c1829cc23c175e8b52dceb2a4da3067f1
9645cbdc8ab79b339559fcada376b3dc8e182fb7
refs/heads/master
2018-02-11T13:54:36.479000
2016-11-06T13:13:56
2016-11-06T13:13:56
63,609,898
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ro.bcr.bcr.schema.core.basictypedefinitions.v1; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * * Phone typ...
UTF-8
Java
5,543
java
PhoneType.java
Java
[]
null
[]
package ro.bcr.bcr.schema.core.basictypedefinitions.v1; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * * Phone typ...
5,543
0.555475
0.54862
195
27.420513
23.094179
95
false
false
0
0
0
0
0
0
0.420513
false
false
2
a0471abb4437cf66c599f84d8bdf3fb718e47ae7
19,550,691,157,902
19e5f0466b91c146acdfa64fbcc3a1ba304fd151
/Source/SDKImport/okjoy/src/main/java/com/okjoy/OkJoyGame.java
5e9491a16a5c626c6248cf898555e5239b15ea34
[]
no_license
SaberZan/SDKLibrary
https://github.com/SaberZan/SDKLibrary
08c78f579921513fde17cbf9343845e828be8761
c7a4fa75cbe83a476b7b06bc08623afb20b65b1d
refs/heads/master
2023-07-24T06:01:10.928000
2021-09-03T08:07:26
2021-09-03T08:07:26
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.okjoy; import android.content.Intent; import android.text.TextUtils; import android.widget.Toast; import com.JoyFramework.common.ExitListener; import com.JoyFramework.common.ExtraDataInfo; import com.JoyFramework.common.IOnAdListener; import com.JoyFramework.common.IPaymentCallback; import com.JoyFramewor...
UTF-8
Java
31,775
java
OkJoyGame.java
Java
[ { "context": " {\n typeKey = loginInfo.getUserCode() + \"|\" + loginInfo.getLoginToken();\n\n }\n ", "end": 18546, "score": 0.8887966275215149, "start": 18525, "tag": "KEY", "value": "getUserCode() + \"|\" +" }, { "context": "peKey = loginIn...
null
[]
package com.okjoy; import android.content.Intent; import android.text.TextUtils; import android.widget.Toast; import com.JoyFramework.common.ExitListener; import com.JoyFramework.common.ExtraDataInfo; import com.JoyFramework.common.IOnAdListener; import com.JoyFramework.common.IPaymentCallback; import com.JoyFramewor...
31,775
0.553183
0.551389
974
29.337782
25.006075
113
false
false
0
0
0
0
0
0
0.526694
false
false
2
cbcfb1503497a0878e50248ca97f74d6096c71b1
8,031,588,870,783
6098f47328c84d5c0af37372a8111bdfd1f3bdd0
/bana/bana-server/bana-api/src/main/java/com/caimao/bana/api/entity/res/F830101Res.java
a4ff67027c2c337168dfe734c1c0271537f248c0
[]
no_license
yxxcrtd/---
https://github.com/yxxcrtd/---
ade6526de3115ad9aa45387f4b2a46168d434ef5
c55fe8f5dbd83ff0eef5c7bc6f509dea5f2fa67b
refs/heads/master
2020-05-31T21:58:48.143000
2019-06-06T03:22:00
2019-06-06T03:22:00
190,506,567
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.caimao.bana.api.entity.res; public class F830101Res { private Long pzAccountId; private String currencyType; private Long avalaibleAmount; private Long freezeAmount; public Long getPzAccountId() { return this.pzAccountId; } public void setPzAccountId(Long ...
UTF-8
Java
941
java
F830101Res.java
Java
[]
null
[]
package com.caimao.bana.api.entity.res; public class F830101Res { private Long pzAccountId; private String currencyType; private Long avalaibleAmount; private Long freezeAmount; public Long getPzAccountId() { return this.pzAccountId; } public void setPzAccountId(Long ...
941
0.668438
0.662062
42
20.428572
18.278458
57
false
false
0
0
0
0
0
0
0.309524
false
false
2
512db792c42eb6c7c8762aa7a6d42f4b4b2557dd
29,102,698,427,565
bc266454b5acf30bb122c349ba11e0d090fcd1f1
/src/main/java/generics/converter/Converter.java
96835f799898f7165fc6bfe31a248a0673c3ca37
[]
no_license
TiagoGashu/book-web-crawler
https://github.com/TiagoGashu/book-web-crawler
5d2596f70ea41a9cfa7d084a5f01b69bb9e98085
863b396c90182dc0ccc03aa808366db314e27b79
refs/heads/master
2021-04-30T05:34:33.162000
2018-02-19T01:44:21
2018-02-19T01:44:21
121,418,987
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * */ package generics.converter; import static org.springframework.util.CollectionUtils.isEmpty; import java.io.Serializable; import java.util.List; import com.google.common.collect.Lists; /** * @author tiago.gashu */ public abstract class Converter<E, J extends Serializable> { // TO JSON METHODS publi...
UTF-8
Java
949
java
Converter.java
Java
[ { "context": "t com.google.common.collect.Lists;\n\n/**\n * @author tiago.gashu\n */\npublic abstract class Converter<E, J extends ", "end": 224, "score": 0.986661970615387, "start": 213, "tag": "NAME", "value": "tiago.gashu" } ]
null
[]
/** * */ package generics.converter; import static org.springframework.util.CollectionUtils.isEmpty; import java.io.Serializable; import java.util.List; import com.google.common.collect.Lists; /** * @author tiago.gashu */ public abstract class Converter<E, J extends Serializable> { // TO JSON METHODS publi...
949
0.661749
0.661749
50
17.98
18.905544
63
false
false
0
0
0
0
0
0
0.32
false
false
2
86e1d7bd786db91c4fd68c85768ea17ea4ff804d
19,481,971,685,463
e2222bec63a6a111c079f5dc4d2fd5feec5f5b7f
/app/src/main/java/com/yinshan/happycash/view/information/model/ContactBean.java
9aecc5e9f61e3b4b9a39870d75351b523dede788
[]
no_license
litterLeaf/happy
https://github.com/litterLeaf/happy
40ec16817a0377be0b85ef8c6f27f7b7955ce3bd
af1fbb427a73b07cd051428d2df1c79f378b7e61
refs/heads/master
2020-04-13T05:12:39.096000
2018-12-24T03:56:33
2018-12-24T03:56:33
162,985,072
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.yinshan.happycash.view.information.model; /** * Created by huxin on 2018/4/10. */ public class ContactBean { private String mobile; private String name; private String relation; public String getMobile() { return mobile; } public void setMobile(String mobile) { ...
UTF-8
Java
635
java
ContactBean.java
Java
[ { "context": "ppycash.view.information.model;\n\n/**\n * Created by huxin on 2018/4/10.\n */\n\npublic class ContactBean {\n\n ", "end": 78, "score": 0.9996312260627747, "start": 73, "tag": "USERNAME", "value": "huxin" } ]
null
[]
package com.yinshan.happycash.view.information.model; /** * Created by huxin on 2018/4/10. */ public class ContactBean { private String mobile; private String name; private String relation; public String getMobile() { return mobile; } public void setMobile(String mobile) { ...
635
0.611024
0.6
36
16.638889
15.848506
53
false
false
0
0
0
0
0
0
0.277778
false
false
2
90a6fc8b99f04bc5a90dcdde3b3c4fec6d564c7b
21,440,476,772,753
6dbae30c806f661bcdcbc5f5f6a366ad702b1eea
/Corpus/eclipse.jdt.ui/5234.java
9990e432bcce6bb0de1883a3d82e9e49b9bb6125
[ "MIT" ]
permissive
SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018
https://github.com/SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018
d3fd21745dfddb2979e8ac262588cfdfe471899f
0f8f4affd0ce1ecaa8ff8f487426f8edd6ad02c0
refs/heads/master
2020-03-31T15:52:01.005000
2018-10-01T23:38:50
2018-10-01T23:38:50
152,354,327
1
0
MIT
true
2018-10-10T02:57:02
2018-10-10T02:57:02
2018-10-01T23:38:52
2018-10-01T23:38:50
135,431
0
0
0
null
false
null
/******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
UTF-8
Java
1,957
java
5234.java
Java
[]
null
[]
/******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
1,957
0.66326
0.657128
46
41.54348
32.896217
172
false
false
0
0
0
0
0
0
0.586957
false
false
2
3e78f7b736dc055e257992eead57e5379d0c5f1d
20,736,102,106,492
7f2ef6f77b4a02bcf5a86adf20f4f3d0695bbb9b
/bin/src/main/java/com/mock/project/dao/BrokerDAOImpl.java
a8569bdedc2c745a9356eae3c5cbd71908896750
[]
no_license
sachin911/MockProj
https://github.com/sachin911/MockProj
b14a5ec8448afa808cffe28a8ad61e88affe6759
38b1af997d8d60238e85e96320ead91a73d28ed0
refs/heads/master
2022-12-22T19:39:27.411000
2020-05-03T15:27:05
2020-05-03T15:27:05
70,048,661
0
3
null
false
2022-12-16T08:16:18
2016-10-05T10:01:51
2020-05-03T15:27:09
2022-12-16T08:16:15
55,862
0
1
13
Java
false
false
package com.mock.project.dao; import java.util.Date; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import javax.persistence.Query; import org.springframework.stereotype.Repository; import com.mock.project.model.Block; import com.mock.project.model.Order; @Repository public cl...
UTF-8
Java
986
java
BrokerDAOImpl.java
Java
[]
null
[]
package com.mock.project.dao; import java.util.Date; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import javax.persistence.Query; import org.springframework.stereotype.Repository; import com.mock.project.model.Block; import com.mock.project.model.Order; @Repository public cl...
986
0.75355
0.750507
35
27.171429
30.698986
157
false
false
0
0
0
0
0
0
1.571429
false
false
2
7c9da29344310891d53e62796fce05333b46f5a4
33,234,456,952,601
38ad68814fb6a668e107f5951b28f8a5000ea69b
/Java/KTU/Uzd_3_09.java
6d0eedf87ecad599cfdbaef316652e867ac997fd
[]
no_license
KlaidasKaralevicius/Professional-school-projects
https://github.com/KlaidasKaralevicius/Professional-school-projects
eed943dd5f94aa5b8089f3cd250a0b03a4960624
1a9f56e6bb5647eda132715bda84a951d8f515ae
refs/heads/master
2023-06-30T15:27:25.320000
2021-08-03T15:50:38
2021-08-03T15:50:38
392,341,243
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package KTU; import java.util.Scanner; public class Uzd_3_09 { public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.print("Kiek buvo pirkiniu: "); int n = input.nextInt(); int number = 0; int sum = 0; int mass = 0; for (int i = 1; i <...
UTF-8
Java
862
java
Uzd_3_09.java
Java
[]
null
[]
package KTU; import java.util.Scanner; public class Uzd_3_09 { public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.print("Kiek buvo pirkiniu: "); int n = input.nextInt(); int number = 0; int sum = 0; int mass = 0; for (int i = 1; i <...
862
0.558005
0.538283
41
19.024391
22.089052
96
false
false
0
0
0
0
0
0
2.170732
false
false
2
29a6266b220d94265e8908f0a7b02dbbe0db110c
25,915,832,671,041
2c9990cf6ce268111dfabcb0ba07f46754a244f4
/app/src/main/java/com/ggpc/spkpengamatan/DetailSPKActivity2.java
0956f194efdf263a35e669f7e93fbd437072d2d4
[]
no_license
As3107/SPKPengamatan
https://github.com/As3107/SPKPengamatan
38774e9a356aa229278018b71a8c4708b5911611
0209ac2cc8fd4dab782520cf6e9d29961824a45c
refs/heads/master
2023-04-28T10:29:32.285000
2021-05-31T09:01:37
2021-05-31T09:01:37
372,349,041
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ggpc.spkpengamatan; import android.annotation.SuppressLint; import android.app.ProgressDialog; import android.content.Intent; import android.graphics.drawable.ColorDrawable; import android.os.Bundle; import android.os.Handler; import android.os.Looper; import android.view.LayoutInflater; import android.vie...
UTF-8
Java
43,882
java
DetailSPKActivity2.java
Java
[ { "context": " intent.putExtra(ListSPKActivity.data_user, \"Mandor_Operator\");\n intent.putExtra(ListSPKActivity.da", "end": 8721, "score": 0.9991781115531921, "start": 8706, "tag": "USERNAME", "value": "Mandor_Operator" }, { "context": " intent.putExtra(ListSPK...
null
[]
package com.ggpc.spkpengamatan; import android.annotation.SuppressLint; import android.app.ProgressDialog; import android.content.Intent; import android.graphics.drawable.ColorDrawable; import android.os.Bundle; import android.os.Handler; import android.os.Looper; import android.view.LayoutInflater; import android.vie...
43,882
0.488925
0.484299
858
50.145687
32.529182
142
false
false
0
0
0
0
0
0
0.88345
false
false
2
d0f97cb0ecc2a9af899c556ea526ac7f02915125
25,812,753,472,370
d67e7783617e382f7794bc8ec8b24a921889b2d7
/BlinkinLight.java
1642d47e579515260d0805ff7bdf9ed5ff3da4e2
[]
no_license
219Programmers/integration-2020
https://github.com/219Programmers/integration-2020
aefe3cc450a55ae8f1715e55dadcfa782715dcd2
4f2250173977c75cb2cc5f6b764ddd2784f7b9ef
refs/heads/master
2020-12-18T15:21:26.884000
2020-03-04T23:59:34
2020-03-04T23:59:34
235,437,541
1
0
null
false
2020-03-04T23:59:36
2020-01-21T20:42:27
2020-02-25T21:59:53
2020-03-04T23:59:35
86
1
0
3
Java
false
false
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2019 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of...
UTF-8
Java
1,210
java
BlinkinLight.java
Java
[]
null
[]
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2019 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of...
1,210
0.560331
0.555372
40
29.25
29.186255
94
false
false
0
0
0
0
0
0
0.2
false
false
2
d313b5e2713d7e7525ddd30eeeb06b2260e7f98d
5,686,536,761,377
3a57d9bfed764fba4f6dbba8db430d1777e01eba
/src/Format.java
0ee3008fdcce4295c98c3edfce2ce8cf09c12d68
[]
no_license
DarkmanMuMoo/ExcelReportFormat
https://github.com/DarkmanMuMoo/ExcelReportFormat
10bb127f27fa8ebe959e98787a90010a0394f3fc
42139c134a2d7d2bef8a09afee61a67a7c8b39c8
refs/heads/master
2021-01-18T14:11:49.554000
2014-08-20T15:44:51
2014-08-20T15:44:51
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; @XmlType @XmlEnum(String.class) public enum Format { ALIGN_CENTER,NUMBER_FORMAT,STRING_FORMAT }
UTF-8
Java
185
java
Format.java
Java
[]
null
[]
import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; @XmlType @XmlEnum(String.class) public enum Format { ALIGN_CENTER,NUMBER_FORMAT,STRING_FORMAT }
185
0.789189
0.789189
8
22.125
16.661613
42
false
false
0
0
0
0
0
0
0.5
false
false
2
78932f30e95ec5ff349e4dba83c4cdb710f3fc1b
23,407,571,820,721
ce8029021f03a532a1e2b8ebe37663cad6c707eb
/src/main/java/com/softserve/boardgameShack/service/CategoryServiceImpl.java
9c92ce629f848e9be55a21fa3d7940125cc39b49
[]
no_license
MikeOstapiuk/boadrgameShack
https://github.com/MikeOstapiuk/boadrgameShack
7d8f1bb2b23ecea5d82f3e62ff5c923038bbd38b
c2fd54f0040354ad66f99f026b5d2a9892163b03
refs/heads/master
2022-07-11T12:22:04.448000
2020-02-12T12:28:03
2020-02-12T12:28:03
239,465,405
0
0
null
false
2022-06-21T02:46:23
2020-02-10T08:46:55
2020-02-12T12:28:32
2022-06-21T02:46:22
35
0
0
1
Java
false
false
package com.softserve.boardgameShack.service; import com.softserve.boardgameShack.dao.CategoryDao; import com.softserve.boardgameShack.entity.Category; import java.util.List; public class CategoryServiceImpl implements CategoryService { private CategoryDao categoryDao = new CategoryDao(); @Override pub...
UTF-8
Java
505
java
CategoryServiceImpl.java
Java
[]
null
[]
package com.softserve.boardgameShack.service; import com.softserve.boardgameShack.dao.CategoryDao; import com.softserve.boardgameShack.entity.Category; import java.util.List; public class CategoryServiceImpl implements CategoryService { private CategoryDao categoryDao = new CategoryDao(); @Override pub...
505
0.740594
0.740594
21
23.047619
22.237841
61
false
false
0
0
0
0
0
0
0.333333
false
false
2
f71552fec0253a998bdfdaf34e258c91bf770c0e
3,650,722,265,654
b93ef593728ad5a40621f086134031042533afb2
/tioga-apis-easypost/src/main/java/org/tiogasolutions/apis/easypost/pub/EpApiKey.java
37affd2a2431c692b0a46f13c8f15bafc2486fff
[ "Apache-2.0" ]
permissive
tioga/apis
https://github.com/tioga/apis
1c13ae2260f9eb8d26f5f0ded3945f784fc3f15d
2734eea4929b08dbeff67d057db48e71c180fd9b
refs/heads/master
2020-04-12T08:08:57.789000
2017-01-20T07:56:51
2017-01-20T07:56:51
33,610,748
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.tiogasolutions.apis.easypost.pub; public class EpApiKey { String mode; String key; }
UTF-8
Java
106
java
EpApiKey.java
Java
[]
null
[]
package org.tiogasolutions.apis.easypost.pub; public class EpApiKey { String mode; String key; }
106
0.726415
0.726415
6
16.666666
15.107025
45
false
false
0
0
0
0
0
0
0.5
false
false
2
d1e0c31854a48f7994cbcb138451296d05de3783
36,601,711,309,701
aa5db6bb035d5d93e214fa7a95403f6c75e3e325
/sn-message-service/src/test/java/ua/social/network/messageservice/MessageServiceApplicationTest.java
8631d526a7dd8091675b9da17467302306cb9ed0
[]
no_license
talatuluctekbudak/social-network
https://github.com/talatuluctekbudak/social-network
b1bec694031ed3a86f69a42a6babe42d4a7425e3
7094006ee25b30830cfea8751b61af7f6c1e89f6
refs/heads/master
2021-09-19T11:43:33.630000
2018-07-27T13:47:29
2018-07-27T13:47:29
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ua.social.network.messageservice; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit.jupiter.SpringExtension; import io.github.yashchenkon.dockercompose.junit5.annotati...
UTF-8
Java
1,358
java
MessageServiceApplicationTest.java
Java
[ { "context": "e.junit5.constant.HealthCheckType;\n\n/**\n * @author Mykola Yashchenko\n */\n@DockerCompose(\n logs = \"build/logs/do", "end": 591, "score": 0.9997644424438477, "start": 574, "tag": "NAME", "value": "Mykola Yashchenko" } ]
null
[]
package ua.social.network.messageservice; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit.jupiter.SpringExtension; import io.github.yashchenkon.dockercompose.junit5.annotati...
1,347
0.624448
0.621502
41
32.121952
25.025055
75
false
false
0
0
0
0
0
0
0.317073
false
false
2
376eca934a539b2470e2e8947e939fc9099d1d99
16,192,026,740,938
75d3f1d1dfddb97ea75d3e11f4e5232c274dc53e
/exercise/chap06/Test1.java
d2dc11eebaa6d508a2d96cac342f9b8f67dc4d73
[]
no_license
caolitaow/caolitaow2
https://github.com/caolitaow/caolitaow2
6382a2f7b0823d28f0441cdb90f1b50cb97f643b
7f5f52630824ea04100600d47e89dc94a0dd4722
refs/heads/master
2022-03-09T11:31:09.324000
2019-10-16T12:47:12
2019-10-16T12:47:12
198,006,407
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package advanced; import java.util.ArrayList; import java.util.List; public class Test1 { List list = new ArrayList(); public Test1() { list.add("seo"); list.add(new Teacher(2,9)); list.add(1); } public void printList(){ for (Object o: list) { ...
UTF-8
Java
676
java
Test1.java
Java
[]
null
[]
package advanced; import java.util.ArrayList; import java.util.List; public class Test1 { List list = new ArrayList(); public Test1() { list.add("seo"); list.add(new Teacher(2,9)); list.add(1); } public void printList(){ for (Object o: list) { ...
676
0.538983
0.523729
32
17.40625
16.569662
58
false
false
0
0
0
0
0
0
0.375
false
false
2
a869cc4cd22c26ae198f1ce6f6dbf4262e78f707
24,773,371,387,894
1b3860e00f6469a1c28e6a1ea494583ed5b552d3
/UserService/src/main/java/com/ming/service/UserServiceImpl.java
26b8b01e5af979fa863f5d7349a6673b2674a131
[]
no_license
qmlyu/DistributedTransaction
https://github.com/qmlyu/DistributedTransaction
47e9e83cb18a3567ef40c054e870619b54f4f630
4288a2a9bce0784c397a648d6d4f36a7aed17502
refs/heads/master
2023-05-25T07:12:03.697000
2018-08-21T15:14:20
2018-08-21T15:14:20
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ming.service; import com.alibaba.dubbo.config.annotation.Service; import com.ming.User; import com.ming.UserService; import com.ming.dao.UserDAO; import com.ming.model.UserDTO; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jdbc.datasource.DataSourceTransactionMan...
UTF-8
Java
2,436
java
UserServiceImpl.java
Java
[]
null
[]
package com.ming.service; import com.alibaba.dubbo.config.annotation.Service; import com.ming.User; import com.ming.UserService; import com.ming.dao.UserDAO; import com.ming.model.UserDTO; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jdbc.datasource.DataSourceTransactionMan...
2,436
0.679983
0.677881
76
30.289474
24.458782
111
false
false
0
0
0
0
0
0
0.605263
false
false
2
4fd05b29941ab36c14d3ccef66fe38930f819c39
32,787,780,357,821
4491cdb5d919e75f3294223f1f6f94a6fcf59ec3
/src/database/PersonAddressMap.java
cf244a68282219f21ddfc0f3abfd04e940bd8963
[]
no_license
rty1966/Erachain_alpha
https://github.com/rty1966/Erachain_alpha
09b10193e3bca7f40cf11ee51664ebdf7ba793f8
4cea0d9d08eae5beb4de455aca6f9dec04365f21
refs/heads/master
2021-01-02T09:22:31.262000
2017-08-03T07:14:38
2017-08-03T07:14:38
99,199,497
2
2
null
false
2017-08-03T07:14:39
2017-08-03T06:38:14
2017-08-03T06:52:30
2017-08-03T07:14:39
0
0
1
0
Java
null
null
package database; import java.util.Map; //import java.util.HashMap; import java.util.TreeMap; import java.util.Stack; import org.mapdb.BTreeKeySerializer; import org.mapdb.DB; import org.mapdb.Fun.Tuple2; import org.mapdb.Fun.Tuple3; import core.naming.Name; //import database.DBSet; import database.serializer.NameSe...
UTF-8
Java
4,577
java
PersonAddressMap.java
Java
[]
null
[]
package database; import java.util.Map; //import java.util.HashMap; import java.util.TreeMap; import java.util.Stack; import org.mapdb.BTreeKeySerializer; import org.mapdb.DB; import org.mapdb.Fun.Tuple2; import org.mapdb.Fun.Tuple3; import core.naming.Name; //import database.DBSet; import database.serializer.NameSe...
4,577
0.688661
0.682325
157
28.152866
28.48246
100
false
false
0
0
0
0
0
0
2.770701
false
false
2
a616671cf9169e59c749ced2c060c3e99376ef02
1,443,109,039,640
ccaf212f59593c87fd70f02a665691968e632c5f
/services/src/main/java/service/facade/impl/ExhibitionFacadeImpl.java
a278440e46f8ca1a053d539ba1ab52db52163af3
[]
no_license
drsarya/backMuseumApp
https://github.com/drsarya/backMuseumApp
ad64809720a9a7a1cd19893f096cea38a152e7af
7bfbbeebac66a1303ef5bd33184592463e35c98e
refs/heads/master
2023-05-05T04:29:21.987000
2021-05-31T15:43:44
2021-05-31T15:43:44
329,569,479
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package service.facade.impl; import org.springframework.stereotype.Service; import org.springframework.web.multipart.MultipartFile; import service.facade.ExhibitionFacade; import service.internal.ExhibitionService; import service.model.AnswerModel; import service.model.exhibition.BaseExhibition; import service.model.e...
UTF-8
Java
1,513
java
ExhibitionFacadeImpl.java
Java
[]
null
[]
package service.facade.impl; import org.springframework.stereotype.Service; import org.springframework.web.multipart.MultipartFile; import service.facade.ExhibitionFacade; import service.internal.ExhibitionService; import service.model.AnswerModel; import service.model.exhibition.BaseExhibition; import service.model.e...
1,513
0.814276
0.814276
51
28.666666
28.028463
97
false
false
0
0
0
0
0
0
0.372549
false
false
2
bfd90eb0c2b2678e8f5a50b60bfa3e88026607b2
15,032,385,545,064
d5127cd37e5c553555d39f2cbcd44efb33609a02
/chartml/parser/java/src/chartml/schema/VariableType.java
02c45a6f426f820e652c208eb75cb53898069f96
[]
no_license
ChartMLDeveloperAlliance/ChartML
https://github.com/ChartMLDeveloperAlliance/ChartML
9b35c66735b53539b0cb4c4850a07b2515315f93
9a08510a1608a2f61c6b3521e3cf1434b0cba030
refs/heads/master
2021-01-01T16:26:13.959000
2012-06-08T20:37:28
2012-06-08T20:37:28
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2012.0...
UTF-8
Java
3,734
java
VariableType.java
Java
[]
null
[]
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2012.0...
3,734
0.579272
0.568291
153
23.40523
23.011063
124
false
false
0
0
0
0
0
0
0.235294
false
false
2
fb5627df6abb91318115d89b7b907af1f2d768b9
25,941,602,510,782
7d8d308ef2df979d94210ab0db2be289b98388f2
/src/main/java/com/NoBroker/pages/SignUpPage.java
e0d29e8a10b09916b4839ecee5c0856bc30e53c1
[]
no_license
prajaktachougule/noBrokerAppiumFramework
https://github.com/prajaktachougule/noBrokerAppiumFramework
c8b964b38b4a1c4a15d83cda52a359f237d9bcfd
676875ef9c7ee7930b8e74aac877d43206a9bd1f
refs/heads/master
2022-12-02T09:55:08.566000
2020-08-17T15:27:58
2020-08-17T15:27:58
288,215,038
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.NoBroker.pages; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.PageFactory; import org.openqa.selenium.support.ui.ExpectedConditions; import org.openqa.selenium.support.ui.WebDriverWait; import io.appium.java_client.MobileElement; import io.appium.java_client.pagefactory.Android...
UTF-8
Java
2,100
java
SignUpPage.java
Java
[ { "context": "menu acc id: Navigate up\n\t\t//click on sign up: id: tvUserName\n\t\t//ensure sign up page header id: tv_signup_head", "end": 622, "score": 0.8055471181869507, "start": 612, "tag": "USERNAME", "value": "tvUserName" }, { "context": "Element signUp_OTP_Label;\n\t\n\t@And...
null
[]
package com.NoBroker.pages; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.PageFactory; import org.openqa.selenium.support.ui.ExpectedConditions; import org.openqa.selenium.support.ui.WebDriverWait; import io.appium.java_client.MobileElement; import io.appium.java_client.pagefactory.Android...
2,100
0.754286
0.74619
75
27
22.396429
78
false
false
0
0
0
0
0
0
1.586667
false
false
2
4c560a6ac60ff044d980a7a363e04a9906d51528
19,232,863,562,775
4ff6ed77286140082aa2a1d405a957125a58be3d
/src/test/java/com/basarc/readingisgood/service/BookServiceTest.java
92562031646ed7c0f238a26feeb25a8c4c928261
[]
no_license
basar/reading-is-good
https://github.com/basar/reading-is-good
c52181259ef62406645ee81fa90566fdd762679a
22af3520454ba8a5836aed302f6439a4da1903a2
refs/heads/master
2023-07-14T09:21:41.611000
2021-08-22T21:15:53
2021-08-22T21:15:53
384,538,442
0
0
null
false
2021-08-22T21:15:53
2021-07-09T19:56:50
2021-08-22T21:14:07
2021-08-22T21:15:53
107
0
0
0
Java
false
false
package com.basarc.readingisgood.service; import com.basarc.readingisgood.domain.Book; import com.basarc.readingisgood.dto.AddBookRequestDto; import com.basarc.readingisgood.dto.UpdateBookStockRequestDto; import com.basarc.readingisgood.exception.ReadingException; import com.basarc.readingisgood.repository.BookReposit...
UTF-8
Java
5,859
java
BookServiceTest.java
Java
[ { "context": " Book book = new Book();\n book.setName(\"Sample Name\");\n\n when(bookRepository.findByName(book.g", "end": 2149, "score": 0.8817172050476074, "start": 2138, "tag": "NAME", "value": "Sample Name" } ]
null
[]
package com.basarc.readingisgood.service; import com.basarc.readingisgood.domain.Book; import com.basarc.readingisgood.dto.AddBookRequestDto; import com.basarc.readingisgood.dto.UpdateBookStockRequestDto; import com.basarc.readingisgood.exception.ReadingException; import com.basarc.readingisgood.repository.BookReposit...
5,854
0.704898
0.697559
170
33.464706
29.764397
92
false
false
0
0
0
0
0
0
0.641176
false
false
2
6e4e234c6448cb66263f4c6179e686de2a660a31
137,438,975,131
97bb3aa146b3ae46c65304648df253be8c618fd1
/app/src/main/java/podcast/com/br/podtche/ui/adapters/EpisodesListAdapter.java
0a923566b87261fefc17f2be03439caece8830d6
[]
no_license
ksdrof500/Podtche
https://github.com/ksdrof500/Podtche
7c277d827eedee0e26226ee460e7bbd01546542f
7c71b000de5140bea4e54da1012074156471c4de
refs/heads/master
2021-01-11T07:57:08.236000
2016-11-22T20:18:32
2016-11-22T20:18:32
72,142,725
3
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package podcast.com.br.podtche.ui.adapters; import android.app.Activity; import podcast.com.br.podtche.R; import podcast.com.br.podtche.databinding.ItemDetailBinding; import podcast.com.br.podtche.databinding.ItemHomeBinding; import podcast.com.br.podtche.model.Episodes; import podcast.com.br.podtche.model.Podty; imp...
UTF-8
Java
2,644
java
EpisodesListAdapter.java
Java
[ { "context": "e.viewmodel.HomeItemViewModel;\n\n\n/**\n * Created by filipenunes on 9/22/16.\n */\npublic class EpisodesListAdapter ", "end": 468, "score": 0.9993408918380737, "start": 457, "tag": "USERNAME", "value": "filipenunes" } ]
null
[]
package podcast.com.br.podtche.ui.adapters; import android.app.Activity; import podcast.com.br.podtche.R; import podcast.com.br.podtche.databinding.ItemDetailBinding; import podcast.com.br.podtche.databinding.ItemHomeBinding; import podcast.com.br.podtche.model.Episodes; import podcast.com.br.podtche.model.Podty; imp...
2,644
0.633888
0.631619
100
25.440001
25.976267
93
false
false
0
0
0
0
0
0
0.43
false
false
2
8c2e2bd9308bf079fbdeaeca056f50cceb2eb798
25,134,148,647,304
3b39056a24c4f370bed40f2d3ab9e4ce5a6ce70a
/mgt-webadmin/src/main/java/com/ford/mediadata/mgt/web/controller/security/vo/T9120Resp.java
18000544d706664c82963a357e5ac921458c38f5
[]
no_license
cnywb/ford-mediadata-mgt
https://github.com/cnywb/ford-mediadata-mgt
cfba86d71936607b4162867a845485a599d038bf
1d689ae4a4fd6da3fd4522b6afee206016b4cf97
refs/heads/master
2020-04-08T02:30:18.718000
2018-12-03T13:18:38
2018-12-03T13:18:38
158,937,768
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright (c) 2015, dabing.io * All rights reserved. * T9000Resp.java 15/10/19 下午3:53 */ package com.ford.mediadata.mgt.web.controller.security.vo; /** * 描述:已添加的资源数据列表查询响应对象 * * @author Create by ziv.hung on 15/11/2. * @since 1.0 */ public class T9120Resp { private Object roleCode; ...
UTF-8
Java
1,399
java
T9120Resp.java
Java
[ { "context": "\r\n * 描述:已添加的资源数据列表查询响应对象\r\n *\r\n * @author Create by ziv.hung on 15/11/2.\r\n * @since 1.0\r\n */\r\npublic clas", "end": 224, "score": 0.6284850835800171, "start": 221, "tag": "NAME", "value": "ziv" }, { "context": " 描述:已添加的资源数据列表查询响应对象\r\n *\r\n * @author Create b...
null
[]
/* * Copyright (c) 2015, dabing.io * All rights reserved. * T9000Resp.java 15/10/19 下午3:53 */ package com.ford.mediadata.mgt.web.controller.security.vo; /** * 描述:已添加的资源数据列表查询响应对象 * * @author Create by ziv.hung on 15/11/2. * @since 1.0 */ public class T9120Resp { private Object roleCode; ...
1,399
0.630066
0.609433
60
20.616667
18.276663
58
false
false
0
0
0
0
0
0
0.283333
false
false
2
82ee2eff39218526dfe875675bc7624f7fd4b642
9,723,805,978,644
7e22eb6b647a0dcf55460b9aff486bd9863e1fd3
/library/src/main/java/com/anjlab/android/iab/v3/BillingBase.java
c1b0c7767e16d386bc118fbaa3afa59baf2b4b8c
[ "Apache-2.0" ]
permissive
RealAndyLawton/android-inapp-billing-v3
https://github.com/RealAndyLawton/android-inapp-billing-v3
bc66075941dd8cda6cceda5105192b05b7de90be
52ef861ed48234a2ace646a736a5ad8e486b0755
refs/heads/master
2021-01-21T04:00:17.279000
2017-05-04T21:53:01
2017-05-04T21:53:01
48,720,173
1
0
null
true
2017-05-04T21:53:02
2015-12-29T01:16:03
2017-05-02T23:02:48
2017-05-04T21:53:02
822
1
0
0
Java
null
null
/** * Copyright 2014 AnjLab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writi...
UTF-8
Java
2,328
java
BillingBase.java
Java
[ { "context": "/**\n * Copyright 2014 AnjLab\n *\n * Licensed under the Apache License, Version ", "end": 28, "score": 0.9602537751197815, "start": 22, "tag": "USERNAME", "value": "AnjLab" } ]
null
[]
/** * Copyright 2014 AnjLab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writi...
2,328
0.664519
0.660653
76
29.618422
24.701357
97
false
false
0
0
0
0
0
0
0.552632
false
false
2
ab3cdbebcd8ef1e9d429071306c8b2afd346acd1
9,723,805,979,391
168e9f0b72d24655b5fc7d43d1acb43e6b639518
/src/main/java/com/fung/partern/threadloacl/SessionSingleStudent.java
191abcfa0852397f3c24dea4ce4c2b6d26b1e70b
[]
no_license
lliiffee/Tools
https://github.com/lliiffee/Tools
6a1a68aded6fc1602f6fdeb9b3cc2dc2a744ef46
c93fe37245bc90e7488bfca84347ed2a72c438bf
refs/heads/master
2021-01-21T21:54:19.530000
2018-05-04T07:51:30
2018-05-04T07:51:30
15,792,446
1
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.fung.partern.threadloacl; //将thread local 封装在业务bean里面更容易使用。 public class SessionSingleStudent { private static final ThreadLocal<SessionSingleStudent>session=new ThreadLocal<SessionSingleStudent>(); private SessionSingleStudent(){ }; public static /*synchronized*/ SessionSingleStudent getIns...
UTF-8
Java
705
java
SessionSingleStudent.java
Java
[]
null
[]
package com.fung.partern.threadloacl; //将thread local 封装在业务bean里面更容易使用。 public class SessionSingleStudent { private static final ThreadLocal<SessionSingleStudent>session=new ThreadLocal<SessionSingleStudent>(); private SessionSingleStudent(){ }; public static /*synchronized*/ SessionSingleStudent getIns...
705
0.674591
0.673105
30
21.4
22.971867
103
false
false
0
0
0
0
0
0
1.2
false
false
2
011fd1a3ad2b0844dac2f01630471338887f70ca
8,589,961,763
90dee564db5718e9e4e1ceb02ea7a98a09697c69
/javautil-core/src/main/java/org/javautil/io/WriterWrapper.java
7efe6674ad8ba85a287417e84e07372bc98656ad
[]
no_license
javautil/javautil.org
https://github.com/javautil/javautil.org
95fa90bfb200dfad72371dd8147c8d5582a69d65
98508d94f3aab70816596483fe0e57a63954605a
refs/heads/master
2021-01-20T04:36:45.370000
2012-04-11T20:37:21
2012-04-11T20:37:21
3,954,154
1
2
null
false
2018-10-02T10:54:01
2012-04-06T22:38:34
2015-04-24T16:09:04
2012-04-11T20:37:50
172,704
2
1
1
Java
false
null
package org.javautil.io; import java.io.File; import java.io.IOException; import java.io.OutputStream; import java.io.OutputStreamWriter; import java.io.Writer; public class WriterWrapper { private OutputStream os; private String description; private boolean pretty; // private OutputStreamWriter osw; private Wri...
UTF-8
Java
3,606
java
WriterWrapper.java
Java
[]
null
[]
package org.javautil.io; import java.io.File; import java.io.IOException; import java.io.OutputStream; import java.io.OutputStreamWriter; import java.io.Writer; public class WriterWrapper { private OutputStream os; private String description; private boolean pretty; // private OutputStreamWriter osw; private Wri...
3,606
0.694953
0.694953
162
21.25926
20.12969
75
false
false
0
0
0
0
0
0
1.975309
false
false
2
4727e6bc9170c826513225659b32ee69b769749b
13,022,340,884,196
b02cd709bcaf1b6ded1917b1dd27ac43c934599e
/java/workspace/day6/src/ex2/Triangle.java
ebf7eb5489d808015753ddb0d564a2d9a46de464
[]
no_license
Leenamgyo/StudyOnAcademy
https://github.com/Leenamgyo/StudyOnAcademy
59884c773a014fd3857af0aee4be56d70f407596
3e0ced4ff2b668190a2b0d9b41bf1a35f71b381a
refs/heads/master
2020-04-14T19:19:57.718000
2019-02-22T08:35:48
2019-02-22T08:35:48
164,043,490
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ex2; public class Triangle extends Draw{ @Override public void draw() { // TODO Auto-generated method stub System.out.println("C팀이 삼각형을 그린다."); } }
UHC
Java
185
java
Triangle.java
Java
[]
null
[]
package ex2; public class Triangle extends Draw{ @Override public void draw() { // TODO Auto-generated method stub System.out.println("C팀이 삼각형을 그린다."); } }
185
0.688623
0.682635
11
14.181818
14.904655
38
false
false
0
0
0
0
0
0
0.909091
false
false
2
221d8e47f888b2c96607fa31ef4df41935eaadb4
11,519,102,348,378
1e5d11ef9a625bf8182c11673f76b06ad171e4c9
/dubbo-sample/cache-sample/src/main/java/org/self/cache/mock/RedisMock.java
98a1f8946e9f90e123b1e1d5e1d3d8a54eb0b3a1
[]
no_license
happyjianguo/yizhangtong
https://github.com/happyjianguo/yizhangtong
132cf89a64ef59177209d889a064f7f3cc889135
f55b0a7f15377b0dc108428feb799f60de058a0b
refs/heads/master
2020-07-14T20:41:46.121000
2019-03-26T02:23:03
2019-03-26T02:23:03
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.self.cache.mock; /** * * @author zhuwenbing * @date 2017年3月13日 * @version 1.0 */ public class RedisMock { }
UTF-8
Java
133
java
RedisMock.java
Java
[ { "context": "package org.self.cache.mock;\n\n/**\n *\n * @author zhuwenbing\n * @date 2017年3月13日\n * @version 1.0\n */\n\npublic c", "end": 58, "score": 0.9992579221725464, "start": 48, "tag": "USERNAME", "value": "zhuwenbing" } ]
null
[]
package org.self.cache.mock; /** * * @author zhuwenbing * @date 2017年3月13日 * @version 1.0 */ public class RedisMock { }
133
0.645669
0.574803
11
10.545455
10.386737
28
true
false
0
0
0
0
0
0
0.090909
false
false
2
f365ded5cac27fec2f937feeef046199d48ae006
4,879,082,872,152
59b5baba9c26b37bf495574635cc69e066d09b82
/src/main/java/org/example/memstorge/utils/ByteUtils.java
a4dbab38a301fa16990ef98cb55ef9af53cec2f7
[]
no_license
kairbon/MemKVStorage
https://github.com/kairbon/MemKVStorage
9b4e76df742ef01b495299045dc1ab6dacd0d69b
30bb0ecdc9f48dbed60c431d8fdf8ceb7cc45897
refs/heads/master
2023-03-19T09:25:36.659000
2021-03-18T09:57:26
2021-03-18T09:57:26
349,021,248
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.example.memstorge.utils; import java.io.Serializable; import java.util.Comparator; /** * @author : kairbon * @date : 2021/3/18 */ public class ByteUtils { private final static ByteArrayComparator comparator = new LexicographicByteArrayComparator(); public static final byte[] EMPTY_BYTES = new byt...
UTF-8
Java
1,924
java
ByteUtils.java
Java
[ { "context": "le;\nimport java.util.Comparator;\n\n/**\n * @author : kairbon\n * @date : 2021/3/18\n */\npublic class ByteUtils {", "end": 121, "score": 0.999655544757843, "start": 114, "tag": "USERNAME", "value": "kairbon" } ]
null
[]
package org.example.memstorge.utils; import java.io.Serializable; import java.util.Comparator; /** * @author : kairbon * @date : 2021/3/18 */ public class ByteUtils { private final static ByteArrayComparator comparator = new LexicographicByteArrayComparator(); public static final byte[] EMPTY_BYTES = new byt...
1,924
0.649168
0.612786
63
29.539682
30.231815
104
false
false
0
0
0
0
0
0
0.650794
false
false
2
a62125f6ec0e2248b02d84ab7babde7ecc4ee1cc
27,693,949,189,566
15b76dce41a5fb677b8f95e28a6047bd93757fe6
/src/main/java/lk/sliit/project/employeeManagement/dao/ProjectDAO.java
a3949d5c6637232a547629207e36e6b1a1b2cf8c
[ "MIT" ]
permissive
rivinduchamath/Hello-Servlet
https://github.com/rivinduchamath/Hello-Servlet
bac721bb2bf6bebf4f2ddf00fb2aa12021cccddc
31cdea2c6d17d28c0c80ba2078b11b2c7c6594c5
refs/heads/master
2021-05-27T09:17:20.163000
2020-08-30T18:18:29
2020-08-30T18:18:29
254,244,386
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package lk.sliit.project.employeeManagement.dao; import lk.sliit.project.employeeManagement.entity.Project; import org.springframework.data.repository.CrudRepository; import java.util.Date; /** * @author: KV * Date: 15-Apr-20 */ //Interface ProjectDAO Extend From CrudRepository InterFace public interface Project...
UTF-8
Java
533
java
ProjectDAO.java
Java
[ { "context": "pository;\n\nimport java.util.Date;\n\n/**\n * @author: KV\n * Date: 15-Apr-20\n */\n//Interface ProjectDAO Ext", "end": 212, "score": 0.9995613098144531, "start": 210, "tag": "USERNAME", "value": "KV" } ]
null
[]
package lk.sliit.project.employeeManagement.dao; import lk.sliit.project.employeeManagement.entity.Project; import org.springframework.data.repository.CrudRepository; import java.util.Date; /** * @author: KV * Date: 15-Apr-20 */ //Interface ProjectDAO Extend From CrudRepository InterFace public interface Project...
533
0.789869
0.782364
20
25.65
27.434057
83
false
false
0
0
0
0
0
0
0.4
false
false
2
944c09ed53659b0457a2c603f05f1ebe3d18dde7
27,693,949,189,246
bb190630f83ff28c06c59fcd7bb8453532f47b49
/src/main/java/com/binoofactory/mph/config/SecurityConfig.java
f8110bd9360b364098ca75015798d11fa9979051
[ "MIT" ]
permissive
Binoofactory/MissingPeopleHeroes-API
https://github.com/Binoofactory/MissingPeopleHeroes-API
deabb4b95eeb6690a78bcceacdac07a98fb6ebd2
138fdf711b41628940f9c6a4174658688ab265c5
refs/heads/main
2023-03-19T18:18:51.535000
2021-03-10T08:34:02
2021-03-10T08:34:02
335,142,826
0
0
null
false
2021-02-25T16:50:13
2021-02-02T02:19:03
2021-02-25T13:55:54
2021-02-25T16:50:12
63
1
0
0
null
false
false
package com.binoofactory.mph.config; import java.util.Arrays; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springfram...
UTF-8
Java
4,196
java
SecurityConfig.java
Java
[]
null
[]
package com.binoofactory.mph.config; import java.util.Arrays; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springfram...
4,196
0.736416
0.734032
108
37.861111
29.16316
107
false
false
0
0
0
0
0
0
0.861111
false
false
2
5793d26981895b2a86bc59024f158e9d10a689f1
10,007,273,868,369
0214aadd5265a9a280c73e7e5a0950104e9c5ecb
/template-maven/power/app/ums-biz-user/src/main/java/net/zoneland/ums/biz/user/UmsOrganizationBiz.java
b69d289059562d5d2456d7564b7089eb79d5a2d8
[]
no_license
foodoon-guda/guda
https://github.com/foodoon-guda/guda
d78d7375895cc7e0edfa2496d3f2df986cceaf30
df7fd7eaa50b0d610b050d588455aeb120b85aed
refs/heads/master
2016-09-05T12:25:23.620000
2014-07-28T05:14:00
2014-07-28T05:14:00
21,302,564
0
2
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * zoneland.net Inc. * Copyright (c) 2002-2012 All Rights Reserved. */ package net.zoneland.ums.biz.user; import java.util.List; import net.zoneland.ums.common.dal.dataobject.UmsOrganization; import net.zoneland.ums.common.util.tree.JSTree; /** * * @author wangyong * @version $Id: UmsOrganizationBiz.java, v...
UTF-8
Java
1,659
java
UmsOrganizationBiz.java
Java
[ { "context": "nd.ums.common.util.tree.JSTree;\n\n/**\n *\n * @author wangyong\n * @version $Id: UmsOrganizationBiz.java, v 0.1 2", "end": 276, "score": 0.9992707371711731, "start": 268, "tag": "USERNAME", "value": "wangyong" } ]
null
[]
/** * zoneland.net Inc. * Copyright (c) 2002-2012 All Rights Reserved. */ package net.zoneland.ums.biz.user; import java.util.List; import net.zoneland.ums.common.dal.dataobject.UmsOrganization; import net.zoneland.ums.common.util.tree.JSTree; /** * * @author wangyong * @version $Id: UmsOrganizationBiz.java, v...
1,659
0.641483
0.625089
67
19.940298
21.414099
88
false
false
0
0
0
0
0
0
0.19403
false
false
2
79dfb93bfee445e4bad1c196eb9fa17675693de8
22,471,268,932,720
79c7a3b0947e0ce86ab946728bbba4802d79c088
/JEngine/src/com/rabbit/core/io/File.java
e14662ca31eda9cbe0ddade1367f4c8dc19b0e3f
[]
no_license
RagingRabbit/JEngine
https://github.com/RagingRabbit/JEngine
a3b80a1c310b5d12dc6e89b36fe696c40cb3b85b
0ea1dee1c4da712b31d8397cb6fd458467bed1cb
refs/heads/master
2018-03-23T17:32:40.558000
2016-09-10T20:37:02
2016-09-10T20:37:02
67,893,201
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.rabbit.core.io; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import com.rabbit.core.debug.Logger; import com.rabbit.core.debug.MsgType; public class File { public static String ReadFile(Class<?> currentClass, String filepath) ...
UTF-8
Java
801
java
File.java
Java
[]
null
[]
package com.rabbit.core.io; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import com.rabbit.core.debug.Logger; import com.rabbit.core.debug.MsgType; public class File { public static String ReadFile(Class<?> currentClass, String filepath) ...
801
0.737828
0.737828
32
24.03125
23.693993
77
false
false
0
0
0
0
0
0
1.65625
false
false
2
8f682949ea0b217764a0aba412b6ea54097f02da
21,878,563,459,158
239109ff2749b9161c91b0dd271eff7a1c936363
/service/service_hosp/src/main/java/com/yanzu/yygh/hosp/ServiceAppliction.java
00fd353f0f1b310fb80683e2ba7e4cc832df3e79
[]
no_license
wudandi/yanzu_hospital
https://github.com/wudandi/yanzu_hospital
9c29626db45d39e8c716af926ca7fb424c55bbf1
ed852b8480e829aa1f176ded616d258b7cf2a665
refs/heads/master
2023-07-02T01:18:33.406000
2021-07-30T06:35:54
2021-07-30T06:35:54
372,738,081
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.yanzu.yygh.hosp; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; import org.springframework.cloud.openfeign.EnableFeignClients; import org.springframework.context...
UTF-8
Java
689
java
ServiceAppliction.java
Java
[ { "context": "context.annotation.ComponentScan;\n\n/**\n * @auther 吴彦祖\n * @date 2021/6/1\n */\n@SpringBootApplication\n@Com", "end": 366, "score": 0.9998448491096497, "start": 363, "tag": "NAME", "value": "吴彦祖" } ]
null
[]
package com.yanzu.yygh.hosp; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; import org.springframework.cloud.openfeign.EnableFeignClients; import org.springframework.context...
689
0.803807
0.795022
21
31.523809
24.531067
72
false
false
0
0
0
0
0
0
0.380952
false
false
2
3a6f0dcbf6f577628f9ed6f0b8a316d49f045294
11,209,864,712,836
8c6dffbf5d1e50eef7acb045ba5a9fac8c250e4d
/src/jsrc/org/quasiliteral/antlr/AstroToken.java
110bc86c1d775f9be80147c40c9c6e5171a2b52c
[ "MIT" ]
permissive
kpreid/e-on-java
https://github.com/kpreid/e-on-java
772ff733da7d76cafbe74f766cd8bee1853ce544
a0b3b599cf267b3138eea5f5fb83f27cebd28373
refs/heads/master
2016-09-06T16:19:08.103000
2011-10-26T11:56:25
2011-10-26T11:56:25
3,462,719
3
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.quasiliteral.antlr; // Copyright 2002 Combex, Inc. under the terms of the MIT X license // found at http://www.opensource.org/licenses/mit-license.html ............... import antlr.Token; import org.erights.e.develop.assertion.T; import org.erights.e.elib.base.SourceSpan; import org.erights.e.elib.tables....
UTF-8
Java
9,742
java
AstroToken.java
Java
[ { "context": "he various values are settable once.\n *\n * @author Mark S. Miller\n * @author Based on ValueExtentToken by Danfuzz B", "end": 970, "score": 0.999769389629364, "start": 956, "tag": "NAME", "value": "Mark S. Miller" }, { "context": " S. Miller\n * @author Based on Value...
null
[]
package org.quasiliteral.antlr; // Copyright 2002 Combex, Inc. under the terms of the MIT X license // found at http://www.opensource.org/licenses/mit-license.html ............... import antlr.Token; import org.erights.e.develop.assertion.T; import org.erights.e.elib.base.SourceSpan; import org.erights.e.elib.tables....
9,723
0.563539
0.562
330
28.521212
24.935696
79
false
false
0
0
0
0
0
0
0.490909
false
false
2
6405e760272efa324dd4b31d045658e8e9b9f431
27,994,596,851,764
2cb260affedf68383f85fa705ed5a1f011033aaf
/app/src/main/java/com/gzhou/menxian/networking/DetailsService.java
19f6a910938960af851ccbdf93f24e017278ca0e
[]
no_license
guoyanzhou/menxian
https://github.com/guoyanzhou/menxian
6ea0d4a0ef6f5690b6ce44ccf1f442a492bfd1b3
b43000aca1ca5cd443b6c61e9a54675dd8323733
refs/heads/master
2021-01-19T08:13:09.977000
2018-08-02T05:28:50
2018-08-02T05:28:50
87,612,124
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.gzhou.menxian.networking; import com.gzhou.menxian.models.RestaurantData; import retrofit2.http.GET; import retrofit2.http.Path; import rx.Observable; public interface DetailsService { @GET("v2/restaurant/{id}") Observable<RestaurantData> getRestaurant(@Path("id") Integer id); }
UTF-8
Java
305
java
DetailsService.java
Java
[]
null
[]
package com.gzhou.menxian.networking; import com.gzhou.menxian.models.RestaurantData; import retrofit2.http.GET; import retrofit2.http.Path; import rx.Observable; public interface DetailsService { @GET("v2/restaurant/{id}") Observable<RestaurantData> getRestaurant(@Path("id") Integer id); }
305
0.767213
0.757377
14
20.785715
20.918818
69
false
false
0
0
0
0
0
0
0.428571
false
false
2
0e884c55985a45b63676ac1729f57f82cb7f3a42
3,882,650,445,147
60f0c4a399efcf4010de48af3dc2157f86757069
/ninja-security-oauth2/src/main/java/org/flowninja/security/oauth2/types/CollectorClientDetails.java
580a341e9070180afb7eb006349dc3b0856f34a0
[ "Apache-2.0" ]
permissive
rbieniek/flow-ninja
https://github.com/rbieniek/flow-ninja
9036e2eb84f709489478b8ada696efb788b983ab
dcc0e23514e455dfdce666093e2cac3772c7e7e5
refs/heads/master
2021-01-20T10:32:29.651000
2015-07-17T18:57:58
2015-07-17T18:57:58
31,513,255
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * */ package org.flowninja.security.oauth2.types; import java.util.Collection; import java.util.Collections; import java.util.HashSet; import java.util.Map; import java.util.Set; import org.flowninja.persistence.generic.types.CollectorRecord; import org.springframework.security.core.GrantedAuthority; import or...
UTF-8
Java
3,859
java
CollectorClientDetails.java
Java
[ { "context": " details for a data feed collector \n * \n * @author rainer\n *\n */\npublic class CollectorClientDetails implem", "end": 449, "score": 0.9285317659378052, "start": 443, "tag": "USERNAME", "value": "rainer" } ]
null
[]
/** * */ package org.flowninja.security.oauth2.types; import java.util.Collection; import java.util.Collections; import java.util.HashSet; import java.util.Map; import java.util.Set; import org.flowninja.persistence.generic.types.CollectorRecord; import org.springframework.security.core.GrantedAuthority; import or...
3,859
0.754081
0.745012
157
23.579618
28.364805
100
false
false
0
0
0
0
0
0
1.076433
false
false
2
04bbede2a90de1dcaae195eb631212cc818ce2f2
3,968,549,795,785
fd1af456a0401be501930c26c818226ab69bd9f3
/src/main/java/org/jax/pdxintegrator/model/omicsfile/PdxOmicsFile.java
e819e95722e2a5439710ec5eafaedce6fbae8623
[ "MIT" ]
permissive
TheJacksonLaboratory/PDXintegrator
https://github.com/TheJacksonLaboratory/PDXintegrator
d5fb966ec5ca4a9ca4d4bfdd142eb09a75377ebf
b682a4131a13c75531af19bc9c6e8e0da7681ee0
refs/heads/master
2021-03-27T13:13:16.111000
2019-03-26T18:11:17
2019-03-26T18:11:17
113,784,943
1
2
MIT
false
2019-03-14T18:37:05
2017-12-10T21:28:40
2019-02-21T21:10:41
2019-03-14T18:37:04
408
0
2
14
Java
false
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 org.jax.pdxintegrator.model.omicsfile; /** * * @author sbn */ public class PdxOmicsFile { private String p...
UTF-8
Java
5,746
java
PdxOmicsFile.java
Java
[ { "context": ".pdxintegrator.model.omicsfile;\n\n/**\n *\n * @author sbn\n */\npublic class PdxOmicsFile {\n \n ", "end": 254, "score": 0.9996347427368164, "start": 251, "tag": "USERNAME", "value": "sbn" } ]
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 org.jax.pdxintegrator.model.omicsfile; /** * * @author sbn */ public class PdxOmicsFile { private String p...
5,746
0.58197
0.58197
270
20.281481
18.724178
92
false
false
0
0
0
0
0
0
0.222222
false
false
2
c11aabd8bc1b23f3b049b8df2512dbeeba702fef
23,141,283,803,921
1f142b80b8b0b4673a235f08efd41b2df3f5c4bc
/app/src/main/java/com/firstvrp/censusdata/RegisterActivity.java
d7f831cac42d74f1b892e6acf8575b64c8e40815
[]
no_license
cyronald/CensusData-1
https://github.com/cyronald/CensusData-1
d053130f85ad74a0bc251525bda636dd5a29b7c4
7175cd65c23503801ddff489d9ba27aac9fdffd1
refs/heads/master
2017-12-02T01:39:46.654000
2016-07-05T03:01:30
2016-07-05T03:01:30
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.firstvrp.censusdata; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.view.View.OnClickListener; import android.widget....
UTF-8
Java
10,086
java
RegisterActivity.java
Java
[]
null
[]
package com.firstvrp.censusdata; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.view.View.OnClickListener; import android.widget....
10,086
0.578441
0.570126
243
40.07819
30.064644
119
false
false
0
0
0
0
0
0
0.753086
false
false
2
b4442cd6c3c8f4bf065c68fd56fc20ef0bcc7eca
14,723,147,908,268
880fa43a4484c0c49886fd246b0b61872787b825
/spbd-task/src/main/java/com/spbd/task/model/TimingTask.java
4836757a23f48dd17aeb7eb73bd633d630911dd0
[]
no_license
sergewu/spbd
https://github.com/sergewu/spbd
1ee357a9c508cba1149a7d8b368f51c5d8b5b4da
45f0e7353e9618b99a9207deea2041bbf947d6e1
refs/heads/master
2021-06-23T10:50:50.035000
2017-08-10T08:59:21
2017-08-10T08:59:21
78,837,062
4
4
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.spbd.task.model; public class TimingTask { private Integer taskId; private String expression; public TimingTask() { } public TimingTask(Integer taskId, String expression) { this.taskId = taskId; this.expression = expression; } public Integer getTaskId() { return taskId; } public vo...
UTF-8
Java
522
java
TimingTask.java
Java
[]
null
[]
package com.spbd.task.model; public class TimingTask { private Integer taskId; private String expression; public TimingTask() { } public TimingTask(Integer taskId, String expression) { this.taskId = taskId; this.expression = expression; } public Integer getTaskId() { return taskId; } public vo...
522
0.716475
0.716475
33
14.818182
15.873466
55
false
false
0
0
0
0
0
0
1.181818
false
false
2
41ed3cc790013c792ef7d888f6c3929004a9454a
25,615,184,968,566
1bc47fe45223ad48a36eae1fcb56a37797688dbd
/ThucHanh1/src/main/java/Lab5/Lab05.java
e01c7a4971e725671af8f3a5a0212c36a3592609
[]
no_license
Dat0309/LapTrinhJAVA
https://github.com/Dat0309/LapTrinhJAVA
35b48cb7854206ebce114dedb4d6d0c6e0d8c5fe
7b1f9858a675efc80992eff4a7a049d39a9123e1
refs/heads/main
2023-07-15T04:18:30.295000
2021-09-02T02:38:02
2021-09-02T02:38:02
346,407,055
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 Lab5; import java.util.*; /** * * @author PC225 */ public class Lab05 { public static void main(String[] args) { ...
UTF-8
Java
863
java
Lab05.java
Java
[ { "context": "ackage Lab5;\nimport java.util.*;\n/**\n *\n * @author PC225\n */\npublic class Lab05 {\n public static void m", "end": 242, "score": 0.9996601939201355, "start": 237, "tag": "USERNAME", "value": "PC225" }, { "context": "f=new Employee[3];\n staff[0]=new Emplo...
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 Lab5; import java.util.*; /** * * @author PC225 */ public class Lab05 { public static void main(String[] args) { ...
846
0.579374
0.521437
28
29.821428
27.850433
109
false
false
0
0
0
0
0
0
1.071429
false
false
2
f63d6737ec4386fe4f9595496e7ccfb72b5f2992
25,615,184,971,829
eda080cef35a64ed6e4cabd150240ae17d57202f
/src/automail/FastRobot.java
2a594cf1ed35ed9067203cdb7373109c9198c7f7
[]
no_license
Bruce-zzhu/Automail-System
https://github.com/Bruce-zzhu/Automail-System
d6c7264314b91a32ecb438eb23b578da1f5ef39d
42f467fd80c0b295f9e532807eb705c58a0bf0f8
refs/heads/main
2023-07-30T14:20:33.804000
2021-09-25T13:42:48
2021-09-25T13:42:48
402,978,112
0
0
null
false
2021-09-11T01:54:42
2021-09-04T06:03:35
2021-09-04T06:15:10
2021-09-11T01:54:41
175
0
0
0
Java
false
false
package automail; import exceptions.ItemTooHeavyException; import simulation.IMailDelivery; public class FastRobot extends Robot { public FastRobot(IMailDelivery delivery, MailPool mailPool, int number) { super(delivery, mailPool, "F" + number, 3, 0); } @Override public void addToTube(MailIt...
UTF-8
Java
422
java
FastRobot.java
Java
[]
null
[]
package automail; import exceptions.ItemTooHeavyException; import simulation.IMailDelivery; public class FastRobot extends Robot { public FastRobot(IMailDelivery delivery, MailPool mailPool, int number) { super(delivery, mailPool, "F" + number, 3, 0); } @Override public void addToTube(MailIt...
422
0.720379
0.71564
17
23.82353
26.237009
77
false
false
0
0
0
0
0
0
0.588235
false
false
2
8e02f74ea21d97b7fcb52dafb25a3c80ce44df7c
22,960,895,185,757
a5d01febfd8d45a61f815b6f5ed447e25fad4959
/Source Code/5.5.1/sources/com/jumio/nv/benchmark/BenchmarkAlgorithm.java
7a4da08c734574b3f4f67304f86a66b2c6eeffcd
[]
no_license
kkagill/Decompiler-IQ-Option
https://github.com/kkagill/Decompiler-IQ-Option
7fe5911f90ed2490687f5d216cb2940f07b57194
c2a9dbbe79a959aa1ab8bb7a89c735e8f9dbc5a6
refs/heads/master
2020-09-14T20:44:49.115000
2019-11-04T06:58:55
2019-11-04T06:58:55
223,236,327
1
0
null
true
2019-11-21T18:17:17
2019-11-21T18:17:16
2019-11-04T07:03:15
2019-11-04T07:02:38
104,586
0
0
0
null
false
false
package com.jumio.nv.benchmark; import com.jumio.commons.PersistWith; import java.io.Serializable; public abstract class BenchmarkAlgorithm implements Serializable { private Double mResult; @PersistWith("DeviceCategory") public enum DeviceCategory { SLOW, MEDIUM, FAST } p...
UTF-8
Java
684
java
BenchmarkAlgorithm.java
Java
[]
null
[]
package com.jumio.nv.benchmark; import com.jumio.commons.PersistWith; import java.io.Serializable; public abstract class BenchmarkAlgorithm implements Serializable { private Double mResult; @PersistWith("DeviceCategory") public enum DeviceCategory { SLOW, MEDIUM, FAST } p...
684
0.675439
0.675439
32
20.375
18.747917
66
false
false
0
0
0
0
0
0
0.40625
false
false
2
108b7b2f65dc25870aa44493324bf791d1ffb8d9
22,746,146,814,290
60973d838652666f1acebf453f2beb22b1709638
/src/com/peace/cache/LFU.java
5e4b1f4d53e34f14304cdeb1a94aafdd31e804d9
[]
no_license
izemauricio/java-collection
https://github.com/izemauricio/java-collection
bfbe4f9c619053bceccfd153e42b5d4154aadd44
9d33805501edbc209d9478f3d7630874a5e01c5e
refs/heads/master
2021-02-16T14:54:14.034000
2020-12-20T05:54:05
2020-12-20T05:54:05
245,018,086
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.peace.cache; /** * Least Frequently Used (LFU) cache */ public class LFU { }
UTF-8
Java
93
java
LFU.java
Java
[]
null
[]
package com.peace.cache; /** * Least Frequently Used (LFU) cache */ public class LFU { }
93
0.655914
0.655914
8
10.75
13.055171
37
true
false
0
0
0
0
0
0
0.125
false
false
2
8f30b6d7fb7fb7018d0caf7e5c57d6a3b398df14
11,501,922,440,125
8a81114e1dba35d293186edf7062eccba37b5611
/UtilityCommands/src/main/java/dev/waterdog/examples/commands/KickCommand.java
3ee2d05175d8dc6c0715b69714ebe2e2cff162a9
[ "Apache-2.0" ]
permissive
MadeAja/Example-plugins
https://github.com/MadeAja/Example-plugins
6cbf50de845c1807a837825a13db6c21d2144e59
6f11125226e8c66b525c02ca9aa2f5e1004ecae1
refs/heads/main
2023-02-24T03:46:30.361000
2021-02-05T15:53:19
2021-02-05T15:53:19
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package dev.waterdog.examples.commands; import dev.waterdog.ProxyServer; import dev.waterdog.command.Command; import dev.waterdog.command.CommandSender; import dev.waterdog.command.CommandSettings; import dev.waterdog.player.ProxiedPlayer; public class KickCommand extends Command { public KickCommand() { ...
UTF-8
Java
1,285
java
KickCommand.java
Java
[]
null
[]
package dev.waterdog.examples.commands; import dev.waterdog.ProxyServer; import dev.waterdog.command.Command; import dev.waterdog.command.CommandSender; import dev.waterdog.command.CommandSettings; import dev.waterdog.player.ProxiedPlayer; public class KickCommand extends Command { public KickCommand() { ...
1,285
0.62139
0.618267
35
35.599998
28.005306
112
false
false
0
0
0
0
0
0
0.514286
false
false
2
c49c96992bede6d7e76c432ef00a35b3e61f7491
14,680,198,260,177
b4874c23536b4083b7444fe8c565d4ca8a7b5889
/essaiintegration/src/edu/stickybit/interfaceDAO/IHospitalisation.java
f2aa7b5a0bcfe466eaed1e16d1c7ab34d828b9b3
[]
no_license
llittlefoxx/StickyHospital
https://github.com/llittlefoxx/StickyHospital
db761cdd798a9fb2a8bf529784d50c4a1f58edb6
07d205f9bbce13dbcad34f7b3123cdefcd2cb1f8
refs/heads/master
2021-01-10T08:13:34.692000
2016-03-22T00:58:46
2016-03-22T00:58:46
54,433,617
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 edu.stickybit.interfaceDAO; import edu.stickybit.entity.Hospitalisation; import java.util.Date; import java.util.List...
UTF-8
Java
1,217
java
IHospitalisation.java
Java
[ { "context": "te;\r\nimport java.util.List;\r\n\r\n/**\r\n *\r\n * @author Tlili Mohamed Ali\r\n */\r\npublic interface IHospitalisation {\r\n\r\n pu", "end": 362, "score": 0.9861432313919067, "start": 345, "tag": "NAME", "value": "Tlili Mohamed Ali" } ]
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 edu.stickybit.interfaceDAO; import edu.stickybit.entity.Hospitalisation; import java.util.Date; import java.util.List...
1,206
0.754314
0.754314
41
27.682926
32.303017
94
false
false
0
0
0
0
0
0
0.439024
false
false
2
566cbd561c7e078606fe0a5051fc848e0116f3f3
25,529,285,658,645
29d4a6a0dbcefb9b25b9ab7dd3e269eb329f888f
/src/OrderPayment.java
0c8fab307f13cee0a6da43e8100ab25eaaa3a7ae
[]
no_license
tshao87/SE452_BestDealDBMongoAC
https://github.com/tshao87/SE452_BestDealDBMongoAC
f766221e665ce2c7c1875385c4a980f58a84d428
1b779dcb1206433139cbd0cc6abca7313bd06f53
refs/heads/master
2020-12-02T06:31:55.541000
2017-07-11T04:39:32
2017-07-11T04:39:32
96,850,473
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.io.Serializable; public class OrderPayment implements Serializable { private static final long serialVersionUID = 1L; private int orderID; private int userID; private String orderName; private double orderPrice; private String userAddress; private String creditCardNo; private String deliveryDate;...
UTF-8
Java
1,760
java
OrderPayment.java
Java
[]
null
[]
import java.io.Serializable; public class OrderPayment implements Serializable { private static final long serialVersionUID = 1L; private int orderID; private int userID; private String orderName; private double orderPrice; private String userAddress; private String creditCardNo; private String deliveryDate;...
1,760
0.747159
0.746591
86
19.465117
19.285311
102
false
false
0
0
0
0
0
0
1.453488
false
false
2
28be3390d635376d8f317027951782b3c03e3349
35,218,731,827,376
64fbd7a8c70e3031de968257cbe371bf594763f3
/aoi/aoi-sdk/src/main/java/com/weeds/aoi/utils/SmsBankPatternUtils.java
f64ff2dfea9d6863a1fdeed2c3aa1ac7aef689f5
[]
no_license
bfxuanxiangyu/aoi
https://github.com/bfxuanxiangyu/aoi
0fda2e13ae426d5436952facccfa2fdd60864665
db38b7871de2a5caf76e3c21b4514a9c462e5930
refs/heads/master
2022-12-23T06:27:02.594000
2019-08-08T03:07:14
2019-08-08T03:07:14
147,612,485
0
0
null
false
2022-12-16T08:48:49
2018-09-06T03:28:20
2019-08-08T03:07:31
2022-12-16T08:48:47
9,025
0
0
21
JavaScript
false
false
package com.weeds.aoi.utils; import static com.weeds.aoi.utils.AoiStringUtils.failJson; import static com.weeds.aoi.utils.AoiStringUtils.printJson; import java.util.List; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache.commons.lang.ArrayUtils; import org.slf4j....
UTF-8
Java
14,267
java
SmsBankPatternUtils.java
Java
[]
null
[]
package com.weeds.aoi.utils; import static com.weeds.aoi.utils.AoiStringUtils.failJson; import static com.weeds.aoi.utils.AoiStringUtils.printJson; import java.util.List; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache.commons.lang.ArrayUtils; import org.slf4j....
14,267
0.554916
0.548085
417
30.244604
26.374678
124
false
false
0
0
0
0
0
0
3.470024
false
false
2
222f0a062541ecd416fdd5fee631994ab0ab26f0
38,792,144,652,789
e3e4dd1bfcda80def1345c190ac6f56c6a6f4089
/src/main/java/dev/sl4sh/polarity/data/registration/npcdata/NPCData.java
2d48b30860991d3d1e0665e96d9ba48b45b4afde
[ "MIT" ]
permissive
Shsl4/Polarity
https://github.com/Shsl4/Polarity
029ed5d0c9e28d5714978d12ef34002df48236de
b801422e5ef9388e2ab06fad769d1d4498444023
refs/heads/master
2023-01-29T07:26:03.042000
2020-12-09T09:51:20
2020-12-09T09:51:20
249,090,611
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package dev.sl4sh.polarity.data.registration.npcdata; import dev.sl4sh.polarity.Polarity; import dev.sl4sh.polarity.UI.SharedUI; import dev.sl4sh.polarity.economy.ShopProfile; import dev.sl4sh.polarity.enums.NPCTypes; import dev.sl4sh.polarity.enums.PolarityColor; import org.spongepowered.api.Sponge; import org.sponge...
UTF-8
Java
8,732
java
NPCData.java
Java
[]
null
[]
package dev.sl4sh.polarity.data.registration.npcdata; import dev.sl4sh.polarity.Polarity; import dev.sl4sh.polarity.UI.SharedUI; import dev.sl4sh.polarity.economy.ShopProfile; import dev.sl4sh.polarity.enums.NPCTypes; import dev.sl4sh.polarity.enums.PolarityColor; import org.spongepowered.api.Sponge; import org.sponge...
8,732
0.693083
0.692281
230
36.965218
40.177849
142
false
false
0
0
0
0
0
0
0.634783
false
false
2
b963f8d6c0f36c503b97ac927f8800adc878a365
12,309,376,337,095
e1414d866ffef51dc2f8c5cadca6f4d4a62bcc57
/src/oochess/app/facade/dto/DesafioDTO.java
53f29e14eff3fb5c2b911ba332a82533b04aa801
[]
no_license
micabaptista/OOChess
https://github.com/micabaptista/OOChess
457ccef53720b2d782ed8802862077034b7f4307
de459407e2f5c9ac6689249d8bc46045497a33bd
refs/heads/master
2023-05-05T18:39:03.041000
2021-05-29T14:20:52
2021-05-29T14:20:52
371,988,154
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package oochess.app.facade.dto; import java.time.LocalDateTime; public class DesafioDTO { private String codigo; private String mensagem; private LocalDateTime dataPartida; public DesafioDTO(String codigo, String mensagem, LocalDateTime dataPartida) { this.codigo = codigo; this.mensa...
UTF-8
Java
591
java
DesafioDTO.java
Java
[]
null
[]
package oochess.app.facade.dto; import java.time.LocalDateTime; public class DesafioDTO { private String codigo; private String mensagem; private LocalDateTime dataPartida; public DesafioDTO(String codigo, String mensagem, LocalDateTime dataPartida) { this.codigo = codigo; this.mensa...
591
0.664975
0.664975
29
19.413794
19.014545
82
false
false
0
0
0
0
0
0
0.448276
false
false
2
f70a0998023cfc25aa7b59932d6def2637de30c2
35,115,652,646,629
7dbcf3f7e7fa14b6b73c4cb25643d4b45d9cd916
/testproject/src/main/java/com/github/highcharts4gwt/client/view/center/CenterViewHighcharts.java
a42d9b51aeae968318a09b62c04d6e6d35e3af2d
[]
no_license
highcharts4gwt/testproject
https://github.com/highcharts4gwt/testproject
4bc4e7254394bf226b2cc7de271901e24cb24773
28f59f0fadeab20d4b8fa5afdb666791c7b4a143
refs/heads/master
2016-09-06T02:29:25.555000
2015-06-30T15:28:51
2015-06-30T15:28:51
23,356,758
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.github.highcharts4gwt.client.view.center; import com.github.highcharts4gwt.model.highcharts.option.api.ChartOptions; import com.google.gwt.user.client.ui.IsWidget; import com.google.web.bindery.event.shared.EventBus; public interface CenterViewHighcharts extends IsWidget { void setPresenter(Presenter ...
UTF-8
Java
496
java
CenterViewHighcharts.java
Java
[]
null
[]
package com.github.highcharts4gwt.client.view.center; import com.github.highcharts4gwt.model.highcharts.option.api.ChartOptions; import com.google.gwt.user.client.ui.IsWidget; import com.google.web.bindery.event.shared.EventBus; public interface CenterViewHighcharts extends IsWidget { void setPresenter(Presenter ...
496
0.756048
0.752016
20
23.799999
23.701477
74
false
false
0
0
0
0
0
0
0.4
false
false
2
f3686ea9f0c8cb9b243e224a9f252c821ac15421
36,266,703,877,351
e7077263091758505829d8c25077dda246179564
/src/main/java/com/edu/expedicao/domain/revenda/Endereco.java
b449d59e43d6c959f3e0b9367c4893593975e967
[]
no_license
Franciscomaz/trabalho-topicos-2
https://github.com/Franciscomaz/trabalho-topicos-2
65bbbde23382fb693d9f525b22f7daa608f0b42d
9b688cc1b0e41f77922c5c5d1362c14b8eb0ac4a
refs/heads/master
2023-03-09T16:35:44.309000
2023-02-28T17:34:55
2023-02-28T17:34:55
188,131,984
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.edu.expedicao.domain.revenda; import org.hibernate.validator.constraints.Length; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.validation.constraints.NotEmpty; import javax.validation.constraints.NotNull; @Entity public class Endereco ...
UTF-8
Java
3,305
java
Endereco.java
Java
[]
null
[]
package com.edu.expedicao.domain.revenda; import org.hibernate.validator.constraints.Length; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.validation.constraints.NotEmpty; import javax.validation.constraints.NotNull; @Entity public class Endereco ...
3,305
0.622141
0.615432
125
25.232
22.07012
83
false
false
0
0
0
0
0
0
0.392
false
false
2
4c4889b361f10344ff67d8f5059d0ab86188133e
37,495,064,509,316
a04b9ddd87e7888928a2ae71b79f8df0162999c7
/app/src/main/java/com/lge/exapandablerecyclerview/MainActivity.java
ac6b521e846223b9f953267cf40af3e727c5c425
[]
no_license
wlsdudtm/ExpandableRecyclerview
https://github.com/wlsdudtm/ExpandableRecyclerview
a44aa64abd09a4c5ec48c734c230af84600caad4
d71a6e1e6b2044ed916af4c1ba57f4f5c68a78ea
refs/heads/master
2016-09-14T04:18:58.785000
2016-04-13T14:20:11
2016-04-13T14:20:11
56,157,866
6
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.lge.exapandablerecyclerview; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.LinearLayoutManager; public class MainActivity extends AppCompatActivity { private final String TAG = "[Simple][MainActivity]"; private ItemAdapter adapter; ...
UTF-8
Java
808
java
MainActivity.java
Java
[]
null
[]
package com.lge.exapandablerecyclerview; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.LinearLayoutManager; public class MainActivity extends AppCompatActivity { private final String TAG = "[Simple][MainActivity]"; private ItemAdapter adapter; ...
808
0.751238
0.748762
26
30.076923
27.538677
95
false
false
0
0
0
0
0
0
0.5
false
false
2
1d512bb6c9031dfb719d2dae10899a1430c28f74
6,768,868,495,699
ba2c4c33a526ced5e397a5d9cd33178a4e87c5f3
/lab7/lab7e.java
054d952b4fa67cf1b3bf3a45adbeee503a929c78
[]
no_license
jerrylususu/dsaa_new
https://github.com/jerrylususu/dsaa_new
f25b263d380e7171d37b800c2aa62b2eb689dd04
997fab961e2845af12492e3118d38c3053ab1376
refs/heads/master
2020-04-10T05:01:59.779000
2019-01-09T13:01:20
2019-01-09T13:01:20
160,815,848
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package lab7; import java.util.*; public class lab7e { public static void main(String[] args) { Scanner in = new Scanner(System.in); int totalnum = in.nextInt(); while(totalnum-->0){ int n = in.nextInt(); int time = in.nextInt(); PriorityQueue<Integer> ...
UTF-8
Java
1,232
java
lab7e.java
Java
[]
null
[]
package lab7; import java.util.*; public class lab7e { public static void main(String[] args) { Scanner in = new Scanner(System.in); int totalnum = in.nextInt(); while(totalnum-->0){ int n = in.nextInt(); int time = in.nextInt(); PriorityQueue<Integer> ...
1,232
0.405844
0.397727
41
29.04878
17.688292
87
false
false
0
0
0
0
0
0
0.731707
false
false
2
55ccb6f7060d0da16ce7cf314eac59e9e9b768d6
34,505,767,292,492
3a535f8ecb8672ba74bd4de846fc687e3bf0b613
/fizzbuzz.java
748f0020a765b2851f589cb2d8f66b9dd2512e29
[]
no_license
danieljanis/fizzbuzz
https://github.com/danieljanis/fizzbuzz
4ce15a13aa3fd4a85d32d33ec7ac15c102f0a624
44a1f828676ccf9d74f3d5b2b67eafb4f19d6199
refs/heads/main
2023-04-15T16:26:15.781000
2021-04-27T17:22:28
2021-04-27T17:22:28
362,194,491
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// Daniel Janis // fizzbuzz implementation in Java import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner myInput = new Scanner(System.in); System.out.println("Please enter a number:"); int num = myInput.nextInt(); String returned = fizzBuzz(num); while (returned ...
UTF-8
Java
1,000
java
fizzbuzz.java
Java
[ { "context": "// Daniel Janis\n// fizzbuzz implementation in Java\n\nimport java.u", "end": 15, "score": 0.9997649192810059, "start": 3, "tag": "NAME", "value": "Daniel Janis" } ]
null
[]
// <NAME> // fizzbuzz implementation in Java import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner myInput = new Scanner(System.in); System.out.println("Please enter a number:"); int num = myInput.nextInt(); String returned = fizzBuzz(num); while (returned != "ne...
994
0.615
0.599
39
24.641026
18.84823
80
false
false
0
0
0
0
0
0
2
false
false
2
fdf823b5dc18fb491bd185fcd44aa1d90c58a168
21,062,519,667,316
3c2c43623e2d40409928fadcc9be1ce2425dd5bf
/javaEntrepot/Chapter/drill/arrays/EX01.java
aaad1f65f0a518fee6e20ab189aa71fca2ae46c7
[]
no_license
HappyWindManS/JAVA-study
https://github.com/HappyWindManS/JAVA-study
10199846dafcb90f183c17fc9311a26db1843ca4
0e8e190b040a3b0cb99ce67fab309ba03d237f8f
refs/heads/master
2023-03-26T23:07:57.574000
2021-03-23T06:07:13
2021-03-23T06:07:13
306,361,533
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package arrays; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.StreamTokenizer; public class EX01 { public static void main(String[] args)throws IOException{ // TODO 自动生成的方法存根 StreamTokenizer st =new StreamTokenizer(new BufferedReader(new I...
GB18030
Java
657
java
EX01.java
Java
[]
null
[]
package arrays; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.StreamTokenizer; public class EX01 { public static void main(String[] args)throws IOException{ // TODO 自动生成的方法存根 StreamTokenizer st =new StreamTokenizer(new BufferedReader(new I...
657
0.643192
0.619718
29
20.034483
19.838108
96
false
false
0
0
0
0
0
0
2.034483
false
false
2
e1ceca90570f10893100c9b71b6d8fd6a974d833
26,963,804,716,002
180d97871ad8ae6eb46b0e3d379721f51028149a
/com.dyalog.apldev.interactive_console/src/com/dyalog/apldev/interactive_console/console/ui/DefaultScriptConsoleTextHover.java
b48537547b518fd6f762618fde0aeb4dc8d6cdf2
[]
no_license
eagle-eyed/a_d
https://github.com/eagle-eyed/a_d
d36864e8d8190528e3e029a6bbfe04b4754c1089
618012adf27789c0f4768d679a3a1cbf0829acdc
refs/heads/master
2020-05-23T08:09:08.008000
2016-12-21T14:48:45
2016-12-21T14:48:45
69,344,021
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.dyalog.apldev.interactive_console.console.ui; import org.eclipse.jface.text.IDocument; import org.eclipse.jface.text.IRegion; import org.eclipse.jface.text.ITextHover; import org.eclipse.jface.text.ITextViewer; import org.eclipse.jface.text.Region; import com.dyalog.apldev.interactive_console.cons...
UTF-8
Java
1,345
java
DefaultScriptConsoleTextHover.java
Java
[]
null
[]
package com.dyalog.apldev.interactive_console.console.ui; import org.eclipse.jface.text.IDocument; import org.eclipse.jface.text.IRegion; import org.eclipse.jface.text.ITextHover; import org.eclipse.jface.text.ITextViewer; import org.eclipse.jface.text.Region; import com.dyalog.apldev.interactive_console.cons...
1,345
0.775465
0.774721
42
30.023809
28.391388
86
false
false
0
0
0
0
0
0
1.595238
false
false
2
ae40d0b54f5beeada1bce31b3e915037752a1e34
23,476,291,243,205
23a96a03e550ee22a14b8fe9ed2ce44b6341de18
/.svn/pristine/ae/ae40d0b54f5beeada1bce31b3e915037752a1e34.svn-base
207e90091ba1463382ef2a2473ab5792da89c11f
[]
no_license
polarisltd/jClarion
https://github.com/polarisltd/jClarion
29782a3ed0a144943c6d99dd81f6c16ef0a504d8
37e57590cb9cc41448fdd09fda91c9094b0dd057
refs/heads/master
2020-12-31T07:33:15.586000
2016-04-28T13:51:58
2016-04-28T13:55:40
57,305,055
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.jclarion.clarion.appgen.template; import java.util.ArrayList; import java.util.List; import org.jclarion.clarion.ClarionNumber; import org.jclarion.clarion.ClarionString; import org.jclarion.clarion.appgen.template.cmd.CallParam; import org.jclarion.clarion.appgen.template.cmd.TemplateID; import org.jclar...
UTF-8
Java
7,937
ae40d0b54f5beeada1bce31b3e915037752a1e34.svn-base
Java
[]
null
[]
package org.jclarion.clarion.appgen.template; import java.util.ArrayList; import java.util.List; import org.jclarion.clarion.ClarionNumber; import org.jclarion.clarion.ClarionString; import org.jclarion.clarion.appgen.template.cmd.CallParam; import org.jclarion.clarion.appgen.template.cmd.TemplateID; import org.jclar...
7,937
0.672168
0.668515
373
20.27882
22.52059
120
false
false
0
0
0
0
0
0
2.327078
false
false
2
d90f17b0cc55d0deb4b4de7d1e365eed8e91a508
25,941,602,496,117
6ad78f4f9e558d463cdf6d49eec1d9eb3e147728
/app/src/main/java/com/example/administrator/taoex/MainActivity.java
6376a9c9af13703840d55c4b0cd0d26c862bab4d
[]
no_license
Xmy347398906/EasyShopDome
https://github.com/Xmy347398906/EasyShopDome
95ca74aa7f70b43bdd9aa07b3f9ddd6cd9e8e44b
731f3bb514877343dc46d20b40c76ad4d4899ba1
refs/heads/master
2020-07-11T18:47:00.119000
2016-11-17T13:50:53
2016-11-17T13:50:53
73,997,129
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.administrator.taoex; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.Toolbar; import android.widget.TextView; import android.widget.Toast; import com.example.administrator.taoex.adapter.UnLoginAda...
UTF-8
Java
3,600
java
MainActivity.java
Java
[ { "context": "k;\nimport butterknife.Unbinder;\n\n/**\n * Created by Administrator on 2016/11/16 0016.\n * 主页面\n */\npublic class MainA", "end": 591, "score": 0.9355829954147339, "start": 578, "tag": "NAME", "value": "Administrator" } ]
null
[]
package com.example.administrator.taoex; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.Toolbar; import android.widget.TextView; import android.widget.Toast; import com.example.administrator.taoex.adapter.UnLoginAda...
3,600
0.602712
0.596365
136
24.485294
21.499311
102
false
false
0
0
0
0
0
0
0.455882
false
false
2
325a9491b69caac0a3297f469b70f511110e8ca4
15,178,414,429,500
5e1c9f03085aadf77a83b960a7b383640da6c174
/coding question solution/src/test/java/com/paytmlabs/sdechallenge/MovingAverageImplTest.java
5459ed1b38351c875f8867ce5b9d680db41ef4e5
[]
no_license
narangankita/SDEChallenge
https://github.com/narangankita/SDEChallenge
780103de8fee163ee0c86039fb236530fe927f8f
90f69adba4c3e7f480c5423295f2746a29429b2e
refs/heads/master
2022-04-14T07:15:11.085000
2020-04-15T06:07:18
2020-04-15T06:07:18
255,810,120
0
0
null
true
2020-04-15T05:03:31
2020-04-15T05:03:30
2018-12-10T16:05:34
2020-04-14T13:45:39
5
0
0
0
null
false
false
package com.paytmlabs.sdechallenge; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.assertEquals; public class MovingAverageImplTest { private MovingAverageImpl movingAverageImpl; @Before public void setUp() throws Exception { movingAverageImpl = new MovingAverage...
UTF-8
Java
2,223
java
MovingAverageImplTest.java
Java
[]
null
[]
package com.paytmlabs.sdechallenge; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.assertEquals; public class MovingAverageImplTest { private MovingAverageImpl movingAverageImpl; @Before public void setUp() throws Exception { movingAverageImpl = new MovingAverage...
2,223
0.711201
0.704004
65
33.215385
27.167566
84
false
false
0
0
0
0
0
0
0.415385
false
false
2
ee08e7f9660f21e5af2caeb4bbdc8fa373d3e8da
9,749,575,831,873
c7fb1a38d29a546741722fef3e03263a70607fc0
/java/squeek/quakemovement/QuakeClientPlayer.java
ea62f03e50674d9322e18055514b02acc49bbf7f
[ "Unlicense" ]
permissive
squeek502/Squake
https://github.com/squeek502/Squake
94a26f03b189b2336cf835bd2f5a7b6778acc95b
076e4c0a8ff901727add4a23a5e4ed6dd7a8ba38
refs/heads/1.12.2
2023-04-06T05:35:45.220000
2018-06-19T07:01:26
2018-06-19T07:01:26
22,931,063
67
24
Unlicense
false
2022-10-11T23:40:07
2014-08-13T20:58:05
2022-09-26T12:38:50
2021-03-08T20:05:59
186
51
17
16
Java
false
false
package squeek.quakemovement; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.*; import net.minecraft.block.Block; import net.minecraft.block.state.IBlockState; import net.minecraft.entity.Entity; import net.minecraft.entity.EntityLivingBase; import net.minecraft.entity.MoverType; im...
UTF-8
Java
22,153
java
QuakeClientPlayer.java
Java
[]
null
[]
package squeek.quakemovement; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.*; import net.minecraft.block.Block; import net.minecraft.block.state.IBlockState; import net.minecraft.entity.Entity; import net.minecraft.entity.EntityLivingBase; import net.minecraft.entity.MoverType; im...
22,153
0.677109
0.653817
840
25.37262
31.51852
305
false
false
0
0
0
0
0
0
2.371428
false
false
2
f6041be820a41c46f151a721863c22c9eb8c18c4
16,630,113,393,634
e97d8f243541f5a95e30cc0220543879a6e97ff2
/app/src/main/java/br/com/adley/stats4pubg/data/remote/ApiUtils.java
ffcaeb73311ed4247876438daa4f21cb27dba922
[]
no_license
adleywd/Stats4PUBG
https://github.com/adleywd/Stats4PUBG
d0d0046b30f2494d6b85444424401c84253b76b1
2616671e3d938c135e69f06039e202ffeb5c3702
refs/heads/master
2021-08-15T10:57:48.678000
2017-11-17T18:26:30
2017-11-17T18:26:30
109,395,398
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package br.com.adley.stats4pubg.data.remote; /** * Created by Adley.Damaceno on 20/09/2017. * Defines the BASE Url. */ public class ApiUtils { public static PBTService getPBTService(String BASE_URL) { return RetrofitClient.getClient(BASE_URL).create(PBTService.class); } }
UTF-8
Java
295
java
ApiUtils.java
Java
[ { "context": "m.adley.stats4pubg.data.remote;\n\n/**\n * Created by Adley.Damaceno on 20/09/2017.\n * Defines the BASE Url.\n */\n\npubl", "end": 78, "score": 0.999687135219574, "start": 64, "tag": "NAME", "value": "Adley.Damaceno" } ]
null
[]
package br.com.adley.stats4pubg.data.remote; /** * Created by Adley.Damaceno on 20/09/2017. * Defines the BASE Url. */ public class ApiUtils { public static PBTService getPBTService(String BASE_URL) { return RetrofitClient.getClient(BASE_URL).create(PBTService.class); } }
295
0.711864
0.681356
13
21.692308
25.058039
75
false
false
0
0
0
0
0
0
0.153846
false
false
2
eb26fe3af93b7e77a81b6c8417e8b05ca10a2ee2
17,437,567,225,761
71ca2e3fa1b78992e861bd51a2c214b1913ceda1
/src/pokemon-text/Equipment.java
1b7290d775e78f15d2995b509a517c9fbd78df85
[]
no_license
KyleMattCC/T3OBJECTPMP
https://github.com/KyleMattCC/T3OBJECTPMP
08665c325849f33aa12d87885eaa096ca071df08
97b425e21aa8dfdd0c5f362ad4157a7440f2fcaf
refs/heads/master
2020-03-28T15:41:08.901000
2018-09-13T09:38:49
2018-09-13T09:38:49
148,616,198
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * @authors Winfred Villaluna, Birgham Serrano, Kyle Chua * This method refers to the items of the player on each map */ public class Equipment{ /** * The currently equipped rod. */ private Rod fishingRod; /** * The currently equipped boat. */ private Boat fishingBoat; /** * The currentl...
UTF-8
Java
3,379
java
Equipment.java
Java
[ { "context": "/**\n * @authors Winfred Villaluna, Birgham Serrano, Kyle Chua\n * This method refers", "end": 33, "score": 0.9998648762702942, "start": 16, "tag": "NAME", "value": "Winfred Villaluna" }, { "context": "/**\n * @authors Winfred Villaluna, Birgham Serrano, Kyle Chua\n * T...
null
[]
/** * @authors <NAME>, <NAME>, <NAME> * This method refers to the items of the player on each map */ public class Equipment{ /** * The currently equipped rod. */ private Rod fishingRod; /** * The currently equipped boat. */ private Boat fishingBoat; /** * The currently equipped tackle box. ...
3,356
0.666765
0.666765
151
21.384106
21.200981
72
false
false
0
0
0
0
0
0
1.410596
false
false
2
418f43c979795d5ecae469122bf2b115782d4492
14,731,737,841,372
65233b22f31fc6c5b3715aeb3f6626de2c271ae3
/src/com/Admin/AdminOk.java
0981714076f00bb3664573f08579a332adb1d665
[]
no_license
arongsatae/FridayTrip
https://github.com/arongsatae/FridayTrip
7f77aa78037b4624a715dd6066d318fa4146e0ee
5d3c79d01c9d422fe33605662d5a9594bd6fdd66
refs/heads/master
2021-03-12T19:53:16.668000
2014-07-09T09:57:07
2014-07-09T09:57:07
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.Admin; import java.io.IOException; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class AdminOk extends HttpServlet{ @O...
UTF-8
Java
1,571
java
AdminOk.java
Java
[]
null
[]
package com.Admin; import java.io.IOException; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class AdminOk extends HttpServlet{ @O...
1,571
0.612349
0.611712
55
26.563637
17.501963
75
false
false
0
0
0
0
0
0
0.945455
false
false
2
ab36325c387522c22adaae2619c063a67f2df7a2
5,531,917,899,790
5cfaeebdc7c50ca23ee368fa372d48ed1452dfeb
/xd_2b_dashboard_report/src/main/java/com/xiaodou/st/dashboard/dao/admin/AdminDao.java
c765b73f107e4f9dd826a4c2b9158b8aaf77f4ea
[]
no_license
zdhuangelephant/xd_pro
https://github.com/zdhuangelephant/xd_pro
c8c8ff6dfcfb55aead733884909527389e2c8283
5611b036968edfff0b0b4f04f0c36968333b2c3b
refs/heads/master
2022-12-23T16:57:28.306000
2019-12-05T06:05:43
2019-12-05T06:05:43
226,020,526
0
2
null
false
2022-12-16T02:23:20
2019-12-05T05:06:27
2019-12-05T06:09:36
2022-12-16T02:23:19
383,586
0
2
66
JavaScript
false
false
package com.xiaodou.st.dashboard.dao.admin; import com.xiaodou.st.dashboard.domain.admin.AdminDO; import com.xiaodou.summer.dao.BaseDao; public class AdminDao extends BaseDao<AdminDO> {}
UTF-8
Java
189
java
AdminDao.java
Java
[]
null
[]
package com.xiaodou.st.dashboard.dao.admin; import com.xiaodou.st.dashboard.domain.admin.AdminDO; import com.xiaodou.summer.dao.BaseDao; public class AdminDao extends BaseDao<AdminDO> {}
189
0.809524
0.809524
6
30.5
22.066189
53
false
false
0
0
0
0
0
0
0.5
false
false
2
052beaff22de06d68b8a3ffd510fc02d2496b709
4,741,643,904,393
1efd714778b7b1d6a29821957f8e69551572d655
/Streams/ParallelStream/src/TestParallelStream.java
d998334d9989d09ed2a38d7214d696fcf2867d23
[]
no_license
adriano282/java_se8_hands_on_code
https://github.com/adriano282/java_se8_hands_on_code
0a2c334bfbd04fa03c8776fe4fefc65ae6d4d205
a55fb05b624c508a747e02ea1552b0f94a7705ea
refs/heads/master
2020-07-02T22:04:46.274000
2018-07-31T14:11:39
2018-07-31T14:11:39
74,281,398
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.*; import java.util.function.BiFunction; import java.util.function.BinaryOperator; public class TestParallelStream { public static void main(String... args) { /* List<String> vals = Arrays.asList("a", "b"); String join = vals.parallelStream() .reduce("_", (a, b)->a.concat(b)); System.out.pri...
UTF-8
Java
1,063
java
TestParallelStream.java
Java
[]
null
[]
import java.util.*; import java.util.function.BiFunction; import java.util.function.BinaryOperator; public class TestParallelStream { public static void main(String... args) { /* List<String> vals = Arrays.asList("a", "b"); String join = vals.parallelStream() .reduce("_", (a, b)->a.concat(b)); System.out.pri...
1,063
0.56444
0.56444
38
27
22.513155
95
false
false
0
0
0
0
0
0
3.394737
false
false
2
785beaf38e0f6c2be6f52338a1bc379f4a01f0ef
9,509,057,649,085
c59615f4990d1cd4e405f25c569c961e55024ada
/app/src/main/java/com/andermaco/scrapping/adapter/TabAdapter.java
7051ca6262fc597be84c349114ec4748085ef0af
[]
no_license
andermaco/WebScrapping
https://github.com/andermaco/WebScrapping
3bc314adc8fbfe0bca18ed1f1e9084b364b255dc
f35131d47088e35f45690bd4e65ce85155584d7b
refs/heads/master
2021-01-01T05:03:17.457000
2016-04-22T16:31:18
2016-04-22T16:31:18
56,845,010
0
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.andermaco.scrapping.adapter; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; import com.andermaco.scrapping.fragment.ScrapFragment; import com.andermaco.scrapping.model.LinkModel; import java.util.ArrayList; /** ...
UTF-8
Java
1,845
java
TabAdapter.java
Java
[ { "context": "a.util.ArrayList;\n\n/**\n * TabAdapter\n *\n * @author andermaco@gmail.com\n * @version 1.0\n * @since 04/20/2016\n */\npublic c", "end": 366, "score": 0.9999194741249084, "start": 347, "tag": "EMAIL", "value": "andermaco@gmail.com" } ]
null
[]
package com.andermaco.scrapping.adapter; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; import com.andermaco.scrapping.fragment.ScrapFragment; import com.andermaco.scrapping.model.LinkModel; import java.util.ArrayList; /** ...
1,833
0.63252
0.622764
79
22.367088
19.808052
66
false
false
0
0
0
0
0
0
0.341772
false
false
2