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
923fbbfd2073137edd2379519de7d5ec69fd1d15
812
java
Java
Java-Source/Day0.java
rupponi/Hacker-Rank-30-Days-Of-Code
ac2208360f29f4b21d524314e9ab1cdf0aa9205a
[ "MIT" ]
1
2020-09-20T07:02:05.000Z
2020-09-20T07:02:05.000Z
Java-Source/Day0.java
rupponi/Hacker-Rank-30-Days-Of-Code
ac2208360f29f4b21d524314e9ab1cdf0aa9205a
[ "MIT" ]
null
null
null
Java-Source/Day0.java
rupponi/Hacker-Rank-30-Days-Of-Code
ac2208360f29f4b21d524314e9ab1cdf0aa9205a
[ "MIT" ]
null
null
null
35.304348
93
0.655172
1,001,272
//DAY 0 OF HACKERRANK 30 DAY CHALLENGE: HELLO, WORLD (JAVA) import java.util.Scanner; public class Day0 { public static void main(String[] args) { // Create a Scanner object to read input from stdin. Scanner scan = new Scanner(System.in); // Read a full line of input from stdin and save i...
923fbcc9c64e92b6bd19f33d66376ad50408fe2f
1,362
java
Java
forum-common/src/main/java/com/qxczh/common/dto/UploadResult.java
wukoudada/CampusForum
2ea7c754438ada1311d486f54098c9038feb434c
[ "Apache-2.0" ]
50
2019-04-16T06:14:19.000Z
2022-03-31T11:11:16.000Z
forum-common/src/main/java/com/qxczh/common/dto/UploadResult.java
penrry/CampusForum
9d52a039d58a91fc3604a9d0398220efefacf747
[ "Apache-2.0" ]
2
2019-11-30T07:25:25.000Z
2020-04-23T12:49:54.000Z
forum-common/src/main/java/com/qxczh/common/dto/UploadResult.java
penrry/CampusForum
9d52a039d58a91fc3604a9d0398220efefacf747
[ "Apache-2.0" ]
14
2019-04-19T13:42:52.000Z
2022-02-24T06:24:03.000Z
15.303371
51
0.489721
1,001,273
package com.qxczh.common.dto; import java.io.Serializable; public class UploadResult implements Serializable{ /** * 0表示成功 ,其余失败 */ private Integer code; /** * 错误消息 */ private String msg; private Data data; public Integer getCode() { return code; } public...
923fbe8ee455c008efd15ab901df7daa741a2759
2,721
java
Java
src/main/java/com/alipay/api/domain/ZhimaCreditPayafteruseCreditagreementSignModel.java
antopen/alipay-sdk-java-all
790dea41169e764e3f2e08330800246b4aba1b29
[ "Apache-2.0" ]
null
null
null
src/main/java/com/alipay/api/domain/ZhimaCreditPayafteruseCreditagreementSignModel.java
antopen/alipay-sdk-java-all
790dea41169e764e3f2e08330800246b4aba1b29
[ "Apache-2.0" ]
1
2018-05-23T08:08:56.000Z
2018-08-26T07:16:29.000Z
src/main/java/com/alipay/api/domain/ZhimaCreditPayafteruseCreditagreementSignModel.java
antopen/alipay-sdk-java-all
790dea41169e764e3f2e08330800246b4aba1b29
[ "Apache-2.0" ]
null
null
null
22.487603
103
0.721793
1,001,274
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 先用后付记签约 * * @author auto create * @since 1.0, 2022-03-31 16:38:04 */ public class ZhimaCreditPayafteruseCreditagreementSignModel extends AlipayObject { private static final lon...
923fbee3760d6daf3f084499f1c2c62ee892ca41
882
java
Java
source/network/sql/transactions/impl/PlayerOnlineCountTransaction.java
FavyTeam/Elderscape_server
38bf75396e4e13222be67d5f15eb0b9862dca6bb
[ "MIT" ]
3
2019-05-09T16:59:13.000Z
2019-05-09T18:29:57.000Z
source/network/sql/transactions/impl/PlayerOnlineCountTransaction.java
FavyTeam/Elderscape_server
38bf75396e4e13222be67d5f15eb0b9862dca6bb
[ "MIT" ]
null
null
null
source/network/sql/transactions/impl/PlayerOnlineCountTransaction.java
FavyTeam/Elderscape_server
38bf75396e4e13222be67d5f15eb0b9862dca6bb
[ "MIT" ]
7
2019-07-11T23:04:40.000Z
2021-08-02T14:27:13.000Z
27.5625
149
0.704082
1,001,275
package network.sql.transactions.impl; import network.sql.transactions.SQLNetworkTransaction; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.SQLException; /** * Created by Jason MK on 2018-07-12 at 2:28 PM */ public class PlayerOnlineCountTransaction implements SQLNetworkTransaction...
923fbef9baaee570393b3d3ecec1917e71816667
2,985
java
Java
src/main/java/tamaized/aov/client/entity/RenderSpellBladeBarrier.java
Tamaized/AoV
5e1233432dea3f50780f361f628030652ff03653
[ "MIT" ]
18
2016-02-04T06:49:23.000Z
2021-12-14T22:56:01.000Z
src/main/java/tamaized/aov/client/entity/RenderSpellBladeBarrier.java
Tamaized/AoV
5e1233432dea3f50780f361f628030652ff03653
[ "MIT" ]
151
2016-02-05T07:22:50.000Z
2021-05-31T21:07:21.000Z
src/main/java/tamaized/aov/client/entity/RenderSpellBladeBarrier.java
Tamaized/AoV
5e1233432dea3f50780f361f628030652ff03653
[ "MIT" ]
13
2017-11-10T06:49:59.000Z
2021-12-14T22:56:04.000Z
31.755319
142
0.742714
1,001,276
package tamaized.aov.client.entity; import com.mojang.blaze3d.matrix.MatrixStack; import com.mojang.blaze3d.platform.GlStateManager; import com.mojang.blaze3d.systems.RenderSystem; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.IRenderTypeBuffer; import net.minecraft.client.renderer.ItemRe...
923fc11097ecb10d9491648fc95e92e956b72480
453
java
Java
d-selenium/src/main/java/d/selenium/models/Location.java
demilich1979/d-test-automation-framework
4af0a72e7a11d61f73e9f7277ecf62fdb77e3bad
[ "Apache-2.0" ]
null
null
null
d-selenium/src/main/java/d/selenium/models/Location.java
demilich1979/d-test-automation-framework
4af0a72e7a11d61f73e9f7277ecf62fdb77e3bad
[ "Apache-2.0" ]
null
null
null
d-selenium/src/main/java/d/selenium/models/Location.java
demilich1979/d-test-automation-framework
4af0a72e7a11d61f73e9f7277ecf62fdb77e3bad
[ "Apache-2.0" ]
null
null
null
28.3125
134
0.730684
1,001,277
package diaceutics.selenium.models; import lombok.Data; @Data public class Location extends BaseModel { private String locationName; private String addressOne; private String addressTwo; private String cityTown; private String region; private String country; private String postalCode; ...
923fc23886e52c2e541da48e6f6beee70801bf75
2,275
java
Java
lib/src/net/sf/jasperreports/olap/mondrian/JRMondrianHierarchy.java
juniormesquitadandao/ireport4all
a32b54d4e5beb0320d356a1689a39cae8dc16b75
[ "MIT" ]
1
2021-10-12T07:17:36.000Z
2021-10-12T07:17:36.000Z
lib/src/net/sf/jasperreports/olap/mondrian/JRMondrianHierarchy.java
juniormesquitadandao/ireport4all
a32b54d4e5beb0320d356a1689a39cae8dc16b75
[ "MIT" ]
null
null
null
lib/src/net/sf/jasperreports/olap/mondrian/JRMondrianHierarchy.java
juniormesquitadandao/ireport4all
a32b54d4e5beb0320d356a1689a39cae8dc16b75
[ "MIT" ]
null
null
null
29.320513
92
0.740708
1,001,278
/* * JasperReports - Free Java Reporting Library. * Copyright (C) 2001 - 2014 TIBCO Software Inc. All rights reserved. * http://www.jaspersoft.com * * Unless you have purchased a commercial license agreement from Jaspersoft, * the following license terms apply: * * This program is part of JasperReports. * * J...
923fc26453b17bd6915d0a13962fa7c929985dc5
1,542
java
Java
DAM2/Desarrollo de interfaces/Practica 1 Armando Calderon/WindowsBuilder/src/TransicionInterfaces/InterfazA.java
armandix23/DAM
e7a706dfb5fc9954581ed00eb97b7eb3c9769851
[ "BSD-3-Clause" ]
null
null
null
DAM2/Desarrollo de interfaces/Practica 1 Armando Calderon/WindowsBuilder/src/TransicionInterfaces/InterfazA.java
armandix23/DAM
e7a706dfb5fc9954581ed00eb97b7eb3c9769851
[ "BSD-3-Clause" ]
null
null
null
DAM2/Desarrollo de interfaces/Practica 1 Armando Calderon/WindowsBuilder/src/TransicionInterfaces/InterfazA.java
armandix23/DAM
e7a706dfb5fc9954581ed00eb97b7eb3c9769851
[ "BSD-3-Clause" ]
null
null
null
20.56
62
0.690661
1,001,279
package TransicionInterfaces; import java.awt.EventQueue; import javax.swing.JFrame; import javax.swing.JButton; import java.awt.BorderLayout; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; public class InterfazA { private JFrame frmInterfazA; protected JFrame getFrmInterfazA() { retu...
923fc36603cac54861674fb8a17645b5af3f41df
776
java
Java
app/src/main/java/com/jayjaylab/androiddemo/Application.java
jayjaykim/JayJayLab-Android-Demo
55acc7e07564247d1a97d8de27722541aa76eb30
[ "Apache-2.0" ]
2
2016-06-04T23:33:09.000Z
2016-07-07T17:10:10.000Z
app/src/main/java/com/jayjaylab/androiddemo/Application.java
JayJayCEO/JayJayLab-Android-Demo
55acc7e07564247d1a97d8de27722541aa76eb30
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/jayjaylab/androiddemo/Application.java
JayJayCEO/JayJayLab-Android-Demo
55acc7e07564247d1a97d8de27722541aa76eb30
[ "Apache-2.0" ]
null
null
null
27.928571
95
0.696931
1,001,280
package com.jayjaylab.androiddemo; import org.acra.ACRA; import org.acra.ReportField; import org.acra.ReportingInteractionMode; import org.acra.annotation.ReportsCrashes; /** * Created by jongjoo on 11/13/14. */ @ReportsCrashes( formKey = "", mailTo = "lyhxr@example.com", customReportContent...
923fc3bcd8b8d5b252007dbf61b149cebffa8f3a
3,387
java
Java
core/src/main/java/org/teavm/cache/VarDataOutput.java
imran631/teavm
ccbaf0a58f4b57f5f8ff38dc83cffdf86a01a118
[ "Apache-2.0" ]
1,875
2015-01-02T09:59:52.000Z
2022-03-30T01:37:25.000Z
core/src/main/java/org/teavm/cache/VarDataOutput.java
imran631/teavm
ccbaf0a58f4b57f5f8ff38dc83cffdf86a01a118
[ "Apache-2.0" ]
462
2015-01-06T20:05:54.000Z
2022-03-25T13:25:15.000Z
core/src/main/java/org/teavm/cache/VarDataOutput.java
imran631/teavm
ccbaf0a58f4b57f5f8ff38dc83cffdf86a01a118
[ "Apache-2.0" ]
246
2015-01-20T01:47:02.000Z
2022-03-13T13:40:33.000Z
30.790909
81
0.565988
1,001,281
/* * Copyright 2019 Alexey Andreev. * * 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...
923fc4ef2ee2546f0d3745e1b5c384e7927f2ade
821
java
Java
java/demo-io/src/main/java/com/willow/demo/io/FileWatchService.java
revolyw/JavaUtils
c7425f5a7bf2c4a3c6925825de98a05686b8d109
[ "Apache-2.0" ]
null
null
null
java/demo-io/src/main/java/com/willow/demo/io/FileWatchService.java
revolyw/JavaUtils
c7425f5a7bf2c4a3c6925825de98a05686b8d109
[ "Apache-2.0" ]
3
2022-02-13T20:41:17.000Z
2022-02-27T10:31:54.000Z
java/demo-io/src/main/java/com/willow/demo/io/FileWatchService.java
revolyw/wheel-lib
c7425f5a7bf2c4a3c6925825de98a05686b8d109
[ "Apache-2.0" ]
1
2016-11-25T07:47:05.000Z
2016-11-25T07:47:05.000Z
25.65625
82
0.689403
1,001,282
package com.willow.demo.io; import java.io.IOException; import java.nio.file.*; /** * 监听文件变化 * * @author Willow * @date 3/10/19 */ public class FileWatchService { public static void main(String[] args) throws IOException, InterruptedException { WatchService service = FileSystems.getDefault().newWatchService()...
923fc804887bfa607685871971d92bd34329134d
2,504
java
Java
Phase-3/HandlingUserAuthentication/src/main/java/com/example/HandlingUserAuthentication/controllers/RegisterController.java
ChristopherPierce/HCL_Projects
d202f488dd8278de33520cb57e0ce3b7463b264e
[ "Apache-2.0" ]
null
null
null
Phase-3/HandlingUserAuthentication/src/main/java/com/example/HandlingUserAuthentication/controllers/RegisterController.java
ChristopherPierce/HCL_Projects
d202f488dd8278de33520cb57e0ce3b7463b264e
[ "Apache-2.0" ]
null
null
null
Phase-3/HandlingUserAuthentication/src/main/java/com/example/HandlingUserAuthentication/controllers/RegisterController.java
ChristopherPierce/HCL_Projects
d202f488dd8278de33520cb57e0ce3b7463b264e
[ "Apache-2.0" ]
null
null
null
41.733333
163
0.772364
1,001,283
package com.example.HandlingUserAuthentication.controllers; import java.util.Optional; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springfr...
923fc850f99c63bc276fd1f0c7a66ee531228051
1,004
java
Java
platform/usageView/src/com/intellij/usages/UsageSearcher.java
liveqmock/platform-tools-idea
1c4b76108add6110898a7e3f8f70b970e352d3d4
[ "Apache-2.0" ]
2
2015-05-08T15:07:10.000Z
2022-03-09T05:47:53.000Z
platform/usageView/src/com/intellij/usages/UsageSearcher.java
lshain-android-source/tools-idea
b37108d841684bcc2af45a2539b75dd62c4e283c
[ "Apache-2.0" ]
null
null
null
platform/usageView/src/com/intellij/usages/UsageSearcher.java
lshain-android-source/tools-idea
b37108d841684bcc2af45a2539b75dd62c4e283c
[ "Apache-2.0" ]
2
2017-04-24T15:48:40.000Z
2022-03-09T05:48:05.000Z
33.466667
75
0.751992
1,001,284
/* * Copyright 2000-2009 JetBrains s.r.o. * * 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 agre...
923fc8953ded015c3d07daa86513d8bb44d2aba1
421
java
Java
testing/mokito/src/main/java/daggerok/MokitoApplication.java
daggerok/spring-examples
918817bc9895798c710034b38bfdf97384168d25
[ "MIT" ]
null
null
null
testing/mokito/src/main/java/daggerok/MokitoApplication.java
daggerok/spring-examples
918817bc9895798c710034b38bfdf97384168d25
[ "MIT" ]
null
null
null
testing/mokito/src/main/java/daggerok/MokitoApplication.java
daggerok/spring-examples
918817bc9895798c710034b38bfdf97384168d25
[ "MIT" ]
null
null
null
26.3125
68
0.824228
1,001,285
package daggerok; import daggerok.random.RetryConfig; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Import; @SpringBootApplication @Import(RetryConfig.class) public class MokitoApplication { publ...
923fca6714cbdd4a1324056233f284a55e8a0c29
1,025
java
Java
src/main/java/de/sh00ckbass/minecraft/flytime/config/Config.java
Sh00ckBass/FlyTime
771384651822b11075ce5d71dbd2bbe3b0274f22
[ "MIT" ]
null
null
null
src/main/java/de/sh00ckbass/minecraft/flytime/config/Config.java
Sh00ckBass/FlyTime
771384651822b11075ce5d71dbd2bbe3b0274f22
[ "MIT" ]
null
null
null
src/main/java/de/sh00ckbass/minecraft/flytime/config/Config.java
Sh00ckBass/FlyTime
771384651822b11075ce5d71dbd2bbe3b0274f22
[ "MIT" ]
null
null
null
27.052632
67
0.724708
1,001,286
package de.sh00ckbass.minecraft.flytime.config; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.Setter; /******************************************************* * Copyright (C) Sh00ckBass hzdkv@example.com * * This file is part of FlyTime and was created at the 19.12.2021 * * FlyTime can no...
923fca9db0b274490a071a77a5d6374eb6bf9bd8
622
java
Java
src/com/qind/weather/activity/WeatherInfoFragment.java
CodeReverse/SunshineWeather
6f71e8ff52591ae5e217058ca9884cd8848ab868
[ "Apache-2.0" ]
null
null
null
src/com/qind/weather/activity/WeatherInfoFragment.java
CodeReverse/SunshineWeather
6f71e8ff52591ae5e217058ca9884cd8848ab868
[ "Apache-2.0" ]
null
null
null
src/com/qind/weather/activity/WeatherInfoFragment.java
CodeReverse/SunshineWeather
6f71e8ff52591ae5e217058ca9884cd8848ab868
[ "Apache-2.0" ]
null
null
null
22.214286
71
0.789389
1,001,287
package com.qind.weather.activity; import android.app.Fragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.qind.weather.R; public class WeatherInfoFragment extends Fragment { @Override public void onCreate(Bundle savedInstanceSt...
923fcad99ea0cd971b0e6bb9fc59368447018e4d
925
java
Java
teavm-core/src/main/java/org/teavm/debugging/javascript/JavaScriptValue.java
giko/teavm
8a9ea907ed112d1a8e9e397ca3052654cdeaca2f
[ "Apache-2.0" ]
1
2021-02-05T10:04:26.000Z
2021-02-05T10:04:26.000Z
teavm-core/src/main/java/org/teavm/debugging/javascript/JavaScriptValue.java
giko/teavm
8a9ea907ed112d1a8e9e397ca3052654cdeaca2f
[ "Apache-2.0" ]
1
2021-06-17T12:47:32.000Z
2021-06-17T12:47:32.000Z
teavm-core/src/main/java/org/teavm/debugging/javascript/JavaScriptValue.java
giko/teavm
8a9ea907ed112d1a8e9e397ca3052654cdeaca2f
[ "Apache-2.0" ]
null
null
null
26.428571
76
0.72
1,001,288
/* * Copyright 2014 Alexey Andreev. * * 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...
923fcb3d2b6be6b5e6cb73000e22a289e8402b09
2,689
java
Java
gulimall-third-party/src/main/java/com/zhanfan/gulimall/thirdparty/controller/OssController.java
zhanfan9812/JavaStudy
82a1f035d9e44aefc4ece0a99447a060542e8437
[ "Apache-2.0" ]
null
null
null
gulimall-third-party/src/main/java/com/zhanfan/gulimall/thirdparty/controller/OssController.java
zhanfan9812/JavaStudy
82a1f035d9e44aefc4ece0a99447a060542e8437
[ "Apache-2.0" ]
null
null
null
gulimall-third-party/src/main/java/com/zhanfan/gulimall/thirdparty/controller/OssController.java
zhanfan9812/JavaStudy
82a1f035d9e44aefc4ece0a99447a060542e8437
[ "Apache-2.0" ]
null
null
null
35.381579
100
0.672369
1,001,289
package com.zhanfan.gulimall.thirdparty.controller; import com.aliyun.oss.OSS; import com.aliyun.oss.common.utils.BinaryUtil; import com.aliyun.oss.model.MatchMode; import com.aliyun.oss.model.PolicyConditions; import com.zhanfan.common.utils.R; import org.springframework.beans.factory.annotation.Autowired; import org...
923fcbb4ccf642187bb854038a99236d8408ccf0
1,758
java
Java
common/common-generator/src/main/java/com/pg85/otg/gen/resource/SeaPickleResource.java
evernife/OpenTerrainGenerator
9b6bed00e50b71511b3004e4600ff2a6651ae21c
[ "MIT" ]
175
2017-04-17T01:37:52.000Z
2022-02-21T17:40:17.000Z
common/common-generator/src/main/java/com/pg85/otg/gen/resource/SeaPickleResource.java
evernife/OpenTerrainGenerator
9b6bed00e50b71511b3004e4600ff2a6651ae21c
[ "MIT" ]
729
2017-04-23T15:53:51.000Z
2022-03-15T03:54:15.000Z
common/common-generator/src/main/java/com/pg85/otg/gen/resource/SeaPickleResource.java
evernife/OpenTerrainGenerator
9b6bed00e50b71511b3004e4600ff2a6651ae21c
[ "MIT" ]
123
2017-04-30T15:53:56.000Z
2022-03-15T19:15:07.000Z
28.819672
148
0.720137
1,001,290
package com.pg85.otg.gen.resource; import java.util.List; import java.util.Random; import com.pg85.otg.exceptions.InvalidConfigException; import com.pg85.otg.interfaces.IBiomeConfig; import com.pg85.otg.interfaces.ILogger; import com.pg85.otg.interfaces.IMaterialReader; import com.pg85.otg.interfaces.IWorldGenRegion;...
923fcbe424aeca0fd2ddbc3a39f5aed0e8c13f35
342
java
Java
quizzy/app/src/main/java/com/example/quizzy/QuestionsActivity.java
stevinho29/Quizzy-android-app
d97ca7c9bfbfeddb455cea51fffdec5619017e93
[ "Unlicense" ]
null
null
null
quizzy/app/src/main/java/com/example/quizzy/QuestionsActivity.java
stevinho29/Quizzy-android-app
d97ca7c9bfbfeddb455cea51fffdec5619017e93
[ "Unlicense" ]
null
null
null
quizzy/app/src/main/java/com/example/quizzy/QuestionsActivity.java
stevinho29/Quizzy-android-app
d97ca7c9bfbfeddb455cea51fffdec5619017e93
[ "Unlicense" ]
null
null
null
22.8
58
0.766082
1,001,291
package com.example.quizzy; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; public class QuestionsActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activit...
923fcd439a5c2dfb7de2a3c2fd1c5dbc96879fae
2,489
java
Java
basex-core/src/main/java/org/basex/query/expr/gflwor/Count.java
jbrazda/basex
ca6ea437bbee1b239fabbc4c280da978f8494e4e
[ "BSD-3-Clause" ]
441
2015-01-05T09:33:58.000Z
2022-03-24T12:57:45.000Z
basex-core/src/main/java/org/basex/query/expr/gflwor/Count.java
jbrazda/basex
ca6ea437bbee1b239fabbc4c280da978f8494e4e
[ "BSD-3-Clause" ]
977
2015-01-06T11:18:14.000Z
2022-03-31T11:13:15.000Z
basex-core/src/main/java/org/basex/query/expr/gflwor/Count.java
jbrazda/basex
ca6ea437bbee1b239fabbc4c280da978f8494e4e
[ "BSD-3-Clause" ]
276
2015-01-21T07:03:59.000Z
2022-03-11T21:35:17.000Z
20.570248
80
0.652069
1,001,292
package org.basex.query.expr.gflwor; import static org.basex.query.QueryText.*; import org.basex.query.*; import org.basex.query.util.*; import org.basex.query.value.item.*; import org.basex.query.value.type.*; import org.basex.query.var.*; import org.basex.util.hash.*; /** * GFLWOR {@code count} clause. * * @aut...
923fcd96c8791eaea384a4a4451f026dc4f433a3
6,655
java
Java
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java
brat-kuzma/ignite
d7148828f947728a5b46f4f39f36eca8b0e6e521
[ "CC0-1.0" ]
4,339
2015-08-21T21:13:25.000Z
2022-03-30T09:56:44.000Z
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java
brat-kuzma/ignite
d7148828f947728a5b46f4f39f36eca8b0e6e521
[ "CC0-1.0" ]
1,933
2015-08-24T11:37:40.000Z
2022-03-31T08:37:08.000Z
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionEvictionDuringReadThroughSelfTest.java
brat-kuzma/ignite
d7148828f947728a5b46f4f39f36eca8b0e6e521
[ "CC0-1.0" ]
2,140
2015-08-21T22:09:00.000Z
2022-03-25T07:57:34.000Z
35.026316
125
0.639519
1,001,293
/* * 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 ...
923fcd9f2ff50a57e0ea99b1d7e527398bcfbb99
1,215
java
Java
smoothness-weblib/src/main/java/org/jlab/smoothness/presentation/filter/AuditContext.java
JeffersonLab/smoothness
9f9738848a03448285932ab1b741029c64aabc49
[ "MIT" ]
null
null
null
smoothness-weblib/src/main/java/org/jlab/smoothness/presentation/filter/AuditContext.java
JeffersonLab/smoothness
9f9738848a03448285932ab1b741029c64aabc49
[ "MIT" ]
null
null
null
smoothness-weblib/src/main/java/org/jlab/smoothness/presentation/filter/AuditContext.java
JeffersonLab/smoothness
9f9738848a03448285932ab1b741029c64aabc49
[ "MIT" ]
null
null
null
20.59322
89
0.604115
1,001,294
package org.jlab.smoothness.presentation.filter; import java.util.HashMap; import java.util.Map; /** * * @author ryans */ public class AuditContext { private Map<String, Object> extra = new HashMap<>(); private String username; private String ip; public String getIp() { return ip; } ...
923fcdca621f5d500fadd2940fb7b8c7f20b7dad
2,926
java
Java
app/src/main/java/de/uni_stuttgart/informatik/sopra/sopraapp/ui/adminui/riddle/editRiddle/puzzleAnswer/answerElements/LocationFragment.java
GeoCodingApp/geocoding
7022421b7890fae1014d8055949c06c3b3246d39
[ "MIT" ]
null
null
null
app/src/main/java/de/uni_stuttgart/informatik/sopra/sopraapp/ui/adminui/riddle/editRiddle/puzzleAnswer/answerElements/LocationFragment.java
GeoCodingApp/geocoding
7022421b7890fae1014d8055949c06c3b3246d39
[ "MIT" ]
null
null
null
app/src/main/java/de/uni_stuttgart/informatik/sopra/sopraapp/ui/adminui/riddle/editRiddle/puzzleAnswer/answerElements/LocationFragment.java
GeoCodingApp/geocoding
7022421b7890fae1014d8055949c06c3b3246d39
[ "MIT" ]
null
null
null
30.8
135
0.668489
1,001,295
package de.uni_stuttgart.informatik.sopra.sopraapp.ui.adminui.riddle.editRiddle.puzzleAnswer.answerElements; import android.app.Dialog; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v4.app.DialogFragment; import android.view.LayoutInflater; import android.view.View; import...
923fcfcf56b25f7893528b6ed26593c2095c6ce7
2,037
java
Java
xchange-enigma/src/main/java/org/knowm/xchange/enigma/service/EnigmaMarketDataServiceRaw.java
martinkyov/XChange
46b08e5ed74dd58ab472740fc4e75ee5194b56df
[ "MIT" ]
1,909
2015-01-01T16:52:44.000Z
2018-04-05T17:08:44.000Z
xchange-enigma/src/main/java/org/knowm/xchange/enigma/service/EnigmaMarketDataServiceRaw.java
hsmirnoff/XChange
652f33ea4156a1391122f4b289d61b2c1dbe8aca
[ "MIT" ]
1,021
2015-01-05T08:04:27.000Z
2018-04-05T20:28:50.000Z
xchange-enigma/src/main/java/org/knowm/xchange/enigma/service/EnigmaMarketDataServiceRaw.java
hsmirnoff/XChange
652f33ea4156a1391122f4b289d61b2c1dbe8aca
[ "MIT" ]
957
2015-01-02T21:20:27.000Z
2018-04-05T12:10:04.000Z
36.375
95
0.743741
1,001,296
package org.knowm.xchange.enigma.service; import java.io.IOException; import java.util.List; import org.knowm.xchange.Exchange; import org.knowm.xchange.currency.CurrencyPair; import org.knowm.xchange.enigma.dto.marketdata.EnigmaOrderBook; import org.knowm.xchange.enigma.dto.marketdata.EnigmaProduct; import org.knowm....
923fd0024c85752c3fc0fb7e8e23cd296cc7268a
1,493
java
Java
demo-api/src/main/java/com/demo/Result.java
yuhong151885/fescar-demo
21d26fd0e6a4be46f2a3809e853f5103b9a0dba9
[ "Apache-2.0" ]
null
null
null
demo-api/src/main/java/com/demo/Result.java
yuhong151885/fescar-demo
21d26fd0e6a4be46f2a3809e853f5103b9a0dba9
[ "Apache-2.0" ]
null
null
null
demo-api/src/main/java/com/demo/Result.java
yuhong151885/fescar-demo
21d26fd0e6a4be46f2a3809e853f5103b9a0dba9
[ "Apache-2.0" ]
null
null
null
27.145455
77
0.681849
1,001,297
/* * Copyright 2019 JDSchool Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
923fd0f1b2535bbdef40a090051dad9014f74ee7
322
java
Java
src/strategy/MallardDuck.java
RayKr/DesignModeler
b349545fb31cf040389aafe1b4110ed3a58e9341
[ "MIT" ]
null
null
null
src/strategy/MallardDuck.java
RayKr/DesignModeler
b349545fb31cf040389aafe1b4110ed3a58e9341
[ "MIT" ]
null
null
null
src/strategy/MallardDuck.java
RayKr/DesignModeler
b349545fb31cf040389aafe1b4110ed3a58e9341
[ "MIT" ]
null
null
null
16.947368
41
0.596273
1,001,298
package strategy; /** * Created by Ray on 2016/2/14. */ public class MallardDuck extends Duck { public MallardDuck() { // 在构造函数初始化的时候,指定本类采用哪种策略 qucakBehavior = new Quack(); flyBehavior = new FlyWithWings(); } public void display() { System.out.println("我是绿头鸭!"); } ...
923fd2600f94c011f6aaef7e39fbde116c916a7d
1,994
java
Java
src/tunit/support/sdk/tunit/src/com/rincon/tunit/link/TUnitProcessing_Events.java
tinyos-io/tinyos-tunit
8557cb72b0afe722b5b69e8759555f740c82a7cc
[ "MIT" ]
1
2020-02-28T20:35:09.000Z
2020-02-28T20:35:09.000Z
src/tunit/support/sdk/tunit/src/com/rincon/tunit/link/TUnitProcessing_Events.java
tinyos-io/tinyos-tunit
8557cb72b0afe722b5b69e8759555f740c82a7cc
[ "MIT" ]
null
null
null
src/tunit/support/sdk/tunit/src/com/rincon/tunit/link/TUnitProcessing_Events.java
tinyos-io/tinyos-tunit
8557cb72b0afe722b5b69e8759555f740c82a7cc
[ "MIT" ]
null
null
null
38.346154
90
0.765296
1,001,299
package com.rincon.tunit.link; /* * Copyright (c) 2005-2006 Rincon Research Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * - Redistributions of source code must retain the...
923fd263bcd4e809957e54d95d6b885b038bb2a7
1,049
java
Java
aws-blog-kinesis-producer-library/src/main/java/com/amazonaws/services/kinesis/producer/demo/AbstractClickEventsToKinesis.java
angeltux/aws-big-data-blog
6f4f9af564872dc0caf80a5c0be6276acee02d3b
[ "Apache-2.0" ]
305
2018-03-29T10:45:51.000Z
2022-03-15T16:01:19.000Z
aws-blog-kinesis-producer-library/src/main/java/com/amazonaws/services/kinesis/producer/demo/AbstractClickEventsToKinesis.java
angeltux/aws-big-data-blog
6f4f9af564872dc0caf80a5c0be6276acee02d3b
[ "Apache-2.0" ]
14
2018-04-26T19:06:35.000Z
2022-02-26T10:50:19.000Z
aws-blog-kinesis-producer-library/src/main/java/com/amazonaws/services/kinesis/producer/demo/AbstractClickEventsToKinesis.java
angeltux/aws-big-data-blog
6f4f9af564872dc0caf80a5c0be6276acee02d3b
[ "Apache-2.0" ]
204
2018-03-26T23:43:30.000Z
2022-03-20T17:04:41.000Z
26.225
72
0.64919
1,001,300
package com.amazonaws.services.kinesis.producer.demo; import java.util.concurrent.BlockingQueue; import java.util.concurrent.atomic.AtomicLong; public abstract class AbstractClickEventsToKinesis implements Runnable { protected final static String STREAM_NAME = "myStream"; protected final static String REGION ...
923fd3fada1aa1ec2778c985e07d7a65ce61ebb0
1,944
java
Java
hello-mockito/src/test/java/shuaicj/hello/mockito/PowerMockTest.java
shuaicj/hello-java
4cbba8f6779ad257626671a822c993ca35b22fea
[ "MIT" ]
1
2019-12-29T23:10:07.000Z
2019-12-29T23:10:07.000Z
hello-mockito/src/test/java/shuaicj/hello/mockito/PowerMockTest.java
shuaicj/hello-java
4cbba8f6779ad257626671a822c993ca35b22fea
[ "MIT" ]
1
2021-03-31T19:16:40.000Z
2021-03-31T19:16:40.000Z
hello-mockito/src/test/java/shuaicj/hello/mockito/PowerMockTest.java
shuaicj/hello-java
4cbba8f6779ad257626671a822c993ca35b22fea
[ "MIT" ]
null
null
null
31.354839
69
0.690329
1,001,301
package shuaicj.hello.mockito; import static org.assertj.core.api.Assertions.assertThat; import static org.mockito.Matchers.anyString; import static org.powermock.api.mockito.PowerMockito.mock; import static org.powermock.api.mockito.PowerMockito.mockStatic; import static org.powermock.api.mockito.PowerMockito.spy; im...
923fd4f909954e19c7fdc1effdc5295636ed58b5
864
java
Java
api/src/main/java/com/percolate/sdk/api/request/media/release/MediaReleaseRequest.java
PanneerSelvamK/cg-percolate-sdk
25528220412f08f389a8a2e2e97e19c4a1ebab36
[ "BSD-3-Clause" ]
null
null
null
api/src/main/java/com/percolate/sdk/api/request/media/release/MediaReleaseRequest.java
PanneerSelvamK/cg-percolate-sdk
25528220412f08f389a8a2e2e97e19c4a1ebab36
[ "BSD-3-Clause" ]
null
null
null
api/src/main/java/com/percolate/sdk/api/request/media/release/MediaReleaseRequest.java
PanneerSelvamK/cg-percolate-sdk
25528220412f08f389a8a2e2e97e19c4a1ebab36
[ "BSD-3-Clause" ]
null
null
null
27.870968
93
0.739583
1,001,302
package com.percolate.sdk.api.request.media.release; import com.percolate.sdk.api.PercolateApi; import com.percolate.sdk.api.utils.RetrofitApiFactory; import com.percolate.sdk.dto.MediaReleaseResponse; import org.jetbrains.annotations.NotNull; import retrofit2.Call; /** * MediaRelease request proxy. */ @SuppressWar...
923fd556e07e500374f1588e1f4e4a5503fdbe34
155
java
Java
src/nl/hanze/gameserver/util/ILogOutput.java
IcyPalm/Hanze-TwoPlayerGameServer
1534dc8888a73d8b5861387f2ccbad79a6698bf2
[ "MIT" ]
5
2016-03-23T09:27:28.000Z
2016-04-15T09:33:59.000Z
src/nl/hanze/gameserver/util/ILogOutput.java
IcyPalm/Hanze-TwoPlayerGameServer
1534dc8888a73d8b5861387f2ccbad79a6698bf2
[ "MIT" ]
39
2016-03-24T11:06:52.000Z
2016-04-14T15:52:29.000Z
src/nl/hanze/gameserver/util/ILogOutput.java
IcyPalm/Hanze-TwoPlayerGameServer
1534dc8888a73d8b5861387f2ccbad79a6698bf2
[ "MIT" ]
23
2016-03-22T10:30:18.000Z
2018-04-03T09:19:11.000Z
19.375
51
0.754839
1,001,303
package nl.hanze.gameserver.util; public interface ILogOutput { public void println(String msg); public void printf(String format, Object... args); }
923fd721e0ffef7f5120fde3c47c97af61d04eac
26,905
java
Java
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCacheAbstractNodeRestartSelfTest.java
DirectXceriD/apache-ignite
7972da93f7ca851642fe1fb52723b661e3c3933b
[ "Apache-2.0" ]
36
2015-11-05T04:46:27.000Z
2021-12-29T08:26:02.000Z
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCacheAbstractNodeRestartSelfTest.java
gridgain/incubator-ignite
7972da93f7ca851642fe1fb52723b661e3c3933b
[ "Apache-2.0" ]
13
2016-08-29T11:54:08.000Z
2020-12-08T08:47:04.000Z
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCacheAbstractNodeRestartSelfTest.java
gridgain/incubator-ignite
7972da93f7ca851642fe1fb52723b661e3c3933b
[ "Apache-2.0" ]
15
2016-03-18T09:25:39.000Z
2021-10-01T05:49:39.000Z
30.027902
124
0.465378
1,001,304
/* * 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 ...
923fd777874ea5938ebb986172ef1abb5afdff2a
8,978
java
Java
doc/libjitisi/sources/net/sf/fmj/media/rtp/RTCPTransmitter.java
lhzheng880828/VOIPCall
a7ba25debd4bd2086bae2a48306d28c614ce0d4a
[ "Apache-2.0" ]
null
null
null
doc/libjitisi/sources/net/sf/fmj/media/rtp/RTCPTransmitter.java
lhzheng880828/VOIPCall
a7ba25debd4bd2086bae2a48306d28c614ce0d4a
[ "Apache-2.0" ]
null
null
null
doc/libjitisi/sources/net/sf/fmj/media/rtp/RTCPTransmitter.java
lhzheng880828/VOIPCall
a7ba25debd4bd2086bae2a48306d28c614ce0d4a
[ "Apache-2.0" ]
null
null
null
40.26009
136
0.577523
1,001,305
package net.sf.fmj.media.rtp; import java.io.IOException; import java.net.UnknownHostException; import java.util.Enumeration; import java.util.Vector; import net.sf.fmj.media.rtp.util.UDPPacketSender; import org.jitsi.impl.neomedia.portaudio.Pa; public class RTCPTransmitter { SSRCCache cache; int sdescounter;...
923fd78e205a8361262a309d182e6cc00834818e
3,312
java
Java
app/src/main/java/com/martin/knowledgebase/Snackbar.java
martindisch/KnowledgeBase
bc87aa97da70c3e87d48389c97a403f6c903d293
[ "MIT" ]
null
null
null
app/src/main/java/com/martin/knowledgebase/Snackbar.java
martindisch/KnowledgeBase
bc87aa97da70c3e87d48389c97a403f6c903d293
[ "MIT" ]
null
null
null
app/src/main/java/com/martin/knowledgebase/Snackbar.java
martindisch/KnowledgeBase
bc87aa97da70c3e87d48389c97a403f6c903d293
[ "MIT" ]
null
null
null
33.454545
132
0.647645
1,001,306
package com.martin.knowledgebase; import android.animation.ObjectAnimator; import android.content.Context; import android.graphics.Path; import android.util.Log; import android.util.TypedValue; import android.view.View; import android.view.animation.AccelerateDecelerateInterpolator; import android.widget.RelativeLayou...
923fd85d18aafbfa4defba24077e34b2795d461b
330
java
Java
src/main/java/at/dru/wicketblog/service/EntityService.java
dru1/escnenzing
3edfb17e21fca04b740935ad6eebdd3b6aa0e9f5
[ "MIT" ]
1
2015-04-21T02:04:21.000Z
2015-04-21T02:04:21.000Z
src/main/java/at/dru/wicketblog/service/EntityService.java
dru1/escnenzing
3edfb17e21fca04b740935ad6eebdd3b6aa0e9f5
[ "MIT" ]
1
2019-07-01T20:32:43.000Z
2019-07-01T20:32:43.000Z
src/main/java/at/dru/wicketblog/service/EntityService.java
dru1/escnenzing
3edfb17e21fca04b740935ad6eebdd3b6aa0e9f5
[ "MIT" ]
null
null
null
16.5
45
0.709091
1,001,307
package at.dru.wicketblog.service; import javax.annotation.Nonnull; import javax.annotation.Nullable; public interface EntityService<T> { @Nonnull Class<T> getEntityType(); void saveEntity(@Nonnull T entity); @Nullable T findByEntityId(@Nonnull Long entityId); @Nonnull Iterable<T> find...
923fd8f6076c2a8b154e5970f30a5ffb7db4f900
3,000
java
Java
SplashScreenWithLogin/app/src/main/java/com/splash/screen/with/login/SplashActivity2.java
Yassine-Lafryhi/MobileDevelopmentTPs
09effd1ab3d69be38b5db90556b725cfde7d2a28
[ "MIT" ]
null
null
null
SplashScreenWithLogin/app/src/main/java/com/splash/screen/with/login/SplashActivity2.java
Yassine-Lafryhi/MobileDevelopmentTPs
09effd1ab3d69be38b5db90556b725cfde7d2a28
[ "MIT" ]
null
null
null
SplashScreenWithLogin/app/src/main/java/com/splash/screen/with/login/SplashActivity2.java
Yassine-Lafryhi/MobileDevelopmentTPs
09effd1ab3d69be38b5db90556b725cfde7d2a28
[ "MIT" ]
null
null
null
33.707865
103
0.647333
1,001,308
package com.splash.screen.with.login; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.EditText; import android.widget.Toast; import androidx.appcompat.app.AppCompatActivity; import androidx.core.splashscreen.SplashScreen; public class S...
923fda1526ce7ca69d9c076636606206d769e286
4,001
java
Java
src/mappers/owl/OWLNotRecursiveMapper.java
jrbn/webpie
843807ef875b056b875cb250134730facc9c7cf1
[ "Apache-2.0" ]
2
2015-12-01T18:34:43.000Z
2021-07-05T07:45:12.000Z
src/mappers/owl/OWLNotRecursiveMapper.java
jrbn/webpie
843807ef875b056b875cb250134730facc9c7cf1
[ "Apache-2.0" ]
null
null
null
src/mappers/owl/OWLNotRecursiveMapper.java
jrbn/webpie
843807ef875b056b875cb250134730facc9c7cf1
[ "Apache-2.0" ]
null
null
null
32.266129
73
0.746313
1,001,309
package mappers.owl; import java.io.IOException; import java.util.Map; import org.apache.hadoop.io.BytesWritable; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.mapreduce.Mapper; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import readers.FilesTriplesReader; import utils.NumberUtils;...
923fda4927f5417f89f26995059bde91b1de25a5
1,445
java
Java
java/algorithm-dataStructure/src/main/java/com/wsmhz/dataStructure/set/BinarySearchTreeSetTest.java
wsmhz/wsmhz-design-pattern
d35bef7158ffd350ce2d3b175380924a64ecb42d
[ "MIT" ]
3
2019-06-13T01:38:36.000Z
2019-07-03T07:37:14.000Z
java/algorithm-dataStructure/src/main/java/com/wsmhz/dataStructure/set/BinarySearchTreeSetTest.java
wsmhz/wsmhz-design-pattern
d35bef7158ffd350ce2d3b175380924a64ecb42d
[ "MIT" ]
null
null
null
java/algorithm-dataStructure/src/main/java/com/wsmhz/dataStructure/set/BinarySearchTreeSetTest.java
wsmhz/wsmhz-design-pattern
d35bef7158ffd350ce2d3b175380924a64ecb42d
[ "MIT" ]
null
null
null
32.111111
79
0.620761
1,001,310
package com.wsmhz.dataStructure.set; import com.wsmhz.dataStructure.set.impl.BinarySearchTreeSet; import com.wsmhz.resources.FileOperation; import java.util.ArrayList; /** * create by tangbj on 2018/11/10 */ public class BinarySearchTreeSetTest { public static void main(String[] args) { System.out.pri...
923fda81b8da3d4b302b544afca9c9300dc09f73
35,376
java
Java
guvnor-webapp-core/src/main/java/org/drools/guvnor/server/files/WebDAVImpl.java
psiroky/guvnor
3a1510cdd8325bff57a4d11a20376e3d6bd85b61
[ "Apache-2.0" ]
null
null
null
guvnor-webapp-core/src/main/java/org/drools/guvnor/server/files/WebDAVImpl.java
psiroky/guvnor
3a1510cdd8325bff57a4d11a20376e3d6bd85b61
[ "Apache-2.0" ]
null
null
null
guvnor-webapp-core/src/main/java/org/drools/guvnor/server/files/WebDAVImpl.java
psiroky/guvnor
3a1510cdd8325bff57a4d11a20376e3d6bd85b61
[ "Apache-2.0" ]
null
null
null
38.368764
128
0.482841
1,001,311
/* * Copyright 2010 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
923fdbc6a87e72ffaf2122aebd3e8a69cb261164
494
java
Java
springboot-mybatis-batch/src/main/java/com/leo/mapper/UserMapper.java
leowy/springboot
a2a96311a93d1db2bec5effdbc01c0d441d5bdbd
[ "Apache-2.0" ]
null
null
null
springboot-mybatis-batch/src/main/java/com/leo/mapper/UserMapper.java
leowy/springboot
a2a96311a93d1db2bec5effdbc01c0d441d5bdbd
[ "Apache-2.0" ]
null
null
null
springboot-mybatis-batch/src/main/java/com/leo/mapper/UserMapper.java
leowy/springboot
a2a96311a93d1db2bec5effdbc01c0d441d5bdbd
[ "Apache-2.0" ]
null
null
null
20.583333
111
0.722672
1,001,312
package com.leo.mapper; import java.util.List; import org.apache.ibatis.annotations.Insert; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Select; import com.leo.entity.User; /** * * @author Leowy Zhuang */ public interface UserMapper { @Select("SELECT * FROM users") List...
923fdbd25fc34889cbb9d4c84121baa6baa6e386
569
java
Java
src/main/java/com/alipay/api/domain/RecruitMiniApp.java
alipay/alipay-sdk-java-all
e87bc8e7f6750e168a5f9d37221124c085d1e3c1
[ "Apache-2.0" ]
333
2018-08-28T09:26:55.000Z
2022-03-31T07:26:42.000Z
src/main/java/com/alipay/api/domain/RecruitMiniApp.java
alipay/alipay-sdk-java-all
e87bc8e7f6750e168a5f9d37221124c085d1e3c1
[ "Apache-2.0" ]
46
2018-09-27T03:52:42.000Z
2021-08-10T07:54:57.000Z
src/main/java/com/alipay/api/domain/RecruitMiniApp.java
alipay/alipay-sdk-java-all
e87bc8e7f6750e168a5f9d37221124c085d1e3c1
[ "Apache-2.0" ]
158
2018-12-07T17:03:43.000Z
2022-03-17T09:32:43.000Z
18.966667
68
0.6942
1,001,313
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 招商报名提交的小程序信息 * * @author auto create * @since 1.0, 2021-06-30 23:43:36 */ public class RecruitMiniApp extends AlipayObject { private static final long serialVersionUID = 721517...
923fdc3d4ba5ac64495faf71b19f6f5841dc3a27
1,584
java
Java
src/main/java/com/synopsys/integration/rest/component/IntRestComponent.java
JonathanKershaw/integration-rest
b8b92154466be1242b028ea0e24ebfc8bb77d764
[ "Apache-2.0" ]
null
null
null
src/main/java/com/synopsys/integration/rest/component/IntRestComponent.java
JonathanKershaw/integration-rest
b8b92154466be1242b028ea0e24ebfc8bb77d764
[ "Apache-2.0" ]
null
null
null
src/main/java/com/synopsys/integration/rest/component/IntRestComponent.java
JonathanKershaw/integration-rest
b8b92154466be1242b028ea0e24ebfc8bb77d764
[ "Apache-2.0" ]
null
null
null
29.333333
65
0.725379
1,001,314
/** * integration-rest * * Copyright (c) 2020 Synopsys, Inc. * * 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 ...
923fdc76cb98443edcae01d74ec115f6f9bb7183
1,310
java
Java
src/main/java/org/greports/engine/ValueType.java
IhorPatychenko/report-engine
4e67b2dcb61cedba824aaf7b9a062a1d064a394f
[ "MIT" ]
null
null
null
src/main/java/org/greports/engine/ValueType.java
IhorPatychenko/report-engine
4e67b2dcb61cedba824aaf7b9a062a1d064a394f
[ "MIT" ]
1
2021-03-14T14:25:59.000Z
2021-03-14T14:25:59.000Z
src/main/java/org/greports/engine/ValueType.java
IhorPatychenko/report-engine
4e67b2dcb61cedba824aaf7b9a062a1d064a394f
[ "MIT" ]
null
null
null
30.465116
85
0.643511
1,001,315
package org.greports.engine; import org.greports.interfaces.collectedvalues.CollectedFormulaValues; import org.greports.interfaces.collectedvalues.CollectedValues; public enum ValueType { /** * Cell plain value. */ PLAIN_VALUE, /** * Cell formula value. */ FORMULA, ...
923fdeb2397767d5f50f70173906517ae8007038
6,996
java
Java
src/main/java/com/supervisor/generated/jooq/tables/ActivityTemplateLike.java
my-supervisor/my-supervisor
ba6ecc4a3373cd439586a72a8e9fc035b09a3f2b
[ "CC-BY-3.0" ]
3
2022-01-31T20:40:22.000Z
2022-02-11T04:15:44.000Z
src/main/java/com/supervisor/generated/jooq/tables/ActivityTemplateLike.java
my-supervisor/my-supervisor
ba6ecc4a3373cd439586a72a8e9fc035b09a3f2b
[ "CC-BY-3.0" ]
33
2022-01-31T20:40:16.000Z
2022-02-21T01:57:51.000Z
src/main/java/com/supervisor/generated/jooq/tables/ActivityTemplateLike.java
my-supervisor/my-supervisor
ba6ecc4a3373cd439586a72a8e9fc035b09a3f2b
[ "CC-BY-3.0" ]
null
null
null
33.797101
200
0.691967
1,001,316
/* * This file is generated by jOOQ. */ package com.supervisor.generated.jooq.tables; import com.supervisor.generated.jooq.Keys; import com.supervisor.generated.jooq.Public; import com.supervisor.generated.jooq.tables.records.ActivityTemplateLikeRecord; import java.time.LocalDateTime; import java.util.Arrays; impo...
923fe04641a0dde054f73a10378a3badb8f1c7fc
1,621
java
Java
mantis-tests/src/test/java/ru/stqa/pft/mantis/tests/ChangePasswordTests.java
AlexVprofit/java_pft_39
83432387454063629b79ce8b77c58a324618749a
[ "Apache-2.0" ]
null
null
null
mantis-tests/src/test/java/ru/stqa/pft/mantis/tests/ChangePasswordTests.java
AlexVprofit/java_pft_39
83432387454063629b79ce8b77c58a324618749a
[ "Apache-2.0" ]
null
null
null
mantis-tests/src/test/java/ru/stqa/pft/mantis/tests/ChangePasswordTests.java
AlexVprofit/java_pft_39
83432387454063629b79ce8b77c58a324618749a
[ "Apache-2.0" ]
null
null
null
34.489362
127
0.739667
1,001,317
package ru.stqa.pft.mantis.tests; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import ru.stqa.pft.mantis.model.UserData; import javax.mail.MessagingException; import javax.xml.rpc.ServiceException; import java.io.IOException; impo...
923fe0c2a5a0b69e7e25b8e758a34b6dd5020f6c
646
java
Java
backstage-manage-api/src/main/java/com/ak47007/model/addr/AdInfo.java
ChinaDragonNB/blog-open
8b630280fa1b209da89110f1cc2387878cdb992f
[ "MIT" ]
4
2021-07-13T12:05:30.000Z
2022-01-08T09:30:56.000Z
backstage-manage-api/src/main/java/com/ak47007/model/addr/AdInfo.java
ChinaDragonNB/blog-open
8b630280fa1b209da89110f1cc2387878cdb992f
[ "MIT" ]
null
null
null
backstage-manage-api/src/main/java/com/ak47007/model/addr/AdInfo.java
ChinaDragonNB/blog-open
8b630280fa1b209da89110f1cc2387878cdb992f
[ "MIT" ]
null
null
null
14.681818
47
0.560372
1,001,318
package com.ak47007.model.addr; import io.swagger.annotations.ApiModelProperty; import lombok.Data; /** * @author AK47007 * @date 2020/6/20 * Describe: */ @Data public class AdInfo { /** * 国家 */ @ApiModelProperty(value = "国家") private String nation; /** * 省 */ @ApiModelPr...
923fe0c2b9ccbafea96b78134eb1474ea6e70ae7
1,501
java
Java
java_solutions/700.search-in-a-binary-search-tree.240164803.ac.java
stavanmehta/leetcode
1224e43ce29430c840e65daae3b343182e24709c
[ "Apache-2.0" ]
null
null
null
java_solutions/700.search-in-a-binary-search-tree.240164803.ac.java
stavanmehta/leetcode
1224e43ce29430c840e65daae3b343182e24709c
[ "Apache-2.0" ]
null
null
null
java_solutions/700.search-in-a-binary-search-tree.240164803.ac.java
stavanmehta/leetcode
1224e43ce29430c840e65daae3b343182e24709c
[ "Apache-2.0" ]
null
null
null
23.092308
78
0.58561
1,001,319
/* * @lc app=leetcode id=700 lang=java * * [700] Search in a Binary Search Tree * * https://leetcode.com/problems/search-in-a-binary-search-tree/description/ * * algorithms * Easy (68.95%) * Total Accepted: 71.7K * Total Submissions: 104K * Testcase Example: '[4,2,7,1,3]\n2' * * Given the root node of ...
923fe14456b2832fc36d15e3566a3d88725b164e
3,701
java
Java
querydsl-sql-codegen/src/main/java/com/querydsl/sql/codegen/NamingStrategy.java
kevinleturc/querydsl
c2365dabb4592e61978d81d99980238c0eb61723
[ "Apache-2.0" ]
null
null
null
querydsl-sql-codegen/src/main/java/com/querydsl/sql/codegen/NamingStrategy.java
kevinleturc/querydsl
c2365dabb4592e61978d81d99980238c0eb61723
[ "Apache-2.0" ]
null
null
null
querydsl-sql-codegen/src/main/java/com/querydsl/sql/codegen/NamingStrategy.java
kevinleturc/querydsl
c2365dabb4592e61978d81d99980238c0eb61723
[ "Apache-2.0" ]
null
null
null
25.176871
90
0.651986
1,001,320
/* * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) * * 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 ...
923fe2ed7e2c5d2ed3d4cce92ce0282577f77e0e
1,138
java
Java
base.core/src/main/java/eapli/base/colaboratormanagement/domain/Classificacao.java
rafael-ribeiro1/lapr4-isep
80ed93bcf377b70e23a0c41ee332dd6666244611
[ "MIT" ]
null
null
null
base.core/src/main/java/eapli/base/colaboratormanagement/domain/Classificacao.java
rafael-ribeiro1/lapr4-isep
80ed93bcf377b70e23a0c41ee332dd6666244611
[ "MIT" ]
null
null
null
base.core/src/main/java/eapli/base/colaboratormanagement/domain/Classificacao.java
rafael-ribeiro1/lapr4-isep
80ed93bcf377b70e23a0c41ee332dd6666244611
[ "MIT" ]
null
null
null
22.76
80
0.662566
1,001,321
package eapli.base.colaboratormanagement.domain; import javax.persistence.Embeddable; import java.util.Objects; @Embeddable public class Classificacao { private static final long serialVersionUID = 1L; final private double classificacao; private final static int LOWEST_CLASSIFICACAO=0; public Clas...
923fe34cf9aa8f8663a1c1c9835b07c2e5643e2c
2,742
java
Java
Veterinary/DemoTest-ejb/src/java/model/StaffFacade.java
nix0x00/JavaEE
7e1dd9cafc7af2760485cfe63871f3315d7db6a4
[ "MIT" ]
null
null
null
Veterinary/DemoTest-ejb/src/java/model/StaffFacade.java
nix0x00/JavaEE
7e1dd9cafc7af2760485cfe63871f3315d7db6a4
[ "MIT" ]
null
null
null
Veterinary/DemoTest-ejb/src/java/model/StaffFacade.java
nix0x00/JavaEE
7e1dd9cafc7af2760485cfe63871f3315d7db6a4
[ "MIT" ]
null
null
null
30.131868
114
0.625456
1,001,322
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package model; import java.io.IOException; import java.security.GeneralSecurityException; import java.util.Base64; import javax.crypto.Cip...
923fe396a7d95b8adc4148139f520339b80b8937
1,464
java
Java
fineract-provider/src/main/java/org/apache/fineract/organisation/monetary/exception/OrganizationalCurrencyNotFoundException.java
ezolnbl/fineract
015034c37def4d40986f1f5faa5c0212dea2f8ff
[ "ECL-2.0", "Apache-2.0" ]
668
2017-05-17T15:41:24.000Z
2022-03-24T15:00:37.000Z
fineract-provider/src/main/java/org/apache/fineract/organisation/monetary/exception/OrganizationalCurrencyNotFoundException.java
ezolnbl/fineract
015034c37def4d40986f1f5faa5c0212dea2f8ff
[ "ECL-2.0", "Apache-2.0" ]
1,114
2017-05-22T13:48:25.000Z
2022-03-31T09:49:53.000Z
fineract-provider/src/main/java/org/apache/fineract/organisation/monetary/exception/OrganizationalCurrencyNotFoundException.java
galovics/fineract
665bd0f6fbdbbb772087f11c5b599e51df5c2b64
[ "ECL-2.0", "Apache-2.0" ]
918
2017-05-17T13:28:06.000Z
2022-03-31T20:09:01.000Z
44.363636
134
0.771858
1,001,323
/** * 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 m...
923fe3a6875d10f3bf6e18460d1c2001d917bdce
2,205
java
Java
java-advent-of-code/src/main/java/advent/twenty_sixteen/Day23SafeCracking.java
AKiwiCoder/advent-of-code
ebf309f03b96cf209abe8b08f1d39b003cb6b88a
[ "MIT" ]
1
2019-11-26T13:20:23.000Z
2019-11-26T13:20:23.000Z
java-advent-of-code/src/main/java/advent/twenty_sixteen/Day23SafeCracking.java
AKiwiCoder/advent-of-code
ebf309f03b96cf209abe8b08f1d39b003cb6b88a
[ "MIT" ]
1
2019-11-11T07:37:21.000Z
2019-11-11T07:37:21.000Z
java-advent-of-code/src/main/java/advent/twenty_sixteen/Day23SafeCracking.java
AKiwiCoder/advent-of-code
ebf309f03b96cf209abe8b08f1d39b003cb6b88a
[ "MIT" ]
1
2019-12-03T20:59:37.000Z
2019-12-03T20:59:37.000Z
31.056338
104
0.595918
1,001,324
package advent.twenty_sixteen; import advent.common.DailyProblem; import advent.twenty_sixteen.support.ILeonardoOperation; import advent.twenty_sixteen.support.LeonardoToggleOperation; import advent.utilities.FileUtilities; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util....
923fe3b5b6db02bc8c3978e2da64121d51aab45c
1,418
java
Java
ym-EHR/ym-ehr-core/src/main/java/cn/itsource/excel/RewardPunishExcel.java
281698821/yunketang
945eb653efcc6740195398537b0e045a91c37412
[ "MIT" ]
null
null
null
ym-EHR/ym-ehr-core/src/main/java/cn/itsource/excel/RewardPunishExcel.java
281698821/yunketang
945eb653efcc6740195398537b0e045a91c37412
[ "MIT" ]
6
2020-04-23T18:30:14.000Z
2021-12-09T21:22:44.000Z
ym-EHR/ym-ehr-core/src/main/java/cn/itsource/excel/RewardPunishExcel.java
281698821/yunketang
945eb653efcc6740195398537b0e045a91c37412
[ "MIT" ]
null
null
null
18.415584
56
0.598025
1,001,325
package cn.itsource.excel; import cn.afterturn.easypoi.excel.annotation.Excel; import javax.persistence.Column; import java.io.Serializable; import java.util.Date; public class RewardPunishExcel implements Serializable { @Excel(name = "编号") private Integer id; @Excel(name = "情况说明") private String si...
923fe3fc4c65622a89f9a442dedfef9d24f5d199
1,667
java
Java
src/main/java/com/astrazeneca/vardict/data/SamView.java
mihin/VarDictJava
db17547f6e507c729fdffc17e5e4b4ce937899b3
[ "MIT" ]
122
2015-05-15T18:56:35.000Z
2022-02-25T09:29:32.000Z
src/main/java/com/astrazeneca/vardict/data/SamView.java
mihin/VarDictJava
db17547f6e507c729fdffc17e5e4b4ce937899b3
[ "MIT" ]
282
2015-04-13T19:31:57.000Z
2022-03-31T15:54:52.000Z
src/main/java/com/astrazeneca/vardict/data/SamView.java
mihin/VarDictJava
db17547f6e507c729fdffc17e5e4b4ce937899b3
[ "MIT" ]
55
2015-04-14T09:06:12.000Z
2021-08-29T17:31:53.000Z
31.45283
117
0.662268
1,001,326
package com.astrazeneca.vardict.data; import htsjdk.samtools.*; import java.util.HashMap; import java.util.Map; import static com.astrazeneca.vardict.data.scopedata.GlobalReadOnlyScope.instance; /** * To avoid performance issues only one SamView object on the same file can be opened per thread */ public class Sam...
923fe447b61105a279dd938aaa7f2afde4d99d44
1,698
java
Java
ZimbraTagLib/src/java/com/zimbra/cs/taglib/tag/signature/CreateSignatureTag.java
fciubotaru/z-pec
82335600341c6fb1bb8a471fd751243a90bc4d57
[ "MIT" ]
5
2019-03-26T07:51:56.000Z
2021-08-30T07:26:05.000Z
ZimbraTagLib/src/java/com/zimbra/cs/taglib/tag/signature/CreateSignatureTag.java
fciubotaru/z-pec
82335600341c6fb1bb8a471fd751243a90bc4d57
[ "MIT" ]
1
2015-08-18T19:03:32.000Z
2015-08-18T19:03:32.000Z
ZimbraTagLib/src/java/com/zimbra/cs/taglib/tag/signature/CreateSignatureTag.java
fciubotaru/z-pec
82335600341c6fb1bb8a471fd751243a90bc4d57
[ "MIT" ]
13
2015-03-11T00:26:35.000Z
2020-07-26T16:25:18.000Z
33.294118
75
0.683746
1,001,327
/* * ***** BEGIN LICENSE BLOCK ***** * Zimbra Collaboration Suite Server * Copyright (C) 2007, 2009, 2010 Zimbra, Inc. * * The contents of this file are subject to the Zimbra Public License * Version 1.3 ("License"); you may not use this file except in * compliance with the License. You may obtain a copy of th...
923fe51724781c05936a552e03a8cab23392c0cc
8,865
java
Java
src/main/java/io/lettuce/core/pubsub/PubSubEndpoint.java
Jessay/lettuce-core
46e67f645dd0315e95fe54f6e399e275cdaf3f84
[ "Apache-2.0" ]
null
null
null
src/main/java/io/lettuce/core/pubsub/PubSubEndpoint.java
Jessay/lettuce-core
46e67f645dd0315e95fe54f6e399e275cdaf3f84
[ "Apache-2.0" ]
null
null
null
src/main/java/io/lettuce/core/pubsub/PubSubEndpoint.java
Jessay/lettuce-core
46e67f645dd0315e95fe54f6e399e275cdaf3f84
[ "Apache-2.0" ]
null
null
null
31.660714
127
0.599098
1,001,328
/* * Copyright 2011-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
923fe5c89d57464057b53796501e502502de8d3b
919
java
Java
imagepicker/src/main/java/com/lzy/imagepicker/view/SuperCheckBox.java
yangxl006/ImagePicker
60b6036ff2329398bd1b1fc7ed7a34b51dd354e7
[ "Apache-2.0" ]
348
2019-03-01T08:33:58.000Z
2021-09-29T05:54:31.000Z
imagepicker/src/main/java/com/lzy/imagepicker/view/SuperCheckBox.java
yangxl006/ImagePicker
60b6036ff2329398bd1b1fc7ed7a34b51dd354e7
[ "Apache-2.0" ]
79
2019-04-15T07:41:56.000Z
2022-02-08T02:31:50.000Z
imagepicker/src/main/java/com/lzy/imagepicker/view/SuperCheckBox.java
yangxl006/ImagePicker
60b6036ff2329398bd1b1fc7ed7a34b51dd354e7
[ "Apache-2.0" ]
80
2019-03-06T03:34:41.000Z
2022-03-28T05:18:34.000Z
27.029412
77
0.683351
1,001,329
package com.lzy.imagepicker.view; import android.content.Context; import androidx.appcompat.widget.AppCompatCheckBox; import android.util.AttributeSet; import android.view.SoundEffectConstants; public class SuperCheckBox extends AppCompatCheckBox { public SuperCheckBox(Context context) { super(context);...
923fe70954f62a63012bbf7cc4b91ab5cc6f1083
585
java
Java
fmall-coupon/src/main/java/com/suse/fmall/coupon/service/SeckillSessionService.java
FlyingAnt8080/Fmall
f8da2149d2cf5279b62cfa477c8bcd865231e322
[ "Apache-2.0" ]
null
null
null
fmall-coupon/src/main/java/com/suse/fmall/coupon/service/SeckillSessionService.java
FlyingAnt8080/Fmall
f8da2149d2cf5279b62cfa477c8bcd865231e322
[ "Apache-2.0" ]
null
null
null
fmall-coupon/src/main/java/com/suse/fmall/coupon/service/SeckillSessionService.java
FlyingAnt8080/Fmall
f8da2149d2cf5279b62cfa477c8bcd865231e322
[ "Apache-2.0" ]
1
2022-01-03T07:54:51.000Z
2022-01-03T07:54:51.000Z
20.964286
79
0.735945
1,001,330
package com.suse.fmall.coupon.service; import com.baomidou.mybatisplus.extension.service.IService; import com.suse.common.utils.PageUtils; import com.suse.fmall.coupon.entity.SeckillSessionEntity; import java.util.List; import java.util.Map; /** * 秒杀活动场次 * * @author liujing * @email hzdkv@example.com * @date 20...
923fe730b63c743669e9d79c3d8ec262410f34ec
734
java
Java
MyTravelingDiary/XingKa/app/src/main/java/com/ruihai/xingka/api/model/CommentRepo.java
LegendKe/MyTravelingDiary
0bcb2a558fc5eacdae35573b43b03fbb2d46b341
[ "Apache-2.0" ]
2
2017-03-06T13:39:30.000Z
2017-11-09T12:12:16.000Z
MyTravelingDiary/XingKa/app/src/main/java/com/ruihai/xingka/api/model/CommentRepo.java
LegendKe/MyTravelingDiary
0bcb2a558fc5eacdae35573b43b03fbb2d46b341
[ "Apache-2.0" ]
null
null
null
MyTravelingDiary/XingKa/app/src/main/java/com/ruihai/xingka/api/model/CommentRepo.java
LegendKe/MyTravelingDiary
0bcb2a558fc5eacdae35573b43b03fbb2d46b341
[ "Apache-2.0" ]
null
null
null
21.588235
71
0.702997
1,001,331
package com.ruihai.xingka.api.model; import com.google.gson.annotations.SerializedName; import java.util.List; /** * Created by zecker on 15/9/23. */ public class CommentRepo extends XKRepo { @SerializedName("recordCount") private int recordCount; @SerializedName("commentMessage") private List<Co...
923fea8740cbf3915a259dd88d934be0c9548656
2,041
java
Java
build/swig/VixenJava/Sources/SharedTree.java
Caprica666/vixen
b71e9415bbfa5f080aee30a831e3b0c8f70fcc7d
[ "BSD-2-Clause" ]
1
2019-02-13T15:39:56.000Z
2019-02-13T15:39:56.000Z
build/swig/VixenJava/Sources/SharedTree.java
Caprica666/vixen
b71e9415bbfa5f080aee30a831e3b0c8f70fcc7d
[ "BSD-2-Clause" ]
null
null
null
build/swig/VixenJava/Sources/SharedTree.java
Caprica666/vixen
b71e9415bbfa5f080aee30a831e3b0c8f70fcc7d
[ "BSD-2-Clause" ]
2
2017-11-09T12:06:41.000Z
2019-02-13T15:40:02.000Z
27.213333
94
0.649192
1,001,332
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.1 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
923feafe31b66826982a1d3be93fdf3445941d33
9,239
java
Java
core/src/main/java/com/kumuluz/ee/EeApplication.java
Slaters/FAS02-Ex08
79535c4a5803ad188f4eceba63b298ee5bb68f38
[ "MIT" ]
null
null
null
core/src/main/java/com/kumuluz/ee/EeApplication.java
Slaters/FAS02-Ex08
79535c4a5803ad188f4eceba63b298ee5bb68f38
[ "MIT" ]
null
null
null
core/src/main/java/com/kumuluz/ee/EeApplication.java
Slaters/FAS02-Ex08
79535c4a5803ad188f4eceba63b298ee5bb68f38
[ "MIT" ]
null
null
null
37.864754
129
0.602771
1,001,333
package com.kumuluz.ee; import com.kumuluz.ee.common.Component; import com.kumuluz.ee.common.KumuluzServer; import com.kumuluz.ee.common.ServletServer; import com.kumuluz.ee.common.config.EeConfig; import com.kumuluz.ee.common.dependencies.*; import com.kumuluz.ee.common.exceptions.KumuluzServerException; import com.k...
923feb3b090d249d9eb29d4cc3fdd25aaa403e88
1,408
java
Java
game-engine/src/main/java/engine/graphics/block/BlockDisplay.java
UnknownStudio/KnownDomain
e5fa7dca74f1252ee1563db8e962502bdafbf068
[ "Apache-2.0" ]
59
2020-08-05T02:22:39.000Z
2022-03-13T12:45:42.000Z
game-engine/src/main/java/engine/graphics/block/BlockDisplay.java
UnknownStudio/KnownDomain
e5fa7dca74f1252ee1563db8e962502bdafbf068
[ "Apache-2.0" ]
37
2019-05-14T04:42:50.000Z
2020-01-07T12:48:56.000Z
game-engine/src/main/java/engine/graphics/block/BlockDisplay.java
UnknownStudio/KnownDomain
e5fa7dca74f1252ee1563db8e962502bdafbf068
[ "Apache-2.0" ]
16
2019-05-26T07:22:35.000Z
2019-12-16T05:00:23.000Z
25.142857
108
0.674716
1,001,334
package engine.graphics.block; import engine.block.state.BlockState; import engine.client.asset.AssetURL; import engine.component.Component; import engine.graphics.queue.RenderType; import java.util.HashMap; import java.util.Map; public class BlockDisplay implements Component { private AssetURL modelUrl; pr...
923feb6c18057f5fcb30ad4ec0921a93ee2462b8
1,128
java
Java
webapp/src/main/java/com/ibm/example/cryptoclient/KeyPair.java
IBM/signingserver
a1db6559b307413d66f9413d499158581107fee4
[ "Apache-2.0" ]
2
2021-11-16T22:24:14.000Z
2021-12-09T10:25:54.000Z
webapp/src/main/java/com/ibm/example/cryptoclient/KeyPair.java
IBM/signingserver
a1db6559b307413d66f9413d499158581107fee4
[ "Apache-2.0" ]
null
null
null
webapp/src/main/java/com/ibm/example/cryptoclient/KeyPair.java
IBM/signingserver
a1db6559b307413d66f9413d499158581107fee4
[ "Apache-2.0" ]
null
null
null
27.512195
76
0.75
1,001,335
// Copyright 2021 IBM Corp. 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 required by applicable law or agr...
923fec940f02f91efc0de6ef293306bc8032ceab
4,036
java
Java
src/main/java/com/cjburkey/claimchunk/placeholder/ClaimChunkPlaceholders.java
Geolykt/ClaimChunk
ea4ade28f4b7623d4bbca54064ce3c903711120c
[ "MIT" ]
null
null
null
src/main/java/com/cjburkey/claimchunk/placeholder/ClaimChunkPlaceholders.java
Geolykt/ClaimChunk
ea4ade28f4b7623d4bbca54064ce3c903711120c
[ "MIT" ]
null
null
null
src/main/java/com/cjburkey/claimchunk/placeholder/ClaimChunkPlaceholders.java
Geolykt/ClaimChunk
ea4ade28f4b7623d4bbca54064ce3c903711120c
[ "MIT" ]
null
null
null
34.495726
100
0.580278
1,001,336
package com.cjburkey.claimchunk.placeholder; import com.cjburkey.claimchunk.ClaimChunk; import com.cjburkey.claimchunk.Utils; import me.clip.placeholderapi.expansion.PlaceholderExpansion; import org.bukkit.OfflinePlayer; import org.bukkit.entity.Player; import javax.annotation.Nonnull; import java.util.Arrays; import...
923fed8bb2168cbbadc40c4e5eb5a2f0d22b185b
1,680
java
Java
contract-budgeting/test/uk/dangrew/cb/graphics/wizard/pages/WorkPackagePageTest.java
DanGrew/contract-budgeting
21b8d54417d3684286e41d1aa49aa9aaffe8f983
[ "Apache-2.0" ]
null
null
null
contract-budgeting/test/uk/dangrew/cb/graphics/wizard/pages/WorkPackagePageTest.java
DanGrew/contract-budgeting
21b8d54417d3684286e41d1aa49aa9aaffe8f983
[ "Apache-2.0" ]
null
null
null
contract-budgeting/test/uk/dangrew/cb/graphics/wizard/pages/WorkPackagePageTest.java
DanGrew/contract-budgeting
21b8d54417d3684286e41d1aa49aa9aaffe8f983
[ "Apache-2.0" ]
null
null
null
35
115
0.717262
1,001,337
package uk.dangrew.cb.graphics.wizard.pages; import static org.hamcrest.Matchers.is; import static org.junit.Assert.assertThat; import static org.junit.Assert.fail; import org.junit.Before; import org.junit.Test; import org.mockito.MockitoAnnotations; import uk.dangrew.cb.model.project.Project; import uk.dangrew.cb....
923fee486e6d3f352a86e2cd266424fafb104b12
10,040
java
Java
tests/org.pitest.pitclipse.ui.tests/src/org/pitest/pitclipse/ui/behaviours/pageobjects/PitPreferenceSelector.java
LorenzoBettini/pitclipse
fd824b3193e3efb55ec81a9ce7ea10ea4b49150d
[ "Apache-2.0" ]
null
null
null
tests/org.pitest.pitclipse.ui.tests/src/org/pitest/pitclipse/ui/behaviours/pageobjects/PitPreferenceSelector.java
LorenzoBettini/pitclipse
fd824b3193e3efb55ec81a9ce7ea10ea4b49150d
[ "Apache-2.0" ]
null
null
null
tests/org.pitest.pitclipse.ui.tests/src/org/pitest/pitclipse/ui/behaviours/pageobjects/PitPreferenceSelector.java
LorenzoBettini/pitclipse
fd824b3193e3efb55ec81a9ce7ea10ea4b49150d
[ "Apache-2.0" ]
null
null
null
33.691275
104
0.630876
1,001,338
/******************************************************************************* * Copyright 2012-2019 Phil Glover and contributors * * 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 * ...
923ff01e52c9b4b3a308224d5cdf262af92e1f49
2,435
java
Java
client/com/medicapital/client/login/ForgotPasswordPresenter.java
m-wrona/gwt-medicapital
c1c281fac9ea6b03ecfe9c879394e4c33f550f76
[ "MIT" ]
null
null
null
client/com/medicapital/client/login/ForgotPasswordPresenter.java
m-wrona/gwt-medicapital
c1c281fac9ea6b03ecfe9c879394e4c33f550f76
[ "MIT" ]
null
null
null
client/com/medicapital/client/login/ForgotPasswordPresenter.java
m-wrona/gwt-medicapital
c1c281fac9ea6b03ecfe9c879394e4c33f550f76
[ "MIT" ]
null
null
null
33.819444
99
0.744969
1,001,339
package com.medicapital.client.login; import static com.medicapital.client.log.Tracer.tracer; import com.medicapital.common.commands.CommandResp; import com.medicapital.common.commands.login.ForgotPasswordCommand; import com.medicapital.common.commands.login.ForgotPasswordCommandResp; import com.medicapital.comm...
923ff09f69eda6aabea95c4774eceaf809b61ee9
317
java
Java
spring-boot-cache/src/main/java/zhibi/learn/cache/domain/User.java
zhibi/spring-boot-study
4c1718c7af0dec16ee7a7aaf172d3c54d9bb1326
[ "Apache-2.0" ]
null
null
null
spring-boot-cache/src/main/java/zhibi/learn/cache/domain/User.java
zhibi/spring-boot-study
4c1718c7af0dec16ee7a7aaf172d3c54d9bb1326
[ "Apache-2.0" ]
4
2020-04-23T18:38:10.000Z
2021-12-09T21:23:20.000Z
spring-boot-cache/src/main/java/zhibi/learn/cache/domain/User.java
zhibi/learn-spring-boot
4c1718c7af0dec16ee7a7aaf172d3c54d9bb1326
[ "Apache-2.0" ]
null
null
null
13.208333
43
0.656151
1,001,340
package zhibi.learn.cache.domain; import lombok.Data; import java.io.Serializable; import java.util.Date; /** * @author 执笔 * @date 2019/7/11 16:56 */ @Data public class User implements Serializable { /** * 名字 */ private String name; private Date addTime; private Address address; }
923ff1ebd42e42cb723644727bdbe9faa91de59f
6,163
java
Java
app/src/main/java/com/irvan/evoa/Daftar.java
IrvanMaulana99/autentikasi-firebase-android
72e64e796952074bd3fe433c65754fcbd170a285
[ "MIT" ]
1
2021-06-18T11:39:22.000Z
2021-06-18T11:39:22.000Z
app/src/main/java/com/irvan/evoa/Daftar.java
IrvanMaulana99/autentikasi-firebase-android
72e64e796952074bd3fe433c65754fcbd170a285
[ "MIT" ]
null
null
null
app/src/main/java/com/irvan/evoa/Daftar.java
IrvanMaulana99/autentikasi-firebase-android
72e64e796952074bd3fe433c65754fcbd170a285
[ "MIT" ]
null
null
null
44.65942
130
0.545838
1,001,341
package com.irvan.evoa; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.text.TextUtils; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.EditText; import a...
923ff245a5254395155c568ac04c4a13e3ba3b4f
4,446
java
Java
Download/RxDownload-master/app/src/main/java/zlc/season/rxdownloadproject/activity/DownloadManagerActivity.java
weiwenqiang/GitHub
a22f3ed254a005a8c8007f677968655620ccd3b1
[ "Apache-2.0" ]
10
2017-11-27T03:18:15.000Z
2021-08-10T07:21:44.000Z
app/src/main/java/zlc/season/rxdownloadproject/activity/DownloadManagerActivity.java
zzjscm/RxDownload
ccd2d9612e10222255df05f403fccee60a7c031d
[ "Apache-2.0" ]
null
null
null
app/src/main/java/zlc/season/rxdownloadproject/activity/DownloadManagerActivity.java
zzjscm/RxDownload
ccd2d9612e10222255df05f403fccee60a7c031d
[ "Apache-2.0" ]
10
2018-04-20T08:43:59.000Z
2022-03-16T02:52:53.000Z
37.05
108
0.546559
1,001,342
package zlc.season.rxdownloadproject.activity; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.Toolbar; import android.view.View; import java.util.ArrayList; import java.util.List; import butterknife.Bin...
923ff30f3ef1aa5ab0eaf3dbd1e17f163bf9fdfa
2,712
java
Java
codebase/projects/localsdkquery/src/java/gov/nih/nci/cagrid/data/cql/cacore/HibernateUtil.java
NCIP/catrip
1615ab2598cf5ce060e98d69052ae0e52eaf9148
[ "BSD-3-Clause" ]
null
null
null
codebase/projects/localsdkquery/src/java/gov/nih/nci/cagrid/data/cql/cacore/HibernateUtil.java
NCIP/catrip
1615ab2598cf5ce060e98d69052ae0e52eaf9148
[ "BSD-3-Clause" ]
1
2019-04-30T06:37:01.000Z
2019-04-30T06:37:01.000Z
codebase/projects/localsdkquery/src/java/gov/nih/nci/cagrid/data/cql/cacore/HibernateUtil.java
NCIP/catrip
1615ab2598cf5ce060e98d69052ae0e52eaf9148
[ "BSD-3-Clause" ]
null
null
null
36.16
132
0.652655
1,001,343
/*L * Copyright Duke Comprehensive Cancer Center * * Distributed under the OSI-approved BSD 3-Clause License. * See http://ncip.github.com/catrip/LICENSE.txt for details. */ package gov.nih.nci.cagrid.data.cql.cacore; import java.util.HashMap; import java.util.Hashtable; import java.util.Map; import org.hiber...
923ff4ca9f80d9d6ea31f48ab793568b5ee03bfe
225
java
Java
biz/src/main/java/com/abbcc/dao/impl/SeoDaoImpl.java
baowp/platform
74e99bba08b88c6287ad2a79f1075909acec2c38
[ "Apache-2.0" ]
null
null
null
biz/src/main/java/com/abbcc/dao/impl/SeoDaoImpl.java
baowp/platform
74e99bba08b88c6287ad2a79f1075909acec2c38
[ "Apache-2.0" ]
null
null
null
biz/src/main/java/com/abbcc/dao/impl/SeoDaoImpl.java
baowp/platform
74e99bba08b88c6287ad2a79f1075909acec2c38
[ "Apache-2.0" ]
1
2018-03-19T03:12:37.000Z
2018-03-19T03:12:37.000Z
18.75
67
0.808889
1,001,344
package com.abbcc.dao.impl; import org.springframework.stereotype.Repository; import com.abbcc.dao.SeoDao; import com.abbcc.models.AbcSeo; @Repository public class SeoDaoImpl extends DaoImpl<AbcSeo> implements SeoDao { }
923ff4e80df6924af163137c4810dbcda65b0e5b
572
java
Java
src/persistencia/CausaDB.java
odmendoza/sma-emotions
6de3c0e8f7cb92c8074d5dfb623170d5ec0ff282
[ "MIT" ]
null
null
null
src/persistencia/CausaDB.java
odmendoza/sma-emotions
6de3c0e8f7cb92c8074d5dfb623170d5ec0ff282
[ "MIT" ]
null
null
null
src/persistencia/CausaDB.java
odmendoza/sma-emotions
6de3c0e8f7cb92c8074d5dfb623170d5ec0ff282
[ "MIT" ]
null
null
null
28.6
93
0.687063
1,001,345
package persistencia; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; public class CausaDB { ConexionDB conecction = new ConexionDB(); public ResultSet getCauses(String idEmotion) throws ClassNotFoundException, SQLException{ Statement statement = ...
923ff5ba354a9186b350a00eadbb1d0ef49bbdbf
2,630
java
Java
java/src/main/java/com/ywh/problem/leetcode/medium/LeetCode94.java
yipwinghong/Algorithm
e594df043c9d965dbfbd958554e88c533c844a45
[ "MIT" ]
9
2019-10-31T16:58:31.000Z
2022-02-08T08:42:30.000Z
java/src/main/java/com/ywh/problem/leetcode/medium/LeetCode94.java
yipwinghong/Algorithm
e594df043c9d965dbfbd958554e88c533c844a45
[ "MIT" ]
null
null
null
java/src/main/java/com/ywh/problem/leetcode/medium/LeetCode94.java
yipwinghong/Algorithm
e594df043c9d965dbfbd958554e88c533c844a45
[ "MIT" ]
null
null
null
22.10084
68
0.478707
1,001,346
package com.ywh.problem.leetcode.medium; import com.ywh.ds.tree.TreeNode; import java.util.ArrayList; import java.util.Deque; import java.util.LinkedList; import java.util.List; /** * 二叉树的中序遍历 * [栈] [树] * * 给定一个二叉树的根节点 root ,返回它的 中序 遍历。 * 示例 1: * 输入:root = [1,null,2,3] * 输出:[1,3,2] * 示例 2: * ...
923ff5dfddce12fc7e846c078b77d8270f00341b
8,334
java
Java
src/com/sun/security/auth/callback/TextCallbackHandler.java
terminux/jdk1.7.0_80
c2869af7cc5791f7e58894f4c9f5bceea3ed040e
[ "MIT" ]
null
null
null
src/com/sun/security/auth/callback/TextCallbackHandler.java
terminux/jdk1.7.0_80
c2869af7cc5791f7e58894f4c9f5bceea3ed040e
[ "MIT" ]
null
null
null
src/com/sun/security/auth/callback/TextCallbackHandler.java
terminux/jdk1.7.0_80
c2869af7cc5791f7e58894f4c9f5bceea3ed040e
[ "MIT" ]
2
2020-07-12T00:31:07.000Z
2021-05-26T07:38:37.000Z
31.80916
80
0.553636
1,001,347
/* * Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.security.auth.callback; /* JAAS imports */ import javax.security.auth.callback.Callbac...
923ff75c64b31d7f1ceeae57e33d70d824cc5388
905
java
Java
gmall-oms-interface/src/main/java/com/atguigu/gmall/oms/entity/OrderSettingEntity.java
zzf666666/gmall
ad23994f685b6950b996b513a60378644f61386b
[ "Apache-2.0" ]
1
2020-06-18T02:33:50.000Z
2020-06-18T02:33:50.000Z
gmall-oms-interface/src/main/java/com/atguigu/gmall/oms/entity/OrderSettingEntity.java
zzf666666/gmall
ad23994f685b6950b996b513a60378644f61386b
[ "Apache-2.0" ]
3
2021-03-19T20:23:52.000Z
2021-09-20T20:58:46.000Z
gmall-oms-interface/src/main/java/com/atguigu/gmall/oms/entity/OrderSettingEntity.java
zzf666666/gmall
ad23994f685b6950b996b513a60378644f61386b
[ "Apache-2.0" ]
1
2020-05-18T16:01:02.000Z
2020-05-18T16:01:02.000Z
16.943396
57
0.701559
1,001,348
package com.atguigu.gmall.oms.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import java.io.Serializable; import java.util.Date; import lombok.Data; /** * 订单配置信息 * * @author mj * @email nnheo@example.com * @date 2020-05-17 16:48:08 */ @Data @T...
923ff78f2eb276f751464082747aba23e6b866c9
5,991
java
Java
src/main/java/cn/dalgen/mybatis/gen/model/dbtable/Table.java
jeffrey-fu/dalgen
5e5b0ca0245bea5ae2fb027c0eb7840a73d94813
[ "Apache-2.0" ]
null
null
null
src/main/java/cn/dalgen/mybatis/gen/model/dbtable/Table.java
jeffrey-fu/dalgen
5e5b0ca0245bea5ae2fb027c0eb7840a73d94813
[ "Apache-2.0" ]
null
null
null
src/main/java/cn/dalgen/mybatis/gen/model/dbtable/Table.java
jeffrey-fu/dalgen
5e5b0ca0245bea5ae2fb027c0eb7840a73d94813
[ "Apache-2.0" ]
null
null
null
21.169611
87
0.545986
1,001,349
package cn.dalgen.mybatis.gen.model.dbtable; import com.google.common.collect.Lists; import com.google.common.collect.Ordering; import com.google.common.primitives.Ints; import org.apache.commons.lang.StringUtils; import java.util.List; /** * 表信息 Created by bangis.wangdf on 15/12/4. Desc */ public class Table { ...
923ff84ace67c38aba57ea0f579d57d2f93e9873
2,875
java
Java
src/main/java/org/apache/hadoop/chukwa/datacollection/agent/AdaptorManager.java
shreyass123/chukwa
326f05987cab95d3d58c5ead461c2c9360ba73d6
[ "Apache-2.0", "CC0-1.0" ]
73
2015-01-21T10:01:09.000Z
2022-02-09T04:54:27.000Z
src/main/java/org/apache/hadoop/chukwa/datacollection/agent/AdaptorManager.java
shreyass123/chukwa
326f05987cab95d3d58c5ead461c2c9360ba73d6
[ "Apache-2.0", "CC0-1.0" ]
4
2015-02-27T18:47:32.000Z
2018-07-16T23:12:38.000Z
core/src/main/java/org/apache/hadoop/chukwa/datacollection/agent/AdaptorManager.java
isabella232/chukwa
38742d250275529d07c1ff4f912a29b73a5985fb
[ "Apache-2.0", "CC0-1.0" ]
53
2015-02-10T20:36:01.000Z
2021-11-10T16:31:19.000Z
28.75
87
0.713043
1,001,350
/* * 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 ...
923ff8ab67ac614438ff52dc2c6e89d031860c2b
1,293
java
Java
src/com/sciome/bmdexpress2/serviceInterface/IPrefilterService.java
tosaddler/BMDExpress-2.0
109b78d092695e8f03eaa8fd3289836e59bffb82
[ "Unlicense" ]
null
null
null
src/com/sciome/bmdexpress2/serviceInterface/IPrefilterService.java
tosaddler/BMDExpress-2.0
109b78d092695e8f03eaa8fd3289836e59bffb82
[ "Unlicense" ]
null
null
null
src/com/sciome/bmdexpress2/serviceInterface/IPrefilterService.java
tosaddler/BMDExpress-2.0
109b78d092695e8f03eaa8fd3289836e59bffb82
[ "Unlicense" ]
null
null
null
51.72
106
0.843001
1,001,351
package com.sciome.bmdexpress2.serviceInterface; import com.sciome.bmdexpress2.mvp.model.IStatModelProcessable; import com.sciome.bmdexpress2.mvp.model.prefilter.OneWayANOVAResults; import com.sciome.bmdexpress2.mvp.model.prefilter.OriogenResults; import com.sciome.bmdexpress2.mvp.model.prefilter.WilliamsTrendRes...
923ff8eb4db5e8363fc379af3e48862ebffd6a69
2,797
java
Java
src/main/java/org/bian/dto/BQInitiativeExchangeInputModel.java
bianapis/sd-segment-direction-v2
a98c41149b58b8adb2c072ba07c0d34b40c2e910
[ "Apache-2.0" ]
null
null
null
src/main/java/org/bian/dto/BQInitiativeExchangeInputModel.java
bianapis/sd-segment-direction-v2
a98c41149b58b8adb2c072ba07c0d34b40c2e910
[ "Apache-2.0" ]
null
null
null
src/main/java/org/bian/dto/BQInitiativeExchangeInputModel.java
bianapis/sd-segment-direction-v2
a98c41149b58b8adb2c072ba07c0d34b40c2e910
[ "Apache-2.0" ]
null
null
null
34.109756
189
0.82088
1,001,352
package org.bian.dto; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import org.bian.dto.CRSegmentStrategyExchangeInputModelSegmentStrategyExchangeActionRequest; import j...
923ff938ae5465e541d032e1614de25a18089b1f
908
java
Java
document-storm-cpu/src/main/java/top/docstorm/documentstormcpu/consumer/FileMessageConsumer.java
icankeep/Document-Storm-2.0
ea785789e977b4987949e1ef57a01593702364ff
[ "MIT" ]
2
2019-09-09T13:26:27.000Z
2019-10-06T03:57:37.000Z
document-storm-cpu/src/main/java/top/docstorm/documentstormcpu/consumer/FileMessageConsumer.java
icankeep/Document-Storm-2.0
ea785789e977b4987949e1ef57a01593702364ff
[ "MIT" ]
null
null
null
document-storm-cpu/src/main/java/top/docstorm/documentstormcpu/consumer/FileMessageConsumer.java
icankeep/Document-Storm-2.0
ea785789e977b4987949e1ef57a01593702364ff
[ "MIT" ]
null
null
null
31.310345
93
0.778634
1,001,353
package top.docstorm.documentstormcpu.consumer; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jms.annotation.JmsListener; import org.springframework.stereotype.Service; import top.docstorm.documentstormcommon.co...
923ffa56a589b4988115c5232229c4e205198d42
443
java
Java
AlgorithmSamples/src/prgs/MatriceSamples/Prg089.java
yalihan/IntroductionToProgramming_CSystem-AliVefaSerce-
ccdf25ce69042493d6b94736696141f6c5afc55f
[ "MIT" ]
1
2020-08-13T20:50:25.000Z
2020-08-13T20:50:25.000Z
AlgorithmSamples/src/prgs/MatriceSamples/Prg089.java
yalihan/IntroductionProgramming_CSystem-AliVefaSerce-
ccdf25ce69042493d6b94736696141f6c5afc55f
[ "MIT" ]
null
null
null
AlgorithmSamples/src/prgs/MatriceSamples/Prg089.java
yalihan/IntroductionProgramming_CSystem-AliVefaSerce-
ccdf25ce69042493d6b94736696141f6c5afc55f
[ "MIT" ]
null
null
null
26.058824
55
0.559819
1,001,354
package prgs.MatriceSamples; import prgs.Prg; public class Prg089 extends Prg{ public void cozum() { int[][] m = {{5,7,3},{15,6,10},{22,9,1},{11,14,18}}; int[][] transposeM = new int[m[0].length][m.length]; for(int i=0 ; i<transposeM.length ; i++) { for(int j=0 ; j<transposeM[0].length ; j++) { ...
923ffaadd30125654b5fedbd8301706c67178159
566
java
Java
src/api/java/mekanism/api/recipes/inputs/IInputHandler.java
sctprog/Mekanism
af6038d5e8a7d7451cf26145ca4f71f13339dfea
[ "MIT" ]
4
2020-09-02T01:27:30.000Z
2021-05-29T22:58:12.000Z
src/api/java/mekanism/api/recipes/inputs/IInputHandler.java
sctprog/Mekanism
af6038d5e8a7d7451cf26145ca4f71f13339dfea
[ "MIT" ]
1
2016-11-01T07:51:35.000Z
2016-11-01T07:53:42.000Z
src/api/java/mekanism/api/recipes/inputs/IInputHandler.java
sctprog/Mekanism
af6038d5e8a7d7451cf26145ca4f71f13339dfea
[ "MIT" ]
1
2021-09-24T19:27:07.000Z
2021-09-24T19:27:07.000Z
33.294118
107
0.772085
1,001,355
package mekanism.api.recipes.inputs; public interface IInputHandler<INPUT> { //TODO: Note that the returned value should not be modified INPUT getInput(); INPUT getRecipeInput(InputIngredient<INPUT> recipeIngredient); void use(INPUT recipeInput, int operations); default int operationsCanSupport...
923ffc52639c847d03a668cffa35485cef3109e2
1,138
java
Java
src/test/java/com/covisint/cf/servicebroker/dynatrace/model/PlanTest.java
alokhm/dynatrace-service-broker
591f4909efcc4089b8053711abec6d75eda5de0c
[ "Apache-2.0" ]
null
null
null
src/test/java/com/covisint/cf/servicebroker/dynatrace/model/PlanTest.java
alokhm/dynatrace-service-broker
591f4909efcc4089b8053711abec6d75eda5de0c
[ "Apache-2.0" ]
null
null
null
src/test/java/com/covisint/cf/servicebroker/dynatrace/model/PlanTest.java
alokhm/dynatrace-service-broker
591f4909efcc4089b8053711abec6d75eda5de0c
[ "Apache-2.0" ]
null
null
null
24.73913
69
0.643234
1,001,356
package com.covisint.cf.servicebroker.dynatrace.model; import java.io.IOException; import java.util.Map; import java.util.UUID; import com.covisint.cf.servicebroker.dynatrace.model.Plan; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue;...
923ffd5eef401569d2926d40e154b55169490abd
1,989
java
Java
app/src/main/java/com/enzorobaina/synclocalandremotedb/database/CharacterDAO.java
EnzoRobaina/Android-SyncLocalAndRemoteDB
a820af67ec496767d13794605f4afaabef497ad8
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/enzorobaina/synclocalandremotedb/database/CharacterDAO.java
EnzoRobaina/Android-SyncLocalAndRemoteDB
a820af67ec496767d13794605f4afaabef497ad8
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/enzorobaina/synclocalandremotedb/database/CharacterDAO.java
EnzoRobaina/Android-SyncLocalAndRemoteDB
a820af67ec496767d13794605f4afaabef497ad8
[ "Apache-2.0" ]
null
null
null
42.319149
278
0.737054
1,001,357
package com.enzorobaina.synclocalandremotedb.database; import androidx.lifecycle.LiveData; import androidx.room.Dao; import androidx.room.Insert; import androidx.room.OnConflictStrategy; import androidx.room.Query; import androidx.room.Update; import com.enzorobaina.synclocalandremotedb.model.Character; import java.ut...
923ffeaeb2af778b36a32e7d6a969d07b98d3895
1,589
java
Java
app/src/main/java/kr/iamport/sdk/PaymentScheme.java
iamport/iamport-nice-android-graddle
9279c89631055d16d054cbd5f27ec0a9345f8434
[ "MIT" ]
2
2019-02-15T08:50:45.000Z
2019-03-24T13:54:30.000Z
app/src/main/java/kr/iamport/sdk/PaymentScheme.java
iamport/iamport-nice-android-graddle
9279c89631055d16d054cbd5f27ec0a9345f8434
[ "MIT" ]
null
null
null
app/src/main/java/kr/iamport/sdk/PaymentScheme.java
iamport/iamport-nice-android-graddle
9279c89631055d16d054cbd5f27ec0a9345f8434
[ "MIT" ]
null
null
null
69.086957
221
0.761485
1,001,358
package kr.iamport.sdk; /** * Created by jang on 2017. 9. 9.. */ public class PaymentScheme { public final static String ISP = "ispmobile"; // ISP모바일 : ispmobile://TID=nictest00m01011606281506341724 public final static String BANKPAY = "kftc-bankpay"; public final static String LOTTE_APPCARD = "lottea...
923ffff8e955bd59fd11179804c00841bc3b4877
614
java
Java
modules/dashboard-commons/src/test/java/org/jboss/dashboard/pojo/CellPhone.java
etirelli/dashboard-builder
6049ec9bd6274189d90567dca5869f29bb0a24e4
[ "Apache-2.0" ]
null
null
null
modules/dashboard-commons/src/test/java/org/jboss/dashboard/pojo/CellPhone.java
etirelli/dashboard-builder
6049ec9bd6274189d90567dca5869f29bb0a24e4
[ "Apache-2.0" ]
null
null
null
modules/dashboard-commons/src/test/java/org/jboss/dashboard/pojo/CellPhone.java
etirelli/dashboard-builder
6049ec9bd6274189d90567dca5869f29bb0a24e4
[ "Apache-2.0" ]
null
null
null
30.7
75
0.739414
1,001,359
/* * Copyright 2015 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under t...
9240002f8b3d8e93239b0da6cafed37e365b6b37
900
java
Java
core/src/main/java/org/infinispan/factories/PartitionHandlingManagerFactory.java
an1310/infinispan
85a1e6cc53fe3b68040fa44de28aee9f36f44bbc
[ "Apache-2.0" ]
null
null
null
core/src/main/java/org/infinispan/factories/PartitionHandlingManagerFactory.java
an1310/infinispan
85a1e6cc53fe3b68040fa44de28aee9f36f44bbc
[ "Apache-2.0" ]
41
2019-06-11T11:25:03.000Z
2021-08-02T16:57:31.000Z
core/src/main/java/org/infinispan/factories/PartitionHandlingManagerFactory.java
an1310/infinispan
85a1e6cc53fe3b68040fa44de28aee9f36f44bbc
[ "Apache-2.0" ]
null
null
null
33.333333
98
0.741111
1,001,360
package org.infinispan.factories; import org.infinispan.factories.annotations.DefaultFactoryFor; import org.infinispan.partitionhandling.impl.PartitionHandlingManager; import org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl; /** * @author Dan Berindei * @since 7.0 */ @DefaultFactoryFor(classes =...
924000462faa28195b65c923ea5636565d2ffba5
372
java
Java
mobile_app1/module51/src/main/java/module51packageJava0/Foo126.java
HiWong/android-build-eval
d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6
[ "Apache-2.0" ]
70
2021-01-22T16:48:06.000Z
2022-02-16T10:37:33.000Z
mobile_app1/module51/src/main/java/module51packageJava0/Foo126.java
HiWong/android-build-eval
d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6
[ "Apache-2.0" ]
16
2021-01-22T20:52:52.000Z
2021-08-09T17:51:24.000Z
mobile_app1/module51/src/main/java/module51packageJava0/Foo126.java
HiWong/android-build-eval
d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6
[ "Apache-2.0" ]
5
2021-01-26T13:53:49.000Z
2021-08-11T20:10:57.000Z
11.625
45
0.572581
1,001,361
package module51packageJava0; import java.lang.Integer; public class Foo126 { Integer int0; public void foo0() { new module51packageJava0.Foo125().foo5(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public void foo4() { fo...
9240005aeb7a8e23c9eca3ff14715ee8a0069af5
12,972
java
Java
services/namespace/src/main/java/com/dremio/service/namespace/PartitionChunkId.java
geetek/dremio-oss
812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2
[ "Apache-2.0" ]
1,085
2017-07-19T15:08:38.000Z
2022-03-29T13:35:07.000Z
services/namespace/src/main/java/com/dremio/service/namespace/PartitionChunkId.java
geetek/dremio-oss
812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2
[ "Apache-2.0" ]
20
2017-07-19T20:16:27.000Z
2021-12-02T10:56:25.000Z
services/namespace/src/main/java/com/dremio/service/namespace/PartitionChunkId.java
geetek/dremio-oss
812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2
[ "Apache-2.0" ]
398
2017-07-19T18:12:58.000Z
2022-03-30T09:37:40.000Z
37.062857
140
0.74021
1,001,362
/* * Copyright (C) 2017-2019 Dremio Corporation * * 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 l...
9240006a2d3b0b22da387198b9ccafbe05f9c4e7
1,740
java
Java
SampleHibernate/src/main/java/com/imos/hibernate/HibernateCritieriaQueryTest.java
aloktech/AllProjects
9a7f3318517083b2d0fa5313580bbf725b677989
[ "Apache-2.0" ]
1
2020-03-12T12:55:27.000Z
2020-03-12T12:55:27.000Z
SampleHibernate/src/main/java/com/imos/hibernate/HibernateCritieriaQueryTest.java
aloktech/AllProjects
9a7f3318517083b2d0fa5313580bbf725b677989
[ "Apache-2.0" ]
9
2021-09-20T20:36:53.000Z
2022-03-08T21:11:25.000Z
SampleHibernate/src/main/java/com/imos/hibernate/HibernateCritieriaQueryTest.java
aloktech/AllProjects
9a7f3318517083b2d0fa5313580bbf725b677989
[ "Apache-2.0" ]
null
null
null
34.8
101
0.591954
1,001,363
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.imos.hibernate; import com.imos.hibernate.dto.PersonDetails; import java.util.List; import org.hibernate.Criteria; import ...
924000bc7bc07d309c52ba5bc697cf562acbf973
3,148
java
Java
src/test/java/org/jenkinsci/plugins/cloudstats/TrackedAgent.java
jenkinsci/cloud-stats-plugin
d623611baf926afede1e39472e0ce7dc99937484
[ "MIT" ]
9
2016-08-11T11:03:46.000Z
2019-04-17T06:46:37.000Z
src/test/java/org/jenkinsci/plugins/cloudstats/TrackedAgent.java
jenkinsci/cloud-stats-plugin
d623611baf926afede1e39472e0ce7dc99937484
[ "MIT" ]
21
2017-01-02T15:26:47.000Z
2021-05-13T11:19:15.000Z
src/test/java/org/jenkinsci/plugins/cloudstats/TrackedAgent.java
jenkinsci/cloud-stats-plugin
d623611baf926afede1e39472e0ce7dc99937484
[ "MIT" ]
17
2016-05-05T18:59:26.000Z
2021-01-14T22:27:38.000Z
38.864198
256
0.74587
1,001,364
/* * The MIT License (MIT) * * Copyright (c) 2021 Red Hat, Inc. * * 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...
924000ccde60066bfe54c0c841e4326348d8949d
4,182
java
Java
commercetools-models/src/main/java/io/sphere/sdk/products/attributes/AttributeExtraction.java
FL-K/commercetools-jvm-sdk
6c3ba0d2e29e2f9c1a4054d99ea1e3ba8cf323ac
[ "Apache-2.0" ]
null
null
null
commercetools-models/src/main/java/io/sphere/sdk/products/attributes/AttributeExtraction.java
FL-K/commercetools-jvm-sdk
6c3ba0d2e29e2f9c1a4054d99ea1e3ba8cf323ac
[ "Apache-2.0" ]
null
null
null
commercetools-models/src/main/java/io/sphere/sdk/products/attributes/AttributeExtraction.java
FL-K/commercetools-jvm-sdk
6c3ba0d2e29e2f9c1a4054d99ea1e3ba8cf323ac
[ "Apache-2.0" ]
null
null
null
43.113402
183
0.710187
1,001,365
package io.sphere.sdk.products.attributes; import io.sphere.sdk.models.Base; import io.sphere.sdk.producttypes.AttributeDefinitionContainer; import javax.annotation.Nullable; import java.util.Optional; import java.util.function.Function; import java.util.function.Supplier; /** * Helper class to create mapping from ...
924001441913c8cb721c7052c7185575833b8d47
2,504
java
Java
src/main/java/org/broad/igv/feature/Cytoband.java
RoelKluin/igv
71f8969321b4bcdef16f6a231d270586bde0b284
[ "MIT" ]
406
2015-05-10T03:01:00.000Z
2022-03-24T23:11:32.000Z
src/main/java/org/broad/igv/feature/Cytoband.java
kutama/igv
1617851778eb4832fcb282e4c8caed78ff5e4d13
[ "MIT" ]
931
2015-05-07T14:34:58.000Z
2022-03-30T13:38:57.000Z
src/main/java/org/broad/igv/feature/Cytoband.java
kutama/igv
1617851778eb4832fcb282e4c8caed78ff5e4d13
[ "MIT" ]
498
2015-06-03T16:14:35.000Z
2022-03-15T19:39:39.000Z
22.972477
80
0.63778
1,001,366
/* * The MIT License (MIT) * * Copyright (c) 2007-2015 Broad Institute * * 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 *...
9240014bcc8ef429e946673b5552ede325477428
1,039
java
Java
thread/src/main/java/com/zgy/learn/aqs/mustkowntool/UseSemaphore.java
prayjourney/bucket-improvement
5b0e3df9b96ecbbade7b2a7736cbaba1074d3148
[ "Apache-2.0" ]
null
null
null
thread/src/main/java/com/zgy/learn/aqs/mustkowntool/UseSemaphore.java
prayjourney/bucket-improvement
5b0e3df9b96ecbbade7b2a7736cbaba1074d3148
[ "Apache-2.0" ]
null
null
null
thread/src/main/java/com/zgy/learn/aqs/mustkowntool/UseSemaphore.java
prayjourney/bucket-improvement
5b0e3df9b96ecbbade7b2a7736cbaba1074d3148
[ "Apache-2.0" ]
null
null
null
30.558824
105
0.481232
1,001,367
package com.zgy.learn.aqs.mustkowntool; import java.util.concurrent.Semaphore; import java.util.concurrent.TimeUnit; /** * @Author: renjiaxin * @Despcription: * @Date: Created in 2020/3/8 4:27 * @Modified by: */ public class UseSemaphore { public static void main(String[] args) { // 只有三个共享的资源 ...
92400209d2d222408b2671efcf4347fe1eb2fdb0
1,185
java
Java
clustered/server/service-api/src/main/java/org/ehcache/clustered/server/ServerSideServerStore.java
mobasherul/ehcache3
cec8c7274050a816494fac2a15a7f7d95ad6de03
[ "Apache-2.0" ]
1,900
2015-01-16T13:52:10.000Z
2022-03-31T02:30:15.000Z
clustered/server/service-api/src/main/java/org/ehcache/clustered/server/ServerSideServerStore.java
mobasherul/ehcache3
cec8c7274050a816494fac2a15a7f7d95ad6de03
[ "Apache-2.0" ]
1,912
2015-01-05T22:27:45.000Z
2022-03-18T06:19:35.000Z
clustered/server/service-api/src/main/java/org/ehcache/clustered/server/ServerSideServerStore.java
mobasherul/ehcache3
cec8c7274050a816494fac2a15a7f7d95ad6de03
[ "Apache-2.0" ]
632
2015-01-13T04:07:13.000Z
2022-02-25T08:57:49.000Z
35.909091
75
0.777215
1,001,368
/* * Copyright Terracotta, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
9240022ffd20411793693ac1e8d69beab9c4749e
882
java
Java
TheFirstModule/src/LeetCode/Solution14_Cplusplus.java
xiongEd/TheFirstModule
4016ed2ff327e5c51e3ee2434cee5536ebe40ae1
[ "Apache-2.0" ]
1
2020-01-09T09:59:23.000Z
2020-01-09T09:59:23.000Z
TheFirstModule/src/LeetCode/Solution14_Cplusplus.java
xiongEd/TheFirstModule
4016ed2ff327e5c51e3ee2434cee5536ebe40ae1
[ "Apache-2.0" ]
null
null
null
TheFirstModule/src/LeetCode/Solution14_Cplusplus.java
xiongEd/TheFirstModule
4016ed2ff327e5c51e3ee2434cee5536ebe40ae1
[ "Apache-2.0" ]
null
null
null
20.511628
82
0.452381
1,001,369
package LeetCode; /* 编写一个函数来查找字符串数组中的最长公共前缀。 如果不存在公共前缀,返回空字符串 ""。 示例 1: 输入: ["flower","flow","flight"] 输出: "fl" 示例 2: 输入: ["dog","racecar","car"] 输出: "" 解释: 输入不存在公共前缀。 */ public class Solution14_Cplusplus { /* public: string longestCommonPrefix(vector<string>& strs) { string ans = ""; i...
924002bf78657bb9e3af7972cdd046af69dca195
10,399
java
Java
main/plugins/org.talend.metadata.managment/src/main/java/org/talend/metadata/managment/model/IMetadataFiller.java
coheigea/tcommon-studio-se
681d9a8240b120f5633d751590ac09d31ea8879b
[ "Apache-2.0" ]
75
2015-01-29T03:23:32.000Z
2022-02-26T07:05:40.000Z
main/plugins/org.talend.metadata.managment/src/main/java/org/talend/metadata/managment/model/IMetadataFiller.java
coheigea/tcommon-studio-se
681d9a8240b120f5633d751590ac09d31ea8879b
[ "Apache-2.0" ]
813
2015-01-21T09:36:31.000Z
2022-03-30T01:15:29.000Z
main/plugins/org.talend.metadata.managment/src/main/java/org/talend/metadata/managment/model/IMetadataFiller.java
coheigea/tcommon-studio-se
681d9a8240b120f5633d751590ac09d31ea8879b
[ "Apache-2.0" ]
272
2015-01-08T06:47:46.000Z
2022-02-09T23:22:27.000Z
45.609649
131
0.685066
1,001,370
// ============================================================================ // // Copyright (C) 2006-2021 Talend Inc. - www.talend.com // // This source code is available under agreement available at // %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt // // You should have...
924002c692d9148e11c4458849e0fb912ea5ee18
3,927
java
Java
src/main/java/com/ideastormsoftware/cvutils/ui/RenderPane.java
ideastorm/CvUtils
0f069f7c7ab07bb63c474ee9359009da21700067
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
src/main/java/com/ideastormsoftware/cvutils/ui/RenderPane.java
ideastorm/CvUtils
0f069f7c7ab07bb63c474ee9359009da21700067
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
src/main/java/com/ideastormsoftware/cvutils/ui/RenderPane.java
ideastorm/CvUtils
0f069f7c7ab07bb63c474ee9359009da21700067
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
37.769231
99
0.595978
1,001,371
/* * Copyright 2015 Phillip Hayward <nnheo@example.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 requi...