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
923dfced3b533dd7fdc863add5989ea3c252b1a7
3,331
java
Java
deps/java/src/main/java/com/antgroup/antchain/openapi/deps/models/BatchqueryMachinegroupProgressRequest.java
alipay/antchain-openapi-prod-sdk
f78549e5135d91756093bd88d191ca260b28e083
[ "MIT" ]
6
2020-06-28T06:40:50.000Z
2022-02-25T11:02:18.000Z
deps/java/src/main/java/com/antgroup/antchain/openapi/deps/models/BatchqueryMachinegroupProgressRequest.java
alipay/antchain-openapi-prod-sdk
f78549e5135d91756093bd88d191ca260b28e083
[ "MIT" ]
null
null
null
deps/java/src/main/java/com/antgroup/antchain/openapi/deps/models/BatchqueryMachinegroupProgressRequest.java
alipay/antchain-openapi-prod-sdk
f78549e5135d91756093bd88d191ca260b28e083
[ "MIT" ]
6
2020-06-30T09:29:03.000Z
2022-01-07T10:42:22.000Z
25.234848
110
0.667667
1,000,569
// This file is auto-generated, don't edit it. Thanks. package com.antgroup.antchain.openapi.deps.models; import com.aliyun.tea.*; public class BatchqueryMachinegroupProgressRequest extends TeaModel { @NameInMap("auth_token") public String authToken; @NameInMap("tenant") public String tenant; //...
923dfd06a9b122c9e16a25bbf84ea296193a2d1b
1,041
java
Java
notifier/src/main/java/com/example/presentation/websocket/WebSocketNotifier.java
Fintan-contents/example-chat
f1285cd5bf1af50a80d6660f0be927fc33f64d37
[ "Apache-2.0" ]
8
2021-02-16T08:57:24.000Z
2022-02-07T06:09:40.000Z
notifier/src/main/java/com/example/presentation/websocket/WebSocketNotifier.java
Fintan-contents/example-chat
f1285cd5bf1af50a80d6660f0be927fc33f64d37
[ "Apache-2.0" ]
null
null
null
notifier/src/main/java/com/example/presentation/websocket/WebSocketNotifier.java
Fintan-contents/example-chat
f1285cd5bf1af50a80d6660f0be927fc33f64d37
[ "Apache-2.0" ]
3
2022-01-25T02:59:56.000Z
2022-02-27T20:11:40.000Z
25.390244
84
0.68684
1,000,570
package com.example.presentation.websocket; import java.io.IOException; import javax.websocket.Session; import com.example.domain.model.AccountId; import com.example.domain.model.Payload; import com.example.system.nablarch.handler.Notifier; import nablarch.core.log.Logger; import nablarch.core.log.LoggerManager; p...
923dfdfb7818a9ce6d2a9824b434f2cf45884afb
8,528
java
Java
Quiz/app/src/main/java/com/example/quiz/MainActivity.java
harshitjain1371999/Assignment_3
5955747aa64cad3174913e9fe987da8b06b48129
[ "MIT" ]
null
null
null
Quiz/app/src/main/java/com/example/quiz/MainActivity.java
harshitjain1371999/Assignment_3
5955747aa64cad3174913e9fe987da8b06b48129
[ "MIT" ]
null
null
null
Quiz/app/src/main/java/com/example/quiz/MainActivity.java
harshitjain1371999/Assignment_3
5955747aa64cad3174913e9fe987da8b06b48129
[ "MIT" ]
null
null
null
35.09465
121
0.524508
1,000,571
package com.example.quiz; import android.graphics.Color; import android.os.CountDownTimer; import android.os.Handler; import android.os.Looper; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.content.Intent; import android.view.View; import android....
923dfe8d515e2c3dcbe952313e78128cd11efe0e
439
java
Java
src/main/java/com/xpeppers/salestaxes/property/Property.java
paolomontana/sales-taxes-problem
bacfb0bdfc02b4430e73ee16aba75cef19f18c36
[ "Unlicense" ]
null
null
null
src/main/java/com/xpeppers/salestaxes/property/Property.java
paolomontana/sales-taxes-problem
bacfb0bdfc02b4430e73ee16aba75cef19f18c36
[ "Unlicense" ]
null
null
null
src/main/java/com/xpeppers/salestaxes/property/Property.java
paolomontana/sales-taxes-problem
bacfb0bdfc02b4430e73ee16aba75cef19f18c36
[ "Unlicense" ]
null
null
null
19.086957
75
0.715262
1,000,572
package com.xpeppers.salestaxes.property; import org.springframework.boot.context.properties.ConfigurationProperties; @ConfigurationProperties(prefix = "tax") public class Property { private int basic; private int duty; public int getBasic() { return basic; } public int getDuty() { return duty; } pu...
923dfefada962d5240b586ee9fcfdb34d42de5c6
3,377
java
Java
roj/kscript/parser/expr/Chained.java
roj234/rojlib
670fb138a212e072e5466f0cf7286162d0159eff
[ "MIT" ]
3
2021-12-11T02:00:38.000Z
2022-02-14T20:29:29.000Z
roj/kscript/parser/expr/Chained.java
roj234/rojlib
670fb138a212e072e5466f0cf7286162d0159eff
[ "MIT" ]
4
2022-01-31T06:47:55.000Z
2022-02-14T20:20:52.000Z
roj/kscript/parser/expr/Chained.java
roj234/rojlib
670fb138a212e072e5466f0cf7286162d0159eff
[ "MIT" ]
1
2021-11-08T23:39:57.000Z
2021-11-08T23:39:57.000Z
28.863248
80
0.617412
1,000,573
/* * This file is a part of MI * * The MIT License (MIT) * * Copyright (c) 2021 Roj234 * * 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 limita...
923dff2f7add98c9c8826d347bcbc200a4fab5f8
2,943
java
Java
src/main/java/com/wang/util/common/SerializableUtil.java
bugking-cyw/AuthShiro
f35b4cbb1851f882f82f9e8bb410932384c1cd5b
[ "MIT" ]
490
2019-05-10T10:38:18.000Z
2022-03-31T08:15:04.000Z
src/main/java/com/wang/util/common/SerializableUtil.java
bugking-cyw/AuthShiro
f35b4cbb1851f882f82f9e8bb410932384c1cd5b
[ "MIT" ]
18
2019-05-15T01:39:47.000Z
2022-02-12T13:59:05.000Z
src/main/java/com/wang/util/common/SerializableUtil.java
bugking-cyw/AuthShiro
f35b4cbb1851f882f82f9e8bb410932384c1cd5b
[ "MIT" ]
224
2019-05-10T10:38:20.000Z
2022-03-23T02:37:21.000Z
31.98913
109
0.56439
1,000,574
package com.wang.util.common; import com.wang.exception.CustomException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.*; /** * Serializable工具(JDK)(也可以使用Protobuf自行百度) * @author dolyw.com * @date 2018/9/4 15:13 */ public class SerializableUtil { private SerializableUtil() {} /*...
923dffaed11d4983f9c8319760193f4dc6d94ca9
2,341
java
Java
DIA-Umpire/DIA-Umpire/src/MSUmpire/PSMDataStructure/EnzymeManager.java
CheYulin/DIA-Umpire-Maven
a3e855e71006336826525b8ab324affbd2372d0f
[ "MIT" ]
1
2017-12-28T02:37:07.000Z
2017-12-28T02:37:07.000Z
DIA-Umpire/DIA-Umpire/src/MSUmpire/PSMDataStructure/EnzymeManager.java
CheYulin/DIA-Umpire-Maven
a3e855e71006336826525b8ab324affbd2372d0f
[ "MIT" ]
null
null
null
DIA-Umpire/DIA-Umpire/src/MSUmpire/PSMDataStructure/EnzymeManager.java
CheYulin/DIA-Umpire-Maven
a3e855e71006336826525b8ab324affbd2372d0f
[ "MIT" ]
null
null
null
32.736111
106
0.700891
1,000,575
/* * Author: Chih-Chiang Tsou <upchh@example.com> * Nesvizhskii Lab, Department of Computational Medicine and Bioinformatics, * University of Michigan, Ann Arbor * * Copyright 2014 University of Michigan, Ann Arbor, MI * * Licensed under the Apache License, Version 2.0 (the "License"); ...
923e00248c5e958b87761a0fe61533ba275a4aec
7,897
java
Java
com/planet_ink/coffee_mud/Races/Rabbit.java
RothchildDeSt/McMUD
9bdbb54465b96a3c99034788f53a207e1184733f
[ "Apache-2.0" ]
1
2019-11-22T14:10:04.000Z
2019-11-22T14:10:04.000Z
com/planet_ink/coffee_mud/Races/Rabbit.java
RothchildDeSt/McMUD
9bdbb54465b96a3c99034788f53a207e1184733f
[ "Apache-2.0" ]
null
null
null
com/planet_ink/coffee_mud/Races/Rabbit.java
RothchildDeSt/McMUD
9bdbb54465b96a3c99034788f53a207e1184733f
[ "Apache-2.0" ]
null
null
null
25.556634
116
0.673547
1,000,576
package com.planet_ink.coffee_mud.Races; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.planet...
923e00d8b490dbb60af7cca6d8c98e564c6e3003
4,263
java
Java
Other projects/CaseStudies/AnomicFTPD/src/de/anomic/ftpd/cachedClassLoader.java
ccol002/larva-rv-tool
c33174154b6656377c76842abf471e664e9def09
[ "MIT" ]
2
2020-08-06T15:16:11.000Z
2021-03-08T21:16:08.000Z
Other projects/CaseStudies/AnomicFTPD/src/de/anomic/ftpd/cachedClassLoader.java
ccol002/larva-rv-tool
c33174154b6656377c76842abf471e664e9def09
[ "MIT" ]
null
null
null
Other projects/CaseStudies/AnomicFTPD/src/de/anomic/ftpd/cachedClassLoader.java
ccol002/larva-rv-tool
c33174154b6656377c76842abf471e664e9def09
[ "MIT" ]
4
2018-02-15T16:06:46.000Z
2020-05-24T10:14:39.000Z
36.706897
79
0.717238
1,000,577
// cachedClassLoader.java // ----------------------- // (C) by Michael Peter Christen; hzdkv@example.com // first published on http://www.anomic.de // Frankfurt, Germany, 2004 // last major change: 11.03.2004 // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Ge...
923e0119e7d3ff120f3e162ed50fa7f2212d8da8
2,546
java
Java
gemfire-junit/src/main/java/com/gemstone/gemfire/internal/cache/OplogEntryIdSetJUnitTest.java
xyxiaoyou/snappy-store
013ff282f888878cc99600e260ec1cde60112304
[ "Apache-2.0" ]
38
2016-01-04T01:31:40.000Z
2020-04-07T06:35:36.000Z
gemfire-junit/src/main/java/com/gemstone/gemfire/internal/cache/OplogEntryIdSetJUnitTest.java
xyxiaoyou/snappy-store
013ff282f888878cc99600e260ec1cde60112304
[ "Apache-2.0" ]
261
2016-01-07T09:14:26.000Z
2019-12-05T10:15:56.000Z
gemfire-junit/src/main/java/com/gemstone/gemfire/internal/cache/OplogEntryIdSetJUnitTest.java
xyxiaoyou/snappy-store
013ff282f888878cc99600e260ec1cde60112304
[ "Apache-2.0" ]
22
2016-03-09T05:47:09.000Z
2020-04-02T17:55:30.000Z
29.604651
77
0.690102
1,000,578
/* * Copyright (c) 2010-2015 Pivotal Software, 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 req...
923e01f9f38d01b16eec71f923641bd7c0ff4bf5
382
java
Java
open-metadata-implementation/adapters/open-connectors/governance-daemon-connectors/open-lineage-connectors/janus-connector/src/main/java/org/odpi/openmetadata/openconnectors/governancedaemonconnectors/openlineageconnectors/janusconnector/utils/EdgeLabels.java
ruxandraRosu/egeria
f3906b67455fc0cd94df6480aefd45060690094e
[ "Apache-2.0" ]
null
null
null
open-metadata-implementation/adapters/open-connectors/governance-daemon-connectors/open-lineage-connectors/janus-connector/src/main/java/org/odpi/openmetadata/openconnectors/governancedaemonconnectors/openlineageconnectors/janusconnector/utils/EdgeLabels.java
ruxandraRosu/egeria
f3906b67455fc0cd94df6480aefd45060690094e
[ "Apache-2.0" ]
2
2019-09-24T18:35:21.000Z
2019-09-24T19:48:48.000Z
open-metadata-implementation/adapters/open-connectors/governance-daemon-connectors/open-lineage-connectors/janus-connector/src/main/java/org/odpi/openmetadata/openconnectors/governancedaemonconnectors/openlineageconnectors/janusconnector/utils/EdgeLabels.java
ruxandraRosu/egeria
f3906b67455fc0cd94df6480aefd45060690094e
[ "Apache-2.0" ]
null
null
null
31.833333
115
0.790576
1,000,579
/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.utils; public enum EdgeLabels { SCHEMA_ATTRIBUTE_TYPE, ATTRIBUTE_FOR_SCHEMA, GLOSSARY_TERM, SEM...
923e022af0efb849f26d34596a8e1c9b7f7301e5
3,064
java
Java
apiAuth/src/main/java/io/disordinary/react/APIAUTH.java
disordinary/APIAuthAndroid
4c2ae6d1c961b0cdc2cea34f0cf3b860b178cf37
[ "MIT" ]
null
null
null
apiAuth/src/main/java/io/disordinary/react/APIAUTH.java
disordinary/APIAuthAndroid
4c2ae6d1c961b0cdc2cea34f0cf3b860b178cf37
[ "MIT" ]
null
null
null
apiAuth/src/main/java/io/disordinary/react/APIAUTH.java
disordinary/APIAuthAndroid
4c2ae6d1c961b0cdc2cea34f0cf3b860b178cf37
[ "MIT" ]
null
null
null
26.877193
107
0.719321
1,000,580
package io.disordinary.react; import javax.annotation.Nullable; import com.facebook.common.logging.FLog; import com.facebook.infer.annotation.Assertions; import com.facebook.react.bridge.Arguments; import com.facebook.react.bridge.Callback; import com.facebook.react.bridge.GuardedAsyncTask; import com.facebook.react....
923e02be5485975da748d0004bc655c099fb8c5d
2,058
java
Java
api/src/test/java/com/sourceallies/android/zonebeacon/data/model/SystemTypeTest.java
jonchapmansai/zonebeacon
7758cda14a348c5a94910e05eb2006ebd131b24c
[ "Apache-2.0" ]
4
2016-12-05T20:17:13.000Z
2020-04-15T14:43:58.000Z
api/src/test/java/com/sourceallies/android/zonebeacon/data/model/SystemTypeTest.java
jonchapmansai/zonebeacon
7758cda14a348c5a94910e05eb2006ebd131b24c
[ "Apache-2.0" ]
null
null
null
api/src/test/java/com/sourceallies/android/zonebeacon/data/model/SystemTypeTest.java
jonchapmansai/zonebeacon
7758cda14a348c5a94910e05eb2006ebd131b24c
[ "Apache-2.0" ]
2
2017-03-20T07:48:19.000Z
2019-07-16T21:00:33.000Z
28.583333
118
0.670554
1,000,581
/* * Copyright (C) 2016 Source Allies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
923e02c6398967cd8e85bc602de4521fd69471e7
3,466
java
Java
languages/languageDesign/feedback/problem/problem/source_gen/jetbrains/mps/lang/feedback/problem/editor/ProblemPointsToKindRoot_SubstituteMenu.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
languages/languageDesign/feedback/problem/problem/source_gen/jetbrains/mps/lang/feedback/problem/editor/ProblemPointsToKindRoot_SubstituteMenu.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
languages/languageDesign/feedback/problem/problem/source_gen/jetbrains/mps/lang/feedback/problem/editor/ProblemPointsToKindRoot_SubstituteMenu.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
48.816901
286
0.804097
1,000,582
package jetbrains.mps.lang.feedback.problem.editor; /*Generated by MPS */ import jetbrains.mps.nodeEditor.menus.substitute.SubstituteMenuBase; import org.jetbrains.annotations.NotNull; import java.util.List; import jetbrains.mps.lang.editor.menus.MenuPart; import jetbrains.mps.openapi.editor.menus.substitute.Substitu...
923e0392d9d127bfe1454ed7d252d22e7739ea8a
419
java
Java
hkc-code/src/main/java/org/hackercjc/hck/arithmetic/InsertSort.java
HackerCJC/sunflower-bible
6a4b32b0c649fa8aee9ee470a5e7c89c7675b9e6
[ "Apache-2.0" ]
null
null
null
hkc-code/src/main/java/org/hackercjc/hck/arithmetic/InsertSort.java
HackerCJC/sunflower-bible
6a4b32b0c649fa8aee9ee470a5e7c89c7675b9e6
[ "Apache-2.0" ]
null
null
null
hkc-code/src/main/java/org/hackercjc/hck/arithmetic/InsertSort.java
HackerCJC/sunflower-bible
6a4b32b0c649fa8aee9ee470a5e7c89c7675b9e6
[ "Apache-2.0" ]
null
null
null
20.95
58
0.520286
1,000,583
package org.hackercjc.hck.arithmetic; public class InsertSort { public static void main(String[] args) { } public void insertSort(int[] arr) { for (int i = 1; i < arr.length; i++) { // for (int j = arr.length-i -1 ; j>) } } public static void swap(int[] arr, int from, ...
923e03c28a4d59b728e533bd4e8a7b0e6a01505a
1,091
java
Java
src/main/java/com/podio/oauth/OAuthAPI.java
OvalUK/podio-java
c1382d60f1cd9b25b350d7f1a1c191e8b96c8c01
[ "MIT" ]
13
2015-01-13T12:23:00.000Z
2018-05-21T17:57:50.000Z
src/main/java/com/podio/oauth/OAuthAPI.java
OvalUK/podio-java
c1382d60f1cd9b25b350d7f1a1c191e8b96c8c01
[ "MIT" ]
23
2015-01-12T21:29:22.000Z
2020-09-09T16:59:14.000Z
src/main/java/com/podio/oauth/OAuthAPI.java
OvalUK/podio-java
c1382d60f1cd9b25b350d7f1a1c191e8b96c8c01
[ "MIT" ]
18
2015-02-19T23:40:55.000Z
2021-07-19T11:16:17.000Z
34.09375
73
0.781852
1,000,584
package com.podio.oauth; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.MultivaluedMap; import com.podio.BaseAPI; import com.podio.ResourceFactory; import com.sun.jersey.api.client.WebResource; import com.sun.jersey.api.client.filter.HTTPBasicAuthFilter; import com.sun.jersey.core.util.Multivalue...
923e03e75022314db7b8be9d867f58954e5a39c2
86
java
Java
src/main/java/com/flexicore/interfaces/WebSocketPlugin.java
wizzdi/flexicore-boot-vintage
8fdf299f2b7711f7ccac08656a1e2894c219ddb6
[ "Apache-2.0" ]
null
null
null
src/main/java/com/flexicore/interfaces/WebSocketPlugin.java
wizzdi/flexicore-boot-vintage
8fdf299f2b7711f7ccac08656a1e2894c219ddb6
[ "Apache-2.0" ]
null
null
null
src/main/java/com/flexicore/interfaces/WebSocketPlugin.java
wizzdi/flexicore-boot-vintage
8fdf299f2b7711f7ccac08656a1e2894c219ddb6
[ "Apache-2.0" ]
null
null
null
17.2
48
0.837209
1,000,585
package com.flexicore.interfaces; public interface WebSocketPlugin extends Plugin{ }
923e04a4a02be0e99ce4eecc06750a48588223e9
4,977
java
Java
EarlySleep/app/src/main/java/com/earlysleep/Activity/ChooseLingshen.java
earlysleep/earlysleep
cf918f6d2a1e2232c64bdc2f4e799fca23526fa3
[ "Apache-2.0" ]
null
null
null
EarlySleep/app/src/main/java/com/earlysleep/Activity/ChooseLingshen.java
earlysleep/earlysleep
cf918f6d2a1e2232c64bdc2f4e799fca23526fa3
[ "Apache-2.0" ]
null
null
null
EarlySleep/app/src/main/java/com/earlysleep/Activity/ChooseLingshen.java
earlysleep/earlysleep
cf918f6d2a1e2232c64bdc2f4e799fca23526fa3
[ "Apache-2.0" ]
null
null
null
25.01005
105
0.630299
1,000,586
package com.earlysleep.Activity; import android.database.Cursor; import android.media.MediaPlayer; import android.media.Ringtone; import android.media.RingtoneManager; import android.os.Bundle; import android.view.View; import android.view.animation.Animation; import android.view.animation.RotateAnimation; import andr...
923e0521d19e57b52fd6d7ec478d86ad208e2442
13,249
java
Java
google/apps/drive/activity/v2/google-apps-drive-activity-v2-java/grpc-google-apps-drive-activity-v2-java/src/main/java/com/google/apps/drive/activity/v2/DriveActivityServiceGrpc.java
googleapis/googleapis-gen
d84824c78563d59b0e58d5664bfaa430e9ad7e7a
[ "Apache-2.0" ]
7
2021-02-21T10:39:41.000Z
2021-12-07T07:31:28.000Z
google/apps/drive/activity/v2/google-apps-drive-activity-v2-java/grpc-google-apps-drive-activity-v2-java/src/main/java/com/google/apps/drive/activity/v2/DriveActivityServiceGrpc.java
googleapis/googleapis-gen
d84824c78563d59b0e58d5664bfaa430e9ad7e7a
[ "Apache-2.0" ]
6
2021-02-02T23:46:11.000Z
2021-11-15T01:46:02.000Z
google/apps/drive/activity/v2/google-apps-drive-activity-v2-java/grpc-google-apps-drive-activity-v2-java/src/main/java/com/google/apps/drive/activity/v2/DriveActivityServiceGrpc.java
googleapis/googleapis-gen
d84824c78563d59b0e58d5664bfaa430e9ad7e7a
[ "Apache-2.0" ]
4
2021-01-28T23:25:45.000Z
2021-08-30T01:55:16.000Z
42.329073
180
0.731829
1,000,587
package com.google.apps.drive.activity.v2; import static io.grpc.MethodDescriptor.generateFullMethodName; /** * <pre> * Service for querying activity on Drive items. Activity is user * or system action on Drive items that happened in the past. A Drive item can * be a file or folder, or a Team Drive. * </pre> */...
923e05b6f1d6ca3ef55856da4f5157cffd088fb3
1,115
java
Java
src/main/java/com/yoyo/leetcode/case61/Solution.java
jsxzliyou/leetcode-training
cc101516f731a5578c25c1bf0669245b28f15d89
[ "MIT" ]
null
null
null
src/main/java/com/yoyo/leetcode/case61/Solution.java
jsxzliyou/leetcode-training
cc101516f731a5578c25c1bf0669245b28f15d89
[ "MIT" ]
null
null
null
src/main/java/com/yoyo/leetcode/case61/Solution.java
jsxzliyou/leetcode-training
cc101516f731a5578c25c1bf0669245b28f15d89
[ "MIT" ]
null
null
null
25.340909
55
0.509417
1,000,588
package main.java.com.yoyo.leetcode.case61; public class Solution { public ListNode rotateRight(ListNode head, int k) { if (head == null) return null; if (head.next == null) return head; /* * 应该先将链表闭合成环然后再在合适的位置将链表断开即可 * 1、循环链表记录链表的长度 * 2、将表尾的next赋值为head ...
923e07437068bcb0195f438f6de30326f3432b96
1,881
java
Java
src/main/runners/ExperimentalRunner.java
xzhangpeijin/MovieChainRunner
81f46cb62034661651831c00e9f4ee86f7bcdcbf
[ "Apache-2.0" ]
null
null
null
src/main/runners/ExperimentalRunner.java
xzhangpeijin/MovieChainRunner
81f46cb62034661651831c00e9f4ee86f7bcdcbf
[ "Apache-2.0" ]
null
null
null
src/main/runners/ExperimentalRunner.java
xzhangpeijin/MovieChainRunner
81f46cb62034661651831c00e9f4ee86f7bcdcbf
[ "Apache-2.0" ]
null
null
null
30.33871
86
0.715045
1,000,589
package main.runners; import java.io.File; import java.io.IOException; import java.net.URL; import java.util.ArrayList; import java.util.List; import java.util.Set; import java.util.concurrent.atomic.AtomicInteger; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; import main.Ma...
923e07d5e456fb68c976b490a6b2c74e1ec339ab
486
java
Java
Algorithms, PART I/week2/BagStacksQueues/source/stack/LinkedStackOfStrings.java
nando-cezar/data-structure
160720fffadc146b4d1ae797af00e005cb99c344
[ "MIT" ]
null
null
null
Algorithms, PART I/week2/BagStacksQueues/source/stack/LinkedStackOfStrings.java
nando-cezar/data-structure
160720fffadc146b4d1ae797af00e005cb99c344
[ "MIT" ]
null
null
null
Algorithms, PART I/week2/BagStacksQueues/source/stack/LinkedStackOfStrings.java
nando-cezar/data-structure
160720fffadc146b4d1ae797af00e005cb99c344
[ "MIT" ]
null
null
null
18
35
0.537037
1,000,590
public class LinkedStackOfStrings { private Node first = null; private class Node{ String item; Node next; } public boolean isEmpty(){ return first == null; } public void push(String item){ Node oldFirst = first; first = new Node(); first.i...
923e07f6726e49a6a4e09605e123fd10f7e0ba16
200
java
Java
src/main/java/com/venti/model/dto/UserRegisterDTO.java
Godlumen/MineMine
7572a685875ded5af79e7c2a04bde2e467f09202
[ "Apache-2.0" ]
null
null
null
src/main/java/com/venti/model/dto/UserRegisterDTO.java
Godlumen/MineMine
7572a685875ded5af79e7c2a04bde2e467f09202
[ "Apache-2.0" ]
null
null
null
src/main/java/com/venti/model/dto/UserRegisterDTO.java
Godlumen/MineMine
7572a685875ded5af79e7c2a04bde2e467f09202
[ "Apache-2.0" ]
null
null
null
16.666667
30
0.735
1,000,591
package com.venti.model.dto; import lombok.Data; @Data public class UserRegisterDTO { private String mail; private String mobile; private String verifyCode; private String passwd; }
923e09775e090ccc9951fb8953bcc0b6f9f2472e
1,814
java
Java
src/main/java/com/all4canid/link/rest/ImportNewContractClientAdapter.java
wsapiens/kafka-link
ee98f396ab2f34b9830a3dcba23ed6506667f89a
[ "MIT" ]
null
null
null
src/main/java/com/all4canid/link/rest/ImportNewContractClientAdapter.java
wsapiens/kafka-link
ee98f396ab2f34b9830a3dcba23ed6506667f89a
[ "MIT" ]
null
null
null
src/main/java/com/all4canid/link/rest/ImportNewContractClientAdapter.java
wsapiens/kafka-link
ee98f396ab2f34b9830a3dcba23ed6506667f89a
[ "MIT" ]
null
null
null
23.868421
97
0.750827
1,000,592
package com.all4canid.link.rest; import java.util.List; import java.util.Optional; import org.apache.commons.lang3.StringUtils; import org.springframework.http.ResponseEntity; import com.all4canid.link.domain.job.LinkJob; //@Component("importNewContractClient") //@Scope("prototype") public class ImportNewContractCl...
923e098d6644dcd164ff03c696ec80992cf61c4e
4,275
java
Java
splash/barcodeScanner/src/main/java/cn/hugo/android/scanner/PreferencesFragment.java
VictorXianwu/vscan
084231117f5b63f14a9a1271cd24abfaf3bdcad6
[ "MIT" ]
null
null
null
splash/barcodeScanner/src/main/java/cn/hugo/android/scanner/PreferencesFragment.java
VictorXianwu/vscan
084231117f5b63f14a9a1271cd24abfaf3bdcad6
[ "MIT" ]
null
null
null
splash/barcodeScanner/src/main/java/cn/hugo/android/scanner/PreferencesFragment.java
VictorXianwu/vscan
084231117f5b63f14a9a1271cd24abfaf3bdcad6
[ "MIT" ]
null
null
null
37.5
105
0.641871
1,000,593
package cn.hugo.android.scanner; /** * Created by Victor on 2015/3/20. */ import java.net.URI; import java.net.URISyntaxException; import java.util.ArrayList; import java.util.Collection; import android.app.AlertDialog; import android.content.SharedPreferences; import android.os.Bundle; import android.preference.Ch...
923e09f68a7653c897ac5cd76e107302c45003f8
24,737
java
Java
src/main/java/com/ibm/ioc/TypeUtils.java
IBM/java-ioc
503cbece61a84cd0b4013a70b1d42a31937499ff
[ "Apache-2.0" ]
4
2020-07-29T05:45:39.000Z
2021-10-18T17:52:59.000Z
src/main/java/com/ibm/ioc/TypeUtils.java
IBM/java-ioc
503cbece61a84cd0b4013a70b1d42a31937499ff
[ "Apache-2.0" ]
null
null
null
src/main/java/com/ibm/ioc/TypeUtils.java
IBM/java-ioc
503cbece61a84cd0b4013a70b1d42a31937499ff
[ "Apache-2.0" ]
1
2020-09-20T05:04:49.000Z
2020-09-20T05:04:49.000Z
32.463255
117
0.650766
1,000,594
/* * Copyright (c) IBM Corporation 2020. All Rights Reserved. * Project name: java-ioc * This project is licensed under the Apache License 2.0, see LICENSE. */ package com.ibm.ioc; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.la...
923e0aa323d76e2d6e4029c8a6aa0840108f9357
3,822
java
Java
swift-base/swift-base-io/src/main/java/com/fr/swift/cube/io/impl/fineio/output/ByteArrayFineIoWriter.java
rofinily/intelli-swift-core
9d293d42f54041cf18f996f3004d09bd9f27b1a7
[ "Apache-2.0" ]
null
null
null
swift-base/swift-base-io/src/main/java/com/fr/swift/cube/io/impl/fineio/output/ByteArrayFineIoWriter.java
rofinily/intelli-swift-core
9d293d42f54041cf18f996f3004d09bd9f27b1a7
[ "Apache-2.0" ]
null
null
null
swift-base/swift-base-io/src/main/java/com/fr/swift/cube/io/impl/fineio/output/ByteArrayFineIoWriter.java
rofinily/intelli-swift-core
9d293d42f54041cf18f996f3004d09bd9f27b1a7
[ "Apache-2.0" ]
null
null
null
32.117647
138
0.664574
1,000,595
package com.fr.swift.cube.io.impl.fineio.output; import com.fr.swift.cube.io.impl.fineio.input.LongFineIoReader; import com.fr.swift.cube.io.input.LongReader; import com.fr.swift.cube.io.output.ByteArrayWriter; import com.fr.swift.cube.io.output.ByteWriter; import com.fr.swift.cube.io.output.IntWriter; import com.fr.s...
923e0af1e9e5f11982f061d3162bb7374a811f6a
235
java
Java
examples/src/main/java/net/jbock/examples/AllFlagsArguments.java
AlexRogalskiy/jbock
cb2c78a7bc2164bbf763e7f28e8b84b4530cfef0
[ "MIT" ]
null
null
null
examples/src/main/java/net/jbock/examples/AllFlagsArguments.java
AlexRogalskiy/jbock
cb2c78a7bc2164bbf763e7f28e8b84b4530cfef0
[ "MIT" ]
1
2021-11-16T02:34:18.000Z
2021-11-16T02:34:28.000Z
examples/src/main/java/net/jbock/examples/AllFlagsArguments.java
AlexRogalskiy/jbock
cb2c78a7bc2164bbf763e7f28e8b84b4530cfef0
[ "MIT" ]
null
null
null
15.666667
34
0.744681
1,000,596
package net.jbock.examples; import net.jbock.Command; import net.jbock.Option; @Command abstract class AllFlagsArguments { @Option("smallFlag") abstract boolean smallFlag(); @Option("bigFlag") abstract Boolean bigFlag(); }
923e0b7b9c104c6d4ad26ce1126dc65ed215e17e
1,548
java
Java
modules/core/src/main/java/org/mapton/core/actions/ClearBackgroundImageAction.java
trixon/netbeans-mapton
fe97a40e99053c014d35b8d3e0db291e3623385f
[ "Apache-2.0" ]
null
null
null
modules/core/src/main/java/org/mapton/core/actions/ClearBackgroundImageAction.java
trixon/netbeans-mapton
fe97a40e99053c014d35b8d3e0db291e3623385f
[ "Apache-2.0" ]
1
2018-05-05T13:47:23.000Z
2018-05-05T13:47:23.000Z
modules/core/src/main/java/org/mapton/core/actions/ClearBackgroundImageAction.java
trixon/netbeans-mapton
fe97a40e99053c014d35b8d3e0db291e3623385f
[ "Apache-2.0" ]
null
null
null
32.93617
92
0.752584
1,000,597
/* * Copyright 2022 Patrik Karlström. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
923e0c0eaf46aabc1046b9243f944ab34a103f5b
3,735
java
Java
afero-sdk-core/src/main/java/io/afero/sdk/conclave/CompressedInputStream.java
marnberg/AferoJavaSDK
731c40dadf40a3eb0b05180c264b816ed69bed86
[ "MIT" ]
null
null
null
afero-sdk-core/src/main/java/io/afero/sdk/conclave/CompressedInputStream.java
marnberg/AferoJavaSDK
731c40dadf40a3eb0b05180c264b816ed69bed86
[ "MIT" ]
2
2021-07-09T22:03:33.000Z
2021-07-15T20:41:16.000Z
afero-sdk-core/src/main/java/io/afero/sdk/conclave/CompressedInputStream.java
marnberg/AferoJavaSDK
731c40dadf40a3eb0b05180c264b816ed69bed86
[ "MIT" ]
2
2021-07-06T17:33:35.000Z
2021-08-12T20:57:00.000Z
27.873134
70
0.52423
1,000,598
/* * Copyright (c) 2014-2017 Afero, Inc. All rights reserved. */ package io.afero.sdk.conclave; import java.io.EOFException; import java.io.FilterInputStream; import java.io.IOException; import java.io.InputStream; import java.util.zip.DataFormatException; import java.util.zip.Inflater; public class CompressedInpu...
923e0c5d9d95aafecf091bd50458f60aaff2cbdd
6,258
java
Java
src/GUI/GUI.java
kylemarino22/equationSolver
2ffa1fe60a3a705c260d269dfa40f7029fbe6cd7
[ "MIT" ]
2
2018-04-23T20:51:23.000Z
2019-12-05T02:11:18.000Z
src/GUI/GUI.java
kylemarino22/equationSolver
2ffa1fe60a3a705c260d269dfa40f7029fbe6cd7
[ "MIT" ]
null
null
null
src/GUI/GUI.java
kylemarino22/equationSolver
2ffa1fe60a3a705c260d269dfa40f7029fbe6cd7
[ "MIT" ]
null
null
null
38.392638
110
0.654043
1,000,599
package GUI; import GUI.Components.CheckBox; import GUI.Components.TextBox; import GUI.GraphicsUtils.*; import GUI.Components.Button; import GUI.Components.TextField; import com.sun.corba.se.impl.orbutil.graph.Graph; import java.awt.image.BufferedImage; import java.awt.*; import static GUI.Events.EventManager.setNew...
923e0c77236d948f58cfd9f050e19be09a59db33
3,453
java
Java
src/main/java/duelistmod/cards/ComicHand.java
ascriptmaster/StS-DuelistMod
251c29117779f0e75c3424263e669b720f35ed1a
[ "Unlicense" ]
3
2019-06-20T08:52:04.000Z
2020-06-17T19:32:05.000Z
src/main/java/duelistmod/cards/ComicHand.java
ascriptmaster/StS-DuelistMod
251c29117779f0e75c3424263e669b720f35ed1a
[ "Unlicense" ]
7
2019-04-22T12:26:08.000Z
2021-01-18T02:45:58.000Z
src/main/java/duelistmod/cards/ComicHand.java
ascriptmaster/StS-DuelistMod
251c29117779f0e75c3424263e669b720f35ed1a
[ "Unlicense" ]
2
2019-12-06T14:30:34.000Z
2020-03-29T15:43:02.000Z
29.767241
97
0.703446
1,000,600
package duelistmod.cards; import com.megacrit.cardcrawl.actions.AbstractGameAction.AttackEffect; import com.megacrit.cardcrawl.cards.AbstractCard; import com.megacrit.cardcrawl.characters.AbstractPlayer; import com.megacrit.cardcrawl.core.CardCrawlGame; import com.megacrit.cardcrawl.localization.CardStrings; import co...
923e0cb5b6ae8f2aa8861ef9d3b0a753ccba1669
946
java
Java
dubbo-user/user-api/src/main/java/com/funi/distributedcomputer/dubbo/user/constants/ResponseCodeEnum.java
zengshunyao/dubbo-parent
749ec62107166457fa04bc2cc8c725015dd6f0b4
[ "Apache-2.0" ]
null
null
null
dubbo-user/user-api/src/main/java/com/funi/distributedcomputer/dubbo/user/constants/ResponseCodeEnum.java
zengshunyao/dubbo-parent
749ec62107166457fa04bc2cc8c725015dd6f0b4
[ "Apache-2.0" ]
2
2020-05-15T21:54:50.000Z
2021-01-21T00:32:27.000Z
dubbo-user/user-api/src/main/java/com/funi/distributedcomputer/dubbo/user/constants/ResponseCodeEnum.java
zengshunyao/dubbo-parent
749ec62107166457fa04bc2cc8c725015dd6f0b4
[ "Apache-2.0" ]
null
null
null
24.25641
58
0.628964
1,000,601
package com.funi.distributedcomputer.dubbo.user.constants; public enum ResponseCodeEnum { /** * 公共系统返回码 (第四位是0) */ SYS_SUCCESS("000000", "成功"), SYS_PARAM_NOT_RIGHT("001001", "请求数据校验失败"), QUERY_DATA_NOT_EXIST("001002", "查询数据不存在"), STATUS_NOT_RIGHT("001003", "数据状态校验不通过"), REQUEST_DATA_...
923e0d276c35f5d98d526f5bcd905a1bd121ad31
4,137
java
Java
Libs_jPOI/src/anywheresoftware/b4j/objects/PoiSheetWrapper.java
AnywhereSoftware/B4J
5bf4943476306587a86a98e59f659a7ed7f79306
[ "Apache-2.0" ]
26
2020-03-10T00:52:00.000Z
2022-03-19T02:16:02.000Z
Libs_jPOI/src/anywheresoftware/b4j/objects/PoiSheetWrapper.java
AnywhereSoftware/B4J
5bf4943476306587a86a98e59f659a7ed7f79306
[ "Apache-2.0" ]
null
null
null
Libs_jPOI/src/anywheresoftware/b4j/objects/PoiSheetWrapper.java
AnywhereSoftware/B4J
5bf4943476306587a86a98e59f659a7ed7f79306
[ "Apache-2.0" ]
5
2020-03-10T18:45:33.000Z
2022-03-27T08:54:01.000Z
32.069767
114
0.726372
1,000,602
/* * Copyright 2010 - 2020 Anywhere Software (www.b4x.com) * * 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 ...
923e0d6248f416196a40b49b014a58f3b01323d9
7,068
java
Java
kattisJava/Solutions/src/Week3/A/MasteringMastermind.java
naturalnumber/kattis
bd2e1f3422edc3cb3b5653bc5af59238ca87acd1
[ "MIT" ]
null
null
null
kattisJava/Solutions/src/Week3/A/MasteringMastermind.java
naturalnumber/kattis
bd2e1f3422edc3cb3b5653bc5af59238ca87acd1
[ "MIT" ]
null
null
null
kattisJava/Solutions/src/Week3/A/MasteringMastermind.java
naturalnumber/kattis
bd2e1f3422edc3cb3b5653bc5af59238ca87acd1
[ "MIT" ]
null
null
null
26.772727
104
0.514148
1,000,603
package Week3.A; import java.io.BufferedOutputStream; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.PrintWriter; import java.util.StringTokenizer; import javax.swing.J...
923e0ed490a9a078bec3fa192b4d9ca52223a0d9
12,454
java
Java
officefloor/core/officecompiler/src/main/impl/net/officefloor/compile/impl/structure/GovernanceNodeImpl.java
officefloor/OfficeFloor
16c73ac87019d27de6df16c54c976a295db184ea
[ "Apache-2.0" ]
17
2019-09-30T08:23:01.000Z
2021-12-20T04:51:03.000Z
officefloor/core/officecompiler/src/main/impl/net/officefloor/compile/impl/structure/GovernanceNodeImpl.java
officefloor/OfficeFloor
16c73ac87019d27de6df16c54c976a295db184ea
[ "Apache-2.0" ]
880
2019-07-08T04:31:14.000Z
2022-03-16T20:16:03.000Z
officefloor/core/officecompiler/src/main/impl/net/officefloor/compile/impl/structure/GovernanceNodeImpl.java
officefloor/OfficeFloor
16c73ac87019d27de6df16c54c976a295db184ea
[ "Apache-2.0" ]
3
2019-09-30T08:22:37.000Z
2021-10-13T10:05:24.000Z
32.015424
113
0.736711
1,000,604
/*- * #%L * OfficeCompiler * %% * Copyright (C) 2005 - 2020 Daniel Sagenschneider * %% * 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...
923e0f7734b11bdf78dbe710ed19a61e8755d047
964
java
Java
projectmanager-server/src/main/java/com/springboot/bo/ParentTaskVO.java
UpasakGanguly/FSD-SBA-FINAL-PROJECT
7ab8e8361495da3966648f9369a654f516226ef2
[ "MIT" ]
null
null
null
projectmanager-server/src/main/java/com/springboot/bo/ParentTaskVO.java
UpasakGanguly/FSD-SBA-FINAL-PROJECT
7ab8e8361495da3966648f9369a654f516226ef2
[ "MIT" ]
1
2019-01-23T03:06:45.000Z
2019-01-23T03:06:45.000Z
projectmanager-server/src/main/java/com/springboot/bo/ParentTaskVO.java
UpasakGanguly/FSD-SBA-FINAL-PROJECT
7ab8e8361495da3966648f9369a654f516226ef2
[ "MIT" ]
null
null
null
18.538462
56
0.661826
1,000,605
package com.springboot.bo; /** * @author 555194 * */ public class ParentTaskVO { private Long parentTaskId; private String parentTaskName; private String projectId; /** * @return the parentTaskId */ public Long getParentTaskId() { return parentTaskId; } /** * @param parentTaskId th...
923e1033e986223976264e58731855254d83fbb9
242
java
Java
platform-admin/src/main/java/com/platform/dao/SysSmsLogDao.java
SJshenjian/platform
c5c0f72179dc7cadc569bff3e37027c91fc3c975
[ "Apache-2.0" ]
1
2019-03-04T00:13:39.000Z
2019-03-04T00:13:39.000Z
platform-admin/src/main/java/com/platform/dao/SysSmsLogDao.java
SJshenjian/platform
c5c0f72179dc7cadc569bff3e37027c91fc3c975
[ "Apache-2.0" ]
null
null
null
platform-admin/src/main/java/com/platform/dao/SysSmsLogDao.java
SJshenjian/platform
c5c0f72179dc7cadc569bff3e37027c91fc3c975
[ "Apache-2.0" ]
null
null
null
16.466667
64
0.732794
1,000,606
package com.platform.dao; import com.platform.entity.SysSmsLogEntity; /** * 发送短信日志Dao * * @author Jian Shen * @email nnheo@example.com * @date 2017-12-16 23:38:05 */ public interface SysSmsLogDao extends BaseDao<SysSmsLogEntity> { }
923e11c1d6486f92b3d9e788f3e6beb6757efdac
7,741
java
Java
src/main/java/com/practice/reverseEngineering/entity/TAlarmEvent.java
Higmin/practise
0db798654a2747c0e3b3507df433926221d6e3d9
[ "Apache-2.0" ]
30
2019-06-25T08:59:04.000Z
2022-01-07T03:36:43.000Z
src/main/java/com/practice/reverseEngineering/entity/TAlarmEvent.java
Higmin/practise
0db798654a2747c0e3b3507df433926221d6e3d9
[ "Apache-2.0" ]
null
null
null
src/main/java/com/practice/reverseEngineering/entity/TAlarmEvent.java
Higmin/practise
0db798654a2747c0e3b3507df433926221d6e3d9
[ "Apache-2.0" ]
11
2020-04-14T09:34:35.000Z
2022-02-24T09:03:42.000Z
35.509174
154
0.610128
1,000,607
package com.practice.reverseEngineering.entity; import java.util.Date; public class TAlarmEvent { private Integer id; private String type; private Date alarmTime; private String alarmContent; private String alarmKey; private String alarmValue; private Integer floorNumber; privat...
923e137124a93aff4a813264e8288c9af4f54c98
3,312
java
Java
connector/src/main/java/org/geysermc/connector/entity/living/animal/tameable/TameableEntity.java
2b2e/Geyser
1cffa3378f20a40a01ee727df434b4b05f9ce5cf
[ "MIT" ]
3,426
2019-07-08T18:15:08.000Z
2022-03-31T18:01:43.000Z
connector/src/main/java/org/geysermc/connector/entity/living/animal/tameable/TameableEntity.java
IkeVoodoo/Geyser
0b35449fb71861362c31d4f8195a6d66774a690a
[ "MIT" ]
2,337
2019-07-20T22:40:35.000Z
2022-03-31T19:49:09.000Z
connector/src/main/java/org/geysermc/connector/entity/living/animal/tameable/TameableEntity.java
IkeVoodoo/Geyser
0b35449fb71861362c31d4f8195a6d66774a690a
[ "MIT" ]
909
2019-07-08T18:33:07.000Z
2022-03-29T17:00:16.000Z
46
135
0.700483
1,000,608
/* * Copyright (c) 2019-2021 GeyserMC. http://geysermc.org * * 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,...
923e13d25df90f2adb5f2694f0e15fcba5a9ab67
4,745
java
Java
easy-pay-domain/src/main/java/com/panli/pay/service/domain/enums/ConstantDefine.java
hummer-team/plus-epay
949b3337c7519ee4e8366db9d6864ba312a8dbfa
[ "MIT" ]
null
null
null
easy-pay-domain/src/main/java/com/panli/pay/service/domain/enums/ConstantDefine.java
hummer-team/plus-epay
949b3337c7519ee4e8366db9d6864ba312a8dbfa
[ "MIT" ]
null
null
null
easy-pay-domain/src/main/java/com/panli/pay/service/domain/enums/ConstantDefine.java
hummer-team/plus-epay
949b3337c7519ee4e8366db9d6864ba312a8dbfa
[ "MIT" ]
null
null
null
51.597826
118
0.75732
1,000,609
/* * Copyright (c) 2021 LiGuo <hzdkv@example.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, ...
923e14bf07a27cfe2c25fc51e7c90803c0b93980
2,245
java
Java
weather-common/src/main/java/org/ccccye/weather/common/dto/he/Now.java
ccccye123/weather
68916657c2185f0c8a3cb64c3bab5db622e60ad2
[ "MIT" ]
2
2020-05-21T06:21:32.000Z
2020-09-12T08:13:22.000Z
weather-common/src/main/java/org/ccccye/weather/common/dto/he/Now.java
ccccye123/weather
68916657c2185f0c8a3cb64c3bab5db622e60ad2
[ "MIT" ]
1
2022-03-01T02:48:09.000Z
2022-03-01T02:48:09.000Z
weather-common/src/main/java/org/ccccye/weather/common/dto/he/Now.java
ccccye123/weather
68916657c2185f0c8a3cb64c3bab5db622e60ad2
[ "MIT" ]
1
2021-07-02T09:57:35.000Z
2021-07-02T09:57:35.000Z
17.96
48
0.579955
1,000,610
package org.ccccye.weather.common.dto.he; public class Now { private String cloud; private String cond_code; private String cond_txt; private String fl; private String hum; private String pcpn; private String pres; private String tmp; private String vis; private String wind_deg;...
923e152cdc5912754b182f92b2447e22dfce2624
396
java
Java
Java/15_Collection_framework/src/sec05/comparator/DescendingComparator.java
seungbin-kim/TIL
b6e98c57bf0b6b6c8b10451e47217379f9ab006d
[ "MIT" ]
null
null
null
Java/15_Collection_framework/src/sec05/comparator/DescendingComparator.java
seungbin-kim/TIL
b6e98c57bf0b6b6c8b10451e47217379f9ab006d
[ "MIT" ]
null
null
null
Java/15_Collection_framework/src/sec05/comparator/DescendingComparator.java
seungbin-kim/TIL
b6e98c57bf0b6b6c8b10451e47217379f9ab006d
[ "MIT" ]
null
null
null
23.294118
64
0.636364
1,000,611
package io.wisoft.java_seminar.chap15.sec05.comparator; import java.util.Comparator; public class DescendingComparator implements Comparator<Fruit> { @Override public int compare(Fruit o1, Fruit o2) { if (o1.price < o2.price) { return 1; // 가격이 적을 경우 뒤에 오게 한다. } else if (o1.price == o2.price) { ...
923e162a504c1ccceb74f76a052db3f3c42bb6a2
2,071
java
Java
bootable/src/main/java/com/joindata/inf/boot/mechanism/Jetty2Log4j2Bridge.java
bizwell/Pangu
fbc6ced0b39c718b2a2048a133b1a55deb04e48c
[ "Apache-2.0" ]
7
2018-02-28T05:46:38.000Z
2021-12-09T08:50:40.000Z
bootable/src/main/java/com/joindata/inf/boot/mechanism/Jetty2Log4j2Bridge.java
Rayeee/Pangu
c1bf7f30414e78b26ba96e2ec270a068e6ed3c8f
[ "Apache-2.0" ]
null
null
null
bootable/src/main/java/com/joindata/inf/boot/mechanism/Jetty2Log4j2Bridge.java
Rayeee/Pangu
c1bf7f30414e78b26ba96e2ec270a068e6ed3c8f
[ "Apache-2.0" ]
7
2018-02-28T05:36:07.000Z
2021-07-05T09:45:43.000Z
21.625
61
0.601156
1,000,612
package com.joindata.inf.boot.mechanism; import org.apache.logging.log4j.Level; import org.apache.logging.log4j.LogManager; import org.eclipse.jetty.util.log.AbstractLogger; import org.eclipse.jetty.util.log.Logger; /** * 将 Jetty 的日志转换到 Log4j2 中 * * @author <a href="mailto:hzdkv@example.com">宋翔</a> * ...
923e1632135bd9a8217bbd7d256d79999825e96b
2,101
java
Java
src/main/java/com/krepples/transitive/services/impl/DependencyServiceImpl.java
btylke/transitive
324fe02b52a86992ef2a64b56dac913939b914f5
[ "BSD-3-Clause" ]
null
null
null
src/main/java/com/krepples/transitive/services/impl/DependencyServiceImpl.java
btylke/transitive
324fe02b52a86992ef2a64b56dac913939b914f5
[ "BSD-3-Clause" ]
null
null
null
src/main/java/com/krepples/transitive/services/impl/DependencyServiceImpl.java
btylke/transitive
324fe02b52a86992ef2a64b56dac913939b914f5
[ "BSD-3-Clause" ]
null
null
null
30.449275
137
0.752023
1,000,613
package com.krepples.transitive.services.impl; import com.krepples.transitive.db.model.Dependency; import com.krepples.transitive.db.repositories.DependencyRepository; import com.krepples.transitive.services.DependencyService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.st...
923e16d37b81dfc5588832ca22ff7854b0f53de2
175
java
Java
ticket-api/domain/src/main/java/com/hexagonaldemo/ticketapi/account/port/AccountPort.java
Oruchan-Asar/Modular-Architecture-Hexagonal-Demo-Project
7fa94a170bc0a622af09ad60c5ce43d2689d430c
[ "MIT" ]
308
2021-01-13T10:57:35.000Z
2022-03-31T06:15:23.000Z
ticket-api/domain/src/main/java/com/hexagonaldemo/ticketapi/account/port/AccountPort.java
Oruchan-Asar/Modular-Architecture-Hexagonal-Demo-Project
7fa94a170bc0a622af09ad60c5ce43d2689d430c
[ "MIT" ]
8
2021-01-13T16:12:12.000Z
2021-07-19T17:01:28.000Z
ticket-api/domain/src/main/java/com/hexagonaldemo/ticketapi/account/port/AccountPort.java
Oruchan-Asar/Modular-Architecture-Hexagonal-Demo-Project
7fa94a170bc0a622af09ad60c5ce43d2689d430c
[ "MIT" ]
54
2021-01-13T12:30:15.000Z
2022-03-27T20:12:31.000Z
19.444444
57
0.8
1,000,614
package com.hexagonaldemo.ticketapi.account.port; import com.hexagonaldemo.ticketapi.account.model.Account; public interface AccountPort { Account retrieve(Long id); }
923e18f29401e2b93adb6a121df105dad1fdc265
350
java
Java
src/com/ertanayanlar/erserver/commands/PingCommand.java
OguzErtanAyanlar/ErServer
882b5ffa8ed4a3859db6452e5dd964b82d267b3e
[ "BSD-3-Clause" ]
1
2019-09-19T11:04:20.000Z
2019-09-19T11:04:20.000Z
src/com/ertanayanlar/erserver/commands/PingCommand.java
OguzErtanAyanlar/ErServer
882b5ffa8ed4a3859db6452e5dd964b82d267b3e
[ "BSD-3-Clause" ]
null
null
null
src/com/ertanayanlar/erserver/commands/PingCommand.java
OguzErtanAyanlar/ErServer
882b5ffa8ed4a3859db6452e5dd964b82d267b3e
[ "BSD-3-Clause" ]
null
null
null
23.333333
81
0.674286
1,000,615
package com.ertanayanlar.erserver.commands; import com.ertanayanlar.erserver.core.model.Command; public class PingCommand extends Command { public PingCommand() { super("ping", "Sends back pong ! as a message", false, true, true, true); } @Override public void run() { sendMessageToCom...
923e18ff828d574d6666dd621e30b64ad0e42adc
3,359
java
Java
com.rockwellcollins.atc.agree.analysis/src/com/rockwellcollins/atc/agree/analysis/TypeTable.java
philip-alldredge/AGREE
8a0cd05fd920318f67c9ddc3b574153acacab891
[ "BSD-3-Clause" ]
null
null
null
com.rockwellcollins.atc.agree.analysis/src/com/rockwellcollins/atc/agree/analysis/TypeTable.java
philip-alldredge/AGREE
8a0cd05fd920318f67c9ddc3b574153acacab891
[ "BSD-3-Clause" ]
null
null
null
com.rockwellcollins.atc.agree.analysis/src/com/rockwellcollins/atc/agree/analysis/TypeTable.java
philip-alldredge/AGREE
8a0cd05fd920318f67c9ddc3b574153acacab891
[ "BSD-3-Clause" ]
null
null
null
31.990476
105
0.733849
1,000,616
package com.rockwellcollins.atc.agree.analysis; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import com.rockwellcollins.atc.agree.AgreeTypeSystem; import jkind.lustre.ArrayType; import jkind.lustre.EnumType; import jkind.lustre.NamedTy...
923e19dfc9086d9fab9315606a3b3855183e1b44
1,471
java
Java
app/src/main/java/com/ariefzuhri/movee/core/data/source/remote/network/ApiResponse.java
ariefzuhri/Movee
9b94447e81001c2ae33ce45cc1f80f885e3406e0
[ "MIT" ]
1
2021-11-12T02:27:26.000Z
2021-11-12T02:27:26.000Z
app/src/main/java/com/ariefzuhri/movee/core/data/source/remote/network/ApiResponse.java
ariefzuhri/Movee
9b94447e81001c2ae33ce45cc1f80f885e3406e0
[ "MIT" ]
null
null
null
app/src/main/java/com/ariefzuhri/movee/core/data/source/remote/network/ApiResponse.java
ariefzuhri/Movee
9b94447e81001c2ae33ce45cc1f80f885e3406e0
[ "MIT" ]
1
2021-08-14T19:20:06.000Z
2021-08-14T19:20:06.000Z
30.645833
100
0.698165
1,000,617
package com.ariefzuhri.movee.core.data.source.remote.network; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import org.jetbrains.annotations.Contract; import org.jetbrains.annotations.NotNull; import static com.ariefzuhri.movee.core.data.source.remote.network.StatusResponse.EMPTY; import s...
923e1aeeec8d5be1bcf62bdcc857bc31e93a5e5a
1,610
java
Java
src/main/java/com/gmail/imshhui/medium/CombinationSumIV.java
xbest/leetcode
7e836f6edc85d0a7e37c390d8e48005655e3662b
[ "MIT" ]
null
null
null
src/main/java/com/gmail/imshhui/medium/CombinationSumIV.java
xbest/leetcode
7e836f6edc85d0a7e37c390d8e48005655e3662b
[ "MIT" ]
null
null
null
src/main/java/com/gmail/imshhui/medium/CombinationSumIV.java
xbest/leetcode
7e836f6edc85d0a7e37c390d8e48005655e3662b
[ "MIT" ]
null
null
null
25.555556
154
0.564596
1,000,618
package com.gmail.imshhui.medium; import java.util.Arrays; /** * Given an integer array with all positive numbers and no duplicates, find the number of possible combinations that add up to a positive integer target. * * Example: * * nums = [1, 2, 3] * target = 4 * * The possible combination ways a...
923e1b260be8ce012e7fe016cbd2aadf35ea01a0
3,382
java
Java
primefaces/src/main/java/org/primefaces/component/chart/renderer/OhlcRenderer.java
N-Hidaya/primefaces-1
d1d42b6fe2bc39f94918d357334a2b2f01c18b62
[ "MIT" ]
1,773
2015-01-04T12:18:31.000Z
2022-03-25T04:42:06.000Z
primefaces/src/main/java/org/primefaces/component/chart/renderer/OhlcRenderer.java
N-Hidaya/primefaces-1
d1d42b6fe2bc39f94918d357334a2b2f01c18b62
[ "MIT" ]
7,130
2015-01-13T12:12:27.000Z
2022-03-31T19:09:59.000Z
primefaces/src/main/java/org/primefaces/component/chart/renderer/OhlcRenderer.java
N-Hidaya/primefaces-1
d1d42b6fe2bc39f94918d357334a2b2f01c18b62
[ "MIT" ]
1,076
2015-01-13T18:40:26.000Z
2022-03-31T22:43:17.000Z
35.6
88
0.652277
1,000,619
/* * The MIT License * * Copyright (c) 2009-2021 PrimeTek * * 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...
923e1b41639b491285e23c44ff18aeb098a5b55e
1,783
java
Java
ace-demo/ace-tool-demo/src/test/java/cn/wbw/test/TestListIpSort.java
LafeBelife/cloud-platform
b7e278c766f48678691ecfcf7636395b2a0bdcbf
[ "Apache-2.0" ]
null
null
null
ace-demo/ace-tool-demo/src/test/java/cn/wbw/test/TestListIpSort.java
LafeBelife/cloud-platform
b7e278c766f48678691ecfcf7636395b2a0bdcbf
[ "Apache-2.0" ]
3
2021-07-02T18:49:18.000Z
2022-03-31T21:49:33.000Z
ace-demo/ace-tool-demo/src/test/java/cn/wbw/test/TestListIpSort.java
LafeBelife/cloud-platform
b7e278c766f48678691ecfcf7636395b2a0bdcbf
[ "Apache-2.0" ]
null
null
null
34.960784
125
0.540101
1,000,620
package cn.wbw.test; import java.util.Arrays; import java.util.List; import java.util.StringTokenizer; import java.util.stream.Collectors; /** * ip地址排序 * * @author wbw * @date 2019/12/29 15:13 */ public class TestListIpSort { public static void main(String[] args) { String ips = "192.168.137.5\t192.1...
923e1d248c6f5970d892207ac3e11c909d96fe27
1,217
java
Java
ihmc-common-walking-control-modules/src/main/java/us/ihmc/commonWalkingControlModules/bipedSupportPolygons/RectangularContactableBody.java
dbdxnuliba/IHMC-
a8e89934e75cc7026bc3e082397d989a26c7549e
[ "Apache-2.0" ]
170
2016-02-01T18:58:50.000Z
2022-03-17T05:28:01.000Z
ihmc-common-walking-control-modules/src/main/java/us/ihmc/commonWalkingControlModules/bipedSupportPolygons/RectangularContactableBody.java
ihmcrobotics/ihmc-open-robotics-software
129b261de850e85e1dc78a12e9c075f53c6019a0
[ "Apache-2.0" ]
162
2016-01-29T17:04:29.000Z
2022-02-10T16:25:37.000Z
ihmc-common-walking-control-modules/src/main/java/us/ihmc/commonWalkingControlModules/bipedSupportPolygons/RectangularContactableBody.java
ihmcrobotics/ihmc-open-robotics-software
129b261de850e85e1dc78a12e9c075f53c6019a0
[ "Apache-2.0" ]
83
2016-01-28T22:49:01.000Z
2022-03-28T03:11:24.000Z
40.566667
145
0.780608
1,000,621
package us.ihmc.commonWalkingControlModules.bipedSupportPolygons; import java.util.ArrayList; import java.util.List; import us.ihmc.euclid.referenceFrame.ReferenceFrame; import us.ihmc.euclid.tuple2D.Point2D; import us.ihmc.mecano.multiBodySystem.interfaces.RigidBodyBasics; import us.ihmc.commons.MathTools; public c...
923e1e383808df49f71bf7cb5c3d495817e9a536
3,234
java
Java
src/main/java/org/openxmlformats/schemas/xpackage/x2006/digitalSignature/impl/CTRelationshipReferenceImpl.java
pjfanning/poi-ooxml-lite-build
34af44251cb99fcdf8de2f844af686da8870e7db
[ "Apache-2.0" ]
null
null
null
src/main/java/org/openxmlformats/schemas/xpackage/x2006/digitalSignature/impl/CTRelationshipReferenceImpl.java
pjfanning/poi-ooxml-lite-build
34af44251cb99fcdf8de2f844af686da8870e7db
[ "Apache-2.0" ]
null
null
null
src/main/java/org/openxmlformats/schemas/xpackage/x2006/digitalSignature/impl/CTRelationshipReferenceImpl.java
pjfanning/poi-ooxml-lite-build
34af44251cb99fcdf8de2f844af686da8870e7db
[ "Apache-2.0" ]
null
null
null
35.152174
195
0.660173
1,000,622
/* * XML Type: CT_RelationshipReference * Namespace: http://schemas.openxmlformats.org/package/2006/digital-signature * Java type: org.openxmlformats.schemas.xpackage.x2006.digitalSignature.CTRelationshipReference * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.xpackage.x2006.d...
923e1f43c63189ab760be2efe282ccda4e883691
66
java
Java
InnerAbstractCalssesInterfaces/src/com/company/CanFly.java
hanssenstijn/udemyJava
b4ba5c681cac21cebacab6295625529dcffe14e5
[ "MIT" ]
null
null
null
InnerAbstractCalssesInterfaces/src/com/company/CanFly.java
hanssenstijn/udemyJava
b4ba5c681cac21cebacab6295625529dcffe14e5
[ "MIT" ]
null
null
null
InnerAbstractCalssesInterfaces/src/com/company/CanFly.java
hanssenstijn/udemyJava
b4ba5c681cac21cebacab6295625529dcffe14e5
[ "MIT" ]
null
null
null
11
25
0.681818
1,000,623
package com.company; public interface CanFly { void fly(); }
923e1f94a9101efb410b989c7e72712cb6ffaa9c
159
java
Java
com/lee/ultrascan/C0796R.java
kelu124/pyS3
86eb139d971921418d6a62af79f2868f9c7704d5
[ "MIT" ]
1
2021-04-09T06:03:36.000Z
2021-04-09T06:03:36.000Z
com/lee/ultrascan/C0796R.java
kelu124/pyS3
86eb139d971921418d6a62af79f2868f9c7704d5
[ "MIT" ]
null
null
null
com/lee/ultrascan/C0796R.java
kelu124/pyS3
86eb139d971921418d6a62af79f2868f9c7704d5
[ "MIT" ]
null
null
null
17.666667
57
0.691824
1,000,624
package com.lee.ultrascan; public final class C0796R { public static final class xml { public static final int preferences = 2131165184; } }
923e209fcfa9f544e907262d9dce2e1866a5f0d3
3,087
java
Java
app/src/main/java/shitamatsuge/haifuri/CharaViews/MikanView.java
ShitamatsugeFactory/KokoWalk
16bf1b0ed514357a38cf9c42d3f84e60ebe5e334
[ "MIT" ]
4
2017-01-01T07:33:51.000Z
2017-01-04T02:18:31.000Z
app/src/main/java/shitamatsuge/haifuri/CharaViews/MikanView.java
ShitamatsugeFactory/KokoWalk
16bf1b0ed514357a38cf9c42d3f84e60ebe5e334
[ "MIT" ]
3
2017-01-03T10:56:00.000Z
2017-02-13T12:53:40.000Z
app/src/main/java/shitamatsuge/haifuri/CharaViews/MikanView.java
ShitamatsugeFactory/KokoWalk
16bf1b0ed514357a38cf9c42d3f84e60ebe5e334
[ "MIT" ]
null
null
null
37.646341
95
0.628442
1,000,625
package shitamatsuge.haifuri.CharaViews; import android.content.Context; import android.util.AttributeSet; import android.view.LayoutInflater; import android.view.View; import android.widget.FrameLayout; import shitamatsuge.haifuri.R; /** * Created by user1 on 2016/05/29. */ public class MikanView extends CharaVie...
923e20aa5e447ec658650ee7c94c2106924fede9
1,107
java
Java
src/com/google/javascript/jscomp/DummyCompileMetricsRecorder.java
nawawi/closure-compiler
88f2cf49e04b133a4fa1228e46f79a4b70a8e36d
[ "Apache-2.0" ]
6,240
2015-01-01T00:20:53.000Z
2022-03-31T10:33:32.000Z
src/com/google/javascript/jscomp/DummyCompileMetricsRecorder.java
nawawi/closure-compiler
88f2cf49e04b133a4fa1228e46f79a4b70a8e36d
[ "Apache-2.0" ]
3,139
2015-01-03T02:13:16.000Z
2022-03-31T16:44:22.000Z
src/com/google/javascript/jscomp/DummyCompileMetricsRecorder.java
nawawi/closure-compiler
88f2cf49e04b133a4fa1228e46f79a4b70a8e36d
[ "Apache-2.0" ]
1,272
2015-01-07T01:22:20.000Z
2022-03-28T07:23:29.000Z
32.558824
85
0.763324
1,000,626
/* * Copyright 2021 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
923e21541fde2d0b8066fdc16e819abb74e9b6fc
463
java
Java
src/main/java/prj/sslfacade/Tasks.java
kashifrazzaqui/sslfacade
28a7b169bd5a0f4c4baa7c48bcaec3c78cfc4378
[ "MIT" ]
16
2015-06-22T15:44:13.000Z
2020-05-04T17:49:27.000Z
src/main/java/prj/sslfacade/Tasks.java
kashifrazzaqui/sslfacade
28a7b169bd5a0f4c4baa7c48bcaec3c78cfc4378
[ "MIT" ]
6
2015-04-27T15:23:49.000Z
2019-09-18T09:01:45.000Z
src/main/java/prj/sslfacade/Tasks.java
kashifrazzaqui/sslfacade
28a7b169bd5a0f4c4baa7c48bcaec3c78cfc4378
[ "MIT" ]
6
2015-04-27T08:06:04.000Z
2019-12-29T06:42:00.000Z
16.535714
46
0.62203
1,000,627
package prj.sslfacade; import javax.net.ssl.SSLException; public class Tasks implements ITasks { private final Worker _worker; private final Handshaker _hs; public Tasks(Worker worker, Handshaker hs) { _worker = worker; _hs = hs; } @Override public Runnable next() { ...
923e21ba7a4225114b9fdcf6f20c5083c1766a36
3,895
java
Java
2.JavaCore/src/zh/codegym/task/task20/task2002/Solution.java
wangrunlin/CodeGymTasks
c6c3f93fbbe7b5a71c05bebf4b6068de81621533
[ "MIT" ]
null
null
null
2.JavaCore/src/zh/codegym/task/task20/task2002/Solution.java
wangrunlin/CodeGymTasks
c6c3f93fbbe7b5a71c05bebf4b6068de81621533
[ "MIT" ]
null
null
null
2.JavaCore/src/zh/codegym/task/task20/task2002/Solution.java
wangrunlin/CodeGymTasks
c6c3f93fbbe7b5a71c05bebf4b6068de81621533
[ "MIT" ]
null
null
null
34.776786
91
0.552246
1,000,628
package zh.codegym.task.task20.task2002; import java.io.*; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.Objects; /* 读取并写入文件CodeGym */ public class Solution { public static void main(String[] args) { // 你可以在 TMP 目录中找到 your_file_name.tmp,或者按照文件的实际位置调整 outputS...
923e21df64c47f51222a360dac7a48a3e16ec192
2,071
java
Java
plugins/uep/src/main/java/com/zte/apm/plugin/uep/UepTraceMetadataProvider.java
gcxtx/Agent
ea0e3de1997169d92d687cba469ac8b12cbaa1bb
[ "Apache-2.0" ]
1
2021-05-06T06:25:16.000Z
2021-05-06T06:25:16.000Z
plugins/uep/src/main/java/com/zte/apm/plugin/uep/UepTraceMetadataProvider.java
gcxtx/Agent
ea0e3de1997169d92d687cba469ac8b12cbaa1bb
[ "Apache-2.0" ]
null
null
null
plugins/uep/src/main/java/com/zte/apm/plugin/uep/UepTraceMetadataProvider.java
gcxtx/Agent
ea0e3de1997169d92d687cba469ac8b12cbaa1bb
[ "Apache-2.0" ]
null
null
null
44.06383
148
0.780299
1,000,629
/** * Copyright 2014 NAVER Corp. * 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 ...
923e23820428ac0cfbd953869190716bbc211e68
1,655
java
Java
src/main/java/javafxlibrary/matchers/InstanceOfMatcher.java
psaikkonen/JavaFXLibrary
a14e7b613aeda58d81a44643580910893342e4f7
[ "ECL-2.0", "Apache-2.0" ]
22
2018-03-23T08:37:56.000Z
2021-12-14T09:59:42.000Z
src/main/java/javafxlibrary/matchers/InstanceOfMatcher.java
psaikkonen/JavaFXLibrary
a14e7b613aeda58d81a44643580910893342e4f7
[ "ECL-2.0", "Apache-2.0" ]
46
2018-06-06T05:46:09.000Z
2021-09-08T19:55:47.000Z
src/main/java/javafxlibrary/matchers/InstanceOfMatcher.java
psaikkonen/JavaFXLibrary
a14e7b613aeda58d81a44643580910893342e4f7
[ "ECL-2.0", "Apache-2.0" ]
11
2018-08-23T10:35:02.000Z
2021-05-25T04:04:28.000Z
31.226415
78
0.673112
1,000,630
/* * Copyright 2017-2018 Eficode Oy * Copyright 2018- Robot Framework Foundation * * 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...
923e23a3ad5e515292cc945c561cf8ab0d14e1ea
228
java
Java
src/main/java/com/bayor/froporec/annotation/client/immutable/data1_allrecordsannotated/Student.java
mohamed-ashraf-bayor/froporec-annotation-client
f9f915c85c74409557dfe74aaad822c59cc55b0b
[ "MIT" ]
null
null
null
src/main/java/com/bayor/froporec/annotation/client/immutable/data1_allrecordsannotated/Student.java
mohamed-ashraf-bayor/froporec-annotation-client
f9f915c85c74409557dfe74aaad822c59cc55b0b
[ "MIT" ]
null
null
null
src/main/java/com/bayor/froporec/annotation/client/immutable/data1_allrecordsannotated/Student.java
mohamed-ashraf-bayor/froporec-annotation-client
f9f915c85c74409557dfe74aaad822c59cc55b0b
[ "MIT" ]
null
null
null
32.571429
88
0.824561
1,000,631
package com.bayor.froporec.annotation.client.immutable.data1_allrecordsannotated; import org.froporec.annotations.Immutable; @Immutable public record Student(int mark, String grade, School school, String lastname, int age) { }
923e2403361f7ab3dc6d8ad79e70e4b41830b588
4,184
java
Java
src/main/java/brickhouse/udf/httputil/HttpUDF.java
owenmorpheus/brickhouse
fd227e940406596ff650545acaac34dd4ecd04ed
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/main/java/brickhouse/udf/httputil/HttpUDF.java
owenmorpheus/brickhouse
fd227e940406596ff650545acaac34dd4ecd04ed
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/main/java/brickhouse/udf/httputil/HttpUDF.java
owenmorpheus/brickhouse
fd227e940406596ff650545acaac34dd4ecd04ed
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
34.578512
125
0.578872
1,000,632
package brickhouse.udf.httputil; import com.alibaba.fastjson.JSONObject; import org.apache.hadoop.hive.ql.exec.UDF; import javax.net.ssl.HttpsURLConnection; import javax.net.ssl.SSLContext; import javax.net.ssl.TrustManager; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import...
923e2451a48887de8819a8451b5001de67055867
1,802
java
Java
src/gfsh/StartGatewaySender.java
ldom22/GGGUI
cc59e471639f8b4fc8d1283c99441989351bf829
[ "Apache-2.0" ]
1
2022-01-05T10:38:13.000Z
2022-01-05T10:38:13.000Z
src/gfsh/StartGatewaySender.java
ldom22/GGGUI
cc59e471639f8b4fc8d1283c99441989351bf829
[ "Apache-2.0" ]
null
null
null
src/gfsh/StartGatewaySender.java
ldom22/GGGUI
cc59e471639f8b4fc8d1283c99441989351bf829
[ "Apache-2.0" ]
null
null
null
43.95122
102
0.370699
1,000,633
/****************************************************************************************************/ /* */ /* File: StartGatewaySender.java */ /* Descript...
923e251989cb49faeff37e76cdc7b62f12520e85
524
java
Java
src/ex/ex04_105021060.java
csie-asia-Java-Programming-1/week04-20161017-Simon40
5745c2ec0aec8322dc739c674f593554261c707f
[ "MIT" ]
null
null
null
src/ex/ex04_105021060.java
csie-asia-Java-Programming-1/week04-20161017-Simon40
5745c2ec0aec8322dc739c674f593554261c707f
[ "MIT" ]
null
null
null
src/ex/ex04_105021060.java
csie-asia-Java-Programming-1/week04-20161017-Simon40
5745c2ec0aec8322dc739c674f593554261c707f
[ "MIT" ]
null
null
null
17.466667
41
0.528626
1,000,634
package ex; /* * Topic: 讓使用者輸入 一個正整數 n 及一個字元符號, 然後顯示出下列圖形 (例 n = 4,字元符號= @) @@@@ @@@ @@ @ * Date: 2016/10/17 * Author: 105021060 陳俊仁 */ import java.util.Scanner; public class ex04_105021060 { public static void main(String[] args) { // TODO Auto-generated method stub Scanner scn=new Sca...
923e26d23c73496a736535f315ded779b4f0d0bc
490
java
Java
src/main/java/tfar/fastbenchminusreplacement/mixin/CraftingInventoryAccessor.java
Tfarcenim/FastBenchMinusReplacement
9031c086c552eaaaa1edeb314935faa72a3a829b
[ "Unlicense" ]
1
2021-09-04T14:57:34.000Z
2021-09-04T14:57:34.000Z
src/main/java/tfar/fastbenchminusreplacement/mixin/CraftingInventoryAccessor.java
Tfarcenim/FastBenchMinusReplacement
9031c086c552eaaaa1edeb314935faa72a3a829b
[ "Unlicense" ]
6
2020-07-12T15:19:04.000Z
2021-05-16T09:53:56.000Z
src/main/java/tfar/fastbenchminusreplacement/mixin/CraftingInventoryAccessor.java
Tfarcenim/FastBenchMinusReplacement
9031c086c552eaaaa1edeb314935faa72a3a829b
[ "Unlicense" ]
null
null
null
25.789474
51
0.834694
1,000,635
package tfar.fastbenchminusreplacement.mixin; import net.minecraft.inventory.CraftingInventory; import net.minecraft.inventory.container.Container; import net.minecraft.item.ItemStack; import net.minecraft.util.NonNullList; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.gen.Accessor; @Mi...
923e27017e487d91fbc787bca383d59c00df51b0
2,731
java
Java
app/src/main/java/space/galactictavern/app/ui/widgets/CommLinkWidget.java
fusion44/galactic-tavern-android
18e3efc1cd5139c2e5871a2458882b14a32329d3
[ "Apache-2.0" ]
1
2017-03-26T15:37:42.000Z
2017-03-26T15:37:42.000Z
app/src/main/java/space/galactictavern/app/ui/widgets/CommLinkWidget.java
fusion44/galactic-tavern-android
18e3efc1cd5139c2e5871a2458882b14a32329d3
[ "Apache-2.0" ]
null
null
null
app/src/main/java/space/galactictavern/app/ui/widgets/CommLinkWidget.java
fusion44/galactic-tavern-android
18e3efc1cd5139c2e5871a2458882b14a32329d3
[ "Apache-2.0" ]
null
null
null
40.761194
110
0.733797
1,000,636
package space.galactictavern.app.ui.widgets; import android.app.PendingIntent; import android.appwidget.AppWidgetManager; import android.appwidget.AppWidgetProvider; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.widget.RemoteViews; import space.galactictavern.ap...
923e2701cc233a6a790a4a5639ea5f0392d972aa
1,809
java
Java
integration/src/main/java/org/apache/mahout/utils/vectors/io/VectorWriter.java
UnimibSoftEngCourse1819/laboratorio-4-esercizio-sonarqube-mahout-claudiom4sir
6267e5d8f6b13136f0c8151ea7e514b9733266ff
[ "Apache-2.0" ]
2,073
2015-01-01T15:35:21.000Z
2022-03-31T06:18:06.000Z
integration/src/main/java/org/apache/mahout/utils/vectors/io/VectorWriter.java
UnimibSoftEngCourse1819/laboratorio-4-esercizio-sonarqube-mahout-claudiom4sir
6267e5d8f6b13136f0c8151ea7e514b9733266ff
[ "Apache-2.0" ]
224
2015-01-01T16:36:19.000Z
2021-01-27T23:22:45.000Z
integration/src/main/java/org/apache/mahout/utils/vectors/io/VectorWriter.java
UnimibSoftEngCourse1819/laboratorio-4-esercizio-sonarqube-mahout-claudiom4sir
6267e5d8f6b13136f0c8151ea7e514b9733266ff
[ "Apache-2.0" ]
1,109
2015-01-01T23:32:26.000Z
2022-03-28T07:27:17.000Z
34.132075
75
0.728579
1,000,637
/** * 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...
923e281045d7051e2a3c7e6a8a5cd18052bbcf70
493
java
Java
oneplatform-services/cms-service/src/main/java/com/oneplatform/cms/dao/mapper/ArticleEntityMapper.java
ruanlinjing/oneplatform
06c8b5ef15d0f33652ca8072fdbaadfbed68ecb1
[ "Apache-2.0" ]
1
2020-03-18T14:26:30.000Z
2020-03-18T14:26:30.000Z
oneplatform-services/cms-service/src/main/java/com/oneplatform/cms/dao/mapper/ArticleEntityMapper.java
ruanlinjing/oneplatform
06c8b5ef15d0f33652ca8072fdbaadfbed68ecb1
[ "Apache-2.0" ]
null
null
null
oneplatform-services/cms-service/src/main/java/com/oneplatform/cms/dao/mapper/ArticleEntityMapper.java
ruanlinjing/oneplatform
06c8b5ef15d0f33652ca8072fdbaadfbed68ecb1
[ "Apache-2.0" ]
null
null
null
29
80
0.817444
1,000,638
package com.oneplatform.cms.dao.mapper; import java.util.List; import com.jeesuite.mybatis.core.BaseMapper; import com.jeesuite.mybatis.plugin.pagination.annotation.Pageable; import com.oneplatform.cms.dao.entity.ArticleEntity; import com.oneplatform.cms.dto.param.ArticleQueryParam; /** * generated by www.jeesuite....
923e287fdcccea5e01685af10ecdda1dffc82b64
850
java
Java
jdbc_Driver_part5/src/com/lara/Manager6.java
mkp1104/localEclipseWorkspaceJava
3523a0400ac95c0495c2714b8fb17c05f03d8dba
[ "MIT" ]
null
null
null
jdbc_Driver_part5/src/com/lara/Manager6.java
mkp1104/localEclipseWorkspaceJava
3523a0400ac95c0495c2714b8fb17c05f03d8dba
[ "MIT" ]
null
null
null
jdbc_Driver_part5/src/com/lara/Manager6.java
mkp1104/localEclipseWorkspaceJava
3523a0400ac95c0495c2714b8fb17c05f03d8dba
[ "MIT" ]
null
null
null
21.794872
54
0.558824
1,000,639
package com.lara; import java.sql.Connection; import java.sql.Statement; import java.sql.SQLException; public class Manager6 { public static void main(String arg[]) { Connection con=null; Statement st=null; try { con=DBUtil.getConnection(); st=con.createStatement(); ...
923e28e9013701e742c30c01cc2a3bc072de9067
3,072
java
Java
shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/distsql/ral/impl/UpdatableRALStatementAssert.java
chaitr91/shardingsphere
59e8cab321bb9e8f91fe65d56a08c80a11d2a362
[ "Apache-2.0" ]
5,788
2020-04-17T14:09:07.000Z
2022-03-31T08:12:53.000Z
shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/distsql/ral/impl/UpdatableRALStatementAssert.java
chaitr91/shardingsphere
59e8cab321bb9e8f91fe65d56a08c80a11d2a362
[ "Apache-2.0" ]
6,488
2020-04-17T14:21:54.000Z
2022-03-31T21:36:33.000Z
shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/distsql/ral/impl/UpdatableRALStatementAssert.java
chaitr91/shardingsphere
59e8cab321bb9e8f91fe65d56a08c80a11d2a362
[ "Apache-2.0" ]
2,504
2020-04-17T14:09:46.000Z
2022-03-31T12:21:31.000Z
56.888889
174
0.805339
1,000,640
/* * 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 ...
923e28fc02d407fe665fc3ae2752ff840c784af2
7,423
java
Java
src/main/java/org/joda/money/format/AmountPrinterParser.java
hegazy/joda-money
892ab01c7f63cfff267ba1fbc5ef097a7c01ce45
[ "Apache-2.0" ]
489
2015-01-01T12:33:06.000Z
2022-03-17T22:01:13.000Z
src/main/java/org/joda/money/format/AmountPrinterParser.java
hegazy/joda-money
892ab01c7f63cfff267ba1fbc5ef097a7c01ce45
[ "Apache-2.0" ]
53
2015-03-30T08:05:49.000Z
2022-03-28T21:29:27.000Z
src/main/java/org/joda/money/format/AmountPrinterParser.java
hegazy/joda-money
892ab01c7f63cfff267ba1fbc5ef097a7c01ce45
[ "Apache-2.0" ]
110
2015-01-17T00:33:59.000Z
2022-03-12T13:17:15.000Z
40.342391
109
0.542503
1,000,641
/* * Copyright 2009-present, Stephen Colebourne * * 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 ...
923e29d553b19edefc5932a327341c87b20b2fe4
921
java
Java
ootb-jfx-common/src/main/java/org/fenxui/ootb/jfx/widget/util/CurrencyNumberParseStrategy.java
benfarnold/fenxui
882b1b11c102a2e03694c609a869314287ba18d0
[ "Apache-2.0" ]
null
null
null
ootb-jfx-common/src/main/java/org/fenxui/ootb/jfx/widget/util/CurrencyNumberParseStrategy.java
benfarnold/fenxui
882b1b11c102a2e03694c609a869314287ba18d0
[ "Apache-2.0" ]
1
2019-01-23T02:10:16.000Z
2019-01-23T02:10:16.000Z
ootb-jfx-common/src/main/java/org/fenxui/ootb/jfx/widget/util/CurrencyNumberParseStrategy.java
benfarnold/fenxui
882b1b11c102a2e03694c609a869314287ba18d0
[ "Apache-2.0" ]
null
null
null
28.78125
115
0.777416
1,000,642
package org.fenxui.ootb.jfx.widget.util; import java.text.DecimalFormat; import java.text.NumberFormat; import java.util.Currency; import java.util.Locale; public class CurrencyNumberParseStrategy extends AbstractLocaleNumberParseStrategy implements NumberParseStrategy { public CurrencyNumberParseStrategy(Locale lo...
923e2ba09923c5072bddcd5e79f76270c04888bf
3,472
java
Java
src/main/java/com/ssrs/controller/StudentController.java
chenxiangzZ/Quella
9cab78939a07e49bda7e9984e6723f71c091ac9b
[ "Apache-2.0" ]
null
null
null
src/main/java/com/ssrs/controller/StudentController.java
chenxiangzZ/Quella
9cab78939a07e49bda7e9984e6723f71c091ac9b
[ "Apache-2.0" ]
3
2020-03-04T22:43:39.000Z
2021-09-20T20:52:18.000Z
src/main/java/com/ssrs/controller/StudentController.java
chenxiangzZ/Quella
9cab78939a07e49bda7e9984e6723f71c091ac9b
[ "Apache-2.0" ]
null
null
null
32.148148
149
0.698733
1,000,643
package com.ssrs.controller; import com.baomidou.mybatisplus.mapper.EntityWrapper; import com.baomidou.mybatisplus.plugins.Page; import com.ssrs.core.manager.PageManager; import com.ssrs.model.Student; import com.ssrs.service.IStudentService; import com.ssrs.util.commom.APPUtil; import com.ssrs.util.commom.StringUtil...
923e2c768a333defc37f5a1d828596cc71a5972c
289
java
Java
myglide/src/main/java/com/example/myglide/callback/JobCallback.java
rain9155/P2P
99fe4050b730f1e49bcae7ee90ad64ca6832ab99
[ "Apache-2.0" ]
38
2019-07-14T08:48:30.000Z
2022-03-27T02:39:58.000Z
myglide/src/main/java/com/example/myglide/callback/JobCallback.java
CNLih/P2P
99fe4050b730f1e49bcae7ee90ad64ca6832ab99
[ "Apache-2.0" ]
2
2020-05-25T02:26:46.000Z
2021-06-18T18:57:13.000Z
myglide/src/main/java/com/example/myglide/callback/JobCallback.java
CNLih/P2P
99fe4050b730f1e49bcae7ee90ad64ca6832ab99
[ "Apache-2.0" ]
14
2019-07-14T10:00:35.000Z
2022-01-27T05:47:47.000Z
18.0625
69
0.743945
1,000,644
package com.example.myglide.callback; import android.graphics.Bitmap; import com.example.myglide.cache.Key; /** * Created by 陈健宇 at 2019/11/7 */ public interface JobCallback { void onJobComplete(Key key, Bitmap bitmap, boolean isSkipMemory); void onJobCancelled(Key key); }
923e2d427347614741b3d2130c31a153dd345adb
1,543
java
Java
eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/UserDto.java
wq243750083/demo
38262e06b2d9178bd07899a6b55dcb54d20f5281
[ "Apache-2.0" ]
19,233
2018-12-22T10:38:33.000Z
2022-03-31T15:05:18.000Z
eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/UserDto.java
wangyanming131/eladmin
5e272b0830b1986544c54168f1383d599ba56c56
[ "Apache-2.0" ]
627
2018-12-24T03:33:30.000Z
2022-03-16T02:19:48.000Z
eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/UserDto.java
wangyanming131/eladmin
5e272b0830b1986544c54168f1383d599ba56c56
[ "Apache-2.0" ]
7,257
2018-12-24T05:47:21.000Z
2022-03-30T06:09:31.000Z
22.691176
76
0.727803
1,000,645
/* * Copyright 2019-2020 Zheng Jie * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
923e2d6e7c73e838b0ab0e543cf90b50fdb2b6a5
1,793
java
Java
src/test/java/com/comsysto/ui/testing/advanced/pages/TimeSavingPage.java
comsysto/ui-testing-example
2da3ae99960523e7fdc73abe80ffada3f6ea6af8
[ "MIT" ]
null
null
null
src/test/java/com/comsysto/ui/testing/advanced/pages/TimeSavingPage.java
comsysto/ui-testing-example
2da3ae99960523e7fdc73abe80ffada3f6ea6af8
[ "MIT" ]
null
null
null
src/test/java/com/comsysto/ui/testing/advanced/pages/TimeSavingPage.java
comsysto/ui-testing-example
2da3ae99960523e7fdc73abe80ffada3f6ea6af8
[ "MIT" ]
1
2020-09-24T09:24:16.000Z
2020-09-24T09:24:16.000Z
32.6
113
0.672616
1,000,646
package com.comsysto.ui.testing.advanced.pages; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.testng.Assert; public class TimeSavingPage { private final WebDriver webDriver; private final String baseUrl; public TimeSavingPage(WebD...
923e2d9204a3d073d408e669fae571146ec65b34
247
java
Java
src/main/java/br/com/cartorio/models/Sexo.java
iranalyf/IntranetCartorio
590274e38940f8e919aa6a7eaf39d8201f0d2adf
[ "Apache-2.0" ]
null
null
null
src/main/java/br/com/cartorio/models/Sexo.java
iranalyf/IntranetCartorio
590274e38940f8e919aa6a7eaf39d8201f0d2adf
[ "Apache-2.0" ]
null
null
null
src/main/java/br/com/cartorio/models/Sexo.java
iranalyf/IntranetCartorio
590274e38940f8e919aa6a7eaf39d8201f0d2adf
[ "Apache-2.0" ]
null
null
null
13.722222
46
0.712551
1,000,647
package br.com.cartorio.models; public enum Sexo { MASCULINO("Masculino"), FEMININO("Feminino"); private String descricao; Sexo(String descricao) { this.descricao = descricao; } public String getDescricao() { return descricao; } }
923e2da83603fb25eb0f894ccc5d45183c9bb29a
1,164
java
Java
src/main/java/tree/ReturnStatementNode.java
zachtjones/Java-Compiler
0a4fe5760181ff91b660cd718b36e99d878adc4e
[ "Apache-2.0" ]
6
2018-05-01T17:10:40.000Z
2021-05-24T00:53:45.000Z
src/main/java/tree/ReturnStatementNode.java
zachtjones/Java-Compiler
0a4fe5760181ff91b660cd718b36e99d878adc4e
[ "Apache-2.0" ]
39
2018-09-11T02:36:57.000Z
2019-05-27T05:01:56.000Z
src/main/java/tree/ReturnStatementNode.java
zachtjones/Java-Compiler
0a4fe5760181ff91b660cd718b36e99d878adc4e
[ "Apache-2.0" ]
1
2020-10-31T10:09:00.000Z
2020-10-31T10:09:00.000Z
31.459459
96
0.762887
1,000,648
package tree; import helper.ClassLookup; import helper.CompileException; import intermediate.InterFunction; import intermediate.ReturnRegStatement; import intermediate.ReturnVoidStatement; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; public class ReturnStatementNode extends Nod...
923e2df18e8d83bc66511a683e2251a54fc1b341
1,303
java
Java
proFL-plugin-2.0.3/org/netbeans/lib/cvsclient/command/checkout/ModuleListInformation.java
ycj123/Research-Project
08296e0075ba0c13204944b1bc1a96a7b8d2f023
[ "MIT" ]
null
null
null
proFL-plugin-2.0.3/org/netbeans/lib/cvsclient/command/checkout/ModuleListInformation.java
ycj123/Research-Project
08296e0075ba0c13204944b1bc1a96a7b8d2f023
[ "MIT" ]
null
null
null
proFL-plugin-2.0.3/org/netbeans/lib/cvsclient/command/checkout/ModuleListInformation.java
ycj123/Research-Project
08296e0075ba0c13204944b1bc1a96a7b8d2f023
[ "MIT" ]
null
null
null
21.716667
60
0.618573
1,000,649
// // Decompiled by Procyon v0.5.36 // package org.netbeans.lib.cvsclient.command.checkout; import java.io.File; import org.netbeans.lib.cvsclient.command.FileInfoContainer; public class ModuleListInformation extends FileInfoContainer { private String moduleName; private String moduleStatus; private fi...
923e2e230ce59ee018313cbde6041e3cb277efc0
519
java
Java
cmsc123/mp03/framework/ds/LinkList.java
Kriztoper/cmsc123mp03
1b6b098a782e3bbfc419b392937e66268341127e
[ "MIT" ]
null
null
null
cmsc123/mp03/framework/ds/LinkList.java
Kriztoper/cmsc123mp03
1b6b098a782e3bbfc419b392937e66268341127e
[ "MIT" ]
null
null
null
cmsc123/mp03/framework/ds/LinkList.java
Kriztoper/cmsc123mp03
1b6b098a782e3bbfc419b392937e66268341127e
[ "MIT" ]
null
null
null
16.21875
41
0.518304
1,000,650
package cmsc123.mp03.framework.ds; public class LinkList<E> { public Link<E> first; private int size; public LinkList(Link<E> first) { setSize(first == null ? 0 : 1); this.first = first; } public Link<E> getFirst() { return first; } publ...
923e2e45c7eaf169705e8ceb783ec46ae07645df
1,058
java
Java
src/java/generator/Visualizer.java
Katharsas/Neroxis-Map-Generator
54968ec5b122a7177ba4e294529a963a63e7baa0
[ "MIT" ]
null
null
null
src/java/generator/Visualizer.java
Katharsas/Neroxis-Map-Generator
54968ec5b122a7177ba4e294529a963a63e7baa0
[ "MIT" ]
null
null
null
src/java/generator/Visualizer.java
Katharsas/Neroxis-Map-Generator
54968ec5b122a7177ba4e294529a963a63e7baa0
[ "MIT" ]
null
null
null
27.128205
101
0.601134
1,000,651
package generator; import map.SCMap; import javax.swing.*; import java.awt.*; import java.util.ArrayList; //Yes, that's swing. Get over it. public strictfp class Visualizer extends JPanel { private final JFrame frame; private final ArrayList<SCMap> maps; public Visualizer() { frame = new JFrame...
923e2e4dbf255862fd421d240c0d008ab3d7d25e
701
java
Java
src/main/java/org/apiman/client/domain/role/Role.java
ravi-choudhari/apiman-client
a955d73fd4bc3d0b46bebde10f85e66c328db8fc
[ "Apache-2.0" ]
1
2019-03-23T19:18:58.000Z
2019-03-23T19:18:58.000Z
src/main/java/org/apiman/client/domain/role/Role.java
ravi-choudhari/apiman-client
a955d73fd4bc3d0b46bebde10f85e66c328db8fc
[ "Apache-2.0" ]
5
2020-03-04T21:46:03.000Z
2021-12-09T19:55:21.000Z
src/main/java/org/apiman/client/domain/role/Role.java
ravi-choudhari/apiman-client
a955d73fd4bc3d0b46bebde10f85e66c328db8fc
[ "Apache-2.0" ]
null
null
null
23.366667
60
0.764622
1,000,652
package org.apiman.client.domain.role; import java.io.Serializable; import java.util.Date; import java.util.Set; import org.apiman.client.domain.permissions.PermissionType; import lombok.AllArgsConstructor; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.NoArgsConstructor; import lombo...
923e2efd64d5f85071468cf0642efae26f629781
2,480
java
Java
src/main/java/thaumicenergistics/network/packets/PacketAssemblerGUIUpdate.java
Chaoschaot232/ThaumicEnergistics
c445b4ec8893222c68e0b8a93dee9b4e7909f58b
[ "MIT" ]
null
null
null
src/main/java/thaumicenergistics/network/packets/PacketAssemblerGUIUpdate.java
Chaoschaot232/ThaumicEnergistics
c445b4ec8893222c68e0b8a93dee9b4e7909f58b
[ "MIT" ]
null
null
null
src/main/java/thaumicenergistics/network/packets/PacketAssemblerGUIUpdate.java
Chaoschaot232/ThaumicEnergistics
c445b4ec8893222c68e0b8a93dee9b4e7909f58b
[ "MIT" ]
null
null
null
35.428571
96
0.672984
1,000,653
package thaumicenergistics.network.packets; import io.netty.buffer.ByteBuf; import net.minecraft.client.Minecraft; import net.minecraft.tileentity.TileEntity; import net.minecraft.util.math.BlockPos; import net.minecraftforge.fml.common.network.ByteBufUtils; import net.minecraftforge.fml.common.network.simpleimpl.IMes...
923e2f4dbfd2d94943b04841dc8e53f9c169ea42
132
java
Java
register/register-zookeeper/src/main/java/net/jahhan/zookeeper/ChildNodeListener.java
nince-wyj/jahhan
9ee33e3b6380fdf516b0b88ceae43f3c67e87c15
[ "Apache-2.0" ]
11
2017-11-24T09:16:41.000Z
2020-08-10T14:37:12.000Z
register/register-zookeeper/src/main/java/net/jahhan/zookeeper/ChildNodeListener.java
nince-wyj/jahhan
9ee33e3b6380fdf516b0b88ceae43f3c67e87c15
[ "Apache-2.0" ]
31
2020-03-04T21:53:37.000Z
2022-02-01T00:57:24.000Z
register/register-zookeeper/src/main/java/net/jahhan/zookeeper/ChildNodeListener.java
nince-wyj/jahhan
9ee33e3b6380fdf516b0b88ceae43f3c67e87c15
[ "Apache-2.0" ]
8
2016-12-24T23:15:44.000Z
2020-08-27T06:36:15.000Z
16.5
59
0.787879
1,000,654
package net.jahhan.zookeeper; public interface ChildNodeListener { void childChanged(String path, String type, String value); }
923e2fc6b8e809994d167cf326efab9a8003baf9
9,378
java
Java
src/main/java/com/amazonservices/mws/merchantfulfillment/_2015_06_01/model/ShippingServiceOptions.java
ChunMengLu/amazon-mws
8d1ed211c4be0d37c189709954c6c6f4a711ca6a
[ "Apache-2.0" ]
1
2021-04-16T09:10:24.000Z
2021-04-16T09:10:24.000Z
src/main/java/com/amazonservices/mws/merchantfulfillment/_2015_06_01/model/ShippingServiceOptions.java
ChunMengLu/amazon-mws
8d1ed211c4be0d37c189709954c6c6f4a711ca6a
[ "Apache-2.0" ]
null
null
null
src/main/java/com/amazonservices/mws/merchantfulfillment/_2015_06_01/model/ShippingServiceOptions.java
ChunMengLu/amazon-mws
8d1ed211c4be0d37c189709954c6c6f4a711ca6a
[ "Apache-2.0" ]
2
2020-10-13T06:54:04.000Z
2021-06-02T10:50:46.000Z
28.944444
151
0.625187
1,000,656
/******************************************************************************* * Copyright 2009-2020 Amazon Services. 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 ...
923e30373c040696423aa9d7a6435a0c4ea5ede8
6,937
java
Java
src/main/java/com/evolveum/polygon/connector/msgraphapi/MSGraphConfiguration.java
artinsolutions/connector-microsoft-graph-api
1b696a72367835a89c96e92f66e842207bd10bfc
[ "Apache-2.0" ]
1
2019-11-25T15:06:28.000Z
2019-11-25T15:06:28.000Z
src/main/java/com/evolveum/polygon/connector/msgraphapi/MSGraphConfiguration.java
artinsolutions/connector-microsoft-graph-api
1b696a72367835a89c96e92f66e842207bd10bfc
[ "Apache-2.0" ]
null
null
null
src/main/java/com/evolveum/polygon/connector/msgraphapi/MSGraphConfiguration.java
artinsolutions/connector-microsoft-graph-api
1b696a72367835a89c96e92f66e842207bd10bfc
[ "Apache-2.0" ]
null
null
null
37.096257
238
0.703474
1,000,657
package com.evolveum.polygon.connector.msgraphapi; import org.identityconnectors.common.StringUtil; import org.identityconnectors.common.logging.Log; import org.identityconnectors.common.security.GuardedString; import org.identityconnectors.framework.common.exceptions.ConfigurationException; import org.identityconnec...
923e309ad03e4a011b50d2170f169bbe959c37fe
1,873
java
Java
src/main/java/de/uni_mannheim/informatik/dws/searchjoin/data/MatchableTableRowFactory.java
EDAO-Project/SearchJoin
e479e2225c2c33e3e3cba11818a8afb8f0a87746
[ "Apache-2.0" ]
5
2017-09-16T16:35:38.000Z
2019-05-09T11:14:11.000Z
src/main/java/de/uni_mannheim/informatik/dws/searchjoin/data/MatchableTableRowFactory.java
EDAO-Project/SearchJoin
e479e2225c2c33e3e3cba11818a8afb8f0a87746
[ "Apache-2.0" ]
null
null
null
src/main/java/de/uni_mannheim/informatik/dws/searchjoin/data/MatchableTableRowFactory.java
EDAO-Project/SearchJoin
e479e2225c2c33e3e3cba11818a8afb8f0a87746
[ "Apache-2.0" ]
1
2020-11-09T14:04:59.000Z
2020-11-09T14:04:59.000Z
37.38
210
0.752809
1,000,658
/* * Copyright (c) 2017 Data and Web Science Group, University of Mannheim, Germany (http://dws.informatik.uni-mannheim.de/) * * 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...
923e309eac8d786c11b4ba55ccfe76c33de5e7f3
3,421
java
Java
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/DataFlowInfo.java
gong/incubator-inlong
ff27e05739f28b79f1ac2eda189db511f4b634a6
[ "Apache-2.0" ]
315
2020-01-03T10:17:09.000Z
2021-04-07T10:50:20.000Z
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/DataFlowInfo.java
gong/incubator-inlong
ff27e05739f28b79f1ac2eda189db511f4b634a6
[ "Apache-2.0" ]
2,372
2021-04-17T10:21:15.000Z
2022-03-31T13:10:46.000Z
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/DataFlowInfo.java
gong/incubator-inlong
ff27e05739f28b79f1ac2eda189db511f4b634a6
[ "Apache-2.0" ]
293
2020-01-03T10:26:25.000Z
2021-04-09T02:01:41.000Z
32.273585
93
0.691318
1,000,659
/* * 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 n...
923e31965903fb856d94499db47edfcc19daacc6
708
java
Java
valor-spi/src/main/java/jp/co/cyberagent/valor/spi/serde/QuerySerializerWrapper.java
CyberAgent/valor
c8a4301cc6fcfaa59d5dda3072a32c3c4ddb6a65
[ "Apache-2.0" ]
null
null
null
valor-spi/src/main/java/jp/co/cyberagent/valor/spi/serde/QuerySerializerWrapper.java
CyberAgent/valor
c8a4301cc6fcfaa59d5dda3072a32c3c4ddb6a65
[ "Apache-2.0" ]
null
null
null
valor-spi/src/main/java/jp/co/cyberagent/valor/spi/serde/QuerySerializerWrapper.java
CyberAgent/valor
c8a4301cc6fcfaa59d5dda3072a32c3c4ddb6a65
[ "Apache-2.0" ]
1
2022-03-23T08:32:00.000Z
2022-03-23T08:32:00.000Z
29.5
79
0.793785
1,000,660
package jp.co.cyberagent.valor.spi.serde; import java.util.Collection; import java.util.List; import jp.co.cyberagent.valor.spi.plan.model.PrimitivePredicate; import jp.co.cyberagent.valor.spi.schema.FieldLayout; import jp.co.cyberagent.valor.spi.storage.StorageScan; public abstract class QuerySerializerWrapper imple...
923e31ad7ffc298513423532f0a2e80939dfed1e
5,474
java
Java
Skizzle/nl/matsv/viabackwards/protocol/protocol1_13_2to1_14/packets/PlayerPackets1_14.java
14ms/Minecraft-Disclosed-Source-Modifications
d3729ab0fb20c36da1732b2070d1cb5d1409ffbc
[ "Unlicense" ]
3
2022-02-28T17:34:51.000Z
2022-03-06T21:55:16.000Z
Skizzle/nl/matsv/viabackwards/protocol/protocol1_13_2to1_14/packets/PlayerPackets1_14.java
14ms/Minecraft-Disclosed-Source-Modifications
d3729ab0fb20c36da1732b2070d1cb5d1409ffbc
[ "Unlicense" ]
2
2022-02-25T20:10:14.000Z
2022-03-03T14:25:03.000Z
Skizzle/nl/matsv/viabackwards/protocol/protocol1_13_2to1_14/packets/PlayerPackets1_14.java
14ms/Minecraft-Disclosed-Source-Modifications
d3729ab0fb20c36da1732b2070d1cb5d1409ffbc
[ "Unlicense" ]
null
null
null
41.78626
131
0.57563
1,000,661
/* * Decompiled with CFR 0.150. */ package nl.matsv.viabackwards.protocol.protocol1_13_2to1_14.packets; import nl.matsv.viabackwards.api.rewriters.Rewriter; import nl.matsv.viabackwards.protocol.protocol1_13_2to1_14.Protocol1_13_2To1_14; import us.myles.ViaVersion.api.PacketWrapper; import us.myles.ViaVersion.api.mi...
923e31dce0200da4ec8055a08e6b6619601a33ff
1,060
java
Java
webservice/src/main/java/com/excilys/cdb/config/RESTWebAppInitializer.java
vgambier/computer-database
a4d5259ce96b8bad835c9db3a5ab4a29b9ebe0b6
[ "Apache-2.0" ]
null
null
null
webservice/src/main/java/com/excilys/cdb/config/RESTWebAppInitializer.java
vgambier/computer-database
a4d5259ce96b8bad835c9db3a5ab4a29b9ebe0b6
[ "Apache-2.0" ]
null
null
null
webservice/src/main/java/com/excilys/cdb/config/RESTWebAppInitializer.java
vgambier/computer-database
a4d5259ce96b8bad835c9db3a5ab4a29b9ebe0b6
[ "Apache-2.0" ]
null
null
null
36.551724
100
0.772642
1,000,662
package com.excilys.cdb.config; import javax.servlet.ServletContext; import javax.servlet.ServletRegistration; import org.springframework.web.WebApplicationInitializer; import org.springframework.web.context.support.AnnotationConfigWebApplicationContext; import org.springframework.web.servlet.DispatcherServlet; /** ...
923e32b74109b2412ac4f3d9deb061a02ede5865
658
java
Java
JavaProgram/src/ListDemo.java
wolfdale/Spaghetti-code
9e395345e1420b9db021b21131601191a869db1d
[ "MIT" ]
1
2018-05-18T16:07:11.000Z
2018-05-18T16:07:11.000Z
JavaProgram/src/ListDemo.java
wolfdale/Spaghetti-code
9e395345e1420b9db021b21131601191a869db1d
[ "MIT" ]
5
2015-12-03T16:12:38.000Z
2020-05-05T14:07:00.000Z
JavaProgram/src/ListDemo.java
wolfdale/Spaghetti-code
9e395345e1420b9db021b21131601191a869db1d
[ "MIT" ]
null
null
null
14.954545
48
0.586626
1,000,663
//LInked List import java.util.*; class ListDemo{ public static void main(String[] args){ String[] things = {"a","b","c"}; List<String> list1 = new LinkedList<String>(); for(String x : things) { list1.add(x); } String[] things_1 = {"e","f","g"}; List<String> list2 = new LinkedList<String>(); ...
923e33b204a839341ef1045477da128e550249d7
1,786
java
Java
src/main/java/com/helger/fatturapa/FatturaPA120Marshaller.java
phax/ph-fatturapa
1104a64395f9d1e15255f69f15e12dbb72e10976
[ "Apache-2.0" ]
2
2020-12-07T14:29:14.000Z
2020-12-28T18:11:33.000Z
src/main/java/com/helger/fatturapa/FatturaPA120Marshaller.java
phax/ph-fatturapa
1104a64395f9d1e15255f69f15e12dbb72e10976
[ "Apache-2.0" ]
null
null
null
src/main/java/com/helger/fatturapa/FatturaPA120Marshaller.java
phax/ph-fatturapa
1104a64395f9d1e15255f69f15e12dbb72e10976
[ "Apache-2.0" ]
2
2021-11-19T18:11:28.000Z
2021-12-17T15:40:53.000Z
34.346154
99
0.763718
1,000,664
/* * Copyright (C) 2020-2021 Philip Helger (www.helger.com) * philip[at]helger[dot]com * * 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/LICEN...
923e34776bc405c7b6a8a325cce364cb66fb12bb
6,404
java
Java
source/src/main/java/com/julive/push/platform/mi/MIPushMessageReceiver.java
13120241790/Push_v3
bba36bbd8f9273945001614b4b62f8881d1a6b8a
[ "Apache-2.0" ]
null
null
null
source/src/main/java/com/julive/push/platform/mi/MIPushMessageReceiver.java
13120241790/Push_v3
bba36bbd8f9273945001614b4b62f8881d1a6b8a
[ "Apache-2.0" ]
null
null
null
source/src/main/java/com/julive/push/platform/mi/MIPushMessageReceiver.java
13120241790/Push_v3
bba36bbd8f9273945001614b4b62f8881d1a6b8a
[ "Apache-2.0" ]
1
2021-01-29T05:56:59.000Z
2021-01-29T05:56:59.000Z
43.564626
164
0.652405
1,000,665
package com.julive.push.platform.mi; import android.content.Context; import android.text.TextUtils; import android.util.Log; import com.julive.push.common.PushUtils; import com.julive.push.core.PushMessage; import com.julive.push.core.PushListenerProxy; import com.julive.push.core.PushType; import com.xiaomi.mipush.s...
923e347d859121accda72dee57823974deadca83
341
java
Java
java/java-tests/testData/inspection/textBlockBackwardMigration/beforeMultipleStringLiterals.java
dunno99/intellij-community
aa656a5d874b947271b896b2105e4370827b9149
[ "Apache-2.0" ]
2
2019-04-28T07:48:50.000Z
2020-12-11T14:18:08.000Z
java/java-tests/testData/inspection/textBlockBackwardMigration/beforeMultipleStringLiterals.java
dunno99/intellij-community
aa656a5d874b947271b896b2105e4370827b9149
[ "Apache-2.0" ]
2
2022-02-19T09:45:05.000Z
2022-02-27T20:32:55.000Z
java/java-tests/testData/inspection/textBlockBackwardMigration/beforeMultipleStringLiterals.java
dunno99/intellij-community
aa656a5d874b947271b896b2105e4370827b9149
[ "Apache-2.0" ]
2
2020-03-15T08:57:37.000Z
2020-04-07T04:48:14.000Z
21.3125
51
0.513196
1,000,666
// "Replace with regular string literal" "true" class TextBlockMigration { String multipleLiterals() { return """<caret> public static void print(Object o) { System.out.println(o); } public static void main(String[] args) { print("test"); } ...
923e34d22ac57da5d9d50d543ea614194b01cc84
1,828
java
Java
src/Services/Hotels/src/main/java/com/etravelagency/hotels/data/SeedDataLoader.java
zayscue/eTravelAgency
a76f1f5b01caf8b5939af0411d00605a41d747ad
[ "MIT" ]
null
null
null
src/Services/Hotels/src/main/java/com/etravelagency/hotels/data/SeedDataLoader.java
zayscue/eTravelAgency
a76f1f5b01caf8b5939af0411d00605a41d747ad
[ "MIT" ]
null
null
null
src/Services/Hotels/src/main/java/com/etravelagency/hotels/data/SeedDataLoader.java
zayscue/eTravelAgency
a76f1f5b01caf8b5939af0411d00605a41d747ad
[ "MIT" ]
null
null
null
32.070175
87
0.531729
1,000,667
package com.etravelagency.hotels.data; import java.util.Arrays; import java.util.List; import com.etravelagency.hotels.models.Hotel; import com.etravelagency.hotels.models.Room; import com.etravelagency.hotels.models.RoomType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework....
923e34e974b584ff133a230da9a4a2f20110da32
11,520
java
Java
src/TermServer/src/main/java/de/fhdo/terminologie/ws/search/ListCodeSystems.java
FHDortmund/Termserver
716982054eec5dddabbdfdccaec25593e2544312
[ "Apache-2.0" ]
6
2015-09-01T10:44:20.000Z
2021-04-14T15:50:57.000Z
src/TermServer/src/main/java/de/fhdo/terminologie/ws/search/ListCodeSystems.java
FHDortmund/Termserver
716982054eec5dddabbdfdccaec25593e2544312
[ "Apache-2.0" ]
19
2015-01-07T09:28:54.000Z
2020-02-26T11:50:23.000Z
src/TermServer/src/main/java/de/fhdo/terminologie/ws/search/ListCodeSystems.java
FHDortmund/Termserver
716982054eec5dddabbdfdccaec25593e2544312
[ "Apache-2.0" ]
4
2015-03-01T15:03:00.000Z
2017-07-30T12:56:16.000Z
41.485612
143
0.626376
1,000,668
/* * CTS2 based Terminology Server and Terminology Browser * Copyright (C) 2014 FH Dortmund: Peter Haas, Robert Muetzner * * 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...
923e355ae29d5cca9895cd5f1179874017cb6bee
2,860
java
Java
src/main/java/com/circleci/continuousfooddelivery/api/MenuApiController.java
CircleCI-Public/sample-java-cfd
d065c0839e12584d67a49b4957027e5dfb21e751
[ "MIT" ]
null
null
null
src/main/java/com/circleci/continuousfooddelivery/api/MenuApiController.java
CircleCI-Public/sample-java-cfd
d065c0839e12584d67a49b4957027e5dfb21e751
[ "MIT" ]
null
null
null
src/main/java/com/circleci/continuousfooddelivery/api/MenuApiController.java
CircleCI-Public/sample-java-cfd
d065c0839e12584d67a49b4957027e5dfb21e751
[ "MIT" ]
null
null
null
34.878049
151
0.743357
1,000,669
package com.circleci.continuousfooddelivery.api; import com.circleci.continuousfooddelivery.jpa.MenuItemJpa; import com.circleci.continuousfooddelivery.repositories.MenuRepo; import com.circleci.continuousfooddelivery.model.Menu; import com.circleci.continuousfooddelivery.model.MenuItem; import org.modelmapper.ModelMa...