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
90837e9e83e534dc04c58f2a04d2509630718604
20,555,713,502,178
4bc6fd123763faefdb18b6429acdacb54f14ff9e
/CodeSnippet/src/main/java/com/snippet/designPattern/strategy/Strategy.java
921de2da0c3d6480daeff473164dfae46daa7002
[]
no_license
NevilleYeung/Batcave
https://github.com/NevilleYeung/Batcave
cc9937294ca6ee45e482499c975b56530562a152
3ebb89bb26f06c02756c41c26ff6c58cafeb260d
refs/heads/master
2020-12-02T23:56:52.048000
2019-09-08T15:49:11
2019-09-08T15:49:11
95,965,655
0
0
null
false
2020-10-13T15:53:42
2017-07-01T13:25:32
2019-09-08T15:49:29
2020-10-13T15:53:40
271
0
0
2
Java
false
false
package com.snippet.designPattern.strategy; public interface Strategy { public void doSomething(); }
UTF-8
Java
106
java
Strategy.java
Java
[]
null
[]
package com.snippet.designPattern.strategy; public interface Strategy { public void doSomething(); }
106
0.773585
0.773585
6
16.666666
16.878653
43
false
false
0
0
0
0
0
0
0.333333
false
false
15
2892d6e20f3177e5df2032f19eace0255059d28c
1,314,260,023,576
5de501e8db0d8be5821a5645b9e85490a13fdbb5
/Android/KaraokeAudio/src/com/vidia/karaoke/util/Apple.java
f3cb10296bf0bc6e11f33df3e70cc7a108f3616c
[]
no_license
lamduongvan/Coding
https://github.com/lamduongvan/Coding
261016e84b11761a8f0ead114cfe6160503efdfa
8c13c4a4a8b896605a2efb8db6bdeeaa13ee2278
refs/heads/master
2015-09-25T12:24:30.635000
2015-09-14T07:59:28
2015-09-14T07:59:28
29,902,309
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.vidia.karaoke.util; public class Apple { static { System.loadLibrary("myApple"); } public static native String navGetApp(); public static native String navGetPle(); String getApp() { return navGetApp(); } String getPle() { return navGetPle(); } }
UTF-8
Java
297
java
Apple.java
Java
[]
null
[]
package com.vidia.karaoke.util; public class Apple { static { System.loadLibrary("myApple"); } public static native String navGetApp(); public static native String navGetPle(); String getApp() { return navGetApp(); } String getPle() { return navGetPle(); } }
297
0.646465
0.646465
19
13.631579
14.217153
41
false
false
0
0
0
0
0
0
1.052632
false
false
15
379534658364b50b7824f725c219ca2115ebcd3c
15,229,954,052,982
c9b2009d41f90643d0ef331fcf70d362312cbe00
/src/main/java/com/leo/restful/service/StudentService.java
9da55bc985bf9449ae7d1ed6bb386a6b81980572
[]
no_license
LeoRedin/java-restful
https://github.com/LeoRedin/java-restful
1690e546ef25977834e7934b9c63598ecad929b4
3ed62c5342bed121e15e33a20aea4b7a42d226df
refs/heads/master
2020-09-27T20:04:58.775000
2019-12-14T21:25:41
2019-12-14T21:25:41
226,599,930
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.leo.restful.service; import com.leo.restful.models.Student; public abstract class StudentService implements MainService<Student> { }
UTF-8
Java
147
java
StudentService.java
Java
[]
null
[]
package com.leo.restful.service; import com.leo.restful.models.Student; public abstract class StudentService implements MainService<Student> { }
147
0.816327
0.816327
6
23.5
25.998398
70
false
false
0
0
0
0
0
0
0.333333
false
false
15
44cd1cbfc599c14ebe236e4c3cd65dc205e6aed9
9,680,856,351,995
c4cfd736d54679c00f14b600ab19c31bb1a66245
/src/main/java/com/soft/rpc/remote/service/api/RemoteHelloService.java
9a7ed0720315c47d4193c07cfdc4e0555f1c81d2
[]
no_license
maikelsong/myDemo
https://github.com/maikelsong/myDemo
dd0484ed98011c65bfdb1e4b6bf78a870c07c9f9
2ea24fa744449fe1a3e0a434d26680c55dbfa0c1
refs/heads/master
2020-03-20T12:22:55.618000
2018-09-05T09:37:34
2018-09-05T09:37:34
137,428,297
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.soft.rpc.remote.service.api; /** * Service接口。代理类和被代理类抖需要实现该接口 */ public interface RemoteHelloService { public String say(String name, int number); }
UTF-8
Java
219
java
RemoteHelloService.java
Java
[]
null
[]
package com.soft.rpc.remote.service.api; /** * Service接口。代理类和被代理类抖需要实现该接口 */ public interface RemoteHelloService { public String say(String name, int number); }
219
0.690608
0.690608
9
18.333334
18.348478
47
false
false
0
0
0
0
0
0
0.444444
false
false
15
721c2d969dd7e6b8557339d1bd0265968f25ecb9
4,509,715,681,485
4a5a9fd12ee39b4ee7e5da79e0e6169501cbc098
/src/us/compressions/twitchy/Twitchy.java
c87e0c1005f84c7300453fb48bd85f49ae3cb05b
[]
no_license
WhiteGems/Twitchy
https://github.com/WhiteGems/Twitchy
b6a761c475f97398bef7f9fc1ea64877463930c6
a56fb97317608f3af014eb1a52728dc0ccc72f52
refs/heads/master
2016-09-05T11:06:55.735000
2013-08-07T15:48:03
2013-08-07T15:48:03
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package us.compressions.twitchy; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.MalformedURLException; import java.net.URL; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.plugin.java.JavaPlugin; import org.bukkit.scheduler.BukkitR...
UTF-8
Java
2,339
java
Twitchy.java
Java
[]
null
[]
package us.compressions.twitchy; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.MalformedURLException; import java.net.URL; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.plugin.java.JavaPlugin; import org.bukkit.scheduler.BukkitR...
2,339
0.600257
0.595554
79
28.607595
27.316902
105
false
false
0
0
0
0
0
0
0.531646
false
false
15
af90b4eae62d6f6689b983a4070b4f9c2c20be02
29,222,957,520,163
775eb1ed42522321dfb79d85723ca6d0f408291b
/Test/src/math/Plalindrome.java
a27735017613119cd7cb9883d31b4253424f2ad7
[]
no_license
wangjl10/myTest
https://github.com/wangjl10/myTest
5e32b531ed33a35ec5fb4ce6bcd0208119730971
82aac82e1472aeeececdfb5185b9b30f00beeb6c
refs/heads/master
2021-07-19T16:55:33.533000
2017-10-27T13:07:29
2017-10-27T13:07:29
108,543,619
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package math; public class Plalindrome { public static void main(String[] args) { long startMili=System.currentTimeMillis();// 当前时间对应的毫秒数 System.out.println(isAddPlalindrome("acc")); System.out.println(isAddPlalindrome("sos")); System.out.println(isAddPlalindrome("ititewewtiti")); System.out.println(isAddP...
UTF-8
Java
1,174
java
Plalindrome.java
Java
[]
null
[]
package math; public class Plalindrome { public static void main(String[] args) { long startMili=System.currentTimeMillis();// 当前时间对应的毫秒数 System.out.println(isAddPlalindrome("acc")); System.out.println(isAddPlalindrome("sos")); System.out.println(isAddPlalindrome("ititewewtiti")); System.out.println(isAddP...
1,174
0.692652
0.683692
38
28.368422
30.819868
114
false
false
0
0
0
0
0
0
2.605263
false
false
15
6d349d4456f6e975eb0ea5f207c4b2cd806ec00a
19,473,381,771,528
efbbb3ece23802f92276b02818deb75559670472
/src/com/problems3/SearchInsertPosition.java
d5768d552518af2027983e134c386e07360d263f
[]
no_license
bikess/LeetcodeProblems
https://github.com/bikess/LeetcodeProblems
8aca44c644af9c9d99e565c320d7699a93908a5f
a34fc3b0b6498bb2e83cf354c35870cb1fb698c6
refs/heads/master
2016-09-06T03:48:45.101000
2014-06-14T13:56:17
2014-06-14T13:56:17
18,055,013
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.problems3; /*** * 问题描述:Given a sorted array and a target value, return the index * if the target is found. If not, return the index where it would be if it were inserted in order. * @author bike * */ public class SearchInsertPosition { /*** * 思路1:时间复杂度0(n),遍历一遍数组,记录比次数小的所有数的个数 */ public int ...
UTF-8
Java
1,957
java
SearchInsertPosition.java
Java
[ { "context": " would be if it were inserted in order.\n * @author bike\n *\n */\npublic class SearchInsertPosition {\n\n\t/***", "end": 210, "score": 0.9992467164993286, "start": 206, "tag": "USERNAME", "value": "bike" } ]
null
[]
package com.problems3; /*** * 问题描述:Given a sorted array and a target value, return the index * if the target is found. If not, return the index where it would be if it were inserted in order. * @author bike * */ public class SearchInsertPosition { /*** * 思路1:时间复杂度0(n),遍历一遍数组,记录比次数小的所有数的个数 */ public int ...
1,957
0.537149
0.52284
84
20.630953
17.78093
99
false
false
0
0
0
0
0
0
1.535714
false
false
15
dc37b41cfe613f53cab369fbe4658c1ffb3fe7d7
23,931,557,844,379
0cbdf3988ea388d81625e2a5ce73064a44388c41
/TOWZAProject/src/com/towza/impulses/Impulse.java
36f7186d4616376fc1d31ba75fa6b55dbc6adacb
[]
no_license
Tophandour/TOWZA
https://github.com/Tophandour/TOWZA
ea4ed506d7deea0b7bfc0bd4a5038d5fe2a9a606
913a8d9b7a06e79ee95224df2559f6a19de0f330
refs/heads/master
2021-07-05T03:20:33.100000
2017-09-27T03:55:42
2017-09-27T03:55:42
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.towza.impulses; import java.util.UUID; /** * An Impulse is an action that an entity attempts to make. * @author Wriss * */ public class Impulse implements Comparable<Impulse>{ protected long timeInitiated; protected int duration; protected UUID targetGuid; public long getTimeInitiated() { retu...
UTF-8
Java
1,046
java
Impulse.java
Java
[ { "context": "action that an entity attempts to make.\n * @author Wriss\n *\n */\npublic class Impulse implements Comparable", "end": 133, "score": 0.9535001516342163, "start": 128, "tag": "NAME", "value": "Wriss" } ]
null
[]
package com.towza.impulses; import java.util.UUID; /** * An Impulse is an action that an entity attempts to make. * @author Wriss * */ public class Impulse implements Comparable<Impulse>{ protected long timeInitiated; protected int duration; protected UUID targetGuid; public long getTimeInitiated() { retu...
1,046
0.694073
0.688336
49
20.346939
26.337334
120
false
false
0
0
0
0
0
0
1.346939
false
false
15
638c2f315427bf2a2f74a86712c541d80f06669e
10,651,518,951,978
370d595bf0002ce86a823afce73a957561fd3c8e
/news-message-broker/custom-message-broker/src/main/java/com/ivan/custom_message_broker/grpc/RPCServer.java
79ed4417356c57624666b018834ba2db1d838821
[]
no_license
IvanPostu/NewsMessageBroker
https://github.com/IvanPostu/NewsMessageBroker
0e98845e04a6bdd42ea63c13f662e832bfdcd18f
a8c43b27e5066827c0999d6f804ba797f0a68301
refs/heads/main
2023-08-16T10:17:11.695000
2021-09-18T17:38:45
2021-09-18T17:38:45
403,149,425
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ivan.custom_message_broker.grpc; import io.grpc.Server; import io.grpc.ServerBuilder; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.concurrent.Executors; public class RPCServer implements Runnable { private static final Logger log = LoggerFactory.getLogger(RPCServer.class)...
UTF-8
Java
931
java
RPCServer.java
Java
[]
null
[]
package com.ivan.custom_message_broker.grpc; import io.grpc.Server; import io.grpc.ServerBuilder; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.concurrent.Executors; public class RPCServer implements Runnable { private static final Logger log = LoggerFactory.getLogger(RPCServer.class)...
931
0.622986
0.614393
36
24.861111
25.647345
105
false
false
0
0
0
0
0
0
0.416667
false
false
15
025889f2e521ce96d874767c8c58161c3e9e3f8a
21,122,649,223,659
91c79b7b37bf5834dc368496c3ce72bfc123f160
/src/main/java/com/checkmarx/integrations/datastore/services/ScmService.java
e34e1bd71781a66210418a79417af8d9e2e8db4f
[]
no_license
VeracodeVince/Integrations-Datastore
https://github.com/VeracodeVince/Integrations-Datastore
4655bb1debffb01cbf974a31c040199d022e24af
ddfc78107c9cb4e6d5c71609c31aa6d5ae87cec5
refs/heads/master
2023-04-11T17:07:15.220000
2021-05-14T11:29:22
2021-05-14T11:29:22
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.checkmarx.integrations.datastore.services; import com.checkmarx.integrations.datastore.controllers.exceptions.EntityNotFoundException; import com.checkmarx.integrations.datastore.dto.SCMCreateDto; import com.checkmarx.integrations.datastore.dto.SCMDto; import com.checkmarx.integrations.datastore.models.Scm...
UTF-8
Java
2,646
java
ScmService.java
Java
[]
null
[]
package com.checkmarx.integrations.datastore.services; import com.checkmarx.integrations.datastore.controllers.exceptions.EntityNotFoundException; import com.checkmarx.integrations.datastore.dto.SCMCreateDto; import com.checkmarx.integrations.datastore.dto.SCMDto; import com.checkmarx.integrations.datastore.models.Scm...
2,646
0.715797
0.714664
72
35.763889
28.528004
124
false
false
0
0
0
0
0
0
0.569444
false
false
15
05e291080ca4377f813637f20b99ed2da3afbc83
34,892,314,341,935
11870891fc7d30f1cdadf3dd590e3822a64ed349
/myblog-service/src/main/java/in/venkat/vallabhaneni/MyBlogServiceImpl.java
967ffa105dd86946342fce028493c88b59124473
[]
no_license
venkatavallabhaneni/myblog
https://github.com/venkatavallabhaneni/myblog
4aac2d22455284e95abcd4b5a3688b4f35d12c83
66d132d69700c71ee7037a7f001df23ddd286b52
refs/heads/master
2020-04-05T05:04:32.072000
2018-11-23T22:32:35
2018-11-23T22:32:35
156,579,716
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package in.venkat.vallabhaneni; import java.util.List; import java.util.Optional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import in.venkat.vallabhaneni.domain.MyBlog; @Service public class MyBlogServiceImpl implements MyBlogService { @Autowired...
UTF-8
Java
1,007
java
MyBlogServiceImpl.java
Java
[]
null
[]
package in.venkat.vallabhaneni; import java.util.List; import java.util.Optional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import in.venkat.vallabhaneni.domain.MyBlog; @Service public class MyBlogServiceImpl implements MyBlogService { @Autowired...
1,007
0.751738
0.751738
52
18.365385
19.298294
62
false
false
0
0
0
0
0
0
1.019231
false
false
15
8b93d440840eff2e777aa94f6a7619daa5ad5b13
13,391,708,092,977
bc5f3917678bdf527e9637cda63e139ac2f825e5
/app/src/main/java/com/example/gonmator/lalista_draft/model/Childhood.java
cea203ab4d8f3b222546b3417d76765f8bbb6dd2
[]
no_license
gonmator/lalista-draft
https://github.com/gonmator/lalista-draft
fc66abfb5d985de905da14bbda532b7ca394e500
131b927a7e433b11717703eefa102cb8d855b78a
refs/heads/master
2022-08-11T04:00:46.791000
2017-07-02T14:37:04
2017-07-02T14:37:04
96,027,299
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.gonmator.lalista_draft.model; /** * Created by gonmator on 05.05.17. */ public class Childhood { Childhood(String parent, String child) { this.parent = parent; this.child = child; } public String getParent() { return parent; } public String getChild(...
UTF-8
Java
392
java
Childhood.java
Java
[ { "context": "package com.example.gonmator.lalista_draft.model;\n\n/**\n * Created by gonmator ", "end": 28, "score": 0.9149746298789978, "start": 20, "tag": "USERNAME", "value": "gonmator" }, { "context": "e.gonmator.lalista_draft.model;\n\n/**\n * Created by gonmator on 05.05.17.\n...
null
[]
package com.example.gonmator.lalista_draft.model; /** * Created by gonmator on 05.05.17. */ public class Childhood { Childhood(String parent, String child) { this.parent = parent; this.child = child; } public String getParent() { return parent; } public String getChild(...
392
0.602041
0.586735
23
16.043478
15.152782
49
false
false
0
0
0
0
0
0
0.347826
false
false
15
4b4d7cc10bb6953b61e972bbf7446526215f1689
13,391,708,091,791
cebb2e088d77f4001521b85360d91d720a58f31d
/src/main/java/com/tig/wdc/admin/model/dto/BlackListDTO.java
d35898e9a5612b3f1b6f2457df33b56c56436a39
[]
no_license
sook8878/WooRi_Dong_Nea_Class
https://github.com/sook8878/WooRi_Dong_Nea_Class
63cfcef1e8379e7df38df60a4678e1e661e982fb
3d6b39bd7c7e79b367cd84eb23eb18d3361269d6
refs/heads/master
2023-07-16T21:24:06.010000
2021-08-15T08:58:34
2021-08-15T08:58:34
398,739,789
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tig.wdc.admin.model.dto; import java.sql.Date; public class BlackListDTO { private int blackNo; private String type; private String blackReason; private int userNo; private String blackId; private String blackName; private java.sql.Date enrollDate; public BlackListDTO() {} public BlackListDTO...
UTF-8
Java
1,805
java
BlackListDTO.java
Java
[]
null
[]
package com.tig.wdc.admin.model.dto; import java.sql.Date; public class BlackListDTO { private int blackNo; private String type; private String blackReason; private int userNo; private String blackId; private String blackName; private java.sql.Date enrollDate; public BlackListDTO() {} public BlackListDTO...
1,805
0.699169
0.699169
92
18.619566
21.874067
112
false
false
0
0
0
0
0
0
1.532609
false
false
15
d9c7a698130e70bdc7c41e02137bbc6bf0f65271
4,612,794,884,592
25fa55fb8ea1fda2dca1691152945c23cc4cb1ca
/src/main/java/osvc/pageobjects/web/bui/ChatAcceptDialog.java
5d69739f38bb1fc004218679e896d28b82b16ec1
[]
no_license
zhuge20100104/rn_auto_new
https://github.com/zhuge20100104/rn_auto_new
abd8c8b42e7f14338e308b0ab5792d2bb2b09a74
4b85f8e5a9a118b5464d752549abc742ecb873d3
refs/heads/master
2020-04-18T01:33:10.168000
2019-01-23T05:35:27
2019-01-23T05:35:27
167,122,635
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package osvc.pageobjects.web.bui; import base.BaseWebComponent; import base.search.SearchTools; import base.search.engine.wait.base.ElementWait; import base.search.engine.wait.utils.Sleeper; import org.apache.log4j.Logger; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import javax.xml.bind.Elem...
UTF-8
Java
1,983
java
ChatAcceptDialog.java
Java
[]
null
[]
package osvc.pageobjects.web.bui; import base.BaseWebComponent; import base.search.SearchTools; import base.search.engine.wait.base.ElementWait; import base.search.engine.wait.utils.Sleeper; import org.apache.log4j.Logger; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import javax.xml.bind.Elem...
1,983
0.620777
0.612204
74
25.797297
25.045893
82
false
false
0
0
0
0
0
0
0.567568
false
false
15
31f0ea43aa3787d9d76d73973c92faf6ed3c7d28
6,098,853,565,848
5edd38a1965ba8389708a11d3e803bdd53236328
/src/cn/edu/nju/ws/expedia/search/filter/SemanticTagSelectionMethod.java
b3d2c8f26ec1fc4994fda333bea9ec926612e18e
[]
no_license
conndots/expedia
https://github.com/conndots/expedia
98c682d92de122103c9fc8c7f97adcea5fe661d1
23760970ff0193b2430c83deb22d1a49537b0064
refs/heads/master
2021-01-21T07:39:32.344000
2015-08-24T16:55:25
2015-08-24T16:55:25
41,314,139
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.edu.nju.ws.expedia.search.filter; import cn.edu.nju.ws.expedia.model.ownmap.SynsetID2typeIDCache; import cn.edu.nju.ws.expedia.model.ownmap.TypeID2SynsetIDCache; import cn.edu.nju.ws.expedia.search.QueryContext; import cn.edu.nju.ws.expedia.search.Searchable; import cn.edu.nju.ws.expedia.search.SemTag; imp...
UTF-8
Java
3,411
java
SemanticTagSelectionMethod.java
Java
[]
null
[]
package cn.edu.nju.ws.expedia.search.filter; import cn.edu.nju.ws.expedia.model.ownmap.SynsetID2typeIDCache; import cn.edu.nju.ws.expedia.model.ownmap.TypeID2SynsetIDCache; import cn.edu.nju.ws.expedia.search.QueryContext; import cn.edu.nju.ws.expedia.search.Searchable; import cn.edu.nju.ws.expedia.search.SemTag; imp...
3,411
0.713867
0.708297
127
25.858267
24.656929
124
false
false
0
0
0
0
0
0
2.070866
false
false
15
c90b0fcac87e1512f7154ce35de1fc525d92194e
36,910,948,950,315
7580f4111f5661c4af02fb42a955e02773adb00d
/src/CoffeeMachine/Messages.java
f99154ce7297f0598e1b760fc490bf2c4f2c8a74
[]
no_license
ykahan/Hyperskills
https://github.com/ykahan/Hyperskills
859bf238c7449afbd72357133a107a09c4d49996
94105576deaf896360619cad7f686958bfc28603
refs/heads/master
2022-11-18T07:09:16.630000
2020-06-29T19:58:53
2020-06-29T19:58:53
275,513,086
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package CoffeeMachine; public class Messages { static void notPositiveIntegerError() { System.out.println("Error: Not a positive integer"); } static void amountsRequest(String material, String units) { System.out.println("How many " + units + " of " + material + "?"); System.out.pr...
UTF-8
Java
814
java
Messages.java
Java
[]
null
[]
package CoffeeMachine; public class Messages { static void notPositiveIntegerError() { System.out.println("Error: Not a positive integer"); } static void amountsRequest(String material, String units) { System.out.println("How many " + units + " of " + material + "?"); System.out.pr...
814
0.648649
0.648649
24
32.916668
33.105785
112
false
false
0
0
0
0
0
0
0.458333
false
false
15
3010f47491958f53261960d43de5837b58c2c5c7
23,553,600,721,029
2a0b5bd97346d4049448476ab30b59057e92b6e8
/app/src/main/java/com/technosoft/eztimetracker/utils/TaskHandler.java
e3c9f53512c80ce51d4b903914d04420714ff6eb
[]
no_license
TechnosoftInstillExcellence/EZTimeTrackerAndroid
https://github.com/TechnosoftInstillExcellence/EZTimeTrackerAndroid
32072cbdb5e51fa693570b4c3b7aa2598483a897
ce7509289071b543977d58b0dbe1fcf3e4d01ff8
refs/heads/master
2017-12-05T19:54:47.508000
2017-05-22T12:33:51
2017-05-22T12:33:51
80,199,118
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.technosoft.eztimetracker.utils; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.widget.Toast; import com.technosoft.eztimetracker.activities.ContainerActivity; import com.technosoft.eztimetracker.activities.HomeActivity; import com.technosof...
UTF-8
Java
9,991
java
TaskHandler.java
Java
[ { "context": "ngulum.listeners.OnMailSuccess;\n\n/**\n * Created by Eali on 3/13/2017.\n */\n\npublic class TaskHandler {\n ", "end": 1050, "score": 0.7181516885757446, "start": 1046, "tag": "NAME", "value": "Eali" }, { "context": " .setSenderPassword(...
null
[]
package com.technosoft.eztimetracker.utils; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.widget.Toast; import com.technosoft.eztimetracker.activities.ContainerActivity; import com.technosoft.eztimetracker.activities.HomeActivity; import com.technosof...
9,987
0.572715
0.568912
193
50.766838
38.746185
214
false
false
0
0
0
0
0
0
0.792746
false
false
15
e604995c89c519f95da8bd7a104009f9986b0a49
22,033,182,237,507
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.mm/classes.jar/com/tencent/mm/chatroom/ui/RoomAnnouncementUI.java
c1da3d321a80a7038fb55061f0936935b44be4d9
[]
no_license
tsuzcx/qq_apk
https://github.com/tsuzcx/qq_apk
0d5e792c3c7351ab781957bac465c55c505caf61
afe46ef5640d0ba6850cdefd3c11badbd725a3f6
refs/heads/main
2022-07-02T10:32:11.651000
2022-02-01T12:41:38
2022-02-01T12:41:38
453,860,108
36
9
null
false
2022-01-31T09:46:26
2022-01-31T02:43:22
2022-01-31T06:56:43
2022-01-31T09:46:26
167,304
0
1
1
Java
false
false
package com.tencent.mm.chatroom.ui; import android.content.DialogInterface; import android.content.DialogInterface.OnClickListener; import android.content.Intent; import android.os.Bundle; import android.view.MenuItem; import android.view.MenuItem.OnMenuItemClickListener; import android.view.ViewGroup; import...
UTF-8
Java
4,617
java
RoomAnnouncementUI.java
Java
[]
null
[]
package com.tencent.mm.chatroom.ui; import android.content.DialogInterface; import android.content.DialogInterface.OnClickListener; import android.content.Intent; import android.os.Bundle; import android.view.MenuItem; import android.view.MenuItem.OnMenuItemClickListener; import android.view.ViewGroup; import...
4,617
0.665584
0.642625
153
28.215687
26.592037
152
false
false
0
0
0
0
0
0
0.627451
false
false
15
eaed072b33089714a52fe54d6471a83010aa1f0a
22,857,815,958,271
b15e33c251c7962710f21f9653195e5817b6dc38
/app/src/main/java/com/kmk/motatawera/student/ui/splash/SplashActivity.java
d513114d526efe0e9d36ee9a8f2f4b2512eb8d52
[]
no_license
kirolosibrahim/MotataweraStudent
https://github.com/kirolosibrahim/MotataweraStudent
e2109fada1f4e39fdb9cde9a33bb78e0df131d7e
c8086df2d908fa9c8e87bb407c2ab325b71e34ee
refs/heads/master
2023-07-20T09:22:08.199000
2021-09-06T17:55:23
2021-09-06T17:55:39
403,712,885
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.kmk.motatawera.student.ui.splash; import android.content.Intent; import android.content.res.Configuration; import android.os.Bundle; import android.os.Handler; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.app.AppCompatDelegate; import com.kmk.motatawera.student.R; import com...
UTF-8
Java
1,958
java
SplashActivity.java
Java
[]
null
[]
package com.kmk.motatawera.student.ui.splash; import android.content.Intent; import android.content.res.Configuration; import android.os.Bundle; import android.os.Handler; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.app.AppCompatDelegate; import com.kmk.motatawera.student.R; import com...
1,958
0.729316
0.727273
60
31.616667
31.282631
126
false
false
0
0
0
0
0
0
0.633333
false
false
15
d6b6308d78e363cb5d7da50f4df90dfebf19f294
26,310,969,663,920
3fa5f1f1f393828df2445982866cd0b3808fb654
/app/src/main/java/tobiapplications/com/moviebase/ui/views/PrimaryButton.java
d210da4a6e85457780d07020a11fac5f2f04c809
[]
no_license
treken/MovieBase
https://github.com/treken/MovieBase
95bf2c33be419b5cf3241832e040112f2adc1ffa
db359dfca9704440da794d095284491f9717b503
refs/heads/master
2020-04-22T17:40:47.159000
2018-10-05T19:01:21
2018-10-05T19:01:21
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package tobiapplications.com.moviebase.ui.views; import android.content.Context; import android.util.AttributeSet; import androidx.appcompat.widget.AppCompatButton; import tobiapplications.com.moviebase.R; /** * Created by Tobias on 18.05.2017. */ public class PrimaryButton extends AppCompatButton { private...
UTF-8
Java
962
java
PrimaryButton.java
Java
[ { "context": "iapplications.com.moviebase.R;\n\n\n/**\n * Created by Tobias on 18.05.2017.\n */\n\npublic class PrimaryButton ex", "end": 234, "score": 0.999809205532074, "start": 228, "tag": "NAME", "value": "Tobias" } ]
null
[]
package tobiapplications.com.moviebase.ui.views; import android.content.Context; import android.util.AttributeSet; import androidx.appcompat.widget.AppCompatButton; import tobiapplications.com.moviebase.R; /** * Created by Tobias on 18.05.2017. */ public class PrimaryButton extends AppCompatButton { private...
962
0.694387
0.686071
39
23.666666
23.49177
81
false
false
0
0
0
0
0
0
0.564103
false
false
15
b1f1da167974a4c25eee96e3cd7cd6bcea4fa983
37,778,532,337,033
f07ade9f680c6fe15434d347612fc334c2d59ec4
/src/test/java/seedu/finance/logic/commands/SetFileCommandTest.java
190c1eb35c6c89791e75afc1aba9bd0097e23fb1
[ "MIT" ]
permissive
CS2103-AY1819S2-W17-3/main
https://github.com/CS2103-AY1819S2-W17-3/main
e2715c1238426fb3c5a7a192878f94cff0dce2f6
ff53c24bc6047436645f6c647e0da8439936ae4c
refs/heads/master
2020-04-23T15:02:27.696000
2019-04-15T15:53:53
2019-04-15T15:53:53
171,251,307
2
5
NOASSERTION
true
2019-04-15T15:53:54
2019-02-18T09:13:21
2019-04-15T15:31:49
2019-04-15T15:53:54
20,547
0
5
1
Java
false
false
package seedu.finance.logic.commands; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import static seedu.finance.logic.commands.CommandTestUtil.assertCommandSuccess; import static seedu.finance.logic.commands.SetFileCommand.MESSAGE_SUCCESS; import static seedu.finance.testutil.T...
UTF-8
Java
4,770
java
SetFileCommandTest.java
Java
[]
null
[]
package seedu.finance.logic.commands; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import static seedu.finance.logic.commands.CommandTestUtil.assertCommandSuccess; import static seedu.finance.logic.commands.SetFileCommand.MESSAGE_SUCCESS; import static seedu.finance.testutil.T...
4,770
0.750524
0.749895
106
44
35.508171
108
false
false
0
0
0
0
0
0
0.830189
false
false
15
aaa5684f52f3dbd1c8dd1332d4da89271980353b
37,108,517,442,922
af275546a34bf453f6340b019b424f728e388e0e
/livrables/src/golf/TypeSurface.java
663d5696ee53496ea1a3627f2957f0c08544ca64
[]
no_license
cyrilfgn974/MiniGolf-Simulator-7
https://github.com/cyrilfgn974/MiniGolf-Simulator-7
0fd8a05de362dbb3ca031c06d25c92a45f20ba53
de83275e6f1c391fc8a5c7dffb5ba1cba7d33b45
refs/heads/master
2023-03-16T19:34:48.933000
2021-03-10T11:33:16
2021-03-10T11:33:16
346,333,733
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package golf; import java.io.Serializable; import java.util.ArrayList; public enum TypeSurface implements Serializable { DEPART, TROU, GREEN, FAIRWAY, ROUGH, BUNKER, EAU, TAPISROULANT, OBSTACLE, BOUTON; public static ArrayList<TypeSurface> boostable = new ArrayList<>(); s...
UTF-8
Java
488
java
TypeSurface.java
Java
[]
null
[]
package golf; import java.io.Serializable; import java.util.ArrayList; public enum TypeSurface implements Serializable { DEPART, TROU, GREEN, FAIRWAY, ROUGH, BUNKER, EAU, TAPISROULANT, OBSTACLE, BOUTON; public static ArrayList<TypeSurface> boostable = new ArrayList<>(); s...
488
0.631148
0.631148
27
17.074074
16.041441
71
false
false
0
0
0
0
0
0
0.740741
false
false
15
93df92f5acb3a1a5d4f3f8d869b8d2942e457b9a
21,406,117,015,364
fc93a3bd6cd755fde6c704aaa786411e9956bc28
/commons-collections/src/conditions/java/org/apache/commons/collections4/functors/InstantiateFactoryConditions.java
33f235593256329719c23be8f644cda3c09b30b2
[]
no_license
huangwaylon/RandoopEvaluation
https://github.com/huangwaylon/RandoopEvaluation
9fa15bfd3d438e9fb9530355f7378d06cec8fff9
dd8e6ee6e620eae64b9de6404d3839e66c077ef9
refs/heads/master
2017-05-08T09:35:31.086000
2017-05-04T02:35:20
2017-05-04T02:35:20
82,207,586
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.apache.commons.collections4.functors; public class InstantiateFactoryConditions { // org.apache.commons.collections4.Factory org.apache.commons.collections4.functors.InstantiateFactory.instantiateFactory(java.lang.Class classToInstantiate,java.lang.Class[] paramTypes,java.lang.Object[] args) publi...
UTF-8
Java
659
java
InstantiateFactoryConditions.java
Java
[]
null
[]
package org.apache.commons.collections4.functors; public class InstantiateFactoryConditions { // org.apache.commons.collections4.Factory org.apache.commons.collections4.functors.InstantiateFactory.instantiateFactory(java.lang.Class classToInstantiate,java.lang.Class[] paramTypes,java.lang.Object[] args) publi...
659
0.786039
0.772382
10
64.900002
76.37336
214
false
false
0
0
0
0
0
0
0.7
false
false
15
025fafeb1b70f8ef695d1e783096c88dadcb2a26
18,047,452,620,002
56fad57a023d8474f5dcb7d775a4866315468d7b
/src/main/java/carlmccann2/distsys/caone/ejb/UserService.java
0400df59f09025555fbef16bd3204079f29ab07b
[]
no_license
c-mccann/MusicDeviceBackup
https://github.com/c-mccann/MusicDeviceBackup
7a458930482748ea107f57c9d0a5848a8cb77f15
c8a85f4dd144e886c7ce7834f25b276b5df493e1
refs/heads/master
2020-11-29T15:42:05.935000
2017-05-08T08:38:09
2017-05-08T08:38:09
87,457,308
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package carlmccann2.distsys.caone.ejb; import carlmccann2.distsys.caone.entities.UserEntity; /** * Created by carlmccann2 on 07/05/2017. */ public interface UserService { UserEntity getUser(String username, String password); void addUser(UserEntity userEntity); void updateLibraryPersistentIdForUser(Inte...
UTF-8
Java
364
java
UserService.java
Java
[ { "context": "tsys.caone.entities.UserEntity;\n\n/**\n * Created by carlmccann2 on 07/05/2017.\n */\npublic interface UserService {", "end": 124, "score": 0.9996103048324585, "start": 113, "tag": "USERNAME", "value": "carlmccann2" } ]
null
[]
package carlmccann2.distsys.caone.ejb; import carlmccann2.distsys.caone.entities.UserEntity; /** * Created by carlmccann2 on 07/05/2017. */ public interface UserService { UserEntity getUser(String username, String password); void addUser(UserEntity userEntity); void updateLibraryPersistentIdForUser(Inte...
364
0.785714
0.755495
13
27
27.089596
86
false
false
0
0
0
0
0
0
0.538462
false
false
15
a3bc62a40fdd4d1c7aa8746a99538c1512b86ad6
25,151,328,534,305
73e21e23cd4f2cce91db4450f845b4fe09a61c93
/src/main/java/tuannd/demo/data/service/UserRoleService.java
8c5e9045aacd78865df34d4a0fc4efe52935d5de
[]
no_license
tuanpeas/task-manager
https://github.com/tuanpeas/task-manager
cabff211f265624f85871c5d618dd2e8bf27150d
447b0f2550e2e243b020b8ed316a335d99b0d2c4
refs/heads/master
2023-08-29T16:34:15.613000
2021-10-20T15:25:40
2021-10-20T15:25:40
419,373,918
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package tuannd.demo.data.service; public interface UserRoleService { boolean insertUserRoleWithRoleName(String name, int userId); }
UTF-8
Java
137
java
UserRoleService.java
Java
[]
null
[]
package tuannd.demo.data.service; public interface UserRoleService { boolean insertUserRoleWithRoleName(String name, int userId); }
137
0.80292
0.80292
5
26.4
23.904812
64
false
false
0
0
0
0
0
0
0.6
false
false
15
f2a6d5b7d4bc95a752342038b6dd2087addb8cfc
20,590,073,257,778
19d42cead8132f5a2cc041ee6f7ce3efaf27669e
/src/Animals/Animals.java
11ab54d6ebffa53884a1e58696af25733ab039ba
[]
no_license
3yebMB/PAEI
https://github.com/3yebMB/PAEI
619faafb78bbdc5456fab3b5dabbcbe7d789f388
4a77e02c108ed1f238b9e025f7baa50b5fcc3025
refs/heads/master
2020-04-14T17:50:49.646000
2019-01-03T21:21:02
2019-01-03T21:21:02
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Animals; //бежать, плыть, перепрыгивать препятствие. public abstract class Animals { abstract boolean run(float a); abstract boolean jump(float b); abstract boolean swim(float c); }
UTF-8
Java
239
java
Animals.java
Java
[]
null
[]
package Animals; //бежать, плыть, перепрыгивать препятствие. public abstract class Animals { abstract boolean run(float a); abstract boolean jump(float b); abstract boolean swim(float c); }
239
0.730392
0.730392
9
21.666666
16.492422
43
false
false
0
0
0
0
0
0
0.666667
false
false
15
53e03a07e105db3ad0c9aad2288e3323d3bbbf70
1,494,648,686,863
61686d2bd86942a7a796b5975cef44d4bd7a6cd1
/springsecuirity/src/main/java/com/demo/spring/springsecuirity/secuirity/JwtTokenUtil.java
3870a1fa7764bd4dafa839d35ee9c7a9736193a2
[]
no_license
badhekomal17/AA_ApringBoot_Angular
https://github.com/badhekomal17/AA_ApringBoot_Angular
9c089ae447dbe4de4b97194db4f5e604552d6703
d90544a54ed64467a81458fe3b54b88d39701a9e
refs/heads/master
2023-01-19T01:07:37.033000
2020-04-02T07:08:10
2020-04-02T07:08:10
252,374,878
0
0
null
false
2023-01-07T16:38:53
2020-04-02T06:35:02
2020-04-02T07:09:03
2023-01-07T16:38:52
141,249
0
0
30
JavaScript
false
false
package com.demo.spring.springsecuirity.secuirity; import java.io.Serializable; import org.hibernate.validator.internal.util.privilegedactions.GetClassLoader; import org.springframework.beans.factory.annotation.Value; import org.springframework.security.core.userdetails.UserDetails; import org.springframework.stereot...
UTF-8
Java
1,416
java
JwtTokenUtil.java
Java
[]
null
[]
package com.demo.spring.springsecuirity.secuirity; import java.io.Serializable; import org.hibernate.validator.internal.util.privilegedactions.GetClassLoader; import org.springframework.beans.factory.annotation.Value; import org.springframework.security.core.userdetails.UserDetails; import org.springframework.stereot...
1,416
0.745763
0.733051
63
21.476191
23.632006
80
false
false
0
0
0
0
0
0
1.47619
false
false
15
3e44946d2cdee7c0cea6248b71dccd34301d7ad1
36,515,811,951,384
476865d39aceb713ae1699bb72b766f5359b95fd
/rest-apis/socialmedia/src/main/java/com/shivam/users/socialmedia/security/UserDetailsServiceImp.java
a23b56bf606b6cfbd48ca74fd4bd9cfc5be69b80
[]
no_license
shivam1196/Tech-Engine
https://github.com/shivam1196/Tech-Engine
0786c8b541a489188bb9eac5c1e0edb56ca7c1fd
95061dce9ad4200247e3ae0d4bb7bef0d34511e2
refs/heads/master
2020-12-10T18:45:12.306000
2020-02-15T16:07:31
2020-02-15T16:07:31
233,676,991
0
0
null
false
2020-10-13T19:34:20
2020-01-13T19:34:22
2020-02-15T16:07:48
2020-10-13T19:34:19
96
0
0
1
Java
false
false
package com.shivam.users.socialmedia.security; import com.shivam.users.socialmedia.model.registeruser.User; import com.shivam.users.socialmedia.repository.UserRepository; import java.util.Collections; import java.util.Optional; import org.springframework.security.core.userdetails.UserDetails; import org.springframewor...
UTF-8
Java
1,122
java
UserDetailsServiceImp.java
Java
[]
null
[]
package com.shivam.users.socialmedia.security; import com.shivam.users.socialmedia.model.registeruser.User; import com.shivam.users.socialmedia.repository.UserRepository; import java.util.Collections; import java.util.Optional; import org.springframework.security.core.userdetails.UserDetails; import org.springframewor...
1,122
0.809269
0.809269
30
36.400002
31.131548
116
false
false
0
0
0
0
0
0
0.533333
false
false
15
9760de8cf53c4c5ab4bafba6c2d3d8817dba8569
9,655,086,540,726
8745904ba19ac73849c0abfcac3787e59b0763e3
/Grandeur/app/src/main/java/xyz/grand/grandeur/FragmentViews/TimelineList.java
4a743506bc75b3e7a257bb5b37c417ecf5503f71
[ "Apache-2.0" ]
permissive
farhanfary21/Grandeur-Messenger
https://github.com/farhanfary21/Grandeur-Messenger
bc66391d4fb8fc75f6899b2703720914a4898137
e049025716f3787d55fdf54dd74513f22d3ab721
refs/heads/master
2021-01-20T14:02:35.952000
2017-05-07T03:53:43
2017-05-07T03:53:43
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package xyz.grand.grandeur.FragmentViews; import android.net.Uri; import java.util.Date; /** * Created by Ferick Andrew on Mar 22, 2017. */ public class TimelineList { private String userName; private String timelineContent; private String timelineImage; private String timelineTime; public Ti...
UTF-8
Java
1,275
java
TimelineList.java
Java
[ { "context": "et.Uri;\n\nimport java.util.Date;\n\n/**\n * Created by Ferick Andrew on Mar 22, 2017.\n */\n\npublic class TimelineList {", "end": 123, "score": 0.999859094619751, "start": 110, "tag": "NAME", "value": "Ferick Andrew" }, { "context": "ge, String timelineTime) {\n ...
null
[]
package xyz.grand.grandeur.FragmentViews; import android.net.Uri; import java.util.Date; /** * Created by <NAME> on Mar 22, 2017. */ public class TimelineList { private String userName; private String timelineContent; private String timelineImage; private String timelineTime; public TimelineL...
1,268
0.715294
0.710588
48
25.583334
28.229589
109
false
false
0
0
0
0
0
0
0.479167
false
false
15
ea9f9f4c8c2faa29fdfb192e8f43f9cb0b281d16
876,173,337,575
cfda9b91437f6edcac79fb500b25b49459743b4d
/app/src/main/java/com/example/covidapp/LoginPage.java
a35322c5dc0e3a5b7b95fae085189cd1d1502d22
[]
no_license
yousseftawfik11/CovidApplication
https://github.com/yousseftawfik11/CovidApplication
bd1376c29f4f5bb03f4069449422752b9225c8ca
870e6665a17148ecfcd794718400fc0590de070d
refs/heads/master
2023-06-19T18:00:30.390000
2021-07-18T04:03:06
2021-07-18T04:03:06
380,453,369
0
0
null
false
2021-07-18T04:03:07
2021-06-26T08:31:30
2021-07-18T03:27:17
2021-07-18T04:03:06
999
0
0
0
Java
false
false
package com.example.covidapp; import androidx.appcompat.app.ActionBar; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.graphics.Color; import android.graphics.drawable.ColorDrawable; import android.os.Bundle; import android.view.View; import android.widget.EditText; impo...
UTF-8
Java
2,363
java
LoginPage.java
Java
[]
null
[]
package com.example.covidapp; import androidx.appcompat.app.ActionBar; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.graphics.Color; import android.graphics.drawable.ColorDrawable; import android.os.Bundle; import android.view.View; import android.widget.EditText; impo...
2,363
0.669065
0.666102
72
31.833334
22.017038
85
false
false
0
0
0
0
0
0
0.666667
false
false
15
d55f31e5b711c471d52a418a45c34d1df1d78361
8,873,402,442,150
ec6143a25732b474b4018dd5b692f79900e9d8c8
/cathsunnysumm/XMLFile.java
a7b2de99f835579c7a0afda67007aecf223e4e61
[]
no_license
LOWERCASE-repo/rhhs-compsci
https://github.com/LOWERCASE-repo/rhhs-compsci
91563f61d2f4ebb2aa0de52c265b67a3f4365c3c
2fd8b633bb7378a423e9bc53021877a9a5c94cf8
refs/heads/master
2022-04-26T21:16:51.815000
2022-03-08T00:51:44
2022-03-08T00:51:44
204,166,246
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
//AUTHOR: SUNNY import java.io.IOException; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.parsers.ParserConfigurationException; import org.w3c.dom.Document; import org.xml.sax.SAXException; public class XMLFile { private String loc; private Document...
UTF-8
Java
1,001
java
XMLFile.java
Java
[ { "context": "//AUTHOR: SUNNY\n\nimport java.io.IOException;\n\nimport javax.xml.pa", "end": 15, "score": 0.9876124262809753, "start": 10, "tag": "NAME", "value": "SUNNY" } ]
null
[]
//AUTHOR: SUNNY import java.io.IOException; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.parsers.ParserConfigurationException; import org.w3c.dom.Document; import org.xml.sax.SAXException; public class XMLFile { private String loc; private Document...
1,001
0.74026
0.739261
46
20.76087
21.420414
85
false
false
0
0
0
0
0
0
0.456522
false
false
15
3575668414b387ddbee996c935714fa86a6e642c
19,164,144,080,445
3fa760ff9537f69b8f110eccbe85087b19a7e586
/src/test/java/data_pro/Facebook.java
b8cdd9e4b7848db0f960e25d8cde3be6ae928c46
[]
no_license
shakir-hussain/MavenProject
https://github.com/shakir-hussain/MavenProject
b0a39629bfbd19ea5fdc6715e10c1bb2d29eeaea
ac9282cd44d69cff703b77de61c22fa59295840e
refs/heads/master
2023-08-18T20:43:47.177000
2021-10-12T07:23:31
2021-10-12T07:23:31
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package data_pro; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; public class Facebook extends NewTest { WebDriver driver; @FindBy(xpath = "//input[@class='inputtext _55r1 _6luy']")WebElement U...
UTF-8
Java
679
java
Facebook.java
Java
[]
null
[]
package data_pro; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; public class Facebook extends NewTest { WebDriver driver; @FindBy(xpath = "//input[@class='inputtext _55r1 _6luy']")WebElement U...
679
0.699558
0.693667
24
27.291666
20.941345
77
false
false
0
0
0
0
0
0
0.833333
false
false
15
a8dfa2ccda8bd7c2312fe39b3a425badd96c7fad
25,615,184,961,211
a9e1fb325c9652abfb0ab000e591ecadc732d607
/IOES/src/com/ibm/ioes/npd/beans/IssuesCaptureBean.java
0f6b1fc1175c56401b63ba571358167d4f9e6788
[]
no_license
arorasumit/testurbanproj
https://github.com/arorasumit/testurbanproj
b3ede58990e55d881aafaa7fb4f642aeb658a5f9
b1990b7e0421d199f5a23b9c592f22aad2138bcc
refs/heads/master
2021-01-23T00:06:08.987000
2017-03-24T08:52:44
2017-03-24T08:52:44
85,693,310
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * */ package com.ibm.ioes.npd.beans; import java.util.ArrayList; import java.util.Date; import org.apache.struts.action.ActionForm; import com.ibm.ioes.npd.utilities.PagingSorting; /** * @author Sanjay * */ public class IssuesCaptureBean extends ActionForm { private String method;//RT...
UTF-8
Java
6,184
java
IssuesCaptureBean.java
Java
[ { "context": "es.npd.utilities.PagingSorting;\r\n\r\n/**\r\n * @author Sanjay\r\n *\r\n */\r\npublic class IssuesCaptureBean extends ", "end": 226, "score": 0.9991453886032104, "start": 220, "tag": "NAME", "value": "Sanjay" } ]
null
[]
/** * */ package com.ibm.ioes.npd.beans; import java.util.ArrayList; import java.util.Date; import org.apache.struts.action.ActionForm; import com.ibm.ioes.npd.utilities.PagingSorting; /** * @author Sanjay * */ public class IssuesCaptureBean extends ActionForm { private String method;//RT...
6,184
0.666559
0.666559
349
15.719197
17.567429
68
false
false
0
0
0
0
0
0
1.143266
false
false
15
477750dfd3a3f8cb95d2a6cd680281e1a410e1d7
31,430,570,678,225
31e9ab103cb6344aa2d83e6581303dbad8732e97
/app/src/main/java/com/bbo/todoapptask/MainActivity.java
efa4565e539a87987a4be6ff8477936b97f97c40
[]
no_license
mhmoud100/TodoAppTask
https://github.com/mhmoud100/TodoAppTask
5d0378b3ce1275b2b11d101c75275c5f0430faf1
cc1a93d8b0d80c8f8b90637314882d6c4f1c4ce0
refs/heads/master
2023-02-14T22:12:52.021000
2020-12-22T18:33:36
2020-12-22T18:33:36
315,854,004
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.bbo.todoapptask; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import android.content.Context; import android.content.DialogInterface; import android.con...
UTF-8
Java
5,993
java
MainActivity.java
Java
[]
null
[]
package com.bbo.todoapptask; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import android.content.Context; import android.content.DialogInterface; import android.con...
5,993
0.611714
0.609211
156
37.416668
28.09096
134
false
false
0
0
0
0
0
0
0.75641
false
false
15
0fc82245e5010e7910b13702f0559a61b5759fa1
18,640,158,074,369
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/16/16_67f9ac1bad106799fc4dd05632706632544bdc58/PaddleGame/16_67f9ac1bad106799fc4dd05632706632544bdc58_PaddleGame_s.java
a578935ee781b4f5245d9f7b186c66b6cfd60068
[]
no_license
zhongxingyu/Seer
https://github.com/zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516000
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
false
2023-06-22T07:55:57
2020-04-28T11:07:49
2023-06-21T00:53:27
2023-06-22T07:55:57
2,849,868
2
2
0
null
false
false
package cz.apopt.paddleGame; import java.util.ArrayList; import java.util.List; import java.util.Random; import org.lwjgl.LWJGLException; import org.lwjgl.input.Keyboard; import org.lwjgl.openal.AL; import org.lwjgl.opengl.Display; import org.lwjgl.opengl.DisplayMode; import org.lwjgl.opengl.GL...
UTF-8
Java
8,398
java
16_67f9ac1bad106799fc4dd05632706632544bdc58_PaddleGame_s.java
Java
[]
null
[]
package cz.apopt.paddleGame; import java.util.ArrayList; import java.util.List; import java.util.Random; import org.lwjgl.LWJGLException; import org.lwjgl.input.Keyboard; import org.lwjgl.openal.AL; import org.lwjgl.opengl.Display; import org.lwjgl.opengl.DisplayMode; import org.lwjgl.opengl.GL...
8,398
0.591689
0.57728
370
20.694595
19.576771
113
false
false
0
0
0
0
0
0
2.27027
false
false
15
774913249964f594ce16ce5621f7d19257e84328
31,628,139,179,466
0e6614b9601e69efe3cf637fa0b7387127c12d86
/app/src/main/java/com/example/chou6/moviesearch/main/presenter/MainPresenter.java
64d06e128d9642891de4665d76d27aedf2969f88
[]
no_license
seungeonchoi/loyalchoi610-boostcamp-android
https://github.com/seungeonchoi/loyalchoi610-boostcamp-android
a57899fd92548b6410bcc01d31cff37d095e71dd
9b3aae4a7f3c8cc2e5c449d8fb96b3cd1ce5ba2c
refs/heads/master
2020-04-11T19:26:47.705000
2018-12-18T00:16:37
2018-12-18T00:16:37
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.chou6.moviesearch.main.presenter; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.example.chou6.moviesearch.main.MVP_Main; import c...
UTF-8
Java
6,552
java
MainPresenter.java
Java
[]
null
[]
package com.example.chou6.moviesearch.main.presenter; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.example.chou6.moviesearch.main.MVP_Main; import c...
6,552
0.621278
0.619727
203
30.758621
23.374565
102
false
false
0
0
0
0
0
0
0.492611
false
false
15
145e94731c932770ba5a8fcc85618604293b4910
22,660,247,473,904
c785eb7007e21834c9d7126a6b55d575cd2a51a3
/src/main/java/devotions/Devotion.java
bef383a1659b8cd9ba1a0aed31af7981f88f1f3a
[]
no_license
RyanHecht/cardstone
https://github.com/RyanHecht/cardstone
36f3b376820a3cba8627e430bab395df061ed094
a3f16a8290b04701e612253721ae0a8c084ac3e5
refs/heads/master
2021-01-19T14:25:00.054000
2017-09-23T18:41:19
2017-09-23T18:41:19
84,145,899
3
3
null
null
null
null
null
null
null
null
null
null
null
null
null
package devotions; import com.google.gson.JsonObject; import cardgamelibrary.Card; import cardgamelibrary.CardType; import cardgamelibrary.DevotionType; import cardgamelibrary.ElementType; import cardgamelibrary.Event; import cardgamelibrary.Jsonifiable; import cardgamelibrary.ManaPool; import game.Player; //TODO ne...
UTF-8
Java
979
java
Devotion.java
Java
[]
null
[]
package devotions; import com.google.gson.JsonObject; import cardgamelibrary.Card; import cardgamelibrary.CardType; import cardgamelibrary.DevotionType; import cardgamelibrary.ElementType; import cardgamelibrary.Event; import cardgamelibrary.Jsonifiable; import cardgamelibrary.ManaPool; import game.Player; //TODO ne...
979
0.763023
0.763023
50
18.58
18.218771
55
false
false
0
0
0
0
0
0
1.22
false
false
15
e44adcec64cdb5270003379f7a9180438adb2d09
23,347,442,254,731
83fed6c345b2e81136be9de2b6744ec8d0ce5bb1
/app/src/main/java/com/example/dsm2018/pickup/adapter/PartyLogListAdapter.java
050cdc2e11bc09701d3e3d323524c1d97b9fd705
[]
no_license
kimdohun0104/Pickup
https://github.com/kimdohun0104/Pickup
edabcb03e38dc6f9de5383d0869e23d795d7a328
8aafad707498a6825a9330c0cf200e31694ff23a
refs/heads/master
2021-07-05T20:34:39.855000
2019-02-19T06:54:56
2019-02-19T06:54:56
140,554,240
4
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.dsm2018.pickup.adapter; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import com.example.dsm2018.pickup.R; import com.example.dsm...
UTF-8
Java
1,872
java
PartyLogListAdapter.java
Java
[]
null
[]
package com.example.dsm2018.pickup.adapter; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import com.example.dsm2018.pickup.R; import com.example.dsm...
1,872
0.719185
0.712219
54
33.555557
31.392773
142
false
false
0
0
0
0
0
0
0.555556
false
false
15
e3da6fa4e708a2908f062fbba1e4720b8e33541a
23,347,442,254,722
39018fd8a87eb03bde38ddf9c7c543246e368df6
/EIT_Mark2_Lung/src/MainFunctions/EngineeringControlSNR.java
ed6723996161f6fb27136a14546bba24b5bf6606
[]
no_license
ybk2810/EIT_JAVA
https://github.com/ybk2810/EIT_JAVA
a48c2281ae9a0abcd558c8ace5ec790f565ecde7
43132314d580cfb206076048e26ac0fd90ff2a28
refs/heads/master
2020-04-08T23:09:31.703000
2018-12-07T11:13:21
2018-12-07T11:13:21
159,813,824
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package MainFunctions; import java.awt.BorderLayout; import java.awt.Component; import java.awt.EventQueue; import java.awt.Font; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; impor...
UTF-8
Java
7,423
java
EngineeringControlSNR.java
Java
[ { "context": " fin = new Scanner(new File(\"C://Users//Ghazal//Desktop/Scan.txt\"));\n\t \n\t } catch (Fil", "end": 3522, "score": 0.5825469493865967, "start": 3520, "tag": "NAME", "value": "al" }, { "context": "\t\t fin = new Scanner(new File(\"C://Users//Gha...
null
[]
package MainFunctions; import java.awt.BorderLayout; import java.awt.Component; import java.awt.EventQueue; import java.awt.Font; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; impor...
7,423
0.640038
0.616328
257
27.883268
21.10899
114
false
false
0
0
0
0
0
0
3.466926
false
false
15
2491a5bc1d9f40159f0981f591f3f94391126464
27,221,502,750,067
26da0aea2ab0a2266bbee962d94a96d98a770e5f
/bookshop2/bookshop2-view/src/main/java/bookshop2/ui/invoice/InvoiceInfoManager.java
abc3cb7ecb8a71b26307cfe5cd7fb548a5538724
[ "Apache-2.0" ]
permissive
tfisher1226/ARIES
https://github.com/tfisher1226/ARIES
1de2bc076cf83488703cf18f7e3f6e3c5ef1b40b
814e3a4b4b48396bcd6d082e78f6519679ccaa01
refs/heads/master
2021-01-10T02:28:07.807000
2015-12-10T20:30:00
2015-12-10T20:30:00
44,076,313
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package bookshop2.ui.invoice; import java.io.Serializable; import javax.enterprise.context.SessionScoped; import javax.enterprise.event.Event; import javax.inject.Inject; import javax.inject.Named; import org.aries.runtime.BeanContext; import org.aries.ui.AbstractRecordManager; import org.aries.ui.event.Updated; imp...
UTF-8
Java
3,621
java
InvoiceInfoManager.java
Java
[]
null
[]
package bookshop2.ui.invoice; import java.io.Serializable; import javax.enterprise.context.SessionScoped; import javax.enterprise.event.Event; import javax.inject.Inject; import javax.inject.Named; import org.aries.runtime.BeanContext; import org.aries.ui.AbstractRecordManager; import org.aries.ui.event.Updated; imp...
3,621
0.73129
0.729357
168
20.553572
18.01083
96
false
false
0
0
0
0
0
0
1.72619
false
false
15
90dc9d9f154027b5680014297a17e1517017e453
24,970,939,877,375
db4cc34e858a4ddb93efb7407c773b97cf8e18fc
/app/src/main/java/com/lots/travel/widget/ChooseShareDialog.java
b2b81b9991b1ece175bfddf333ef4649867199d1
[]
no_license
rixtdqqq/yili
https://github.com/rixtdqqq/yili
46e91070929d273c059456e85fea07896d8fc183
0cd6487e67b68364fcc0dceef24803081eb29ece
refs/heads/master
2020-02-20T06:37:45.871000
2018-03-22T08:33:26
2018-03-22T08:33:26
126,295,474
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.lots.travel.widget; import android.app.Dialog; import android.content.Context; import android.view.View; import com.lots.travel.R; import com.tencent.mm.opensdk.modelmsg.SendMessageToWX; /** * Created by GSXL on 2018-01-17. */ public class ChooseShareDialog extends PopupDialog implements View.OnClickL...
UTF-8
Java
1,359
java
ChooseShareDialog.java
Java
[ { "context": "ensdk.modelmsg.SendMessageToWX;\n\n/**\n * Created by GSXL on 2018-01-17.\n */\n\npublic class ChooseShareDialo", "end": 224, "score": 0.999647855758667, "start": 220, "tag": "USERNAME", "value": "GSXL" } ]
null
[]
package com.lots.travel.widget; import android.app.Dialog; import android.content.Context; import android.view.View; import com.lots.travel.R; import com.tencent.mm.opensdk.modelmsg.SendMessageToWX; /** * Created by GSXL on 2018-01-17. */ public class ChooseShareDialog extends PopupDialog implements View.OnClickL...
1,359
0.735835
0.729949
72
17.888889
21.549398
82
false
false
0
0
0
0
0
0
1.555556
false
false
15
fd04b5e21a7479d7d9b700df611c044acd1b9479
15,023,795,606,035
34ce405b918f9e904eaca4e922922e725a01e753
/Demo.java
948f38cbcbf2c7a6fa627184bf26b4a2b8f02ff7
[]
no_license
hbieker/Selenium-and-Java-Basics
https://github.com/hbieker/Selenium-and-Java-Basics
555cd8ff605a9df310fbe0d8ab840f8159036bc8
a44d8c55e5ecdaa3ca46ece3b8067704f3029649
refs/heads/master
2020-03-31T05:51:42.234000
2019-06-02T15:11:21
2019-06-02T15:11:21
151,959,205
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; //import packages above for each browser public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub //Create Driver Object for Chrome browser // We will strictly implement...
UTF-8
Java
876
java
Demo.java
Java
[]
null
[]
import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; //import packages above for each browser public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub //Create Driver Object for Chrome browser // We will strictly implement...
876
0.711187
0.711187
27
30.444445
27.733297
97
false
false
0
0
0
0
0
0
1.555556
false
false
15
48f858fdf3efd674ca9003a60ca008d4212b9413
3,564,822,872,232
aeb78c9ebfee354a23525f83e39db157ef8c6265
/core/src/main/java/com/threerings/orth/nodelet/data/NodeletAuthName.java
d4c84d5910ee12115c42213d2b2c7159382ad5c7
[]
no_license
threerings/orth
https://github.com/threerings/orth
588ddec2580f6a9489df7379b9003ed0a5fd222f
e78550adbafeace03ba5d5ba9d78259f65c4275f
refs/heads/master
2020-04-18T08:55:52.430000
2019-01-24T18:31:58
2019-01-24T18:31:58
167,415,147
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// // Orth - a package of MMO services: rooms, parties, guilds, and more! // Copyright 2010-2012 Three Rings Design, Inc. package com.threerings.orth.nodelet.data; import com.google.common.collect.ComparisonChain; import com.threerings.util.Name; import com.threerings.orth.data.AuthName; /** * Names for clients a...
UTF-8
Java
1,872
java
NodeletAuthName.java
Java
[]
null
[]
// // Orth - a package of MMO services: rooms, parties, guilds, and more! // Copyright 2010-2012 Three Rings Design, Inc. package com.threerings.orth.nodelet.data; import com.google.common.collect.ComparisonChain; import com.threerings.util.Name; import com.threerings.orth.data.AuthName; /** * Names for clients a...
1,872
0.650107
0.645299
68
26.529411
28.965736
101
false
false
0
0
0
0
0
0
0.352941
false
false
15
41ab09be7d1c4dad8252c41f0d5711df28f619e8
24,739,011,639,308
03c7d819e6cc03de3c45150b41f3ac2f1880f69d
/CollectionNotifier/app/src/main/java/com/fahimshahrierrasel/collectionnotifier/fragment/CreateBinFragment.java
5caeaf1da9fa0d898391f201b354b34ab06e95e2
[]
no_license
mohammadraasel/GarbageCollectorIOT
https://github.com/mohammadraasel/GarbageCollectorIOT
0abb5b5971cf377ea806663adb48eff1e499b16f
2b69a9dba98bb00d7c87cafe106ce0e90239c954
refs/heads/master
2020-04-07T00:36:19.807000
2018-12-08T20:24:12
2018-12-08T20:24:12
157,911,146
0
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.fahimshahrierrasel.collectionnotifier.fragment; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view...
UTF-8
Java
3,528
java
CreateBinFragment.java
Java
[]
null
[]
package com.fahimshahrierrasel.collectionnotifier.fragment; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view...
3,528
0.669501
0.667517
98
35
28.449383
132
false
false
0
0
0
0
0
0
0.897959
false
false
15
f3a27f849b319c72da15758470a441b3896e5f47
26,611,617,381,104
c54f6ebfcd1df7f6699dc49aaa17ec285fffe848
/src/main/java/io/auroraslutions/employManagementSystem/repositories/QualificationRepository.java
e851100dc04a2a53480163f740d9677132ab139d
[]
no_license
indresh44/ems
https://github.com/indresh44/ems
8f0310eb58650984a1112ef6ade93afc1bab0541
4b533a10edc3cea9cd85223efd45cb2fba8d067f
refs/heads/master
2020-12-28T18:44:18.023000
2018-10-09T12:05:41
2018-10-09T12:05:41
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package io.auroraslutions.employManagementSystem.repositories; import io.auroraslutions.employManagementSystem.domain.Qualification; import org.springframework.data.jpa.repository.JpaRepository; import java.util.Optional; /** * Created by Taimoor Choudhary on 9/12/18. */ public interface QualificationRepository ex...
UTF-8
Java
421
java
QualificationRepository.java
Java
[ { "context": "ry;\n\nimport java.util.Optional;\n\n/**\n * Created by Taimoor Choudhary on 9/12/18.\n */\npublic interface QualificationRep", "end": 260, "score": 0.9998900890350342, "start": 243, "tag": "NAME", "value": "Taimoor Choudhary" } ]
null
[]
package io.auroraslutions.employManagementSystem.repositories; import io.auroraslutions.employManagementSystem.domain.Qualification; import org.springframework.data.jpa.repository.JpaRepository; import java.util.Optional; /** * Created by <NAME> on 9/12/18. */ public interface QualificationRepository extends JpaRe...
410
0.821853
0.809976
14
29.071428
30.681461
85
false
false
0
0
0
0
0
0
0.428571
false
false
15
fa48a546af5010993c4f8a0b4f64d45f5e5739c1
15,874,199,163,977
4683a735fe7fe954dd2240561538cb0585867d8a
/src/main/java/org/fasttrackit/Card.java
247ab8e455f02eeb2aab922062c21c65523c1fc9
[]
no_license
MaierEduard/HearthStone_vRN
https://github.com/MaierEduard/HearthStone_vRN
c2f7d82ed9e816779b50519b64fa12b75a25567e
3d93eb57c4241cd5ec075cfeec6c2fd168549867
refs/heads/master
2020-09-13T23:26:57.393000
2019-11-20T09:44:51
2019-11-20T09:44:51
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.fasttrackit; public class Card { String name,expansion,rarity,efect; int cost,attack,defense; }
UTF-8
Java
117
java
Card.java
Java
[]
null
[]
package org.fasttrackit; public class Card { String name,expansion,rarity,efect; int cost,attack,defense; }
117
0.735043
0.735043
7
15.714286
14.359808
39
false
false
0
0
0
0
0
0
1.142857
false
false
15
698ecd8ab4b6629936fa126a38715bd138b95047
31,542,239,851,058
4ae577ee583dddc9199074f311e886daf58cefc2
/04_NumbersStringsAndDates/homework_4.1/IntegerExperiments/src/main/java/Main.java
0813e801946b4608303dfb890a3369c5f831bcb3
[]
no_license
Yuri018/education_java
https://github.com/Yuri018/education_java
bd8c3e35888a26f8931cdbe498183a2162e60dd0
843e5afa93c8583a6e9962e34d3010e688640cce
refs/heads/master
2023-01-30T17:31:07.336000
2023-01-23T15:47:45
2023-01-23T15:47:45
250,708,887
0
0
null
false
2022-12-27T13:16:17
2020-03-28T03:48:51
2021-12-29T09:24:15
2022-12-27T13:16:11
18,903
0
0
5
Java
false
false
public class Main { public static void main(String[] args) { Container container = new Container(); container.count = null; int sum = sumDigits(123456789); System.out.println(sum); } /* Реализуйте метод sumDigits который возвращает сумму цифр числа, пример: передано 12345, метод должен верну...
UTF-8
Java
1,221
java
Main.java
Java
[]
null
[]
public class Main { public static void main(String[] args) { Container container = new Container(); container.count = null; int sum = sumDigits(123456789); System.out.println(sum); } /* Реализуйте метод sumDigits который возвращает сумму цифр числа, пример: передано 12345, метод должен верну...
1,221
0.693361
0.672287
34
26.882353
25.296785
88
false
false
0
0
0
0
0
0
0.470588
false
false
15
8a5538549b3859f6307cd53047dd22af18c0cc71
532,575,995,731
984f10e1e8e3341313b83ce99f40c3c206d9edd6
/app/src/main/java/be/itstudents/tom/android/lightcontroller/Remote/RemoteConstants.java
7e7d65e1c735d53531a90160b5fa80e3d3873bad
[]
no_license
tbarbette/lightcontroller
https://github.com/tbarbette/lightcontroller
79c1067780326576d0780b5fffe12fbe87a0c79e
981a63b3400b8557c1c0408eaebe3f3def904a71
refs/heads/master
2021-01-10T02:51:17.470000
2015-11-29T16:52:37
2015-11-29T16:52:37
47,069,895
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package be.itstudents.tom.android.lightcontroller.Remote; public class RemoteConstants { public static final int DEFAULT_PORT = 7373; }
UTF-8
Java
142
java
RemoteConstants.java
Java
[]
null
[]
package be.itstudents.tom.android.lightcontroller.Remote; public class RemoteConstants { public static final int DEFAULT_PORT = 7373; }
142
0.78169
0.753521
6
22.666666
23.704195
57
false
false
0
0
0
0
0
0
0.333333
false
false
15
f90ca20cc6b438126b0e4e41a692196b59796ab4
24,249,385,357,822
cf032807d068fdf10c2ee857d1dfcc82da9b05e5
/test1/src/com/claim/model/service/impl/ClaimServiceImpl.java
75a727d8b468bade467e0519f1f31388bf0f859b
[]
no_license
girlsTeamm/test1
https://github.com/girlsTeamm/test1
cc9986a9267127098049961c3963000bf1a8c0c7
3ce736e6c0d040d5d29ce7cb1d71dad8dfa297b7
refs/heads/master
2021-04-06T02:05:09.701000
2018-04-23T10:15:37
2018-04-23T10:15:37
124,538,923
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.claim.model.service.impl; import com.generic.model.service.impl.GenericServiceImpl; import com.claim.model.dao.ClaimDao; import com.claim.model.service.ClaimService; import com.claim.model.entity.Claim; public class ClaimServiceImpl extends GenericServiceImpl<Claim, ClaimDao, Integer> impl...
UTF-8
Java
418
java
ClaimServiceImpl.java
Java
[]
null
[]
package com.claim.model.service.impl; import com.generic.model.service.impl.GenericServiceImpl; import com.claim.model.dao.ClaimDao; import com.claim.model.service.ClaimService; import com.claim.model.entity.Claim; public class ClaimServiceImpl extends GenericServiceImpl<Claim, ClaimDao, Integer> impl...
418
0.748804
0.746412
19
20
23.865852
74
false
false
0
0
0
0
0
0
0.736842
false
false
15
8d74826df7f9c32504065878f23f3091a85f6970
21,406,117,019,932
65cd1ddaf85bc9594c6e4d2086afc9f8215d07c0
/1811-money-web/src/main/java/com/money/web/controller/OrderController.java
9b17938985c0eb8d0c279f312355a772d1b82e23
[]
no_license
5683junwei/SpringCloud-manager
https://github.com/5683junwei/SpringCloud-manager
a0b0d0d93e3a7be6974069dad6a18a72eea4eb8c
2fcdb1f28c5f297c43eaad5b2b3d06c078c3c2ab
refs/heads/master
2020-05-23T22:33:09.642000
2019-05-16T08:05:29
2019-05-16T08:05:29
186,975,691
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.money.web.controller; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.PathVariable; i...
UTF-8
Java
2,198
java
OrderController.java
Java
[]
null
[]
package com.money.web.controller; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.PathVariable; i...
2,198
0.745581
0.745581
77
26.922077
23.189657
70
false
false
0
0
0
0
0
0
2.090909
false
false
15
4f9fe982826e944c981490f17e88779ae44fcd35
28,698,971,482,703
d51e37e1c6e3fcceddd38d1ce2f141ab33d0cc6b
/HomeTask107/src/com/gmail/vyacheslavxxxxx/CompareTriangleByArea.java
548ed8e63cb74565609f91ba8c40ee041ded5254
[]
no_license
zarpom/course
https://github.com/zarpom/course
b0dcf4f34cf5a71e783d647b557daccae9c36dac
192813374e3a9fecb0bbd4e571ce83630789517b
refs/heads/master
2020-04-22T09:30:08.435000
2019-02-12T08:06:32
2019-02-12T08:06:32
170,274,188
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.gmail.vyacheslavxxxxx; import java.util.Comparator; public class CompareTriangleByArea implements Comparator<Triangle> { @Override public int compare(Triangle t1, Triangle t2) { return Double.compare(t1.area(), t2.area()) * -1; } }
UTF-8
Java
260
java
CompareTriangleByArea.java
Java
[]
null
[]
package com.gmail.vyacheslavxxxxx; import java.util.Comparator; public class CompareTriangleByArea implements Comparator<Triangle> { @Override public int compare(Triangle t1, Triangle t2) { return Double.compare(t1.area(), t2.area()) * -1; } }
260
0.730769
0.711538
12
20.75
23.438305
68
false
false
0
0
0
0
0
0
0.5
false
false
15
2b0141a74f41be93e3f7684077cabd36bad3be18
7,318,624,296,695
303ecb000909bf5fe03f29f865ce0c96cd101723
/app/src/main/java/com/sepage/franceterme/views/fragments/ProposeTermFragment.java
338c15ccbf68bf1bd7fcabe7d7c8f654c292c7c0
[]
no_license
dkianfar/FranceTerme
https://github.com/dkianfar/FranceTerme
12f35d4e4efe22f394dc1304f7bdefde996d6496
c163c6493c07153a10fd6a8b3212d45a4e59acaf
refs/heads/master
2015-08-10T10:25:41.860000
2014-03-14T18:35:08
2014-03-14T18:35:08
16,817,413
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sepage.franceterme.views.fragments; import android.app.ProgressDialog; import android.os.AsyncTask; import android.os.Bundle; import android.support.v4.app.Fragment; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.E...
UTF-8
Java
5,397
java
ProposeTermFragment.java
Java
[]
null
[]
package com.sepage.franceterme.views.fragments; import android.app.ProgressDialog; import android.os.AsyncTask; import android.os.Bundle; import android.support.v4.app.Fragment; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.E...
5,397
0.585696
0.584955
123
42.878048
39.145462
157
false
false
0
0
0
0
0
0
0.723577
false
false
15
b45a3c9297423ce33cbad9c468861b07167c2974
16,939,351,037,710
b06a96b1126e87f656f153ae90083946f660210e
/src/Listener/AlertPanelListener.java
89f23ebe6e9cf13738946f21e43ff87dfdfef748
[]
no_license
noairresistance/Waiter
https://github.com/noairresistance/Waiter
37870c02570e454c60e00ae302067fff6d4d2c03
e7e5bd7781ce88541a29c3b9046ff7dfd173beda
refs/heads/master
2021-08-23T06:31:34.084000
2017-12-03T22:39:54
2017-12-03T22:39:54
109,342,174
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * CSCE 4444 * * */ package Listener; //************************************************************* //Listens for events from a Alert Message Panel //************************************************************* public interface AlertPanelListener { void removeAlert(String message); }
UTF-8
Java
306
java
AlertPanelListener.java
Java
[]
null
[]
/* * CSCE 4444 * * */ package Listener; //************************************************************* //Listens for events from a Alert Message Panel //************************************************************* public interface AlertPanelListener { void removeAlert(String message); }
306
0.398693
0.385621
15
19.4
22.476061
63
false
false
0
0
0
0
0
0
0.133333
false
false
15
d4f73c64323a42611fa053dedba4904ec026e8bb
17,798,344,497,504
f02eac2bbc81d89cfda3de7d4f340dc1a38b96c3
/protocol-tests/src/main/java/fixtures/httpinfrastructure/MultipleResponsesClient.java
9ce2a5a3bfc12aa1e797794b83fa3065dee38b03
[ "LicenseRef-scancode-generic-cla" ]
no_license
g2vinay/autorest.java
https://github.com/g2vinay/autorest.java
b5b378b3794d464f6ee513f4dbfb50fba1d97d1b
b4bb70d15f609844fbfa198334f80398b170908a
refs/heads/main
2023-08-25T15:04:05.367000
2021-10-01T08:17:25
2021-10-01T08:17:25
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package fixtures.httpinfrastructure; import com.azure.core.annotation.ReturnType; import com.azure.core.annotation.ServiceClient; import com.azure.core.annotation.ServiceMethod; import com.azure.core.exception.HttpResponseException; import com.azure.core.http.rest.RequestOptions; import com.azure.core.http.rest.Respon...
UTF-8
Java
28,353
java
MultipleResponsesClient.java
Java
[]
null
[]
package fixtures.httpinfrastructure; import com.azure.core.annotation.ReturnType; import com.azure.core.annotation.ServiceClient; import com.azure.core.annotation.ServiceMethod; import com.azure.core.exception.HttpResponseException; import com.azure.core.http.rest.RequestOptions; import com.azure.core.http.rest.Respon...
28,353
0.692343
0.665468
686
40.330902
38.241062
120
false
false
0
0
0
0
0
0
0.22449
false
false
15
7ea6fb206008dd8a295d096d6195024b19c3d6fd
33,079,838,146,460
0f0b75d189bec77cde5f6870de0c746959665b28
/demos/substance-demo/src/main/java/org/pushingpixels/demo/substance/main/check/svg/filetypes/ext_ods.java
20c49d4efe61fd2e9d6e298d73d12ce87b0d6334
[ "BSD-3-Clause" ]
permissive
vad-babushkin/radiance
https://github.com/vad-babushkin/radiance
08f21bf6102261a1bba6407bab738ab33baf9cd5
42d17c7018e009f16131e3ddc0e3e980f42770f6
refs/heads/master
2021-03-27T22:28:06.062000
2020-03-06T03:27:26
2020-03-06T03:27:26
247,813,010
1
0
BSD-3-Clause
true
2020-03-16T20:44:39
2020-03-16T20:44:38
2020-03-16T20:44:33
2020-03-06T03:27:35
733,517
0
0
0
null
false
false
package org.pushingpixels.demo.substance.main.check.svg.filetypes; import java.awt.*; import java.awt.geom.*; import java.awt.image.BufferedImage; import java.io.*; import java.lang.ref.WeakReference; import java.util.Base64; import javax.imageio.ImageIO; import javax.swing.plaf.UIResource; import org.pushingpixels.n...
UTF-8
Java
22,175
java
ext_ods.java
Java
[ { "context": "ly generated using <a\n * href=\"https://github.com/kirill-grouchnikov/radiance\">Photon SVG transcoder</a>.\n */\npublic c", "end": 519, "score": 0.9967473149299622, "start": 501, "tag": "USERNAME", "value": "kirill-grouchnikov" } ]
null
[]
package org.pushingpixels.demo.substance.main.check.svg.filetypes; import java.awt.*; import java.awt.geom.*; import java.awt.image.BufferedImage; import java.io.*; import java.lang.ref.WeakReference; import java.util.Base64; import javax.imageio.ImageIO; import javax.swing.plaf.UIResource; import org.pushingpixels.n...
22,175
0.697452
0.503179
448
48.495537
56.451702
431
false
false
0
0
0
0
0
0
2.506696
false
false
15
5660f949b32a1a9ea6af1bdc0d0891dea96ea298
3,951,369,948,006
f79cbadd34dfc68a4427b062d6a21a55f4286463
/src/main/java/com/epam/LAMBDAS_AND_STREAMS/AverageOfIntegerList.java
a27012a5e0a55cd4aee60b71f3586f11edccdbe5
[]
no_license
devSarika/SAISARIKADEVISETTY_LAMBDAS-STREAMS
https://github.com/devSarika/SAISARIKADEVISETTY_LAMBDAS-STREAMS
af70d3a4bad65bc679bdc8b608730d18994dc7a2
862610acbae341dbf5e1ba2f8827f797bd73dfec
refs/heads/master
2022-12-27T20:11:43.072000
2020-07-26T05:02:48
2020-07-26T05:02:48
282,577,211
0
0
null
false
2020-10-13T23:56:00
2020-07-26T04:42:15
2020-07-26T05:03:05
2020-10-13T23:55:58
8
0
0
1
Java
false
false
package com.epam.LAMBDAS_AND_STREAMS; import java.util.OptionalDouble; import java.util.stream.IntStream; public class AverageOfIntegerList { public static void main(String[] args) { IntStream stream = IntStream.of(10, 20, 30, 30, 50, 60, 70, 80, 90); OptionalDouble obj = stream.average(); ...
UTF-8
Java
478
java
AverageOfIntegerList.java
Java
[]
null
[]
package com.epam.LAMBDAS_AND_STREAMS; import java.util.OptionalDouble; import java.util.stream.IntStream; public class AverageOfIntegerList { public static void main(String[] args) { IntStream stream = IntStream.of(10, 20, 30, 30, 50, 60, 70, 80, 90); OptionalDouble obj = stream.average(); ...
478
0.60251
0.562761
18
25.555555
21.687738
77
false
false
0
0
0
0
0
0
1.388889
false
false
15
a0e7b01228c276412693377502b67a05939b70eb
18,622,978,203,234
01d5054b51415c46142de162fd5caf634441c5cb
/topfood-android/app/src/main/java/grupodobaralho/topfood_android/data/db/model/AuthResponse.java
ba6ac2f1c4bd66d53ab957cbc932764b51478678
[]
no_license
grupodobaralho/topfood
https://github.com/grupodobaralho/topfood
2bc23ce52e1875da21eb5a23457f687d7c11ccc9
cd5c200841e41a79a12a44e570bbc972cbdf4c85
refs/heads/master
2020-03-19T04:00:06.970000
2018-07-04T20:45:11
2018-07-04T20:45:11
135,784,976
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package grupodobaralho.topfood_android.data.db.model; import com.google.gson.annotations.SerializedName; public class AuthResponse { @SerializedName("token") private String access_token; @SerializedName("_id") private String id; public String getAccess_token() { return access_token; ...
UTF-8
Java
379
java
AuthResponse.java
Java
[]
null
[]
package grupodobaralho.topfood_android.data.db.model; import com.google.gson.annotations.SerializedName; public class AuthResponse { @SerializedName("token") private String access_token; @SerializedName("_id") private String id; public String getAccess_token() { return access_token; ...
379
0.672823
0.672823
19
18.894737
16.982637
53
false
false
0
0
0
0
0
0
0.315789
false
false
15
67e94226e2616fae9acbecbcda844447262be10c
4,440,996,202,005
3850ff5fe53e811d0b07c8316373c051f6d8c7b6
/src/main/java/com/winchannel/websocket/ClassUtils.java
e5612ce8aa4b22a417bbb5b8d78cbe11527808a6
[]
no_license
newSue/Mobilemdm
https://github.com/newSue/Mobilemdm
7c1e816d814957a3d8b9a28ac1180fd009a3aa70
f66c594fb05f0b8c96522015fe59e7f259166c10
refs/heads/master
2018-05-19T13:48:53.442000
2017-05-31T09:32:25
2017-05-31T09:32:25
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.winchannel.websocket; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.net.URL; import java.util.ArrayList; import java.util.Enumeration; ...
UTF-8
Java
5,395
java
ClassUtils.java
Java
[ { "context": "et.push.process.MessageProcess;\r\n\r\n/**\r\n * @author yaoshuai\r\n */\r\npublic class ClassUtils {\r\n\r\n\t// 给一个接口,返回这个", "end": 521, "score": 0.9996151924133301, "start": 513, "tag": "USERNAME", "value": "yaoshuai" } ]
null
[]
package com.winchannel.websocket; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.net.URL; import java.util.ArrayList; import java.util.Enumeration; ...
5,395
0.611122
0.608797
179
26.82123
20.468573
92
false
false
0
0
0
0
0
0
2.223464
false
false
15
9bfbbe40fe1371d08ba7517cb4fa98f73cc80011
3,478,923,512,355
34199f4977393338919d09633cd75f924439e5c9
/src/main/java/com/novinet/controller/admin/manageguests/ImportGuestsModalController.java
4f77abd1688b2c0e90ad516833f1cf3132bb60d7
[]
no_license
rcgeorge23/wedding-rsvp
https://github.com/rcgeorge23/wedding-rsvp
e5301ce60732a6ea7ae386664c49300cc45656ae
e12fab241e0ab02dd033623d56753b002898d74c
refs/heads/master
2021-01-24T08:55:04.243000
2017-01-22T10:31:02
2017-01-22T10:31:02
69,794,959
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.novinet.controller.admin.manageguests; import static org.slf4j.LoggerFactory.getLogger; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileOutputStream; import javax.annotation.Resource; import org.slf4j.Logger; import org.springframework.http.HttpStatus; import org.springframe...
UTF-8
Java
1,528
java
ImportGuestsModalController.java
Java
[]
null
[]
package com.novinet.controller.admin.manageguests; import static org.slf4j.LoggerFactory.getLogger; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileOutputStream; import javax.annotation.Resource; import org.slf4j.Logger; import org.springframework.http.HttpStatus; import org.springframe...
1,528
0.811518
0.810209
48
30.833334
25.252338
84
false
false
0
0
0
0
0
0
1.145833
false
false
15
4a7fb8d1eafbea3a2b71c04a7126b55dc4e74315
12,515,534,752,042
3a1d14791ce2398b3ae58f08afeb2e487e7b6d87
/hercules-kafka-util/src/main/java/ru/kontur/vostok/hercules/kafka/util/processing/single/CommonSingleSinkProcessor.java
9171ac180facf59f05a470cfca3df0cc37a56ada
[ "MIT" ]
permissive
petr-stb/hercules
https://github.com/petr-stb/hercules
d0df46ba55e13a1e95186ba9abfb790f86f0e730
dc029ab831f9669bc115b7042da9ec5ac6da181c
refs/heads/master
2020-05-02T12:49:19.731000
2019-07-04T12:06:19
2019-07-04T12:06:19
177,968,264
0
0
MIT
true
2019-07-04T12:06:20
2019-03-27T10:10:39
2019-03-27T10:10:42
2019-07-04T12:06:20
2,481
0
0
0
Java
false
false
package ru.kontur.vostok.hercules.kafka.util.processing.single; import com.codahale.metrics.Meter; import com.codahale.metrics.Timer; import org.apache.kafka.streams.processor.AbstractProcessor; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ru.kontur.vostok.hercules.kafka.util.processing.BackendServi...
UTF-8
Java
4,357
java
CommonSingleSinkProcessor.java
Java
[ { "context": "t;\n\n/**\n * CommonSingleSinkProcessor\n *\n * @author Kirill Sulim\n */\n@Deprecated\npublic class CommonSingleSinkProc", "end": 759, "score": 0.9997943043708801, "start": 747, "tag": "NAME", "value": "Kirill Sulim" } ]
null
[]
package ru.kontur.vostok.hercules.kafka.util.processing.single; import com.codahale.metrics.Meter; import com.codahale.metrics.Timer; import org.apache.kafka.streams.processor.AbstractProcessor; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ru.kontur.vostok.hercules.kafka.util.processing.BackendServi...
4,351
0.659399
0.65894
117
36.239315
27.389452
128
false
false
0
0
0
0
0
0
0.623932
false
false
15
0a180c627db6604a35a12a0e7854474d205ca8b3
20,083,267,114,600
961ba6a86f18871ad6582df914ab51a811258377
/FoodOrderingApp-db/src/main/java/com/upgrad/FoodOrderingApp/service/entitiy/Item.java
116945edcf97e06c112e894ba4c5cedeb26b625b
[]
no_license
ishita169/FoodOrderingAppBackend
https://github.com/ishita169/FoodOrderingAppBackend
e2a9383682118e321206f318d0f8097d5350b8c1
6b81375fe5a1b8a334eb350f5847c0097bc4b6b3
refs/heads/master
2020-06-03T12:21:35.669000
2019-06-16T18:05:41
2019-06-16T18:05:41
191,565,733
2
0
null
true
2019-06-12T12:21:48
2019-06-12T12:21:48
2019-06-11T17:26:31
2019-06-11T17:19:23
42
0
0
0
null
false
false
package com.upgrad.FoodOrderingApp.service.entitiy; // Generated 15 Jun, 2019 9:01:22 PM by Hibernate Tools 3.4.0.CR1 import java.util.HashSet; import java.util.Set; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Id; import javax.persiste...
UTF-8
Java
3,116
java
Item.java
Java
[]
null
[]
package com.upgrad.FoodOrderingApp.service.entitiy; // Generated 15 Jun, 2019 9:01:22 PM by Hibernate Tools 3.4.0.CR1 import java.util.HashSet; import java.util.Set; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Id; import javax.persiste...
3,116
0.723042
0.714698
128
23.34375
22.610298
101
false
false
0
0
0
0
0
0
1.507813
false
false
15
41fb02dac72b5b19449f06ce06d3bbf286d5f022
10,840,497,494,076
4358b6e584d99b43586349d0dbf15b24483bf0fe
/src/main/java/com/example/demo/repository/UserRepository.java
6207730c080dd9563ecdde8fb60ca01741d0f2eb
[]
no_license
DushaBorisov/RestApiServiceForStudentMap
https://github.com/DushaBorisov/RestApiServiceForStudentMap
be5d390bb0f9e7facdc1ad4ad8826d2f48d665ad
5867c31c20dfc8a2dc6bba9c14a4a371f02f42fb
refs/heads/master
2023-02-03T17:01:20.558000
2020-11-23T20:02:01
2020-11-23T20:02:01
308,090,473
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.demo.repository; import com.example.demo.model.User; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; public interface UserRepository extends JpaRepository<User, Integer> { ...
UTF-8
Java
659
java
UserRepository.java
Java
[]
null
[]
package com.example.demo.repository; import com.example.demo.model.User; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; public interface UserRepository extends JpaRepository<User, Integer> { ...
659
0.758725
0.758725
19
33.684212
26.909307
70
false
false
0
0
0
0
0
0
0.578947
false
false
15
0188bc3c7de4352390632891c0cc9a63330e6f31
23,794,118,873,261
33347f354078b52f5cb2031ef3a8fc70b2808a58
/app/src/main/java/com/android/www/bakingapp/IngredientAdapter.java
62261f4c65eeeff6f69297b55ccc8cecc77605ae
[]
no_license
MohamedMohy9192/baking-app
https://github.com/MohamedMohy9192/baking-app
785307fb776ef498b4265d420c30e8e47f065429
eee5fcef381fb5cc0080e0802ff3ca9434f1c5bd
refs/heads/master
2021-09-28T05:34:10.400000
2018-11-14T21:32:48
2018-11-14T21:32:48
132,248,812
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.android.www.bakingapp; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import com.android.www.bakingapp.model.Ingredient; import java.util...
UTF-8
Java
2,110
java
IngredientAdapter.java
Java
[ { "context": "import butterknife.ButterKnife;\n\n/**\n * Created by OWNER on 5/1/2018.\n */\n\npublic class IngredientAdapter ", "end": 413, "score": 0.9886943697929382, "start": 408, "tag": "USERNAME", "value": "OWNER" } ]
null
[]
package com.android.www.bakingapp; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import com.android.www.bakingapp.model.Ingredient; import java.util...
2,110
0.7109
0.707109
73
27.90411
27.111725
101
false
false
0
0
0
0
0
0
0.438356
false
false
15
edcf6d89bc34a27761bc4ab5d9a500464c5f5b39
21,414,706,946,804
5b6ea30f25b2f8e119077e6c8bf709b9fd6d2678
/factoryModel/factory/impl/Rectangle.java
9da5e020c3451590748246146c4209016e8da3f0
[]
no_license
jxy1996/tools
https://github.com/jxy1996/tools
1fd708e231f88836c5beae0a063ab51b35126dad
f796f932220703b7bc4814c00a509d7cac8cff23
refs/heads/master
2018-11-20T19:29:51.315000
2018-11-02T00:07:00
2018-11-02T00:07:00
146,696,328
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package factoryModel.factory.impl; import factoryModel.factory.Shape; public class Rectangle implements Shape { @Override public void show() { System.out.println("Inside Rectangle::show() method."); } }
UTF-8
Java
212
java
Rectangle.java
Java
[]
null
[]
package factoryModel.factory.impl; import factoryModel.factory.Shape; public class Rectangle implements Shape { @Override public void show() { System.out.println("Inside Rectangle::show() method."); } }
212
0.745283
0.745283
12
16.666666
19.267128
57
false
false
0
0
0
0
0
0
0.666667
false
false
15
95e99cebdbae10a98b313fcf74c2e312b4c3e65f
30,133,490,566,485
1c02994ba62919ae633f4a3568e3ed8302a40558
/src/main/java/org/jesuitasrioja/proyecto/persistencia/repositories/IncidenciaRepository.java
eef28d15a0786c3c6a08e8189712911083805a90
[]
no_license
CarlosRyu98/EnfermeriaBack
https://github.com/CarlosRyu98/EnfermeriaBack
57567e25b45ecf4147e8295d8ceccc9a049a3e5c
5683eee34d3f08424aeeb94812705c3db2586396
refs/heads/master
2023-03-19T13:14:12.094000
2021-03-12T11:50:38
2021-03-12T11:50:38
338,492,201
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.jesuitasrioja.proyecto.persistencia.repositories; import org.jesuitasrioja.proyecto.modelo.incidencia.Incidencia; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface IncidenciaRepository extends JpaRepository<Incidenc...
UTF-8
Java
338
java
IncidenciaRepository.java
Java
[]
null
[]
package org.jesuitasrioja.proyecto.persistencia.repositories; import org.jesuitasrioja.proyecto.modelo.incidencia.Incidencia; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface IncidenciaRepository extends JpaRepository<Incidenc...
338
0.857988
0.857988
10
32.799999
31.205128
81
false
false
0
0
0
0
0
0
0.6
false
false
15
816dc2b7c22a99541a3cd687aebb876efb911753
30,133,490,566,135
8a24a0dcb03ffab306896464743a9115cbcb3c32
/celltrack-monitor/src/main/java/com/zkkj/gps/gateway/celltrack/celltrackmonitor/entity/basebean/AuthlbsBaseBean.java
b77687920003d7368e37b91d15b656d5e450fceb
[]
no_license
moutainhigh/gps-gateway
https://github.com/moutainhigh/gps-gateway
a5fd4df8f22b66351b44fedc8575271cdd9e8298
5d8dd517d88c025ea0c86531b591de90067da8b0
refs/heads/master
2022-11-25T22:46:28.248000
2020-06-16T01:50:06
2020-06-16T01:50:06
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.zkkj.gps.gateway.celltrack.celltrackmonitor.entity.basebean; import lombok.Data; /** * 神州基站定位响应基类模型 * @author suibozhuliu */ @Data public class AuthlbsBaseBean { /** * 请求返回结果状态码 */ private int resid; /** * 请求返回结果提示 */ private String resmsg; }
UTF-8
Java
357
java
AuthlbsBaseBean.java
Java
[ { "context": "mport lombok.Data;\n\n/**\n * 神州基站定位响应基类模型\n * @author suibozhuliu\n */\n@Data\npublic class AuthlbsBaseBean {\n\n /**", "end": 137, "score": 0.9985902309417725, "start": 126, "tag": "USERNAME", "value": "suibozhuliu" } ]
null
[]
package com.zkkj.gps.gateway.celltrack.celltrackmonitor.entity.basebean; import lombok.Data; /** * 神州基站定位响应基类模型 * @author suibozhuliu */ @Data public class AuthlbsBaseBean { /** * 请求返回结果状态码 */ private int resid; /** * 请求返回结果提示 */ private String resmsg; }
357
0.632107
0.632107
22
12.590909
15.879258
72
false
false
0
0
0
0
0
0
0.181818
false
false
15
0d0b10e8911761b5d05073481ef08ff440bdd257
2,173,253,466,273
5fd7007d7ebf4f150291ab0d87f00acf7ec689d0
/api/src/test/java/org/zkybase/cmdb/api/service/impl/ApplicationServiceImplTestCase.java
70e9df49a24c621433e818448dcec6393b032053
[ "Apache-2.0" ]
permissive
amezibra/zkybase
https://github.com/amezibra/zkybase
992e9dbc9beccd74410ecdceae5092767fb4cdc0
0014340000787655b195532c9e43e4fb589221c0
refs/heads/master
2017-05-03T02:57:51.284000
2012-07-30T06:38:02
2012-07-30T06:38:02
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright 2011-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
UTF-8
Java
2,025
java
ApplicationServiceImplTestCase.java
Java
[ { "context": ".repository.ApplicationRepository;\n\n/**\n * @author Willie Wheeler (willie.wheeler@gmail.com)\n */\npublic class Appli", "end": 1001, "score": 0.9998643398284912, "start": 987, "tag": "NAME", "value": "Willie Wheeler" }, { "context": "cationRepository;\n\n/**\n * @aut...
null
[]
/* * Copyright 2011-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
2,000
0.759012
0.750617
75
26
23.094011
75
false
false
0
0
0
0
0
0
1.08
false
false
15
118ec087fe3206e05f195c7b8e75c80a3d546940
15,539,191,690,618
956b2becffc4127ce6af3fad907daa8d773a8a0e
/app/src/main/java/com/ycsoft/singlescreendemo/activity/BaseActivity.java
30e185c2865ba5b5578295a2c865706f63fb4d21
[]
no_license
zhangjun0713/SingleScreenDemo
https://github.com/zhangjun0713/SingleScreenDemo
fad9a16fb50456117ea15a2fcfbc90edaa309dea
428ba3cfadbc508a80d1bc980cd1bf6ecdbe0702
refs/heads/master
2021-01-11T05:16:47.412000
2016-10-14T09:26:12
2016-10-14T09:26:12
68,836,254
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ycsoft.singlescreendemo.activity; import android.os.Bundle; import android.os.PersistableBundle; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import com.ycsoft.singlescreendemo.common.SingleScreenApplication; /** * Created by Jeremy on 2016/8/15. */ publi...
UTF-8
Java
1,140
java
BaseActivity.java
Java
[ { "context": "common.SingleScreenApplication;\n\n/**\n * Created by Jeremy on 2016/8/15.\n */\npublic abstract class BaseActiv", "end": 296, "score": 0.9981052875518799, "start": 290, "tag": "NAME", "value": "Jeremy" } ]
null
[]
package com.ycsoft.singlescreendemo.activity; import android.os.Bundle; import android.os.PersistableBundle; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import com.ycsoft.singlescreendemo.common.SingleScreenApplication; /** * Created by Jeremy on 2016/8/15. */ publi...
1,140
0.690778
0.683544
46
23.043478
21.494141
72
false
false
0
0
0
0
0
0
0.391304
false
false
15
25eee94590dd4ac201d1c3e96a329a3dafe3b136
33,775,622,817,595
62b901a7e427ce5ae2238fd6f6c89744eb27c0f5
/src/org/spacebits/components/sensors/SensorProfile.java
25c60bb10c493f2e3c7a5ffe607a58c63f1091dc
[ "MIT" ]
permissive
snclucas/spacebits
https://github.com/snclucas/spacebits
0fd73024adad1fc2fba76b56255df42b6b45ffbe
24ff351226064c9084667a7d2a09082cc000214e
refs/heads/master
2021-01-17T22:50:43.035000
2017-06-06T00:34:39
2017-06-06T00:34:39
64,038,305
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.spacebits.components.sensors; import org.spacebits.components.TypeInfo; public class SensorProfile { private TypeInfo sensorType; private double signalThreshold; private double signalGain; public SensorProfile(TypeInfo sensorType, double signalThreshold, double signalGain) { super(); this...
UTF-8
Java
893
java
SensorProfile.java
Java
[]
null
[]
package org.spacebits.components.sensors; import org.spacebits.components.TypeInfo; public class SensorProfile { private TypeInfo sensorType; private double signalThreshold; private double signalGain; public SensorProfile(TypeInfo sensorType, double signalThreshold, double signalGain) { super(); this...
893
0.760358
0.760358
52
16.173077
18.704916
66
false
false
0
0
0
0
0
0
1.134615
false
false
15
f123122920d6b36f1706ef60dc39b58965b48b6f
28,870,770,205,716
94f726c03f02027ccb7d075d2576c6e207927459
/MunicipioWeb/src/net/macrosigma/gestion/controller/MantDepartamentoController.java
e0e27585468b16e4aead31ea61e70ee95c64d849
[]
no_license
saedmeam/tesis
https://github.com/saedmeam/tesis
a6e6f4122ea7100d61d0601f8a790260f6c89ac5
0c857dab29c43fb1dd2e60c5fe16ea1c980e55b7
refs/heads/master
2021-09-07T06:55:46.420000
2018-02-19T05:47:24
2018-02-19T05:47:24
112,417,278
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.macrosigma.gestion.controller; import java.util.ArrayList; import java.util.List; import net.macrosigma.gestion.dao.GmGesDepartamentoDao; import net.macrosigma.gestion.ent.GmGesDepartamento; import net.macrosigma.util.controller.BaseController; import org.zkoss.bind.BindUtils; import org.zkoss....
UTF-8
Java
5,513
java
MantDepartamentoController.java
Java
[]
null
[]
package net.macrosigma.gestion.controller; import java.util.ArrayList; import java.util.List; import net.macrosigma.gestion.dao.GmGesDepartamentoDao; import net.macrosigma.gestion.ent.GmGesDepartamento; import net.macrosigma.util.controller.BaseController; import org.zkoss.bind.BindUtils; import org.zkoss....
5,513
0.666969
0.663704
194
26.417526
19.77257
73
false
false
0
0
0
0
0
0
3.484536
false
false
15
af7df4d0de44874795e51e9515505490f2a8532c
6,932,077,222,766
769fd5dd6c1056a8014626612c1050af05fb4bbc
/src/main/java/jtframework/codec/codec/in/DecoderJT.java
4bf26041db3806575319c36bed18b81aa05d5cb1
[]
no_license
LeePapa/jt809-2
https://github.com/LeePapa/jt809-2
9b346ce0d1e1ac34608df8b329101aa0498f40b0
f1ca8de62ffb71d89fb4045020848ed453197a80
refs/heads/master
2022-02-25T13:00:44.576000
2019-10-22T03:04:30
2019-10-22T03:04:30
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package jtframework.codec.codec.in; import jtframework.annotation.Property; import jtframework.codec.AbstractMessageCodec; import jtframework.commons.BCD8421Operator; import jtframework.commons.BeanUtils; import jtframework.commons.DataType; import jtframework.exception.EnumTypeErrorException; import jtframework.excep...
UTF-8
Java
4,568
java
DecoderJT.java
Java
[]
null
[]
package jtframework.codec.codec.in; import jtframework.annotation.Property; import jtframework.codec.AbstractMessageCodec; import jtframework.commons.BCD8421Operator; import jtframework.commons.BeanUtils; import jtframework.commons.DataType; import jtframework.exception.EnumTypeErrorException; import jtframework.excep...
4,568
0.58472
0.580342
113
39.424778
24.757874
123
false
false
0
0
0
0
0
0
0.752212
false
false
15
70180d040449ac3d4afe295acf255147d840762c
11,252,814,327,462
644f07ddab513b1b073b094afdd9204153884d44
/src/main/java/com/qgs/eatuul/config/ZuulFilterInitializer.java
19a65a5809bce3cc30e824d750f30e09e570fd69
[]
no_license
qianguisen/eatuul
https://github.com/qianguisen/eatuul
abb3c14db57ee359abe0ae3c54e00a01146606e4
1c2abf51e3e5a084787fe6c1a9938615bbc0d7b4
refs/heads/master
2022-06-17T00:54:05.122000
2019-07-06T10:56:07
2019-07-06T10:56:07
153,108,513
1
0
null
false
2022-06-10T19:57:03
2018-10-15T12:25:16
2021-08-24T06:46:40
2022-06-10T19:56:59
38
1
0
1
Java
false
false
package com.qgs.eatuul.config; import java.lang.reflect.Field; import java.util.Map; import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextListener; import org.springframework.util.ReflectionUtils; import com.qgs.eatuul.filter.EatuulFilter; /** * Initializes various Zuul componen...
UTF-8
Java
1,560
java
ZuulFilterInitializer.java
Java
[ { "context": "ents including {@link ZuulFilter}.\r\n *\r\n * @author qianguisen\r\n *\r\n */\r\n\r\npublic class ZuulFilterInitializer im", "end": 379, "score": 0.9977496862411499, "start": 369, "tag": "USERNAME", "value": "qianguisen" } ]
null
[]
package com.qgs.eatuul.config; import java.lang.reflect.Field; import java.util.Map; import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextListener; import org.springframework.util.ReflectionUtils; import com.qgs.eatuul.filter.EatuulFilter; /** * Initializes various Zuul componen...
1,560
0.741026
0.741026
59
24.474577
24.888468
83
false
false
0
0
0
0
0
0
1.440678
false
false
15
9072b950dabeb1aa8e4c70a83cbd916f14c63864
6,330,781,834,045
8933623213858b17cbb15a12f314aa02348fd46a
/src/main/java/com/board/web/dto/UserDto.java
c12eab0915d30f57429ac097f680d5824f036d39
[]
no_license
Moongomi/spring-board
https://github.com/Moongomi/spring-board
969c204cbc55f640d552c61845ba78901fc15f2b
b2aaa15097ba2321167bd5555129985271eb8397
refs/heads/main
2023-05-28T02:26:59.008000
2021-06-15T13:16:58
2021-06-15T13:16:58
351,051,894
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.board.web.dto; import com.board.domain.user.User; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; @NoArgsConstructor @Data public class UserDto { private String username; private String password; ...
UTF-8
Java
690
java
UserDto.java
Java
[ { "context": " build = User.builder()\n .username(username)\n .password(new BCryptPasswordEnco", "end": 419, "score": 0.9906442165374756, "start": 411, "tag": "USERNAME", "value": "username" }, { "context": "username,String password){\n this.usern...
null
[]
package com.board.web.dto; import com.board.domain.user.User; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; @NoArgsConstructor @Data public class UserDto { private String username; private String password; ...
692
0.671014
0.671014
29
22.793104
19.102951
72
false
false
0
0
0
0
0
0
0.448276
false
false
15
a1f8634421186816e4d702ac7091f18fa4bf0c31
1,030,792,211,700
131818812edd26b53efa3c57527ba172f441def8
/src/main/java/com/learning/resource/api/IWordResource.java
b7315b64d35fd73a6d6d851ff3fc7874658f3dba
[]
no_license
junouyang/dropwizard
https://github.com/junouyang/dropwizard
71a3b0a6216dd4e44a83a72f190e93bea3fd5dca
3e4b47b417e7074b5cdad14559fc93862ebd046f
refs/heads/master
2021-01-20T14:48:05.336000
2019-12-30T19:53:46
2019-12-30T19:53:46
82,714,383
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.learning.resource.api; import com.learning.model.impl.Word; /** * Created by jun.ouyang on 3/4/17. */ public interface IWordResource { Word lookUp(String word); }
UTF-8
Java
183
java
IWordResource.java
Java
[ { "context": "t com.learning.model.impl.Word;\n\n/**\n * Created by jun.ouyang on 3/4/17.\n */\npublic interface IWordResource {\n ", "end": 102, "score": 0.9703291654586792, "start": 92, "tag": "NAME", "value": "jun.ouyang" } ]
null
[]
package com.learning.resource.api; import com.learning.model.impl.Word; /** * Created by jun.ouyang on 3/4/17. */ public interface IWordResource { Word lookUp(String word); }
183
0.715847
0.693989
10
17.299999
16.025293
36
false
false
0
0
0
0
0
0
0.3
false
false
15
01ce4a1d9b349ea1df0197fa7d0c70890fcfc08c
23,570,780,549,117
f05cc23a9b8534553695633a293f0091ff4ac642
/app/src/main/java/com/happen/it/make/whatsthis/CxxNetUtils.java
254e2bcbf0f224a7ebadca3ad4c20d9ae57c647c
[]
no_license
Iroul/WhatsThis
https://github.com/Iroul/WhatsThis
0214bfe265cfcca0d9de5cd3caebda36f662d529
f39e9f051a2038b92e4904806569e410e7f2c5f9
refs/heads/master
2015-09-25T12:39:59.495000
2015-08-12T16:59:12
2015-08-12T16:59:12
45,887,123
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.happen.it.make.whatsthis; import android.graphics.Bitmap; import java.nio.ByteBuffer; /** * Created by dp2 on 8/6/15. */ final public class CxxNetUtils { private static boolean libLoaded = false; private CxxNetUtils() {} public static String identifyImage(final Bitmap bitmap) { Byt...
UTF-8
Java
952
java
CxxNetUtils.java
Java
[ { "context": "p;\n\nimport java.nio.ByteBuffer;\n\n/**\n * Created by dp2 on 8/6/15.\n */\nfinal public class CxxNetUtils {\n ", "end": 122, "score": 0.9995356798171997, "start": 119, "tag": "USERNAME", "value": "dp2" } ]
null
[]
package com.happen.it.make.whatsthis; import android.graphics.Bitmap; import java.nio.ByteBuffer; /** * Created by dp2 on 8/6/15. */ final public class CxxNetUtils { private static boolean libLoaded = false; private CxxNetUtils() {} public static String identifyImage(final Bitmap bitmap) { Byt...
952
0.605042
0.582983
30
30.733334
22.45133
76
false
false
0
0
0
0
0
0
0.833333
false
false
15
893ebfa3e0b2c75e0b2a114bbf21614e25c58809
20,109,036,896,606
2b8d0631df3b4acf7a978611a378a1b85af9397d
/java/src/main/java/leet_code_part2/Distribute_candies_to_people_1103.java
807921c43ed01dbbc98468b6f808ce73a4ffd891
[]
no_license
sanyinchen/algorithm
https://github.com/sanyinchen/algorithm
ab110ae95c9af480d22407e17cc7b1a9fb4a05d5
c7e143e082d0f6008bdafde9570f6ab81a0b165e
refs/heads/master
2022-10-28T11:41:12.335000
2022-10-19T14:07:15
2022-10-19T14:07:15
88,053,211
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package leet_code_part2; /** * Created by sanyinchen on 20-3-5. * * @author sanyinchen * @version v0.1 * @since 20-3-5 */ class Distribute_candies_to_people_1103 { class Solution { public int[] distributeCandies(int candies, int num_people) { int[] nums = new int[num_people]; ...
UTF-8
Java
724
java
Distribute_candies_to_people_1103.java
Java
[ { "context": "package leet_code_part2;\n\n/**\n * Created by sanyinchen on 20-3-5.\n *\n * @author sanyinchen\n * @version v", "end": 54, "score": 0.9992940425872803, "start": 44, "tag": "USERNAME", "value": "sanyinchen" }, { "context": "\n * Created by sanyinchen on 20-3-5.\n *\n * ...
null
[]
package leet_code_part2; /** * Created by sanyinchen on 20-3-5. * * @author sanyinchen * @version v0.1 * @since 20-3-5 */ class Distribute_candies_to_people_1103 { class Solution { public int[] distributeCandies(int candies, int num_people) { int[] nums = new int[num_people]; ...
724
0.424033
0.399171
30
23.133333
17.013197
69
false
false
0
0
0
0
0
0
0.366667
false
false
15
d45f51695fa8d706c702ef3b96f3e6746d9fcfe5
13,606,456,426,820
88c9f6971da606cc686a17030a77271a61a1261c
/src/main/java/com/currency/demo/aqs/ThreadPoolExp.java
0401b76972b7b5904548b8c793c2de8cd93719ab
[]
no_license
liangbaika/concurrent
https://github.com/liangbaika/concurrent
36de3d374d35c5efdb7406d4f072d948eb43638e
7ec53eb64c6d862a84a7d7521213119f46cd5b20
refs/heads/master
2021-09-27T05:51:13.104000
2018-11-06T13:43:41
2018-11-06T13:43:41
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.currency.demo.aqs; import java.util.concurrent.*; /** * @Auther: LQ * @Date: 2018/10/29 22:38 * @Description: */ public class ThreadPoolExp { public static void main(String[] args) throws InterruptedException { ScheduledExecutorService executorService = Executors.newScheduledThreadPool(3)...
UTF-8
Java
810
java
ThreadPoolExp.java
Java
[ { "context": ";\n\nimport java.util.concurrent.*;\n\n/**\n * @Auther: LQ\n * @Date: 2018/10/29 22:38\n * @Description:\n */\np", "end": 82, "score": 0.9986121654510498, "start": 80, "tag": "USERNAME", "value": "LQ" } ]
null
[]
package com.currency.demo.aqs; import java.util.concurrent.*; /** * @Auther: LQ * @Date: 2018/10/29 22:38 * @Description: */ public class ThreadPoolExp { public static void main(String[] args) throws InterruptedException { ScheduledExecutorService executorService = Executors.newScheduledThreadPool(3)...
810
0.55679
0.52963
29
26.931034
25.24218
92
false
false
0
0
0
0
0
0
0.62069
false
false
15
549f365a348f9d84a7839cd0274145b3185579f3
21,345,987,505,587
cfc88a1b2f64e6013e5c6bf5ac188ec94c7b2a66
/src/comparing/FileComparator.java
495108a7f4ccc97e434ef3a6cfd97bf2bb7c9b56
[]
no_license
AlexanderNikitin/unique-file-maker
https://github.com/AlexanderNikitin/unique-file-maker
6990ac4f644aefcec061768ce1b9b7ae26a75c35
e8d6eebf5877145cd24c5406de06a307e2adf890
refs/heads/master
2021-01-22T07:03:10.078000
2019-08-03T04:30:18
2019-08-03T04:30:18
27,737,967
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package comparing; import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.security.DigestInputStream; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.*; public class FileComparator { priv...
UTF-8
Java
6,629
java
FileComparator.java
Java
[]
null
[]
package comparing; import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.security.DigestInputStream; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.*; public class FileComparator { priv...
6,629
0.486348
0.482426
166
38.933735
25.643087
142
false
false
0
0
0
0
0
0
0.638554
false
false
15
6d340442304eb07ab4ab3f0843432f370ae91e49
25,941,602,531,998
a2e911d485d696ad155536194d34498a65f2e618
/trunk/.svn/pristine/6d/6d340442304eb07ab4ab3f0843432f370ae91e49.svn-base
8fe659d4bd4ffb815e92caaa7c5db97f17a40367
[]
no_license
xuanyufei66/shanghufenxiao
https://github.com/xuanyufei66/shanghufenxiao
f28a2c1cb23fe5880ef85b63e2237d13304d786c
f46fdf10d1ad43ff8e82a512249f96915de5eadc
refs/heads/master
2021-05-03T23:05:02.740000
2018-02-06T06:30:05
2018-02-06T06:30:05
120,396,514
2
6
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.payease.scfordermis.service; import com.payease.scfordermis.bo.ResultBo; import com.payease.scfordermis.bo.requestBo.ReqEmpAccNumBean; import com.payease.scfordermis.bo.requestBo.ReqEmpSaveBean; import javax.servlet.http.HttpSession; /** * @Created By liuxiaoming * @CreateTime 2018/1/15 下午1:55 **/ pub...
UTF-8
Java
866
6d340442304eb07ab4ab3f0843432f370ae91e49.svn-base
Java
[ { "context": "avax.servlet.http.HttpSession;\n\n/**\n * @Created By liuxiaoming\n * @CreateTime 2018/1/15 下午1:55\n **/\npublic inter", "end": 279, "score": 0.9996720552444458, "start": 268, "tag": "USERNAME", "value": "liuxiaoming" } ]
null
[]
package com.payease.scfordermis.service; import com.payease.scfordermis.bo.ResultBo; import com.payease.scfordermis.bo.requestBo.ReqEmpAccNumBean; import com.payease.scfordermis.bo.requestBo.ReqEmpSaveBean; import javax.servlet.http.HttpSession; /** * @Created By liuxiaoming * @CreateTime 2018/1/15 下午1:55 **/ pub...
866
0.812065
0.800464
27
30.925926
33.862385
102
false
false
0
0
0
0
0
0
0.62963
false
false
15
30699bce8a327c19d137ae0dce592933d8fef263
15,341,623,225,802
0cf2813d31e11b4bd91b330d82a9aff11c94d317
/Notes/src/main/java/CollectionsFramework/OverrideAndEquals/Money.java
0bcac00c68aa0df4e83c64d763cf0d30ce38ed99
[]
no_license
David-Amateau/Data-Structures-Algorithms-Notes-Examples
https://github.com/David-Amateau/Data-Structures-Algorithms-Notes-Examples
7f6301a9cd3d3795e7956f95579b27e74b85c5d1
45c6f8fee3f4bdbcf01d651fd4bec5383290773a
refs/heads/master
2023-08-19T03:09:59.945000
2021-09-17T15:27:55
2021-09-17T15:27:55
349,619,930
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package CollectionsFramework.OverrideAndEquals; import java.util.Objects; public class Money { int amount; String currencyCode; @Override public boolean equals(Object object) { if (this == object) return true; if (!(object instanceof Money)) return false; Money money = (Mon...
UTF-8
Java
1,188
java
Money.java
Java
[]
null
[]
package CollectionsFramework.OverrideAndEquals; import java.util.Objects; public class Money { int amount; String currencyCode; @Override public boolean equals(Object object) { if (this == object) return true; if (!(object instanceof Money)) return false; Money money = (Mon...
1,188
0.633838
0.633838
46
24.782608
26.454977
107
false
false
0
0
0
0
0
0
0.434783
false
false
15
9fe71f5ca170fa78e98091e05540c822bae3d24e
18,648,748,045,214
86fb2fdfef583dbbd30b4b386a75f9512e2e3168
/src/test/java/au/net/netstorm/boost/gunge/type/JuicyLolly.java
76e98062c4ef835e5e54e1f871db9369a6ee619d
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
kef/boost
https://github.com/kef/boost
a1aa4febb0dbc05c0a7983c73cb9ba7ed264cb3e
cf4fba51ac98e463b8fe994024f8f61240c0a360
refs/heads/master
2021-01-22T06:53:41.163000
2008-09-01T11:29:56
2008-09-01T11:29:56
48,002
1
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package au.net.netstorm.boost.gunge.type; final class JuicyLolly implements Lolly, Juicy { }
UTF-8
Java
94
java
JuicyLolly.java
Java
[]
null
[]
package au.net.netstorm.boost.gunge.type; final class JuicyLolly implements Lolly, Juicy { }
94
0.787234
0.787234
4
22.5
22.14159
48
false
false
0
0
0
0
0
0
0.5
false
false
15
18ce6eaf9fe45df0fb8da4bd31ee6c8366ab0ddc
33,294,586,504,106
e0d18cfb343eaf3244ca5f1bd83dc9912fe0c973
/src/main/java/italo/explab/arvore/exp/num/node/NumFunc.java
db37ebd914f9771ab22536a602039331af7a0946
[]
no_license
italoherbert/explab
https://github.com/italoherbert/explab
99c0a01c9b59fbd4f22bc45b5a2305b8cd37d34c
78076fe2a859a6bd1420996a1a4d7d2ad6ffc157
refs/heads/master
2021-04-03T10:44:23.226000
2020-10-14T18:09:22
2020-10-14T18:09:22
248,345,096
1
0
null
false
2020-10-14T00:18:40
2020-03-18T21:17:46
2020-08-21T19:26:45
2020-10-14T00:18:39
50,123
1
0
1
Java
false
false
package italo.explab.arvore.exp.num.node; import italo.explab.arvore.ExecNo; import italo.explab.arvore.exp.funcoumat.FuncOuMatELExp; import italo.explab.arvore.instrucao.Instrucao; public class NumFunc extends NumericaExp { private FuncOuMatELExp funcExp; @Override public Instrucao novo(...
UTF-8
Java
862
java
NumFunc.java
Java
[]
null
[]
package italo.explab.arvore.exp.num.node; import italo.explab.arvore.ExecNo; import italo.explab.arvore.exp.funcoumat.FuncOuMatELExp; import italo.explab.arvore.instrucao.Instrucao; public class NumFunc extends NumericaExp { private FuncOuMatELExp funcExp; @Override public Instrucao novo(...
862
0.62877
0.62877
34
23.352942
20.374266
66
false
false
0
0
0
0
0
0
0.382353
false
false
15
9aa00e964d7006cd8993fa6d0f29bbf62e8529c7
1,881,195,720,676
d0bd782a03c6ece9ea39adb4407641e228f1363e
/src/main/java/ru/itis/geophrase/controller/AuthController.java
3804da55b177cce1e80076ded6d1b6223092712a
[]
no_license
saydar31/geophrase
https://github.com/saydar31/geophrase
e9bd9d974bd50c8ad115753176846a472d0c3c53
e4f8b290beacab6e06dffbd34de67a62ae0e7917
refs/heads/master
2023-05-23T21:07:51.081000
2021-06-07T09:10:10
2021-06-07T09:10:10
358,913,445
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ru.itis.geophrase.controller; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiResponse; import io.swagger.annotations.ApiResponses; import org.modelmapper.ModelMapper; import org.springframework.beans.factory.annotation.Autowired; import org.sprin...
UTF-8
Java
2,150
java
AuthController.java
Java
[]
null
[]
package ru.itis.geophrase.controller; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiResponse; import io.swagger.annotations.ApiResponses; import org.modelmapper.ModelMapper; import org.springframework.beans.factory.annotation.Autowired; import org.sprin...
2,150
0.746416
0.73999
51
38.666668
23.409121
78
false
false
0
0
0
0
0
0
0.686275
false
false
15
dca38562104fd7bc2e3be68f72f9ee70a351e080
1,949,915,205,000
58dd45bd3d8650da244f8c757f3894aae002ce65
/app/src/main/java/com/delaroystudios/navigationdrawer/SliderAdapter.java
da6acbb4aaf9ca0f4fa42512fe2ef26e2a6ec04c
[]
no_license
phuongnam0907/NavigationDrawer-master
https://github.com/phuongnam0907/NavigationDrawer-master
9506dc0e1d8e74b1adc393f43ade4a9c2e9d0610
01089dcf7172ea52724026036d891996b26ef806
refs/heads/master
2020-05-05T12:08:59.590000
2019-05-22T11:46:11
2019-05-22T11:46:11
180,015,798
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.delaroystudios.navigationdrawer; import android.content.Context; import android.graphics.Color; import android.support.annotation.NonNull; import android.support.v4.view.PagerAdapter; import android.text.Html; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import and...
UTF-8
Java
7,801
java
SliderAdapter.java
Java
[]
null
[]
package com.delaroystudios.navigationdrawer; import android.content.Context; import android.graphics.Color; import android.support.annotation.NonNull; import android.support.v4.view.PagerAdapter; import android.text.Html; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import and...
7,801
0.652609
0.647225
237
31.915611
23.908257
146
false
false
0
0
0
0
0
0
0.700422
false
false
15
e3c47bedaf4a855830455ac8907181b763f534fa
19,370,302,536,435
e0649481f063e32339a92d82cd2615a19ffe8c8a
/src/main/java/com/unico/config/SecurityConfig.java
64186293df8e35613de9197394b0a913dfa6f1c8
[]
no_license
sonamsingh25/UnicoWebapp
https://github.com/sonamsingh25/UnicoWebapp
ea0197c353f8ec42b63692a8231d6bb84d429aa7
f99714602d404623314b8c4375a5d0f3e289ca6a
refs/heads/master
2021-04-03T01:14:14.549000
2018-03-12T11:06:56
2018-03-12T11:06:56
124,827,167
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package main.java.com.unico.config; import org.springframework.context.annotation.ComponentScan; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity; import org.springframework.security.config....
UTF-8
Java
1,003
java
SecurityConfig.java
Java
[]
null
[]
package main.java.com.unico.config; import org.springframework.context.annotation.ComponentScan; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity; import org.springframework.security.config....
1,003
0.749751
0.749751
28
33.892857
36.548733
123
false
false
0
0
0
0
0
0
0.357143
false
false
15
a30aee00bc4dffbd93ea8deb15f9b3a9ca0f5090
1,477,468,814,237
4db0e75d5361ef8d56ec8ffb76158ba3086e1b0e
/java/13. AWT/src/Ex12_16_JTable.java
f4d38181b96aa2573f7013d87799a42a152deb7a
[]
no_license
GeniusDeveloper/JAProject
https://github.com/GeniusDeveloper/JAProject
a58c05a26e91337004f5c7a3ffe086674730310a
972e8b575a2cc950cef4695102640d2c51d67c26
refs/heads/master
2019-07-05T09:46:44.275000
2014-09-26T08:17:08
2014-09-26T08:17:08
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.border.*; import javax.swing.event.*; class JTableSub extends JFrame { //테이블 행의 제목을 가지는 1차원 배열 객체 생성 String[] title = { "사번", "성명", "부서" }; //테이블의 각 행에 들어갈 데이터인 2차원 배열 객체 생성 String[][] data = { { "1", "고아라", "총무과"}, ...
UHC
Java
1,762
java
Ex12_16_JTable.java
Java
[]
null
[]
import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.border.*; import javax.swing.event.*; class JTableSub extends JFrame { //테이블 행의 제목을 가지는 1차원 배열 객체 생성 String[] title = { "사번", "성명", "부서" }; //테이블의 각 행에 들어갈 데이터인 2차원 배열 객체 생성 String[][] data = { { "1", "고아라", "총무과"}, ...
1,762
0.613005
0.601641
65
23.384615
19.77776
69
false
false
0
0
0
0
0
0
2.292308
false
false
15
6a215e7e254eebc3cd450d95889c7275420484fb
36,730,560,344,625
7848555060989079d949b536bb8fdf92bb9fd0bb
/src/main/java/com/sanantial/dao/EnfermeraDao.java
278e7dbd53955aed571aa11996729e7595f3282e
[]
no_license
jclopez8/clinica
https://github.com/jclopez8/clinica
ad6c0f6eb7044fe86f0342e2b41b31f62d367e9d
c5fe6857ad88797ca97d869fe2560a1ddf5573ff
refs/heads/master
2021-01-12T04:14:32.683000
2016-12-29T04:35:27
2016-12-29T04:35:27
77,552,673
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sanantial.dao; import java.util.List; import org.hibernate.criterion.Criterion; import com.sanantial.entity.Enfermera; public interface EnfermeraDao extends AbstractDao<Enfermera, String> { void saveEnfermera(Enfermera enfermera); public Enfermera findById(Integer id); public void delete(Enfermera...
UTF-8
Java
389
java
EnfermeraDao.java
Java
[]
null
[]
package com.sanantial.dao; import java.util.List; import org.hibernate.criterion.Criterion; import com.sanantial.entity.Enfermera; public interface EnfermeraDao extends AbstractDao<Enfermera, String> { void saveEnfermera(Enfermera enfermera); public Enfermera findById(Integer id); public void delete(Enfermera...
389
0.804627
0.804627
16
23.3125
22.980206
70
false
false
0
0
0
0
0
0
0.875
false
false
15
4cb4e701f57eac0feea821f3adb24c529755f01a
37,168,646,996,395
263cf257a89685ee1bdc3d3aefa025d8c6728004
/src/main/java/fr/escape/Challenger.java
bc3431b490f154bbb23be8152418d817ff7d90e6
[]
no_license
Kamel94/Projet_3_OC
https://github.com/Kamel94/Projet_3_OC
c2373314395db80201fc3d7417fef9f8c542ff2b
87d3201330ad2a8b499a7a50535b796f2814c968
refs/heads/master
2021-12-29T22:51:29.067000
2019-11-28T13:05:59
2019-11-28T13:05:59
194,720,120
0
0
null
false
2021-12-14T21:29:47
2019-07-01T18:01:58
2019-11-28T13:05:12
2021-12-14T21:29:45
2,188
0
0
2
Java
false
false
package fr.escape; import fr.configuration.Log; import static fr.escape.Utilitaire.*; public class Challenger extends AbstractMode { public Challenger(IA ia) { super(ia); } @Override public void regleDuMode() { Log.logger.info("\nBienvenue dans le mode Challenger." + "\nDans ce mode l'IA choisi une combina...
UTF-8
Java
1,349
java
Challenger.java
Java
[]
null
[]
package fr.escape; import fr.configuration.Log; import static fr.escape.Utilitaire.*; public class Challenger extends AbstractMode { public Challenger(IA ia) { super(ia); } @Override public void regleDuMode() { Log.logger.info("\nBienvenue dans le mode Challenger." + "\nDans ce mode l'IA choisi une combina...
1,349
0.672632
0.671141
43
30.209303
41.82386
227
false
false
0
0
0
0
0
0
1.976744
false
false
15
057c3f4d0fed1408661da1827622932615551faa
9,904,194,630,954
b9f3c1f86771c777b1f6617d00ae81a1a61aadef
/src/test/java/com/example/thepirates/integrationTest/ReceivingDateIntegrationTest.java
0e80affe43c467209c212be3373f889be0b312a3
[]
no_license
murane/thePirates
https://github.com/murane/thePirates
a338c403197d74564ad40b97f757ece66178b86e
821d984662ec56b7c100c7fb987b6bb282c09df7
refs/heads/main
2023-08-15T23:00:54.358000
2021-10-10T12:00:24
2021-10-10T12:00:24
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.thepirates.integrationTest; import com.example.thepirates.api.dto.request.ProductCreateRequest; import com.example.thepirates.api.dto.response.ProductCreateResponse; import com.example.thepirates.util.ProductData; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotatio...
UTF-8
Java
1,559
java
ReceivingDateIntegrationTest.java
Java
[]
null
[]
package com.example.thepirates.integrationTest; import com.example.thepirates.api.dto.request.ProductCreateRequest; import com.example.thepirates.api.dto.response.ProductCreateResponse; import com.example.thepirates.util.ProductData; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotatio...
1,559
0.649773
0.647823
50
29.780001
21.884506
75
false
false
0
0
0
0
0
0
0.36
false
false
15
5b4e31b26c4bc9cc35621da14e745d844dbccbb6
37,718,402,808,533
aa9cb7ec09fac871038dd76208ce46851e05ef60
/app/src/main/java/com/and/newsfeed/interfaces_feed/OnBackPressed.java
f3cd3ef032e6d7f1d14420853ca2b0072e4b272c
[]
no_license
SrishtiRoy/SrishtiNotePad
https://github.com/SrishtiRoy/SrishtiNotePad
4579a7c542981c330946989b6caa722fe6b0a20b
81daf97483de9fa11fed83b789c6fe16297e3003
refs/heads/master
2020-05-21T12:37:23.487000
2018-02-27T08:22:08
2018-02-27T08:22:08
29,671,776
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.and.newsfeed.interfaces_feed; /** * Created by srishtic on 4/14/17. */ public interface OnBackPressed { void onBackPressed(); }
UTF-8
Java
149
java
OnBackPressed.java
Java
[ { "context": "m.and.newsfeed.interfaces_feed;\n\n/**\n * Created by srishtic on 4/14/17.\n */\n\npublic interface OnBackPressed {", "end": 69, "score": 0.9995310306549072, "start": 61, "tag": "USERNAME", "value": "srishtic" } ]
null
[]
package com.and.newsfeed.interfaces_feed; /** * Created by srishtic on 4/14/17. */ public interface OnBackPressed { void onBackPressed(); }
149
0.697987
0.66443
10
13.9
16.040262
41
false
false
0
0
0
0
0
0
0.2
false
false
15
9c1ec1154aa5f5cc3fad5984c8c66a787ec2edc8
37,460,704,773,671
9b343d1f6fe05024ddb85176532fa03817d6158a
/src/aufgabe1/Main.java
16a283ee7c271998644e139a2bd1fcac8dc3b9eb
[]
no_license
AnastasiaStudent/Projekt1
https://github.com/AnastasiaStudent/Projekt1
d233facd0e2bc33c05942ad5a712017153f5252e
c049dde287c742a1b15f00f05f4637edf6d24f3d
refs/heads/master
2021-01-25T06:36:33.353000
2013-03-26T19:11:08
2013-03-26T19:11:08
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package aufgabe1; public class Main { /** * @param args */ public static void main(String[] args) throws Exception, PinWrongException, CardInsertedException { CashMachine cashMachine1 = new CashMachine(); Account account = new Account(12345678, -10, 20584, 1235); CashCard cashCard = new CashCard(12345...
UTF-8
Java
630
java
Main.java
Java
[]
null
[]
package aufgabe1; public class Main { /** * @param args */ public static void main(String[] args) throws Exception, PinWrongException, CardInsertedException { CashMachine cashMachine1 = new CashMachine(); Account account = new Account(12345678, -10, 20584, 1235); CashCard cashCard = new CashCard(12345...
630
0.749206
0.666667
26
23.23077
22.417898
76
false
false
0
0
0
0
0
0
1.846154
false
false
15
5e4ea7396aa97f4ad535344263466d7fb584e553
37,460,704,772,493
2d104695c373c09ba38a7c77a58110a9c5491658
/src/controller/BandOrderServlet.java
c928295a3db67db732c1cda0dcd2f6296369bbd5
[]
no_license
chenpeipei-1012/MusicPlayer
https://github.com/chenpeipei-1012/MusicPlayer
feb2f2741ea13cfb39641da3b1d7c5de9271790b
d62735edd713d77e4099c7e72b4f6fddd1cade5c
refs/heads/master
2023-02-10T04:14:43.038000
2021-01-04T16:51:25
2021-01-04T16:51:25
306,897,485
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package controller; import java.io.IOException; import java.io.PrintWriter; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRe...
GB18030
Java
1,999
java
BandOrderServlet.java
Java
[]
null
[]
package controller; import java.io.IOException; import java.io.PrintWriter; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRe...
1,999
0.758951
0.758447
68
28.161764
24.802521
119
false
false
0
0
0
0
0
0
1.838235
false
false
15
b2ac0a1faf4af98682f3aabbda9ff3daf5301608
12,747,463,000,546
de7220d3ff5312b495b88ce633b60f9d4bf16c80
/src/test/java/test/junit/TestImageAPI.java
47b97b01e1aa0f4d08138d5eadee820ee7d1b2e3
[ "Apache-2.0" ]
permissive
stuckless/sagetv-phoenix-core
https://github.com/stuckless/sagetv-phoenix-core
29faa56ba3994a03f9c2f800f29308922580f9b4
64c6d37b053b3cc09d1c689cdf50b5c36cb04573
refs/heads/master
2022-11-26T20:20:17.085000
2022-11-09T18:24:46
2022-11-09T18:24:46
16,001,631
2
9
Apache-2.0
false
2022-11-09T18:24:47
2014-01-17T14:24:40
2022-05-29T20:45:35
2022-11-09T18:24:47
7,782
2
7
5
Java
false
false
package test.junit; import static junit.framework.Assert.assertEquals; import static junit.framework.Assert.assertFalse; import static junit.framework.Assert.assertNotNull; import static junit.framework.Assert.assertTrue; import static test.junit.lib.Utils.createImageFile; import static test.junit.lib.Utils.verifyImag...
UTF-8
Java
5,527
java
TestImageAPI.java
Java
[]
null
[]
package test.junit; import static junit.framework.Assert.assertEquals; import static junit.framework.Assert.assertFalse; import static junit.framework.Assert.assertNotNull; import static junit.framework.Assert.assertTrue; import static test.junit.lib.Utils.createImageFile; import static test.junit.lib.Utils.verifyImag...
5,527
0.66528
0.635064
131
41.190838
32.889618
133
false
false
0
0
0
0
0
0
1.366412
false
false
15
66683dcc93848c790175c4029f1567aa4a087d60
39,015,482,946,990
d000e5b8f4695f9ba4cd81790eebd35e8c52fc33
/src/Vista/RVentas.java
88eeb6e95cc9e0c5d6b151dfac93c3afac7c8679
[]
no_license
luisgomez17/spv_genesys
https://github.com/luisgomez17/spv_genesys
4c00a921b26d9569f0d9d8c37c14e0a9a42d3533
db539252df5f0cf566694fbb0c31840737eff92f
refs/heads/master
2020-04-05T05:06:56.018000
2018-11-08T18:44:34
2018-11-08T18:44:34
156,581,382
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 Vista; import Controlador.Coordinador; import Modelo.ConecRemoto; import Modelo.Conectarse; import Modelo.ProductoVo; import M...
UTF-8
Java
20,200
java
RVentas.java
Java
[ { "context": "sperreports.view.JasperViewer;\n\n\n/**\n *\n * @author bryan\n */\npublic class RVentas extends javax.swing.JInt", "end": 1152, "score": 0.9984230399131775, "start": 1147, "tag": "USERNAME", "value": "bryan" } ]
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 Vista; import Controlador.Coordinador; import Modelo.ConecRemoto; import Modelo.Conectarse; import Modelo.ProductoVo; import M...
20,200
0.660891
0.642772
433
45.651272
37.800751
180
false
false
0
0
0
0
0
0
0.845266
false
false
15
3abe298016ccca58c2160d49b0716c9697d9e82e
36,756,330,145,897
1cd9d5841bbf1519484867d2c9169018b16839d3
/metalgemcraft/tabs/Tab.java
24efbda0a84057ba616713db10241d3e966751df
[]
no_license
nate1989/My-Mod
https://github.com/nate1989/My-Mod
e0d3a3518842d696be1f916f362b398f02a189d8
b86327102f8a82deadb35e279f7bb76149c286b4
refs/heads/master
2021-01-23T12:48:10.080000
2017-06-02T20:20:52
2017-06-02T20:20:52
93,200,529
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package metalgemcraft.tabs; import metalgemcraft.init.item.ids.gems.GIDs; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.ItemStack; import net.minecraftforge.fml.relauncher.Side; import net.minecraftforge.fml.relauncher.SideOnly; public class Tab { public static final CreativeTa...
UTF-8
Java
497
java
Tab.java
Java
[]
null
[]
package metalgemcraft.tabs; import metalgemcraft.init.item.ids.gems.GIDs; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.ItemStack; import net.minecraftforge.fml.relauncher.Side; import net.minecraftforge.fml.relauncher.SideOnly; public class Tab { public static final CreativeTa...
497
0.740443
0.740443
18
25.666666
21.746008
73
false
false
0
0
0
0
0
0
0.944444
false
false
15
93e96679c76d150bf572d1a2bb32f6e91a5297b4
34,935,264,021,987
015b8a1c638f16edac8d3ebc26c234a74eb3c408
/model/src/main/java/model/tile/decorators/PickableDecorator.java
6c207dfe0a2dc9c00469c0f2f25d18f236f34e44
[]
no_license
Kilian-Jugie/ProjetJavaSeul
https://github.com/Kilian-Jugie/ProjetJavaSeul
fc90c8368fb73760326fc39823fc6cc8f649cda5
9e607f57be972f754b7b2fd390dd100cc9ccb343
refs/heads/master
2021-07-04T19:12:56.246000
2019-05-31T21:55:18
2019-05-31T21:55:18
188,603,816
0
1
null
false
2020-10-13T13:27:35
2019-05-25T19:16:53
2019-05-31T21:55:23
2020-10-13T13:27:34
1,492
0
0
2
Java
false
false
package model.tile.decorators; import contract.tile.ICollideAction; import contract.tile.ITile; import model.tile.PickAction; public class PickableDecorator extends Decorator { public PickableDecorator(ITile tile) { super(tile); } @Override public boolean collide(ICollideAction ac) { switch(...
UTF-8
Java
652
java
PickableDecorator.java
Java
[]
null
[]
package model.tile.decorators; import contract.tile.ICollideAction; import contract.tile.ITile; import model.tile.PickAction; public class PickableDecorator extends Decorator { public PickableDecorator(ITile tile) { super(tile); } @Override public boolean collide(ICollideAction ac) { switch(...
652
0.696319
0.696319
30
19.733334
18.934858
55
false
false
0
0
0
0
0
0
1.466667
false
false
15
20b092fdeabb2fd0c2b98606b6686847d000788d
21,131,239,152,970
b4ef0f91caf69a716e9206328e9cf238e570a0c4
/src/main/java/me/limeglass/streamelements/api/events/ConnectEvent.java
59eb5c338066d0f02bf65e465e52c67c47bcbc98
[]
no_license
MadeByIToncek/SEJA
https://github.com/MadeByIToncek/SEJA
05bcaed3257e261f036020fa2740e6694c50503f
bcc7363ba93a57f7bf41a01d12d067de01aab748
refs/heads/master
2023-05-05T23:48:36.728000
2021-05-25T05:30:39
2021-05-25T05:30:39
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package me.limeglass.streamelements.api.events; import me.limeglass.streamelements.internals.events.ElementsEvent; public class ConnectEvent extends ElementsEvent { /** * Called when the socket has made connection to the StreamElements host. * The authentication happens at this time and will call the Authentic...
UTF-8
Java
445
java
ConnectEvent.java
Java
[]
null
[]
package me.limeglass.streamelements.api.events; import me.limeglass.streamelements.internals.events.ElementsEvent; public class ConnectEvent extends ElementsEvent { /** * Called when the socket has made connection to the StreamElements host. * The authentication happens at this time and will call the Authentic...
445
0.764045
0.764045
18
23.722221
29.367037
97
false
false
0
0
0
0
0
0
0.888889
false
false
15
8b820f13252e91df210838c1a369730c16353ece
21,131,239,154,910
69e8e6ab3d16500cedf3020ef7768e00c285f60a
/ArcMenu/src/com/alex/ArcMenu/MyActivity.java
426ede4ec4b1111d5d08c938fc8e80cfa9c66580
[]
no_license
alexandervii/Other
https://github.com/alexandervii/Other
ec47f5016886f5dea84cb063c086fe9e734efd80
f59404b482f27e44b428cd7e9912521eb1e5d9cd
refs/heads/master
2016-09-05T22:58:20.696000
2015-04-20T03:43:14
2015-04-20T03:43:14
24,370,810
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.alex.ArcMenu; import java.util.ArrayList; import java.util.List; import com.alex.ArcMenu.view.ArcMenu; import com.alex.ArcMenu.view.ArcMenu.OnMenuItemClickListener; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.AbsListView; import android.widget.Ab...
UTF-8
Java
2,269
java
MyActivity.java
Java
[]
null
[]
package com.alex.ArcMenu; import java.util.ArrayList; import java.util.List; import com.alex.ArcMenu.view.ArcMenu; import com.alex.ArcMenu.view.ArcMenu.OnMenuItemClickListener; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.AbsListView; import android.widget.Ab...
2,269
0.717056
0.713089
83
26.337349
23.042274
82
false
false
0
0
0
0
0
0
2.144578
false
false
15
a3087983db03b2a9bc65ab757f195de1673f8cbd
3,882,650,494,886
716620e8ece767d0414661ff149c20e3e8e90785
/java/main/src/ch/mgubler/zhaw/move/MoveablePosition.java
c1e0ec202d36388ff51619de04a63b68c048933c
[]
no_license
matthiasgubler/PROG1-fast-track
https://github.com/matthiasgubler/PROG1-fast-track
a7ed4c760b6dddac73ea62ea8ffc43809b4fadf5
45625ed24f4e2f2bfa7c060a1cdb30611d09a548
refs/heads/main
2023-06-13T08:28:21.531000
2017-10-26T07:35:19
2017-10-26T07:35:19
385,383,339
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ch.mgubler.zhaw.move; public class MoveablePosition extends Position { public MoveablePosition(int x, int y) { super(x, y); } public MoveablePosition moveLeft() { return new MoveablePosition(getX() - 1, getY()); } public MoveablePosition moveRight() { return new M...
UTF-8
Java
574
java
MoveablePosition.java
Java
[]
null
[]
package ch.mgubler.zhaw.move; public class MoveablePosition extends Position { public MoveablePosition(int x, int y) { super(x, y); } public MoveablePosition moveLeft() { return new MoveablePosition(getX() - 1, getY()); } public MoveablePosition moveRight() { return new M...
574
0.623693
0.616725
25
21.959999
22.210772
56
false
false
0
0
0
0
0
0
0.48
false
false
15
045df665ae4d7856d4d79b4ad044e48f95002e56
25,658,134,636,333
9c70460fb872794165ed0bbfeb30fe40260e14e6
/Guiao1/src/Ex03.java
c370f277cb617498587c04ed2185963acebfa5a3
[ "MIT" ]
permissive
TomsFreitas/Programacao2
https://github.com/TomsFreitas/Programacao2
0fdfb4fd5e479523a8b4ed07978c559cb0ae4341
aeaf9e4c594d615dfb6bddd477a51bda2f78cdac
refs/heads/master
2017-11-30T14:05:39.605000
2017-03-30T13:56:51
2017-03-30T13:56:51
81,567,248
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Created by toms on 10-02-2017. */ import java.util.Scanner; public class Ex03 { public static void main(String args[]){ Scanner sc = new Scanner(System.in); System.out.println("Qual o numero a verificar?"); if (isPrime(sc.nextInt())) { System.out.println("É primo"); ...
UTF-8
Java
806
java
Ex03.java
Java
[ { "context": "/**\n * Created by toms on 10-02-2017.\n */\n\nimport java.util.Scanner;\n\npu", "end": 22, "score": 0.9996122121810913, "start": 18, "tag": "USERNAME", "value": "toms" } ]
null
[]
/** * Created by toms on 10-02-2017. */ import java.util.Scanner; public class Ex03 { public static void main(String args[]){ Scanner sc = new Scanner(System.in); System.out.println("Qual o numero a verificar?"); if (isPrime(sc.nextInt())) { System.out.println("É primo"); ...
806
0.455791
0.43462
45
16.844444
16.743763
57
false
false
0
0
0
0
0
0
0.266667
false
false
15