hexsha
stringlengths
40
40
size
int64
3
1.05M
ext
stringclasses
1 value
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
5
1.02k
max_stars_repo_name
stringlengths
4
126
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
list
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
5
1.02k
max_issues_repo_name
stringlengths
4
114
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
list
max_issues_count
float64
1
92.2k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
5
1.02k
max_forks_repo_name
stringlengths
4
136
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
list
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
avg_line_length
float64
2.55
99.9
max_line_length
int64
3
1k
alphanum_fraction
float64
0.25
1
index
int64
0
1M
content
stringlengths
3
1.05M
3e340095134f86ffe8c07dea922e3d524e3803e8
728
java
Java
examples/colab-java/6_1_2_1.java
chunlin-pan/DYSTA
2f93ba044e35b0a465dd8200bd64f85a14d73fe4
[ "BSD-3-Clause" ]
null
null
null
examples/colab-java/6_1_2_1.java
chunlin-pan/DYSTA
2f93ba044e35b0a465dd8200bd64f85a14d73fe4
[ "BSD-3-Clause" ]
null
null
null
examples/colab-java/6_1_2_1.java
chunlin-pan/DYSTA
2f93ba044e35b0a465dd8200bd64f85a14d73fe4
[ "BSD-3-Clause" ]
1
2020-08-26T11:46:54.000Z
2020-08-26T11:46:54.000Z
33.090909
65
0.472527
21,984
/* Class 請勿加上 public 修飾子 */ class CharAtString { public static void main(String[] args) { String text = "One's left brain has nothing right.\n" + "One's right brain has nothing left.\n"; System.out.println("字串內容: "); for(int i = 0; i < text.length(); i++) { ...
3e3400a182360a0594e1c31a08c22b97ec2716e2
564
java
Java
src/test/java/me/shaftesbury/utils/functional/Functional_Range_Test.java
qualitycoding/functional-utils
86e84c9a37931b2c140b8a49abc45908ff4ce544
[ "Apache-2.0" ]
null
null
null
src/test/java/me/shaftesbury/utils/functional/Functional_Range_Test.java
qualitycoding/functional-utils
86e84c9a37931b2c140b8a49abc45908ff4ce544
[ "Apache-2.0" ]
null
null
null
src/test/java/me/shaftesbury/utils/functional/Functional_Range_Test.java
qualitycoding/functional-utils
86e84c9a37931b2c140b8a49abc45908ff4ce544
[ "Apache-2.0" ]
1
2020-07-27T18:50:48.000Z
2020-07-27T18:50:48.000Z
33.176471
89
0.746454
21,985
package me.shaftesbury.utils.functional; import org.junit.jupiter.api.Test; import java.util.function.Function; import static me.shaftesbury.utils.functional.Functional.range; import static org.assertj.core.api.Assertions.assertThat; class Functional_Range_Test { @Test void rangeHasLowerBound() { fin...
3e3400b443c65de2e2818f94cd90339326055d1e
726
java
Java
app/src/main/java/com/assignment/teo/data/features/search/movies/MoviesSearchService.java
codeteo/AssignmentAthl
ed14b70504aaa719c2628f0453e69dfca7651ce6
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/assignment/teo/data/features/search/movies/MoviesSearchService.java
codeteo/AssignmentAthl
ed14b70504aaa719c2628f0453e69dfca7651ce6
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/assignment/teo/data/features/search/movies/MoviesSearchService.java
codeteo/AssignmentAthl
ed14b70504aaa719c2628f0453e69dfca7651ce6
[ "Apache-2.0" ]
null
null
null
31.565217
96
0.72314
21,986
package com.assignment.teo.data.features.search.movies; import com.assignment.teo.data.features.search.movies.entities.MoviesSearchResponse; import io.reactivex.Observable; import retrofit2.http.POST; import retrofit2.http.Query; public interface MoviesSearchService { /** * Service for searching Movies fro...
3e34021152c3c60dd1b93183cbd7f933f3dc7dfe
108,384
java
Java
common-parent/mapstream/src/main/java/com/speedment/common/mapstream/MapStream.java
YunLemon/speedment
09211a6b65887b51e3d21581d583c0fd4b268b10
[ "ECL-2.0", "Apache-2.0" ]
2,206
2015-05-21T04:43:59.000Z
2022-03-28T13:57:16.000Z
common-parent/mapstream/src/main/java/com/speedment/common/mapstream/MapStream.java
YunLemon/speedment
09211a6b65887b51e3d21581d583c0fd4b268b10
[ "ECL-2.0", "Apache-2.0" ]
877
2015-06-09T13:36:15.000Z
2022-03-29T11:20:44.000Z
common-parent/mapstream/src/main/java/com/speedment/common/mapstream/MapStream.java
anniyanvr/speedment
27fa6fe4ad9e6e68d1c0e98655d1d52fbbc3f4d6
[ "ECL-2.0", "Apache-2.0" ]
299
2015-05-29T12:36:04.000Z
2022-03-31T12:33:40.000Z
42.107226
128
0.622592
21,987
/* * * Copyright (c) 2006-2020, Speedment, Inc. All Rights Reserved. * * 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 requi...
3e34024971cb4f511a4d131eadae6d8347125736
677
java
Java
testing-modules/mocks/src/main/java/com/baeldung/testCase/LoginService.java
eas5/tutorials
4b460a9e25f6f0b0292e98144add0ce631a9e05e
[ "MIT" ]
32,544
2015-01-02T16:59:22.000Z
2022-03-31T21:04:05.000Z
testing-modules/mocks/src/main/java/com/baeldung/testCase/LoginService.java
eas5/tutorials
4b460a9e25f6f0b0292e98144add0ce631a9e05e
[ "MIT" ]
1,577
2015-02-21T17:47:03.000Z
2022-03-31T14:25:58.000Z
testing-modules/mocks/src/main/java/com/baeldung/testCase/LoginService.java
eas5/tutorials
4b460a9e25f6f0b0292e98144add0ce631a9e05e
[ "MIT" ]
55,853
2015-01-01T07:52:09.000Z
2022-03-31T21:08:15.000Z
19.911765
52
0.579025
21,988
package com.baeldung.testCase; public class LoginService { private LoginDao loginDao; private String currentUser; public boolean login(UserForm userForm) { assert null != userForm; int loginResults = loginDao.login(userForm); switch (loginResults) { case 1: ...
3e3402b1b49affa90a815a4844d2f96529ebc9a6
1,694
java
Java
src/main/java/org/trident/util/TridentLogger.java
KrishnaMoorthy12/trident
29d75a91af7c9ec90adb98576bbad660b892b0cf
[ "Apache-2.0" ]
3
2019-11-22T07:56:33.000Z
2020-04-07T13:02:38.000Z
src/main/java/org/trident/util/TridentLogger.java
KrishnaMoorthy12/trident
29d75a91af7c9ec90adb98576bbad660b892b0cf
[ "Apache-2.0" ]
16
2019-12-06T07:16:02.000Z
2020-04-05T12:06:42.000Z
src/main/java/org/trident/util/TridentLogger.java
vincenzopalazzo/trident
9c07ce3c64bfc9f26fce7c05a8a736ad7f63c232
[ "Apache-2.0" ]
3
2020-04-05T00:07:16.000Z
2020-05-31T13:02:18.000Z
26.888889
71
0.613932
21,989
package org.trident.util; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.HashMap; import java.util.Map; public class TridentLogger { private static final TridentLogger SINGLETON = new TridentLogger(); public static TridentLogger getInstance(){ return SINGLETON; } ...
3e34031e3b4a3752c64f18eed69912129c4daf08
172
java
Java
src/cn/riversky/yanmo/createtype/singleton/ehan/Client.java
Liwins/sjmo
168e00fd1da3bdd61a024c73cfc927b27195f6df
[ "Apache-2.0" ]
null
null
null
src/cn/riversky/yanmo/createtype/singleton/ehan/Client.java
Liwins/sjmo
168e00fd1da3bdd61a024c73cfc927b27195f6df
[ "Apache-2.0" ]
null
null
null
src/cn/riversky/yanmo/createtype/singleton/ehan/Client.java
Liwins/sjmo
168e00fd1da3bdd61a024c73cfc927b27195f6df
[ "Apache-2.0" ]
null
null
null
15.636364
52
0.668605
21,990
package cn.riversky.yanmo.createtype.singleton.ehan; /** * Created by admin on 2017/12/1. */ public class Client { public static void main(String[] args) { } }
3e34038636f8808ad064ffc869c433e71200b382
25,588
java
Java
smartsensoreditor-webapp/src/test/java/org/n52/smartsensoreditor/sensor/SmlXsltTest.java
janaGit/Sensor_SmartEditor
9dba85ad2bd575654f2f18cf9acf011541e9d480
[ "Apache-2.0" ]
5
2016-11-18T09:57:24.000Z
2020-02-17T17:47:52.000Z
smartsensoreditor-webapp/src/test/java/org/n52/smartsensoreditor/sensor/SmlXsltTest.java
52North/smartSensorEditor
9dba85ad2bd575654f2f18cf9acf011541e9d480
[ "Apache-2.0" ]
9
2015-02-03T10:54:27.000Z
2015-02-27T09:20:09.000Z
smartsensoreditor-webapp/src/test/java/org/n52/smartsensoreditor/sensor/SmlXsltTest.java
52North/smartSensorEditor
9dba85ad2bd575654f2f18cf9acf011541e9d480
[ "Apache-2.0" ]
2
2015-11-02T15:36:40.000Z
2020-02-11T02:33:53.000Z
40.423381
229
0.74746
21,991
/** * Copyright (C) 2014-2015 52°North Initiative for Geospatial Open Source * Software GmbH * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. * * If the program is linked with...
3e340480474625ed8f3b84548a97cab84be34f59
3,025
java
Java
micrometer-core/src/main/java/io/micrometer/core/util/internal/logging/FormattingTuple.java
master-starcloud/micrometer
faedc1cbc73a9ff0eb99e265a762b63ade83d7f7
[ "Apache-2.0" ]
3,292
2017-07-21T02:33:05.000Z
2022-03-31T16:15:23.000Z
micrometer-core/src/main/java/io/micrometer/core/util/internal/logging/FormattingTuple.java
master-starcloud/micrometer
faedc1cbc73a9ff0eb99e265a762b63ade83d7f7
[ "Apache-2.0" ]
2,355
2017-07-20T21:57:08.000Z
2022-03-31T22:55:05.000Z
micrometer-core/src/main/java/io/micrometer/core/util/internal/logging/FormattingTuple.java
master-starcloud/micrometer
faedc1cbc73a9ff0eb99e265a762b63ade83d7f7
[ "Apache-2.0" ]
892
2017-07-24T13:44:05.000Z
2022-03-30T19:48:07.000Z
37.8125
78
0.718678
21,992
/** * Copyright 2019 VMware, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * https://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or...
3e34048d638a89fc134e3d58c0f2c8fa9aa3296c
1,372
java
Java
components/org.wso2.carbon.jndi/src/main/java/org/wso2/carbon/jndi/internal/osgi/builder/DefaultObjectFactoryBuilder.java
lasanthaS/carbon-jndi
3a36651bf8b65e9eac7c87fbb26d4eade55e5b49
[ "Apache-2.0" ]
5
2016-06-08T04:42:43.000Z
2020-09-28T21:08:53.000Z
components/org.wso2.carbon.jndi/src/main/java/org/wso2/carbon/jndi/internal/osgi/builder/DefaultObjectFactoryBuilder.java
lasanthaS/carbon-jndi
3a36651bf8b65e9eac7c87fbb26d4eade55e5b49
[ "Apache-2.0" ]
16
2016-03-10T14:04:32.000Z
2020-07-31T08:02:53.000Z
components/org.wso2.carbon.jndi/src/main/java/org/wso2/carbon/jndi/internal/osgi/builder/DefaultObjectFactoryBuilder.java
lasanthaS/carbon-jndi
3a36651bf8b65e9eac7c87fbb26d4eade55e5b49
[ "Apache-2.0" ]
30
2016-03-05T15:10:39.000Z
2021-12-01T07:38:04.000Z
36.105263
116
0.759475
21,993
/* * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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/li...
3e3404b3afdf73070b0e2df16e1c9d99b3470640
978
java
Java
app/src/main/java/com/schautup/utils/ParallelTask.java
XinyueZ/schautup
3413a9a24b8b56ce3e5c74328f3735965ef6cd39
[ "MIT" ]
null
null
null
app/src/main/java/com/schautup/utils/ParallelTask.java
XinyueZ/schautup
3413a9a24b8b56ce3e5c74328f3735965ef6cd39
[ "MIT" ]
null
null
null
app/src/main/java/com/schautup/utils/ParallelTask.java
XinyueZ/schautup
3413a9a24b8b56ce3e5c74328f3735965ef6cd39
[ "MIT" ]
null
null
null
21.733333
74
0.732106
21,994
package com.schautup.utils; import android.os.AsyncTask; import android.os.Build; import com.schautup.bus.ProgressbarEvent; import de.greenrobot.event.EventBus; public abstract class ParallelTask<T, Z, U> extends AsyncTask<T, Z, U> { /** * Whether sending event to show progress-indicator. */ private boolean ...
3e34054d48883c0cf4b5166e28ed1770272909d5
4,346
java
Java
src/main/java/com/minerarcana/floralchemy/worldgen/FloralchemyWorldGenerator.java
MinerArcana/Floralchemy
cb6780ca40fd3a6fc349d0d2ac0e1990e345a74f
[ "MIT" ]
null
null
null
src/main/java/com/minerarcana/floralchemy/worldgen/FloralchemyWorldGenerator.java
MinerArcana/Floralchemy
cb6780ca40fd3a6fc349d0d2ac0e1990e345a74f
[ "MIT" ]
7
2018-08-16T15:42:12.000Z
2021-06-01T18:31:34.000Z
src/main/java/com/minerarcana/floralchemy/worldgen/FloralchemyWorldGenerator.java
MinerArcana/Floralchemy
cb6780ca40fd3a6fc349d0d2ac0e1990e345a74f
[ "MIT" ]
null
null
null
43.89899
137
0.614358
21,995
package com.minerarcana.floralchemy.worldgen; import java.util.Random; import com.minerarcana.floralchemy.FloraObjectHolder; import com.minerarcana.floralchemy.Floralchemy; import com.minerarcana.floralchemy.block.BlockBaseBush; import com.minerarcana.floralchemy.block.BlockCindermoss; import com.minerarcana.floralch...
3e34055b2d33b69006dd89a636c10a03e1706f57
5,321
java
Java
src/main/java/team/baymax/logic/commands/appointment/MarkAppointmentMissedCommand.java
theyellowfellow/tp
d20df37e28cbebba78e066a1f2bcb5875ba39e7f
[ "MIT" ]
1
2021-02-07T11:51:22.000Z
2021-02-07T11:51:22.000Z
src/main/java/team/baymax/logic/commands/appointment/MarkAppointmentMissedCommand.java
theyellowfellow/tp
d20df37e28cbebba78e066a1f2bcb5875ba39e7f
[ "MIT" ]
244
2020-09-05T05:53:21.000Z
2020-11-13T11:39:57.000Z
src/main/java/team/baymax/logic/commands/appointment/MarkAppointmentMissedCommand.java
theyellowfellow/tp
d20df37e28cbebba78e066a1f2bcb5875ba39e7f
[ "MIT" ]
5
2020-09-11T15:19:31.000Z
2020-09-11T15:29:28.000Z
39.125
119
0.68972
21,996
package team.baymax.logic.commands.appointment; import static java.util.Objects.requireNonNull; import static team.baymax.commons.util.CollectionUtil.requireAllNonNull; import static team.baymax.logic.parser.CliSyntax.PREFIX_DATETIME; import static team.baymax.logic.parser.CliSyntax.PREFIX_NAME; import java.util.List...
3e340577307d56db530818bc65931aa72fdd2029
2,170
java
Java
graphsdk/src/main/java/com/microsoft/graph/generated/BaseGroupResetUnseenCountRequestBuilder.java
SailReal/msgraph-sdk-android
68bf5bf437e8688142493de5faf88154c388d7c8
[ "MIT" ]
61
2016-06-11T20:14:35.000Z
2021-06-09T03:47:07.000Z
graphsdk/src/main/java/com/microsoft/graph/generated/BaseGroupResetUnseenCountRequestBuilder.java
SailReal/msgraph-sdk-android
68bf5bf437e8688142493de5faf88154c388d7c8
[ "MIT" ]
95
2016-03-30T22:16:20.000Z
2020-09-03T18:37:43.000Z
graphsdk/src/main/java/com/microsoft/graph/generated/BaseGroupResetUnseenCountRequestBuilder.java
SailReal/msgraph-sdk-android
68bf5bf437e8688142493de5faf88154c388d7c8
[ "MIT" ]
49
2016-03-30T19:52:31.000Z
2022-02-25T11:04:50.000Z
36.166667
152
0.670046
21,997
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
3e3406381936db9d03fbef274186a25c05b2538b
645
java
Java
ZWBS-Android/app/src/main/java/com/ruitukeji/zwbs/mine/mywallet/mybankcard/MyBankCardContract.java
921668753/wztx-driver-andriod
e23b5ebc64f3c05e6f0c2a98bf2e8798b0ce9c63
[ "Apache-2.0" ]
null
null
null
ZWBS-Android/app/src/main/java/com/ruitukeji/zwbs/mine/mywallet/mybankcard/MyBankCardContract.java
921668753/wztx-driver-andriod
e23b5ebc64f3c05e6f0c2a98bf2e8798b0ce9c63
[ "Apache-2.0" ]
null
null
null
ZWBS-Android/app/src/main/java/com/ruitukeji/zwbs/mine/mywallet/mybankcard/MyBankCardContract.java
921668753/wztx-driver-andriod
e23b5ebc64f3c05e6f0c2a98bf2e8798b0ce9c63
[ "Apache-2.0" ]
null
null
null
18.428571
59
0.553488
21,998
package com.ruitukeji.zwbs.mine.mywallet.mybankcard; import com.ruitukeji.zwbs.common.BaseNewView; import com.ruitukeji.zwbs.common.BasePresenter; /** * Created by Administrator on 2017/2/17. */ public interface MyBankCardContract { interface Presenter extends BasePresenter { /** * 发送提现信息 ...
3e340651a9d532e1dab4dd085bcd0e1c1f8b6ecf
778
java
Java
main/java/trafficsim/gui/GUI.java
k9m/traffic_sim_proto
a3f3d5cc4d13e88cdca8e26da33c46528a48bea6
[ "MIT" ]
null
null
null
main/java/trafficsim/gui/GUI.java
k9m/traffic_sim_proto
a3f3d5cc4d13e88cdca8e26da33c46528a48bea6
[ "MIT" ]
null
null
null
main/java/trafficsim/gui/GUI.java
k9m/traffic_sim_proto
a3f3d5cc4d13e88cdca8e26da33c46528a48bea6
[ "MIT" ]
null
null
null
18.52381
57
0.706941
21,999
package trafficsim.gui; import trafficsim.ctrl.Controller; import javax.swing.*; import java.awt.*; public class GUI{ JButton xxx; RoadNetwork base; Controller ctrl; public GUI(){ JFrame frame = new JFrame("GlassPaneDemo"); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setLocatio...
3e340653539049ba249939f9644d842e140836d1
23,448
java
Java
clients/google-api-services-speech/v2beta1/1.28.0/com/google/api/services/speech/v2beta1/Speech.java
yoshi-code-bot/google-api-java-client-services
9f5e3b6073c822db4078d638c980b11a0effc686
[ "Apache-2.0" ]
372
2018-09-05T21:06:51.000Z
2022-03-31T09:22:03.000Z
clients/google-api-services-speech/v2beta1/1.28.0/com/google/api/services/speech/v2beta1/Speech.java
yoshi-code-bot/google-api-java-client-services
9f5e3b6073c822db4078d638c980b11a0effc686
[ "Apache-2.0" ]
1,351
2018-10-12T23:07:12.000Z
2022-03-05T09:25:29.000Z
clients/google-api-services-speech/v2beta1/1.28.0/com/google/api/services/speech/v2beta1/Speech.java
yoshi-code-bot/google-api-java-client-services
9f5e3b6073c822db4078d638c980b11a0effc686
[ "Apache-2.0" ]
307
2018-09-04T20:15:31.000Z
2022-03-31T09:42:39.000Z
36.752351
148
0.622484
22,000
/* * 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 writing, software distributed under t...
3e34074c9682256e1dd6ea035d49c87d1d1d8593
3,025
java
Java
modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201607/cm/CampaignCriterionService.java
fernhtls/googleads-java-lib
a330df0799de8d8de0dcdddf4c317d6b0cd2fe10
[ "Apache-2.0" ]
null
null
null
modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201607/cm/CampaignCriterionService.java
fernhtls/googleads-java-lib
a330df0799de8d8de0dcdddf4c317d6b0cd2fe10
[ "Apache-2.0" ]
null
null
null
modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201607/cm/CampaignCriterionService.java
fernhtls/googleads-java-lib
a330df0799de8d8de0dcdddf4c317d6b0cd2fe10
[ "Apache-2.0" ]
null
null
null
38.291139
221
0.735537
22,001
package com.google.api.ads.adwords.jaxws.v201607.cm; import java.net.MalformedURLException; import java.net.URL; import javax.xml.namespace.QName; import javax.xml.ws.Service; import javax.xml.ws.WebEndpoint; import javax.xml.ws.WebServiceClient; import javax.xml.ws.WebServiceException; import javax.xml.ws.WebService...
3e3407522d4d3d91ecdf4a4ee0b702b7242c853f
335
java
Java
proj/frontend-spring/stockWeb/src/main/java/com/blacktensor/stockWeb/util/RegexUtil.java
staride/BlackTensor
d4330cbe552ec842dbd044cd2547b5c8fdbdc8b7
[ "MIT" ]
null
null
null
proj/frontend-spring/stockWeb/src/main/java/com/blacktensor/stockWeb/util/RegexUtil.java
staride/BlackTensor
d4330cbe552ec842dbd044cd2547b5c8fdbdc8b7
[ "MIT" ]
null
null
null
proj/frontend-spring/stockWeb/src/main/java/com/blacktensor/stockWeb/util/RegexUtil.java
staride/BlackTensor
d4330cbe552ec842dbd044cd2547b5c8fdbdc8b7
[ "MIT" ]
null
null
null
30.454545
126
0.641791
22,002
package com.blacktensor.stockWeb.util; public class RegexUtil { public static final String emailRegex = "^[0-9a-zA-Z]([-_.]?[0-9a-zA-Z])*@[0-9a-zA-Z]([-_.]?[0-9a-zA-Z])*.[a-zA-Z]{2,3}$"; public static boolean isEmail(String data){ return StringUtil.isNotEmptyString(data) && data.trim().matches(emailR...
3e34077ab62b0cf319d1073bf5dc1297bc4ddef2
2,428
java
Java
royale-compiler/compiler/src/main/java/org/apache/royale/abc/visitors/NilABCVisitor.java
alinakazi/apache-royale-0.9.8-bin-js-swf
d0e4cc7a3cb50021694de41a57196660bbcd5e65
[ "Apache-2.0" ]
null
null
null
royale-compiler/compiler/src/main/java/org/apache/royale/abc/visitors/NilABCVisitor.java
alinakazi/apache-royale-0.9.8-bin-js-swf
d0e4cc7a3cb50021694de41a57196660bbcd5e65
[ "Apache-2.0" ]
null
null
null
royale-compiler/compiler/src/main/java/org/apache/royale/abc/visitors/NilABCVisitor.java
alinakazi/apache-royale-0.9.8-bin-js-swf
d0e4cc7a3cb50021694de41a57196660bbcd5e65
[ "Apache-2.0" ]
null
null
null
23.572816
76
0.700988
22,003
/* * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); ...
3e340827ae3c6c9c355675df0c3b27d543410b9c
4,484
java
Java
src/main/java/edu/harvard/iq/dataverse/engine/command/CommandContext.java
emayer2/dataverse
f40b25c2e415af8b5c80e7f73537c67982bc09fd
[ "Apache-2.0" ]
2
2019-04-15T09:46:21.000Z
2021-06-25T10:34:51.000Z
src/main/java/edu/harvard/iq/dataverse/engine/command/CommandContext.java
uit-no-old/dataverse
45288aaa1db6898dbab3d2be9760ef026ea7ae3d
[ "Apache-2.0" ]
1
2017-03-16T07:30:58.000Z
2017-03-16T07:30:58.000Z
src/main/java/edu/harvard/iq/dataverse/engine/command/CommandContext.java
uit-no-old/dataverse
45288aaa1db6898dbab3d2be9760ef026ea7ae3d
[ "Apache-2.0" ]
null
null
null
35.307087
92
0.813559
22,004
package edu.harvard.iq.dataverse.engine.command; import edu.harvard.iq.dataverse.DOIDataCiteServiceBean; import edu.harvard.iq.dataverse.DOIEZIdServiceBean; import edu.harvard.iq.dataverse.HandlenetServiceBean; import edu.harvard.iq.dataverse.DataFileServiceBean; import edu.harvard.iq.dataverse.DatasetLinkingServiceBe...
3e340922dab976ef4c496f90932648900e2e62b0
115
java
Java
raw_dataset/65988964@findParentValue@OK.java
zthang/code2vec_treelstm
0c5f98d280b506317738ba603b719cac6036896f
[ "MIT" ]
1
2020-04-24T03:35:40.000Z
2020-04-24T03:35:40.000Z
raw_dataset/65988964@findParentValue@OK.java
ruanyuan115/code2vec_treelstm
0c5f98d280b506317738ba603b719cac6036896f
[ "MIT" ]
2
2020-04-23T21:14:28.000Z
2021-01-21T01:07:18.000Z
raw_dataset/65988964@findParentValue@OK.java
zthang/code2vec_treelstm
0c5f98d280b506317738ba603b719cac6036896f
[ "MIT" ]
null
null
null
28.75
44
0.721739
22,005
public String findParentValue(String data) { Node node = map.get(data); return findParentNode(node).data; }
3e340a4d83465257c8938fb79d4001716bfce05b
2,863
java
Java
src/main/java/org/derkani/nevis/processor/Utils.java
mashti/nevis
1fbce87bea946ada3c166cb085e1fdfcb1f3a577
[ "BSD-3-Clause" ]
null
null
null
src/main/java/org/derkani/nevis/processor/Utils.java
mashti/nevis
1fbce87bea946ada3c166cb085e1fdfcb1f3a577
[ "BSD-3-Clause" ]
null
null
null
src/main/java/org/derkani/nevis/processor/Utils.java
mashti/nevis
1fbce87bea946ada3c166cb085e1fdfcb1f3a577
[ "BSD-3-Clause" ]
null
null
null
38.173333
144
0.685994
22,006
/* * Copyright © 2014, Masih H. Derkani * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright * notice, this list of c...
3e340a50755c7a06345457dae2cef623852cdee4
2,734
java
Java
src/main/java/pl/mycalories/model/Opinion.java
BartoszDabek/MyCalories
e3a32de73f8541adc857c07be74f226343446cdf
[ "MIT" ]
null
null
null
src/main/java/pl/mycalories/model/Opinion.java
BartoszDabek/MyCalories
e3a32de73f8541adc857c07be74f226343446cdf
[ "MIT" ]
4
2021-03-10T02:27:05.000Z
2022-03-02T06:44:17.000Z
src/main/java/pl/mycalories/model/Opinion.java
BartoszDabek/MyCalories
e3a32de73f8541adc857c07be74f226343446cdf
[ "MIT" ]
null
null
null
27.616162
119
0.637893
22,007
package pl.mycalories.model; import com.fasterxml.jackson.annotation.JsonFormat; import javax.persistence.Entity; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.SequenceGenerator; import javax.validation.constraints.NotNull; import java.time.LocalDate; @Entity @Sequ...
3e340ab928a23946c5b1d1333ee0bf6902e484c0
3,779
java
Java
test/jdk/java/security/KeyStore/OneProbeOneNot.java
1690296356/jdk
eaf668d1510c28d51e26c397b582b66ebdf7e263
[ "Apache-2.0" ]
null
null
null
test/jdk/java/security/KeyStore/OneProbeOneNot.java
1690296356/jdk
eaf668d1510c28d51e26c397b582b66ebdf7e263
[ "Apache-2.0" ]
null
null
null
test/jdk/java/security/KeyStore/OneProbeOneNot.java
1690296356/jdk
eaf668d1510c28d51e26c397b582b66ebdf7e263
[ "Apache-2.0" ]
null
null
null
40.634409
94
0.672135
22,008
/* * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
3e340b18837decd6413e82f8553202e75d28fc5c
595
java
Java
service-task-jax-rs/src/main/java/ch/fhnw/digibp/examples/echo/config/ProvidersConfig.java
DigiBP/digibp-camunda-examples
9f3e8fb36e6a2c64edc21c10d3089418fab27aa6
[ "Apache-2.0" ]
6
2020-02-20T09:38:50.000Z
2021-11-08T09:12:58.000Z
service-task-jax-rs/src/main/java/ch/fhnw/digibp/examples/echo/config/ProvidersConfig.java
DigiBP/digibp-camunda-examples
9f3e8fb36e6a2c64edc21c10d3089418fab27aa6
[ "Apache-2.0" ]
null
null
null
service-task-jax-rs/src/main/java/ch/fhnw/digibp/examples/echo/config/ProvidersConfig.java
DigiBP/digibp-camunda-examples
9f3e8fb36e6a2c64edc21c10d3089418fab27aa6
[ "Apache-2.0" ]
7
2018-03-22T15:06:29.000Z
2021-02-28T17:29:30.000Z
28.333333
93
0.818487
22,009
/* * Copyright (c) 2018. University of Applied Sciences and Arts Northwestern Switzerland FHNW. * All rights reserved. */ package ch.fhnw.digibp.examples.echo.config; import com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider; import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean; impor...
3e340b337672aa6a5fde623be62f09e16e56b2ec
4,511
java
Java
msj-cadastros-essenciais/src/test/java/br/com/renanfretta/msj/cadastrosessenciais/EstadoEndpointTest.java
frettarenan/microservices-spring-java
b9042d2c0561661a16fac1e84c45931f6062f6bd
[ "Apache-2.0" ]
null
null
null
msj-cadastros-essenciais/src/test/java/br/com/renanfretta/msj/cadastrosessenciais/EstadoEndpointTest.java
frettarenan/microservices-spring-java
b9042d2c0561661a16fac1e84c45931f6062f6bd
[ "Apache-2.0" ]
null
null
null
msj-cadastros-essenciais/src/test/java/br/com/renanfretta/msj/cadastrosessenciais/EstadoEndpointTest.java
frettarenan/microservices-spring-java
b9042d2c0561661a16fac1e84c45931f6062f6bd
[ "Apache-2.0" ]
null
null
null
29.677632
89
0.719796
22,010
package br.com.renanfretta.msj.cadastrosessenciais; import static org.hamcrest.CoreMatchers.is; import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get; import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.content; import static org.springframework.test.web.serv...
3e340cacd856f7ba8d4dd9f59a2c6a3b60ef94db
2,065
java
Java
httpcore5-h2/src/main/java/org/apache/hc/core5/http2/impl/nio/ServerH2IOEventHandler.java
cwildman/httpcomponents-core
2b3c7c388fdb8b74ca296920c78365ce52ec4925
[ "Apache-2.0" ]
205
2017-05-21T11:33:40.000Z
2022-03-31T02:31:37.000Z
httpcore5-h2/src/main/java/org/apache/hc/core5/http2/impl/nio/ServerH2IOEventHandler.java
cwildman/httpcomponents-core
2b3c7c388fdb8b74ca296920c78365ce52ec4925
[ "Apache-2.0" ]
186
2017-05-24T19:41:36.000Z
2022-03-21T21:42:59.000Z
httpcore5-h2/src/main/java/org/apache/hc/core5/http2/impl/nio/ServerH2IOEventHandler.java
cwildman/httpcomponents-core
2b3c7c388fdb8b74ca296920c78365ce52ec4925
[ "Apache-2.0" ]
308
2017-05-12T18:12:36.000Z
2022-03-16T11:27:16.000Z
35.603448
86
0.675545
22,011
/* * ==================================================================== * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file ...
3e340cdab504e965ec7fb3e397d77821d85a8b0b
1,873
java
Java
Ejercicios/RocioApp/src/Models/Aulas.java
idanirf/ProgramacionUD6
42db5761924df32148b4437c59a1b80422e84291
[ "MIT" ]
1
2022-02-16T22:22:56.000Z
2022-02-16T22:22:56.000Z
Ejercicios/RocioApp/src/Models/Aulas.java
idanirf/ProgramacionUD6
42db5761924df32148b4437c59a1b80422e84291
[ "MIT" ]
null
null
null
Ejercicios/RocioApp/src/Models/Aulas.java
idanirf/ProgramacionUD6
42db5761924df32148b4437c59a1b80422e84291
[ "MIT" ]
null
null
null
28.815385
131
0.557928
22,012
package Models; import es.drodriguez.com.Utils.PersonasNameComparator; import java.util.*; public class Aulas { Scanner sc = new Scanner(System.in); ArrayList<Personas>personasAula; //Constructor de las aulas public Aulas(){ personasAula = new ArrayList<>(); createdPersonas(); }...
3e340e0eabe5663ea9768dfcca560853633a55cf
2,414
java
Java
backend/src/main/java/dev/codesoapbox/backity/core/files/downloading/presentation/FileDownloadController.java
daniel-frak/backity
674355a900c4f5b663aea291e28d98e2f8ea052c
[ "Apache-2.0" ]
null
null
null
backend/src/main/java/dev/codesoapbox/backity/core/files/downloading/presentation/FileDownloadController.java
daniel-frak/backity
674355a900c4f5b663aea291e28d98e2f8ea052c
[ "Apache-2.0" ]
null
null
null
backend/src/main/java/dev/codesoapbox/backity/core/files/downloading/presentation/FileDownloadController.java
daniel-frak/backity
674355a900c4f5b663aea291e28d98e2f8ea052c
[ "Apache-2.0" ]
null
null
null
43.890909
116
0.787075
22,013
package dev.codesoapbox.backity.core.files.downloading.presentation; import dev.codesoapbox.backity.core.files.downloading.application.services.FileDownloadFacade; import dev.codesoapbox.backity.core.files.downloading.domain.model.EnqueuedFileDownload; import io.swagger.v3.oas.annotations.Operation; import io.swagger....
3e340e194a12ab0203cae72c37b43b4af81669d6
6,829
java
Java
core/src/org/johncollin/catacombcrawlers/entity/item/AnimatedItemStack.java
JohnCollin/CatacombCrawlers
869edfae21e393b3c41275f088fcaea7abf9b5d5
[ "MIT" ]
null
null
null
core/src/org/johncollin/catacombcrawlers/entity/item/AnimatedItemStack.java
JohnCollin/CatacombCrawlers
869edfae21e393b3c41275f088fcaea7abf9b5d5
[ "MIT" ]
null
null
null
core/src/org/johncollin/catacombcrawlers/entity/item/AnimatedItemStack.java
JohnCollin/CatacombCrawlers
869edfae21e393b3c41275f088fcaea7abf9b5d5
[ "MIT" ]
null
null
null
44.344156
156
0.737736
22,014
/** * MIT License * * Copyright (c) 2019 Collin Johnson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, ...
3e340ecd9f9f78dac7c029f91845f66b4534b622
2,084
java
Java
src/main/java/org/locationtech/jts/io/Ordinate.java
aaronland/dropwizard-jts-server
6c13ead17ee2967aa6369cd3fd11c9c67c91c1f1
[ "BSD-3-Clause" ]
1
2022-02-26T00:08:51.000Z
2022-02-26T00:08:51.000Z
src/main/java/org/locationtech/jts/io/Ordinate.java
aaronland/dropwizard-jts-server
6c13ead17ee2967aa6369cd3fd11c9c67c91c1f1
[ "BSD-3-Clause" ]
null
null
null
src/main/java/org/locationtech/jts/io/Ordinate.java
aaronland/dropwizard-jts-server
6c13ead17ee2967aa6369cd3fd11c9c67c91c1f1
[ "BSD-3-Clause" ]
null
null
null
31.575758
194
0.680902
22,015
/* * Copyright (c) 2018 Felix Obermaier * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * and Eclipse Distribution License v. 1.0 which accompanies this distribution. * The Eclipse Public License is available at http://www...
3e340f511227d5b0fbf782bd4d3f165e8b6ac42f
851
java
Java
carina-webdriver/src/main/java/com/qaprosoft/carina/core/foundation/utils/android/AppManager.java
Tamikana/carina-core-source
48e99a1cd75abc55f478181b5ca3c2f54634b6c0
[ "Apache-2.0" ]
null
null
null
carina-webdriver/src/main/java/com/qaprosoft/carina/core/foundation/utils/android/AppManager.java
Tamikana/carina-core-source
48e99a1cd75abc55f478181b5ca3c2f54634b6c0
[ "Apache-2.0" ]
null
null
null
carina-webdriver/src/main/java/com/qaprosoft/carina/core/foundation/utils/android/AppManager.java
Tamikana/carina-core-source
48e99a1cd75abc55f478181b5ca3c2f54634b6c0
[ "Apache-2.0" ]
null
null
null
23
76
0.725029
22,016
package com.qaprosoft.carina.core.foundation.utils.android; import java.util.HashMap; import java.util.Map; import com.qaprosoft.carina.core.foundation.webdriver.device.DevicePool; public class AppManager { private Map<String, String> packagesByName = new HashMap<String, String>(); private static AppManager ins...
3e340f60476008114efc84dd6ccf88751174f34f
5,442
java
Java
modules/ml/src/test/java/org/apache/ignite/ml/composition/boosting/GDBTrainerTest.java
sdarlington/ignite
ef4a02dc5d3f66258afa9a3ded8d7671adf6ee73
[ "CC0-1.0" ]
null
null
null
modules/ml/src/test/java/org/apache/ignite/ml/composition/boosting/GDBTrainerTest.java
sdarlington/ignite
ef4a02dc5d3f66258afa9a3ded8d7671adf6ee73
[ "CC0-1.0" ]
null
null
null
modules/ml/src/test/java/org/apache/ignite/ml/composition/boosting/GDBTrainerTest.java
sdarlington/ignite
ef4a02dc5d3f66258afa9a3ded8d7671adf6ee73
[ "CC0-1.0" ]
null
null
null
36.52349
101
0.633591
22,017
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3e34101e1b955230508f98361c87b755965c8281
698
java
Java
tony-rpc-core/src/main/java/com/tonytaotao/rpc/cluster/loadbalance/RandomLoadBalance.java
wujintao630/tony-rpc
ff79e87779791521cbc4ab09402ac9d89957841f
[ "Apache-2.0" ]
null
null
null
tony-rpc-core/src/main/java/com/tonytaotao/rpc/cluster/loadbalance/RandomLoadBalance.java
wujintao630/tony-rpc
ff79e87779791521cbc4ab09402ac9d89957841f
[ "Apache-2.0" ]
null
null
null
tony-rpc-core/src/main/java/com/tonytaotao/rpc/cluster/loadbalance/RandomLoadBalance.java
wujintao630/tony-rpc
ff79e87779791521cbc4ab09402ac9d89957841f
[ "Apache-2.0" ]
null
null
null
29.083333
87
0.737822
22,018
package com.tonytaotao.rpc.cluster.loadbalance; import com.tonytaotao.rpc.cluster.LoadBalance; import com.tonytaotao.rpc.core.request.Request; import com.tonytaotao.rpc.core.reference.Reference; import java.util.List; import java.util.concurrent.ThreadLocalRandom; public class RandomLoadBalance<T> implements LoadBal...
3e34110ea95ec01296a9d1bc71d01cf9d7d82fcb
1,941
java
Java
app/src/main/java/ggr/tpl7/database/AthleteCursorWrapper.java
ginagr/ThePerfectLineup3.0
67966be6d6cb4a4d84cf1f3526535b1928370665
[ "MIT" ]
1
2017-12-11T01:59:39.000Z
2017-12-11T01:59:39.000Z
app/src/main/java/ggr/tpl7/database/AthleteCursorWrapper.java
ginagr/ThePerfectLineup3.0
67966be6d6cb4a4d84cf1f3526535b1928370665
[ "MIT" ]
33
2017-03-16T16:23:50.000Z
2017-08-18T01:56:25.000Z
app/src/main/java/ggr/tpl7/database/AthleteCursorWrapper.java
ginagr/ThePerfectLineup3.0
67966be6d6cb4a4d84cf1f3526535b1928370665
[ "MIT" ]
null
null
null
39.612245
82
0.731582
22,019
package ggr.tpl7.database; import android.database.Cursor; import android.database.CursorWrapper; import java.text.ParseException; import java.util.UUID; import ggr.tpl7.model.Athlete; import ggr.tpl7.database.AthleteDbSchema.AthleteTable; import ggr.tpl7.model.AthleteLab; import static ggr.tpl7.model.AthleteLab.fo...
3e341177508dcd0fc1d9a66ed50c8375940ddd92
531
java
Java
clients/src/main/java/com/example/mq/Producer.java
viraz23/cryptoleague-corda
eefd26ea8f04b9d8993cd65003c643c83fe0fe06
[ "Apache-2.0" ]
null
null
null
clients/src/main/java/com/example/mq/Producer.java
viraz23/cryptoleague-corda
eefd26ea8f04b9d8993cd65003c643c83fe0fe06
[ "Apache-2.0" ]
null
null
null
clients/src/main/java/com/example/mq/Producer.java
viraz23/cryptoleague-corda
eefd26ea8f04b9d8993cd65003c643c83fe0fe06
[ "Apache-2.0" ]
1
2019-03-13T02:50:30.000Z
2019-03-13T02:50:30.000Z
40.846154
94
0.809793
22,020
package com.example.mq; import org.springframework.amqp.rabbit.core.RabbitTemplate; import org.springframework.context.ApplicationContext; import org.springframework.context.annotation.AnnotationConfigApplicationContext; public class Producer { public void send(String signedTransaction) { ApplicationContex...
3e3411a6f21035b4ec56a4ee450a65f87add405a
2,544
java
Java
ghost/src/main/java/com/salesforce/apollo/ghost/communications/GhostServerCommunications.java
isabella232/apollo-1
f7020d0af4f989f32ff347e71dff74c22edbdc34
[ "BSD-3-Clause" ]
2
2021-02-18T16:22:44.000Z
2021-03-24T20:38:54.000Z
ghost/src/main/java/com/salesforce/apollo/ghost/communications/GhostServerCommunications.java
robakid/apollo
4f8989c9afa9103d1fa2bb17b1ba5053b3ee9283
[ "BSD-3-Clause" ]
1
2021-02-23T23:18:16.000Z
2021-02-23T23:18:16.000Z
ghost/src/main/java/com/salesforce/apollo/ghost/communications/GhostServerCommunications.java
isabella232/apollo-1
f7020d0af4f989f32ff347e71dff74c22edbdc34
[ "BSD-3-Clause" ]
null
null
null
35.830986
111
0.708333
22,021
/* * Copyright (c) 2019, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause */ package com.salesforce.apollo.ghost.communications; import java.util.stream.Collectors; im...
3e3412089506310356043c6aee6bab682e5bfb33
656
java
Java
planetiler-core/src/main/java/com/onthegomap/planetiler/util/Gzip.java
SomeoneElseOSM/planetiler
313a695abbc599e50342ebf74b5d637c13372290
[ "Apache-2.0" ]
71
2021-12-26T04:05:34.000Z
2022-03-30T05:47:55.000Z
planetiler-core/src/main/java/com/onthegomap/planetiler/util/Gzip.java
SomeoneElseOSM/planetiler
313a695abbc599e50342ebf74b5d637c13372290
[ "Apache-2.0" ]
104
2021-12-23T12:37:05.000Z
2022-03-31T10:23:14.000Z
planetiler-core/src/main/java/com/onthegomap/planetiler/util/Gzip.java
SomeoneElseOSM/planetiler
313a695abbc599e50342ebf74b5d637c13372290
[ "Apache-2.0" ]
17
2022-01-03T12:52:35.000Z
2022-03-28T19:31:47.000Z
26.24
74
0.722561
22,022
package com.onthegomap.planetiler.util; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.zip.GZIPInputStream; import java.util.zip.GZIPOutputStream; public class Gzip { public static byte[] gzip(byte[] in) throws IOException { var bos = new...
3e34122116f5b89ca789b67d86b102ce11cc95e9
935
java
Java
src/main/java/edu/fiuba/algo3/vista/botones/BotonTriplicador.java
luciakasman/AlgoKahoot
d85a1f619b202b43172f8047d1b658fa6a4c85d1
[ "MIT" ]
1
2021-06-30T01:53:14.000Z
2021-06-30T01:53:14.000Z
src/main/java/edu/fiuba/algo3/vista/botones/BotonTriplicador.java
luciakasman/AlgoKahoot
d85a1f619b202b43172f8047d1b658fa6a4c85d1
[ "MIT" ]
null
null
null
src/main/java/edu/fiuba/algo3/vista/botones/BotonTriplicador.java
luciakasman/AlgoKahoot
d85a1f619b202b43172f8047d1b658fa6a4c85d1
[ "MIT" ]
2
2020-09-18T01:03:33.000Z
2020-09-20T15:30:36.000Z
32.241379
135
0.705882
22,023
package edu.fiuba.algo3.vista.botones; import edu.fiuba.algo3.controlador.aplicadores.AplicarTriplicadorEventHandler; import edu.fiuba.algo3.modelo.Juego; import javafx.scene.control.Button; public class BotonTriplicador extends Button { private Juego juego; public BotonTriplicador(Juego juego){ thi...
3e3413050c2eeba1f24157407c30cdf40242836d
1,401
java
Java
auth/auth-api/src/main/java/com/example/auth/client/AuthClient.java
xinlc/springcloud-microservices-template
eae392a57f406c3665f1d41d818d5ec4b6e66312
[ "Apache-2.0" ]
1
2021-04-08T06:03:58.000Z
2021-04-08T06:03:58.000Z
auth/auth-api/src/main/java/com/example/auth/client/AuthClient.java
xinlc/springcloud-microservices-template
eae392a57f406c3665f1d41d818d5ec4b6e66312
[ "Apache-2.0" ]
2
2021-02-03T19:36:50.000Z
2022-02-09T22:27:42.000Z
auth/auth-api/src/main/java/com/example/auth/client/AuthClient.java
xinlc/springcloud-microservices-template
eae392a57f406c3665f1d41d818d5ec4b6e66312
[ "Apache-2.0" ]
null
null
null
35.923077
198
0.803712
22,024
package com.example.auth.client; import com.example.auth.client.factory.AuthServiceFallbackFactory; import com.example.auth.constant.AuthConstant; import com.example.auth.dto.res.PermissionRes; import com.example.auth.dto.res.TenantConfigRes; import com.example.common.api.ApiResult; import com.example.common.bo.UserIn...
3e341365cb3ee6eea50f1e3f2b946d78e1cdc641
875
java
Java
AndroidProject/systemvolumeplugin/src/main/java/com/hiyorin/systemvolumeplugin/SystemVolumeReceiver.java
nmxi/SystemVolumePlugin-for-Unity
174318dd46e29403cf110b75a41d1bfdd518a596
[ "MIT" ]
15
2019-01-14T15:36:44.000Z
2022-02-01T23:31:51.000Z
AndroidProject/systemvolumeplugin/src/main/java/com/hiyorin/systemvolumeplugin/SystemVolumeReceiver.java
nmxi/SystemVolumePlugin-for-Unity
174318dd46e29403cf110b75a41d1bfdd518a596
[ "MIT" ]
1
2020-10-08T14:35:36.000Z
2021-01-26T14:29:01.000Z
AndroidProject/systemvolumeplugin/src/main/java/com/hiyorin/systemvolumeplugin/SystemVolumeReceiver.java
nmxi/SystemVolumePlugin-for-Unity
174318dd46e29403cf110b75a41d1bfdd518a596
[ "MIT" ]
2
2020-01-05T13:45:09.000Z
2022-01-13T08:52:57.000Z
38.043478
110
0.748571
22,025
package com.hiyorin.systemvolumeplugin; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.media.AudioManager; import com.unity3d.player.UnityPlayer; public class SystemVolumeReceiver extends BroadcastReceiver { @Override public void onRec...
3e341452591283bef62b68e0cb1c1d33c82a27c4
3,390
java
Java
src/openblocks/common/block/BlockRopeLadder.java
RTLArchive/OpenBlocks
dc52d9fa1bd9eaf9ec334f68d490211b3ba556b8
[ "MIT" ]
null
null
null
src/openblocks/common/block/BlockRopeLadder.java
RTLArchive/OpenBlocks
dc52d9fa1bd9eaf9ec334f68d490211b3ba556b8
[ "MIT" ]
null
null
null
src/openblocks/common/block/BlockRopeLadder.java
RTLArchive/OpenBlocks
dc52d9fa1bd9eaf9ec334f68d490211b3ba556b8
[ "MIT" ]
null
null
null
28.25
116
0.720944
22,026
package openblocks.common.block; import java.util.List; import java.util.Random; import net.minecraft.block.material.Material; import net.minecraft.entity.Entity; import net.minecraft.entity.EntityLivingBase; import net.minecraft.util.AxisAlignedBB; import net.minecraft.world.IBlockAccess; import net.minecraft.world....
3e3414bf2f7e5443a554b896892ddd274ccfd005
1,424
java
Java
compiler/src/main/java/xyz/chph/toy/parsing/visitor/expression/ConditionalExpressionVisitor.java
QQ876684433/ToyLang
6428fe8b2215e34c8d925e6687ef23be8b30b320
[ "MIT" ]
1
2020-02-16T01:27:15.000Z
2020-02-16T01:27:15.000Z
compiler/src/main/java/xyz/chph/toy/parsing/visitor/expression/ConditionalExpressionVisitor.java
QQ876684433/ToyLang
6428fe8b2215e34c8d925e6687ef23be8b30b320
[ "MIT" ]
null
null
null
compiler/src/main/java/xyz/chph/toy/parsing/visitor/expression/ConditionalExpressionVisitor.java
QQ876684433/ToyLang
6428fe8b2215e34c8d925e6687ef23be8b30b320
[ "MIT" ]
null
null
null
52.740741
145
0.795646
22,027
package xyz.chph.toy.parsing.visitor.expression; import org.antlr.v4.runtime.misc.NotNull; import xyz.chph.toy.antlr.ToyBaseVisitor; import xyz.chph.toy.antlr.ToyParser; import xyz.chph.toy.domain.CompareSign; import xyz.chph.toy.domain.node.expression.ConditionalExpression; import xyz.chph.toy.domain.node.expression....
3e3415a69216cdac3e223b7c4f36b75c569345e7
132
java
Java
src/main/java/br/com/jabolina/sharder/cluster/node/package-info.java
jabolina/sharder
ebeb1d901877988ac0b2edef125d47a27ccefef5
[ "Apache-2.0" ]
null
null
null
src/main/java/br/com/jabolina/sharder/cluster/node/package-info.java
jabolina/sharder
ebeb1d901877988ac0b2edef125d47a27ccefef5
[ "Apache-2.0" ]
null
null
null
src/main/java/br/com/jabolina/sharder/cluster/node/package-info.java
jabolina/sharder
ebeb1d901877988ac0b2edef125d47a27ccefef5
[ "Apache-2.0" ]
null
null
null
26.4
77
0.765152
22,028
/** * Provide node cluster components to be used during sharder replica startup. */ package br.com.jabolina.sharder.cluster.node;
3e3415ea6d4f1165cacf87c02731161854ed838e
695
java
Java
Back/src/main/java/aar/example/WebConfig.java
adriangeles/AngularJsonWebTokenInSpring
dde834bcd0170e0c4e46810f93521f769afb46e8
[ "Apache-2.0" ]
null
null
null
Back/src/main/java/aar/example/WebConfig.java
adriangeles/AngularJsonWebTokenInSpring
dde834bcd0170e0c4e46810f93521f769afb46e8
[ "Apache-2.0" ]
null
null
null
Back/src/main/java/aar/example/WebConfig.java
adriangeles/AngularJsonWebTokenInSpring
dde834bcd0170e0c4e46810f93521f769afb46e8
[ "Apache-2.0" ]
null
null
null
31.590909
81
0.742446
22,029
package aar.example; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.CorsRegistry; import org.springframework.web.servlet.config.annotation.EnableWebMvc; import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter; @Configurati...
3e34163e4dc07a08953d46c229ff8f70f82dd2af
2,097
java
Java
judge/bin/ResultGenerator.java
eps46656/esoe-oop-online-judge-github-yu
5a95803813035573d6921e58496ed4fe6625bfbc
[ "MIT" ]
null
null
null
judge/bin/ResultGenerator.java
eps46656/esoe-oop-online-judge-github-yu
5a95803813035573d6921e58496ed4fe6625bfbc
[ "MIT" ]
null
null
null
judge/bin/ResultGenerator.java
eps46656/esoe-oop-online-judge-github-yu
5a95803813035573d6921e58496ed4fe6625bfbc
[ "MIT" ]
null
null
null
28.337838
76
0.555556
22,030
import java.util.*; import java.io.*; public class ResultGenerator { String token; List<String> filenames; ResultGenerator(String token) { this.token = token; this.filenames = new ArrayList<String>(); } ResultGenerator(String token, List<String> filenames) { this.token = t...
3e34167cd8697ea09fc8f850834aa301e16ae1fe
2,526
java
Java
app/src/main/java/com/judgelee/vieweventdemo/view/CustomRecyclerView.java
JudgeLee/ViewEventDispatchDemo
2d9454a600dde9a45d3811c556f4990a77168b8b
[ "MIT" ]
null
null
null
app/src/main/java/com/judgelee/vieweventdemo/view/CustomRecyclerView.java
JudgeLee/ViewEventDispatchDemo
2d9454a600dde9a45d3811c556f4990a77168b8b
[ "MIT" ]
null
null
null
app/src/main/java/com/judgelee/vieweventdemo/view/CustomRecyclerView.java
JudgeLee/ViewEventDispatchDemo
2d9454a600dde9a45d3811c556f4990a77168b8b
[ "MIT" ]
null
null
null
31.185185
107
0.700713
22,031
package com.judgelee.vieweventdemo.view; import android.content.Context; import android.util.AttributeSet; import android.view.MotionEvent; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.recyclerview.widget.RecyclerView; import com.judgelee.vieweventdemo.utils.EventUtils; impo...
3e34167fd0c1c4808e49fa00e6382c5658f01493
3,083
java
Java
trcheck/src/main/java/dev/squaremile/trcheck/standalone/cli/CliBenchmarkClient.java
squaremiledev/asynctransport
cb2ae17ac8a7fc236eb3cec9c4b1d6705d646428
[ "Apache-2.0" ]
3
2021-05-29T12:21:40.000Z
2021-12-09T06:08:07.000Z
trcheck/src/main/java/dev/squaremile/trcheck/standalone/cli/CliBenchmarkClient.java
squaremiledev/asynctransport
cb2ae17ac8a7fc236eb3cec9c4b1d6705d646428
[ "Apache-2.0" ]
26
2020-09-02T13:43:39.000Z
2021-05-22T15:50:12.000Z
trcheck/src/main/java/dev/squaremile/trcheck/standalone/cli/CliBenchmarkClient.java
squaremiledev/asynctransport
cb2ae17ac8a7fc236eb3cec9c4b1d6705d646428
[ "Apache-2.0" ]
2
2021-01-26T22:12:42.000Z
2021-09-05T02:33:53.000Z
46.712121
183
0.682777
22,032
package dev.squaremile.trcheck.standalone.cli; import dev.squaremile.trcheck.standalone.TcpPingConfiguration; import picocli.CommandLine; import static dev.squaremile.trcheck.standalone.TcpPingConfiguration.Mode.AERON; import static dev.squaremile.trcheck.standalone.TcpPingConfiguration.Mode.RING_BUFFERS; import stat...
3e3417aa32dacf81692d599a32aa31660c38f69a
5,851
java
Java
src/com/twitter/intellij/pants/settings/PantsProjectSettings.java
Duhemm/intellij-pants-plugin
bdbb2a6209497617b22daf1a466a2419b1f2cedd
[ "Apache-2.0" ]
68
2015-01-14T16:27:50.000Z
2021-06-18T15:52:48.000Z
src/com/twitter/intellij/pants/settings/PantsProjectSettings.java
Duhemm/intellij-pants-plugin
bdbb2a6209497617b22daf1a466a2419b1f2cedd
[ "Apache-2.0" ]
380
2015-01-17T01:39:31.000Z
2021-10-15T10:36:44.000Z
src/com/twitter/intellij/pants/settings/PantsProjectSettings.java
Duhemm/intellij-pants-plugin
bdbb2a6209497617b22daf1a466a2419b1f2cedd
[ "Apache-2.0" ]
60
2015-02-19T10:29:58.000Z
2021-09-02T09:33:16.000Z
37.031646
126
0.766536
22,033
// Copyright 2014 Pants project contributors (see CONTRIBUTORS.md). // Licensed under the Apache License, Version 2.0 (see LICENSE). package com.twitter.intellij.pants.settings; import com.intellij.openapi.externalSystem.settings.ExternalProjectSettings; import com.twitter.intellij.pants.model.PantsCompileOptions; im...
3e34199c8215e1542a1ef492032efc9fde18d4ec
155
java
Java
src/main/java/com/erts/utils/CounterPartyHelper.java
shiyouping/er-trading-system
84574b707dfb1148611cc6d79e60de40b67ae145
[ "Apache-2.0" ]
1
2022-03-11T19:49:02.000Z
2022-03-11T19:49:02.000Z
src/main/java/com/erts/utils/CounterPartyHelper.java
shiyouping/er-trading-system
84574b707dfb1148611cc6d79e60de40b67ae145
[ "Apache-2.0" ]
null
null
null
src/main/java/com/erts/utils/CounterPartyHelper.java
shiyouping/er-trading-system
84574b707dfb1148611cc6d79e60de40b67ae145
[ "Apache-2.0" ]
1
2019-05-24T10:24:26.000Z
2019-05-24T10:24:26.000Z
14.909091
68
0.670732
22,034
package com.erts.utils; /** * @author <a href="mailto:efpyi@example.com">Ricky Shi</a> * * @since Jun 7, 2019 */ public class CounterPartyHelper { }
3e3419aede752f2d8dbbce6a8b022902dccc9e9e
1,842
java
Java
gralog-np-completeness/src/main/java/gralog/npcompleteness/propositionallogic/formula/PropositionalLogicFormula.java
PraneethReddy-sc20prc/gralog
34fdce1800264889f46d9e6c413fa0d6a936ddd4
[ "Apache-2.0", "BSD-3-Clause" ]
12
2016-11-11T13:24:48.000Z
2022-01-27T19:49:36.000Z
gralog-np-completeness/src/main/java/gralog/npcompleteness/propositionallogic/formula/PropositionalLogicFormula.java
PraneethReddy-sc20prc/gralog
34fdce1800264889f46d9e6c413fa0d6a936ddd4
[ "Apache-2.0", "BSD-3-Clause" ]
6
2017-01-05T14:23:59.000Z
2018-09-20T19:14:57.000Z
gralog-np-completeness/src/main/java/gralog/npcompleteness/propositionallogic/formula/PropositionalLogicFormula.java
PraneethReddy-sc20prc/gralog
34fdce1800264889f46d9e6c413fa0d6a936ddd4
[ "Apache-2.0", "BSD-3-Clause" ]
2
2019-11-25T18:17:00.000Z
2020-06-04T21:38:50.000Z
27.492537
85
0.67861
22,035
/* This file is part of Gralog, Copyright (c) 2016-2018 LaS group, TU Berlin. * License: https://www.gnu.org/licenses/gpl.html GPL version 3 or later. */ package gralog.npcompleteness.propositionallogic.formula; import java.util.Set; import java.util.HashMap; /** * */ public abstract class PropositionalLogicFormul...
3e341a180fe884c19f95ee6be074883347406d49
2,178
java
Java
SV-C/src/main/java/io/swagger/model/Sbz003cRes2001.java
akahane-yasuhiko/Swagger-sample_host-if-wrapper
cc9020a54cbf5c215d361d65a7001c54cb6a4bb9
[ "Apache-2.0" ]
null
null
null
SV-C/src/main/java/io/swagger/model/Sbz003cRes2001.java
akahane-yasuhiko/Swagger-sample_host-if-wrapper
cc9020a54cbf5c215d361d65a7001c54cb6a4bb9
[ "Apache-2.0" ]
null
null
null
SV-C/src/main/java/io/swagger/model/Sbz003cRes2001.java
akahane-yasuhiko/Swagger-sample_host-if-wrapper
cc9020a54cbf5c215d361d65a7001c54cb6a4bb9
[ "Apache-2.0" ]
null
null
null
26.240964
145
0.682277
22,036
package io.swagger.model; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.model.Sbz003cRes; import io.swagger.v3.oas.annotations.media.Schema; import org.springframework.validation.annotation.Validated; import javax....
3e341a7f2272de7007044529477d785766bbcec2
1,324
java
Java
src/com/goide/project/GoApplicationLibrariesService.java
jiuchongyangzy/tangxiaoyi
fb86fce6baa692d308cbbe85ffc8d36b2fd7be8d
[ "Apache-2.0" ]
null
null
null
src/com/goide/project/GoApplicationLibrariesService.java
jiuchongyangzy/tangxiaoyi
fb86fce6baa692d308cbbe85ffc8d36b2fd7be8d
[ "Apache-2.0" ]
null
null
null
src/com/goide/project/GoApplicationLibrariesService.java
jiuchongyangzy/tangxiaoyi
fb86fce6baa692d308cbbe85ffc8d36b2fd7be8d
[ "Apache-2.0" ]
null
null
null
35.783784
103
0.786254
22,037
/* * Copyright 2013-2014 Sergey Ignatov, Alexander Zolotov, Mihai Toader * * 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 req...
3e341aabafcf6ed403607a2f42a653b0b84b069a
796
java
Java
exercise-01/src/main/java/com/cjean/exercise/exercise01/controller/MyController.java
cjeanGitHub/maven
a0f99cd6f6482c10876528b0538f417754f06bcf
[ "Apache-2.0" ]
null
null
null
exercise-01/src/main/java/com/cjean/exercise/exercise01/controller/MyController.java
cjeanGitHub/maven
a0f99cd6f6482c10876528b0538f417754f06bcf
[ "Apache-2.0" ]
null
null
null
exercise-01/src/main/java/com/cjean/exercise/exercise01/controller/MyController.java
cjeanGitHub/maven
a0f99cd6f6482c10876528b0538f417754f06bcf
[ "Apache-2.0" ]
null
null
null
21.513514
62
0.663317
22,038
package com.cjean.exercise.exercise01.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseBody; /** * Created by kemp on 2018/8/15. */ @Controller public class MyController { @Request...
3e341cd49f6d5cf35bf1843911096c8957fc64c9
13,440
java
Java
plugin-code/src/test/java/com/trivago/runners/RunnerFileContentRendererTest.java
trivago/cucable-plugin
41515e76a881ec97ada593b9e51dabc4fea68d05
[ "Apache-2.0" ]
128
2017-06-30T07:20:22.000Z
2021-11-16T13:28:55.000Z
plugin-code/src/test/java/com/trivago/runners/RunnerFileContentRendererTest.java
trivago/cucable-plugin
41515e76a881ec97ada593b9e51dabc4fea68d05
[ "Apache-2.0" ]
154
2017-08-18T06:42:42.000Z
2022-03-09T17:01:17.000Z
plugin-code/src/test/java/com/trivago/runners/RunnerFileContentRendererTest.java
trivago/cucable-plugin
41515e76a881ec97ada593b9e51dabc4fea68d05
[ "Apache-2.0" ]
52
2017-08-01T13:39:32.000Z
2022-03-18T08:06:37.000Z
44.8
120
0.517634
22,039
package com.trivago.runners; import com.trivago.exceptions.CucablePluginException; import com.trivago.files.FileIO; import com.trivago.logging.CucableLogger; import com.trivago.properties.PropertyManager; import com.trivago.vo.FeatureRunner; import org.junit.Before; import org.junit.Test; import java.util.ArrayList; ...
3e341cf30c0886672d92d7843807b3e8a46fa7f1
334
java
Java
app/src/main/java/com/sg2d/modules/chat/ChatEntryComponent.java
SairaNawaz/toodledemo
d2aafe3eb07999d5a79629aa914bee88ee1e869b
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/sg2d/modules/chat/ChatEntryComponent.java
SairaNawaz/toodledemo
d2aafe3eb07999d5a79629aa914bee88ee1e869b
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/sg2d/modules/chat/ChatEntryComponent.java
SairaNawaz/toodledemo
d2aafe3eb07999d5a79629aa914bee88ee1e869b
[ "Apache-2.0" ]
null
null
null
25.692308
78
0.820359
22,040
package com.sg2d.modules.chat; import com.sg2d.app.AppComponent; import com.sg2d.modules.chat.presentation.ChatEntryViewModel; import dagger.Component; @ChatEntryScope @Component(modules = ChatEntryModule.class, dependencies = AppComponent.class) public interface ChatEntryComponent { void inject(ChatEntryViewMod...
3e341d7f8f85f5e16acd45cd949631cb3c720d10
623
java
Java
Football_Scores/app/src/main/java/barqsoft/footballscores/changes/FixureJsonKeys.java
zarub2k/duodroid
8343c228eccbd91e175e1f933ff74b0576977a2a
[ "Apache-2.0" ]
null
null
null
Football_Scores/app/src/main/java/barqsoft/footballscores/changes/FixureJsonKeys.java
zarub2k/duodroid
8343c228eccbd91e175e1f933ff74b0576977a2a
[ "Apache-2.0" ]
null
null
null
Football_Scores/app/src/main/java/barqsoft/footballscores/changes/FixureJsonKeys.java
zarub2k/duodroid
8343c228eccbd91e175e1f933ff74b0576977a2a
[ "Apache-2.0" ]
null
null
null
18.323529
43
0.609952
22,041
package barqsoft.footballscores.changes; /** * @author tham * * Keys used to parse Fixures Json response */ public enum FixureJsonKeys { FIXURES("fixtures"), LINKS("_links"), SEASON("soccerseason"), HOME_TEAM("homeTeam"), AWAY_TEAM("awayTeam"), HREF("href"), DATE("date"), HOME_TEAM_...
3e341e023a882ef3ec6ed7ba2cda5997e778c53b
1,448
java
Java
src/main/java/useresponse/atlassian/plugins/jira/action/listener/issue/AbstractIssueAction.java
zawarnoy/useResponseJiraPlugin
918953495aa14aa95d27b0cea4159f24283f6895
[ "Apache-2.0" ]
null
null
null
src/main/java/useresponse/atlassian/plugins/jira/action/listener/issue/AbstractIssueAction.java
zawarnoy/useResponseJiraPlugin
918953495aa14aa95d27b0cea4159f24283f6895
[ "Apache-2.0" ]
null
null
null
src/main/java/useresponse/atlassian/plugins/jira/action/listener/issue/AbstractIssueAction.java
zawarnoy/useResponseJiraPlugin
918953495aa14aa95d27b0cea4159f24283f6895
[ "Apache-2.0" ]
null
null
null
34.47619
115
0.819751
22,042
package useresponse.atlassian.plugins.jira.action.listener.issue; import com.atlassian.jira.component.ComponentAccessor; import com.atlassian.jira.entity.WithId; import com.atlassian.jira.issue.AttachmentManager; import com.atlassian.jira.issue.Issue; import com.atlassian.jira.issue.RendererManager; import com.atlassi...
3e341ec127c4efc4c318aad946efb8e47f0f3c53
430
java
Java
app/src/main/java/com/example/brightorpheus/util/HttpUtil.java
Xavierpku/BrightOrpheus
16209905d8cc771e50ed45a56a1feb4ef37116f0
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/brightorpheus/util/HttpUtil.java
Xavierpku/BrightOrpheus
16209905d8cc771e50ed45a56a1feb4ef37116f0
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/brightorpheus/util/HttpUtil.java
Xavierpku/BrightOrpheus
16209905d8cc771e50ed45a56a1feb4ef37116f0
[ "Apache-2.0" ]
null
null
null
26.875
84
0.718605
22,043
package com.example.brightorpheus.util; import okhttp3.OkHttpClient; import okhttp3.Request; /** * Created by xiezhiyuan on 2018/1/10. */ public class HttpUtil { public static void sendOkHttpRequest(String address, okhttp3.Callback callback){ OkHttpClient client = new OkHttpClient(); Request req...
3e341f808dfefbcc3dc5fe74aec089710c66289f
913
java
Java
spring/jdbc-spring/src/main/java/jdbc/UserDao.java
dPaulb/javawebtest
0d90e6271097dfc2f64a9c322a06c6feb8fea855
[ "Apache-2.0" ]
null
null
null
spring/jdbc-spring/src/main/java/jdbc/UserDao.java
dPaulb/javawebtest
0d90e6271097dfc2f64a9c322a06c6feb8fea855
[ "Apache-2.0" ]
null
null
null
spring/jdbc-spring/src/main/java/jdbc/UserDao.java
dPaulb/javawebtest
0d90e6271097dfc2f64a9c322a06c6feb8fea855
[ "Apache-2.0" ]
null
null
null
26.852941
84
0.672508
22,044
package jdbc; import org.springframework.jdbc.core.JdbcTemplate; import javax.sql.DataSource; import java.util.Map; public class UserDao { private DataSource dataSource; private JdbcTemplate jdbcTemplateObject; public JdbcTemplate getJdbcTemplateObject() { return jdbcTemplateObject; } ...
3e341f856cac9be22b9be61bca65a39c3a584d64
5,126
java
Java
nifi-api/src/main/java/org/apache/nifi/controller/repository/FlowFileSwapManager.java
yngplgDiego/nifi.diego
3117d3ccef0e4165e3b268a5c17ac0c87a63e0b8
[ "Apache-2.0" ]
2
2019-10-22T18:13:23.000Z
2019-10-27T16:41:35.000Z
nifi-api/src/main/java/org/apache/nifi/controller/repository/FlowFileSwapManager.java
yngplgDiego/nifi.diego
3117d3ccef0e4165e3b268a5c17ac0c87a63e0b8
[ "Apache-2.0" ]
null
null
null
nifi-api/src/main/java/org/apache/nifi/controller/repository/FlowFileSwapManager.java
yngplgDiego/nifi.diego
3117d3ccef0e4165e3b268a5c17ac0c87a63e0b8
[ "Apache-2.0" ]
null
null
null
45.362832
118
0.731565
22,045
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3e341fb01f2ba9c948bb110cf0a6a1741be34887
6,639
java
Java
library/src/main/java/org/apache/apex/malhar/lib/math/Sum.java
tweise/incubator-apex-malhar
a964992771d464dd10c35142dacd6ceac1265ba5
[ "Apache-2.0" ]
98
2016-06-13T11:16:07.000Z
2021-11-10T18:58:48.000Z
library/src/main/java/org/apache/apex/malhar/lib/math/Sum.java
tweise/incubator-apex-malhar
a964992771d464dd10c35142dacd6ceac1265ba5
[ "Apache-2.0" ]
315
2016-06-06T04:04:07.000Z
2019-06-03T17:44:35.000Z
library/src/main/java/org/apache/apex/malhar/lib/math/Sum.java
isabella232/apex-malhar
0f016c82e4e1363b3f7de4ae28138bc7ba896d37
[ "Apache-2.0" ]
104
2016-06-06T06:53:56.000Z
2021-11-22T22:20:24.000Z
25.436782
125
0.661847
22,046
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
3e34203c9491c37b5c91ec837d7d5cd3fe2dcc51
1,403
java
Java
src/main/java/groovy/runtime/metaclass/loghub/EventMetaClass.java
fbacchella/LogHub
5b866811d38b345c8852cd82b1479cd38a8f3a0a
[ "Apache-2.0" ]
45
2016-01-07T20:45:22.000Z
2021-09-06T02:53:18.000Z
src/main/java/groovy/runtime/metaclass/loghub/EventMetaClass.java
fbacchella/LogHub
5b866811d38b345c8852cd82b1479cd38a8f3a0a
[ "Apache-2.0" ]
13
2016-12-20T14:38:02.000Z
2021-12-18T22:07:45.000Z
src/main/java/groovy/runtime/metaclass/loghub/EventMetaClass.java
fbacchella/LogHub
5b866811d38b345c8852cd82b1479cd38a8f3a0a
[ "Apache-2.0" ]
9
2015-11-10T07:00:52.000Z
2022-02-09T01:28:53.000Z
30.5
86
0.591589
22,047
package groovy.runtime.metaclass.loghub; import groovy.lang.DelegatingMetaClass; import groovy.lang.MetaClass; import loghub.Event; public class EventMetaClass extends DelegatingMetaClass { public EventMetaClass(Class<?> theClass) { super(theClass); } public EventMetaClass(MetaClass theClass) { ...
3e3420917674f3f68a97baee468f3008dbc2266a
3,193
java
Java
tests/src/framework/test/org/jppf/test/setup/common/TestUtils.java
jppf-grid/JPPF
b98ee419e8d6bbf47ebb31e26ad4ef7c8f93c6e8
[ "Apache-2.0" ]
44
2018-09-13T02:31:00.000Z
2022-03-24T01:18:49.000Z
tests/src/framework/test/org/jppf/test/setup/common/TestUtils.java
jppf-grid/JPPF
b98ee419e8d6bbf47ebb31e26ad4ef7c8f93c6e8
[ "Apache-2.0" ]
18
2019-03-17T21:40:53.000Z
2021-11-20T06:57:32.000Z
tests/src/framework/test/org/jppf/test/setup/common/TestUtils.java
jppf-grid/JPPF
b98ee419e8d6bbf47ebb31e26ad4ef7c8f93c6e8
[ "Apache-2.0" ]
14
2019-07-02T09:26:50.000Z
2022-01-12T07:39:57.000Z
36.284091
117
0.692452
22,048
/* * JPPF. * Copyright (C) 2005-2019 JPPF Team. * http://www.jppf.org * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
3e34214ac89e3d5561e19c1942bc8ea8777c3b47
3,370
java
Java
src/main/java/io/bespin/java/mapreduce/wordcount/HBaseWordCountFetch.java
Jaski-waterloo/bespin
f869711ef513776c865b34f8abdc3fe257ee2ffa
[ "Apache-2.0" ]
87
2015-12-29T03:27:08.000Z
2021-11-08T22:13:20.000Z
src/main/java/io/bespin/java/mapreduce/wordcount/HBaseWordCountFetch.java
Jaski-waterloo/bespin
f869711ef513776c865b34f8abdc3fe257ee2ffa
[ "Apache-2.0" ]
13
2016-01-06T14:49:03.000Z
2020-09-14T18:28:10.000Z
src/main/java/io/bespin/java/mapreduce/wordcount/HBaseWordCountFetch.java
Jaski-waterloo/bespin
f869711ef513776c865b34f8abdc3fe257ee2ffa
[ "Apache-2.0" ]
119
2015-12-19T21:28:37.000Z
2020-11-13T15:49:56.000Z
33.366337
100
0.724629
22,049
/** * Bespin: reference implementations of "big data" algorithms * * 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...
3e34216e7d5c26e15190a01054a536b72ad7ef8f
1,155
java
Java
app/entities/UniversityFootballClub.java
eshan10x/Premipremier-League-Manager
26e1ffe6ad8e175f645851dd51a02025235077e0
[ "MIT" ]
null
null
null
app/entities/UniversityFootballClub.java
eshan10x/Premipremier-League-Manager
26e1ffe6ad8e175f645851dd51a02025235077e0
[ "MIT" ]
null
null
null
app/entities/UniversityFootballClub.java
eshan10x/Premipremier-League-Manager
26e1ffe6ad8e175f645851dd51a02025235077e0
[ "MIT" ]
null
null
null
23.571429
105
0.641558
22,050
package entities; import java.io.Serializable; public class UniversityFootballClub extends FootballClub implements Serializable { //initialize the variables private String uniName; //Default constructor public UniversityFootballClub() { } //parameterized constructor public UniversityFoot...
3e3421ed0d2936ac83f1918788017fefa44984f1
5,308
java
Java
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/SimpleValueChecker.java
isabella232/commons-math
e052d9dc532be69c75b24973cf585865c02b63b2
[ "Apache-2.0" ]
494
2015-01-02T11:59:45.000Z
2022-03-24T20:03:06.000Z
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/SimpleValueChecker.java
isabella232/commons-math
e052d9dc532be69c75b24973cf585865c02b63b2
[ "Apache-2.0" ]
112
2015-07-05T18:55:27.000Z
2022-02-06T06:00:33.000Z
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/SimpleValueChecker.java
isabella232/commons-math
e052d9dc532be69c75b24973cf585865c02b63b2
[ "Apache-2.0" ]
462
2015-01-06T11:45:14.000Z
2022-03-24T18:42:10.000Z
42.126984
94
0.692728
22,051
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3e34228f967097750b05f066cea2e67d7a390551
1,087
java
Java
ruoyi-tool/ruoyi-generator/src/main/java/com/ruoyi/generator/domain/ColumnConfigInfo.java
easychg/ruoyi-cloud
cf06885896c905916814cae257f79d4002bf7df1
[ "MIT" ]
1
2019-09-24T15:25:32.000Z
2019-09-24T15:25:32.000Z
ruoyi-tool/ruoyi-generator/src/main/java/com/ruoyi/generator/domain/ColumnConfigInfo.java
Random-pro/SysCloud
0a652c81f6af9130af027456455383e812a55c34
[ "MIT" ]
1
2021-04-22T16:55:21.000Z
2021-04-22T16:55:21.000Z
ruoyi-tool/ruoyi-generator/src/main/java/com/ruoyi/generator/domain/ColumnConfigInfo.java
Random-pro/SysCloud
0a652c81f6af9130af027456455383e812a55c34
[ "MIT" ]
null
null
null
16.723077
105
0.536339
22,052
package com.ruoyi.generator.domain; /** * 字段类型配置 由数据库字段的注释解析而来 * 注释结构示例:{"title": "状态", "type": "dict", "value": "sys_common_status"} {"title": "登录时间", "type": "date"} */ public class ColumnConfigInfo { /** * 属性标题 */ private String title; /** * 属性类型 dict(字典,value对应字典管理的字典类型), date(包括date)...
3e3422af8d2bdc30bf89ebabd79a7a5bb81744bb
732
java
Java
kronos-core-cloud/src/main/java/com/arrow/kronos/repo/AzureDeviceSearchParams.java
konexios/moonstone
47f7b874e68833e19314dd9bc5fdf1755a82a42f
[ "Apache-2.0" ]
3
2019-12-24T05:28:11.000Z
2021-05-02T21:20:16.000Z
kronos-core-cloud/src/main/java/com/arrow/kronos/repo/AzureDeviceSearchParams.java
arrow-acs/moonstone
47f7b874e68833e19314dd9bc5fdf1755a82a42f
[ "Apache-2.0" ]
4
2019-11-20T17:10:45.000Z
2020-06-18T15:09:12.000Z
kronos-core-cloud/src/main/java/com/arrow/kronos/repo/AzureDeviceSearchParams.java
arrow-acs/moonstone
47f7b874e68833e19314dd9bc5fdf1755a82a42f
[ "Apache-2.0" ]
1
2021-05-02T21:20:30.000Z
2021-05-02T21:20:30.000Z
24.4
79
0.788251
22,053
package com.arrow.kronos.repo; import java.util.Set; public class AzureDeviceSearchParams extends KronosDocumentSearchParams { private static final long serialVersionUID = -8993038816974278651L; private Set<String> azureAccountIds; private Set<String> gatewayIds; public Set<String> getAzureAccountIds() { ret...
3e3424c9df50203194cef05fe0695416a2d0c2e0
8,463
java
Java
toolkit/src/main/java/support/lfp/toolkit/BlurUtils.java
ftmtshuashua/ToolKit_AndroidX
46a0a8f881d49eadba2fdf720a17fac752029c6a
[ "Apache-2.0" ]
null
null
null
toolkit/src/main/java/support/lfp/toolkit/BlurUtils.java
ftmtshuashua/ToolKit_AndroidX
46a0a8f881d49eadba2fdf720a17fac752029c6a
[ "Apache-2.0" ]
null
null
null
toolkit/src/main/java/support/lfp/toolkit/BlurUtils.java
ftmtshuashua/ToolKit_AndroidX
46a0a8f881d49eadba2fdf720a17fac752029c6a
[ "Apache-2.0" ]
null
null
null
28.21
119
0.438261
22,054
package support.lfp.toolkit; import android.content.Context; import android.graphics.Bitmap; import android.renderscript.Allocation; import android.renderscript.Element; import android.renderscript.RenderScript; import android.renderscript.ScriptIntrinsicBlur; /** * <pre> * Tip: * 高斯模糊工具 * * Function: * *...
3e342557d5c228c3e847e39915b1266b35ca9acc
3,933
java
Java
src/main/java/cz/tefek/botdiril/voice/music/AudioQueueManager.java
493msi/botdiril
baf597f2be80d7f1fcfc3b2d36e7f167b824513b
[ "Apache-2.0" ]
null
null
null
src/main/java/cz/tefek/botdiril/voice/music/AudioQueueManager.java
493msi/botdiril
baf597f2be80d7f1fcfc3b2d36e7f167b824513b
[ "Apache-2.0" ]
null
null
null
src/main/java/cz/tefek/botdiril/voice/music/AudioQueueManager.java
493msi/botdiril
baf597f2be80d7f1fcfc3b2d36e7f167b824513b
[ "Apache-2.0" ]
null
null
null
25.211538
155
0.558607
22,055
package cz.tefek.botdiril.voice.music; import java.util.ArrayList; import java.util.Collections; import java.util.Deque; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.stream.Collectors; import com.sedmelluq.discord.lavaplayer.track.AudioTrack; import com.sedmelluq.disc...
3e34267cd6f42111256b7b4f083f59385d2f72ad
2,902
java
Java
runtime/binding-tls/src/test/java/io/aklivity/zilla/runtime/binding/tls/internal/streams/ClientFragmentedIT.java
jfallows/zilla
0efb3d0039da968038bcff63d7f45be6749cb2fe
[ "ECL-2.0", "Apache-2.0" ]
8
2021-12-23T14:52:07.000Z
2022-03-30T15:53:55.000Z
runtime/binding-tls/src/test/java/io/aklivity/zilla/runtime/binding/tls/internal/streams/ClientFragmentedIT.java
jfallows/zilla
0efb3d0039da968038bcff63d7f45be6749cb2fe
[ "ECL-2.0", "Apache-2.0" ]
6
2021-12-21T18:24:34.000Z
2022-03-23T17:15:02.000Z
runtime/binding-tls/src/test/java/io/aklivity/zilla/runtime/binding/tls/internal/streams/ClientFragmentedIT.java
jfallows/zilla
0efb3d0039da968038bcff63d7f45be6749cb2fe
[ "ECL-2.0", "Apache-2.0" ]
2
2022-01-02T02:30:28.000Z
2022-02-07T18:38:47.000Z
37.205128
92
0.725017
22,056
/* * Copyright 2021-2022 Aklivity Inc. * * Aklivity licenses this file to you 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...
3e34270df98ee1683c4942c26b7f1ae1fef8762d
3,961
java
Java
src/java/banco/Banco.java
LPicinin/WebPiadas
f21d4080bfa76a1064cf3ba72a2d706e333ec29c
[ "Apache-2.0" ]
3
2019-11-27T17:35:21.000Z
2019-11-27T18:00:02.000Z
src/java/banco/Banco.java
LPicinin/WebPiadas
f21d4080bfa76a1064cf3ba72a2d706e333ec29c
[ "Apache-2.0" ]
null
null
null
src/java/banco/Banco.java
LPicinin/WebPiadas
f21d4080bfa76a1064cf3ba72a2d706e333ec29c
[ "Apache-2.0" ]
null
null
null
24.75625
109
0.45847
22,057
package banco; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; public class Banco { private static Banco instance; private static int n; private boolean connected; private Connection connect = null; priv...
3e342741710df9ee089fffb70e9ca78773b35096
4,141
java
Java
server-postgresql/src/main/java/jp/chang/myclinic/serverpostgresql/db/myclinic/VisitRepository.java
hangilc/myclinic-spring
5d2befd7901439d8e8c0102e0c81cf356b5b38ba
[ "MIT" ]
null
null
null
server-postgresql/src/main/java/jp/chang/myclinic/serverpostgresql/db/myclinic/VisitRepository.java
hangilc/myclinic-spring
5d2befd7901439d8e8c0102e0c81cf356b5b38ba
[ "MIT" ]
2
2020-03-04T22:17:34.000Z
2020-03-21T05:58:49.000Z
server-postgresql/src/main/java/jp/chang/myclinic/serverpostgresql/db/myclinic/VisitRepository.java
hangilc/myclinic-spring
5d2befd7901439d8e8c0102e0c81cf356b5b38ba
[ "MIT" ]
null
null
null
48.717647
106
0.737745
22,058
package jp.chang.myclinic.serverpostgresql.db.myclinic; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.domain.Sort; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import o...
3e34284431c80b9f3d7dc5476774193560d4ca2d
1,427
java
Java
src/main/java/org/elasticsearch/gateway/Gateway.java
jillesvangurp/elasticsearch
326675b5f8a76eadb702837550daec34afdaf52f
[ "Apache-2.0" ]
24
2015-06-22T01:12:12.000Z
2021-02-21T21:58:27.000Z
src/main/java/org/elasticsearch/gateway/Gateway.java
jillesvangurp/elasticsearch
326675b5f8a76eadb702837550daec34afdaf52f
[ "Apache-2.0" ]
1
2019-09-27T07:46:34.000Z
2019-09-27T07:46:34.000Z
src/main/java/org/elasticsearch/gateway/Gateway.java
jillesvangurp/elasticsearch
326675b5f8a76eadb702837550daec34afdaf52f
[ "Apache-2.0" ]
9
2015-05-28T22:33:01.000Z
2022-01-11T03:28:40.000Z
31.711111
94
0.761037
22,059
/* * Licensed to ElasticSearch and Shay Banon under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. ElasticSearch licenses this * file to you under the Apache License, Version 2.0 (the * "License"); you may...
3e3428e91450d20926bef804c0b44d84c4d3a0fd
1,459
java
Java
for_calcuration/src/main/java/com/icloud/oswald/service/facade/processes/MainProcess.java
qahub-tv/for-review
4c43a88d005331e9e4cbc693df2c6df647a3907c
[ "MIT" ]
null
null
null
for_calcuration/src/main/java/com/icloud/oswald/service/facade/processes/MainProcess.java
qahub-tv/for-review
4c43a88d005331e9e4cbc693df2c6df647a3907c
[ "MIT" ]
1
2018-03-29T00:29:25.000Z
2018-03-29T14:54:29.000Z
for_calcuration/src/main/java/com/icloud/oswald/service/facade/processes/MainProcess.java
qahub-tv/for-review
4c43a88d005331e9e4cbc693df2c6df647a3907c
[ "MIT" ]
null
null
null
31.042553
91
0.617546
22,060
package com.icloud.oswald.service.facade.processes; import java.io.IOException; import java.nio.file.Path; import java.nio.file.Paths; import java.util.List; import org.apache.commons.lang3.StringUtils; import com.icloud.oswald.model.rowdata.Text; import com.icloud.oswald.service.facade.Facade; import com.icloud.oswal...
3e342911d8a80974a536f6832e503b285d6d0d44
13,850
java
Java
_src/org.example.school.parent/org.example.school.model/src/org/example/school/school/impl/SchoolPackageImpl.java
paullewallencom/xtext-xtend-978-1-7864-6496-5
6afb6a49e6252c0d5d5c1eb3680dc9a81d9be790
[ "Apache-2.0" ]
5
2020-02-17T05:48:50.000Z
2022-02-16T14:31:39.000Z
_src/org.example.school.parent/org.example.school.model/src/org/example/school/school/impl/SchoolPackageImpl.java
paullewallencom/xtext-xtend-978-1-7864-6496-5
6afb6a49e6252c0d5d5c1eb3680dc9a81d9be790
[ "Apache-2.0" ]
null
null
null
_src/org.example.school.parent/org.example.school.model/src/org/example/school/school/impl/SchoolPackageImpl.java
paullewallencom/xtext-xtend-978-1-7864-6496-5
6afb6a49e6252c0d5d5c1eb3680dc9a81d9be790
[ "Apache-2.0" ]
2
2021-03-22T07:15:45.000Z
2021-07-05T02:48:32.000Z
30.174292
245
0.702816
22,061
/** */ package org.example.school.school.impl; import java.lang.Iterable; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EDataType; import org.eclipse.emf.ecore.EGenericType; import org.eclipse.emf.ecore.EOperation; import org.eclipse.emf.ecore.EPackage; imp...
3e34298be7467f134a4ad0a424db0ab7c11448b6
320
java
Java
sql2o-core/src/main/java/scorpio/exception/BaseRuntimeException.java
fishlikewater/easy-sql
0f4a9f968a2cf67611b68581a86c5be3be10c2c4
[ "Apache-2.0" ]
2
2019-04-19T13:34:35.000Z
2019-12-02T07:05:43.000Z
sql2o-core/src/main/java/scorpio/exception/BaseRuntimeException.java
fishlikewater/easy-sql
0f4a9f968a2cf67611b68581a86c5be3be10c2c4
[ "Apache-2.0" ]
null
null
null
sql2o-core/src/main/java/scorpio/exception/BaseRuntimeException.java
fishlikewater/easy-sql
0f4a9f968a2cf67611b68581a86c5be3be10c2c4
[ "Apache-2.0" ]
null
null
null
20
62
0.665625
22,062
package scorpio.exception; public class BaseRuntimeException extends RuntimeException { public BaseRuntimeException(String msg, Throwable cause) { super(msg, cause); } public BaseRuntimeException(String msg) { super(msg); } public BaseRuntimeException() { super(); } }
3e342a714e1b0cc8eaca3c47a4a3988b3ad674ca
8,662
java
Java
Validators.java
flowstone/JavaToolCode
21fcedcd43999fd0842a93dd942bece8d233b3d3
[ "MIT" ]
2
2018-12-03T12:47:05.000Z
2019-12-05T06:57:32.000Z
Validators.java
flowstone/Awersome-Java-Utils-Code
21fcedcd43999fd0842a93dd942bece8d233b3d3
[ "MIT" ]
null
null
null
Validators.java
flowstone/Awersome-Java-Utils-Code
21fcedcd43999fd0842a93dd942bece8d233b3d3
[ "MIT" ]
1
2020-11-26T01:33:25.000Z
2020-11-26T01:33:25.000Z
24.468927
118
0.510506
22,063
package org.xueyao.utils; import java.util.Collection; import java.util.Map; import java.util.regex.Pattern; /** * 一些基本的字符串,集合,数字等校验工具 * * @author xuan * @version $Revision: 1.0 $, $Date: 2012-11-22 上午9:44:21 $ */ public abstract class Validators { /** * 简体中文的正则表达式。 */ private static final Str...
3e342c1e18c008623c4d70a2beffbfd2aaec0441
6,569
java
Java
src/com/android/settings/development/MockLocationAppPreferenceController.java
abun880007/Resurrection_packages_apps_Settings
58ae3cad0b33e77447688aa4da26dbb8b9e2899e
[ "Apache-2.0" ]
1
2019-01-28T03:31:39.000Z
2019-01-28T03:31:39.000Z
src/com/android/settings/development/MockLocationAppPreferenceController.java
abun880007/Resurrection_packages_apps_Settings
58ae3cad0b33e77447688aa4da26dbb8b9e2899e
[ "Apache-2.0" ]
3
2019-09-19T15:51:44.000Z
2019-10-23T07:32:06.000Z
src/com/android/settings/development/MockLocationAppPreferenceController.java
abun880007/Resurrection_packages_apps_Settings
58ae3cad0b33e77447688aa4da26dbb8b9e2899e
[ "Apache-2.0" ]
4
2019-09-19T14:02:21.000Z
2019-10-26T15:33:46.000Z
39.10119
97
0.68397
22,064
/* * Copyright (C) 2017 The Android Open Source Project * * 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 app...
3e342c76b4865de4ca2c9ff5d80cd48c2f14dfb4
416
java
Java
CSCD210 Programming Principals I/Assignment 21/Arrays.java
EthanTuning/School-Work
160fcb83264c70c1daf6b3d8b638c868b2033ae7
[ "MIT" ]
1
2020-10-14T20:07:41.000Z
2020-10-14T20:07:41.000Z
CSCD210 Programming Principals I/Assignment 21/Arrays.java
EthanTuning/School-Work
160fcb83264c70c1daf6b3d8b638c868b2033ae7
[ "MIT" ]
null
null
null
CSCD210 Programming Principals I/Assignment 21/Arrays.java
EthanTuning/School-Work
160fcb83264c70c1daf6b3d8b638c868b2033ae7
[ "MIT" ]
1
2021-08-29T13:47:56.000Z
2021-08-29T13:47:56.000Z
29.714286
72
0.629808
22,065
public class Arrays { public static void sort(final Book [] myBooks, final ISBNSort type) { if (myBooks == null) throw new RuntimeException("Parameters Incorrect."); }//end method public static void sort(final Book [] myBooks, final TitleSort type) { if (myBooks == null...
3e342cc51be1af62c85acefaa95497fed63f36e4
1,946
java
Java
src/main/java/gov/nasa/pds/tools/label/Value.java
NASA-PDS-Incubator/pds3-product-tools
a7deb96494210d7e356a2260714ee358bca13621
[ "Apache-2.0" ]
null
null
null
src/main/java/gov/nasa/pds/tools/label/Value.java
NASA-PDS-Incubator/pds3-product-tools
a7deb96494210d7e356a2260714ee358bca13621
[ "Apache-2.0" ]
6
2019-06-24T22:23:00.000Z
2019-12-13T00:30:18.000Z
src/main/java/gov/nasa/pds/tools/label/Value.java
NASA-PDS-Incubator/pds3-product-tools
a7deb96494210d7e356a2260714ee358bca13621
[ "Apache-2.0" ]
null
null
null
41.404255
79
0.760021
22,066
// Copyright 2019, California Institute of Technology ("Caltech"). // U.S. Government sponsorship acknowledged. // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // • Redistributions of so...
3e342ceea1857bec5872842f43c09021d8e7d5a1
1,744
java
Java
plugins/html-viewer/src/main/java/org/nakedobjects/plugins/html/action/view/FieldCollectionView.java
Corpus-2021/nakedobjects-4.0.0
37ee250d4c8da969eac76749420064ca4c918e8e
[ "Apache-2.0" ]
null
null
null
plugins/html-viewer/src/main/java/org/nakedobjects/plugins/html/action/view/FieldCollectionView.java
Corpus-2021/nakedobjects-4.0.0
37ee250d4c8da969eac76749420064ca4c918e8e
[ "Apache-2.0" ]
null
null
null
plugins/html-viewer/src/main/java/org/nakedobjects/plugins/html/action/view/FieldCollectionView.java
Corpus-2021/nakedobjects-4.0.0
37ee250d4c8da969eac76749420064ca4c918e8e
[ "Apache-2.0" ]
1
2021-02-22T15:40:05.000Z
2021-02-22T15:40:05.000Z
42.536585
123
0.767775
22,067
package org.nakedobjects.plugins.html.action.view; import org.nakedobjects.metamodel.adapter.NakedObject; import org.nakedobjects.metamodel.spec.NakedObjectSpecification; import org.nakedobjects.metamodel.spec.feature.OneToManyAssociation; import org.nakedobjects.plugins.html.action.view.util.TableUtil; import org.nak...
3e342dd5d047247d29b6ad75a32c1e6c7aa89a89
515
java
Java
spring-framework-demo/src/main/java/com/ant/context/service/UserService.java
juntao1108/spring-framework-5.0.X
b70d921c407fca88fac918c7251b2c67572d0b58
[ "Apache-2.0" ]
13
2019-02-18T00:52:02.000Z
2020-11-17T14:23:14.000Z
spring-framework-demo/src/main/java/com/ant/context/service/UserService.java
juntao1108/spring-framework-5.0.X
b70d921c407fca88fac918c7251b2c67572d0b58
[ "Apache-2.0" ]
null
null
null
spring-framework-demo/src/main/java/com/ant/context/service/UserService.java
juntao1108/spring-framework-5.0.X
b70d921c407fca88fac918c7251b2c67572d0b58
[ "Apache-2.0" ]
5
2019-08-29T05:45:06.000Z
2021-03-16T03:44:26.000Z
13.918919
46
0.662136
22,068
package com.ant.context.service; import org.springframework.stereotype.Service; /** * @author Ant * @ClassName: UserService * @Description: TODO * @datetime 2018/11/8 19:53 * @Version 1.0 */ @Service public class UserService { private String ant; public UserService(Ant ant) { } public void query() { S...
3e342e349f27dc9407cbdf6e061f81a45f98a015
85
java
Java
002-creatingpattern/src/com/com/simplefactory/ICar.java
heheiscool/23designpattern
1ae1e26fbae3b5e779461bbe5061a3345ded5cea
[ "Apache-2.0" ]
null
null
null
002-creatingpattern/src/com/com/simplefactory/ICar.java
heheiscool/23designpattern
1ae1e26fbae3b5e779461bbe5061a3345ded5cea
[ "Apache-2.0" ]
null
null
null
002-creatingpattern/src/com/com/simplefactory/ICar.java
heheiscool/23designpattern
1ae1e26fbae3b5e779461bbe5061a3345ded5cea
[ "Apache-2.0" ]
null
null
null
14.166667
30
0.729412
22,069
package com.com.simplefactory; public interface ICar { public void product(); }
3e342e8453de81ef3a79d6a3a4b2f71aa71c4235
5,485
java
Java
2nd Application/explorerlist/src/gr/aegean/math/explorerlist/listTopComponent.java
dsimop/SoftwareDevelopmentFrameworks
9fc24ce08936edd4814bde15cae2e4ba69150f93
[ "MIT" ]
null
null
null
2nd Application/explorerlist/src/gr/aegean/math/explorerlist/listTopComponent.java
dsimop/SoftwareDevelopmentFrameworks
9fc24ce08936edd4814bde15cae2e4ba69150f93
[ "MIT" ]
null
null
null
2nd Application/explorerlist/src/gr/aegean/math/explorerlist/listTopComponent.java
dsimop/SoftwareDevelopmentFrameworks
9fc24ce08936edd4814bde15cae2e4ba69150f93
[ "MIT" ]
null
null
null
37.965278
110
0.699835
22,070
package gr.aegean.math.explorerlist; import gr.aegean.math.nodes.SocialNetworkChildren; import gr.aegean.math.sn.SocialNetwork; import gr.aegean.math.sn.User; import java.awt.BorderLayout; import java.beans.PropertyVetoException; import java.util.ArrayList; import java.util.List; import org.netbeans.api.settings.Conve...
3e342ebab5f11a49b98dc6a713628a93e05c50bf
365
java
Java
Biblioteca/src/br/com/ufc/exception/AJCException.java
juniiorsaldanha/Biblioteca
537293b3960a5a700f488ceeabb79def0a796c44
[ "MIT" ]
1
2020-06-19T02:17:01.000Z
2020-06-19T02:17:01.000Z
Biblioteca/src/br/com/ufc/exception/AJCException.java
juniiorsaldanha/Biblioteca
537293b3960a5a700f488ceeabb79def0a796c44
[ "MIT" ]
null
null
null
Biblioteca/src/br/com/ufc/exception/AJCException.java
juniiorsaldanha/Biblioteca
537293b3960a5a700f488ceeabb79def0a796c44
[ "MIT" ]
1
2022-03-19T21:26:19.000Z
2022-03-19T21:26:19.000Z
21.470588
79
0.687671
22,071
/* * 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 br.com.ufc.exception; /** * * @author ronny */ public class AJCException extends Exception { public AJCException() { ...
3e342fa93653a5472cbf406becfa91ddd8ae5abd
1,923
java
Java
app/src/main/java/com/michael/bitcoinapp/NewsAdapter.java
openmichael/BitcoinApp
9f0e71f16e11b5de6bc6fcea8d043612424eee55
[ "MIT" ]
null
null
null
app/src/main/java/com/michael/bitcoinapp/NewsAdapter.java
openmichael/BitcoinApp
9f0e71f16e11b5de6bc6fcea8d043612424eee55
[ "MIT" ]
null
null
null
app/src/main/java/com/michael/bitcoinapp/NewsAdapter.java
openmichael/BitcoinApp
9f0e71f16e11b5de6bc6fcea8d043612424eee55
[ "MIT" ]
null
null
null
28.279412
109
0.674987
22,072
package com.michael.bitcoinapp; import android.content.Intent; import android.net.Uri; import android.support.v7.widget.RecyclerView; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import utilities.DailyNews; /** ...
3e342fe17af0db00dd2ca4285443d5c5e838991b
859
java
Java
src/main/java/vn/t3h/controller/HomeController.java
Yuh06/spring-ecomer
6122fcaf00b81a4e1ae824423a8462345bf19bd3
[ "Apache-2.0" ]
null
null
null
src/main/java/vn/t3h/controller/HomeController.java
Yuh06/spring-ecomer
6122fcaf00b81a4e1ae824423a8462345bf19bd3
[ "Apache-2.0" ]
null
null
null
src/main/java/vn/t3h/controller/HomeController.java
Yuh06/spring-ecomer
6122fcaf00b81a4e1ae824423a8462345bf19bd3
[ "Apache-2.0" ]
2
2020-08-18T10:45:27.000Z
2020-09-16T12:44:48.000Z
26.84375
62
0.771828
22,073
package vn.t3h.controller; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; import vn.t3h.services.HomeService; @Cont...
3e3430cdfdf743528c393c1f9d534e17d3400740
4,327
java
Java
data/src/main/java/com/justplay1/shoppist/entity/ProductDAO.java
justplay1/Shoppist
b82a6b6f19cc363743a63d7761680d97b64e26d5
[ "Apache-2.0" ]
1
2016-08-20T09:03:23.000Z
2016-08-20T09:03:23.000Z
data/src/main/java/com/justplay1/shoppist/entity/ProductDAO.java
justplay1/Shoppist
b82a6b6f19cc363743a63d7761680d97b64e26d5
[ "Apache-2.0" ]
null
null
null
data/src/main/java/com/justplay1/shoppist/entity/ProductDAO.java
justplay1/Shoppist
b82a6b6f19cc363743a63d7761680d97b64e26d5
[ "Apache-2.0" ]
null
null
null
30.687943
125
0.652184
22,074
/* * Copyright (C) 2016 Mkhytar Mkhoian * * 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...
3e34327c7f25fbaec5ba849b1c8506096e8725e8
4,205
java
Java
backend/de.metas.manufacturing.rest-api/src/main/java/de/metas/manufacturing/rest_api/v2/ManufacturingOrderAPIService.java
dram/metasfresh
a1b881a5b7df8b108d4c4ac03082b72c323873eb
[ "RSA-MD" ]
1,144
2016-02-14T10:29:35.000Z
2022-03-30T09:50:41.000Z
backend/de.metas.manufacturing.rest-api/src/main/java/de/metas/manufacturing/rest_api/v2/ManufacturingOrderAPIService.java
dram/metasfresh
a1b881a5b7df8b108d4c4ac03082b72c323873eb
[ "RSA-MD" ]
8,283
2016-04-28T17:41:34.000Z
2022-03-30T13:30:12.000Z
backend/de.metas.manufacturing.rest-api/src/main/java/de/metas/manufacturing/rest_api/v2/ManufacturingOrderAPIService.java
dram/metasfresh
a1b881a5b7df8b108d4c4ac03082b72c323873eb
[ "RSA-MD" ]
441
2016-04-29T08:06:07.000Z
2022-03-28T06:09:56.000Z
36.25
113
0.812366
22,075
/* * #%L * de.metas.manufacturing.rest-api * %% * Copyright (C) 2021 metas GmbH * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 2 of the * License, or (at your optio...
3e3432e67d426c726a529727a4b3d73251d672dc
1,690
java
Java
android/src/main/java/com/malacca/ttad/TTadViewManager.java
malacca/react-native-ttad
d5f4ef0212a31206b53319d8c04e541046f28a12
[ "MIT" ]
4
2019-12-17T01:53:47.000Z
2020-05-29T10:31:55.000Z
android/src/main/java/com/malacca/ttad/TTadViewManager.java
malacca/react-native-ttad
d5f4ef0212a31206b53319d8c04e541046f28a12
[ "MIT" ]
1
2019-12-06T02:05:14.000Z
2020-01-17T02:34:34.000Z
android/src/main/java/com/malacca/ttad/TTadViewManager.java
malacca/react-native-ttad
d5f4ef0212a31206b53319d8c04e541046f28a12
[ "MIT" ]
2
2019-12-05T07:48:28.000Z
2020-06-16T02:53:20.000Z
31.296296
91
0.693491
22,076
package com.malacca.ttad; import java.util.Map; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.facebook.react.common.MapBuilder; import com.facebook.react.bridge.ReadableMap; import com.facebook.react.uimanager.SimpleViewManager; import com.facebook.react.uimanager.ReactStylesDif...
3e3433a4d958b0d88baed2b1524e97d335ff9762
1,673
java
Java
GediCore/src/gedi/util/orm/special/IntervalTreeSpecialSerializer.java
erhard-lab/gedi
4d045235873a720f12bd7799d136c2e1fa70af83
[ "Apache-2.0" ]
17
2018-03-13T11:02:02.000Z
2021-12-31T06:30:39.000Z
GediCore/src/gedi/util/orm/special/IntervalTreeSpecialSerializer.java
erhard-lab/gedi
4d045235873a720f12bd7799d136c2e1fa70af83
[ "Apache-2.0" ]
67
2018-03-14T00:47:12.000Z
2022-03-16T12:03:42.000Z
GediCore/src/gedi/util/orm/special/IntervalTreeSpecialSerializer.java
erhard-lab/gedi
4d045235873a720f12bd7799d136c2e1fa70af83
[ "Apache-2.0" ]
7
2018-07-28T15:39:10.000Z
2021-12-04T01:32:21.000Z
32.803922
109
0.737597
22,077
/** * * Copyright 2017 Florian Erhard * * 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 applica...
3e3433d33be1fadcf0ee2afe01809f5f61f69555
2,612
java
Java
runelite-client/src/main/java/net/runelite/client/plugins/stretchedmode/StretchedModeConfig.java
ejedev/runelite
a8de2b6d2465987cbd8f1962579dfdbb6ea81ef4
[ "BSD-2-Clause" ]
4,320
2016-05-10T02:31:13.000Z
2022-03-30T02:21:42.000Z
runelite-client/src/main/java/net/runelite/client/plugins/stretchedmode/StretchedModeConfig.java
ejedev/runelite
a8de2b6d2465987cbd8f1962579dfdbb6ea81ef4
[ "BSD-2-Clause" ]
11,197
2016-12-27T16:07:13.000Z
2022-03-31T23:32:34.000Z
runelite-client/src/main/java/net/runelite/client/plugins/stretchedmode/StretchedModeConfig.java
ejedev/runelite
a8de2b6d2465987cbd8f1962579dfdbb6ea81ef4
[ "BSD-2-Clause" ]
6,362
2016-05-11T15:20:38.000Z
2022-03-31T22:24:54.000Z
33.922078
101
0.757657
22,078
/* * Copyright (c) 2018, Lotto <https://github.com/devLotto> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, th...
3e34347164fa7733e6a9f56ef8d6ef34cb62d3a5
535
java
Java
Vjezbe06/Zadatak6/src/main/java/hr/fer/java/vjezbe/zadatak6/Zadatak6Application.java
ssporer/FerVjezbe
a15b3b69d86de3decea621ff36ac336762b87282
[ "MIT" ]
1
2017-10-31T10:36:45.000Z
2017-10-31T10:36:45.000Z
Vjezbe06/Zadatak6/src/main/java/hr/fer/java/vjezbe/zadatak6/Zadatak6Application.java
ssporer/FerVjezbe
a15b3b69d86de3decea621ff36ac336762b87282
[ "MIT" ]
null
null
null
Vjezbe06/Zadatak6/src/main/java/hr/fer/java/vjezbe/zadatak6/Zadatak6Application.java
ssporer/FerVjezbe
a15b3b69d86de3decea621ff36ac336762b87282
[ "MIT" ]
null
null
null
33.4375
77
0.824299
22,079
package hr.fer.java.vjezbe.zadatak6; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Bean; import org.springframework.web.servlet.config.annotation.InterceptorRegistry; import org.springframework.web.s...
3e3434aeff55dfb414b589daf9360ce8e34afce3
1,733
java
Java
builder/src/main/java/cz/xtf/builder/builders/ConfigMapBuilder.java
mackaypeter/xtf
42a422c2564cbe1793392c73cab142880ccd0927
[ "MIT" ]
9
2017-08-10T09:30:07.000Z
2022-02-27T14:34:17.000Z
builder/src/main/java/cz/xtf/builder/builders/ConfigMapBuilder.java
mackaypeter/xtf
42a422c2564cbe1793392c73cab142880ccd0927
[ "MIT" ]
200
2017-10-12T05:36:53.000Z
2022-03-18T10:27:29.000Z
builder/src/main/java/cz/xtf/builder/builders/ConfigMapBuilder.java
mackaypeter/xtf
42a422c2564cbe1793392c73cab142880ccd0927
[ "MIT" ]
46
2017-09-11T14:25:58.000Z
2021-09-10T06:52:26.000Z
30.946429
123
0.672822
22,080
package cz.xtf.builder.builders; import java.util.HashMap; import java.util.Map; import java.util.function.Function; import java.util.stream.Collectors; import io.fabric8.kubernetes.api.model.ConfigMap; public class ConfigMapBuilder extends AbstractBuilder<ConfigMap, ConfigMapBuilder> implements EnvironmentConfigura...
3e3436f66ceca3e1dff40adf972a464844514a15
2,655
java
Java
src/main/java/org/terasology/adventureassets/traps/passwordDoor/PasswordDoorScreen.java
meetcshah19/AdventureAssets
f6f4e3a8d003493aaad3a12db0e281a42ff01e54
[ "Apache-2.0" ]
null
null
null
src/main/java/org/terasology/adventureassets/traps/passwordDoor/PasswordDoorScreen.java
meetcshah19/AdventureAssets
f6f4e3a8d003493aaad3a12db0e281a42ff01e54
[ "Apache-2.0" ]
null
null
null
src/main/java/org/terasology/adventureassets/traps/passwordDoor/PasswordDoorScreen.java
meetcshah19/AdventureAssets
f6f4e3a8d003493aaad3a12db0e281a42ff01e54
[ "Apache-2.0" ]
null
null
null
34.480519
85
0.716761
22,081
/* * Copyright 2017 MovingBlocks * * 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 t...
3e343800f91103b963a16e6c066b4e1c51f1b4ce
1,813
java
Java
src/main/java/org/jcluster/kmedians/KMedians.java
rupakc/jCluster
a8ab2f4b479a34e0fd5792b837f2ee2d69d94f4b
[ "MIT" ]
null
null
null
src/main/java/org/jcluster/kmedians/KMedians.java
rupakc/jCluster
a8ab2f4b479a34e0fd5792b837f2ee2d69d94f4b
[ "MIT" ]
null
null
null
src/main/java/org/jcluster/kmedians/KMedians.java
rupakc/jCluster
a8ab2f4b479a34e0fd5792b837f2ee2d69d94f4b
[ "MIT" ]
null
null
null
27.892308
92
0.737452
22,082
package org.jcluster.kmedians; import java.util.ArrayList; import java.util.List; import org.jcluster.dao.Center; import org.jcluster.dao.Cluster; import org.jcluster.dao.Point; import org.jcluster.util.ClusterUtil; /** * Implements the KMedians algorithm * @author Rupak Chakraborty * @since 21 May, 2016 */ pub...
3e343843ee9ffee7666b555cbfffa85f6abc14ee
6,674
java
Java
src/main/java/application/database/UsersDatabaseHandler.java
microclimate-devops/saveory.users.microservice
decb7448cdff79adf79a2b71eb712ed7d35fa1fa
[ "Apache-2.0", "MIT" ]
null
null
null
src/main/java/application/database/UsersDatabaseHandler.java
microclimate-devops/saveory.users.microservice
decb7448cdff79adf79a2b71eb712ed7d35fa1fa
[ "Apache-2.0", "MIT" ]
null
null
null
src/main/java/application/database/UsersDatabaseHandler.java
microclimate-devops/saveory.users.microservice
decb7448cdff79adf79a2b71eb712ed7d35fa1fa
[ "Apache-2.0", "MIT" ]
null
null
null
28.767241
128
0.686994
22,083
package application.database; import java.nio.charset.StandardCharsets; import java.util.ArrayList; import java.util.List; import org.bson.Document; import org.bson.types.ObjectId; import com.google.common.hash.Hashing; import com.mongodb.BasicDBObject; import com.mongodb.MongoClient; import com.mongodb.MongoClientURI...