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
ab51fc0597bcd89e407044c9d1f206d547612f40
27,797,028,342,579
f7a59c1977d78afc909b59d1199f903a907fc95f
/Server/src/main/java/com/magic/terry/server_magic/Connectadmin.java
c7b082c992726df20211faccfb2bb0acb17ab059
[ "Apache-2.0" ]
permissive
terry-gjt/Magic_link_android
https://github.com/terry-gjt/Magic_link_android
cf44da96a9ffb67e6725d41f271e2788e38fe88c
e01b9da48e92d430460caf41469375304b81f1ea
refs/heads/master
2020-05-16T15:35:10.659000
2019-05-14T09:52:14
2019-05-14T09:52:14
183,135,946
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.magic.terry.server_magic; import android.os.Handler; import android.os.Message; import android.util.Log; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.InetAddress; import java.net.NetworkInterface; import java.net.S...
UTF-8
Java
7,388
java
Connectadmin.java
Java
[ { "context": ";\nimport java.util.Enumeration;\n\n/**\n * Created by terry on 2018-05-20.\n */\n\npublic class Connectadmin ext", "end": 475, "score": 0.9973722696304321, "start": 470, "tag": "USERNAME", "value": "terry" }, { "context": ");\n int start = ipstr.inde...
null
[]
package com.magic.terry.server_magic; import android.os.Handler; import android.os.Message; import android.util.Log; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.InetAddress; import java.net.NetworkInterface; import java.net.S...
7,388
0.50271
0.492584
224
30.308035
20.472078
114
false
false
0
0
0
0
0
0
0.620536
false
false
15
1e8056e3fdc86842a7aa2b2d1ac11af3874ad15a
9,844,065,104,160
d0c77686746a667d830c8d2b5d777f133f3b83f5
/JavaBase/ObjectOriented/40. 多态:到底调用的哪个方法?/code/src/com/geekbang/PolymorphismAppMainSimple.java
c1ae0b9708062100a70b5f74e284eb971ea50385
[ "MIT" ]
permissive
xiang12835/JavaLearning
https://github.com/xiang12835/JavaLearning
ba8a473bb20ba8462b676b954c7fcc790e3c1bce
c86c2014b512c1ddaeb51e82dcb49367ed86235b
refs/heads/master
2023-03-15T20:15:35.191000
2022-04-23T13:36:40
2022-04-23T13:36:40
195,542,607
0
0
MIT
false
2023-03-08T17:35:10
2019-07-06T13:29:25
2022-03-04T04:52:25
2023-03-08T17:35:10
60,063
0
0
38
Java
false
false
package com.geekbang; import com.geekbang.supermarket.LittleSuperMarket; public class PolymorphismAppMainSimple { public static void main(String[] args) { LittleSuperMarket superMarket = new LittleSuperMarket("大卖场", "世纪大道1号", 500, 600, 100); // >> TODO 虽然是用的父类的引用指向的不同类型的对象,调用getName方法...
UTF-8
Java
1,988
java
PolymorphismAppMainSimple.java
Java
[]
null
[]
package com.geekbang; import com.geekbang.supermarket.LittleSuperMarket; public class PolymorphismAppMainSimple { public static void main(String[] args) { LittleSuperMarket superMarket = new LittleSuperMarket("大卖场", "世纪大道1号", 500, 600, 100); // >> TODO 虽然是用的父类的引用指向的不同类型的对象,调用getName方法...
1,988
0.716306
0.702995
26
45.23077
29.506594
86
false
false
0
0
0
0
0
0
0.461538
false
false
15
ddcf3d33e74b6d33c3b6c41ea24a871a21e04cd2
3,126,736,247,260
900ee1a1fb7e206a9d68d3a6c50513038c67aeef
/app/src/main/java/com/goqual/mercury/service/SyncDataService.java
c302db918d1ac73bb8db158a44931af6eba0869d
[]
no_license
goqual-kdj/OUTSOURCING_MERCURY
https://github.com/goqual-kdj/OUTSOURCING_MERCURY
c2a7baa558938435921a913879960fb42df4d0b0
8577e9caff12ceb19256fcb469aa8c72c9342876
refs/heads/master
2021-01-10T10:53:59.198000
2016-02-23T14:46:54
2016-02-23T14:46:54
52,252,722
0
2
null
false
2016-02-23T14:46:55
2016-02-22T06:42:31
2016-02-22T08:37:18
2016-02-23T14:46:55
88
0
1
0
Java
null
null
package com.goqual.mercury.service; import android.app.Service; import android.content.Context; import android.content.Intent; import android.os.IBinder; import android.support.annotation.Nullable; import com.goqual.mercury.data.DataManager; import com.goqual.mercury.data.local.dto.FeedDTO; import com.goqual.mercury....
UTF-8
Java
2,712
java
SyncDataService.java
Java
[ { "context": "mport rx.schedulers.Schedulers;\n\n/**\n * Created by ladmusician on 2/23/16.\n */\npublic class SyncDataService exte", "end": 604, "score": 0.9995982050895691, "start": 593, "tag": "USERNAME", "value": "ladmusician" } ]
null
[]
package com.goqual.mercury.service; import android.app.Service; import android.content.Context; import android.content.Intent; import android.os.IBinder; import android.support.annotation.Nullable; import com.goqual.mercury.data.DataManager; import com.goqual.mercury.data.local.dto.FeedDTO; import com.goqual.mercury....
2,712
0.612094
0.610251
87
30.172413
23.25679
98
false
false
0
0
0
0
0
0
0.551724
false
false
15
a22c44e63a8cde8ce2ae6b3676d941be056142cb
2,070,174,240,816
087afee81e50fcf87619f386c40651da4cb61850
/CaesarCypher/src/ie/gmit/sw/CaesarCypher.java
840f6808d905814f1506362a4c8d1b9a6ca6b89d
[]
no_license
ross39/-CaesarCypher
https://github.com/ross39/-CaesarCypher
fa59c1f0dab3c044e02b2afc0bbfd64ca82c99be
545382bbd15a03e4dbbd06f075745fb28078732a
refs/heads/master
2020-08-02T14:04:13.497000
2019-09-27T18:38:25
2019-09-27T18:38:25
211,380,789
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ie.gmit.sw; public class CaesarCypher extends AbstractCypher implements Cypherable, CypherKey { private CypherKey key; public CaesarCypher(int key) throws CypherException { super(); setKey(key + ""); // TODO Auto-generated constructor stub } @Override public byte encrypt(byte b) throws CypherExce...
UTF-8
Java
1,122
java
CaesarCypher.java
Java
[]
null
[]
package ie.gmit.sw; public class CaesarCypher extends AbstractCypher implements Cypherable, CypherKey { private CypherKey key; public CaesarCypher(int key) throws CypherException { super(); setKey(key + ""); // TODO Auto-generated constructor stub } @Override public byte encrypt(byte b) throws CypherExce...
1,122
0.697861
0.697861
58
18.344828
20.761827
83
false
false
0
0
0
0
0
0
1.5
false
false
15
1d21bca9a49bb34aa14d6856d9d70b5ef61bfd4d
19,043,885,000,390
cc0f28bfbf9d7779c9b09ba73c3b77e42e81a652
/app/src/androidTest/java/com/example/mynews/Controllers/Activities/NotificationsActivityTest.java
e1f11083b0307d303878237ed3ca31935c4b75a9
[]
no_license
letelSyl/MyNews
https://github.com/letelSyl/MyNews
80a90aa68dd8c8b30711ab712b274e8819eece6b
2f1841bb25c795f7c7f77a2895f9d7750d56a96f
refs/heads/master
2020-09-27T11:41:24.861000
2020-06-05T12:49:52
2020-06-05T12:49:52
226,494,157
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.mynews.Controllers.Activities; import android.view.View; import android.view.ViewGroup; import android.view.ViewParent; import com.example.mynews.R; import org.hamcrest.Description; import org.hamcrest.Matcher; import org.hamcrest.TypeSafeMatcher; import org.hamcrest.core.IsInstanceOf; import or...
UTF-8
Java
7,273
java
NotificationsActivityTest.java
Java
[]
null
[]
package com.example.mynews.Controllers.Activities; import android.view.View; import android.view.ViewGroup; import android.view.ViewParent; import com.example.mynews.R; import org.hamcrest.Description; import org.hamcrest.Matcher; import org.hamcrest.TypeSafeMatcher; import org.hamcrest.core.IsInstanceOf; import or...
7,273
0.516018
0.511893
161
44.173912
26.736015
119
false
false
0
0
0
0
0
0
0.639752
false
false
15
f5f8ac6cdabaccbfc62089aeeb535e7154b26531
19,043,885,004,251
843bb39930829954bcc6a2195773f30714d34831
/src/main/java/my/revolut/task/domain/transfer/MoneyTransferRepository.java
78da0f8567a9ccacad8df3390640d5d7a75ce787
[]
no_license
dominik-sze/moneyTransfer
https://github.com/dominik-sze/moneyTransfer
1e46094d07977b01d703f75988b6f299b5a6e352
694654ee381d2f07b87629d91bbe645d46a4c930
refs/heads/master
2022-12-01T23:07:54.126000
2019-10-06T17:52:16
2019-10-06T17:52:16
213,215,402
0
0
null
false
2022-11-15T23:31:45
2019-10-06T17:47:43
2019-10-06T17:52:22
2022-11-15T23:31:42
20
0
0
2
Java
false
false
package my.revolut.task.domain.transfer; import com.google.inject.Singleton; import java.util.Map; import java.util.UUID; import java.util.concurrent.ConcurrentHashMap; @Singleton class MoneyTransferRepository implements TransferRepository { private final Map<UUID, Transfer> transfers = new ConcurrentHashMap<>(); ...
UTF-8
Java
523
java
MoneyTransferRepository.java
Java
[]
null
[]
package my.revolut.task.domain.transfer; import com.google.inject.Singleton; import java.util.Map; import java.util.UUID; import java.util.concurrent.ConcurrentHashMap; @Singleton class MoneyTransferRepository implements TransferRepository { private final Map<UUID, Transfer> transfers = new ConcurrentHashMap<>(); ...
523
0.785851
0.785851
22
22.772728
22.399132
73
false
false
0
0
0
0
0
0
0.954545
false
false
15
8c562e21d5caeda3f2a5f3afb01bb82057fe5e52
8,675,833,992,880
de41aa5003bebf0ce26c3fbd8d6759c267426f6d
/src/main/java/com/capstone/service/ShoppingCartService.java
c15cb951b44818273a194e4f064435154d424ed1
[]
no_license
smitha-hatti/capstoneproject-HerokuCloud
https://github.com/smitha-hatti/capstoneproject-HerokuCloud
339bb8a0c57506cd89c7bcfc9e1fa8ebcddb5628
89974bf727f0d583992999c6e62ba7f4400a6987
refs/heads/master
2020-04-26T02:55:59.880000
2019-03-03T20:38:06
2019-03-03T20:38:06
173,250,029
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.capstone.service; import java.math.BigDecimal; import java.util.List; import java.util.Optional; import com.capstone.model.Cart; public interface ShoppingCartService { Cart addItem(String userId, int itemsId, String itemsName, BigDecimal itemsPrice, String sizeOrdered, int qty); Optional<Cart> ...
UTF-8
Java
423
java
ShoppingCartService.java
Java
[]
null
[]
package com.capstone.service; import java.math.BigDecimal; import java.util.List; import java.util.Optional; import com.capstone.model.Cart; public interface ShoppingCartService { Cart addItem(String userId, int itemsId, String itemsName, BigDecimal itemsPrice, String sizeOrdered, int qty); Optional<Cart> ...
423
0.765957
0.765957
18
22.5
26.329641
112
false
false
0
0
0
0
0
0
1.111111
false
false
15
61071353dd4e905f2961cc5cb6f4df48903d12b3
30,485,677,934,771
86505462601eae6007bef6c9f0f4eeb9fcdd1e7b
/bin/modules/sap-synchronous-order-management/sapordermgmtb2bfacades/src/de/hybris/platform/sap/sapordermgmtb2bfacades/order/impl/DefaultSapCartFacade.java
bea818c0054ab4cca7d895a89cafdbf18109ef2d
[]
no_license
jp-developer0/hybrisTrail
https://github.com/jp-developer0/hybrisTrail
82165c5b91352332a3d471b3414faee47bdb6cee
a0208ffee7fee5b7f83dd982e372276492ae83d4
refs/heads/master
2020-12-03T19:53:58.652000
2020-01-02T18:02:34
2020-01-02T18:02:34
231,430,332
0
4
null
false
2020-08-05T22:46:23
2020-01-02T17:39:15
2020-01-02T19:06:34
2020-08-05T22:46:21
1,073,803
0
1
2
null
false
false
/* * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. * * This software is the confidential and proprietary information of SAP * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the terms of the * license agree...
UTF-8
Java
17,478
java
DefaultSapCartFacade.java
Java
[]
null
[]
/* * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. * * This software is the confidential and proprietary information of SAP * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the terms of the * license agree...
17,478
0.757467
0.754949
710
23.616901
29.503302
124
false
false
0
0
0
0
0
0
1.577465
false
false
15
487f8f05e24685ff4df628de83e8e56d646957a2
10,788,957,849,087
267e16c0a14dbf5c7c76260d9d79e393f846d0aa
/src/com/feiyue/dao/C_countDao.java
41fedd574a03bef7def192044190b1914c950c12
[ "MIT" ]
permissive
lanshanxiang/CMSys
https://github.com/lanshanxiang/CMSys
fae1b11dfec6b379c079283fbcf0d4626aa28a13
3f219bafa396dd39fe5f309ce9dc8a11d2846de5
refs/heads/master
2020-04-01T00:53:48.375000
2018-10-22T02:02:49
2018-10-22T02:02:49
152,717,830
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.feiyue.dao; import java.util.List; import com.feiyue.entiy.B_count; import com.feiyue.entiy.C_count; /** * * @author Administrator * */ public interface C_countDao { //查询所有 public List<C_count> queryAll(); }
UTF-8
Java
255
java
C_countDao.java
Java
[ { "context": "rt com.feiyue.entiy.C_count;\r\n/**\r\n * \r\n * @author Administrator\r\n *\r\n */\r\npublic interface C_countDao {\r\n\t//查询所有\r", "end": 155, "score": 0.9613720774650574, "start": 142, "tag": "NAME", "value": "Administrator" } ]
null
[]
package com.feiyue.dao; import java.util.List; import com.feiyue.entiy.B_count; import com.feiyue.entiy.C_count; /** * * @author Administrator * */ public interface C_countDao { //查询所有 public List<C_count> queryAll(); }
255
0.647773
0.647773
15
14.466666
13.455441
36
false
false
0
0
0
0
0
0
0.4
false
false
15
232cf5d03df11322e7a3e5ba0a99de518f696e91
22,686,017,319,296
cc66060096e7a173e641e330ff21c3085ae826e7
/src/Piece.java
d75f8969fec3704a1e7dae77e59c6eef272208b3
[]
no_license
TestSubject06/JTetris
https://github.com/TestSubject06/JTetris
f5057eaec6ccd1329838dc3cb86741eda21fb5b0
034d56259cd4cc203f0c752d4b7e61364e97d442
refs/heads/master
2016-09-05T21:23:10.374000
2014-09-06T14:33:47
2014-09-06T14:33:47
23,736,406
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * The base class for all pieces. Contains most of the logic. * @author Zack */ public class Piece { //These are all needed by subclasses. protected int x, y; //i tiles, of the top left of the model protected int rotation, tileID; protected int[][] rotation1, rotation2, rotation3, rotation4...
UTF-8
Java
11,725
java
Piece.java
Java
[ { "context": "all pieces. Contains most of the logic.\n * @author Zack\n */\npublic class Piece {\n \n //These are all", "end": 83, "score": 0.9917287826538086, "start": 79, "tag": "NAME", "value": "Zack" } ]
null
[]
/** * The base class for all pieces. Contains most of the logic. * @author Zack */ public class Piece { //These are all needed by subclasses. protected int x, y; //i tiles, of the top left of the model protected int rotation, tileID; protected int[][] rotation1, rotation2, rotation3, rotation4...
11,725
0.444094
0.428571
348
32.689655
21.474422
94
false
false
0
0
0
0
0
0
0.597701
false
false
15
300502f08e8ef4fab726494276804e0fd948e14b
27,350,351,802,854
f4423d042d20d725cc00b32c082279033f1ba37f
/src/main/java/com/lzw/servers/UserServer.java
e3fd7c80de73cb0f800602b43d9cb1d5694d6b3c
[]
no_license
L-Jim/SsmDemo
https://github.com/L-Jim/SsmDemo
d3700991465bc9990a94e37109025c67b5880d54
c56ec53224c2c70cac304a8858b3c05473958d1b
refs/heads/master
2021-01-21T09:33:46.214000
2018-10-18T01:36:00
2018-10-18T01:36:00
91,657,866
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.lzw.servers; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.springframework.stereotype.Service; import org.springframework.web.servlet.ModelAndView; import com.github.pagehelper.PageHelper; import...
UTF-8
Java
702
java
UserServer.java
Java
[]
null
[]
package com.lzw.servers; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.springframework.stereotype.Service; import org.springframework.web.servlet.ModelAndView; import com.github.pagehelper.PageHelper; import...
702
0.749288
0.747863
30
21.4
19.341837
62
false
false
0
0
0
0
0
0
1.166667
false
false
15
5f6abdb66655f156247e6a4ec1f3e404fb5d68e3
12,034,498,371,608
01a72c8c2ae2bac870c274b6376cb9ce027411ab
/vote-app-api/src/main/java/com/leoyon/vote/repair/RepairServiceImp.java
5ecbe954e01fb77ecb061815c509406606ce51aa
[]
no_license
346294202/vote
https://github.com/346294202/vote
14fe8a75a9258663a5d89ba87d56f5c8889f11ae
1ac64e97f46562bde918ed4d5857d584ebacca8f
refs/heads/master
2021-05-02T02:38:42.658000
2018-03-13T06:50:10
2018-03-13T06:50:10
120,885,801
0
2
null
false
2018-02-23T06:23:28
2018-02-09T09:31:13
2018-02-13T06:41:31
2018-02-23T06:23:28
248
0
0
0
Java
false
null
package com.leoyon.vote.repair; import java.util.Collection; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Propagation; import org.springframework.transaction.annotation.Transactional; import com.leoyon....
UTF-8
Java
1,007
java
RepairServiceImp.java
Java
[]
null
[]
package com.leoyon.vote.repair; import java.util.Collection; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Propagation; import org.springframework.transaction.annotation.Transactional; import com.leoyon....
1,007
0.783515
0.783515
40
24.174999
22.862511
84
false
false
0
0
0
0
0
0
1.2
false
false
15
174cd29b4c7b1b6bda2b18c2aff2e42c4aef997e
16,698,832,911,991
d312ffae3a5c7dae52753b77da90f44a12e4fd9e
/src/main/java/com/gilmarcarlos/developer/gcursos/model/usuarios/exceptions/EscolaridadeExisteException.java
5aaf5f90e1a1d139e2dd4596bb565bb2315316a2
[]
no_license
gilmardeveloper/java-cursos
https://github.com/gilmardeveloper/java-cursos
46b42502914d1c953f904a0508238192a5b72963
ed2a9543365bf995896487bcaf957b5a746204df
refs/heads/master
2020-04-03T11:45:40.593000
2018-10-29T15:21:45
2018-10-29T15:21:45
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.gilmarcarlos.developer.gcursos.model.usuarios.exceptions; /** * Classe para lançar excessões na validação de escolaridades * * @author Gilmar Carlos * */ public class EscolaridadeExisteException extends Exception{ /** * */ private static final long serialVersionUID = 1L; public Escolaridad...
UTF-8
Java
463
java
EscolaridadeExisteException.java
Java
[ { "context": "ssões na validação de escolaridades\n * \n * @author Gilmar Carlos\n *\n */\npublic class EscolaridadeExisteException e", "end": 165, "score": 0.9998685717582703, "start": 152, "tag": "NAME", "value": "Gilmar Carlos" } ]
null
[]
package com.gilmarcarlos.developer.gcursos.model.usuarios.exceptions; /** * Classe para lançar excessões na validação de escolaridades * * @author <NAME> * */ public class EscolaridadeExisteException extends Exception{ /** * */ private static final long serialVersionUID = 1L; public EscolaridadeExiste...
456
0.734649
0.732456
24
18
23.153473
69
false
false
0
0
0
0
0
0
0.75
false
false
15
f910ded53919bfd930db027ac222213a4bcdcf31
13,134,010,008,794
cdc280838fb4421ce674438fc670975bd3f70dc6
/developer-parvathy/VolunteerApp/src/main/java/com/kef/org/rest/service/AdminService.java
4e3fa9abfd049bc306642c61e83fdcfbfe5cd66c
[]
no_license
ApneSaathi/ApneSaathiBackend
https://github.com/ApneSaathi/ApneSaathiBackend
f41479cfcdaf08a8524bf3462f7b93fe6d571cee
2e703d537cbce5d186bdb98a520f19f0237c010e
refs/heads/master
2022-12-14T00:57:22.904000
2020-09-30T15:31:36
2020-09-30T15:31:36
271,623,928
0
1
null
false
2020-07-29T06:52:51
2020-06-11T18:51:47
2020-07-29T06:31:41
2020-07-29T06:52:50
109
0
1
0
Java
false
false
package com.kef.org.rest.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.kef.org.rest.interfaces.AdminInterface; import com.kef.org.rest.model.Admin; import com.kef.org.rest.repository.AdminRepository; @Service("adminService")...
UTF-8
Java
698
java
AdminService.java
Java
[]
null
[]
package com.kef.org.rest.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.kef.org.rest.interfaces.AdminInterface; import com.kef.org.rest.model.Admin; import com.kef.org.rest.repository.AdminRepository; @Service("adminService")...
698
0.777937
0.777937
28
22.928572
22.886253
62
false
false
0
0
0
0
0
0
0.928571
false
false
15
9516ad1dd8685061a39007e3eb62109d3b4c3f9b
28,673,201,692,977
78794df9daa412a5373c15aa0e7f3b13e2919030
/keyboard-base/src/main/java/org/geogebra/keyboard/base/Resource.java
21c40bf58ee68b44a4a3a688e0c0f9faf080e110
[]
no_license
marcelomata/geogebra
https://github.com/marcelomata/geogebra
08c78480ce14a21806dc9bdbe9878f0970412a62
e721a043c7e22c45760d178a734f72d89f95952a
refs/heads/master
2021-01-11T05:50:21.745000
2017-06-20T13:36:50
2017-06-20T13:36:50
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.geogebra.keyboard.base; /** * The items correspond to {@link ResourceType#DEFINED_CONSTANT}. */ public enum Resource { POWA2, POWAB, EMPTY_IMAGE, BACKSPACE_DELETE, RETURN_ENTER, LEFT_ARROW, RIGHT_ARROW, LOG_10, LOG_B, POWE_X, POW10_X, N_ROOT, A_N, CAPS_LOCK, CAPS_LOCK_ENABLED, INTEGRAL, DERIVATIV...
UTF-8
Java
339
java
Resource.java
Java
[]
null
[]
package org.geogebra.keyboard.base; /** * The items correspond to {@link ResourceType#DEFINED_CONSTANT}. */ public enum Resource { POWA2, POWAB, EMPTY_IMAGE, BACKSPACE_DELETE, RETURN_ENTER, LEFT_ARROW, RIGHT_ARROW, LOG_10, LOG_B, POWE_X, POW10_X, N_ROOT, A_N, CAPS_LOCK, CAPS_LOCK_ENABLED, INTEGRAL, DERIVATIV...
339
0.719764
0.705015
9
36.777779
39.921528
110
false
false
0
0
0
0
0
0
2.111111
false
false
15
3331cd8ad02ef0d59a67d7c4302d9b9baa43e45a
111,669,191,551
c4a8e3562befeb564d21c02e25d13163b478c809
/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/FollowCommand.java
505b484ab26ccfd8213df2a29246c5d113832920
[ "MIT" ]
permissive
CounterCrysis/Denizen
https://github.com/CounterCrysis/Denizen
4774a9b152ad3455ee63325d59137551ae8d1e62
55f09b33b9108b0be69f00e58bf8812cdf9f0402
refs/heads/dev
2022-03-04T13:58:23.328000
2019-09-20T20:12:01
2019-09-20T20:12:01
208,967,685
0
0
MIT
true
2019-09-21T02:26:35
2019-09-17T05:37:42
2019-09-18T03:54:06
2019-09-21T02:26:34
34,461
0
0
0
Java
false
false
package com.denizenscript.denizen.scripts.commands.entity; import com.denizenscript.denizen.utilities.Utilities; import com.denizenscript.denizen.utilities.debugging.Debug; import com.denizenscript.denizen.nms.NMSHandler; import com.denizenscript.denizen.objects.EntityTag; import com.denizenscript.denizen.object...
UTF-8
Java
6,980
java
FollowCommand.java
Java
[]
null
[]
package com.denizenscript.denizen.scripts.commands.entity; import com.denizenscript.denizen.utilities.Utilities; import com.denizenscript.denizen.utilities.debugging.Debug; import com.denizenscript.denizen.nms.NMSHandler; import com.denizenscript.denizen.objects.EntityTag; import com.denizenscript.denizen.object...
6,980
0.561461
0.560745
154
43.324677
31.257183
139
false
false
0
0
0
0
0
0
0.435065
false
false
15
56700341a1435902e9d2e84c66f77a983909fbeb
11,235,634,466,887
e957aad3c3f96cef739e99c40b9926fc133c8c98
/hu.bme.mit.cps/src/cps/constraint/CorrectSeverityLevelConstraint.java
7d65b2bfbb9b9e0c7b34c78e20772fe4f97361d4
[]
no_license
akbence/calab3
https://github.com/akbence/calab3
2ab938b351da89d224b5c8cacf9e4aa6566fb1c5
e98875ad53fc665fa3528e0c56b27c79aa78ce54
refs/heads/master
2020-04-24T02:13:21.954000
2019-02-20T11:07:43
2019-02-20T11:07:43
171,629,376
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cps.constraint; import org.eclipse.core.runtime.IStatus; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.validation.AbstractModelConstraint; import org.eclipse.emf.validation.EMFEventType; import org.eclipse.emf.validation.IValidationContext; import cps.Alarm; import cps.Controller; import cps.Mo...
UTF-8
Java
1,473
java
CorrectSeverityLevelConstraint.java
Java
[]
null
[]
package cps.constraint; import org.eclipse.core.runtime.IStatus; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.validation.AbstractModelConstraint; import org.eclipse.emf.validation.EMFEventType; import org.eclipse.emf.validation.IValidationContext; import cps.Alarm; import cps.Controller; import cps.Mo...
1,473
0.702648
0.702648
49
29.061224
22.607031
77
false
false
0
0
0
0
0
0
2.612245
false
false
15
493f8898836f0937289ab7ee70f4436bd5b4aad4
22,462,678,959,043
b5bc50ffc4abc6bb77cb5b208ece874e1e65f311
/app/src/main/java/de/hosenhasser/funktrainer/exam/QuestionResults.java
9d5873c818fe268cffd8e73120f870bba725854f
[ "Apache-2.0" ]
permissive
meyerd/funktrainer
https://github.com/meyerd/funktrainer
9efa12354f452c8b39f9ddc5a1227bb799a41c2b
9c50a7851d374553b0d41bfb7164c5562658a3a3
refs/heads/master
2023-03-02T05:53:17.463000
2022-02-09T15:46:24
2022-02-09T15:46:24
46,332,462
8
9
Apache-2.0
false
2023-02-23T17:14:26
2015-11-17T08:12:53
2022-02-09T15:36:55
2023-02-23T17:14:26
27,176
6
7
5
PLpgSQL
false
false
package de.hosenhasser.funktrainer.exam; import java.io.Serializable; import java.util.List; import de.hosenhasser.funktrainer.data.ExamSettings; import de.hosenhasser.funktrainer.data.QuestionState; public class QuestionResults implements Serializable { private List<QuestionState> results; private ExamSetti...
UTF-8
Java
642
java
QuestionResults.java
Java
[]
null
[]
package de.hosenhasser.funktrainer.exam; import java.io.Serializable; import java.util.List; import de.hosenhasser.funktrainer.data.ExamSettings; import de.hosenhasser.funktrainer.data.QuestionState; public class QuestionResults implements Serializable { private List<QuestionState> results; private ExamSetti...
642
0.732087
0.732087
25
24.719999
22.183813
80
false
false
0
0
0
0
0
0
0.48
false
false
15
0e73c8fc1d65a3750dd1bf31f2c3b6622c6df958
25,675,314,518,889
ab48d571f63d37313daf8467b189f6ac1626b700
/core/src/de/geniusatwork/playground/dungeon/start/resources/DungeonResLoader.java
32675fcfe751346f65138f79888b9099e1ee748b
[]
no_license
RobertPense/Playground
https://github.com/RobertPense/Playground
de2d08641a0c7d819002f49a923a214aea446c48
519763d475a734b50389267679b7c18ebdb051b8
refs/heads/master
2016-08-06T12:51:49.117000
2015-08-30T08:24:09
2015-08-30T08:24:09
32,424,251
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package de.geniusatwork.playground.dungeon.start.resources; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.graphics.Texture; /** * Created by Robse on 17.03.15. */ public class DungeonResLoader { private Texture background; private Texture border; private Texture blob; public DungeonResLoade...
UTF-8
Java
830
java
DungeonResLoader.java
Java
[ { "context": ".badlogic.gdx.graphics.Texture;\n\n/**\n * Created by Robse on 17.03.15.\n */\npublic class DungeonResLoader {\n", "end": 156, "score": 0.9989149570465088, "start": 151, "tag": "USERNAME", "value": "Robse" } ]
null
[]
package de.geniusatwork.playground.dungeon.start.resources; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.graphics.Texture; /** * Created by Robse on 17.03.15. */ public class DungeonResLoader { private Texture background; private Texture border; private Texture blob; public DungeonResLoade...
830
0.657831
0.650602
36
22.055555
22.644529
84
false
false
0
0
0
0
0
0
0.361111
false
false
15
8b2a78cf9464eaf232a7fecbbc99078b8be75104
13,340,168,476,278
65fb5dc284f0daa43e1822a3173d1e6087c137dd
/src/bsts/BST.java
aaf3da54b7d39e3f8a1c238f28d9753c331b56f4
[]
no_license
IoanaCM/data_structures
https://github.com/IoanaCM/data_structures
3281e7be406b2f29aaca24deb722d171ce8de047
0d2794e78bbca4bee346cee5b12838f7bbac0786
refs/heads/master
2023-04-14T01:51:54.771000
2021-04-25T17:17:49
2021-04-25T17:17:49
356,090,462
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package bsts; public interface BST<E extends Comparable<E>> { boolean add(E element); boolean remove(E element); boolean contains(E element); }
UTF-8
Java
155
java
BST.java
Java
[]
null
[]
package bsts; public interface BST<E extends Comparable<E>> { boolean add(E element); boolean remove(E element); boolean contains(E element); }
155
0.709677
0.709677
11
13.090909
15.962767
47
false
false
0
0
0
0
0
0
0.363636
false
false
15
7fd509597c556952ff3cc45d388cdb6a32b8e8f8
18,073,222,398,957
c54c77b1e73050c5b01d4c8b461b995b36c5b8ab
/src/main/java/com/demo/loan/service/SuserService.java
100d8f80b8d16279f9677abf7492d37ab455bb00
[]
no_license
jj392502304/demo
https://github.com/jj392502304/demo
6e28f34b1650f3f515e9eb84494eafd66487a7ab
30e7e8785a4a1e0a3c71d4dff20649646f818c69
refs/heads/master
2020-04-20T05:11:58.324000
2019-08-16T02:44:36
2019-08-16T02:44:36
168,649,651
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.demo.loan.service; import com.demo.loan.entity.Suser; import com.constant.core.Service; /** * Created by CodeGenerator on 2019/02/18. */ public interface SuserService extends Service<Suser> { }
UTF-8
Java
211
java
SuserService.java
Java
[ { "context": "ort com.constant.core.Service;\n\n\n/**\n * Created by CodeGenerator on 2019/02/18.\n */\npublic interface SuserService ", "end": 133, "score": 0.9540690183639526, "start": 120, "tag": "USERNAME", "value": "CodeGenerator" } ]
null
[]
package com.demo.loan.service; import com.demo.loan.entity.Suser; import com.constant.core.Service; /** * Created by CodeGenerator on 2019/02/18. */ public interface SuserService extends Service<Suser> { }
211
0.753555
0.71564
11
18.181818
19.557924
54
false
false
0
0
0
0
0
0
0.272727
false
false
15
8fea39f00564b0ff322793d3bd4371ff3979199f
24,919,400,269,134
af7324349107ef841094cce90dc17f1f62de14a8
/test/SudokuGeneratorTest.java
c4c94421b8aaf3fcd9afc530db3b7662b7b35424
[]
no_license
DewitteRuben/Sudoku
https://github.com/DewitteRuben/Sudoku
30490c791e9ea3edd4cf6d5be9186962117054c6
e390a2f2715fe062b7ca16934806dca233198c49
refs/heads/master
2021-01-21T17:37:50.441000
2018-06-29T21:55:22
2018-06-29T21:55:22
91,970,695
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import be.howest.ti.sudokuapplication.game.Sudoku; import be.howest.ti.sudokuapplication.game.SudokuGenerator; import be.howest.ti.sudokuapplication.ConsoleUI.consoleDisplay; import be.howest.ti.sudokuapplication.game.SudokuSolver; import be.howest.ti.sudokuapplication.game.SudokuValidator; import junit.framework.Asse...
UTF-8
Java
9,155
java
SudokuGeneratorTest.java
Java
[]
null
[]
import be.howest.ti.sudokuapplication.game.Sudoku; import be.howest.ti.sudokuapplication.game.SudokuGenerator; import be.howest.ti.sudokuapplication.ConsoleUI.consoleDisplay; import be.howest.ti.sudokuapplication.game.SudokuSolver; import be.howest.ti.sudokuapplication.game.SudokuValidator; import junit.framework.Asse...
9,155
0.496122
0.413108
274
32.40876
18.865662
71
false
false
0
0
0
0
0
0
2.609489
false
false
15
bdd984027d182a1092fdec0c018fc9491766c195
32,375,463,503,948
cc72abc74748250a33ff2fd67d561137e473eaff
/src/twn/test/EventTest.java
d8bee72d22a86505da35636e31e5a13395f2bf81
[]
no_license
tywunon/twn.utils
https://github.com/tywunon/twn.utils
889b2cbcefaae75507d07f2571ae54e918730989
634da3e7d16a9eaf7da6f86ced4e43ed2cf810ca
refs/heads/master
2020-12-19T03:14:40.576000
2019-11-22T18:00:11
2019-11-22T18:00:11
235,603,925
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package twn.test; import static org.junit.Assert.*; import org.junit.Test; import twn.evt.Event; import twn.evt.EventArgs; public class EventTest { @Test public void eventRecived() { EventHolder evh = new EventHolder(); new EventReciever (evh); evh.invoke(); } private static class EventHolder { privat...
UTF-8
Java
746
java
EventTest.java
Java
[]
null
[]
package twn.test; import static org.junit.Assert.*; import org.junit.Test; import twn.evt.Event; import twn.evt.EventArgs; public class EventTest { @Test public void eventRecived() { EventHolder evh = new EventHolder(); new EventReciever (evh); evh.invoke(); } private static class EventHolder { privat...
746
0.710456
0.710456
37
19.162163
18.852936
64
false
false
0
0
0
0
0
0
1.621622
false
false
15
9e60632cb050a47ed78d1e52e86030e855843fce
24,103,356,503,587
d689632cdbc0bceaafe39e4892cae2c455fb0aff
/PSHesap/PSHesap/src/main/java/com/Hesap/PSHesap/repository/PStableStatusRepository.java
d5003bc02ac1e2ce33053f651fb72117ad021264
[]
no_license
burhanguven/PSCafeHesap-spring
https://github.com/burhanguven/PSCafeHesap-spring
a1e8c061d1da72f282ce20c8ce036e443e9c2722
c39ac16d67e1443e5b2af2191aee3afc1267df8d
refs/heads/master
2022-07-28T20:58:29.862000
2020-05-21T18:56:39
2020-05-21T18:56:39
260,466,720
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.Hesap.PSHesap.repository; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository; import com.Hesap.PSHesap.model.TableStatus; public interface PStableStatusRepository extends JpaRepository<TableStatus, Integer> { TableStatus findFirstById(Integer id); }
UTF-8
Java
304
java
PStableStatusRepository.java
Java
[]
null
[]
package com.Hesap.PSHesap.repository; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository; import com.Hesap.PSHesap.model.TableStatus; public interface PStableStatusRepository extends JpaRepository<TableStatus, Integer> { TableStatus findFirstById(Integer id); }
304
0.822368
0.822368
13
22.384615
27.49696
86
false
false
0
0
0
0
0
0
0.692308
false
false
15
38a461f8a013b813e46f707da437b1248861b51c
32,461,362,830,493
22d6a5ece092b379acdc354790b3214216c4d33e
/siscarLogic/src/geniar/siscar/logic/vehicle/services/ReservesService.java
3751d25dd170a2b381b13f5b99c0ba9eedd92fbe
[]
no_license
josealvarohincapie/carritos
https://github.com/josealvarohincapie/carritos
82dd4927b4fab38ce6f393eebcdcf54da4eada85
b60ff02175facdbbd2ebc441a24e460200a18dd9
refs/heads/master
2021-01-25T04:08:59.955000
2015-03-04T03:44:59
2015-03-04T03:44:59
32,355,348
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package geniar.siscar.logic.vehicle.services; import geniar.siscar.model.Requests; import gwork.exception.GWorkException; public interface ReservesService { public void CancelarReservaVehiculoUsuario(String numeroSolicitud, String estadoSolicitud, String descripcion)throws GWorkException; public Requests...
UTF-8
Java
419
java
ReservesService.java
Java
[]
null
[]
package geniar.siscar.logic.vehicle.services; import geniar.siscar.model.Requests; import gwork.exception.GWorkException; public interface ReservesService { public void CancelarReservaVehiculoUsuario(String numeroSolicitud, String estadoSolicitud, String descripcion)throws GWorkException; public Requests...
419
0.842482
0.842482
12
32.916668
43.082207
133
false
false
0
0
0
0
0
0
0.75
false
false
15
c18ff9442edb994cef0511b284f8db2049ecc69f
5,746,666,270,225
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/17/17_af1989b0cc9a5aaa427597d37c28d0f0c2a21e0b/Bidding/17_af1989b0cc9a5aaa427597d37c28d0f0c2a21e0b_Bidding_s.java
e2bdda4d5b40d0d373137d77121fee0ce150fb3f
[]
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
/* @ShortLicense@ Author: @MJL@ Released: @ReleaseDate@ */ package de.jskat.ai.mjl; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import de.jskat.util.CardList; import de.jskat.util.GameType; import de.jskat.util.SkatConstants; import de.jskat.util.Suit; ...
UTF-8
Java
2,496
java
17_af1989b0cc9a5aaa427597d37c28d0f0c2a21e0b_Bidding_s.java
Java
[ { "context": " /*\n \n @ShortLicense@\n \n Author: @MJL@\n \n Released: @ReleaseDate@\n \n */\n \n package de.j", "end": 37, "score": 0.8210914134979248, "start": 34, "tag": "USERNAME", "value": "MJL" }, { "context": "ts;\n import de.jskat.util.Suit;\n \n /**\n * @author Markus J. L...
null
[]
/* @ShortLicense@ Author: @MJL@ Released: @ReleaseDate@ */ package de.jskat.ai.mjl; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import de.jskat.util.CardList; import de.jskat.util.GameType; import de.jskat.util.SkatConstants; import de.jskat.util.Suit; ...
2,477
0.691106
0.682692
85
28.352942
29.412964
133
false
false
0
0
0
0
0
0
1.423529
false
false
15
7b75db7c6e48c942ae2dd333c97cd8f116e0404e
7,988,639,214,260
612aedf167c94e77b346b9551de5968f659f7980
/SS_PCMedica/src/conexion/control/Control.java
e9ca1ddad67b018e514a899569f617a547c92c83
[]
no_license
JavierMendez-262/ProyectoFinal_SecretariaDeLaSalud
https://github.com/JavierMendez-262/ProyectoFinal_SecretariaDeLaSalud
1f7c3290ba6733022f9a310683307e74ef96ec65
cdb771a6dc5800d973559242ebad61d75b2ebf12
refs/heads/master
2022-07-05T20:39:47.084000
2020-05-21T07:09:01
2020-05-21T07:09:01
256,647,704
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Control.java * * Documentado en Mayo 15, 2020. 09:41. */ package conexion.control; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import java.net.URI; import negocio.Expediente; import org.glassfish.tyrus.client.ClientManager; import conexion.rest.RecursoExpediente_Client; impo...
UTF-8
Java
4,758
java
Control.java
Java
[ { "context": "maneja las conexiones al servidor.\r\n *\r\n * @author JavierMéndez 00000181816 & EnriqueMendoza 00000181798\r\n */\r\npu", "end": 975, "score": 0.9996126890182495, "start": 963, "tag": "NAME", "value": "JavierMéndez" }, { "context": ").put(SSLContextConfigurator.KEY_ST...
null
[]
/* * Control.java * * Documentado en Mayo 15, 2020. 09:41. */ package conexion.control; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import java.net.URI; import negocio.Expediente; import org.glassfish.tyrus.client.ClientManager; import conexion.rest.RecursoExpediente_Client; impo...
4,758
0.694251
0.68646
121
37.247932
36.605171
195
false
false
0
0
0
0
0
0
0.586777
false
false
15
b2baa321a55fcaf3c213730d05835d1e887142dc
26,517,128,112,594
5cddb68dcff3a512d89570bb82eb03aae524e807
/src/leetcode/IsPalindrome.java
861e1fb300d93f698827a9a9071f0ff0e3aeabd9
[]
no_license
biggerhuang/java-learn-notes
https://github.com/biggerhuang/java-learn-notes
df11cca11714b5423fb35edd24dbcbe4c0cba682
c8d8389de23d79991c4fb99d7eca5d2a1e9a76f2
refs/heads/master
2022-03-22T22:01:01.594000
2020-01-12T05:50:54
2020-01-12T05:50:54
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package leetcode; /** * 判断一个整数是否是回文数。回文数是指正序(从左向右)和倒序(从右向左)读都是一样的整数。 * 1 * 12 * 123 * 1234 * * @author hbj * @date 2020/1/12 13:33 */ public class IsPalindrome { public static boolean isPalindrome(int x) { if (x < 0) { return false; } if (x == 0) { return tr...
UTF-8
Java
823
java
IsPalindrome.java
Java
[ { "context": ")读都是一样的整数。\n * 1\n * 12\n * 123\n * 1234\n *\n * @author hbj\n * @date 2020/1/12 13:33\n */\npublic class IsPalin", "end": 114, "score": 0.999629020690918, "start": 111, "tag": "USERNAME", "value": "hbj" } ]
null
[]
package leetcode; /** * 判断一个整数是否是回文数。回文数是指正序(从左向右)和倒序(从右向左)读都是一样的整数。 * 1 * 12 * 123 * 1234 * * @author hbj * @date 2020/1/12 13:33 */ public class IsPalindrome { public static boolean isPalindrome(int x) { if (x < 0) { return false; } if (x == 0) { return tr...
823
0.461224
0.421769
36
19.416666
15.310445
47
false
false
0
0
0
0
0
0
0.416667
false
false
5
9b52dfcb6cbec5159821725a3510c48a5cb1b962
33,423,435,528,368
7d196e835fcd3a79f3d580b83d76153051f6c7e4
/nio.engine/src/ImplemClasses/MyServer.java
a8df85ad9a47fe3ef8a9bb8ae97ddae8c7d4d0bf
[]
no_license
fpeyre/SAR-NIO
https://github.com/fpeyre/SAR-NIO
2480629d8d9401f5d2e2ea83b8bf7d9a1e83d5ef
1ab803281060baa17d33eeffb1a96d99a0ffbb03
refs/heads/master
2021-01-19T14:56:12.111000
2014-10-30T14:38:05
2014-10-30T14:38:05
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ImplemClasses; import java.io.IOException; import java.nio.channels.ServerSocketChannel; import nio.engine.*; /** * This class wraps an accepted connection. It provides access to the port on * which the connection was accepted as well as the ability to close that */ public class MySer...
UTF-8
Java
1,462
java
MyServer.java
Java
[]
null
[]
package ImplemClasses; import java.io.IOException; import java.nio.channels.ServerSocketChannel; import nio.engine.*; /** * This class wraps an accepted connection. It provides access to the port on * which the connection was accepted as well as the ability to close that */ public class MySer...
1,462
0.707934
0.707934
68
19.5
23.48435
86
false
false
0
0
0
0
0
0
1.147059
false
false
5
165bc9d2258e225283ba7bf247c2a68f44a353da
16,088,947,524,236
3d8f229a23c091cb75715cf093e3a612bb15fae2
/EasyMother/src/com/Library/ToolsClass/.svn/text-base/GalleryItemAdapter.java.svn-base
c62724e494130e1ad984cf56707eeb154a48aac8
[]
no_license
zaxcler/EasyMother
https://github.com/zaxcler/EasyMother
f42affbeb5b2cb3f0d7d104b51d561110d5da75d
032692cd0439e6f3907c018f77b7c7d33ae81407
refs/heads/master
2021-01-17T11:33:51.246000
2015-11-09T06:33:09
2015-11-09T06:33:09
40,812,626
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.Library.ToolsClass; import java.util.ArrayList; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.Gallery; import android.widget.Gallery.LayoutParams; import andro...
UTF-8
Java
1,576
GalleryItemAdapter.java.svn-base
Java
[]
null
[]
package com.Library.ToolsClass; import java.util.ArrayList; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.Gallery; import android.widget.Gallery.LayoutParams; import andro...
1,576
0.718909
0.718909
67
21.552238
22.560225
112
false
false
0
0
0
0
0
0
1.671642
false
false
5
5e59fc7b3858b8abe20adb671dfdd024ac3f5dc5
3,582,002,726,469
51fba76ece27d127da6fc9caea6365b75f86e5a5
/src/mypackage/Lesson25.java
d99b09bebc6dd4f482e888f06cff25993ed6f905
[]
no_license
AlexZhuravlev/javatest
https://github.com/AlexZhuravlev/javatest
359a442efe7f48c93f9a92c6a4572758596c84d6
b3292ea61e7466e15ae1f85691abf8841e2ffafd
refs/heads/master
2021-02-10T01:00:56.549000
2020-03-03T14:34:36
2020-03-03T14:34:36
244,340,363
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package mypackage; import javax.swing.plaf.metal.MetalTabbedPaneUI; public class Lesson25 { public static void main(String[] args) { Lesson25car car1 = new Lesson25car(); car1.color = "Black"; car1.length = 5000; car1.height = 2000; car1.width = 2000; car1.addWei...
UTF-8
Java
1,611
java
Lesson25.java
Java
[ { "context": "асса\n\n Lesson25car car4 = new Lesson25car(\"redda\");\n System.out.println(car4.color);\n\n ", "end": 793, "score": 0.9708016514778137, "start": 788, "tag": "NAME", "value": "redda" } ]
null
[]
package mypackage; import javax.swing.plaf.metal.MetalTabbedPaneUI; public class Lesson25 { public static void main(String[] args) { Lesson25car car1 = new Lesson25car(); car1.color = "Black"; car1.length = 5000; car1.height = 2000; car1.width = 2000; car1.addWei...
1,611
0.586667
0.519365
73
20.575342
21.43478
98
false
false
0
0
0
0
0
0
0.547945
false
false
5
2bea00f37a90723f81a7eb22112418bdb6d5e0d2
32,530,082,329,049
92a68dfb3f48c2c32ee8bf38f244a87d778422d9
/src/main/java/com/simpastudio/loading/lines/service/MessageService.java
002662008d0697cb09d42212883e0f46563a65eb
[]
no_license
aarsla/loading-lines
https://github.com/aarsla/loading-lines
67e537dba57b9c0917e5753a31f1702ddaee4f55
3139655cde4d4d6c5a4f6ebea1eb34a7f390373f
refs/heads/master
2020-03-07T06:13:18.453000
2018-04-07T18:27:53
2018-04-07T18:27:53
127,316,046
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.simpastudio.loading.lines.service; import com.simpastudio.loading.lines.data.model.Message; import java.util.List; public interface MessageService { Message getMessage(); List<Message> getMessages(int limit); Message getShortMessage(); List<Message> getShortMessages(int limit); Mess...
UTF-8
Java
468
java
MessageService.java
Java
[]
null
[]
package com.simpastudio.loading.lines.service; import com.simpastudio.loading.lines.data.model.Message; import java.util.List; public interface MessageService { Message getMessage(); List<Message> getMessages(int limit); Message getShortMessage(); List<Message> getShortMessages(int limit); Mess...
468
0.735043
0.735043
20
22.4
18.706684
56
false
false
0
0
0
0
0
0
0.6
false
false
5
8f4d4cec84525a2c75d4dcf46b8cf021f570d8b0
9,560,597,235,272
e881698bfb58fb49e86284d852a2fd3b39438cf8
/code/core/src/test/java/ikube/scheduling/schedule/IndexSizeScheduleTest.java
6ad41abed317859990a013f336f0aaaff264a609
[ "Apache-2.0" ]
permissive
Pro-100Evhen/ikube
https://github.com/Pro-100Evhen/ikube
928c2bb520fec63f3836daec0006d91b515afac9
5b255116604284ec6349e10468e4ca5e634db3e9
refs/heads/master
2023-04-13T00:40:36.786000
2018-10-19T17:03:51
2018-10-19T17:03:51
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ikube.scheduling.schedule; import ikube.AbstractTest; import ikube.IConstants; import ikube.mock.ApplicationContextManagerMock; import ikube.model.IndexContext; import ikube.model.Snapshot; import ikube.toolkit.FILE; import mockit.Deencapsulation; import mockit.Mockit; import org.apache.lucene.index.CorruptInd...
UTF-8
Java
2,599
java
IndexSizeScheduleTest.java
Java
[ { "context": "port static org.mockito.Mockito.*;\n\n/**\n * @author Michael Couck\n * @version 01.00\n * @since 29-08-2012\n */\npublic", "end": 609, "score": 0.9996572732925415, "start": 596, "tag": "NAME", "value": "Michael Couck" } ]
null
[]
package ikube.scheduling.schedule; import ikube.AbstractTest; import ikube.IConstants; import ikube.mock.ApplicationContextManagerMock; import ikube.model.IndexContext; import ikube.model.Snapshot; import ikube.toolkit.FILE; import mockit.Deencapsulation; import mockit.Mockit; import org.apache.lucene.index.CorruptInd...
2,592
0.719892
0.709888
77
32.766235
27.686508
113
false
false
0
0
0
0
0
0
0.623377
false
false
5
49b26c41412ec36533cf93357312bc23432964d5
9,560,597,234,018
f6eabc046674ce2819c12aa8d41669e32b37b6ab
/src/main/java/com/wemp/controller/PathController.java
bc778e66d9ec25fd8b78f2e8428d0f82460e1e30
[]
no_license
muneebunnabi7/FinalProject
https://github.com/muneebunnabi7/FinalProject
e4d8287f8e0cb0c8526aab0745674a0643cc487d
b0ff5aaee74d5b69df308148fcb5a76ada3b96f7
refs/heads/master
2020-04-09T11:03:08.963000
2018-12-04T16:14:13
2018-12-04T16:14:13
160,293,511
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.wemp.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.servlet.ModelAndView; /** * * @author promot *This controller maps different jsp pages */ @Controller public class PathController ...
UTF-8
Java
1,731
java
PathController.java
Java
[ { "context": "rk.web.servlet.ModelAndView;\r\n/**\r\n * \r\n * @author promot\r\n *This controller maps different jsp pages\r\n */\r", "end": 228, "score": 0.9996128678321838, "start": 222, "tag": "USERNAME", "value": "promot" } ]
null
[]
package com.wemp.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.servlet.ModelAndView; /** * * @author promot *This controller maps different jsp pages */ @Controller public class PathController ...
1,731
0.652224
0.652224
72
22.041666
17.222754
62
false
false
0
0
0
0
0
0
0.555556
false
false
5
b75c372ac35063f83bcf515dd20f22deecf6ecdc
2,516,850,843,840
4807b8aeac8e583b71a14cab55e70325dcc41689
/src/AccountManagementGUI/CreatAccountChooseIdentityPanel.java
4fd1531c0293d21243d311dcf6a7e2b0b322759a
[]
no_license
tanyuqing100/proj_2013_ams
https://github.com/tanyuqing100/proj_2013_ams
cf7eacafa65d7e76d00e00ce55b3fd1671ec2cd4
f36eb50695cc0f992450285d797600c9f490cf66
refs/heads/master
2021-01-18T10:19:04.249000
2016-09-18T19:00:32
2016-09-18T19:00:32
68,537,473
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package AccountManagementGUI; import java.awt.Component; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import javax.swing.Box; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JComboBox; import M...
UTF-8
Java
2,429
java
CreatAccountChooseIdentityPanel.java
Java
[]
null
[]
package AccountManagementGUI; import java.awt.Component; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import javax.swing.Box; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JComboBox; import M...
2,429
0.722931
0.713051
82
27.621952
23.618223
93
false
false
0
0
0
0
0
0
2.609756
false
false
5
644af002a8846d22c6b98173c75f693f4b34ee0d
28,690,381,550,994
3719ce60d99ef540600bb475eb303e21f2d5b7b9
/core-base/src/main/java/org/fairy/Fairy.java
f812e78d56199b0815ee8e023d31ccd3fcd28c7d
[ "MIT" ]
permissive
CyberFlameGO/fairy
https://github.com/CyberFlameGO/fairy
3704ea6ef2359c53e147b97427b0ff7634011d65
a86b4011a3f11e3bb4e7d8bf3ab8a3ad6ffadd03
refs/heads/master
2023-08-12T20:06:38.456000
2021-09-01T10:38:39
2021-09-01T10:38:39
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * MIT License * * Copyright (c) 2021 Imanity * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, ...
UTF-8
Java
2,167
java
Fairy.java
Java
[ { "context": "/*\n * MIT License\n *\n * Copyright (c) 2021 Imanity\n *\n * Permission is hereby granted, free of charg", "end": 50, "score": 0.8330262303352356, "start": 43, "tag": "USERNAME", "value": "Imanity" } ]
null
[]
/* * MIT License * * Copyright (c) 2021 Imanity * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, ...
2,167
0.740194
0.738348
66
31.833334
29.427664
81
false
false
0
0
0
0
0
0
0.545455
false
false
5
31244e4d876b342fafe169e87992b96eeed4a9ff
28,690,381,550,078
021f30e9e9acdbaa8a45e8c087f960698c6c1ff4
/app/src/main/java/com/personal/coine/scorpion/jxnuhelper/view/fragment/NewsListFragment.java
0078a01f3498baf68a90a26ebc315fde9ff70424
[]
no_license
RyanTech/JxnuHelper
https://github.com/RyanTech/JxnuHelper
18338433fb9b8c5e3720f17343751f272079fab8
ed89b2ba3fbaefa1055f65f2f554f9c917f668ec
refs/heads/master
2017-12-03T01:55:46.230000
2016-03-17T11:02:30
2016-03-17T11:02:30
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright(c) Runsdata Technologies Co., Ltd. * All Rights Reserved. * * This software is the confidential and proprietary information of Runsdata * Technologies Co., Ltd. ("Confidential Information"). You shall not disclose * such Confidential Information and shall use it only in accordance with the ...
UTF-8
Java
3,460
java
NewsListFragment.java
Java
[ { "context": " Name Description\r\n * 2016/3/7 1.0 huangwei Creation File\r\n */\r\npackage com.personal.coine", "end": 565, "score": 0.9991896152496338, "start": 557, "tag": "USERNAME", "value": "huangwei" }, { "context": "freshView;\r\n\r\n/**\r\n * Description:\...
null
[]
/* * Copyright(c) Runsdata Technologies Co., Ltd. * All Rights Reserved. * * This software is the confidential and proprietary information of Runsdata * Technologies Co., Ltd. ("Confidential Information"). You shall not disclose * such Confidential Information and shall use it only in accordance with the ...
3,460
0.694026
0.688805
100
32.5
31.78097
192
false
false
0
0
0
0
0
0
0.46
false
false
5
5eb29b798f908a553279d6749f156ca6e28cfb23
10,651,518,909,485
2a5c01feb2c618fa32ac63341b7f155cb8d8809e
/src/feature8/OrdenarColecao.java
58e1e4d9ed7f0a03c7d2edb07678bfa909b5d63f
[]
no_license
PatriciaLocatelli/features-java
https://github.com/PatriciaLocatelli/features-java
37177b76560170b674bb9222272b14c51808f038
00dc7eef2963293967b5bec305ed4d7103cd43c9
refs/heads/master
2021-01-02T05:08:30.397000
2020-02-10T15:30:22
2020-02-10T15:30:22
239,502,227
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package feature8; import java.util.Arrays; import java.util.Collections; import java.util.List; public class OrdenarColecao { public static void main(String[] args) { List<String> lista = Arrays.asList("Patricia", "Jéssica", "Roger", "Gabriel", "Thiago"); Collections.sort(lista); System....
UTF-8
Java
350
java
OrdenarColecao.java
Java
[ { "context": "s) {\n\n List<String> lista = Arrays.asList(\"Patricia\", \"Jéssica\", \"Roger\", \"Gabriel\", \"Thiago\");\n\n ", "end": 226, "score": 0.9998236298561096, "start": 218, "tag": "NAME", "value": "Patricia" }, { "context": " List<String> lista = Arrays.asList(\...
null
[]
package feature8; import java.util.Arrays; import java.util.Collections; import java.util.List; public class OrdenarColecao { public static void main(String[] args) { List<String> lista = Arrays.asList("Patricia", "Jéssica", "Roger", "Gabriel", "Thiago"); Collections.sort(lista); System....
350
0.670487
0.667622
16
20.8125
24.313625
96
false
false
0
0
0
0
0
0
0.6875
false
false
5
5d9857eef2fa926bbdcb09277a237d0bfd7e2385
429,496,778,974
6bdd970a53a20b882fff055fbade2a532f5e43e0
/status-models/src/main/java/com/telecominfraproject/wlan/status/models/StatusDetails.java
048522551c72140fed0440872a769a78b4284ac1
[]
no_license
eugenetaranov-opsfleet/wlan-cloud-services
https://github.com/eugenetaranov-opsfleet/wlan-cloud-services
826a333d0aa517f2f23e605638ec6df12d91a4b4
3410672fd978374ee74902ee6396955054b6728a
refs/heads/master
2022-11-16T00:44:40.672000
2020-07-01T12:11:45
2020-07-01T12:11:45
276,321,568
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.telecominfraproject.wlan.status.models; import com.telecominfraproject.wlan.core.model.json.BaseJsonModel; /** * @author dtoptygin * */ public abstract class StatusDetails extends BaseJsonModel { private static final long serialVersionUID = 5570757656953699233L; @Override public boolean hasUn...
UTF-8
Java
582
java
StatusDetails.java
Java
[ { "context": "lan.core.model.json.BaseJsonModel;\n\n/**\n * @author dtoptygin\n *\n */\npublic abstract class StatusDetails extend", "end": 145, "score": 0.9996272921562195, "start": 136, "tag": "USERNAME", "value": "dtoptygin" } ]
null
[]
package com.telecominfraproject.wlan.status.models; import com.telecominfraproject.wlan.core.model.json.BaseJsonModel; /** * @author dtoptygin * */ public abstract class StatusDetails extends BaseJsonModel { private static final long serialVersionUID = 5570757656953699233L; @Override public boolean hasUn...
582
0.723368
0.690722
28
19.785715
22.521984
67
false
false
0
0
0
0
0
0
0.785714
false
false
5
4ac17c92d2f149e7c9ed98be499b144b469f2c4d
34,016,140,990,467
97703dd9f803c2a04f2770538d27965fe249dffc
/practica2/src/clasebocina/bocina.java
2fcc10887f7b6dd418b3080e0534d5f3f67a76a7
[]
no_license
Antonio22Rene/proyectoFinal
https://github.com/Antonio22Rene/proyectoFinal
5d8288a2663b285e935c7387a9caae75327e7827
d6ee9f3bc84a4136b91139d43e1581d5f8aa06a1
refs/heads/master
2022-11-08T21:51:32.571000
2020-06-19T23:20:49
2020-06-19T23:20:49
273,591,134
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package clasebocina; public class bocina { private String bluetooh; private int peso; private String color; private String tamaņo; private String marca; public bocina() { } public bocina(String color2, String tamaņo2, String marca2) { // TODO Auto-generated constructor stub } public String getBlue...
ISO-8859-10
Java
874
java
bocina.java
Java
[]
null
[]
package clasebocina; public class bocina { private String bluetooh; private int peso; private String color; private String tamaņo; private String marca; public bocina() { } public bocina(String color2, String tamaņo2, String marca2) { // TODO Auto-generated constructor stub } public String getBlue...
874
0.682028
0.677419
61
13.229508
13.305236
62
false
false
0
0
0
0
0
0
1.377049
false
false
5
c248efa20282ae7b74976737562ee5bf527d80a9
32,865,089,818,163
dbfa3a392483c010d9c04ec539f180b3f06fc75f
/DataStructures/src/com/srikar/ds/binarytree/BinaryTree.java
b5d98b7e1752f91e3c710c06cccbb7e804304062
[]
no_license
srikarrao/ds-and-algorithms
https://github.com/srikarrao/ds-and-algorithms
f679a729b4684ec9da247e4f420378a4ab0fc6f3
22fce225a3b092c9b683de4863c5113ce2923c90
refs/heads/master
2021-01-18T23:36:56.489000
2020-03-14T01:35:33
2020-03-14T01:35:33
72,712,567
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.srikar.ds.binarytree; /** * Snippet for Binary Tree remove method * * @author SrikarRao * */ public class BinaryTree { public Node root; private static class Node { Node left; Node right; int data; Node(Node left, Node right, int data) { this.left = left; this.right = right; th...
UTF-8
Java
805
java
BinaryTree.java
Java
[ { "context": "ippet for Binary Tree remove method\n * \n * @author SrikarRao\n *\n */\n\npublic class BinaryTree {\n\n\tpublic Node r", "end": 104, "score": 0.9998623728752136, "start": 95, "tag": "NAME", "value": "SrikarRao" } ]
null
[]
package com.srikar.ds.binarytree; /** * Snippet for Binary Tree remove method * * @author SrikarRao * */ public class BinaryTree { public Node root; private static class Node { Node left; Node right; int data; Node(Node left, Node right, int data) { this.left = left; this.right = right; th...
805
0.616149
0.616149
51
14.784314
15.252533
57
false
false
0
0
0
0
0
0
1.588235
false
false
5
b983b991bf8e620d43d3051e15e68d0e6f059088
32,865,089,818,009
7bebbc9ac28e7dbac24385cd105105621247308c
/src/geomap/GeoMap.java
ab02a26ba4be9a65d11c99559b9b700881aa8599
[]
no_license
patomems/GeoMap
https://github.com/patomems/GeoMap
1387c5aba774b11f342dd105e921c1f0d9f3fd00
b4dc1088babfd0a2da7935c76452c62d38cdecbe
refs/heads/master
2020-04-29T16:03:31.013000
2019-03-18T09:24:34
2019-03-18T09:24:34
176,246,390
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 geomap; /** * * @author Kim Jon Un */ import java.net.URI; import javax.ws.rs.client.Client; import javax....
UTF-8
Java
2,316
java
GeoMap.java
Java
[ { "context": "itor.\r\n */\r\npackage geomap;\r\n\r\n/**\r\n *\r\n * @author Kim Jon Un\r\n */\r\n\r\nimport java.net.URI;\r\nimport javax.ws.rs.", "end": 239, "score": 0.999660074710846, "start": 229, "tag": "NAME", "value": "Kim Jon Un" }, { "context": "maps/api/geocode/json?latlng...
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 geomap; /** * * @author <NAME> */ import java.net.URI; import javax.ws.rs.client.Client; import javax.ws.r...
2,278
0.607513
0.598446
79
27.341772
30.179583
163
false
false
0
0
0
0
0
0
0.43038
false
false
5
95e877f4c174b007278a4ed37fbf8cd6bc9befa0
5,720,896,465,732
6c00b357985f912a3add0d9c09fca4744696f7c5
/src/EarthText.java
a6d3f6f329e273b5e7b3d53f0ef5c85ac1182afe
[]
no_license
danielgulland/AdapterProject
https://github.com/danielgulland/AdapterProject
d877798fcc1008f4cf0719be3feb56ecb182a7a8
2bf66a3c5070c6102ad07875e4c828f616e0a21e
refs/heads/master
2021-10-24T20:02:20.621000
2019-03-28T08:47:53
2019-03-28T08:47:53
176,968,487
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* John Bui & Daniel Gulland March 27, 2019 Purpose: send texts and reads text Inputs: language, filename Outputs: n/a */ import java.util.ArrayList; import java.util.Scanner; import java.io.FileNotFoundException; public class EarthText implements EarthCellPhone { private ArrayList<String> validLanguage...
UTF-8
Java
1,842
java
EarthText.java
Java
[ { "context": "/* John Bui & Daniel Gulland\n March 27, 2019\n Purpose: se", "end": 11, "score": 0.9998379349708557, "start": 3, "tag": "NAME", "value": "John Bui" }, { "context": "/* John Bui & Daniel Gulland\n March 27, 2019\n Purpose: send texts and read", "end": 28, ...
null
[]
/* <NAME> & <NAME> March 27, 2019 Purpose: send texts and reads text Inputs: language, filename Outputs: n/a */ import java.util.ArrayList; import java.util.Scanner; import java.io.FileNotFoundException; public class EarthText implements EarthCellPhone { private ArrayList<String> validLanguages; /** ...
1,832
0.698697
0.692725
74
23.891891
21.718449
96
false
false
0
0
0
0
0
0
1.621622
false
false
5
d9b0b41731f855d2081c1d97e325a3f7d90be86b
23,527,830,894,119
b1115032e6ca9712bcd7612f6cf16757252d41a4
/RoomForHire/app/src/main/java/com/example/quanla/roomforhire/events/Event.java
26f5b6a6956b8bbe95fbdac311f9b082bc693fad
[]
no_license
quanleanhqla/RoomForHire
https://github.com/quanleanhqla/RoomForHire
c7c68015710dc3fb874c881a00cd8c53bb4bf76f
e633746fb4ba47e72749829327cd7849d8ef393f
refs/heads/master
2021-01-19T14:46:22.120000
2017-05-18T17:27:11
2017-05-18T17:27:11
88,188,941
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.quanla.roomforhire.events; import com.example.quanla.roomforhire.dataFake.models.Room; /** * Created by QuanLA on 5/12/2017. */ public class Event { private Room room; private MoveToMap moveToMap; public Event(Room room, MoveToMap moveToMap) { this.room = room; move...
UTF-8
Java
473
java
Event.java
Java
[ { "context": "omforhire.dataFake.models.Room;\n\n/**\n * Created by QuanLA on 5/12/2017.\n */\n\npublic class Event {\n priva", "end": 133, "score": 0.9708001017570496, "start": 127, "tag": "USERNAME", "value": "QuanLA" } ]
null
[]
package com.example.quanla.roomforhire.events; import com.example.quanla.roomforhire.dataFake.models.Room; /** * Created by QuanLA on 5/12/2017. */ public class Event { private Room room; private MoveToMap moveToMap; public Event(Room room, MoveToMap moveToMap) { this.room = room; move...
473
0.638478
0.623679
25
17.92
17.665606
59
false
false
0
0
0
0
0
0
0.36
false
false
5
7759a3e28844ccedfda3b255c8bc98e556807e5f
17,772,574,710,659
91e50320d08dcd8279c5a750412fbae42f0aceda
/app/src/main/java/com/klcn/xuant/transporter/CustomerCallActivity.java
aa42d73cc8b0cc49e168b6111b59c54d40b50db2
[]
no_license
KLCN-K14/FinalProject
https://github.com/KLCN-K14/FinalProject
a7d23130a870aef91916c0476d5ceee5ca137582
de0ec635464ef8bb72548b108d13f387d7084b3a
refs/heads/master
2020-03-23T05:04:35.055000
2018-07-18T12:59:34
2018-07-18T12:59:34
141,123,347
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.klcn.xuant.transporter; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.location.Address; import android.location.Geocoder; import android.location.Location; import android.media.MediaPlayer; import...
UTF-8
Java
19,590
java
CustomerCallActivity.java
Java
[ { "context": "m.firebase.geofire.GeoLocation;\nimport com.github.lzyzsd.circleprogress.ArcProgress;\nimport com.google.and", "end": 827, "score": 0.9404653906822205, "start": 821, "tag": "USERNAME", "value": "lzyzsd" }, { "context": "Callback;\nimport retrofit2.Response;\nimport uk.c...
null
[]
package com.klcn.xuant.transporter; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.location.Address; import android.location.Geocoder; import android.location.Location; import android.media.MediaPlayer; import...
19,590
0.551455
0.548851
523
36.456978
29.286211
154
false
false
0
0
0
0
0
0
0.51434
false
false
5
29d9953b3506217f6b4ae6a1103ea16a66a70d9e
17,772,574,709,256
d6888e32fd97c37ab418d95a1f02823b48821f8f
/interfaceSegregation/bad/Messenger.java
171a2b1bcefe8b5285d8731174e79270cec7c86d
[ "MIT" ]
permissive
JonathanF07/solid
https://github.com/JonathanF07/solid
cf79a8ba7d0a2065cc96eec004cba9e8753b8f7e
1eb3e2c414c8ba626b0858f79e02230fd91f21fc
refs/heads/master
2021-01-01T17:55:25.742000
2017-07-24T22:36:11
2017-07-24T22:36:11
98,202,565
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package interfaceSegregation.bad; public interface Messenger { void videoCall(); void audioCall(); void instantMessage(); void attachDocuments(); void attachPhotos(); void attachVideos(); void quickAndGoneVideo(); // AKA: Snap }
UTF-8
Java
275
java
Messenger.java
Java
[]
null
[]
package interfaceSegregation.bad; public interface Messenger { void videoCall(); void audioCall(); void instantMessage(); void attachDocuments(); void attachPhotos(); void attachVideos(); void quickAndGoneVideo(); // AKA: Snap }
275
0.643636
0.643636
20
12.75
13.888394
42
false
false
0
0
0
0
0
0
0.4
false
false
5
069c12158790bc6c0ae4226918f96433d9b64e10
30,227,979,876,409
ed25f9b70decb482c6f5e48fc3a4a4a0a6f7307c
/app/src/main/java/cn/com/sise/ca/castore/server/facades/HomePageBaseFacade.java
4a5a7c106896dd9dbc622b75aa5b920b0243d7fd
[ "MIT" ]
permissive
codimiracle/castore-android
https://github.com/codimiracle/castore-android
7dcc46444454df39dd32ff2017239bac37a84f12
ff46c515a41791f213562416d9058ea3e7a0a890
refs/heads/master
2020-03-16T13:46:51.590000
2018-06-23T09:06:38
2018-06-23T09:06:38
132,699,469
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.com.sise.ca.castore.server.facades; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import cn.com.sise.ca.castore.R; import cn.com.sise.ca.castore.server.som.HomePageInfoBean; public class HomePageBaseFacade implements Facade { private HomePageInfoBean ho...
UTF-8
Java
1,856
java
HomePageBaseFacade.java
Java
[]
null
[]
package cn.com.sise.ca.castore.server.facades; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import cn.com.sise.ca.castore.R; import cn.com.sise.ca.castore.server.som.HomePageInfoBean; public class HomePageBaseFacade implements Facade { private HomePageInfoBean ho...
1,856
0.72306
0.721983
53
34.018867
29.927265
101
false
false
0
0
0
0
0
0
0.528302
false
false
5
8f0abbe75381b6b63c04885ef739272abb1f2aca
30,227,979,879,012
e5c209bd727fb9c6f3266a74ae7d0fbb388daa6f
/src/test/java/se/lexicon/teri/data/TodoSequencerTest.java
b46d94bd85ebcb80511fdfcd2fe7d049439bc769
[]
no_license
Tamadoc/todo_it
https://github.com/Tamadoc/todo_it
9083c3aee099929ec386c1485489e7f09cbd01df
126bf94c0c1df4a4e9eafecaf3e84ae1f9061323
refs/heads/main
2023-03-09T10:05:14.934000
2021-01-02T16:59:45
2021-01-02T16:59:45
324,960,837
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package se.lexicon.teri.data; import org.junit.Test; import static org.junit.Assert.assertEquals; public class TodoSequencerTest { @Test public void test_nextTodoId() { TodoSequencer.resetTodoId(); int expectedId = 1; assertEquals(expectedId, TodoSequencer.nextTodoId()); } }
UTF-8
Java
316
java
TodoSequencerTest.java
Java
[]
null
[]
package se.lexicon.teri.data; import org.junit.Test; import static org.junit.Assert.assertEquals; public class TodoSequencerTest { @Test public void test_nextTodoId() { TodoSequencer.resetTodoId(); int expectedId = 1; assertEquals(expectedId, TodoSequencer.nextTodoId()); } }
316
0.693038
0.689873
15
20.066668
18.837788
61
false
false
0
0
0
0
0
0
0.466667
false
false
5
58131de58f04bb1f2ff7827ef3d3a677bf02c8ea
6,511,170,473,692
f095742764161e52f27de771fbd869a7b92bb068
/program/src/main/java/com/smart/program/service/recharge/impl/RechargeServiceImpl.java
d0af75935f50aeb4cbb471ed4e251993713411b9
[]
no_license
seraphFu/zammc-server
https://github.com/seraphFu/zammc-server
c82b47f7d8447b2be3b47d706855b831ca872d30
536c3043c10dbd56063cb2ae38a0f1245ab4452f
refs/heads/master
2018-11-16T03:05:03.201000
2018-09-16T06:31:36
2018-09-16T06:31:36
141,905,787
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.smart.program.service.recharge.impl; import com.smart.program.common.ErrorConstant; import com.smart.program.common.ObjectTranslate; import com.smart.program.common.ServiceConfig; import com.smart.program.common.StringUtil; import com.smart.program.common.pay.PayUtil; import com.smart.program.domain.rechar...
UTF-8
Java
11,246
java
RechargeServiceImpl.java
Java
[ { "context": "t_trade_no>\"\n + \"<spbill_create_ip>127.0.0.1</spbill_create_ip>\"\n + \"<total_fee", "end": 6922, "score": 0.9909102320671082, "start": 6913, "tag": "IP_ADDRESS", "value": "127.0.0.1" }, { "context": "))\n packageParams.put(\"spbi...
null
[]
package com.smart.program.service.recharge.impl; import com.smart.program.common.ErrorConstant; import com.smart.program.common.ObjectTranslate; import com.smart.program.common.ServiceConfig; import com.smart.program.common.StringUtil; import com.smart.program.common.pay.PayUtil; import com.smart.program.domain.rechar...
11,246
0.640773
0.638261
264
38.204544
31.864828
175
false
false
0
0
0
0
0
0
0.602273
false
false
5
c263b149ece93bf31e8ec9a3416ea18280530349
16,054,587,803,556
43aa135f1d0983b5a8a8455857931c720d8787df
/oms/web3-NewDc/plugin/web3-xbaio/java/webbroker3/aio/service/delegate/stdimpls/WEB3AdminFXTransferOrderUnitServiceImpl.java
a1d94a0ddad152f334f56731ac79a490929c52a6
[ "Apache-2.0", "W3C-19980720", "Apache-1.1", "BSD-2-Clause" ]
permissive
leegine/COMS
https://github.com/leegine/COMS
d8637ee07d0d0cc83187cf216c5b423d19ce9c43
f8d9027ca0b6f3656843d908b0c6b95600266193
refs/heads/master
2020-04-18T05:37:41.079000
2019-01-29T08:31:38
2019-01-29T08:31:38
167,285,652
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2011.03.16.05.31.02; author zhang-tengyu; state Exp; branches; next ; deltatype text; kopt kv; permissions 666; commitid 8f04d80403d696d; filename WEB3AdminFXTransferOrderUnitServiceImpl.java; desc @@ 1.1 log @*** empty log message *** @ text @/** ...
SHIFT_JIS
Java
18,348
java
WEB3AdminFXTransferOrderUnitServiceImpl.java
Java
[ { "context": "ment\t@// @;\n\n\n1.1\ndate\t2011.03.16.05.31.02;\tauthor zhang-tengyu;\tstate Exp;\nbranches;\nnext\t;\ndeltatype\ttext;\nkopt", "end": 108, "score": 0.990943431854248, "start": 96, "tag": "USERNAME", "value": "zhang-tengyu" }, { "context": "rceptor.TX_CREATE_NEW)を指定する...
null
[]
head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2011.03.16.05.31.02; author zhang-tengyu; state Exp; branches; next ; deltatype text; kopt kv; permissions 666; commitid 8f04d80403d696d; filename WEB3AdminFXTransferOrderUnitServiceImpl.java; desc @@ 1.1 log @*** empty log message *** @ text @/** ...
18,345
0.678166
0.660699
413
37.81356
26.586906
113
false
false
0
0
0
0
0
0
0.595642
false
false
5
1772ad4d4eb84abff6d92e1aa7a348dd34114743
16,690,242,964,659
df41c9d61b4ae6f6423f7b0f21bf446b0a37a0c9
/testdata/translation/stmts/BasicArithmetic.java
93081ba93d9448fe9b51ce7d8c6a7ab0efea7861
[ "BSD-3-Clause" ]
permissive
mhaeuser/NQJ-compiler
https://github.com/mhaeuser/NQJ-compiler
c3141f45430ace8eb4ac579c542abd1fb65f2bea
49785ec72b3c98a105550510bbfa03483789b517
refs/heads/master
2023-03-23T20:34:21.246000
2021-03-21T16:26:01
2021-03-21T17:05:54
350,054,286
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
int main() { printInt(2 + 5); printInt(2 - 5); printInt(-2 + 5); printInt(2 * 5); return 0; }
UTF-8
Java
103
java
BasicArithmetic.java
Java
[]
null
[]
int main() { printInt(2 + 5); printInt(2 - 5); printInt(-2 + 5); printInt(2 * 5); return 0; }
103
0.524272
0.436893
7
13.857142
6.033918
19
true
false
0
0
0
0
0
0
2.142857
false
false
5
c003abeb1fb32df34ff77aff95982eae36796deb
25,125,558,737,207
1c9f5ac52352ff82671e01440d1add4cdfbf79a0
/src/main/java/com/smolenskyi/service/EbmService.java
516e8a782824a2431c88190821dc9dc37a918afe
[]
no_license
oleksii-smolenskyi/lagermanager
https://github.com/oleksii-smolenskyi/lagermanager
a5f4523938665a96743d54eecb5c4a09de0cc7fa
d978ba145f5ede7dd401295e9a1dc2e45ff3e9cc
refs/heads/master
2020-09-15T10:29:49.507000
2020-09-09T08:36:20
2020-09-09T08:36:20
223,421,220
0
0
null
false
2020-02-21T18:16:52
2019-11-22T14:32:23
2020-02-21T18:16:26
2020-02-21T18:16:51
542
0
0
2
Java
false
false
package com.smolenskyi.service; import com.smolenskyi.exeptions.NoDataFoundException; import com.smolenskyi.model.ebm.Ebm; import com.smolenskyi.model.ebm.EbmFilterType; import com.smolenskyi.model.ebm.EbmPosition; import com.smolenskyi.model.ebm.EbmSortType; import com.smolenskyi.model.part.Part; import com.smolensky...
UTF-8
Java
33,167
java
EbmService.java
Java
[]
null
[]
package com.smolenskyi.service; import com.smolenskyi.exeptions.NoDataFoundException; import com.smolenskyi.model.ebm.Ebm; import com.smolenskyi.model.ebm.EbmFilterType; import com.smolenskyi.model.ebm.EbmPosition; import com.smolenskyi.model.ebm.EbmSortType; import com.smolenskyi.model.part.Part; import com.smolensky...
33,167
0.59316
0.592036
540
51.737038
37.947739
200
false
false
0
0
0
0
0
0
0.592593
false
false
5
99f93bb7c86a110b1b804e7e6ee461a818cf52f7
18,116,172,099,822
c0d334836e9b411e2d9f9dab6b1309795e1f3ec7
/src/main/java/com/example/jucdemo/unsafe/SetTest.java
d694f5f08d894850752af230fc07047e2c3750de
[]
no_license
gateEgg/JUCDemo
https://github.com/gateEgg/JUCDemo
7187a9f3b3e57d0e740d45ce4b4ec20bdaefe063
09e28d7cdfd0ae51890bc599873ab721b5d9c3ab
refs/heads/master
2023-08-26T15:07:46.172000
2021-10-25T11:03:07
2021-10-25T11:03:07
394,585,473
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.jucdemo.unsafe; import java.util.*; import java.util.concurrent.CopyOnWriteArrayList; import java.util.concurrent.CopyOnWriteArraySet; /** * @author jiesi * @Description Set测试 * HashSet线程不安全 会产生ConcurrentModificationException异常 * @Date 2021/8/10 11:17 上午 */ public class SetTest { public s...
UTF-8
Java
815
java
SetTest.java
Java
[ { "context": "il.concurrent.CopyOnWriteArraySet;\n\n/**\n * @author jiesi\n * @Description Set测试\n * HashSet线程不安全 会产生Concurre", "end": 177, "score": 0.9994571208953857, "start": 172, "tag": "USERNAME", "value": "jiesi" } ]
null
[]
package com.example.jucdemo.unsafe; import java.util.*; import java.util.concurrent.CopyOnWriteArrayList; import java.util.concurrent.CopyOnWriteArraySet; /** * @author jiesi * @Description Set测试 * HashSet线程不安全 会产生ConcurrentModificationException异常 * @Date 2021/8/10 11:17 上午 */ public class SetTest { public s...
815
0.603558
0.580686
27
28.148148
21.90333
76
false
false
0
0
0
0
0
0
0.518519
false
false
5
2660fef72f1d486d3f6583fbc3f9e588cea1352c
29,600,914,651,803
c2cb346c4e2e1b504c6e76a19aa349c4caff3b02
/src/main/java/by/jwd/restaurant/dao/impl/SQLUserDAO.java
7dc1fb568fabe5e598a29e60326f58dfb3687d27
[]
no_license
AlexandrOkolotovich/FinalProject
https://github.com/AlexandrOkolotovich/FinalProject
9e1001b82780fce8df4323fd3c7ffa1ce882f57b
96027a8e0b0c24fa349b1a38706fbff31a53417d
refs/heads/main
2023-04-23T16:59:13.810000
2021-05-12T01:33:02
2021-05-12T01:33:02
344,543,827
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package by.jwd.restaurant.dao.impl; import by.jwd.restaurant.entity.RegistrationInfo; import by.jwd.restaurant.dao.UserDAO; import by.jwd.restaurant.dao.connection.ConnectionPool; import by.jwd.restaurant.dao.exception.ConnectionPoolException; import by.jwd.restaurant.entity.Role; import by.jwd.restaurant.entit...
UTF-8
Java
7,693
java
SQLUserDAO.java
Java
[ { "context": "static final String COLUMN_LABEL_USER_PASSWORD = \"user_password\";\r\n private static final String COLUMN_LABEL_U", "end": 595, "score": 0.9993507266044617, "start": 582, "tag": "PASSWORD", "value": "user_password" }, { "context": "L_USER_EMAIL));\r\n ...
null
[]
package by.jwd.restaurant.dao.impl; import by.jwd.restaurant.entity.RegistrationInfo; import by.jwd.restaurant.dao.UserDAO; import by.jwd.restaurant.dao.connection.ConnectionPool; import by.jwd.restaurant.dao.exception.ConnectionPoolException; import by.jwd.restaurant.entity.Role; import by.jwd.restaurant.entit...
7,690
0.600156
0.598726
199
36.658291
33.144028
248
false
false
0
0
0
0
0
0
0.743719
false
false
5
a7372f55727591c8e34644ec0e8c28f6642306ae
22,290,880,316,284
388ace3ff85f5b0deb0ecdfe2ba0dfc1415e8918
/appmodule/appdatabase/src/main/java/com/slc/appdatabase/DaoMaster.java
085241d6de5a6ed9477153ba63fa1112318ae691
[]
no_license
shang1313/MobileCommand
https://github.com/shang1313/MobileCommand
6e56261692f3f0f15c2635112388afa39532f850
4b05e2814de2dbc9d28838cd917a8de21dad37b8
refs/heads/master
2023-03-27T05:13:43.542000
2021-03-18T03:53:50
2021-03-18T03:53:50
346,631,356
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.slc.appdatabase; import com.alibaba.android.arouter.launcher.ARouter; import com.slc.appdatabase.service.DaoService; import com.slc.appdatabase.version.TableVersion; import com.slc.appdatabase.version.TableVersion_; import java.util.concurrent.ConcurrentHashMap; public class DaoMaster { private final...
UTF-8
Java
2,276
java
DaoMaster.java
Java
[]
null
[]
package com.slc.appdatabase; import com.alibaba.android.arouter.launcher.ARouter; import com.slc.appdatabase.service.DaoService; import com.slc.appdatabase.version.TableVersion; import com.slc.appdatabase.version.TableVersion_; import java.util.concurrent.ConcurrentHashMap; public class DaoMaster { private final...
2,276
0.64273
0.642284
67
32.477612
28.829067
143
false
false
0
0
0
0
0
0
0.477612
false
false
5
b69eed07c3fbacba816efe40a5f5b0c145c655ab
22,290,880,316,578
491f022af5e2a66cea7d83bc5a04f92b1d8d713d
/day1012/PersonTest03.java
597883827d4e51fa28fd675de19d4e88959a6aa3
[]
no_license
seouuuu/javaStudy
https://github.com/seouuuu/javaStudy
c9e9c252243bf89e0ee444864e0eddcc072610fa
dcda56d209efe0528e73689e762ca80106cd4de5
refs/heads/main
2023-08-31T20:17:02.146000
2021-10-25T08:47:39
2021-10-25T08:47:39
411,869,930
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
class Person { private String name; public void setName(String name){ name = name; //매개변수에 저장된 것을 매개변수에 저장. 멤버에는 저장x } public String getName(){ return name; } } class PersonTest03 { public static void main(String[] args) { Person p1 = new Person(); p1.setName("홍길동"); ...
UHC
Java
412
java
PersonTest03.java
Java
[ { "context": "gs) \n\t{\n\t\tPerson p1 = new Person();\n\t\tp1.setName(\"홍길동\");\n\t\tSystem.out.println(p1.getName());\n\t}\n}\n", "end": 315, "score": 0.9996275901794434, "start": 312, "tag": "NAME", "value": "홍길동" } ]
null
[]
class Person { private String name; public void setName(String name){ name = name; //매개변수에 저장된 것을 매개변수에 저장. 멤버에는 저장x } public String getName(){ return name; } } class PersonTest03 { public static void main(String[] args) { Person p1 = new Person(); p1.setName("홍길동"); ...
412
0.602778
0.588889
19
17.947369
19.508362
79
false
false
0
0
0
0
0
0
1.263158
false
false
5
0c0ea8bc790751fb93984c692eb8191247ff82c7
16,149,077,099,504
6b2975101d1fec85dba63e7898be2681918815e6
/JavaPrac/src/chp1_ArrayAndString/Reader4.java
1344ce31e573e5a985cc4fb059e09bc9a4ed0591
[]
no_license
JulyKikuAkita/JavaPrac
https://github.com/JulyKikuAkita/JavaPrac
dae0e25995d4399c586d6efd48ebb8aac4782425
1de3d4e8c6b40b001f98ea8caf70ce5752af9344
refs/heads/master
2021-01-21T16:48:22.322000
2017-05-20T17:15:05
2017-05-20T17:15:05
91,906,667
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * */ package chp1_ArrayAndString; import java.util.Arrays; public class Reader4 { /* # python code # The read4 API is already defined for you. # @param buf, a list of characters # @return an integer def read4(buf): global file_content i = 0 while i < len(file_content) and i < 4: ...
UTF-8
Java
1,231
java
Reader4.java
Java
[]
null
[]
/** * */ package chp1_ArrayAndString; import java.util.Arrays; public class Reader4 { /* # python code # The read4 API is already defined for you. # @param buf, a list of characters # @return an integer def read4(buf): global file_content i = 0 while i < len(file_content) and i < 4: ...
1,231
0.584078
0.569456
57
19.596491
20.131027
79
false
false
0
0
0
0
0
0
1.403509
false
false
5
fae44f32b3446c08261e99d83b566397b6b1632d
23,527,830,904,284
52fbe7a7ed03593c05356c469bdb858c68d391d0
/src/main/java/org/demo/data/repository/jpa/StockCategoryJpaRepository.java
2f271970d355ef240a5ecd44a6bbb8d9d10a0379
[]
no_license
altansenel/maven-project
https://github.com/altansenel/maven-project
4d165cb10da24159f58d083f4d5e4442ab3265b2
0f2e392553e5fb031235c9df776a4a01b077c349
refs/heads/master
2016-08-12T05:51:51.359000
2016-02-25T07:26:28
2016-02-25T07:26:28
52,504,851
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.demo.data.repository.jpa; import org.springframework.data.repository.PagingAndSortingRepository; import org.demo.bean.jpa.StockCategoryEntity; /** * Repository : StockCategory. */ public interface StockCategoryJpaRepository extends PagingAndSortingRepository<StockCategoryEntity, Integer> { }
UTF-8
Java
310
java
StockCategoryJpaRepository.java
Java
[]
null
[]
package org.demo.data.repository.jpa; import org.springframework.data.repository.PagingAndSortingRepository; import org.demo.bean.jpa.StockCategoryEntity; /** * Repository : StockCategory. */ public interface StockCategoryJpaRepository extends PagingAndSortingRepository<StockCategoryEntity, Integer> { }
310
0.829032
0.829032
11
27.181818
34.622162
110
false
false
0
0
0
0
0
0
0.363636
false
false
5
f6e09c57fd5b6041ed66e797ae11918c112bf7b2
9,131,100,525,134
168e07e35fc53bec00e27be9f9d191a6a12b3376
/src/main/java/br/com/fabio/studentapi/exceptions/StudentNotFoundException.java
37c84f2eb34e6d4a9f954b890c370da4788dbe8a
[]
no_license
fabio-leandro/studentsapi
https://github.com/fabio-leandro/studentsapi
a9de9677927bd9cf022505e71ed556e08d5e33da
4087cd651a8e4e4bcccb52c46ece51f58a5601c1
refs/heads/main
2023-08-29T15:30:34.437000
2021-09-17T13:13:22
2021-09-17T13:13:22
400,502,122
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package br.com.fabio.studentapi.exceptions; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ResponseStatus; @ResponseStatus(HttpStatus.NOT_FOUND) public class StudentNotFoundException extends Exception{ private static final long serialVersionUID = 1L; public StudentNotF...
UTF-8
Java
417
java
StudentNotFoundException.java
Java
[]
null
[]
package br.com.fabio.studentapi.exceptions; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ResponseStatus; @ResponseStatus(HttpStatus.NOT_FOUND) public class StudentNotFoundException extends Exception{ private static final long serialVersionUID = 1L; public StudentNotF...
417
0.791367
0.788969
17
23.529411
24.848051
62
false
false
0
0
0
0
0
0
0.882353
false
false
5
1249f707ede95d158f9b8805f94651a1115de599
35,270,271,462,774
e334f5ecc5d3469c71b0539486e3c17fa0cdbd52
/MiRepaso/Tema2/ej2T2.java
23d1c5781f2f6092e2228be8cf296576a72249c7
[]
no_license
estherhitos/MiRepositorio
https://github.com/estherhitos/MiRepositorio
1de70c4566a0e3832c15df0ee4cdc8a5d6652011
1bed9bf9830551d67b985080bc3b02ee391c4824
refs/heads/master
2023-02-22T12:49:17.590000
2021-01-25T08:34:07
2021-01-25T08:34:07
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Ejercicio 2 | tema 2 * * Crea la variable nombre y asígnale tu nombre completo. Muestra su valor por * pantalla de tal forma que el resultado del programa sea el mismo que en el * ejercicio 1 del capítulo 1. * * * @autora Esther Hitos Garcia */ public class ej2T2{ public static void main(String []...
UTF-8
Java
429
java
ej2T2.java
Java
[ { "context": "\n * ejercicio 1 del capítulo 1.\n * \n * \n * @autora Esther Hitos Garcia\n */ \n \npublic class ej2T2{\n public static void m", "end": 257, "score": 0.9998878240585327, "start": 238, "tag": "NAME", "value": "Esther Hitos Garcia" }, { "context": "tic void main(String ...
null
[]
/* * Ejercicio 2 | tema 2 * * Crea la variable nombre y asígnale tu nombre completo. Muestra su valor por * pantalla de tal forma que el resultado del programa sea el mismo que en el * ejercicio 1 del capítulo 1. * * * @autora <NAME> */ public class ej2T2{ public static void main(String [] args){ Str...
403
0.674473
0.660422
19
21.473684
24.592186
78
false
false
0
0
0
0
0
0
0.263158
false
false
5
f0512c91a098d4f997fe5a94342f62c80a7f45ab
23,828,478,608,877
e9840acd552ab3dd135c2e815447cc02f34ef865
/items/src/main/java/eu/kgorecki/rpgame/items/domain/Type.java
7b34c29aaa4f10fa521c245e3c0e2829f6f9916d
[]
no_license
karolgurecki/rpgame
https://github.com/karolgurecki/rpgame
de7658bc9686cc867974f63ba5db96c8f882ba33
753e5d448d18041b7f53831cf1fed9357807266a
refs/heads/master
2021-06-16T05:51:01.352000
2019-06-27T19:54:33
2019-06-27T19:54:33
194,159,402
0
0
null
false
2021-04-26T19:17:25
2019-06-27T20:32:27
2019-06-27T20:34:42
2021-04-26T19:17:25
202
0
0
1
Java
false
false
package eu.kgorecki.rpgame.items.domain; public enum Type { WEAPON, SHIELD }
UTF-8
Java
86
java
Type.java
Java
[]
null
[]
package eu.kgorecki.rpgame.items.domain; public enum Type { WEAPON, SHIELD }
86
0.697674
0.697674
6
13.333333
13.412267
40
false
false
0
0
0
0
0
0
0.333333
false
false
5
7e4662e19ac04d4beae8529b6ae92b8bcbd1c031
35,150,012,378,319
73a528fa7a17c5d19c2474bde1e2d634552b058e
/pje-android/ProjetContact/app/src/main/java/com/example/projetcontact/NewGroupInContact.java
9b3d10feea802c8aeb6528598a3ad1b0afdf3abb
[]
no_license
GregPhi/m1s1
https://github.com/GregPhi/m1s1
87247305ed4a669478cadeaa31d3f99727038e1a
a60c0d21ee16200224840ce05a25455fad35676a
refs/heads/master
2020-08-01T20:52:13.916000
2020-01-07T15:50:49
2020-01-07T15:50:49
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.projetcontact; import android.content.Intent; import android.os.Bundle; import com.example.projetcontact.view.group.GroupViewModel; import com.example.projetcontact.view.contactgroup.GroupInContactListAdapter; import com.example.projetcontact.objet.Groups; import java.util.List; import androidx....
UTF-8
Java
1,828
java
NewGroupInContact.java
Java
[]
null
[]
package com.example.projetcontact; import android.content.Intent; import android.os.Bundle; import com.example.projetcontact.view.group.GroupViewModel; import com.example.projetcontact.view.contactgroup.GroupInContactListAdapter; import com.example.projetcontact.objet.Groups; import java.util.List; import androidx....
1,828
0.734683
0.734683
48
37.083332
27.327362
86
false
false
0
0
0
0
0
0
0.708333
false
false
5
5a71fec861625b2ef9e4f62079fccce1c68aea62
4,028,679,365,775
d2af0633e063e055ec8f93bd8d3e91e750bb8488
/src/dss/views/sections/detail/Detail.java
76bfc054a0fca17068466c53a905c610665f42a5
[]
no_license
semgroup15/dss
https://github.com/semgroup15/dss
32f9c8daffc2a3df9c630184ca4bfc472ec811f0
4318586b169ff7ad876f0fc2bdf01565fb05ce57
refs/heads/master
2021-01-01T19:10:30.470000
2016-01-04T20:19:13
2016-01-04T20:19:13
42,875,199
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package dss.views.sections.detail; import dss.Developer; import dss.models.base.Model; import dss.models.device.Device; import dss.models.review.Review; import dss.views.base.State; import dss.views.base.Widget; import dss.views.base.components.Rating; import dss.views.sections.detail.fields.*; import dss.views.sectio...
UTF-8
Java
6,674
java
Detail.java
Java
[]
null
[]
package dss.views.sections.detail; import dss.Developer; import dss.models.base.Model; import dss.models.device.Device; import dss.models.review.Review; import dss.views.base.State; import dss.views.base.Widget; import dss.views.base.components.Rating; import dss.views.sections.detail.fields.*; import dss.views.sectio...
6,674
0.58226
0.58226
300
21.246666
18.800508
83
false
false
0
0
0
0
0
0
0.453333
false
false
5
d03084f5dd0ab610e1cc10f0f54b052a6739fab1
35,192,962,049,247
bf3acf44455aff71f08e0143e7c0d36c45181c41
/src/org/opensha/refFaultParamDb/dao/db/DeformationModelPrefDataDB_DAO.java
790397973a87365fc8045da13b6b02f8b54d3907
[]
no_license
bpeng/step_opensha
https://github.com/bpeng/step_opensha
52d03d78c7135d3b63aa7708228410ac14312f23
520a2741467f13568a78253d9107b129a48d0d15
refs/heads/master
2021-02-09T15:20:38.516000
2020-03-02T21:29:06
2020-03-02T21:59:20
244,296,857
0
0
null
false
2021-07-11T21:04:08
2020-03-02T06:28:06
2020-03-02T22:05:58
2020-04-20T01:24:39
36,872
0
0
0
Java
false
false
/** * */ package org.opensha.refFaultParamDb.dao.db; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.HashMap; import org.opensha.commons.data.estimate.NormalEstimate; import org.opensha.refFaultParamDb.dao.exception.InsertException; import org.opensha.refFaultP...
UTF-8
Java
9,475
java
DeformationModelPrefDataDB_DAO.java
Java
[ { "context": "p factor from the deformation model\n * \n * @author vipingupta\n *\n */\npublic class DeformationModelPrefDataDB_DA", "end": 833, "score": 0.9976691007614136, "start": 823, "tag": "USERNAME", "value": "vipingupta" } ]
null
[]
/** * */ package org.opensha.refFaultParamDb.dao.db; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.HashMap; import org.opensha.commons.data.estimate.NormalEstimate; import org.opensha.refFaultParamDb.dao.exception.InsertException; import org.opensha.refFaultP...
9,475
0.755356
0.754195
255
36.156864
30.967897
150
false
false
0
0
0
0
0
0
2.247059
false
false
5
45536fc6ab1bf3a4ae3642a8a3700f5af291547c
24,988,119,788,139
de15633a08c9a4771226cfbbb291e599c7dbaea4
/app/src/main/java/com/telpa/ecommerce/activities/activityM/IScreenMView.java
78a2bbbb7d460e4f244c63f722485eecaae0d68e
[]
no_license
metalcoder/E-Commerce
https://github.com/metalcoder/E-Commerce
8dda594f5fdeca9bea3713e873ea62a5faf90b4f
618d74315f9832d376e29a2d2fe8ade1aee553bf
refs/heads/master
2020-05-22T05:44:16.653000
2017-04-14T11:25:21
2017-04-14T11:25:21
63,149,806
6
4
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.telpa.ecommerce.activities.activityM; /** * Created by musta on 17.08.2016. */ public interface IScreenMView { void proceedClick(); void itemUp(int price); void itemDown(int price); void setTexts(int price,int number); }
UTF-8
Java
252
java
IScreenMView.java
Java
[ { "context": "ecommerce.activities.activityM;\n\n/**\n * Created by musta on 17.08.2016.\n */\npublic interface IScreenMView ", "end": 74, "score": 0.9948697090148926, "start": 69, "tag": "USERNAME", "value": "musta" } ]
null
[]
package com.telpa.ecommerce.activities.activityM; /** * Created by musta on 17.08.2016. */ public interface IScreenMView { void proceedClick(); void itemUp(int price); void itemDown(int price); void setTexts(int price,int number); }
252
0.702381
0.670635
11
21.90909
16.522461
49
false
false
0
0
0
0
0
0
0.545455
false
false
5
38b78f55fda5c4cca16b3cbadaefcb44c5c15a9b
26,087,631,414,319
b20f460803574a4c6a4849333ab0172786c7517a
/src/main/java/com/sevil/starblocksmod/blocks/BlockBeamCornerSouthB.java
1a39ab12670829784702ff9f847f4f7fcb116873
[]
no_license
fronczek7f/StarBlocksMod
https://github.com/fronczek7f/StarBlocksMod
fc994f47c09f74edb128bdf8d4897013f40de3bd
40b884776bf44781edce04323fb9ebb2e59b475c
refs/heads/master
2019-03-21T01:33:36.965000
2018-06-29T10:06:39
2018-06-29T10:10:57
124,087,930
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sevil.starblocksmod.blocks; import com.sevil.starblocksmod.blocks.entityblock.TileEntityBeamCornerSouthB; import net.minecraft.block.BlockContainer; import net.minecraft.block.material.Material; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.tileentity.TileEntity; ...
UTF-8
Java
1,204
java
BlockBeamCornerSouthB.java
Java
[]
null
[]
package com.sevil.starblocksmod.blocks; import com.sevil.starblocksmod.blocks.entityblock.TileEntityBeamCornerSouthB; import net.minecraft.block.BlockContainer; import net.minecraft.block.material.Material; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.tileentity.TileEntity; ...
1,204
0.716777
0.711794
49
22.571428
22.006493
77
false
false
0
0
0
0
0
0
1.040816
false
false
5
b08f1e61fb734c389d2e506a95c8ad84a878ea3b
377,957,125,323
bc0f3e90e66936846e4eff3223ea8f05c306dfdc
/src/Main67.java
70b91a8f4070494e96fdbb1d33b39df590227e8b
[]
no_license
myobot/JavaPrograms
https://github.com/myobot/JavaPrograms
e92f17f9eac662095dc9207e09a8593bf30e8b48
a0e4895dd7a477dd40fc8ff109c732058a38ffda
refs/heads/master
2021-01-20T04:04:26.756000
2017-08-25T07:51:42
2017-08-25T07:51:42
101,379,783
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Created by WZW on 2017/08/11. */ import java.util.*; public class Main67{ public static void main(String args[]) { Scanner in = new Scanner(System.in); String str = in.nextLine(); String s[] = str.split(" "); char c[] = s[0].toCharArray(); char c2[] = s[1].toCharArray...
UTF-8
Java
1,784
java
Main67.java
Java
[ { "context": "/**\n * Created by WZW on 2017/08/11.\n */\nimport java.util.*;\npublic cla", "end": 21, "score": 0.9992914199829102, "start": 18, "tag": "USERNAME", "value": "WZW" } ]
null
[]
/** * Created by WZW on 2017/08/11. */ import java.util.*; public class Main67{ public static void main(String args[]) { Scanner in = new Scanner(System.in); String str = in.nextLine(); String s[] = str.split(" "); char c[] = s[0].toCharArray(); char c2[] = s[1].toCharArray...
1,784
0.344731
0.318946
58
29.758621
14.764018
64
false
false
0
0
0
0
0
0
0.672414
false
false
5
57730a29565804fa67d2f3712fca4d165a07d9d8
1,365,799,606,464
ce0a770205f372cfe665af4b1ff8566f791c665f
/MyJavaProject/src/com/exceptionhandling/Emp.java
86e18fb297420e952f1bbb5cd55d9d84a3ba105d
[]
no_license
HarshithPrabhakar/JavaProject
https://github.com/HarshithPrabhakar/JavaProject
a531176888418ff3c1a59602b7bed0d47b7e2708
92dd6359e11c5f31dd665c04ff7f0e0710510a8e
refs/heads/master
2022-03-14T07:01:06.384000
2019-11-22T04:07:51
2019-11-22T04:07:51
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.exceptionhandling; class Emp { static void salaryDetail(double salary) { if(salary>1000) System.out.println("Thank you"); else throw new SalaryException(); } public static void main(String[] args) { System.out.println("from main"); salaryDetail(200); System.out.print...
UTF-8
Java
345
java
Emp.java
Java
[]
null
[]
package com.exceptionhandling; class Emp { static void salaryDetail(double salary) { if(salary>1000) System.out.println("Thank you"); else throw new SalaryException(); } public static void main(String[] args) { System.out.println("from main"); salaryDetail(200); System.out.print...
345
0.652174
0.631884
19
16.157894
15.523372
41
false
false
0
0
0
0
0
0
1.473684
false
false
5
f8ce1530b1a6e32c096f9a71462e06c966acd6ed
9,002,251,461,745
de3c2d89f623527b35cc5dd936773f32946025d2
/src/main/java/iko/dmaz/lloq/SyncField.java
0473d9453d854b9e591ca0aceb966ccb802516c7
[]
no_license
ren19890419/lvxing
https://github.com/ren19890419/lvxing
5f89f7b118df59fd1da06aaba43bd9b41b5da1e6
239875461cb39e58183ac54e93565ec5f7f28ddb
refs/heads/master
2023-04-15T08:56:25.048000
2020-06-05T10:46:05
2020-06-05T10:46:05
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package iko.dmaz.lloq; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target({ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) public @interface SyncField { /* renamed from: a */ boolean m...
UTF-8
Java
405
java
SyncField.java
Java
[]
null
[]
package iko.dmaz.lloq; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target({ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) public @interface SyncField { /* renamed from: a */ boolean m...
405
0.745679
0.718518
16
24.3125
15.002995
44
false
false
0
0
0
0
0
0
0.4375
false
false
5
4177361d647ac7d8aeb9835a8775712df5ed6272
18,081,812,322,059
ee8dc478ee1fee2f8464b1dd14b49e8a8ee6310f
/study/study-jdk/studyJavaAll/src/main/java/com/openjava/study/reflect/sample/TestFactoryCreate.java
7ce29828715783f8a963dc73f0cf5b0e45990731
[]
no_license
sangyuruo/myopenjava
https://github.com/sangyuruo/myopenjava
1ac6fe29c6e231a8ebf5e816a350e2a2ac4e9c15
c2460b6a2b8195838d7a928140584b9f368c369c
refs/heads/master
2020-05-21T03:08:04.760000
2019-07-04T04:35:19
2019-07-04T04:35:19
42,656,524
2
0
null
false
2021-01-14T19:56:18
2015-09-17T13:03:31
2019-07-04T04:42:46
2021-01-14T19:56:17
48,185
1
0
36
Java
false
false
package com.openjava.study.reflect.sample; public class TestFactoryCreate { public static void main(String[] args) { ConnCacheKey key = new ConnCacheKey(); key.setAppType("twitter"); ConnectorFactory connectorFactory = new DefaultConnectorFactory(); ConnectorFactory proxy = ConnectorFactoryFactory .creat...
UTF-8
Java
406
java
TestFactoryCreate.java
Java
[]
null
[]
package com.openjava.study.reflect.sample; public class TestFactoryCreate { public static void main(String[] args) { ConnCacheKey key = new ConnCacheKey(); key.setAppType("twitter"); ConnectorFactory connectorFactory = new DefaultConnectorFactory(); ConnectorFactory proxy = ConnectorFactoryFactory .creat...
406
0.763547
0.763547
14
28
20.206081
68
false
false
0
0
0
0
0
0
1.785714
false
false
5
802f64001a39ff3264c4502639cf6525b76649ef
27,350,351,747,962
86e642c11805be63e007ef3b0a0e716acdf498ec
/src/main/java/com/thoughtworks/tw101/exercises/exercise7/Guess.java
c9a8176fdf005a58f85c4d126450f2ba66491a57
[]
no_license
MsLarissaaa/tw101-exercises
https://github.com/MsLarissaaa/tw101-exercises
c47fd12f4470e6626dec877b39c1272aa64559bb
bb0956a50c8d984d63f1bf236c1c8e09937429ab
refs/heads/master
2021-01-12T05:39:36.124000
2017-01-04T05:48:15
2017-01-04T05:48:15
77,162,180
0
0
null
true
2017-01-04T05:48:17
2016-12-22T17:06:40
2016-12-22T17:10:20
2017-01-04T05:48:16
108
0
0
0
Java
null
null
package com.thoughtworks.tw101.exercises.exercise7; import java.util.Scanner; class Guess { int guess; Guess() { Scanner input = new Scanner(System.in); System.out.println("Guess a number between 1 and 100: "); guess = input.nextInt(); } }
UTF-8
Java
282
java
Guess.java
Java
[]
null
[]
package com.thoughtworks.tw101.exercises.exercise7; import java.util.Scanner; class Guess { int guess; Guess() { Scanner input = new Scanner(System.in); System.out.println("Guess a number between 1 and 100: "); guess = input.nextInt(); } }
282
0.631206
0.602837
14
19
21.027193
65
false
false
0
0
0
0
0
0
0.428571
false
false
5
136fbf336fb294979f5043cfe80c24122a6663d3
28,071,906,284,616
c921ec52fc90eb7e69ade043824748fbf9a5276a
/twoPlayerWordGame/src/main/java/edu/neu/madcourse/adibalwani/twoplayerwordgame/WaitForTurnDialogFragment.java
3ef154e1530ca995a639ca970da80bbf391b53e6
[]
no_license
adibalwani/Android
https://github.com/adibalwani/Android
2a65cb559dcc317bb986f7d977a68525d86f033d
18ffd3160c89848e5c0863d69308bb4814367455
refs/heads/master
2016-09-16T22:56:25.682000
2016-07-08T20:01:56
2016-07-08T20:01:56
62,914,154
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package edu.neu.madcourse.adibalwani.twoplayerwordgame; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.app.DialogFragment; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; import android.content.In...
UTF-8
Java
5,295
java
WaitForTurnDialogFragment.java
Java
[]
null
[]
package edu.neu.madcourse.adibalwani.twoplayerwordgame; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.app.DialogFragment; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; import android.content.In...
5,295
0.596978
0.596223
147
35.020409
24.784094
95
false
false
0
0
0
0
0
0
0.52381
false
false
5
0799fb2a7baf8811c0c820405ec93662042442e5
32,633,161,562,031
09c826fb768612aba65e3a8008e6a22a87e08a1f
/RoomDatabaseDemo2/app/src/main/java/com/example/roomdatabasedemo2/User.java
849169a381394b9f8593bebfda6520b1b06e2067
[]
no_license
thiencd/test
https://github.com/thiencd/test
bb4b705d5c65cff85df6ce386cfe146f9acc0e7c
c34d38b7a08af160555109ecf8ee5aab65724f2d
refs/heads/master
2020-05-25T02:30:58.407000
2019-05-20T06:07:07
2019-05-20T06:07:07
187,580,091
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.roomdatabasedemo2; import android.arch.persistence.room.ColumnInfo; import android.arch.persistence.room.Entity; import android.arch.persistence.room.PrimaryKey; @Entity(tableName = "user") public class User { @PrimaryKey private int id; @ColumnInfo(name = "user_name") private Str...
UTF-8
Java
930
java
User.java
Java
[]
null
[]
package com.example.roomdatabasedemo2; import android.arch.persistence.room.ColumnInfo; import android.arch.persistence.room.Entity; import android.arch.persistence.room.PrimaryKey; @Entity(tableName = "user") public class User { @PrimaryKey private int id; @ColumnInfo(name = "user_name") private Str...
930
0.606452
0.605376
50
17.6
15.520309
52
false
false
0
0
0
0
0
0
0.38
false
false
5
bcce72973fdb529dbf09662b0f33830cf3797d67
6,511,170,480,205
37ff20ba64353717e362767e6b718f2d17e20e72
/app/src/main/java/com/example/neven/firebaseintegrationapp/dagger/modules/ResetPasswordModule.java
ccfcfae6dd24ce6dc391b7a3530e818309e23906
[]
no_license
Nenco1993/FirebaseIntegrationApp
https://github.com/Nenco1993/FirebaseIntegrationApp
6e615ce1631ef0190c3359984fde577df01366bf
da7bab5eaafcabda21882180ab99c6705d1a4175
refs/heads/master
2021-01-22T06:02:05.601000
2017-05-29T20:39:24
2017-05-29T20:39:24
92,516,006
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.neven.firebaseintegrationapp.dagger.modules; import android.app.Activity; import com.example.neven.firebaseintegrationapp.dagger.scopes.ActivityScope; import com.example.neven.firebaseintegrationapp.models.User; import com.example.neven.firebaseintegrationapp.presenters.ResetPasswordPresenter; impo...
UTF-8
Java
1,167
java
ResetPasswordModule.java
Java
[ { "context": "Module;\nimport dagger.Provides;\n\n/**\n * Created by Neven on 26.5.2017..\n */\n@Module\npublic class ResetPass", "end": 546, "score": 0.9830257892608643, "start": 541, "tag": "USERNAME", "value": "Neven" } ]
null
[]
package com.example.neven.firebaseintegrationapp.dagger.modules; import android.app.Activity; import com.example.neven.firebaseintegrationapp.dagger.scopes.ActivityScope; import com.example.neven.firebaseintegrationapp.models.User; import com.example.neven.firebaseintegrationapp.presenters.ResetPasswordPresenter; impo...
1,167
0.75407
0.748072
50
22.34
25.787291
86
false
false
0
0
0
0
0
0
0.34
false
false
5
3ad0b702be7a82a4d2b18601a7f1f9e0c8a505c7
7,318,624,273,480
aec861c3e8186635edb8ba92877dafa3d7e0bc94
/com/midgardabc/day14/shop/view/Splash.java
0ca55695085236b51c51874969a238340970c233
[]
no_license
AA0700KA/AndrewRepository
https://github.com/AA0700KA/AndrewRepository
e670f451d633a2bec4efac114ac0b79d55704611
fd8c3d2484b03146bf7bfbaec04da575fb2698f3
refs/heads/master
2021-01-13T00:41:22.577000
2015-12-14T09:56:28
2015-12-14T09:56:28
47,965,703
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.midgardabc.day14.shop.view; import java.awt.*; /** * Created by user on 03.09.2015. */ public class Splash { private int percent = 0; public void createSplash() throws InterruptedException { SplashScreen splash = SplashScreen.getSplashScreen(); Graphics2D g = splash.createGrap...
UTF-8
Java
872
java
Splash.java
Java
[ { "context": ".shop.view;\n\nimport java.awt.*;\n\n/**\n * Created by user on 03.09.2015.\n */\npublic class Splash {\n\n pri", "end": 83, "score": 0.6866554617881775, "start": 79, "tag": "USERNAME", "value": "user" } ]
null
[]
package com.midgardabc.day14.shop.view; import java.awt.*; /** * Created by user on 03.09.2015. */ public class Splash { private int percent = 0; public void createSplash() throws InterruptedException { SplashScreen splash = SplashScreen.getSplashScreen(); Graphics2D g = splash.createGrap...
872
0.512615
0.462156
38
21.947369
18.253979
65
false
false
0
0
0
0
0
0
0.552632
false
false
5
6ceb56c16c3b722abdf30d7e215d544e52827e19
13,580,686,643,447
1272e0af6c6ab10523dfe21f21bd5df85f964116
/com.zutubi.pulse.master/src/java/com/zutubi/pulse/master/events/HostUpgradeCompleteEvent.java
330fddd733bcdce0a4578e1d911975491b7824f3
[ "Apache-2.0" ]
permissive
ppsravan/pulse
https://github.com/ppsravan/pulse
083e57932423ea6360e3642f3934e17ea450be75
6a41105ae8438018b055611268c20dac5585f890
refs/heads/master
2022-03-10T23:17:58.540000
2017-04-14T12:00:02
2017-04-14T12:00:02
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* Copyright 2017 Zutubi Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
UTF-8
Java
1,268
java
HostUpgradeCompleteEvent.java
Java
[]
null
[]
/* Copyright 2017 Zutubi Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
1,268
0.690852
0.684543
43
27.83721
28.398272
93
false
false
0
0
0
0
0
0
0.372093
false
false
5
cf1e65a4e1726ec5a3b63529019e57c5caae4117
16,286,516,021,458
33dce3f6a08aaad723cf5665f11e5cd7307a64d9
/src/main/java/br/datainfo/utilitarios/MensagensSistema.java
bebe1915a81eb3a8247291d9767c1f7a21dc0865
[]
no_license
RaulBBrito/dataInfoDesafio
https://github.com/RaulBBrito/dataInfoDesafio
fb3ba2fbfb87379432f1f12dcfa2dfd1d9685f8d
66b735df1cb9127b236cd6b0b7f6b343741335ef
refs/heads/master
2020-05-18T15:03:23.546000
2019-05-01T22:04:49
2019-05-01T22:04:49
184,486,734
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package br.datainfo.utilitarios; public class MensagensSistema { private String mensagem; public MensagensSistema(){} public MensagensSistema(String mensagem){ this.mensagem = mensagem; } public String getMensagem() { return mensagem; } public void setMensagem(String string) { this.mensagem = stri...
UTF-8
Java
331
java
MensagensSistema.java
Java
[]
null
[]
package br.datainfo.utilitarios; public class MensagensSistema { private String mensagem; public MensagensSistema(){} public MensagensSistema(String mensagem){ this.mensagem = mensagem; } public String getMensagem() { return mensagem; } public void setMensagem(String string) { this.mensagem = stri...
331
0.731118
0.731118
21
14.714286
15.25386
42
false
false
0
0
0
0
0
0
1.047619
false
false
5
fc480cb3536938dc9b3c8180452a4d85fec5f553
17,849,884,105,856
fc6c869ee0228497e41bf357e2803713cdaed63e
/weixin6519android1140/src/sourcecode/com/tencent/mm/plugin/appbrand/jsapi/i/d.java
8ec6985d409b64c650204247027358c00bd7059a
[]
no_license
hyb1234hi/reverse-wechat
https://github.com/hyb1234hi/reverse-wechat
cbd26658a667b0c498d2a26a403f93dbeb270b72
75d3fd35a2c8a0469dbb057cd16bca3b26c7e736
refs/heads/master
2020-09-26T10:12:47.484000
2017-11-16T06:54:20
2017-11-16T06:54:20
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tencent.mm.plugin.appbrand.jsapi.i; import com.tencent.gmtrace.GMTrace; import com.tencent.mm.plugin.appbrand.c; import com.tencent.mm.plugin.appbrand.c.b; import com.tencent.mm.plugin.appbrand.j; import com.tencent.mm.plugin.appbrand.jsapi.a; import com.tencent.mm.plugin.appbrand.ui.banner.AppBrandStickyB...
UTF-8
Java
1,385
java
d.java
Java
[]
null
[]
package com.tencent.mm.plugin.appbrand.jsapi.i; import com.tencent.gmtrace.GMTrace; import com.tencent.mm.plugin.appbrand.c; import com.tencent.mm.plugin.appbrand.c.b; import com.tencent.mm.plugin.appbrand.j; import com.tencent.mm.plugin.appbrand.jsapi.a; import com.tencent.mm.plugin.appbrand.ui.banner.AppBrandStickyB...
1,385
0.703249
0.602166
46
29.130434
27.305525
137
false
false
0
0
0
0
0
0
0.73913
false
false
5
4cd0b67ee5845050a3cd744d23db915dbaa23134
24,481,313,606,493
becd67661be19f100bf45aab8095ab48036a05ad
/app/src/main/java/pl/lukaszdutka/apiproject/activities/MainActivity.java
33a7b4ed05f017ac477fe335bf123c91557bbcc6
[]
no_license
lukaszdutka/ApiProject
https://github.com/lukaszdutka/ApiProject
552a7d75b7c521ecf0e27a494746643fd5357788
0a84d75550684f07c493c0ba127e112a74a2fb39
refs/heads/master
2020-03-16T23:03:41.232000
2018-05-11T16:28:35
2018-05-11T16:28:35
133,063,173
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package pl.lukaszdutka.apiproject.activities; import android.content.ContentResolver; import android.content.Context; import android.content.SharedPreferences; import android.support.design.widget.CollapsingToolbarLayout; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support...
UTF-8
Java
4,056
java
MainActivity.java
Java
[]
null
[]
package pl.lukaszdutka.apiproject.activities; import android.content.ContentResolver; import android.content.Context; import android.content.SharedPreferences; import android.support.design.widget.CollapsingToolbarLayout; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support...
4,056
0.725838
0.723373
120
32.799999
25.304018
112
false
false
0
0
0
0
0
0
0.591667
false
false
5
c907699f219d4f3761a8fa643655a346360ac573
6,794,638,290,143
3ce0f9e74cf9eb5d7b56f5fd6995550bb741256f
/app/src/main/java/com/babylon/vasco/tecnicalvasco/BasicDetailsActivity.java
57302b340a470eb2d147f8c33ade7e35e70eafc5
[]
no_license
vascofermandes/TecnicalVasco
https://github.com/vascofermandes/TecnicalVasco
478c1fec6af702cf1efedff00dd0bcf13a2b951c
cf4303bb5e9ca891d0db6bf7280ab0e8033c7d8e
refs/heads/master
2016-06-08T09:27:52.457000
2016-04-13T11:48:22
2016-04-13T11:48:22
56,012,489
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.babylon.vasco.tecnicalvasco; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.os.AsyncTask; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.T...
UTF-8
Java
1,634
java
BasicDetailsActivity.java
Java
[]
null
[]
package com.babylon.vasco.tecnicalvasco; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.os.AsyncTask; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.T...
1,634
0.732558
0.730722
62
25.354839
24.05444
80
false
false
0
0
0
0
0
0
0.564516
false
false
5
228ced089cc272b52b4b5e1ecfc7e4546879acc0
9,672,266,384,053
883d345065cd10ed845390093400d199a8c05b2d
/src/main/java/com/hospitalproject/config/SpringConfig.java
199d6d13cc2e8746d0c310f294ffae659449c977
[]
no_license
Chismur/HospitalProject
https://github.com/Chismur/HospitalProject
b9905a5cf0d7abece967eb2a198c7a4b07c0fc34
33a4b070fc60ad7538126181da8ad867320342dc
refs/heads/master
2021-08-30T10:54:28.496000
2017-12-17T15:14:15
2017-12-17T15:14:15
110,894,056
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hospitalproject.config; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.ImportResource; /** * Created by kingm on 14.11.2017. */ @Configuration @ComponentScan("com.hospitalproject") @I...
UTF-8
Java
389
java
SpringConfig.java
Java
[ { "context": "text.annotation.ImportResource;\n\n/**\n * Created by kingm on 14.11.2017.\n */\n@Configuration\n@ComponentScan(", "end": 245, "score": 0.9996052980422974, "start": 240, "tag": "USERNAME", "value": "kingm" } ]
null
[]
package com.hospitalproject.config; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.ImportResource; /** * Created by kingm on 14.11.2017. */ @Configuration @ComponentScan("com.hospitalproject") @I...
389
0.81491
0.794344
15
24.933332
22.819485
61
false
false
0
0
0
0
0
0
0.266667
false
false
5
d1a9c99e9b283e50512e6404ffce9ab185ba712c
22,273,700,432,366
4c65f1d94077bfa97fa3dafb82a2c605d43acc6a
/digitalfarmer/src/main/java/com/sergiogutierrez/digitalfarmer/dao/FieldDAO.java
4bd6a83ba646f7eb4585e031a7f6b3a7aa6b69fd
[]
no_license
sergio8221/digitalfarmer-back
https://github.com/sergio8221/digitalfarmer-back
0f07fa95cf0d9e086bedfd3cc12993bc784e0c5d
60b8809cbc5c49909ea2e0e3d7235b5a9c5e6e93
refs/heads/develop
2021-07-09T08:58:55.990000
2020-11-19T21:49:10
2020-11-19T21:49:10
213,720,645
0
0
null
false
2019-12-13T22:15:30
2019-10-08T18:28:24
2019-10-08T18:28:27
2019-12-13T22:15:29
67
0
0
0
null
false
false
package com.sergiogutierrez.digitalfarmer.dao; import java.util.List; import com.sergiogutierrez.digitalfarmer.entity.Field; public interface FieldDAO { public List<Field> getAll(); public Field getById(int id); public void save(Field field); public void delete(int id); }
UTF-8
Java
285
java
FieldDAO.java
Java
[]
null
[]
package com.sergiogutierrez.digitalfarmer.dao; import java.util.List; import com.sergiogutierrez.digitalfarmer.entity.Field; public interface FieldDAO { public List<Field> getAll(); public Field getById(int id); public void save(Field field); public void delete(int id); }
285
0.768421
0.768421
17
15.764706
17.998463
54
false
false
0
0
0
0
0
0
0.647059
false
false
5
713cae3d3114c2019045e191d63c71c88956fe5d
28,638,841,979,552
31502f04c93ab58513e7e20a2b6416bd336a6e03
/DotaGame/src/Heroes/Agility.java
a3db9760cd9ef91776456913e633a9af5cbb3ff6
[]
no_license
maxxxdj/DotaGame
https://github.com/maxxxdj/DotaGame
6670bb8fa9a1c61a481dddc730a1121c250bdee3
790740bf97ec7973a1ee50500b6ffed5c9b4388e
refs/heads/main
2023-02-25T04:59:53.897000
2021-02-07T14:55:33
2021-02-07T14:55:33
336,101,108
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Heroes; public class Agility extends Hero{ public Agility(String name) { super(name); super.setStrength(25); super.setAgility(100); super.setIntelligence(15); super.setHitPoints(650); super.setDamage(120); } }
UTF-8
Java
275
java
Agility.java
Java
[]
null
[]
package Heroes; public class Agility extends Hero{ public Agility(String name) { super(name); super.setStrength(25); super.setAgility(100); super.setIntelligence(15); super.setHitPoints(650); super.setDamage(120); } }
275
0.614545
0.567273
12
21.916666
12.757078
34
false
false
0
0
0
0
0
0
0.583333
false
false
5
d458ee42675b288554cced14a57117505bcbf6da
8,667,244,034,979
0801d546cf759ab607096dfcfb277b9fe12fb4e5
/net/minecraft/server/v1_12_R1/BlockTripwireHook.java
b8452a3bd0ce17e0d227a2f2d8a5614b25d679d1
[]
no_license
Balafre78/spigot-1.12
https://github.com/Balafre78/spigot-1.12
379e68c4982a399692cc5a15b6a4b87be1f00fa4
439b0d0119620470fabf6cba656401f5a272ba45
refs/heads/master
2022-04-24T05:26:00.677000
2020-04-21T11:36:20
2020-04-21T11:36:20
257,556,135
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* */ package net.minecraft.server.v1_12_R1; /* */ /* */ import com.google.common.base.MoreObjects; /* */ import java.util.Iterator; /* */ import java.util.Random; /* */ import javax.annotation.Nullable; /* */ import org.bukkit.block.Block; /* */ import org.bukkit.event.Event; /...
UTF-8
Java
14,497
java
BlockTripwireHook.java
Java
[]
null
[]
/* */ package net.minecraft.server.v1_12_R1; /* */ /* */ import com.google.common.base.MoreObjects; /* */ import java.util.Iterator; /* */ import java.util.Random; /* */ import javax.annotation.Nullable; /* */ import org.bukkit.block.Block; /* */ import org.bukkit.event.Event; /...
14,497
0.553908
0.513003
299
46.491638
41.091736
225
false
false
0
0
0
0
0
0
1.060201
false
false
5
e2116c55ae9f8c86c79ee80801e1df49eeb79068
17,420,387,364,562
b110463ee25bc97c520e11ca7fef51b22fd32195
/src/main/java/com/james137137/LimitedWorldEdit/LimitedWorldEdit.java
42e8640874b9069011b3b22cb443aaca16291dae
[]
no_license
James137137/LimitedWorldEdit
https://github.com/James137137/LimitedWorldEdit
a19879e7f9746d76caaf356765548f028cb1fafd
bef7745b2a56ec6b74207973b3e69ed01a615f59
refs/heads/master
2021-01-25T08:28:32.730000
2017-04-19T23:09:43
2017-04-19T23:09:43
9,484,280
2
0
null
false
2014-10-20T19:42:02
2013-04-16T22:38:58
2014-10-20T19:16:29
2014-10-20T19:42:02
200
1
1
0
Java
null
null
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.james137137.LimitedWorldEdit; import com.james137137.LimitedWorldEdit.hooks.API; import com.james137137.LimitedWorldEdit.hooks.WorldGaurdAPI; import com.sk89q.worldedit.WorldEdit; import com.sk89q.worldedit....
UTF-8
Java
1,439
java
LimitedWorldEdit.java
Java
[ { "context": " open the template in the editor.\n */\npackage com.james137137.LimitedWorldEdit;\n\nimport com.james137137.Limited", "end": 123, "score": 0.9539467096328735, "start": 112, "tag": "USERNAME", "value": "james137137" }, { "context": "age com.james137137.LimitedWorldEdit;\...
null
[]
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.james137137.LimitedWorldEdit; import com.james137137.LimitedWorldEdit.hooks.API; import com.james137137.LimitedWorldEdit.hooks.WorldGaurdAPI; import com.sk89q.worldedit.WorldEdit; import com.sk89q.worldedit....
1,439
0.706741
0.690757
50
27.780001
27.094126
119
false
false
0
0
0
0
0
0
0.52
false
false
5
e7410ca95fa62bc14612a305d24f1159fb81c481
8,667,244,039,929
5e384938f407cf09b9f0d7561336dddb5d4599aa
/ProjetosExemplos/ProjetoInterface/src/projetointerface/ProjetoInterface.java
01af465af7ccbafd12060ad7a1fef0bd3aa83378
[]
no_license
Mardoniosc/java_udemy
https://github.com/Mardoniosc/java_udemy
2967d19dac4686ed6f6a421480388c55df2f790f
635d1b4ce3c56571adb19884e205e120f9cc46bd
refs/heads/master
2020-05-25T00:46:30.796000
2019-08-16T13:39:00
2019-08-16T13:39:00
187,537,838
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package projetointerface; public class ProjetoInterface { public static void main(String[] args) { Caneta caneta = new Caneta("Azul"); Lapis lapis = new Lapis("Preto"); Giz giz = new Giz("Verde"); System.out.println("A caneta tem a cor: " + caneta.cor()); caneta.escrever("Este é o texto escrito pela ca...
WINDOWS-1252
Java
560
java
ProjetoInterface.java
Java
[]
null
[]
package projetointerface; public class ProjetoInterface { public static void main(String[] args) { Caneta caneta = new Caneta("Azul"); Lapis lapis = new Lapis("Preto"); Giz giz = new Giz("Verde"); System.out.println("A caneta tem a cor: " + caneta.cor()); caneta.escrever("Este é o texto escrito pela ca...
560
0.667864
0.667864
20
26.85
23.160904
60
false
false
0
0
0
0
0
0
1.7
false
false
5
cea025624e5285b0b88ca5d005cb0b310164a772
18,992,345,385,960
20a7b28987fdf7b48267b42d146a7eefd63b0048
/webshopbkd/src/test/java/com/abhi/webshopbkd/test/ProductTestCase.java
ec81bc1c467a8d0e500b5d382ea8556091dc7821
[]
no_license
NeoAbhiS/WebShopping
https://github.com/NeoAbhiS/WebShopping
60f109b14ac96ce427e262ce75e3c9d6ecf71d6f
bdbd399fef9ac686c9fca6d737cf135663f8f78a
refs/heads/master
2021-08-23T22:21:00.785000
2017-12-06T21:16:03
2017-12-06T21:16:03
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
//package com.abhi.webshopbkd.test; // //import static org.junit.Assert.assertEquals; // //import org.junit.BeforeClass; //import org.junit.Test; //import org.springframework.context.annotation.AnnotationConfigApplicationContext; // //import com.abhi.webshopbkd.dao.ProductDAO; //import com.abhi.webshopbkd.dto.Product; ...
UTF-8
Java
3,902
java
ProductTestCase.java
Java
[ { "context": "duct = new Product();\n////\n////\t\tproduct.setName(\"Moto Moto\");\n////\t\tproduct.setBrand(\"MOTO\");\n////\t\tproduct.", "end": 2126, "score": 0.7895020246505737, "start": 2117, "tag": "NAME", "value": "Moto Moto" } ]
null
[]
//package com.abhi.webshopbkd.test; // //import static org.junit.Assert.assertEquals; // //import org.junit.BeforeClass; //import org.junit.Test; //import org.springframework.context.annotation.AnnotationConfigApplicationContext; // //import com.abhi.webshopbkd.dao.ProductDAO; //import com.abhi.webshopbkd.dto.Product; ...
3,899
0.654792
0.648642
125
30.216
29.777464
133
false
false
0
0
0
0
0
0
1.736
false
false
5
8e3fb85726961487629af688197925da6b947726
26,225,070,351,659
337eaf4af6734b32e1e7df00cb2ef0f173ba4c97
/src/com/faustas/dbms/scenarios/AddRecipeScenario.java
19a5115cdaa07dc52262c75a8598be5aa8da9e11
[]
no_license
faustuzas/RecipesApp
https://github.com/faustuzas/RecipesApp
99501dc01cee245ff1a1cdb7589fa71a74d6dcb3
650853175c0f473993a6a164fac7e43439fcd880
refs/heads/master
2020-05-20T08:15:05.713000
2019-05-21T09:33:48
2019-05-21T09:33:48
185,470,090
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.faustas.dbms.scenarios; import com.faustas.dbms.framework.annotations.Service; import com.faustas.dbms.interfaces.SecurityContext; import com.faustas.dbms.models.Ingredient; import com.faustas.dbms.models.Recipe; import com.faustas.dbms.services.ConsoleInteractor; import com.faustas.dbms.services.ProductSe...
UTF-8
Java
2,754
java
AddRecipeScenario.java
Java
[]
null
[]
package com.faustas.dbms.scenarios; import com.faustas.dbms.framework.annotations.Service; import com.faustas.dbms.interfaces.SecurityContext; import com.faustas.dbms.models.Ingredient; import com.faustas.dbms.models.Recipe; import com.faustas.dbms.services.ConsoleInteractor; import com.faustas.dbms.services.ProductSe...
2,754
0.631082
0.62963
80
33.424999
27.075254
106
false
false
0
0
0
0
0
0
0.625
false
false
5
03d11149a9f3548aea729c7a0c3b229f04573934
429,496,753,735
f8f11d1a0faa476ed2540934151750b0d809a5c0
/SortAlgorithmVisualizer/src/main/SortAlgorithmVisualizer.java
efdac34c584ff930d4c2caba0d1d6d3e7554bee3
[]
no_license
markekvall/code-projects
https://github.com/markekvall/code-projects
4748c0246678e033ca3712163bf6ab2b6b380e5a
520c297218700f1182a02050784b92befc15e1f0
refs/heads/main
2023-05-06T05:56:07.922000
2021-05-25T11:38:34
2021-05-25T11:38:34
357,164,289
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package main; import java.awt.*; import java.awt.image.BufferStrategy; import java.util.Scanner; /*-------------------------------------------------- Created by Mark Ekvall 2021-05 --------------------------------------------------*/ public class SortAlgorithmVisualizer extends Canvas { public stati...
UTF-8
Java
1,847
java
SortAlgorithmVisualizer.java
Java
[ { "context": "--------------------------------------\r\nCreated by Mark Ekvall\r\n2021-05\r\n --------------------------------------", "end": 179, "score": 0.9998009204864502, "start": 168, "tag": "NAME", "value": "Mark Ekvall" } ]
null
[]
package main; import java.awt.*; import java.awt.image.BufferStrategy; import java.util.Scanner; /*-------------------------------------------------- Created by <NAME> 2021-05 --------------------------------------------------*/ public class SortAlgorithmVisualizer extends Canvas { public static fin...
1,842
0.571738
0.56091
64
26.859375
23.003305
89
false
false
0
0
0
0
0
0
0.609375
false
false
5
325177f205d320e0b866e3b409f2c4182073a4f1
22,565,758,184,824
b6d5b955e58f3aa5af831c03cd010e92bb4b9028
/out/production/HackerRank/src/hackerrank/Regex.java
8e85a852b77ce46039cbc8fb2fd24588a0ce87a0
[]
no_license
Rattlehead931/hackerrankProblems
https://github.com/Rattlehead931/hackerrankProblems
6d4878e13cb4dbf6d8742784670a98714de465fd
1e36c23364f355e80c84e8a17e31833726cd93c4
refs/heads/master
2019-03-16T23:06:07.058000
2018-04-03T12:03:58
2018-04-03T12:03:58
123,023,457
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package hackerrank; import java.util.regex.*; public class Regex { public static void main(String args[]) { String longString = "Blah blah"; } public static void regexChecker(String regex,String toCheck) { Pattern checkRegex = Pattern.compile(regex); Matcher regexMatche...
UTF-8
Java
363
java
Regex.java
Java
[]
null
[]
package hackerrank; import java.util.regex.*; public class Regex { public static void main(String args[]) { String longString = "Blah blah"; } public static void regexChecker(String regex,String toCheck) { Pattern checkRegex = Pattern.compile(regex); Matcher regexMatche...
363
0.652893
0.652893
21
16.285715
21.33886
64
false
false
0
0
0
0
0
0
0.285714
false
false
5
e06ba4c37aa6180e0fbe6ae6ad6bf6a5045bbf9b
34,514,357,240,608
6631a6857a5b6d635b3c8c3537926125f2190102
/app/src/main/java/neo/vn/test365children/Presenter/Iml_init.java
29415df9debaa0c6646be8d29acfd295f01f17c8
[]
no_license
quochuy190/Test365Children
https://github.com/quochuy190/Test365Children
0f9b37f675d52f60d912f6215dd64a26151b0647
d7d068aa6cbc76e8ac4a49d5570af6d5f7103e3c
refs/heads/master
2021-06-04T01:40:37.204000
2020-03-03T03:42:12
2020-03-03T03:42:12
147,315,508
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package neo.vn.test365children.Presenter; import neo.vn.test365children.Models.ErrorApi; import neo.vn.test365children.Models.respon_api.ResponInitChil; public interface Iml_init { interface Presenter { void api_init(String APP_VERSION, String DEVICE_MODEL, String TOKEN_KEY, String D...
UTF-8
Java
1,427
java
Iml_init.java
Java
[]
null
[]
package neo.vn.test365children.Presenter; import neo.vn.test365children.Models.ErrorApi; import neo.vn.test365children.Models.respon_api.ResponInitChil; public interface Iml_init { interface Presenter { void api_init(String APP_VERSION, String DEVICE_MODEL, String TOKEN_KEY, String D...
1,427
0.633497
0.625788
32
43.59375
41.153568
116
false
false
0
0
0
0
0
0
1.34375
false
false
5
c1d75627c8fe5f1d74d6d1bf78d0bfe3892f05e8
38,843,684,244,412
13cd3d6480346abb4e634432b90ea2125e77d056
/app/src/main/java/com/dragoninst/bluedragon/BlueDragon.java
45c6cfb27e46dec921ab72158e60ee7d69750592
[]
no_license
chrysaor/DragonNest
https://github.com/chrysaor/DragonNest
90aa5ad4cf1f02fac35b7214d94ed85875166fbd
fe9d3fec71dc223bdc5e85c96de669d77685d60e
refs/heads/master
2018-01-08T19:05:47.754000
2016-04-01T02:26:23
2016-04-01T02:26:23
52,540,904
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.dragoninst.bluedragon; import com.dragoninst.dragon.AbstractDragon; import io.netty.buffer.PooledByteBufAllocator; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelOption; import io.netty.channel.epoll.EpollChannelOption; import io.netty.channel.epoll.EpollDatagramChannel; import...
UTF-8
Java
1,464
java
BlueDragon.java
Java
[]
null
[]
package com.dragoninst.bluedragon; import com.dragoninst.dragon.AbstractDragon; import io.netty.buffer.PooledByteBufAllocator; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelOption; import io.netty.channel.epoll.EpollChannelOption; import io.netty.channel.epoll.EpollDatagramChannel; import...
1,464
0.766393
0.766393
58
24.241379
21.210205
80
false
false
0
0
0
0
0
0
1.689655
false
false
5
f5f1363f7473b23908cd74417183376b32a4bbc7
39,024,072,868,730
9d280b50198f56bfb1165003c8cb95f51ae0e367
/app/src/main/java/com/example/hp/iclass/PersonCenter/SettingActivity.java
83476af5d87114fe1ad431486449074589ae7714
[]
no_license
spencercjh/iClass
https://github.com/spencercjh/iClass
608f93e879551980958c740739e47dd8845377a3
e31f514731c5d894d1b36bf70658d97e596c9903
refs/heads/master
2021-09-13T00:23:16.218000
2018-04-23T06:28:27
2018-04-23T06:28:27
113,036,949
4
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.hp.iclass.PersonCenter; import android.content.Context; import android.content.Intent; import android.graphics.Color; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.Toolbar; import android.util.Log; import android.view.View; import androi...
UTF-8
Java
7,292
java
SettingActivity.java
Java
[]
null
[]
package com.example.hp.iclass.PersonCenter; import android.content.Context; import android.content.Intent; import android.graphics.Color; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.Toolbar; import android.util.Log; import android.view.View; import androi...
7,292
0.585088
0.584246
185
37.497299
25.216923
107
false
false
0
0
0
0
0
0
0.794595
false
false
5
fc379196d7b06d964ee9168a8824a883ae59c696
38,543,036,540,871
fac4cdb007450ba84b8bc5ebc995854bbbe6c081
/codingInterview/src/chapter8/Question2.java
cc338164c4fd458c8f4002e808bcd439e0184331
[]
no_license
pikachom/carckingTheCodingInterview
https://github.com/pikachom/carckingTheCodingInterview
e2e8d10be7a03704b01c067a6f5f1fa66808eb06
b6363764f71d35594fb5031563a7b01c0bdbd666
refs/heads/master
2021-06-11T16:31:24.151000
2021-05-29T09:20:34
2021-05-29T09:20:34
186,317,778
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package chapter8; import java.util.ArrayList; import java.util.HashSet; public class Question2 { class Board{ int columns; int rows; ArrayList<Bomb> Bombs = new ArrayList<Bomb>(); Board(int columns, int rows){ this.columns = columns; this.rows = rows; } void addBomb(int bombColumn, int bombRow) ...
UHC
Java
2,683
java
Question2.java
Java
[]
null
[]
package chapter8; import java.util.ArrayList; import java.util.HashSet; public class Question2 { class Board{ int columns; int rows; ArrayList<Bomb> Bombs = new ArrayList<Bomb>(); Board(int columns, int rows){ this.columns = columns; this.rows = rows; } void addBomb(int bombColumn, int bombRow) ...
2,683
0.618885
0.609405
119
21.159664
18.394821
102
false
false
0
0
0
0
0
0
3.193277
false
false
5
cea392cd63d71def7ca36a4352401702e4a85af4
35,966,056,182,502
1ce3f42c99ecc8214ddf71feba3edb60c6672559
/app/src/main/java/learn2/program/db/tables/CustomServing.java
7e43aacc3c103d245f5bbc3976f0f1359b716f9b
[]
no_license
Svinqvai/ShapeTransform
https://github.com/Svinqvai/ShapeTransform
9a4c031f7d9e09eb361581748398136fb2e82976
534d8f1bd012e9f496be41597ef43da5e5384934
refs/heads/master
2016-09-07T22:14:08.913000
2016-09-06T16:30:53
2016-09-06T16:30:53
49,432,291
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package learn2.program.db.tables; import com.j256.ormlite.field.DatabaseField; import com.j256.ormlite.table.DatabaseTable; import learn2.program.pojos.IServing; import learn2.program.pojos.RecycleItem; @DatabaseTable(tableName = "custom_servings") public class CustomServing implements RecycleItem, IServing { pu...
UTF-8
Java
1,332
java
CustomServing.java
Java
[]
null
[]
package learn2.program.db.tables; import com.j256.ormlite.field.DatabaseField; import com.j256.ormlite.table.DatabaseTable; import learn2.program.pojos.IServing; import learn2.program.pojos.RecycleItem; @DatabaseTable(tableName = "custom_servings") public class CustomServing implements RecycleItem, IServing { pu...
1,332
0.632883
0.626126
63
20.126984
19.530596
72
false
false
0
0
0
0
0
0
0.412698
false
false
5
c85458e5ff4ec01e7cab1e7c9624604cd1cd46ee
38,405,597,593,023
2eb23895e8f3edbdc9fcb8ce4a55d857c976dc5a
/ tdil-pq --username subcmd@gmail.com/DJMagWeb/JavaSource/com/tdil/djmag/model/Country.java
d3d1ff2501cd4615ab5731a45f58c032ecfa0654
[]
no_license
rraaff/tdil-pq
https://github.com/rraaff/tdil-pq
66e8c1ba13e6bca9dd7ba7d1dea2df0768bfecdf
7a703f5adecb6b8cb149abc361545bcfd3917225
refs/heads/master
2016-09-06T03:54:46.934000
2015-03-07T01:53:22
2015-03-07T01:53:22
38,350,607
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tdil.djmag.model; import com.tdil.ibatis.PersistentObject; public class Country extends PersistentObject { /** * This field was generated by MyBatis Generator. This field corresponds to the database column COUNTRY.name * @mbggenerated Tue Jun 19 18:08:48 ART 2012 */ private String name; /** *...
UTF-8
Java
1,790
java
Country.java
Java
[]
null
[]
package com.tdil.djmag.model; import com.tdil.ibatis.PersistentObject; public class Country extends PersistentObject { /** * This field was generated by MyBatis Generator. This field corresponds to the database column COUNTRY.name * @mbggenerated Tue Jun 19 18:08:48 ART 2012 */ private String name; /** *...
1,790
0.712849
0.664804
60
28.85
34.481312
123
false
false
0
0
0
0
0
0
1.033333
false
false
5
3da470843177238358455961231aa110043a00c5
17,643,725,686,143
1e755b7b3bb9d84715f3f2919a3683371bf28956
/granmercado/src/main/java/pe/com/granmercado/dao/ProductoDAOImpl.java
fe75d3f5be0effc52dfcb0b3de2a9645860816cb
[]
no_license
djaimes610/APEGA
https://github.com/djaimes610/APEGA
c3fb637d1c07181b3696fa251dadb9d519483274
4994845c3cc1985c424b957846a894b486960041
refs/heads/master
2021-01-13T00:15:51.349000
2015-11-11T09:22:13
2015-11-11T09:22:13
45,328,894
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package pe.com.granmercado.dao; import java.util.List; import org.hibernate.Criteria; import org.hibernate.HibernateException; import org.springframework.stereotype.Repository; import pe.com.granmercado.model.Producto; @Repository("productoDao") public class ProductoDAOImpl extends AbstractDao implements...
UTF-8
Java
716
java
ProductoDAOImpl.java
Java
[]
null
[]
package pe.com.granmercado.dao; import java.util.List; import org.hibernate.Criteria; import org.hibernate.HibernateException; import org.springframework.stereotype.Repository; import pe.com.granmercado.model.Producto; @Repository("productoDao") public class ProductoDAOImpl extends AbstractDao implements...
716
0.706704
0.706704
27
24.518518
20.920256
73
false
false
0
0
0
0
0
0
1.518519
false
false
5
3c485e5638bd0eab487fc3bd65d73f254529f027
4,853,313,078,384
eefbe932119c00d0192e8a465c439f8f75c9bad5
/core/src/com/comp460/screens/tactics/systems/map/MapToScreenSystem.java
8117a2b359a81662b83d2d6b721aa807e8bd7c7e
[]
no_license
mbh95/tactics460
https://github.com/mbh95/tactics460
e68102e0fdfa08502c48c49c1a5834fbbba53922
8e0418a5835007e9ec867e4f7a26bb8299766cd1
refs/heads/master
2021-01-11T21:34:21.820000
2017-04-24T00:22:48
2017-04-24T00:22:48
78,811,105
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.comp460.screens.tactics.systems.map; import com.badlogic.ashley.core.ComponentMapper; import com.badlogic.ashley.core.Entity; import com.badlogic.ashley.core.Family; import com.badlogic.ashley.systems.IteratingSystem; import com.badlogic.gdx.math.Vector3; import com.comp460.screens.tactics.TacticsScreen; i...
UTF-8
Java
2,005
java
MapToScreenSystem.java
Java
[]
null
[]
package com.comp460.screens.tactics.systems.map; import com.badlogic.ashley.core.ComponentMapper; import com.badlogic.ashley.core.Entity; import com.badlogic.ashley.core.Family; import com.badlogic.ashley.systems.IteratingSystem; import com.badlogic.gdx.math.Vector3; import com.comp460.screens.tactics.TacticsScreen; i...
2,005
0.772569
0.762594
46
42.586956
39.960075
155
false
false
0
0
0
0
0
0
0.695652
false
false
5
e2660cb3279789d17b3fee0183060e963fc5f41d
4,518,305,627,578
8f696ca4f866557b98337796e7d764b1c2bf9f25
/src/main/java/edu/isi/karma/er/test/old/ConstructPairPropertyMap.java
095d600e4b6ecf1f9fd5765080d5a0a3d9d4052a
[]
no_license
djogopatrao/Web-Karma-Public
https://github.com/djogopatrao/Web-Karma-Public
abfdaf4bd4fe9d3969b3f3d1165f2becd02b780c
f195ac2d71ab2a116155e51769dc39723a8981c4
refs/heads/master
2020-04-08T01:41:20.047000
2013-07-24T13:46:39
2013-07-24T13:46:39
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package edu.isi.karma.er.test.old; import java.util.Map; import org.json.JSONException; import edu.isi.karma.er.helper.PairPropertyUtil; public class ConstructPairPropertyMap { /** * @param args */ public static void main(String[] args) { //Model srcModel = TDBFactory.createDataset(Constants.PATH_REPOSITORY...
UTF-8
Java
6,332
java
ConstructPairPropertyMap.java
Java
[]
null
[]
package edu.isi.karma.er.test.old; import java.util.Map; import org.json.JSONException; import edu.isi.karma.er.helper.PairPropertyUtil; public class ConstructPairPropertyMap { /** * @param args */ public static void main(String[] args) { //Model srcModel = TDBFactory.createDataset(Constants.PATH_REPOSITORY...
6,332
0.601074
0.583544
234
26.05983
20.990755
124
false
false
0
0
0
0
0
0
3.777778
false
false
5
73d47e82c6e85a1eda64d9acd705fa3b1921a281
30,872,224,949,383
14d4d72b2cb877bf43415720c683820d10148681
/src/main/java/com/brothersplant/persistence/LikeGoodDAO.java
0e5be0e16315fd1f5caf278a20d8ab285b1bd22d
[]
no_license
mkChung924/SpringProject
https://github.com/mkChung924/SpringProject
5b8938a7bcf5e31a061cb2fec7a9455d5daeafc1
00eba818101df9d66082c94baed2a75098236f26
refs/heads/master
2020-12-03T00:40:02.461000
2017-07-05T10:37:08
2017-07-05T10:37:08
96,056,369
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.brothersplant.persistence; public interface LikeGoodDAO { public int selectLike(String id, int tbno) throws Exception; public void addLike(String id, int tbno) throws Exception; public int removeLike(String id, int tbno) throws Exception; public int selectTotLike(int tbno) throws Exception;...
UTF-8
Java
325
java
LikeGoodDAO.java
Java
[]
null
[]
package com.brothersplant.persistence; public interface LikeGoodDAO { public int selectLike(String id, int tbno) throws Exception; public void addLike(String id, int tbno) throws Exception; public int removeLike(String id, int tbno) throws Exception; public int selectTotLike(int tbno) throws Exception;...
325
0.766154
0.766154
10
30.5
26.031712
61
false
false
0
0
0
0
0
0
1.4
false
false
5