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
08385f20cd073186fefa911eccc50777dd9b9fc8
2,877,628,144,333
278ad3c831d967aa6f6d6ebffbada611962dc6ee
/Anki Source Analyzer/src/main/java/ph/rye/anki/util/CardIter.java
7b1224d9ac2be6210ecb39655aa1bedf00f91610
[ "Apache-2.0" ]
permissive
roycetech/Anki-Tools
https://github.com/roycetech/Anki-Tools
832d5299b1a685485ab3ad92925b857123eb4e1a
e4678ac952c1c68e3778f40a1be6a91a93ace0a7
refs/heads/master
2023-06-13T21:31:44.366000
2023-06-07T02:26:16
2023-06-07T02:26:16
51,492,459
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Copyright 2016 Royce Remulla * * 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 ...
UTF-8
Java
1,472
java
CardIter.java
Java
[ { "context": "/**\n * Copyright 2016 Royce Remulla\n *\n * Licensed under the Apache License, Version", "end": 37, "score": 0.999878466129303, "start": 24, "tag": "NAME", "value": "Royce Remulla" }, { "context": "mport ph.rye.anki.model.CardModel;\n\n/**\n * @author royce\n */\npu...
null
[]
/** * Copyright 2016 <NAME> * * 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 ...
1,465
0.651495
0.64538
62
22.741936
22.323816
76
false
false
0
0
0
0
0
0
0.322581
false
false
6
057bb9a4a887d03fe53cfec58b4be01c3b80c663
13,546,326,855,897
d3185c7677f5121eaf7195ac2029227d5740c5c2
/ChineseCheckers/src/main/java/com/loban/chinesecheckers/model/Player.java
8158cd9c9075f0eab3546500e75d371e865bb31f
[]
no_license
loban/chinese-checkers
https://github.com/loban/chinese-checkers
0e5565cc21e442b7ac3f5ea74e285ac0a7221425
0c125c118be789c6a870d3f5433c9a30cb0b7e13
refs/heads/master
2021-01-13T01:54:49.884000
2013-07-17T06:51:55
2013-07-17T06:51:55
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.loban.chinesecheckers.model; import com.loban.chinesecheckers.enums.PlayerColor; /** * Created by loban on 5/26/13. * * @author Loban Rahman <loban.rahman@gmail.com> */ public class Player { private PlayerColor mPlayerColor; private String mName; public Player(PlayerColor playerColor, St...
UTF-8
Java
604
java
Player.java
Java
[ { "context": "nesecheckers.enums.PlayerColor;\n\n/**\n * Created by loban on 5/26/13.\n *\n * @author Loban Rahman <loban.rah", "end": 118, "score": 0.9343137145042419, "start": 113, "tag": "USERNAME", "value": "loban" }, { "context": "\n/**\n * Created by loban on 5/26/13.\n *\n * @...
null
[]
package com.loban.chinesecheckers.model; import com.loban.chinesecheckers.enums.PlayerColor; /** * Created by loban on 5/26/13. * * @author <NAME> <<EMAIL>> */ public class Player { private PlayerColor mPlayerColor; private String mName; public Player(PlayerColor playerColor, String name) { ...
583
0.650662
0.642384
32
17.875
17.912548
57
false
false
0
0
0
0
0
0
0.3125
false
false
6
a553f701a21668a87b0eb748981bd823cf658629
7,765,300,899,127
211e0162004b03455839879773c909a4d4868a2f
/pmd-core/src/main/java/net/sourceforge/pmd/lang/AbstractLanguageVersionHandler.java
cf440a8b55b07fb2478b2b8903286c549e49f4d6
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
pmd/pmd
https://github.com/pmd/pmd
460ca96dfcc5d25b5b3e78fc8731593dc6ddf8d3
512d6cbb8d198119a588b84c238ed78d75abda0c
refs/heads/master
2023-09-04T05:58:54.224000
2023-08-31T14:20:57
2023-08-31T14:20:57
4,992,906
4,409
1,671
NOASSERTION
false
2023-09-14T08:13:05
2012-07-11T18:03:00
2023-09-13T12:22:00
2023-09-12T11:10:15
440,287
4,402
1,446
659
Java
false
false
/* * BSD-style license; for more info see http://pmd.sourceforge.net/license.html */ package net.sourceforge.pmd.lang; /** * This is a generic implementation of the LanguageVersionHandler interface. * * @see LanguageVersionHandler */ public abstract class AbstractLanguageVersionHandler implements LanguageVersio...
UTF-8
Java
335
java
AbstractLanguageVersionHandler.java
Java
[]
null
[]
/* * BSD-style license; for more info see http://pmd.sourceforge.net/license.html */ package net.sourceforge.pmd.lang; /** * This is a generic implementation of the LanguageVersionHandler interface. * * @see LanguageVersionHandler */ public abstract class AbstractLanguageVersionHandler implements LanguageVersio...
335
0.773134
0.773134
15
21.333334
31.579882
88
false
false
0
0
0
0
0
0
0.133333
false
false
6
af05cffc05880e83037677287cd19370b9cfb334
14,740,327,793,188
54f02bb149e9e3e61c1bf1a6dfc9151a043d07b3
/src/main/java/quarris/gce/config/type/ValueConfig.java
d9322927c7cfb6826117611b77560a6cd29efe9d
[]
no_license
ROM-Development/GCExtras
https://github.com/ROM-Development/GCExtras
65e618865c01a9999645f2688027801fbedcfe9f
94d5a853abbc64163f139ff13476278ce818269b
refs/heads/master
2020-08-07T15:20:30.141000
2019-07-30T19:23:28
2019-07-30T19:23:28
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package quarris.gce.config.type; import static net.minecraftforge.common.config.Config.*; public class ValueConfig { @Comment("The amount of oxygen generated per plant in an Oxygen Collector") @Name("Oxygen Per Plant") public float oxygenPerPlant = 0.75f; }
UTF-8
Java
267
java
ValueConfig.java
Java
[]
null
[]
package quarris.gce.config.type; import static net.minecraftforge.common.config.Config.*; public class ValueConfig { @Comment("The amount of oxygen generated per plant in an Oxygen Collector") @Name("Oxygen Per Plant") public float oxygenPerPlant = 0.75f; }
267
0.7603
0.749064
13
19.538462
24.329834
76
false
false
0
0
0
0
0
0
0.461538
false
false
6
b77c0ba23609b6f4b585ee8d60eae78e227a6441
16,192,026,738,625
e5ce51977d5444475416f9d6af010bb59c98e26f
/app/src/main/java/com/example/onlinedoctor/model/Appointment.java
2daa9f144418348f3d3b1fc2186a6804fd567f0a
[]
no_license
zawad2221/online-doctor-client-app
https://github.com/zawad2221/online-doctor-client-app
b8f1b208173b7a5311b7b23de54418bbfdd23057
c4124ee79ac159f8484ee1039d343ed02bc588d5
refs/heads/master
2023-06-02T14:33:25.776000
2021-06-16T06:06:21
2021-06-16T06:06:21
316,465,713
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.onlinedoctor.model; import android.widget.TextView; import androidx.databinding.BindingAdapter; import java.util.HashMap; import java.util.Map; import com.example.onlinedoctor.DateAndTime; import com.fasterxml.jackson.annotation.JsonAnyGetter; import com.fasterxml.jackson.annotation.JsonAnySette...
UTF-8
Java
6,380
java
Appointment.java
Java
[]
null
[]
package com.example.onlinedoctor.model; import android.widget.TextView; import androidx.databinding.BindingAdapter; import java.util.HashMap; import java.util.Map; import com.example.onlinedoctor.DateAndTime; import com.fasterxml.jackson.annotation.JsonAnyGetter; import com.fasterxml.jackson.annotation.JsonAnySette...
6,380
0.745768
0.743574
201
30.746269
23.453358
98
false
false
0
0
0
0
0
0
0.348259
false
false
6
52f24c5bac5dd4e817aa57ab73b0356b665d8854
11,630,771,509,095
54077c966db8f161bdae58970b2298ede10c50ab
/src/main/java/jacz/peerengineclient/databases/synch/DatabaseAccessor.java
2e87803bd52b51ed10ad1dbfc3747dcf9e69e7d2
[]
no_license
albertoanguita/jaczpeerengineclient
https://github.com/albertoanguita/jaczpeerengineclient
f01f787b9a05e4aaca569bc83c7081b955074cad
80b1dc3587e8f375478888aa47cb9d4dc32e1788
refs/heads/master
2020-12-24T06:17:26.620000
2016-07-20T08:34:36
2016-07-20T08:34:36
42,229,930
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package jacz.peerengineclient.databases.synch; import jacz.database.*; import jacz.peerengineclient.databases.DatabaseManager; import jacz.peerengineservice.PeerId; import jacz.peerengineservice.util.data_synchronization.DataAccessException; import jacz.peerengineservice.util.data_synchronization.DataAccessor; import ...
UTF-8
Java
10,367
java
DatabaseAccessor.java
Java
[]
null
[]
package jacz.peerengineclient.databases.synch; import jacz.database.*; import jacz.peerengineclient.databases.DatabaseManager; import jacz.peerengineservice.PeerId; import jacz.peerengineservice.util.data_synchronization.DataAccessException; import jacz.peerengineservice.util.data_synchronization.DataAccessor; import ...
10,367
0.628147
0.627954
232
43.685345
34.559921
172
false
false
0
0
0
0
0
0
0.724138
false
false
6
8091682898783c7aa7df2a7ffb03bfaebe06f4a7
21,552,145,912,820
e49e30aa9ca0ce762fb7a370479dd4eb1f121ff9
/src/main/java/com/example/practiceexam/service/ArticleCommentService.java
f1d11efaa8f33e5f65bd9653727100547e15a348
[]
no_license
ShiQing-Chen/practice-exam
https://github.com/ShiQing-Chen/practice-exam
2d725e86f2ac17299da43dc1186af6e76a922229
c51c171201e7c24e58305293eec61ecae0684654
refs/heads/master
2022-07-08T22:00:23.221000
2020-04-25T11:42:24
2020-04-25T11:42:24
247,526,221
0
0
null
false
2022-06-29T18:01:14
2020-03-15T18:26:54
2020-04-25T11:42:27
2022-06-29T18:01:12
255
0
0
3
Java
false
false
package com.example.practiceexam.service; import com.example.common.cache.SharedUser; import com.example.common.vo.MessageVo; import com.example.practiceexam.form.AddCommentForm; import com.example.practiceexam.param.SearchCommentParam; /** * @author ShiQing_Chen 2020/3/5 18:01 **/ public interface ArticleComment...
UTF-8
Java
631
java
ArticleCommentService.java
Java
[ { "context": "ticeexam.param.SearchCommentParam;\n\n/**\n * @author ShiQing_Chen 2020/3/5 18:01\n **/\npublic interface ArticleCom", "end": 266, "score": 0.7565824389457703, "start": 254, "tag": "NAME", "value": "ShiQing_Chen" } ]
null
[]
package com.example.practiceexam.service; import com.example.common.cache.SharedUser; import com.example.common.vo.MessageVo; import com.example.practiceexam.form.AddCommentForm; import com.example.practiceexam.param.SearchCommentParam; /** * @author ShiQing_Chen 2020/3/5 18:01 **/ public interface ArticleComment...
631
0.697561
0.681301
26
22.653847
20.527546
69
false
false
0
0
0
0
0
0
0.307692
false
false
6
32d8aba9969378a17a784135e1d19319a75848bd
21,552,145,911,361
a3055af0cdbbc414654bad05c215181907d611b3
/sharcJfreeWeb/src/main/java/net/l8thStreet/sharc/service/ServiceBaseAction.java
d2f065b2609f4942dc8e57edb87202039841f424
[]
no_license
gregsandell/timbre.ws
https://github.com/gregsandell/timbre.ws
5dfce9cf32b2f45c75678f6e992a316ff0d4b1a5
ac2addc208388f0ac0e29211edece5d5c0890b21
refs/heads/master
2021-01-01T20:08:46.128000
2017-07-30T07:14:06
2017-07-30T07:20:57
98,775,695
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.l8thStreet.sharc.service; import org.apache.log4j.Logger; import org.apache.commons.lang.StringEscapeUtils; import java.util.List; import java.util.ArrayList; import java.io.IOException; import net.l8thStreet.sharc.SharcConstants; import net.l8thStreet.sharc.singleton.SharcXmlSingleton; import...
UTF-8
Java
8,207
java
ServiceBaseAction.java
Java
[]
null
[]
package net.l8thStreet.sharc.service; import org.apache.log4j.Logger; import org.apache.commons.lang.StringEscapeUtils; import java.util.List; import java.util.ArrayList; import java.io.IOException; import net.l8thStreet.sharc.SharcConstants; import net.l8thStreet.sharc.singleton.SharcXmlSingleton; import...
8,207
0.718411
0.714878
150
52.713333
36.130013
146
false
false
0
0
0
0
0
0
3.586667
false
false
6
558efb2d570c94cee5ee5f66efabd6626f389cfb
2,010,044,729,123
c9dfb389b5a2d7b0f43498215abbc2f6cc537788
/app/src/main/java/com/jyt/baseapp/bean/Tuple.java
8a272d04171aef44f88f2df3534fd9250ce10d7a
[]
no_license
helloV7/zhuangxiu
https://github.com/helloV7/zhuangxiu
ff07d755d6d0343520cf27b26af529b78966bcfc
77eeb465efc40d4ba150f90fdfef44e0b97d56e8
refs/heads/master
2021-09-07T20:08:11.884000
2018-02-28T11:07:12
2018-02-28T11:07:12
108,793,344
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.jyt.baseapp.bean; /** * Created by chenweiqi on 2017/10/30. */ public class Tuple <A,B,C,D,E> { A item1; B item2; C item3; D itme4; E item5; public Tuple(A item1) { this.item1 = item1; } public Tuple(A item1, B item2) { this.item1 = item1; this....
UTF-8
Java
1,112
java
Tuple.java
Java
[ { "context": "package com.jyt.baseapp.bean;\n\n/**\n * Created by chenweiqi on 2017/10/30.\n */\n\npublic class Tuple <A,B,C,D,E", "end": 58, "score": 0.9987704157829285, "start": 49, "tag": "USERNAME", "value": "chenweiqi" } ]
null
[]
package com.jyt.baseapp.bean; /** * Created by chenweiqi on 2017/10/30. */ public class Tuple <A,B,C,D,E> { A item1; B item2; C item3; D itme4; E item5; public Tuple(A item1) { this.item1 = item1; } public Tuple(A item1, B item2) { this.item1 = item1; this....
1,112
0.517986
0.463129
71
14.661972
13.339493
45
false
false
0
0
0
0
0
0
0.408451
false
false
6
04b27b35ea3b09722c94f4b3222090cbd4f22d78
22,892,175,711,147
a39608db4d0321bbefffe2d189d5f5c5705a3992
/src/com/cargo/dao/FavoriteDao.java
8c5ef2e85c928b37bbcf0c037db5576761cb12db
[]
no_license
Wealong/CarGo
https://github.com/Wealong/CarGo
ec4d355a939504dcd0f2b90b8fd46f29514fd5be
a9ebcee2a1aa6b24c140c76fe8658a4f373089d7
refs/heads/master
2016-09-07T23:25:49.996000
2015-06-13T14:10:38
2015-06-13T14:10:38
32,261,915
0
2
null
false
2015-04-18T01:15:13
2015-03-15T13:29:26
2015-04-06T09:41:32
2015-04-18T01:15:13
136
0
1
0
Java
null
null
package com.cargo.dao; import org.springframework.stereotype.Repository; import com.cargo.model.Account; import com.cargo.model.Car; import com.cargo.model.Favorite; @Repository public class FavoriteDao extends BaseDao<Favorite> implements IFavoriteDao { public FavoriteDao(){ super(); setClazz(Fav...
UTF-8
Java
1,156
java
FavoriteDao.java
Java
[]
null
[]
package com.cargo.dao; import org.springframework.stereotype.Repository; import com.cargo.model.Account; import com.cargo.model.Car; import com.cargo.model.Favorite; @Repository public class FavoriteDao extends BaseDao<Favorite> implements IFavoriteDao { public FavoriteDao(){ super(); setClazz(Fav...
1,156
0.700692
0.698962
42
25.523809
24.643398
99
false
false
0
0
0
0
0
0
1.642857
false
false
6
60d09144fd79100cb3d80c96c5132d6a13cdc30c
3,908,420,265,074
16e8f2c3b4c4685b84c64fbf4d380d6c6860248e
/src/com/offcn/service/SaffServiceImpl.java
6e4d22d02fb969b01889bc0d3666c5f592b59667
[]
no_license
xzw888/java1127
https://github.com/xzw888/java1127
0d22c0343150e240f11ec5ced03670e95de5127b
4b8ef8212aa415b3441ffde5e939368e66b6eac6
refs/heads/master
2020-03-11T19:26:42.043000
2018-04-19T11:37:44
2018-04-19T11:37:44
130,207,746
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.offcn.service; import java.util.ArrayList; import java.util.Collections; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.offcn.dao.StaffDao; import com.offcn.pojo.Staff; @Service public class Saf...
UTF-8
Java
1,032
java
SaffServiceImpl.java
Java
[]
null
[]
package com.offcn.service; import java.util.ArrayList; import java.util.Collections; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.offcn.dao.StaffDao; import com.offcn.pojo.Staff; @Service public class Saf...
1,032
0.707364
0.707364
49
19.061224
17.994793
62
false
false
0
0
0
0
0
0
1.22449
false
false
6
19790e8b3865a140aea89dab002de0ebf11e7cf8
20,401,094,680,419
e872a6477fd54c7caab48b4fe0fe1c3c0642040b
/MyOwnMPTSolutions/Module4-Set-04-WorkshopRegistration/SpringJPADataMPTSolved/src/com/cg/dao/ParticipantRepository.java
654b021c58e9df8f63a167dbb359834763d335a8
[]
no_license
srivastavatilotama1/VaishaliData
https://github.com/srivastavatilotama1/VaishaliData
620399e031329c647abfa69e2fd35433152c1b64
7915ece82201a3e7a30087a21d6891b14e770e4f
refs/heads/master
2021-09-02T05:10:56.758000
2017-12-30T16:15:06
2017-12-30T16:15:06
114,133,895
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cg.dao; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; import org.springframework.stereotype.Repository; import com.cg.entities.Participants; @Repository("participantDao") public i...
UTF-8
Java
574
java
ParticipantRepository.java
Java
[]
null
[]
package com.cg.dao; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; import org.springframework.stereotype.Repository; import com.cg.entities.Participants; @Repository("participantDao") public i...
574
0.80662
0.80662
15
37.333332
32.860649
105
false
false
0
0
0
0
0
0
0.666667
false
false
6
4caf2955dd0b2a4bacd3ceb90a5e17bde2564824
9,663,676,440,821
1ff9c060ca38c49d8e56c16a9890c2a5d7579b3e
/spring-encrypted-config/src/test/java/net/cnmconsulting/spring/config/BasicJasyptTest.java
f91ef3f9571ef6f3d604a0fbbb84d4e92cfd710f
[]
no_license
vaibhav-kaup/Blog-Projects
https://github.com/vaibhav-kaup/Blog-Projects
adf788e52d5bd38f63bee1eaad9bb4f9177cda7c
5c0e30678d0a047703187350e4480d74199d071a
refs/heads/master
2020-12-11T02:12:06.840000
2011-06-16T00:33:14
2011-06-16T00:33:14
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.cnmconsulting.spring.config; import static org.hamcrest.CoreMatchers.equalTo; import static org.junit.Assert.assertThat; /* * ============================================================================= * * Copyright (c) 2007-2011, The CNM Consulting (http://cnmconsulting.net) and * chrislovecnm...
UTF-8
Java
1,736
java
BasicJasyptTest.java
Java
[ { "context": "CNM Consulting (http://cnmconsulting.net) and\n * chrislovecnm (http://chrislovecnm.com)\n * \n * Licensed under", "end": 320, "score": 0.9996396899223328, "start": 308, "tag": "USERNAME", "value": "chrislovecnm" }, { "context": "setupEnvVar() {\n\t\tSystem.setPrope...
null
[]
package net.cnmconsulting.spring.config; import static org.hamcrest.CoreMatchers.equalTo; import static org.junit.Assert.assertThat; /* * ============================================================================= * * Copyright (c) 2007-2011, The CNM Consulting (http://cnmconsulting.net) and * chrislovecnm...
1,728
0.683756
0.671659
55
30.563637
28.627237
80
false
false
0
0
0
0
78
0.089862
0.672727
false
false
6
7ef2b3ebf39c7d189134f61752a76a22226d68f3
27,092,653,733,714
b16fa18e4fff8ea3c41ab572a2e00d32d29c9a9a
/app/src/main/java/com/example/ky4910/kynews/utils/ApiServer.java
4f13eae2a6dfaa2b5621e1cb0c89815d6feebf6a
[]
no_license
ky4910/KyNews
https://github.com/ky4910/KyNews
29ed7e80bc513cfcb41f1cd41a53c5117d9b90c2
d5ec61c7565c57abf231b6735c57412da1978e7c
refs/heads/master
2021-06-16T19:53:43.584000
2019-09-19T09:31:08
2019-09-19T09:31:08
146,187,984
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.ky4910.kynews.utils; import com.example.ky4910.kynews.model.entity.NewsBean; import com.example.ky4910.kynews.model.entity.VideoBean; import retrofit2.Call; import retrofit2.http.GET; import retrofit2.http.Query; public interface ApiServer { @GET("nlist") Call<NewsBean> getNewsBean(@Quer...
UTF-8
Java
341
java
ApiServer.java
Java
[]
null
[]
package com.example.ky4910.kynews.utils; import com.example.ky4910.kynews.model.entity.NewsBean; import com.example.ky4910.kynews.model.entity.VideoBean; import retrofit2.Call; import retrofit2.http.GET; import retrofit2.http.Query; public interface ApiServer { @GET("nlist") Call<NewsBean> getNewsBean(@Quer...
341
0.768328
0.72434
15
21.733334
20.821356
56
false
false
0
0
0
0
0
0
0.466667
false
false
6
e714e9e060d250abf9df5c19775247d3f8195ad6
31,464,930,438,786
46f5fca6d8945e20d9f392e7c0219f5cb30e5e75
/cup150/src/facebook/removeDulNumber.java
6cae3127f74bc73bf06d2004fe05ac81fecbb188
[]
no_license
philhu5791/cup150
https://github.com/philhu5791/cup150
65176a16dbf5dc791624ca44b29bb731af5b4a7e
7a36b425f591eafdbb49b4324533e3d167203da5
refs/heads/master
2021-01-22T01:33:31.376000
2014-12-06T02:07:45
2014-12-06T02:08:04
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package facebook; //TODO: remove duplicate number from unsorted array public class removeDulNumber { }
UTF-8
Java
104
java
removeDulNumber.java
Java
[]
null
[]
package facebook; //TODO: remove duplicate number from unsorted array public class removeDulNumber { }
104
0.798077
0.798077
5
19.799999
19.135307
51
false
false
0
0
0
0
0
0
0.2
false
false
6
85ef769f25dc512665765d6b2d5edf5349045a86
30,846,455,142,863
0ee211eeaf5da687d37bce9243b4c8bb2bc27ea8
/201601/Tehtava4/src/Paaohjelma.java
2717aed81fecf23174d7afafad5b990f9cda875d
[]
no_license
GennadyMV/pariohjelmointi
https://github.com/GennadyMV/pariohjelmointi
6e7d3640ba7d3194af6de7775e1416c858eb8f00
5cc26e14f4a9f5c204cd023ca889ea6e47405e75
refs/heads/master
2021-05-31T17:47:26.588000
2016-04-24T16:15:13
2016-04-24T16:15:13
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.Scanner; import robotti.Ohjain; public class Paaohjelma { public static void main(String[] args) { Scanner lukija = new Scanner(System.in); // ohjeet tiedostossa "tehtava4.txt" // BEGIN SOLUTION Ohjain.asetaLaatikkoSatunnaisesti(); // END SOLUTIO...
UTF-8
Java
2,528
java
Paaohjelma.java
Java
[]
null
[]
import java.util.Scanner; import robotti.Ohjain; public class Paaohjelma { public static void main(String[] args) { Scanner lukija = new Scanner(System.in); // ohjeet tiedostossa "tehtava4.txt" // BEGIN SOLUTION Ohjain.asetaLaatikkoSatunnaisesti(); // END SOLUTIO...
2,528
0.494043
0.492851
75
32.560001
22.986511
104
false
false
0
0
0
0
0
0
0.573333
false
false
6
f6efd12991986ca38774335d9e45c640299c8513
8,942,121,929,626
7398714c498444374047497fe2e9c9ad51239034
/org/mozilla/javascript/regexp/REBackTrackData.java
97c591575896e017adec86ac2f69cb785519dbd0
[]
no_license
CheatBoss/InnerCore-horizon-sources
https://github.com/CheatBoss/InnerCore-horizon-sources
b3609694df499ccac5f133d64be03962f9f767ef
84b72431e7cb702b7d929c61c340a8db07d6ece1
refs/heads/main
2023-04-07T07:30:19.725000
2021-04-10T01:23:04
2021-04-10T01:23:04
356,437,521
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.mozilla.javascript.regexp; class REBackTrackData { final int continuationOp; final int continuationPc; final int cp; final int op; final long[] parens; final int pc; final REBackTrackData previous; final REProgState stateStackTop; REBackTrackData(final REGlobalData ...
UTF-8
Java
752
java
REBackTrackData.java
Java
[]
null
[]
package org.mozilla.javascript.regexp; class REBackTrackData { final int continuationOp; final int continuationPc; final int cp; final int op; final long[] parens; final int pc; final REBackTrackData previous; final REProgState stateStackTop; REBackTrackData(final REGlobalData ...
752
0.68617
0.68617
24
30.333334
29.363621
148
false
false
0
0
0
0
0
0
0.916667
false
false
6
97fc1a5c314adf4f8278f0cc7668ce2885e38df5
8,942,121,927,903
e93eb7c5a23d0495285ebebd64d0821f7ef96289
/csh-pom/csh-entity/src/main/java/com/csh/entity/CarWashingCouponEndUser.java
1e4a96312ceab6ef78724e7bc75b01a8cb21d4ba
[]
no_license
StoneInCHN/CSH
https://github.com/StoneInCHN/CSH
0427f417267f95b93a2e0e3c7f8fb0dd893f0bd0
b926b28c3773851a9dd970b714d6b5dfa6174d79
refs/heads/master
2021-08-06T20:18:11.758000
2017-11-07T02:16:50
2017-11-07T02:16:50
53,311,650
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.csh.entity; import javax.persistence.Entity; import javax.persistence.ManyToOne; import javax.persistence.SequenceGenerator; import javax.persistence.Table; import org.hibernate.search.annotations.Indexed; import com.csh.entity.base.BaseEntity; import com.fasterxml.jackson.annotation.JsonProper...
UTF-8
Java
2,117
java
CarWashingCouponEndUser.java
Java
[]
null
[]
package com.csh.entity; import javax.persistence.Entity; import javax.persistence.ManyToOne; import javax.persistence.SequenceGenerator; import javax.persistence.Table; import org.hibernate.search.annotations.Indexed; import com.csh.entity.base.BaseEntity; import com.fasterxml.jackson.annotation.JsonProper...
2,117
0.659913
0.650748
111
16.675676
17.96752
70
false
false
0
0
0
0
0
0
0.252252
false
false
6
1a5bac4b1e4c59c95df6432dacec226801c78a43
30,236,569,782,833
b24d3810b30eeda34658c17553624a17d9b0c920
/src/bll/model/Room.java
9d4b3ca4dcb4585a927fef9868ad7d4fecc69be8
[]
no_license
06terlan/Venue
https://github.com/06terlan/Venue
7b5100ef8b4a6471fd6ee43b11d5a552a7014c72
710f08ed24c22e2ef29841c9b5d5e5a8a6bc4486
refs/heads/master
2020-03-28T13:11:19.972000
2018-09-14T07:13:41
2018-09-14T07:13:41
148,373,174
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package bll.model; import factory.RoomType; public final class Room { private final String roomNumber; private final RoomType roomType; private final String price; public Room(String roomNumber, RoomType roomType, String price) { this.roomNumber = roomNumber; this.roomType = roomTyp...
UTF-8
Java
557
java
Room.java
Java
[]
null
[]
package bll.model; import factory.RoomType; public final class Room { private final String roomNumber; private final RoomType roomType; private final String price; public Room(String roomNumber, RoomType roomType, String price) { this.roomNumber = roomNumber; this.roomType = roomTyp...
557
0.640934
0.640934
29
18.206896
17.17733
69
false
false
0
0
0
0
0
0
0.448276
false
false
6
4ab8da7dd6e54dfae00df9983ec51127088c3e51
24,257,975,302,811
f0486d4b8d5fc3a1a9201c278735823f92b21022
/src/main/com/blazeloader/event/mixin/common/MTileEntity.java
d3e01554cbb0d216c1953188ca90cf9c72cf11a7
[ "BSD-2-Clause" ]
permissive
BlazeLoader/BlazeLoader
https://github.com/BlazeLoader/BlazeLoader
856c34889cbfb770cb1290d2423cbf3eb906cf4d
ae1bffbd794f410d5bbff11f6df4bae8657a1a76
refs/heads/master
2021-01-22T10:36:41.220000
2019-12-02T08:59:55
2019-12-02T08:59:55
23,676,428
6
1
null
true
2016-05-18T11:29:35
2014-09-04T19:32:50
2016-01-15T16:38:22
2016-05-18T11:29:35
16,247
4
1
3
Java
null
null
package com.blazeloader.event.mixin.common; import org.apache.commons.lang3.NotImplementedException; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.gen.Accessor; import net.minecraft.tileentity.TileEntity; import net.minecraft.util.ResourceLocation; import net.minecraft.util.registry.Reg...
UTF-8
Java
585
java
MTileEntity.java
Java
[]
null
[]
package com.blazeloader.event.mixin.common; import org.apache.commons.lang3.NotImplementedException; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.gen.Accessor; import net.minecraft.tileentity.TileEntity; import net.minecraft.util.ResourceLocation; import net.minecraft.util.registry.Reg...
585
0.822222
0.820513
17
33.411766
26.652576
97
false
false
0
0
0
0
0
0
0.823529
false
false
6
4f26e5c9ef6ea2379d2021a54611054070898750
12,678,743,497,179
9e889c2b329898c8bd97e931f4a4f70661aec5b7
/mvp/src/main/java/com/dmall/mvp/pages/main/MainPresenter.java
afe4ffe9f5246a269db58ba240b6f2771a2ddfc2
[]
no_license
yelonglt/AndroidFrameProject
https://github.com/yelonglt/AndroidFrameProject
cdf79f03f3c839171a6b468604ba9aa0de3fffc7
63da7660ffcfca0f1940eef19ef16cd761fc93d5
refs/heads/master
2020-04-12T06:22:39.096000
2019-06-28T04:42:35
2019-06-28T04:42:35
56,426,373
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.dmall.mvp.pages.main; import com.dmall.mvp.business.TaskDataSourceImpl; import com.dmall.mvp.business.TaskManager; import com.google.common.base.Preconditions; import io.reactivex.Observable; import io.reactivex.android.schedulers.AndroidSchedulers; import io.reactivex.disposables.Disposable; import io.re...
UTF-8
Java
1,931
java
MainPresenter.java
Java
[ { "context": "eactivex.schedulers.Schedulers;\n\n/**\n * Created by yelong on 16/7/28.\n * mail:354734713@qq.com\n */\npublic c", "end": 456, "score": 0.9993641972541809, "start": 450, "tag": "USERNAME", "value": "yelong" }, { "context": "rs;\n\n/**\n * Created by yelong on 16/7/28.\...
null
[]
package com.dmall.mvp.pages.main; import com.dmall.mvp.business.TaskDataSourceImpl; import com.dmall.mvp.business.TaskManager; import com.google.common.base.Preconditions; import io.reactivex.Observable; import io.reactivex.android.schedulers.AndroidSchedulers; import io.reactivex.disposables.Disposable; import io.re...
1,922
0.590036
0.580695
60
31.116667
21.330019
68
false
false
0
0
0
0
0
0
0.4
false
false
6
9c44ec8fd81be40cb9f3ee5d52a5cd8d960e7329
11,553,462,080,202
fdef3545dde732786ebd4677d4ad40f767b37ae2
/yilieduRestaurant -27/app/src/main/java/com/example/yiliedurestaurant/model/Bean_Food.java
fdea6a4f042265776fa96e4f54175e806a5ff5cf
[]
no_license
melon-ning/Restaurant
https://github.com/melon-ning/Restaurant
1e7192802e5d67b0e346f2c32b551fa9a357bac3
a13fc33ad62b009ebc1b135b5ae011b48af3f6c0
refs/heads/master
2022-04-09T18:59:45.779000
2020-03-19T16:04:59
2020-03-19T16:04:59
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.yiliedurestaurant.model; import java.util.List; public class Bean_Food { private List<Food> foodList; private Info info; public List<Food> getFoodList() { return foodList; } public void setFoodList(List<Food> foodList) { this.foodList = foodList; } ...
UTF-8
Java
446
java
Bean_Food.java
Java
[]
null
[]
package com.example.yiliedurestaurant.model; import java.util.List; public class Bean_Food { private List<Food> foodList; private Info info; public List<Food> getFoodList() { return foodList; } public void setFoodList(List<Food> foodList) { this.foodList = foodList; } ...
446
0.61435
0.61435
24
17.458334
15.790237
50
false
false
0
0
0
0
0
0
0.333333
false
false
6
f31ca527c29383111d2f4cd9bbd359a1a103378f
37,993,280,720,641
ceadb4e9b475d0f7a7362a45e9dac27959e4c764
/app/src/main/java/com/smkn4bandung/oversee/views/feature/lock/LockClientActivity.java
331d788f20537844416c37cc5c7fba5ec01ce093
[]
no_license
MAqielHilmanM/OverSee
https://github.com/MAqielHilmanM/OverSee
c3b6ae39d978f053721ce015fe35146caccde1b6
75fdf2a51516db9f3f67de80511bc38428c80147
refs/heads/master
2021-01-18T10:18:05.891000
2017-03-08T22:39:48
2017-03-08T22:39:48
84,319,632
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.smkn4bandung.oversee.views.feature.lock; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import com.smkn4bandung.oversee.R; import com.smkn4bandung.oversee.tools.Constant; public class LockClientActivity extends AppCompatActivity { @Override protected void onCreate(Bun...
UTF-8
Java
454
java
LockClientActivity.java
Java
[]
null
[]
package com.smkn4bandung.oversee.views.feature.lock; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import com.smkn4bandung.oversee.R; import com.smkn4bandung.oversee.tools.Constant; public class LockClientActivity extends AppCompatActivity { @Override protected void onCreate(Bun...
454
0.779736
0.770925
17
25.705883
23.441454
59
false
false
0
0
0
0
0
0
0.411765
false
false
6
9f3d9591f3ca9bf3f8a7f8a75fc80d33aa8987a6
19,301,583,081,310
3b707d9b56c908ee728945c35c99ab12ee4724f7
/src/main/java/com/globalExcercise/exception/ExpiredTokenException.java
ecefb0767d812504c57295eab4ca7a1be5c3af8a
[]
no_license
urbinarojasramiro/globalLogic
https://github.com/urbinarojasramiro/globalLogic
e8dd5d0b0eb61394f40dd4b550113250d02a3df8
c9a67d30db0ab75b604f2dc1f02394a05d5a5054
refs/heads/master
2022-12-03T19:43:02.869000
2020-08-19T01:57:58
2020-08-19T01:57:58
288,068,535
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.globalExcercise.exception; public class ExpiredTokenException extends AuthorizationBusinessException { /** * */ private static final long serialVersionUID = 1L; public ExpiredTokenException(Exception error) { super(ErrorMessage.AUTH, error); } public String getCode() { ...
UTF-8
Java
370
java
ExpiredTokenException.java
Java
[]
null
[]
package com.globalExcercise.exception; public class ExpiredTokenException extends AuthorizationBusinessException { /** * */ private static final long serialVersionUID = 1L; public ExpiredTokenException(Exception error) { super(ErrorMessage.AUTH, error); } public String getCode() { ...
370
0.694595
0.691892
20
17.5
21.537178
73
false
false
0
0
0
0
0
0
0.45
false
false
6
054f698530c809e3830a20b085fc274eeaceb677
21,431,886,868,646
f6e94910c3f79cab62dfd889d73b076278ab748d
/GojekApp PratiktoAryaWicaksana/src/com/lawencon/view/GoRideView.java
2f50c2f4ea1c44394c237b491efef4dc18156750
[]
no_license
tiktostarting/practice_java
https://github.com/tiktostarting/practice_java
cf0c3818612f1d9e6f16f5f432efea9103892ac0
31affa7d8b2232ca9c0088a37db37e915eaf4cda
refs/heads/main
2023-08-24T16:05:04.705000
2021-10-23T04:12:37
2021-10-23T04:12:37
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.lawencon.view; import java.util.Scanner; import java.util.List; import com.lawencon.constant.ServiceType; import com.lawencon.service.GoRideServiceImpl; import com.lawencon.helper.OnDoneListener; import com.lawencon.model.Drivers; import com.lawencon.model.Histori; public class GoRideView extends GoVie...
UTF-8
Java
1,604
java
GoRideView.java
Java
[]
null
[]
package com.lawencon.view; import java.util.Scanner; import java.util.List; import com.lawencon.constant.ServiceType; import com.lawencon.service.GoRideServiceImpl; import com.lawencon.helper.OnDoneListener; import com.lawencon.model.Drivers; import com.lawencon.model.Histori; public class GoRideView extends GoVie...
1,604
0.718204
0.718204
62
24.887096
21.026178
70
false
false
0
0
0
0
0
0
1.758065
false
false
6
498f76971bfcdfd75e93c29197aa09d690c0fd14
25,228,637,926,158
985fed14ef31cccf6202142c01436d1ab13bf636
/tests/com/teamtreehouse/vending/AlphaNumericChooserTest.java
7171d0e057e2da6f795e4ce7f0243ec4f480d61f
[]
no_license
kbeckst3/java-unittesting-vendingmachine
https://github.com/kbeckst3/java-unittesting-vendingmachine
29c081fade503c031c984dad92f4e8573e7c56f2
c4e1edd7872e23b8990c003b847dfbb9741051ef
refs/heads/master
2021-05-16T18:46:39.478000
2020-03-31T03:26:21
2020-03-31T03:26:21
250,425,411
0
0
null
true
2020-03-27T02:51:20
2020-03-27T02:51:19
2019-06-02T03:43:09
2017-07-05T17:46:40
17
0
0
0
null
false
false
package com.teamtreehouse.vending; import org.jboss.arquillian.container.test.api.Deployment; import org.jboss.arquillian.junit.Arquillian; import org.jboss.shrinkwrap.api.ShrinkWrap; import org.jboss.shrinkwrap.api.asset.EmptyAsset; import org.jboss.shrinkwrap.api.spec.JavaArchive; import org.junit.Before; import org...
UTF-8
Java
1,730
java
AlphaNumericChooserTest.java
Java
[]
null
[]
package com.teamtreehouse.vending; import org.jboss.arquillian.container.test.api.Deployment; import org.jboss.arquillian.junit.Arquillian; import org.jboss.shrinkwrap.api.ShrinkWrap; import org.jboss.shrinkwrap.api.asset.EmptyAsset; import org.jboss.shrinkwrap.api.spec.JavaArchive; import org.junit.Before; import org...
1,730
0.720231
0.712139
54
31.037037
24.518295
77
false
false
0
0
0
0
0
0
0.555556
false
false
6
040ab24ae30c1b889fe69d59b02f6088c8dd7d7e
25,228,637,924,922
1b029bd85e3e842e6b8fcb15c4ee4d1bf00f86a5
/src/test/java/bank/testrunner/RunTest.java
beaf19847de3ad3538b57499894138d72de59ee4
[]
no_license
sakthi-dev/primusBankN
https://github.com/sakthi-dev/primusBankN
22ceadfc3adb64d36c4036a0e352524c3cadebdc
2c163cd23062a8482d95e76424ee04ed4686827a
refs/heads/master
2023-03-24T05:29:18.825000
2021-03-17T02:23:17
2021-03-17T02:23:17
348,553,781
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package bank.testrunner; public class RunTest { }
UTF-8
Java
52
java
RunTest.java
Java
[]
null
[]
package bank.testrunner; public class RunTest { }
52
0.75
0.75
5
9.4
11.128343
24
false
false
0
0
0
0
0
0
0.2
false
false
6
d34a08168d0f2f359bb64e1f7169299e531d567d
5,454,608,502,947
64ab531397f7a1a908bf1bc21c9d0ebf58aa9adf
/test/ru/yaal/project/hhapi/vacancy/SalaryTest.java
8b542f4dc8063b42ced155d5fd9139bc3a7eca76
[]
no_license
777Max777/diplom-api
https://github.com/777Max777/diplom-api
7f3f87113d34ed5858d0353dd6c98ecdbfb33af4
17ebd126203576ed31194a0f2c6bc678a769fa39
refs/heads/master
2023-01-09T20:40:35.873000
2019-12-10T08:15:42
2019-12-10T08:15:42
227,061,093
0
0
null
false
2023-01-06T00:47:22
2019-12-10T07:59:29
2019-12-10T08:16:45
2023-01-06T00:47:18
3,364
0
0
34
CSS
false
false
package ru.yaal.project.hhapi.vacancy; import org.hamcrest.Description; import org.hamcrest.Factory; import org.hamcrest.TypeSafeMatcher; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ru.yaal.project.hhapi.HhApi; import ru.yaal.project.hhapi.dictionary.Constants; import ru.yaal...
WINDOWS-1251
Java
6,541
java
SalaryTest.java
Java
[]
null
[]
package ru.yaal.project.hhapi.vacancy; import org.hamcrest.Description; import org.hamcrest.Factory; import org.hamcrest.TypeSafeMatcher; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ru.yaal.project.hhapi.HhApi; import ru.yaal.project.hhapi.dictionary.Constants; import ru.yaal...
6,541
0.641682
0.633147
171
36.684212
26.232981
90
false
false
0
0
0
0
0
0
0.730994
false
false
6
3da07bb26262641d4e29288298faee1f0684dcb2
30,253,749,667,596
5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1
/Code Snippet Repository/HyperSQL/HyperSQL1929.java
d368eff6d6dc786f9f251bfaaff27cd30a545db0
[]
no_license
saber13812002/DeepCRM
https://github.com/saber13812002/DeepCRM
3336a244d4852a364800af3181e03e868cf6f9f5
be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9
refs/heads/master
2023-03-16T00:08:06.473000
2018-04-18T05:29:50
2018-04-18T05:29:50
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
long getStorageSizeEstimate() { if (elementCount.get() == 0) { return 0; } CachedObject accessor = getAccessor(indexList[0]); CachedObject row = get(accessor.getPos()); return row.getStorageSize() * elementCount.get(); }
UTF-8
Java
289
java
HyperSQL1929.java
Java
[]
null
[]
long getStorageSizeEstimate() { if (elementCount.get() == 0) { return 0; } CachedObject accessor = getAccessor(indexList[0]); CachedObject row = get(accessor.getPos()); return row.getStorageSize() * elementCount.get(); }
289
0.560554
0.550173
11
24.90909
22.892851
58
false
false
0
0
0
0
0
0
0.363636
false
false
6
8a5604f236abd7180f10755d1b6d7f0199813b8c
31,791,347,981,124
40d40e7f4666c127c0e464fb1ae85bd260f2e4b6
/Project/Part2/src/TrackerNode.java
706ed82bc33443a971e7cad71bcfcaf98a2630e6
[]
no_license
PanosTsouv/ComputerNetworks
https://github.com/PanosTsouv/ComputerNetworks
fa9f0a8fcf9d5c1559057ba57b9e369c6237ec97
ab0835828d1069a9e074b92b42ff80985c7eead8
refs/heads/master
2023-04-21T16:05:56.215000
2021-05-13T22:58:11
2021-05-13T22:58:11
361,769,431
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.net.ServerSocket; import java.net.Socket; import java.util.concurrent.ConcurrentHashMap; import java.io.IOException; import java.util.ArrayList; public class TrackerNode { private int serverPort = 0; private ConcurrentHashMap<String, ArrayList<String>> registerUsers = new ConcurrentHashMap<>(); ...
UTF-8
Java
1,980
java
TrackerNode.java
Java
[]
null
[]
import java.net.ServerSocket; import java.net.Socket; import java.util.concurrent.ConcurrentHashMap; import java.io.IOException; import java.util.ArrayList; public class TrackerNode { private int serverPort = 0; private ConcurrentHashMap<String, ArrayList<String>> registerUsers = new ConcurrentHashMap<>(); ...
1,980
0.620202
0.618687
53
36.35849
32.36647
151
false
false
0
0
0
0
0
0
0.622642
false
false
6
945307ba59707de7fb3c903e3a4be6ed325a927b
26,053,271,685,445
5f6eafbc46b0cfc233cde46d0e029ce29368673c
/src/main/java/Routes.java
5156d4097dac5a865f02067926930085613da730
[]
no_license
Simina-Elena/webroute-annotation
https://github.com/Simina-Elena/webroute-annotation
ceb4b63f45b212caa7bf78bcf5a3b6446de2dbfa
6924e559185a89968352df792467974fb2ff63db
refs/heads/main
2023-06-26T07:05:56.106000
2021-07-30T13:58:38
2021-07-30T13:58:38
391,083,167
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class Routes { @WebRoute(path="/animes") public String test1(){ System.out.println("in first route"); return "this is a page for animes"; } @WebRoute(path = "/mangas") public String test2() { System.out.println("in second route"); return "this is a page for m...
UTF-8
Java
336
java
Routes.java
Java
[]
null
[]
public class Routes { @WebRoute(path="/animes") public String test1(){ System.out.println("in first route"); return "this is a page for animes"; } @WebRoute(path = "/mangas") public String test2() { System.out.println("in second route"); return "this is a page for m...
336
0.583333
0.577381
14
23
17.179722
46
false
false
0
0
0
0
0
0
0.285714
false
false
6
51afb0065baf0ed4346e0d1b67196204157a24e0
12,086,037,991,577
63ff5484da5295cb6ee50881c6388910f0226e6b
/src/main/java/org/jvmtorch/impl/TensorAdapter.java
19c3797693c1db7f2784a24b931785ab81fb64c0
[ "Apache-2.0" ]
permissive
michaellavelle/jvmtorch
https://github.com/michaellavelle/jvmtorch
d00d058d726dbc39805967700096fcd72217794d
8927c95ec1f5bc4884cef33f3f0af0ebe2041830
refs/heads/master
2021-05-24T13:47:06.655000
2020-04-24T16:55:34
2020-04-24T16:55:34
253,589,833
0
0
Apache-2.0
true
2020-04-06T19:00:22
2020-04-06T19:00:22
2020-04-06T18:48:03
2020-04-06T17:45:39
5
0
0
0
null
false
false
/* * Copyright 2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
UTF-8
Java
5,108
java
TensorAdapter.java
Java
[]
null
[]
/* * Copyright 2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
5,108
0.716915
0.715348
271
17.848709
20.094133
100
false
false
0
0
0
0
0
0
1.298893
false
false
6
66bc3d4cb2c063233d25b6f3897103d2fa09c6a1
30,408,368,508,063
997964ff6a05e9113076e59e35f6fb23c8f2c1c7
/app/src/main/java/com/mypushtak/app/Helper/City.java
f5e72eb742e9123c36b2fd5338f03fb115fb1ceb
[]
no_license
rubansal/mypustak_final_updated_code
https://github.com/rubansal/mypustak_final_updated_code
1b3df050a1cd1c856d3c98466d7f6b21163527b3
137dd884e8e01ad3a56e1a0f482045a95c5abe0a
refs/heads/master
2020-04-16T06:43:02.868000
2019-01-12T07:03:35
2019-01-12T07:03:35
165,357,866
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mypushtak.app.Helper; public class City { public static final String TABLE_NAME="cities"; public static final String COLUMN_ID = "id"; public static final String COLUMN_STATE_ID = "state_id"; public static final String COLUMN_CITY = "city"; private int id; private int state_id; ...
UTF-8
Java
1,130
java
City.java
Java
[]
null
[]
package com.mypushtak.app.Helper; public class City { public static final String TABLE_NAME="cities"; public static final String COLUMN_ID = "id"; public static final String COLUMN_STATE_ID = "state_id"; public static final String COLUMN_CITY = "city"; private int id; private int state_id; ...
1,130
0.545133
0.545133
53
20.320755
18.896713
71
false
false
0
0
0
0
0
0
0.339623
false
false
6
8b4e1c71f74715e6b102dfb96126fa2f250ecc63
19,636,590,544,242
58e8bbc3a6b60611d88dd01176e72c0b64268612
/src/main/java/mkoffeine/wordsunk/security/UserEntityDetailService.java
b261f1615ed608fd296e0cbbd62ccd355c458f84
[]
no_license
mkoffeine/wordsUnknown
https://github.com/mkoffeine/wordsUnknown
c285fbdeefc569e9fe534c36366a52143c9f3383
47314e70aa9c9429bda1691205811d166e51c2b7
refs/heads/master
2021-01-21T21:54:19.953000
2016-03-17T14:19:35
2016-03-17T14:19:35
34,902,568
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package mkoffeine.wordsunk.security; import mkoffeine.wordsunk.dao.UserDao; import mkoffeine.wordsunk.entity.UserEntity; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.authority.SimpleGrantedAuthority; i...
UTF-8
Java
1,567
java
UserEntityDetailService.java
Java
[ { "context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Michael on 04.04.2015.\n */\npublic class UserEntityDetailS", "end": 675, "score": 0.993954598903656, "start": 668, "tag": "NAME", "value": "Michael" } ]
null
[]
package mkoffeine.wordsunk.security; import mkoffeine.wordsunk.dao.UserDao; import mkoffeine.wordsunk.entity.UserEntity; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.authority.SimpleGrantedAuthority; i...
1,567
0.758137
0.753031
42
36.309525
30.021015
93
false
false
0
0
0
0
0
0
0.547619
false
false
6
4f68667996791eb142b0886442e22eb6bcbfdbab
10,711,648,491,563
bcfcbfe5fbfa4ad6ee10691f0ee519cc49684e1e
/src/main/java/br/com/marcacao/consultasOnline/repositories/ContatoRepository.java
583b74a9cab708336bef3bb43c323b4bccf87022
[]
no_license
cristianoapps/consultasOnline
https://github.com/cristianoapps/consultasOnline
a63bfb90f49a94d1b23bec09cd1ece0974c91fa7
a3795b02752072f8ab2d92e9e4799221c001f3d3
refs/heads/master
2022-11-11T03:52:04.711000
2020-07-08T04:12:02
2020-07-08T04:12:02
277,663,927
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package br.com.marcacao.consultasOnline.repositories; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import br.com.marcacao.consultasOnline.domain.Contato; @Repository public interface ContatoRepository extends JpaRepository<Contato, Integer>{ }
UTF-8
Java
316
java
ContatoRepository.java
Java
[]
null
[]
package br.com.marcacao.consultasOnline.repositories; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import br.com.marcacao.consultasOnline.domain.Contato; @Repository public interface ContatoRepository extends JpaRepository<Contato, Integer>{ }
316
0.848101
0.848101
11
27.727272
28.822626
75
false
false
0
0
0
0
0
0
0.545455
false
false
6
5ce14cbda4e1c696e05dd34541da532bd53509d3
7,619,272,036,630
cca87c4ade972a682c9bf0663ffdf21232c9b857
/com/tencent/mm/plugin/appbrand/config/g.java
645103984b6eb2ae64e799792c6868acf35f381c
[]
no_license
ZoranLi/wechat_reversing
https://github.com/ZoranLi/wechat_reversing
b246d43f7c2d7beb00a339e2f825fcb127e0d1a1
36b10ef49d2c75d69e3c8fdd5b1ea3baa2bba49a
refs/heads/master
2021-07-05T01:17:20.533000
2017-09-25T09:07:33
2017-09-25T09:07:33
104,726,592
12
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tencent.mm.plugin.appbrand.config; import com.tencent.mm.plugin.appbrand.app.c; import com.tencent.mm.sdk.platformtools.w; public enum g { ; public static int oe(String str) { int i; WxaAttributes e = c.PR().e(str, "dynamicInfo"); String str2 = "MicroMsg.AppServiceSettingM...
UTF-8
Java
809
java
g.java
Java
[]
null
[]
package com.tencent.mm.plugin.appbrand.config; import com.tencent.mm.plugin.appbrand.app.c; import com.tencent.mm.sdk.platformtools.w; public enum g { ; public static int oe(String str) { int i; WxaAttributes e = c.PR().e(str, "dynamicInfo"); String str2 = "MicroMsg.AppServiceSettingM...
809
0.52534
0.505562
30
25.966667
20.846235
95
false
false
0
0
0
0
0
0
0.733333
false
false
6
148e4bb4fc96df754dd4042e5b83fca4740a1ad5
5,952,824,711,412
d4c13cb8c21e2046555f3e54add54db371ab490a
/addressbook-web-tests/src/test/java/it/java/addressbook/tests/GroupModificationTests.java
17443076413ff6cf8cd50460ef625c23a5b2b20b
[ "Apache-2.0" ]
permissive
kazartseva/java_volga
https://github.com/kazartseva/java_volga
a66381e7e85c041483be3d75f4b0012150fec6d0
4d0d54cd7031083976b88ae3fbbcd099100188fb
refs/heads/master
2021-09-06T17:21:32.440000
2018-02-08T22:58:38
2018-02-08T22:58:38
112,014,784
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package it.java.addressbook.tests; import it.java.addressbook.models.GroupData; import it.java.addressbook.models.Groups; import org.hamcrest.CoreMatchers; import org.hamcrest.MatcherAssert; import org.testng.Assert; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import java.util.Set;...
UTF-8
Java
1,527
java
GroupModificationTests.java
Java
[ { "context": " app.group().create(new GroupData().withName(\"Test1\").withHeader(\"Test2\").withFooter(\"Test3\"));\n }", "end": 773, "score": 0.7405908107757568, "start": 768, "tag": "NAME", "value": "Test1" }, { "context": " withId(modifiedGroup.getId()).withName(\"...
null
[]
package it.java.addressbook.tests; import it.java.addressbook.models.GroupData; import it.java.addressbook.models.Groups; import org.hamcrest.CoreMatchers; import org.hamcrest.MatcherAssert; import org.testng.Assert; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import java.util.Set;...
1,527
0.724497
0.721721
45
31.022223
28.125504
109
false
false
0
0
0
0
0
0
0.555556
false
false
6
d24a985ac21be8f44311884270aa01871554b5eb
9,388,798,513,027
6253283b67c01a0d7395e38aeeea65e06f62504b
/decompile/app/Gallery2/src/main/java/com/huawei/gallery/burst/BurstThumbnailLoader.java
1a17853832e7b87b2217eababc56e23d05719f3b
[]
no_license
sufadi/decompile-hw
https://github.com/sufadi/decompile-hw
2e0457a0a7ade103908a6a41757923a791248215
4c3efd95f3e997b44dd4ceec506de6164192eca3
refs/heads/master
2023-03-15T15:56:03.968000
2017-11-08T03:29:10
2017-11-08T03:29:10
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.huawei.gallery.burst; import android.graphics.Bitmap; import android.os.Handler; import android.os.Looper; import android.os.Process; import android.util.SparseArray; import com.android.gallery3d.common.Utils; import com.android.gallery3d.data.MediaItem; import com.android.gallery3d.gadget.XmlUtils; import...
UTF-8
Java
18,147
java
BurstThumbnailLoader.java
Java
[]
null
[]
package com.huawei.gallery.burst; import android.graphics.Bitmap; import android.os.Handler; import android.os.Looper; import android.os.Process; import android.util.SparseArray; import com.android.gallery3d.common.Utils; import com.android.gallery3d.data.MediaItem; import com.android.gallery3d.gadget.XmlUtils; import...
18,147
0.513859
0.508459
439
40.337132
32.079277
244
false
false
0
0
24
0.001323
0
0
0.687927
false
false
6
15f159b553ee4bb7df6c8596e23ef599e00c41b9
24,885,040,573,528
a8d6a99d68cce478a9df5d09d61f2115fe03acdc
/labProjects/src/main/java/com/swcguild/labprojects/SimpleCalculatorAppRefactor.java
b0b2f95815b6474c8546c4a9fac902b196d13191
[]
no_license
barrel-rider/swcguild
https://github.com/barrel-rider/swcguild
ba901d1f188688635d86dec250264b02b02c6c3d
597576abfb8c1fbdb4dd2e4c6ceb14d0706b8f1c
refs/heads/master
2019-12-14T10:23:00.632000
2015-04-15T17:11:48
2015-04-15T17:11:48
33,560,071
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.swcguild.labprojects; import java.util.Scanner; public class SimpleCalculatorAppRefactor { public static void main(String[] args) { Scanner keyboard = new Scanner(System.in); int choice; ConsoleIO co = new ConsoleIO(); SimpleCalculator sc = new SimpleCalculator(); ...
UTF-8
Java
2,123
java
SimpleCalculatorAppRefactor.java
Java
[]
null
[]
package com.swcguild.labprojects; import java.util.Scanner; public class SimpleCalculatorAppRefactor { public static void main(String[] args) { Scanner keyboard = new Scanner(System.in); int choice; ConsoleIO co = new ConsoleIO(); SimpleCalculator sc = new SimpleCalculator(); ...
2,123
0.542628
0.528968
64
32.171875
32.142044
102
false
false
0
0
0
0
0
0
0.515625
false
false
6
1ad2c8e86ac9704ab1e416aebf1f4dc5f7498349
35,338,990,914,456
f74ab798eb9c33d511706ad9506a9f9de79a3801
/src/cal.java
e36b5eaf268c5204d725e65ab39c21add3a309b9
[]
no_license
1170300816/TEST
https://github.com/1170300816/TEST
218c30fad810149c542c82b55c03c4d599bcdaae
769854b7860c4886d99a76f10425e834a8690428
refs/heads/master
2023-09-03T16:46:06.425000
2021-11-01T13:01:41
2021-11-01T13:01:41
423,474,365
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import javax.swing.*; import javax.swing.border.Border; import java.awt.*; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import java.math.BigDecimal; import java.math.RoundingMode; import java.util.HashMap; public class cal extends JFrame { private Border border = BorderFactory.createE...
UTF-8
Java
4,081
java
cal.java
Java
[]
null
[]
import javax.swing.*; import javax.swing.border.Border; import java.awt.*; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import java.math.BigDecimal; import java.math.RoundingMode; import java.util.HashMap; public class cal extends JFrame { private Border border = BorderFactory.createE...
4,081
0.545653
0.536113
119
29.82353
21.173412
82
false
false
0
0
0
0
0
0
0.747899
false
false
6
a410467f8bdf125c1a9e119f929ee248ef035dea
18,485,539,268,199
13b0752456f4d86288e3de09b548edf50a57ee42
/Assignment #2.1 - Variables and Math/MortgageCalculator.java
5bcefc44973a8d9c30f23cc5ebfb950360e187bf
[]
no_license
MarkEwert03/Assignment_2.1-Varibles_and_Math
https://github.com/MarkEwert03/Assignment_2.1-Varibles_and_Math
e7f9ba0e37d99d30326fdf8a3497b38b04a2276c
ff6efc41a13e32b6f1875c5b7e6644bb75322635
refs/heads/main
2022-12-26T07:21:38.295000
2020-10-02T01:28:07
2020-10-02T01:28:07
300,355,147
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
//Mark Ewert //Sept 30, 2020 import java.util.Scanner; public class MortgageCalculator{ public static void main(String args[]){ Scanner sc = new Scanner(System.in); System.out.println("This program will find the final amount of an intrest account using the formula A = P(1+r)ᵗ"); System.o...
UTF-8
Java
857
java
MortgageCalculator.java
Java
[ { "context": "//Mark Ewert\n//Sept 30, 2020\n\nimport java.util.Scanner;\n\npubli", "end": 12, "score": 0.9998369216918945, "start": 2, "tag": "NAME", "value": "Mark Ewert" } ]
null
[]
//<NAME> //Sept 30, 2020 import java.util.Scanner; public class MortgageCalculator{ public static void main(String args[]){ Scanner sc = new Scanner(System.in); System.out.println("This program will find the final amount of an intrest account using the formula A = P(1+r)ᵗ"); System.out.p...
853
0.639766
0.618713
24
34.666668
30.641294
122
false
false
0
0
0
0
0
0
0.625
false
false
6
7a44a18d2f0f202de89c1400f7695cf539a6671e
23,691,039,629,387
57cc9cd2dfabfafa49ae363bf353e3cdf6246f0b
/java-multi-thread/src/main/java/xyy/java/note/mt/VolatileDemo.java
b73570943069735c97ea2c9fdb3b2b3b043be360
[ "Apache-2.0" ]
permissive
i37oC/java-note
https://github.com/i37oC/java-note
44902d8e6ee0b3218ff5e20941a8e1822504a3fb
5c5e43ccb161e03cda5fcf014a6cd5acaafe14db
refs/heads/master
2020-04-16T01:45:10.813000
2017-06-15T09:53:48
2017-06-15T09:53:48
83,394,700
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package xyy.java.note.mt; /** * @author xyy * @version 1.0 2017/3/10. * @since 1.0 */ public class VolatileDemo { private volatile int number = 0; public int getNumber(){ try { Thread.sleep(100); } catch (InterruptedException e) { e.printStackTrace(); } ...
UTF-8
Java
836
java
VolatileDemo.java
Java
[ { "context": "package xyy.java.note.mt;\n\n/**\n * @author xyy\n * @version 1.0 2017/3/10.\n * @since 1.0\n */\npubl", "end": 45, "score": 0.9996093511581421, "start": 42, "tag": "USERNAME", "value": "xyy" } ]
null
[]
package xyy.java.note.mt; /** * @author xyy * @version 1.0 2017/3/10. * @since 1.0 */ public class VolatileDemo { private volatile int number = 0; public int getNumber(){ try { Thread.sleep(100); } catch (InterruptedException e) { e.printStackTrace(); } ...
836
0.489234
0.465311
39
20.435898
15.283298
53
false
false
0
0
0
0
0
0
0.333333
false
false
6
57a5e96bdf11142d8b8017f633e4f2056914d322
23,691,039,628,719
7ee44fe423d645b8e60c27606ccfb638d2a515da
/Organizer/src/main/java/model/CarpetStore.java
61dbcb183dc7460a77a7dc48cce68b7db3620fa0
[]
no_license
1Dz/-Organizer
https://github.com/1Dz/-Organizer
088089d577d344eb00aa2c6e962d793e95bfe974
09f233d03397e12c665937e1ea68eed44d6ea156
refs/heads/master
2021-05-03T14:52:59.845000
2016-11-03T14:00:12
2016-11-03T14:00:12
69,666,672
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package model; import exception.StoreException; import util.DbHelper; import java.io.File; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.*; /** * Created by user on ...
UTF-8
Java
12,592
java
CarpetStore.java
Java
[ { "context": "DateFormat;\nimport java.util.*;\n\n/**\n * Created by user on 29.09.16.\n */\npublic class CarpetStore impleme", "end": 316, "score": 0.8572089076042175, "start": 312, "tag": "USERNAME", "value": "user" } ]
null
[]
package model; import exception.StoreException; import util.DbHelper; import java.io.File; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.*; /** * Created by user on ...
12,592
0.527144
0.524629
288
41.788193
29.863235
157
false
false
0
0
0
0
0
0
0.833333
false
false
6
5447c071f4f9da1d6777380ea8f8abe22259b67d
14,276,471,348,499
37ed1d360e868e843fc492545d88737971d3b83f
/cli/src/main/java/com/acme/cli/Main.java
52b7ab0203f7499a5e5d999c1fb9c9a3ce396de3
[]
no_license
EmmanuelFermin/workshop
https://github.com/EmmanuelFermin/workshop
ddd7962c53f1c5d0613c62fe682882e10f2e634a
c1cdaea14dc2bbba63559a16b177fceadf37acf3
refs/heads/main
2023-08-29T00:56:37.094000
2021-10-19T13:12:37
2021-10-19T13:14:12
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.acme.cli; import com.acme.core.Greeter; public class Main { public static void main(String[] args) { Greeter greeter = new Greeter(); greeter.greet(); } }
UTF-8
Java
193
java
Main.java
Java
[]
null
[]
package com.acme.cli; import com.acme.core.Greeter; public class Main { public static void main(String[] args) { Greeter greeter = new Greeter(); greeter.greet(); } }
193
0.632124
0.632124
10
18.299999
15.595192
44
false
false
0
0
0
0
0
0
0.4
false
false
6
988df6dd3272acae3dc8d259fb7cfae86ac408c7
25,091,198,995,446
26b7f30c6640b8017a06786e4a2414ad8a4d71dd
/src/number_of_direct_superinterfaces/i9283.java
7c580a98a24609e3f235ef9d70ca94e6857a1f98
[]
no_license
vincentclee/jvm-limits
https://github.com/vincentclee/jvm-limits
b72a2f2dcc18caa458f1e77924221d585f23316b
2fd1c26d1f7984ea8163bc103ad14b6d72282281
refs/heads/master
2020-05-18T11:18:41.711000
2014-09-14T04:25:18
2014-09-14T04:25:18
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package number_of_direct_superinterfaces; public interface i9283 {}
UTF-8
Java
68
java
i9283.java
Java
[]
null
[]
package number_of_direct_superinterfaces; public interface i9283 {}
68
0.823529
0.764706
3
22
16.872068
41
false
false
0
0
0
0
0
0
0.333333
false
false
6
36db94da49616aa5461fa352a471d62873032090
35,150,012,353,499
8407e2a9b6d804ea3f47a8b7a1f5cc834a465c7d
/app/src/main/java/com/live/ui/MainActivity.java
9e5d4f72bb8865fbfaaa6ed4d39134c6b74edc83
[]
no_license
pigadmin/taiwan_live
https://github.com/pigadmin/taiwan_live
153a49fa4575665ebe3563541f06ae2bef6cd971
fa5139b27f184f579aaf8fce784a2c4c9af74fc2
refs/heads/master
2020-03-20T00:32:47.612000
2018-07-23T01:53:01
2018-07-23T01:53:01
137,003,828
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.live.ui; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.os.Handler; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; im...
UTF-8
Java
10,015
java
MainActivity.java
Java
[]
null
[]
package com.live.ui; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.os.Handler; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; im...
10,015
0.545728
0.542622
300
32.276669
25.743351
113
false
false
0
0
0
0
0
0
0.6
false
false
6
1b2bd2b18167a248a092f812817ce0a172af9154
21,328,807,654,431
038ccbded388e0e0bbf9ed5fa0727e64e6da2698
/main/java/com/luckycoin/english_grammar/MainFragments/Notif_reciver.java
ac872dc2948443db2dbf4b34fb8b074f355be2b1
[]
no_license
DenStanislavskyi/English_Grammar_Android_app
https://github.com/DenStanislavskyi/English_Grammar_Android_app
3290b81c64f3d16720dcf2956ee57750e6f2ca0f
682edf9e025316a932e2bbe703ab76c33ac81ae6
refs/heads/master
2022-10-13T21:26:02.700000
2020-06-11T13:23:16
2020-06-11T13:23:16
271,237,585
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.luckycoin.english_grammar.MainFragments; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.support.v4.app.NotificationComp...
UTF-8
Java
1,407
java
Notif_reciver.java
Java
[ { "context": "luckycoin.english_grammar.R;\r\n\r\n/**\r\n * Created by ДЕНИСКА on 21.06.2016.\r\n */\r\npublic class Notif_reciver e", "end": 440, "score": 0.994358479976654, "start": 433, "tag": "NAME", "value": "ДЕНИСКА" } ]
null
[]
package com.luckycoin.english_grammar.MainFragments; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.support.v4.app.NotificationComp...
1,407
0.726429
0.717143
36
36.888889
32.303921
127
false
false
0
0
0
0
0
0
0.611111
false
false
6
4d42ccf028e12053ae5fbe3ca387ed829ca0c6d1
34,737,695,505,490
59988e467360e1bb629e80d08eaff02ca066b5e4
/crypto-client/src/test/java/com/example/cryptoclient/CollectionsClassTest.java
f7379392b673ae1c0df3cdb2e8b0ccfa85030061
[]
no_license
mike18x96/cryptoApp
https://github.com/mike18x96/cryptoApp
0e882d847c8e8cbf95e7462c30516588fb1e5dd8
469f3c062db41cf902c53874ddbdf94c308c7fa3
refs/heads/master
2023-08-23T06:35:49.660000
2021-10-11T19:16:56
2021-10-11T19:16:56
391,576,543
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.cryptoclient; import org.junit.jupiter.api.Test; import java.util.ArrayList; import java.util.List; import static org.junit.jupiter.api.Assertions.assertEquals; public class CollectionsClassTest { @Test void stringClassTest() { String me = "maniek"; assertEquals(String....
UTF-8
Java
2,683
java
CollectionsClassTest.java
Java
[ { "context": " void stringClassTest() {\n String me = \"maniek\";\n\n assertEquals(String.class, me.getClass", "end": 288, "score": 0.982957661151886, "start": 282, "tag": "USERNAME", "value": "maniek" }, { "context": "t\n void castingExample() {\n Object o...
null
[]
package com.example.cryptoclient; import org.junit.jupiter.api.Test; import java.util.ArrayList; import java.util.List; import static org.junit.jupiter.api.Assertions.assertEquals; public class CollectionsClassTest { @Test void stringClassTest() { String me = "maniek"; assertEquals(String....
2,683
0.608274
0.60492
87
29.850574
26.310057
102
false
false
0
0
0
0
0
0
0.45977
false
false
6
1746ad310bee33f955c39a809df0ed521ee98b81
34,050,500,744,101
15211cc68500ddfea602c9f010d780204f4c7a3b
/src/main/java/cn/jiyun/controller/UserController.java
000da68a5b7c087c0c6ecd68d42be7ebe0edf3d9
[]
no_license
xiaotaoqi11/day01-test
https://github.com/xiaotaoqi11/day01-test
ee60ab9fb170d9ab17ba72510bb0900b1a1d0237
567bdfeb00e31701aeb2b8fec626fcc62d76e576
refs/heads/master
2022-09-16T13:59:00.576000
2020-05-30T12:02:59
2020-05-30T12:02:59
268,040,878
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.jiyun.controller; public class UserController { public String username(){ System.out.printiln("牛逼"); return "您好java"; } }
UTF-8
Java
160
java
UserController.java
Java
[ { "context": " public String username(){\nSystem.out.printiln(\"牛逼\");\n return \"您好java\";\n }\n}\n", "end": 113, "score": 0.9901729226112366, "start": 111, "tag": "USERNAME", "value": "牛逼" }, { "context": "e(){\nSystem.out.printiln(\"牛逼\");\n return \"您好java\...
null
[]
package cn.jiyun.controller; public class UserController { public String username(){ System.out.printiln("牛逼"); return "您好java"; } }
160
0.657895
0.657895
8
18
12.509996
29
false
false
0
0
0
0
0
0
0.375
false
false
6
9d84bcb3336bc7b23f2584b34d986814f2231a07
34,050,500,746,513
bdf1f81e93dc7bf6e0d5a1be95308e4cf0edb272
/Java/Dependency Injection/src/main/java/engines/Engine.java
8214052c1bc028c11c0b51d940224ef9fd4b0015
[]
no_license
Shadowsych/web-archives
https://github.com/Shadowsych/web-archives
f93e318c11b438820ddef2c017b74b00438dd26c
2b015280eef1ed542e6b5f09db78f2440f854c22
refs/heads/main
2023-08-15T15:02:19.294000
2023-05-07T21:17:49
2023-05-07T21:17:49
177,372,373
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package engines; import com.google.inject.ImplementedBy; /** * This interface uses the @ImplementedBy annotation, which specifies a default binding if there is no binding * specified for the Engine in a Guice Module. In the case below, we are going to inject the V6Engine by default. * * @author pravatbhusal * ...
UTF-8
Java
404
java
Engine.java
Java
[ { "context": " to inject the V6Engine by default.\n * \n * @author pravatbhusal\n *\n */\n@ImplementedBy(V6Engine.class)\npublic inte", "end": 315, "score": 0.9966180920600891, "start": 303, "tag": "USERNAME", "value": "pravatbhusal" } ]
null
[]
package engines; import com.google.inject.ImplementedBy; /** * This interface uses the @ImplementedBy annotation, which specifies a default binding if there is no binding * specified for the Engine in a Guice Module. In the case below, we are going to inject the V6Engine by default. * * @author pravatbhusal * ...
404
0.752475
0.747525
16
24.25
35.075809
113
false
false
0
0
0
0
0
0
0.4375
false
false
6
7cc6322cea8cb1eab8769f1ec6cffd4b0c7aecb6
10,977,936,454,058
7b54b83d5c3023e3e87181e60483d95cfef8576a
/src/test/java/perkpack/models/CardTest.java
6a6af6de476c625427ccb5598cd7d61c362d587f
[]
no_license
lavatahir/Perkpack
https://github.com/lavatahir/Perkpack
6117c0b36a500b5f2b655cc78ee7bc3da09305e6
024a17960cf5aee91045a0407d535a11860dfc6d
refs/heads/master
2021-01-25T12:02:25.846000
2018-04-05T13:02:06
2018-04-05T13:02:06
123,453,573
1
0
null
false
2018-04-05T13:02:07
2018-03-01T15:27:58
2018-04-05T12:54:41
2018-04-05T13:02:07
1,855
1
0
0
Java
false
null
package perkpack.models; import org.junit.Before; import org.junit.Test; import java.util.Collection; import java.util.HashSet; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotEquals; import static org.junit.Assert.assertTrue; public class CardTest { private static String n...
UTF-8
Java
3,672
java
CardTest.java
Java
[ { "context": "rows Exception {\n Account u = new Account(\"Lava\", \"Tahir\", \"lavatahir@gmail.com\", \"password\");\n ", "end": 1093, "score": 0.9997811913490295, "start": 1089, "tag": "NAME", "value": "Lava" }, { "context": "eption {\n Account u = new Account(\"Lava...
null
[]
package perkpack.models; import org.junit.Before; import org.junit.Test; import java.util.Collection; import java.util.HashSet; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotEquals; import static org.junit.Assert.assertTrue; public class CardTest { private static String n...
3,630
0.607298
0.597495
135
26.200001
23.497454
85
false
false
0
0
0
0
0
0
0.792593
false
false
6
2e247bccda2b8159e3abbf50fb2761e9055d42ed
18,605,798,388,500
f9008dc57c5d066a0b24e83b89275d41ab5ecce0
/src/main/java/com/pakago/electronic/Application.java
d60d493afb145ff0e1d8b99fc83eb47a4b18710b
[]
no_license
khanhlv/PakagoElectronic
https://github.com/khanhlv/PakagoElectronic
64b28656925c59ecd18e951193ef4de9111a7734
1c87e7fe19f9c1c0fcefbc77a4c1cf871d04b35d
refs/heads/master
2023-02-16T01:14:48.317000
2021-01-07T08:09:47
2021-01-07T08:09:47
308,672,930
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.pakago.electronic; import com.pakago.electronic.thread.ElectronicThread; import com.pakago.electronic.util.ResourceUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.websocket.*; import java.net.URI; import java.util.Queue; import java.util.concurrent.ConcurrentLinkedQueue; @Cli...
UTF-8
Java
2,525
java
Application.java
Java
[]
null
[]
package com.pakago.electronic; import com.pakago.electronic.thread.ElectronicThread; import com.pakago.electronic.util.ResourceUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.websocket.*; import java.net.URI; import java.util.Queue; import java.util.concurrent.ConcurrentLinkedQueue; @Cli...
2,525
0.584554
0.58099
90
27.055555
24.886124
124
false
false
0
0
0
0
0
0
0.5
false
false
6
a4917cf54b6ae1c8171f98b2a1028235e115dc9e
19,911,468,419,689
ae76d326801fe080b8c6dd0dcae8d919eafc834c
/src/lab2/Operations/Utilities.java
73f5061a03e584755b614ef03cb30a9e3869e3e4
[]
no_license
gal-shvetsova/lab2
https://github.com/gal-shvetsova/lab2
b4a5fd5379f16cb67a48ce7831a10d9c02bfa2b7
1dd5dbe187c038fbc583c1dc8f91a02bb814f228
refs/heads/master
2020-04-19T09:18:19.037000
2019-01-30T07:17:00
2019-01-30T07:17:00
168,106,103
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package lab2.Operations; public class Utilities { public static boolean isString(String string) { for (int i = 0; i < string.length(); i++) { if (!Character.isLetter(string.charAt(i))) return false; } return true; } }
UTF-8
Java
279
java
Utilities.java
Java
[]
null
[]
package lab2.Operations; public class Utilities { public static boolean isString(String string) { for (int i = 0; i < string.length(); i++) { if (!Character.isLetter(string.charAt(i))) return false; } return true; } }
279
0.555556
0.548387
11
24.363636
19.279158
54
false
false
0
0
0
0
0
0
0.454545
false
false
6
e3f09aecae5707dbb4fd44d06341cb3db85e506f
9,397,388,490,719
65981f65e5d1dd676e4b5f48f3b81e1f55ed39ce
/konig-transform-beam/src/main/java/io/konig/transform/beam/SimpleTargetFnGenerator.java
ab6eb437ad69ccaf781da8c70937eb17af067fbd
[]
no_license
konigio/konig
https://github.com/konigio/konig
dd49aa70aa63e6bdeb1161f26cf9fba8020e1bfb
2c093aa94be40ee6a0fa533020f4ef14cecc6f1d
refs/heads/master
2023-08-11T12:12:53.634000
2019-12-02T17:05:03
2019-12-02T17:05:03
48,807,429
4
3
null
false
2022-12-14T20:21:51
2015-12-30T15:42:21
2019-12-02T17:05:06
2022-12-14T20:21:45
17,983
4
3
190
Java
false
false
package io.konig.transform.beam; /* * #%L * Konig Transform Beam * %% * Copyright (C) 2015 - 2019 Gregory McFall * %% * 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:/...
UTF-8
Java
1,119
java
SimpleTargetFnGenerator.java
Java
[ { "context": " Transform Beam\n * %%\n * Copyright (C) 2015 - 2019 Gregory McFall\n * %%\n * Licensed under the Apache License, Versi", "end": 117, "score": 0.9996779561042786, "start": 103, "tag": "NAME", "value": "Gregory McFall" } ]
null
[]
package io.konig.transform.beam; /* * #%L * Konig Transform Beam * %% * Copyright (C) 2015 - 2019 <NAME> * %% * 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.apa...
1,111
0.743521
0.732797
36
29.694445
30.693665
119
false
false
0
0
0
0
0
0
0.722222
false
false
6
6071acb1d94048177e0c6db3080845dba493f9f9
4,922,032,567,224
5320d2bc8b7d18d6645c2cd1d16622994a37ae23
/simple-rpc-spring-boot-starter/src/main/java/com/pq/rpc/autoconfig/beanPostProcessor/RPCConsumerBeanPostProcessor.java
b4a3705e59d1af127d8a95cee82e50208f30c8e2
[]
no_license
MichaelYang1995/Simple_RPC
https://github.com/MichaelYang1995/Simple_RPC
0d827afed3080c8816eea35e75ccdb8ca69c6bf0
59547d9769f9272231a0d8d8e2f7caf7e73dda02
refs/heads/master
2022-06-22T13:21:01.135000
2020-08-11T02:23:59
2020-08-11T02:23:59
223,398,658
2
1
null
false
2022-06-17T02:50:26
2019-11-22T12:28:41
2020-08-11T02:24:01
2022-06-17T02:50:26
1,417
2
1
5
Java
false
false
package com.pq.rpc.autoconfig.beanPostProcessor; import com.pq.rpc.autoconfig.annotation.RPCReference; import com.yqy.rpc.client.filter.Filter; import com.yqy.rpc.common.ExtensionLoader; import com.yqy.rpc.config.ReferenceConfig; import org.springframework.beans.BeansException; import java.lang.reflect.Field;...
UTF-8
Java
2,142
java
RPCConsumerBeanPostProcessor.java
Java
[ { "context": "nPostProcessor\r\n * @Description: TODO\r\n * @Author: YangQingyuan\r\n * @Date: 2019/12/2 12:04\r\n * @Version: 1.0\r\n */", "end": 421, "score": 0.999505341053009, "start": 409, "tag": "NAME", "value": "YangQingyuan" } ]
null
[]
package com.pq.rpc.autoconfig.beanPostProcessor; import com.pq.rpc.autoconfig.annotation.RPCReference; import com.yqy.rpc.client.filter.Filter; import com.yqy.rpc.common.ExtensionLoader; import com.yqy.rpc.config.ReferenceConfig; import org.springframework.beans.BeansException; import java.lang.reflect.Field;...
2,142
0.587858
0.581441
54
35.51852
22.369574
102
false
false
0
0
0
0
0
0
0.537037
false
false
6
7b4bff73760920f328bb6b338cfa5c38a1ee1c82
27,908,697,531,268
87e1aaed7f9569d02c5915ce9d3fc209905634c0
/src/test/java/com/lzh/service/impl/NewsCommentServiceImplTest.java
b4f14061b9c2951827b6a6320a4ab72861cc7416
[]
no_license
lzhskyocean/News_Management
https://github.com/lzhskyocean/News_Management
c20bb0284196bb31242bd763e1fc55eca2daceaf
e5191cfe347f1fff67a7d5c962e1b70f147d9f81
refs/heads/master
2022-12-25T08:03:54.290000
2019-05-29T15:42:19
2019-05-29T15:42:19
189,801,888
0
0
null
false
2022-12-16T11:53:49
2019-06-02T03:48:58
2019-06-02T03:49:08
2022-12-16T11:53:46
92
0
0
7
JavaScript
false
false
package com.lzh.service.impl; import com.lzh.MyTest; import com.lzh.bean.NewsComment; import org.junit.Test; import org.springframework.beans.factory.annotation.Autowired; import java.util.List; import static org.junit.Assert.*; /** * @author lizhenhao */ public class NewsCommentServiceImplTest extends MyTest { ...
UTF-8
Java
668
java
NewsCommentServiceImplTest.java
Java
[ { "context": "\nimport static org.junit.Assert.*;\n\n/**\n * @author lizhenhao\n */\npublic class NewsCommentServiceImplTest exten", "end": 257, "score": 0.9991357922554016, "start": 248, "tag": "USERNAME", "value": "lizhenhao" } ]
null
[]
package com.lzh.service.impl; import com.lzh.MyTest; import com.lzh.bean.NewsComment; import org.junit.Test; import org.springframework.beans.factory.annotation.Autowired; import java.util.List; import static org.junit.Assert.*; /** * @author lizhenhao */ public class NewsCommentServiceImplTest extends MyTest { ...
668
0.736527
0.73503
30
21.299999
24.495102
95
false
false
0
0
0
0
0
0
0.333333
false
false
6
187de9368ef54e4814da592ebaa86c1aaa0845f1
27,908,697,529,440
e7a9d9d569813cae0fe990cc70ea9aee371ca080
/ess_server/src/main/java/com/qcells/ess_server/dao/DeviceDao.java
9659a9e1075712ff0ee9f7a4a6751292b199fc93
[]
no_license
terryaa/MLPE_Simulation
https://github.com/terryaa/MLPE_Simulation
1be90cc7e2f8aaf8aa157e79fe0facc67c3a3bd4
a19bb777ecf361a47b30599e055802fdae8b9637
refs/heads/master
2023-02-02T19:22:23.633000
2020-12-18T08:29:31
2020-12-18T08:29:31
309,988,885
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.qcells.ess_server.dao; import com.qcells.ess_server.dto.Device; import org.springframework.stereotype.Repository; @Repository public interface DeviceDao { public int updateDeviceInfo(Device device); }
UTF-8
Java
225
java
DeviceDao.java
Java
[]
null
[]
package com.qcells.ess_server.dao; import com.qcells.ess_server.dto.Device; import org.springframework.stereotype.Repository; @Repository public interface DeviceDao { public int updateDeviceInfo(Device device); }
225
0.782222
0.782222
9
23
18.96781
49
false
false
0
0
0
0
0
0
0.555556
false
false
6
f49645447236c71a05346ea53a88ac7c41ea3934
28,157,805,650,702
d644c087d4c4990efa10e9b5b36a77749e063bac
/20190326_Echo/src/Echo.java
de05056f29a7ddf4a39f8d44d5312167df774082
[]
no_license
JiaLee0707/JavaProject
https://github.com/JiaLee0707/JavaProject
ae03599e3aedc59b680c99db34ec0569421af46e
2c5f5584900119190f368f4e05ab5fcb913208c4
refs/heads/master
2020-04-30T15:39:00.305000
2020-03-19T14:28:32
2020-03-19T14:28:32
176,918,873
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.*; public class Echo { public static void main(String[] args) { System.out.println("자신감 갖기"); //반복 while(true) { Scanner sc=new Scanner(System.in); //input System.out.print("메아리 : "); String inputString = sc.nextLine(); //변수에 대입 if(inputString.equals("exit")) { //변수 출력 ...
UHC
Java
460
java
Echo.java
Java
[ { "context": " void main(String[] args) {\n\t\tSystem.out.println(\"자신감 갖기\");\n\t\t//반복\n\t\twhile(true) {\n\t\t\tScanner sc=new Scann", "end": 112, "score": 0.9187389016151428, "start": 106, "tag": "NAME", "value": "자신감 갖기" } ]
null
[]
import java.util.*; public class Echo { public static void main(String[] args) { System.out.println("<NAME>"); //반복 while(true) { Scanner sc=new Scanner(System.in); //input System.out.print("메아리 : "); String inputString = sc.nextLine(); //변수에 대입 if(inputString.equals("exit")) { //변수 출력 ...
450
0.60628
0.60628
23
17
14.298069
41
false
false
0
0
0
0
0
0
2.391304
false
false
6
7e01c5bc72c83bf5937d3ef3240a87b7f334b3ec
5,875,515,290,790
7f1b412ac578d79f848b506ab165250c7eb7846f
/luckysheet/src/main/java/com.masonluo.luckysheet/model/border/CellBorder.java
034bf50c92156f414a92a85d4b41f66ade574c39
[]
no_license
MasonLuo918/study-all
https://github.com/MasonLuo918/study-all
d275466fdb71880768b9f3ef4de6180266fe0004
f06274dbefa13ea47214e3912ca2c10a7e114e36
refs/heads/master
2023-01-04T06:32:47.631000
2020-10-30T01:17:10
2020-10-30T01:17:10
298,922,384
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.masonluo.luckysheet.model.border; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; /** * @author Masonluo * @date 2020-09-27 15:16 */ @JsonInclude(value = JsonInclude.Include.NON_NULL) public class CellBorder { @JsonProperty("row_index") ...
UTF-8
Java
1,833
java
CellBorder.java
Java
[ { "context": "l.jackson.annotation.JsonProperty;\n\n/**\n * @author Masonluo\n * @date 2020-09-27 15:16\n */\n@JsonInclude(value ", "end": 178, "score": 0.908007025718689, "start": 170, "tag": "USERNAME", "value": "Masonluo" } ]
null
[]
package com.masonluo.luckysheet.model.border; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; /** * @author Masonluo * @date 2020-09-27 15:16 */ @JsonInclude(value = JsonInclude.Include.NON_NULL) public class CellBorder { @JsonProperty("row_index") ...
1,833
0.579378
0.572831
89
19.595505
16.257561
53
false
false
0
0
0
0
0
0
0.303371
false
false
6
81a95c185c0eb40853a50ae597339b7f04fc799c
18,786,187,002,537
d49baa139b54c7cb4454020c66e19c7235908590
/initial/ArrayLeftRotate.java
c274390bfac2c75c7a284bbc387d22e1bc72d412
[]
no_license
kshitizdeep1/java_codes
https://github.com/kshitizdeep1/java_codes
131dd5e2247034b9c3c8c7bef1b516489e708aa8
38bec43a54899755c9c88ad86a4e590ccb1fdc56
refs/heads/master
2020-05-18T15:06:34.670000
2019-07-20T13:08:00
2019-07-20T13:08:00
184,488,717
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.Scanner; public class ArrayLeftRotate { public static void main (String[] args) { Scanner scanner=new Scanner(System.in); String[] nd = scanner.nextLine().split(" "); int n = Integer.parseInt(nd[0]); int d = Integer.parseInt(nd[1]); int[] a = new int[n]; Strin...
UTF-8
Java
911
java
ArrayLeftRotate.java
Java
[]
null
[]
import java.util.Scanner; public class ArrayLeftRotate { public static void main (String[] args) { Scanner scanner=new Scanner(System.in); String[] nd = scanner.nextLine().split(" "); int n = Integer.parseInt(nd[0]); int d = Integer.parseInt(nd[1]); int[] a = new int[n]; Strin...
911
0.425906
0.400659
37
23.594595
17.314983
57
false
false
0
0
0
0
0
0
0.837838
false
false
6
a4d902bc6159b52452eefe9cfdc914025a519d2e
29,386,166,262,485
41987c8d77c6de786af849782e0d389df4aa03d7
/src/main/java/com/practice/lessons/Lesson.java
0df0e7851fbfa2f7205b9f9c5f6c0c9c0a63c0e3
[]
no_license
tesomo/Polymorphism
https://github.com/tesomo/Polymorphism
c632521ba7bd4b38ca3f54578bfc17a2a1d6ef11
b93ce71d2d8b8424efe5f17a1fe90f34d09b044c
refs/heads/main
2023-03-18T21:30:23.937000
2021-03-06T07:58:30
2021-03-06T07:58:30
345,036,459
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.practice.lessons; public abstract class Lesson { protected String typeOfLesson; public String getTypeOfLesson() { return typeOfLesson; } }
UTF-8
Java
173
java
Lesson.java
Java
[]
null
[]
package com.practice.lessons; public abstract class Lesson { protected String typeOfLesson; public String getTypeOfLesson() { return typeOfLesson; } }
173
0.705202
0.705202
9
18.222221
15.229925
37
false
false
0
0
0
0
0
0
0.333333
false
false
6
e51cc2ff1d3fc956d70fa8e6b2dbdc15c2036129
429,496,776,704
fe402be9cab5a62604a173868792741b78d93d9a
/src/ornagai/mobile/gui/SplashForm.java
317df9e962ee4c292f571efa6f44879d976fb3fc
[ "MIT" ]
permissive
sorlok/ornagai-mobile
https://github.com/sorlok/ornagai-mobile
14ee7893499a2286426ed150cfbfde92baae47fb
643e7dafb8d346dc6c2f9828edf876d6383ab957
refs/heads/master
2016-08-08T05:48:19.226000
2009-10-31T08:18:13
2009-10-31T08:18:13
32,239,692
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * This code is licensed under the terms of the MIT License. * Please see the file LICENSE.TXT for the full license text. */ package ornagai.mobile.gui; import com.sun.lwuit.*; import com.sun.lwuit.events.*; import com.sun.lwuit.layouts.*; import javax.microedition.rms.*; import ornagai.mobile.MZMobileDictionary...
UTF-8
Java
3,797
java
SplashForm.java
Java
[ { "context": "**\n * The first form the user sees. \n *\n * @author Seth N. Hetu\n */\npublic class SplashForm extends Form implemen", "end": 387, "score": 0.999888002872467, "start": 375, "tag": "NAME", "value": "Seth N. Hetu" } ]
null
[]
/* * This code is licensed under the terms of the MIT License. * Please see the file LICENSE.TXT for the full license text. */ package ornagai.mobile.gui; import com.sun.lwuit.*; import com.sun.lwuit.events.*; import com.sun.lwuit.layouts.*; import javax.microedition.rms.*; import ornagai.mobile.MZMobileDictionary...
3,791
0.668686
0.668686
106
34.811321
26.098549
111
false
false
0
0
0
0
0
0
0.54717
false
false
6
7f6c821b8eb7137c0cc78982a6dfa89a6c189aa2
31,945,966,816,132
f05d1d636eef5a08f6146b95f1630d5ccd3866ce
/src_web/com/ptswitch/material/pages/contract/ListContract.java
cffc4a0d9c01bb1b32cdd7d1016879a106c02548
[]
no_license
hxzon/mstar-hxzon
https://github.com/hxzon/mstar-hxzon
4bd28e36463d0cc30fb86c5c40307f5284255ce5
2eca77012438bf538fcc62fa47b3c504f09d9dcb
refs/heads/master
2016-09-01T23:32:25.641000
2015-05-07T17:09:07
2015-05-07T17:09:07
4,624,503
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ptswitch.material.pages.contract; import java.util.List; import org.apache.tapestry5.EventConstants; import org.apache.tapestry5.annotations.OnEvent; import org.apache.tapestry5.annotations.Property; import org.apache.tapestry5.annotations.SetupRender; import org.apache.tapestry5.ioc.annotations.I...
UTF-8
Java
2,159
java
ListContract.java
Java
[]
null
[]
package com.ptswitch.material.pages.contract; import java.util.List; import org.apache.tapestry5.EventConstants; import org.apache.tapestry5.annotations.OnEvent; import org.apache.tapestry5.annotations.Property; import org.apache.tapestry5.annotations.SetupRender; import org.apache.tapestry5.ioc.annotations.I...
2,159
0.685966
0.68365
56
36.55357
30.22057
121
false
false
0
0
0
0
0
0
0.732143
false
false
6
fd644c3a1c13b2532f191cfc7416668ef731f366
27,273,042,353,240
1e10175dff2e75a273059088f9b82860da12840f
/src/ogloszenia/model/ConversationMessage.java
c2679cda98060433cb57f3ccbabf9ce4a8fa9108
[]
no_license
lukasz-bacic/ogloszenia-projekt
https://github.com/lukasz-bacic/ogloszenia-projekt
9d161839e3ccd7294eef761ba4c352b448defb71
4294fa9e94dc46612ec040ac13ce3f6d1819c418
refs/heads/master
2021-01-01T19:18:55.941000
2017-08-07T18:40:27
2017-08-07T18:40:27
98,565,582
0
9
null
false
2017-07-31T15:29:28
2017-07-27T17:53:27
2017-07-27T17:55:35
2017-07-28T19:07:50
17,136
0
4
1
Java
null
null
package ogloszenia.model; import java.time.LocalDate; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax...
UTF-8
Java
1,671
java
ConversationMessage.java
Java
[]
null
[]
package ogloszenia.model; import java.time.LocalDate; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax...
1,671
0.764812
0.764812
86
18.430233
17.931744
79
false
false
0
0
0
0
0
0
1.081395
false
false
6
2f11c29486660dc21dcea58778f65dfda0156117
14,680,198,262,141
454bdd8b50b63e8c212a7332af32ff0b8cdce6d7
/java/csis1400/LetterGradeCalculator/src/lettergradecalculator/LetterGradeCalculator.java
693fdfee04d2051b5811385657a3a49b75b59912
[]
no_license
TallanGroberg/javabasics
https://github.com/TallanGroberg/javabasics
6e0e3587add3852d2c7adcb89fb98b41587bce6b
14c3491c3b3c5ed0b7a7923dc12ebbf5568db85c
refs/heads/main
2023-06-01T05:08:52.057000
2021-06-19T16:41:14
2021-06-19T16:41:14
274,756,796
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 lettergradecalculator; import java.util.*; /** * * @author tallan */ public class LetterGradeCalculator { /** * @...
UTF-8
Java
2,783
java
LetterGradeCalculator.java
Java
[ { "context": "calculator;\nimport java.util.*;\n\n/**\n *\n * @author tallan\n */\npublic class LetterGradeCalculator {\n\n /**", "end": 261, "score": 0.9535792469978333, "start": 255, "tag": "USERNAME", "value": "tallan" } ]
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 lettergradecalculator; import java.util.*; /** * * @author tallan */ public class LetterGradeCalculator { /** * @...
2,783
0.540424
0.529644
96
27.989584
25.330111
94
false
false
0
0
0
0
0
0
0.479167
false
false
6
e6efb21a89fe215191a29dad210595bb662d71f8
33,749,853,030,977
a165bd47ff6b924d3092cbf5f0871cb64539228a
/src/main/java/co/grandcircus/CO2Competition/Controllers/LoginController.java
f3573b0e5bb98a07255ad9beabf0587efa244b3e
[]
no_license
Rana-Siroosian/CO2Competition
https://github.com/Rana-Siroosian/CO2Competition
3b224098e89553eb9138a3d968da23d0caf7960c
c1ae3443880f293d2e0ed7a04f8c07cea49ed131
refs/heads/master
2022-04-10T05:01:53.342000
2020-03-26T20:45:26
2020-03-26T20:45:26
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package co.grandcircus.CO2Competition.Controllers; import java.util.List; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web....
UTF-8
Java
1,909
java
LoginController.java
Java
[]
null
[]
package co.grandcircus.CO2Competition.Controllers; import java.util.List; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web....
1,909
0.793085
0.790466
58
31.913794
27.124416
117
false
false
0
0
0
0
0
0
1.5
false
false
6
5f9cc2650793d8254ba2da126c70a0d6bb39d62d
13,958,643,748,168
567a9c0bb27f4eb02ef78d52f211b1d7f4c54db0
/shiro/src/main/java/com/config/ShiroConfiguration.java
da976138242ed7d44c907283ac36db1f4ba108cd
[]
no_license
liuwy5/project
https://github.com/liuwy5/project
c4a8afe8198db087a24298b8d360f7261f9fdbe5
a109b837535b9c0c9473d08ff53c6746bc3a58a8
refs/heads/master
2022-12-07T18:02:48.379000
2019-06-19T07:51:03
2019-06-19T07:51:03
192,650,201
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.config; import at.pollux.thymeleaf.shiro.dialect.ShiroDialect; import com.shiro.realm.UserRealm; import net.sf.ehcache.CacheManager; import org.apache.shiro.authc.credential.HashedCredentialsMatcher; import org.apache.shiro.cache.ehcache.EhCacheManager; import org.apache.shiro.mgt.SecurityManager; ...
UTF-8
Java
6,078
java
ShiroConfiguration.java
Java
[]
null
[]
package com.config; import at.pollux.thymeleaf.shiro.dialect.ShiroDialect; import com.shiro.realm.UserRealm; import net.sf.ehcache.CacheManager; import org.apache.shiro.authc.credential.HashedCredentialsMatcher; import org.apache.shiro.cache.ehcache.EhCacheManager; import org.apache.shiro.mgt.SecurityManager; ...
6,078
0.708646
0.70686
150
35.32
29.841206
122
false
false
0
0
0
0
0
0
0.5
false
false
6
92ec1ff48592b694179da2c0e4215f1329df89fb
21,672,405,012,964
c46937a4bca974522af60a32009d502530e2a529
/LegacySystem/src/main/java/Service/Initiator.java
5cb81c30355c1c5e7a0b6546e873026fa566eefd
[]
no_license
CCl4-NJU/InternetPlusProject
https://github.com/CCl4-NJU/InternetPlusProject
99a2178c99c12ed0cb2914d576327f75e4c16f1b
e79b8f61ae01a2148592033ba52826cd31c7e3b2
refs/heads/master
2023-02-12T05:41:04.175000
2021-01-07T06:57:31
2021-01-07T06:57:31
297,048,510
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package Service; import Service.impl.AttendanceServiceImpl; import Service.impl.ERPServiceImpl; import Service.impl.OrderServiceImpl; import Service.impl.PersonnelServiceImpl; import Service.model.BOMEntity; import javax.xml.ws.Endpoint; import java.util.List; public class Initiator { /** * 启动 * @param...
UTF-8
Java
1,023
java
Initiator.java
Java
[]
null
[]
package Service; import Service.impl.AttendanceServiceImpl; import Service.impl.ERPServiceImpl; import Service.impl.OrderServiceImpl; import Service.impl.PersonnelServiceImpl; import Service.model.BOMEntity; import javax.xml.ws.Endpoint; import java.util.List; public class Initiator { /** * 启动 * @param...
1,023
0.703631
0.687929
32
30.84375
25.1919
74
false
false
0
0
0
0
0
0
0.6875
false
false
6
4311d1c4ecd3b3c1fde598c53028c20a80bf563b
28,922,309,826,043
c108d7b5840d2f83b660c3e0e815a19f884c3982
/src/main/java/org/identifiers/cloud/hq/ws/registry/models/ResourceRegistrationSessionActionLogger.java
789b8fe4737816aff3ce7c8c292969ec28525488
[ "MIT" ]
permissive
identifiers-org/cloud-hq-ws-registry
https://github.com/identifiers-org/cloud-hq-ws-registry
e247feacd5032cc4f63d8a2ff8fa1702bf9d49cd
9de061bb62a326a7af0de7c4a373b0e5a6c69b92
refs/heads/master
2023-08-07T16:06:09.495000
2023-07-20T13:12:26
2023-07-20T13:12:26
152,398,980
0
0
MIT
false
2023-09-11T13:59:27
2018-10-10T09:38:28
2023-01-03T19:09:23
2023-09-11T13:59:26
2,255
0
0
5
Java
false
false
package org.identifiers.cloud.hq.ws.registry.models; import lombok.extern.slf4j.Slf4j; import org.identifiers.cloud.hq.ws.registry.data.models.ResourceRegistrationSession; import org.identifiers.cloud.hq.ws.registry.data.repositories.ResourceRegistrationSessionEventAcceptRepository; import org.identifiers.cloud.hq.ws....
UTF-8
Java
2,673
java
ResourceRegistrationSessionActionLogger.java
Java
[ { "context": "odels\n * Timestamp: 2019-07-29 16:45\n *\n * @author Manuel Bernal Llinares <mbdebian@gmail.com>\n * ---\n * <p>\n * This action", "end": 721, "score": 0.9998806715011597, "start": 699, "tag": "NAME", "value": "Manuel Bernal Llinares" }, { "context": "07-29 16:45\n *\n...
null
[]
package org.identifiers.cloud.hq.ws.registry.models; import lombok.extern.slf4j.Slf4j; import org.identifiers.cloud.hq.ws.registry.data.models.ResourceRegistrationSession; import org.identifiers.cloud.hq.ws.registry.data.repositories.ResourceRegistrationSessionEventAcceptRepository; import org.identifiers.cloud.hq.ws....
2,646
0.765806
0.760195
53
49.433964
45.506588
198
false
false
0
0
0
0
0
0
0.566038
false
false
6
03880820ee06cedf7c7a048aea5e8fdc991bdbb1
16,458,314,727,108
786cf7fcef2c702d0356cf263e1ac19415e51d73
/InscriptionSport/src/xyz/teamkasand/Interface/NewInterfaceUser.java
51daabf956cc8ad256ad88a3e2a2870ad3a1455a
[]
no_license
SIO2CDF2017/KasAnd_Inscriptions
https://github.com/SIO2CDF2017/KasAnd_Inscriptions
222a95e01f15d0076ff85c4b748b07bdeb7204ff
7ba740c5a6cb2a59134dc7349c187babb1f6bb74
refs/heads/master
2020-12-24T10:23:44.122000
2017-05-03T08:02:45
2017-05-03T08:02:45
73,085,953
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package xyz.teamkasand.Interface; import java.util.ArrayList; import java.util.List; import xyz.teamkasand.Utils.CommandsLigne.Action; import xyz.teamkasand.Utils.CommandsLigne.ActionListe; import xyz.teamkasand.Utils.CommandsLigne.Liste; import xyz.teamkasand.Utils.CommandsLigne.Menu; import xyz.teamkasand.Ut...
UTF-8
Java
1,771
java
NewInterfaceUser.java
Java
[ { "context": "s.CommandsLigne.Option;\r\n\r\n\r\n\r\n/**\r\n *\r\n * @author vkasperski\r\n */\r\npublic class NewInterfaceUser {\r\n static A", "end": 383, "score": 0.8797482252120972, "start": 373, "tag": "USERNAME", "value": "vkasperski" }, { "context": "nnes = new ArrayList<>(...
null
[]
package xyz.teamkasand.Interface; import java.util.ArrayList; import java.util.List; import xyz.teamkasand.Utils.CommandsLigne.Action; import xyz.teamkasand.Utils.CommandsLigne.ActionListe; import xyz.teamkasand.Utils.CommandsLigne.Liste; import xyz.teamkasand.Utils.CommandsLigne.Menu; import xyz.teamkasand.Ut...
1,771
0.646992
0.645289
55
30.036364
26.894382
98
false
false
0
0
0
0
0
0
1.309091
false
false
6
9d734053c716ea9c11389d97721f61889bcb3842
9,070,970,989,331
fb7d1e5a8c3f255b775d1d3885647c48fb0dac36
/src/main/java/model/tour_based/TourEstimator.java
4757695ff6b69c601abd92bb578dcd728055cb12
[]
no_license
captainnemo2005/matsim-playground-monash
https://github.com/captainnemo2005/matsim-playground-monash
c4418cc14e9c4294bf9f56b7d0c73b04a3427d08
85d338309b0e8d87282468ecc2a72f5dc422f338
refs/heads/master
2022-12-18T14:01:00.792000
2020-09-25T04:42:57
2020-09-25T04:42:57
296,000,319
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package model.tour_based; import model.DiscreteModeChoiceTrip; import org.matsim.api.core.v01.population.Person; import java.util.List; public interface TourEstimator { TourCandidate estimateTour(Person person, List<String> modes, List<DiscreteModeChoiceTrip> trips, List<TourCandid...
UTF-8
Java
344
java
TourEstimator.java
Java
[]
null
[]
package model.tour_based; import model.DiscreteModeChoiceTrip; import org.matsim.api.core.v01.population.Person; import java.util.List; public interface TourEstimator { TourCandidate estimateTour(Person person, List<String> modes, List<DiscreteModeChoiceTrip> trips, List<TourCandid...
344
0.738372
0.732558
11
30.181818
30.700365
101
false
false
0
0
0
0
0
0
0.727273
false
false
6
ae5fba20739b999b7922a986c3f96cc44bd76b6d
32,478,542,751,771
fed1f38eed10b7ee80f6bb8555a1bcc4f2208ac0
/BinaryTree/src/binarysorttree/test/BinarySortTree.java
a7decf1b52dbddc07726812c6add2e080f69a21c
[]
no_license
Initial2/DataStructures-and-Algorithms
https://github.com/Initial2/DataStructures-and-Algorithms
2afee47f77de8afee3c8cda5ae328e2a25ed4032
51ccd162b0c0f2030e149ac64b0c2917c13ae46f
refs/heads/master
2023-04-13T05:21:51.819000
2021-04-27T08:32:30
2021-04-27T08:32:30
360,462,795
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package binarysorttree.test; import org.junit.jupiter.api.Test; class BinarySortTreeTest { @Test public void test() { BinarySortTree binarySortTree = new BinarySortTree(); binarySortTree.addNode(new Node(7)); binarySortTree.addNode(new Node(3)); binarySortTree.addNode...
UTF-8
Java
10,676
java
BinarySortTree.java
Java
[ { "context": "r();\n \n }\n}\n\n\n/**\n * 二叉排序树\n *\n * @author initial\n * @create 2021-04-07 14:21\n */\npublic class Bina", "end": 793, "score": 0.6858105659484863, "start": 786, "tag": "NAME", "value": "initial" } ]
null
[]
package binarysorttree.test; import org.junit.jupiter.api.Test; class BinarySortTreeTest { @Test public void test() { BinarySortTree binarySortTree = new BinarySortTree(); binarySortTree.addNode(new Node(7)); binarySortTree.addNode(new Node(3)); binarySortTree.addNode...
10,676
0.428923
0.423653
358
22.857542
17.067213
83
false
false
0
0
0
0
0
0
0.304469
false
false
6
d65fda93b3f4d76d4fda8660d3f03aff80eda69a
14,396,730,384,086
e9f7d34a0acb5aca49943e9b734a4d57bc2b8288
/src/main/java/com/example/WebApplication/ExplorerService/ExplorerService.java
7fcd23ead20976303270c867230cd2f906e1a352
[]
no_license
AndreiMalcev/WebApplication
https://github.com/AndreiMalcev/WebApplication
0f66eaeb394e1c592c06e5b232b97e46a0f14f89
76700c90ed3e9620993156839cf19654ed258f68
refs/heads/master
2020-09-03T16:01:54.644000
2019-11-04T13:12:20
2019-11-04T13:12:20
219,504,815
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.WebApplication.ExplorerService; import com.example.WebApplication.Entity.Directory; import com.example.WebApplication.DAO.ExplorerRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.LinkedList; import java.util....
UTF-8
Java
1,295
java
ExplorerService.java
Java
[]
null
[]
package com.example.WebApplication.ExplorerService; import com.example.WebApplication.Entity.Directory; import com.example.WebApplication.DAO.ExplorerRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.LinkedList; import java.util....
1,295
0.699614
0.699614
48
26
22.65778
67
false
false
0
0
0
0
0
0
0.479167
false
false
6
f68f2a0aced694435e88aedcf9baabe3d9307313
16,037,407,901,308
787232600ff410ae13a80179d34c0b27c54835c1
/src/test/TestServerMediatorWhenAddUser.java
5c69a6d5b395935cad8b8be6d0b3ca352999c532
[]
no_license
Tvega27/SE2Snippopotamus_Rex_Admin
https://github.com/Tvega27/SE2Snippopotamus_Rex_Admin
006fb7ef12ad8de33253546919a1319729953c2d
8d2ed3dcb8066566735e4f0c04e25dc927ded03c
refs/heads/master
2021-04-06T00:00:12.481000
2018-04-18T06:44:36
2018-04-18T06:44:36
125,300,946
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package test; import static org.junit.jupiter.api.Assertions.*; import org.junit.jupiter.api.Test; import model.Mediator; import model.ServerMediator; class TestServerMediatorWhenAddUser { @Test void testServerMediatorWhenAddUser() { Mediator mediator = new ServerMediator(); mediator.requestSer...
UTF-8
Java
417
java
TestServerMediatorWhenAddUser.java
Java
[ { "context": "iator();\r\n\t\t\r\n\t\tmediator.requestServerRemoveUser(\"test_user\");\r\n\t\tassertTrue(mediator.requestServerAddUser(\"t", "end": 344, "score": 0.9956007599830627, "start": 335, "tag": "USERNAME", "value": "test_user" }, { "context": "r\");\r\n\t\tassertTrue(mediato...
null
[]
package test; import static org.junit.jupiter.api.Assertions.*; import org.junit.jupiter.api.Test; import model.Mediator; import model.ServerMediator; class TestServerMediatorWhenAddUser { @Test void testServerMediatorWhenAddUser() { Mediator mediator = new ServerMediator(); mediator.requestSer...
417
0.748201
0.748201
19
19.947369
20.003878
57
false
false
0
0
0
0
0
0
0.894737
false
false
6
e5ef27966708a12f83ff7fdc74d14941f7e7f6a0
31,190,052,527,490
17997c5b18c303623951b6cd7b469c68b53e3113
/src/main/java/com/cqut/young/ssm/service/ISportsCoachService.java
6092a4ac01b6d7eb3eaeaf5f9040f4749d052016
[]
no_license
LiJinHongPassion/Young
https://github.com/LiJinHongPassion/Young
d4e69724a4ad9d193ba07642092dbcb6161ac3a0
7d3a79f8325f6632c532f307ef29f6c12c1ebd14
refs/heads/master
2020-04-01T04:16:24.003000
2018-10-27T09:31:00
2018-10-27T09:31:00
152,856,554
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cqut.young.ssm.service; import java.util.List; import java.util.Map; public interface ISportsCoachService { public Map<String, Object> addSportsCoach(Map<String, Object> properties); public Map<String, Object> deleteSportsCoach(String sports_coach_id); public Map<String, Object> updateSportsCoach(M...
UTF-8
Java
594
java
ISportsCoachService.java
Java
[]
null
[]
package com.cqut.young.ssm.service; import java.util.List; import java.util.Map; public interface ISportsCoachService { public Map<String, Object> addSportsCoach(Map<String, Object> properties); public Map<String, Object> deleteSportsCoach(String sports_coach_id); public Map<String, Object> updateSportsCoach(M...
594
0.777966
0.777966
18
31.777779
33.422474
103
false
false
0
0
0
0
0
0
1.666667
false
false
6
8e266e876efddf742d41404e147398a0f1bdf2e6
20,770,461,850,906
da0c7138f80906e0af4be9da71b6a010f8007b84
/family_order/src/soa/com/asiainfo/veris/crm/order/soa/person/busi/saleactiveend/order/action/trade/CancelDiscntDepositTradeAction.java
0863b0e25b466eb2a3be3f90d01bb1f216701cac
[]
no_license
bellmit/origin
https://github.com/bellmit/origin
9d0e392cefc0f0c975ee042f2a7a93e3415ba7e6
9309074f033a53ba58144085cd044a660911ddb5
refs/heads/master
2022-12-02T16:08:42.301000
2020-08-21T05:34:24
2020-08-21T05:34:24
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.asiainfo.veris.crm.order.soa.person.busi.saleactiveend.order.action.trade; import com.ailk.common.data.IData; import com.ailk.common.data.IDataset; import com.ailk.org.apache.commons.lang3.StringUtils; import com.asiainfo.veris.crm.order.pub.frame.bcf.person.common.SaleActiveConst; import com.asiainfo.ver...
UTF-8
Java
3,952
java
CancelDiscntDepositTradeAction.java
Java
[]
null
[]
package com.asiainfo.veris.crm.order.soa.person.busi.saleactiveend.order.action.trade; import com.ailk.common.data.IData; import com.ailk.common.data.IDataset; import com.ailk.org.apache.commons.lang3.StringUtils; import com.asiainfo.veris.crm.order.pub.frame.bcf.person.common.SaleActiveConst; import com.asiainfo.ver...
3,952
0.699052
0.684044
84
44.166668
37.24815
137
false
false
0
0
0
0
0
0
0.857143
false
false
6
31d4eddaed92a0dbf3f88879c918da3754715ee1
721,554,518,530
1d1bd677d8d5b3959153a4913f574ff8d9fc5688
/Sorts/src/sorts/Sorts.java
a0518a3f3a75d2eba8142c866091711483c4f22e
[]
no_license
Roworod/Hoja3
https://github.com/Roworod/Hoja3
8b16ec462e06b96e22b31e8bc262d202088837f7
cb5f247a1ee25d445f2038d5ff2e856fdc879e3e
refs/heads/master
2021-01-09T20:35:23.267000
2016-08-02T04:12:45
2016-08-02T04:12:45
64,353,816
0
0
null
false
2016-08-02T04:12:45
2016-07-28T01:27:55
2016-07-28T01:31:08
2016-08-02T04:12:45
211
0
0
0
Java
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 sorts; /** * * @author GerardoEnrique */ import java.util.Random; public class Sorts { /** * @...
UTF-8
Java
920
java
Sorts.java
Java
[ { "context": "ditor.\r\n */\r\npackage sorts;\r\n\r\n/**\r\n *\r\n * @author GerardoEnrique\r\n */\r\n\r\nimport java.util.Random;\r\n\r\npublic class ", "end": 242, "score": 0.999171793460846, "start": 228, "tag": "NAME", "value": "GerardoEnrique" } ]
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 sorts; /** * * @author GerardoEnrique */ import java.util.Random; public class Sorts { /** * @...
920
0.496739
0.488043
41
20.439024
19.640736
79
false
false
0
0
0
0
0
0
0.439024
false
false
6
bf4fdb36e8ba3ce9813ac40f527417fa8829b04c
6,047,314,013,478
c7f1f600d5e236c4fca723640263d31ce071b5cd
/src/main/java/com/example/demo/dao/domain/Post.java
0f85ae54ec614877cbf3f6d5ac73ae458130d6fa
[]
no_license
VeronikaYastr/demo
https://github.com/VeronikaYastr/demo
9a93abd01d20ca85bfcf31d0616e05f569ce669d
206175ce6f5ada2affd5563a01525198058183d5
refs/heads/master
2023-03-27T23:36:12.718000
2021-03-30T06:55:35
2021-03-30T06:55:35
352,899,063
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.demo.dao.domain; import lombok.Data; import lombok.experimental.Accessors; @Data @Accessors(chain = true) public class Post { private String id; private String name; }
UTF-8
Java
194
java
Post.java
Java
[]
null
[]
package com.example.demo.dao.domain; import lombok.Data; import lombok.experimental.Accessors; @Data @Accessors(chain = true) public class Post { private String id; private String name; }
194
0.762887
0.762887
11
16.636364
12.893076
37
false
false
0
0
0
0
0
0
0.454545
false
false
6
bf2c19e83cdfb7b38beb11cf486eb8eb03c01622
23,725,399,354,274
fc0fc028e2976f1f5040c0cf5240911b33d62191
/src/chapter_one_线程的创建和控制/使用工厂类创建线程/ThreadFactoryDemo.java
1093860d6a2458471f6ea711db344d181b3ff9dc
[]
no_license
tangino/Java7MultiThreadProgramming
https://github.com/tangino/Java7MultiThreadProgramming
51865cc8e34e72dd441d0ada9e6c2f6a62d4c0bf
1d2f62c21c4fe12fde3c57d3c67675a61541e260
refs/heads/master
2021-08-30T05:37:09.968000
2017-12-16T07:32:03
2017-12-16T07:32:03
105,353,951
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package chapter_one_线程的创建和控制.使用工厂类创建线程; import chapter_one_线程的创建和控制.线程局部变量.SafeTask; import java.util.concurrent.ThreadFactory; public class ThreadFactoryDemo { public static void main(String[] args){ ThreadFactory factory = new MyThreadFactory(); SafeTask task = new SafeTask(); Thread t...
UTF-8
Java
447
java
ThreadFactoryDemo.java
Java
[]
null
[]
package chapter_one_线程的创建和控制.使用工厂类创建线程; import chapter_one_线程的创建和控制.线程局部变量.SafeTask; import java.util.concurrent.ThreadFactory; public class ThreadFactoryDemo { public static void main(String[] args){ ThreadFactory factory = new MyThreadFactory(); SafeTask task = new SafeTask(); Thread t...
447
0.703896
0.703896
15
24.666666
20.434175
54
false
false
0
0
0
0
0
0
0.466667
false
false
6
3d8dd0320982648f875c0d6cb4390d34d04b913f
21,234,318,344,935
52e236cced713c291f2e74d9d2d7867459cb7eab
/jpa-1/src/com/lpy/model/Department.java
61d00fe623572de3005ce3cec9b3a4194b1ea48f
[]
no_license
943739901/jpa
https://github.com/943739901/jpa
7dc8913150c933ac8214c3220c83321e0dc5fd2f
f891a18dddc967c214f0ecc93ab842f82edcaa9c
refs/heads/master
2020-05-17T08:34:21.542000
2019-06-13T08:34:18
2019-06-13T08:34:18
183,609,700
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.lpy.model; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.OneToOne; import javax.persistence.Table; import lombok.Gette...
GB18030
Java
1,027
java
Department.java
Java
[]
null
[]
package com.lpy.model; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.OneToOne; import javax.persistence.Table; import lombok.Gette...
1,027
0.726363
0.721913
41
20.926828
16.762896
78
false
false
0
0
0
0
0
0
0.439024
false
false
6
693a54d8f454cb50c2b09b1e5321869820e10e62
21,388,937,184,494
00c06bd0181c638bbacf1194af2a009b2f4788c9
/src/main/java/by/rdtc/library/controller/impl/super_admin/AdminToUser.java
6b34e03e6ae9c79e3514040192b6394c53e720fd
[]
no_license
avinBar/TAT_JAVA_Baranau_Task2
https://github.com/avinBar/TAT_JAVA_Baranau_Task2
2772ec8c61d7c1287e1ca262f1b72a0e77b4293e
68547684f1da0c0e8a33edb40df347eb70cf7368
refs/heads/master
2020-12-03T03:43:05.163000
2017-07-12T14:46:17
2017-07-12T14:46:17
95,764,014
2
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package by.rdtc.library.controller.impl.super_admin; import java.util.Map; import org.apache.log4j.Logger; import by.rdtc.library.controller.command.Command; import by.rdtc.library.service.ServiceFactory; import by.rdtc.library.service.exception.ServiceException; import by.rdtc.library.service.iface.AdminService; p...
UTF-8
Java
1,131
java
AdminToUser.java
Java
[]
null
[]
package by.rdtc.library.controller.impl.super_admin; import java.util.Map; import org.apache.log4j.Logger; import by.rdtc.library.controller.command.Command; import by.rdtc.library.service.ServiceFactory; import by.rdtc.library.service.exception.ServiceException; import by.rdtc.library.service.iface.AdminService; p...
1,131
0.757737
0.755968
41
26.585365
22.110559
71
false
false
0
0
0
0
0
0
1.902439
false
false
6
a7608f9c031ab04d2f6560340b152d9dbd3ab026
21,388,937,185,621
0878e9ff2112670689049f16cc07312c0620909a
/src/main/java/uz/pdp/appcompany/constants/FrontURLs.java
a2236340ebb582828d7574bde344ee557206f929
[]
no_license
Jumaniyozovshokir/app-company
https://github.com/Jumaniyozovshokir/app-company
7c5874dc4060a8d182466b05f342445effa1375e
48efef33e8db7af1b2765eddb778554d3f9fdd63
refs/heads/main
2023-03-27T23:36:05.138000
2021-03-27T11:59:48
2021-03-27T11:59:48
352,061,193
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package uz.pdp.appcompany.constants; public abstract class FrontURLs { public static final String ADDRESS = "/api/address"; public static final String COMPANY = "/api/company"; public static final String DEPARTMENT = "/api/department"; public static final String WORKER = "/api/worker"; }
UTF-8
Java
309
java
FrontURLs.java
Java
[]
null
[]
package uz.pdp.appcompany.constants; public abstract class FrontURLs { public static final String ADDRESS = "/api/address"; public static final String COMPANY = "/api/company"; public static final String DEPARTMENT = "/api/department"; public static final String WORKER = "/api/worker"; }
309
0.721683
0.721683
11
27.09091
25.84026
62
false
false
0
0
0
0
0
0
0.454545
false
false
6
cb566cd3543310bf124f14277c0e4b3e81528acd
26,834,955,668,103
b0f232e9af6846fe50c13957abe2feaf86df3ef1
/chyf-flowpath-constructor/src/main/java/net/refractions/chyf/flowpathconstructor/datasource/FlowpathGeoPackageDataSource.java
7da4196aff9f9b320606cb4ee290b6a02ed9bb2e
[]
no_license
cmhodgson/chyf-pilot
https://github.com/cmhodgson/chyf-pilot
edf612f7bb6802e4e041ee530a2312db5a9aee32
7dfee0dde5b246854de6414f5b9fd303186d3fca
refs/heads/master
2020-04-08T00:45:34.002000
2020-03-31T23:33:42
2020-03-31T23:33:42
116,443,335
3
1
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright 2019 Government of Canada * * 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 ...
UTF-8
Java
18,559
java
FlowpathGeoPackageDataSource.java
Java
[ { "context": "ata source for flowpath computation\n * \n * @author Emily\n *\n */\npublic class FlowpathGeoPackageDataSource ", "end": 2796, "score": 0.9996070861816406, "start": 2791, "tag": "NAME", "value": "Emily" } ]
null
[]
/* * Copyright 2019 Government of Canada * * 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 ...
18,559
0.710006
0.708282
527
34.21632
31.702822
137
false
false
0
0
0
0
0
0
3.248577
false
false
6
07714fcf2aaeb536c09632d3b3a3983562eb849c
29,618,094,499,340
6c37221ea1a1c70a3c78f0e7cbd3e9150c26b49c
/src/main/java/com/codenvy/testtask/qname/IllegalNameException.java
2e0c5d0b7e539db63e2b82e4c9c9e2ee0e7e9b4d
[]
no_license
vinokurig/TestTask2
https://github.com/vinokurig/TestTask2
0a740118211b7f0a351cd67fe4f7c5e0b706745f
07c7e0753f084ff1d0f89124455c8989cd3968f4
refs/heads/master
2021-01-10T21:59:18.439000
2014-08-18T15:07:15
2014-08-18T15:07:15
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.codenvy.testtask.qname; /** * Thrown to show that the name is illegal. * * @version 1.1 07 July 2014 * @author Vinokur Igor */ public class IllegalNameException extends Exception { }
UTF-8
Java
210
java
IllegalNameException.java
Java
[ { "context": "* \n * @version\t\t1.1 07 July 2014\n * @author \t\tVinokur Igor\n */\npublic class IllegalNameException extends Exc", "end": 148, "score": 0.9998776912689209, "start": 136, "tag": "NAME", "value": "Vinokur Igor" } ]
null
[]
package com.codenvy.testtask.qname; /** * Thrown to show that the name is illegal. * * @version 1.1 07 July 2014 * @author <NAME> */ public class IllegalNameException extends Exception { }
204
0.690476
0.652381
10
19.9
19.143929
53
false
false
0
0
0
0
0
0
0.5
false
false
6
49e897ec731511afbd36ce9f4d775477ad7b098b
32,487,132,669,606
68680bf66ee9dc6543012293510242190733c62a
/testClients/rorosaurus/PathFinder.java
ed7042043ab36c88776f1e519b137f5530e3b1df
[]
no_license
siggame/MegaMinerAI-11
https://github.com/siggame/MegaMinerAI-11
7e7be138581e3e2c76838d235733c1c79e123ddc
80b2ef33a2287afbd922157e944a3246208d85ec
refs/heads/master
2016-09-05T19:30:01.962000
2014-12-15T05:26:27
2014-12-15T05:26:27
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.awt.*; import java.util.*; import java.util.List; /** * User: rory * Date: 4/10/13 * Time: 7:57 PM */ public class PathFinder { Point start; Point destination; BaseAI baseAI; public PathFinder(Point start, Point destination) { this.start = start; this.destination = de...
UTF-8
Java
7,973
java
PathFinder.java
Java
[ { "context": " java.util.*;\nimport java.util.List;\n\n/**\n * User: rory\n * Date: 4/10/13\n * Time: 7:57 PM\n */\n\npublic cla", "end": 80, "score": 0.9989967942237854, "start": 76, "tag": "USERNAME", "value": "rory" } ]
null
[]
import java.awt.*; import java.util.*; import java.util.List; /** * User: rory * Date: 4/10/13 * Time: 7:57 PM */ public class PathFinder { Point start; Point destination; BaseAI baseAI; public PathFinder(Point start, Point destination) { this.start = start; this.destination = de...
7,973
0.558008
0.551737
189
41.185184
36.561359
133
false
false
0
0
0
0
0
0
0.550265
false
false
6
019deb09dd30f40659264f42edbec7b439b10ee8
6,416,681,167,162
e15eb20d9ebb4397694e61c9bc8193fbeb913c6f
/src/test/java/FirstNonRepeatingCharacterTest.java
1693856501927e0e7b54e41d74d25c3328a77ce2
[]
no_license
gtinside/algo
https://github.com/gtinside/algo
f4abb216381b770b4f8365fc6bf31b08b8e13cbc
4a86e69e3afc48de935b1e06d896e6fbc67d1e39
refs/heads/main
2023-02-15T01:16:15.611000
2021-01-11T20:38:11
2021-01-11T20:38:11
328,736,827
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; import java.util.Optional; import static org.junit.Assert.assertEquals; public class FirstNonRepeatingCharacterTest { @Rule public ExpectedException ex = ExpectedException.none(); @Test public void testFindFirstNo...
UTF-8
Java
2,904
java
FirstNonRepeatingCharacterTest.java
Java
[]
null
[]
import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; import java.util.Optional; import static org.junit.Assert.assertEquals; public class FirstNonRepeatingCharacterTest { @Rule public ExpectedException ex = ExpectedException.none(); @Test public void testFindFirstNo...
2,904
0.679408
0.679408
59
48.220341
41.900635
129
false
false
0
0
0
0
0
0
0.576271
false
false
6
d92e20776cf039420fe30f232589c9287182c6d6
2,156,073,587,346
d0451c5d3c463d334202389113dffce6434eed70
/app/src/main/java/com/example/jerome/niche/Activities/TenantDashboardActivity.java
70dc9f595aa39ff8d7a83476ab274750156b8639
[]
no_license
peejay6459/NicheProject
https://github.com/peejay6459/NicheProject
aa862f420374ce2d3fe08e92a6aa4f81a9d7fbe3
cac393f669549da80db7c1eefa8a06fdc5e4bfcc
refs/heads/master
2021-05-03T21:41:32.112000
2016-10-29T07:32:20
2016-10-29T07:32:20
71,523,242
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.jerome.niche.activities; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.widget.Button; import android...
UTF-8
Java
3,225
java
TenantDashboardActivity.java
Java
[ { "context": "e.jerome.niche.classes.NicheUser;\n\n/**\n * @author: kappatid LLC\n * @date:\n *\n * @description\n */\n\npublic class Te", "end": 482, "score": 0.9968119859695435, "start": 470, "tag": "USERNAME", "value": "kappatid LLC" } ]
null
[]
package com.example.jerome.niche.activities; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.widget.Button; import android...
3,225
0.67938
0.677829
92
34.054348
28.598938
119
false
false
0
0
0
0
0
0
0.608696
false
false
6
8fb14e7864c0967d3f13e9fe214bf5d950499742
85,899,379,638
0ee22e55a49d4b07b2142d060aee2d8c3cd6d516
/SpringRestConsumer/src/main/java/com/revature/demo/SpringRestConsumerApplication.java
bd5182daba80058e74f658d9bda6c50534b3bc27
[]
no_license
java24july-ank-meh/batch-src
https://github.com/java24july-ank-meh/batch-src
c27a5dffba22f5b8459ad99c122542e7838e9c3e
f5ae7b71f6f377127bf7dd8b381c61a44eaa1523
refs/heads/master
2021-01-01T19:12:54.951000
2017-09-20T14:18:45
2017-09-20T14:18:45
98,537,224
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.revature.demo; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.web.client.RestTemplateBuilder; import org.springframework.context.annotation.Bean; impor...
UTF-8
Java
1,294
java
SpringRestConsumerApplication.java
Java
[]
null
[]
package com.revature.demo; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.web.client.RestTemplateBuilder; import org.springframework.context.annotation.Bean; impor...
1,294
0.782844
0.775116
39
32.179485
25.493963
76
false
false
0
0
0
0
0
0
1.974359
false
false
6
ce1497825f98ff9bde7e6d41b59235cb030ee2a8
10,763,188,075,692
c186f285422d9eb744ebe96404d48187c7b0e77d
/org.talend.mdm.core/src/com/amalto/core/objects/configurationinfo/ConfigurationInfoPOJO.java
a7f6ef7df0156ce22d5157e8b52f13083d2df9fd
[]
no_license
Talend/tmdm-server-se
https://github.com/Talend/tmdm-server-se
d40a40294cbd449dbdc5db16a4472209707aeeb9
59a9904da18223e7a8e38a08d240c5f468c1536d
refs/heads/master
2023-08-31T02:50:38.772000
2023-07-25T08:59:52
2023-07-25T08:59:52
21,094,730
24
24
null
false
2023-07-25T09:19:07
2014-06-22T13:45:55
2023-06-18T01:59:03
2023-07-25T09:19:05
214,523
20
15
6
HTML
false
false
/* * Copyright (C) 2006-2019 Talend Inc. - www.talend.com * * This source code is available under agreement available at * %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt * * You should have received a copy of the agreement along with this program; if not, write to Talend SA 9...
UTF-8
Java
3,217
java
ConfigurationInfoPOJO.java
Java
[]
null
[]
/* * Copyright (C) 2006-2019 Talend Inc. - www.talend.com * * This source code is available under agreement available at * %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt * * You should have received a copy of the agreement along with this program; if not, write to Talend SA 9...
3,217
0.579733
0.57507
146
21.034246
23.058714
115
false
false
0
0
0
0
0
0
0.315068
false
false
6
20546a48b4839dc592f9cd9242d8c5af0bfa6395
5,815,385,738,733
70ac17ecba71ebfd74a1a624e6190c4c4aa25a3c
/ResNew/src/com/maantt/restlicenceapp/show/ShowRestaurentData.java
4a7574927f96f629e0ea9c534fb7dcc08958f6c8
[]
no_license
Aravind-aravi/eclipscworkspace
https://github.com/Aravind-aravi/eclipscworkspace
8de5b79dc66a20694e71baa5e26a6bb9b7991a62
8ddb6a40eb3779e15b0169c59cd136c12114d954
refs/heads/master
2023-01-23T12:28:31.600000
2020-11-26T14:13:20
2020-11-26T14:13:20
316,250,208
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.maantt.restlicenceapp.show; import java.sql.Connection; import java.sql.ResultSet; import java.sql.Statement; import jdbcConnection.EstablishingConnection; public class ShowRestaurentData { public int ShowRestaurentData(DoaRestaurentData p) { int show = 0; try { Connection con = Establi...
UTF-8
Java
1,037
java
ShowRestaurentData.java
Java
[]
null
[]
package com.maantt.restlicenceapp.show; import java.sql.Connection; import java.sql.ResultSet; import java.sql.Statement; import jdbcConnection.EstablishingConnection; public class ShowRestaurentData { public int ShowRestaurentData(DoaRestaurentData p) { int show = 0; try { Connection con = Establi...
1,037
0.662488
0.661524
58
16.879311
18.336958
53
false
false
0
0
0
0
0
0
1.913793
false
false
6
96d96ef3be3fd680bfd03ee72f61fff2b9bc1cda
21,320,217,710,092
82f581a93c6e619c1417fcf7e67e6af180701999
/cagrid/Software/core/caGrid/projects/data/src/java/validation/gov/nih/nci/cagrid/data/cql/validation/ObjectWalkingCQLValidator.java
9fd38c869ef1e39b9c8349454d77609388b50461
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
NCIP/cagrid
https://github.com/NCIP/cagrid
e9ad9121d41d03185df7b1f08381ad19745a0ce6
b1b99fdeaa4d4f15117c01c5f1e5eeb2cb8180bb
refs/heads/master
2023-03-13T15:50:00.120000
2014-04-02T19:15:14
2014-04-02T19:15:14
9,086,195
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package gov.nih.nci.cagrid.data.cql.validation; import gov.nih.nci.cagrid.common.Utils; import gov.nih.nci.cagrid.cqlquery.Attribute; import gov.nih.nci.cagrid.cqlquery.CQLQuery; import gov.nih.nci.cagrid.cqlquery.Group; import gov.nih.nci.cagrid.cqlquery.LogicalOperator; import gov.nih.nci.cagrid.cqlquery.Object; imp...
UTF-8
Java
5,964
java
ObjectWalkingCQLValidator.java
Java
[ { "context": "perform validation\n * \n * @author <A HREF=\"MAILTO:ervin@bmi.osu.edu\">David W. Ervin</A>\n * \n * @created May 18, 2006 ", "end": 681, "score": 0.9999316930770874, "start": 664, "tag": "EMAIL", "value": "ervin@bmi.osu.edu" }, { "context": " * \n * @author <A HREF=\"M...
null
[]
package gov.nih.nci.cagrid.data.cql.validation; import gov.nih.nci.cagrid.common.Utils; import gov.nih.nci.cagrid.cqlquery.Attribute; import gov.nih.nci.cagrid.cqlquery.CQLQuery; import gov.nih.nci.cagrid.cqlquery.Group; import gov.nih.nci.cagrid.cqlquery.LogicalOperator; import gov.nih.nci.cagrid.cqlquery.Object; imp...
5,946
0.700034
0.697351
187
30.893047
27.112152
107
false
false
0
0
0
0
0
0
2.465241
false
false
6
38e7ff8c5f2b6dc756a372693f23123fbec61751
6,322,191,893,284
7750b6acd1b272b93c5d4e06fff72fd0de11d105
/app/src/main/java/com/bjzt/uye/activity/ProfileActivity.java
e8d4f64acc6a040421dfd6a7b2dd411f86e17133
[]
no_license
kezhanwang/uye-a
https://github.com/kezhanwang/uye-a
f6216c746c0a627d2c0f13fa37c32e96461c70e6
e7b62d6cb8347b54a9fd0977fa07e1e70ba40be5
refs/heads/master
2021-05-16T07:04:14.172000
2017-12-13T07:57:35
2017-12-13T07:57:35
103,630,356
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.bjzt.uye.activity; import android.app.Activity; import android.content.Intent; import android.graphics.Bitmap; import android.os.Bundle; import android.os.Message; import android.text.TextUtils; import com.bjzt.uye.R; import com.bjzt.uye.activity.base.BaseActivity; import com.bjzt.uye.activity.dialog.Dial...
UTF-8
Java
9,397
java
ProfileActivity.java
Java
[ { "context": ";\n\nimport butterknife.BindView;\n\n/**\n * Created by billy on 2017/11/2.\n */\n\npublic class ProfileActivity e", "end": 1031, "score": 0.999563455581665, "start": 1026, "tag": "USERNAME", "value": "billy" } ]
null
[]
package com.bjzt.uye.activity; import android.app.Activity; import android.content.Intent; import android.graphics.Bitmap; import android.os.Bundle; import android.os.Message; import android.text.TextUtils; import com.bjzt.uye.R; import com.bjzt.uye.activity.base.BaseActivity; import com.bjzt.uye.activity.dialog.Dial...
9,397
0.606109
0.601944
265
34.332077
24.12677
111
false
false
0
0
0
0
0
0
0.615094
false
false
6
f0bb39bf7e6d467084056786978f646a19804e42
36,747,740,217,127
8105917f3dd6b34e13383261b2585f2f84a70ef5
/uploader/src/test/java/com/google/gwt/site/uploader/UploadControllerTest.java
347a2369a94841869b0f94d4aae89b4196d4fc16
[]
no_license
abdulbasitkay/dev-site
https://github.com/abdulbasitkay/dev-site
cbb5454da43f3b0b6259e9de173357735a193153
4a298c4cabf5e713f994672339492608bf1c073a
refs/heads/master
2021-01-14T13:47:28.564000
2015-07-23T18:44:30
2015-07-23T18:44:30
39,701,521
1
0
null
true
2015-07-25T20:16:40
2015-07-25T20:16:39
2015-05-04T14:37:33
2015-07-24T21:13:43
25,501
0
0
0
null
null
null
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writ...
UTF-8
Java
9,843
java
UploadControllerTest.java
Java
[]
null
[]
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writ...
9,843
0.699177
0.685259
229
41.982533
35.644161
102
false
false
0
0
0
0
0
0
1
false
false
6
5f7e3e383ba70f175363a33d6e626911e4687704
36,747,740,214,525
68b4c21c5a759c9f50e3da3ed74dd48c9269c6c2
/api/src/main/java/com/jobs/api/entity/type/Nameable.java
b698d3dde8ee78afb9e8103061460c029991c259
[]
no_license
arranstobbs/jobs
https://github.com/arranstobbs/jobs
0ee2d5e93f392c00f0fdb15c8a3eb7e2e9542135
a25fc95769ed6e2bb4d637f2a239c8f4346ed680
refs/heads/master
2016-09-05T15:21:06.050000
2016-07-09T22:48:18
2016-07-09T22:48:18
51,219,178
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.jobs.api.entity.type; import javax.persistence.Column; import javax.persistence.MappedSuperclass; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlTransient; @MappedSuperclass @XmlTransient public interface Nameable { void setName(String name); @Column(name = "name", un...
UTF-8
Java
384
java
Nameable.java
Java
[]
null
[]
package com.jobs.api.entity.type; import javax.persistence.Column; import javax.persistence.MappedSuperclass; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlTransient; @MappedSuperclass @XmlTransient public interface Nameable { void setName(String name); @Column(name = "name", un...
384
0.786458
0.786458
15
24.6
15.400433
46
false
false
0
0
0
0
0
0
0.8
false
false
6
614b842ec70a4d352165b3c87df944b792923402
9,028,021,311,564
6aa1b15c44d575825fb58b5270fb9ee4facf4cc9
/Spring/src/main/java/com/javalec/ch03_4/Main.java
ac0e678d2be947a27884da98e403b12273cc541e
[]
no_license
adadsw/JavaClassAtAcademy
https://github.com/adadsw/JavaClassAtAcademy
17572c284dec426d7b356c046dc29d436a2a50ce
477e98d95e6c5f8c98988df843cecd01197aaac1
refs/heads/master
2021-05-04T10:41:14.837000
2018-09-27T08:52:45
2018-09-27T08:52:45
44,162,798
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.javalec.ch03_4; import org.springframework.context.annotation.AnnotationConfigApplicationContext; import com.javalec.ch03_4.ApplicationConfig; public class Main { public static void main(String[] args) { // JAVA 파일에 XML파일을 포함시켜 사용하는 예제 AnnotationConfigApplicationContext ctx = new An...
UTF-8
Java
1,028
java
Main.java
Java
[]
null
[]
package com.javalec.ch03_4; import org.springframework.context.annotation.AnnotationConfigApplicationContext; import com.javalec.ch03_4.ApplicationConfig; public class Main { public static void main(String[] args) { // JAVA 파일에 XML파일을 포함시켜 사용하는 예제 AnnotationConfigApplicationContext ctx = new An...
1,028
0.731928
0.717871
31
30.129032
25.96616
107
false
false
0
0
0
0
0
0
1.935484
false
false
6
b62947819e0ddc1afa7216fd5e8f6b1babcb8dfa
38,998,303,060,880
202beb934ef32cd162451585ffbe8bc177cf20a9
/app/src/main/java/gy/mf/info/control/transfer/StreamTools.java
b04226bd1c20de8478eebbabd5c88e2b0718e224
[]
no_license
Finderchangchang/MFInfo
https://github.com/Finderchangchang/MFInfo
920c2462fc6efc28d9f9537c5abc5ed049c9d630
29efe3f7bb8523fd4c13d940c5ed6971692e76ab
refs/heads/master
2018-11-30T01:41:39.518000
2018-09-14T04:40:33
2018-09-14T04:40:33
99,710,498
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package gy.mf.info.control.transfer; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; /** * Created by bing.ma on 2017/4/20. */ public class StreamTools { public static void writeStr2Stream(String str , File file) { FileOutputStre...
UTF-8
Java
881
java
StreamTools.java
Java
[ { "context": "am;\nimport java.io.IOException;\n\n/**\n * Created by bing.ma on 2017/4/20.\n */\n\npublic class StreamTools {\n\n\n ", "end": 184, "score": 0.9995238780975342, "start": 177, "tag": "USERNAME", "value": "bing.ma" } ]
null
[]
package gy.mf.info.control.transfer; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; /** * Created by bing.ma on 2017/4/20. */ public class StreamTools { public static void writeStr2Stream(String str , File file) { FileOutputStre...
881
0.573212
0.557321
36
23.472221
17.369331
64
false
false
0
0
0
0
0
0
0.361111
false
false
6
29164fbbacad8b78cba7fae32517c71d658bef67
13,219,909,405,110
8123012419e4fc99df9013526f6e56007a4ffc5f
/body-dao/src/main/java/com/pantuo/dao/pojo/JpaBusInventory.java
96fef67a1624ce9bee4bf5332e896140a3491161
[]
no_license
impanxh/adbus-body
https://github.com/impanxh/adbus-body
70f73f5de0a651d812a585f7cdfed09028412aa7
e6c4d0f3b1785993a11aa403f3bd1e8f0635c565
refs/heads/master
2018-12-25T04:17:57.863000
2018-02-07T02:54:56
2018-02-07T02:54:56
61,354,280
0
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.pantuo.dao.pojo; import javax.persistence.*; import java.util.Date; /** * @author tliu * * 公交车身库存 * 需要考虑: * a,只保留一份最新库存,每天更新库存, * b,每天计算一份库存 */ @Entity @Table(name="bus_inventory") public class JpaBusInventory extends CityEntity { @Id @GeneratedValue(strategy = GenerationType.AUTO) priv...
UTF-8
Java
701
java
JpaBusInventory.java
Java
[ { "context": "sistence.*;\nimport java.util.Date;\n\n/**\n * @author tliu\n *\n * 公交车身库存\n * 需要考虑:\n * a,只保留一份最新库存,每天更新库存,\n * b", "end": 101, "score": 0.9993820190429688, "start": 97, "tag": "USERNAME", "value": "tliu" } ]
null
[]
package com.pantuo.dao.pojo; import javax.persistence.*; import java.util.Date; /** * @author tliu * * 公交车身库存 * 需要考虑: * a,只保留一份最新库存,每天更新库存, * b,每天计算一份库存 */ @Entity @Table(name="bus_inventory") public class JpaBusInventory extends CityEntity { @Id @GeneratedValue(strategy = GenerationType.AUTO) priv...
701
0.648241
0.648241
37
15.162162
13.929384
51
false
false
0
0
0
0
0
0
0.216216
false
false
6
88ea4d843752e241d804c9ae6d3ee76efcad21c8
1,717,986,974,824
af8aafb93cecf2d0bb61cb1e2b4f8e7d33bfea8b
/src/main/java/org/zalando/fauxpas/ThrowingConsumer.java
7c2e24e7d989c44f64ba8c24aa998786e9c19f5a
[ "MIT" ]
permissive
zalando/faux-pas
https://github.com/zalando/faux-pas
ccabd0709df8e9db1dfcc34c352d3db527c3debc
ba39f1d71788020fb14264ee683ebe758344ad03
refs/heads/main
2023-09-01T00:29:13.138000
2023-03-23T08:22:05
2023-03-23T08:22:05
66,434,769
124
13
MIT
false
2023-06-13T04:58:41
2016-08-24T06:01:34
2023-05-15T13:47:15
2023-06-13T04:58:37
604
120
12
10
Java
false
false
package org.zalando.fauxpas; import lombok.SneakyThrows; import org.apiguardian.api.API; import java.util.function.Consumer; import static org.apiguardian.api.API.Status.STABLE; @API(status = STABLE) @FunctionalInterface public interface ThrowingConsumer<T, X extends Throwable> extends Consumer<T> { void tryAc...
UTF-8
Java
441
java
ThrowingConsumer.java
Java
[]
null
[]
package org.zalando.fauxpas; import lombok.SneakyThrows; import org.apiguardian.api.API; import java.util.function.Consumer; import static org.apiguardian.api.API.Status.STABLE; @API(status = STABLE) @FunctionalInterface public interface ThrowingConsumer<T, X extends Throwable> extends Consumer<T> { void tryAc...
441
0.732426
0.732426
22
19.045454
20.016987
79
false
false
0
0
0
0
0
0
0.363636
false
false
6
e2fd2a97a25810d2b2f771dbaabdbad6a5b0f2c2
39,470,749,469,966
fec4c1754adce762b5c4b1cba85ad057e0e4744a
/jfAppService/src/main/java/com/jf/common/filter/LoginFilter.java
350ec07f8b26019647f90c66351c4b92da330917
[]
no_license
sengeiou/workspace_xg
https://github.com/sengeiou/workspace_xg
140b923bd301ff72ca4ae41bc83820123b2a822e
540a44d550bb33da9980d491d5c3fd0a26e3107d
refs/heads/master
2022-11-30T05:28:35.447000
2020-08-19T02:30:25
2020-08-19T02:30:25
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.jf.common.filter; import com.jf.common.constant.Const; import com.jf.common.constant.ErrorConst; import com.jf.common.utils.DateUtil; import com.jf.common.utils.StringUtil; import com.jf.entity.AppAccessToken; import com.jf.entity.MemberInfo; import com.jf.service.MemberInfoService; import net.sf.json.JSON...
UTF-8
Java
5,696
java
LoginFilter.java
Java
[]
null
[]
package com.jf.common.filter; import com.jf.common.constant.Const; import com.jf.common.constant.ErrorConst; import com.jf.common.utils.DateUtil; import com.jf.common.utils.StringUtil; import com.jf.entity.AppAccessToken; import com.jf.entity.MemberInfo; import com.jf.service.MemberInfoService; import net.sf.json.JSON...
5,696
0.61943
0.615686
126
43.523811
37.247074
178
false
false
0
0
0
0
0
0
0.68254
false
false
6
7fbac05af49131c51455508677344178ff93fbc1
39,127,152,102,023
4dc226a1b452e20975dfb1b69cab06b7adcb1a41
/MainWindow.java
fe683b186895c0696316841ba02cd92e939f4a15
[]
no_license
qtheya/gosmoke
https://github.com/qtheya/gosmoke
7f457ba983d74a527c8e1644498ccc595b3f960b
1165e6439531c91de7cc3e0279697e4b69c8b9e9
refs/heads/master
2020-04-06T07:08:39.307000
2015-05-18T14:00:18
2015-05-18T14:00:18
34,671,227
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.*; public class MainWindow extends JFrame{ JButton connect, gosmoke; JTextField tf1; Client client; public MainWindow(){ super("GoSmoke"); connect = new JButton("Connect to p...
UTF-8
Java
1,574
java
MainWindow.java
Java
[]
null
[]
import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.*; public class MainWindow extends JFrame{ JButton connect, gosmoke; JTextField tf1; Client client; public MainWindow(){ super("GoSmoke"); connect = new JButton("Connect to p...
1,574
0.555483
0.545749
52
28.653847
20.292936
64
false
false
0
0
0
0
0
0
0.557692
false
false
6