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
3e142d9ddc05f1381582b23e30d2afabbf41de94
1,919
java
Java
src/main/java/top/sceon/blog/controller/backend/LoginController.java
secret32/sceonblog
233dae642ddd36b5de701158e0482532b1578cd5
[ "Apache-2.0" ]
null
null
null
src/main/java/top/sceon/blog/controller/backend/LoginController.java
secret32/sceonblog
233dae642ddd36b5de701158e0482532b1578cd5
[ "Apache-2.0" ]
null
null
null
src/main/java/top/sceon/blog/controller/backend/LoginController.java
secret32/sceonblog
233dae642ddd36b5de701158e0482532b1578cd5
[ "Apache-2.0" ]
null
null
null
39.163265
113
0.661803
8,537
package top.sceon.blog.controller.backend; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.servlet.ModelAndView; import top.sceon.blog.controller.BaseContr...
3e142dbd2dd558ea00942fb4a139bd9ad64aee93
41,942
java
Java
agp-7.1.0-alpha01/tools/base/ddmlib/src/main/java/com/android/ddmlib/IDevice.java
jomof/CppBuildCacheWorkInProgress
9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51
[ "Apache-2.0" ]
null
null
null
agp-7.1.0-alpha01/tools/base/ddmlib/src/main/java/com/android/ddmlib/IDevice.java
jomof/CppBuildCacheWorkInProgress
9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51
[ "Apache-2.0" ]
null
null
null
agp-7.1.0-alpha01/tools/base/ddmlib/src/main/java/com/android/ddmlib/IDevice.java
jomof/CppBuildCacheWorkInProgress
9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51
[ "Apache-2.0" ]
null
null
null
42.110442
101
0.678699
8,538
/* * Copyright (C) 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
3e1430b391e92b09fb733e9e2e3ae0cda8e82104
5,039
java
Java
tests/java/com/twitter/common/quantity/AmountTest.java
Ranjan2002/commons
fbe015322ada1975f53a3dbfd1ac46f1d14c05dc
[ "Apache-2.0" ]
1,143
2015-01-05T04:19:24.000Z
2019-12-11T12:02:23.000Z
tests/java/com/twitter/common/quantity/AmountTest.java
Ranjan2002/commons
fbe015322ada1975f53a3dbfd1ac46f1d14c05dc
[ "Apache-2.0" ]
144
2015-01-06T05:05:07.000Z
2019-12-12T18:02:37.000Z
tests/java/com/twitter/common/quantity/AmountTest.java
Ranjan2002/commons
fbe015322ada1975f53a3dbfd1ac46f1d14c05dc
[ "Apache-2.0" ]
426
2015-01-08T08:33:41.000Z
2019-12-09T13:15:40.000Z
41.644628
100
0.651717
8,539
// ================================================================================================= // Copyright 2011 Twitter, Inc. // ------------------------------------------------------------------------------------------------- // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use ...
3e1431972b755770c22bf45246e8484c64faf8c8
1,561
java
Java
src/java/simpledb/storage/HeapPageId.java
LebronAl/simple-db-hw-2021
37d5083e6bcff15e220afd7458839afe2453e8fd
[ "MIT" ]
null
null
null
src/java/simpledb/storage/HeapPageId.java
LebronAl/simple-db-hw-2021
37d5083e6bcff15e220afd7458839afe2453e8fd
[ "MIT" ]
null
null
null
src/java/simpledb/storage/HeapPageId.java
LebronAl/simple-db-hw-2021
37d5083e6bcff15e220afd7458839afe2453e8fd
[ "MIT" ]
null
null
null
22.3
100
0.650865
8,540
package simpledb.storage; import java.util.Objects; /** * Unique identifier for HeapPage objects. */ public class HeapPageId implements PageId { private final int tableId; private final int pageNumber; /** * Constructor. Create a page id structure for a specific page of a specific table. * * @param...
3e1431d2092c428c069f8ae4ab0da42f49c0f0b9
345
java
Java
source/chapter7/7.1/7.1.2/hello2/src/com/droider/hello2/MyActiviry.java
TopGuo/android_learn_nixiang
da1876e1949ae9f40a7222dd1ca9eb13916a35a9
[ "MIT" ]
null
null
null
source/chapter7/7.1/7.1.2/hello2/src/com/droider/hello2/MyActiviry.java
TopGuo/android_learn_nixiang
da1876e1949ae9f40a7222dd1ca9eb13916a35a9
[ "MIT" ]
null
null
null
source/chapter7/7.1/7.1.2/hello2/src/com/droider/hello2/MyActiviry.java
TopGuo/android_learn_nixiang
da1876e1949ae9f40a7222dd1ca9eb13916a35a9
[ "MIT" ]
null
null
null
21.5625
53
0.710145
8,541
package com.droider.hello2; import android.app.Activity; import android.os.Bundle; public class MyActiviry extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView...
3e14325ae0382d3c4b154d5eb4f963bd43a34b03
1,391
java
Java
line-bot-model/src/main/java/com/linecorp/bot/model/message/flex/component/FlexComponent.java
okue/line-bot-sdk-java
e89cce60145321a49349c3e58ac4e138d7fd5c24
[ "Apache-2.0" ]
587
2016-04-15T23:41:16.000Z
2022-03-29T14:28:18.000Z
line-bot-model/src/main/java/com/linecorp/bot/model/message/flex/component/FlexComponent.java
okue/line-bot-sdk-java
e89cce60145321a49349c3e58ac4e138d7fd5c24
[ "Apache-2.0" ]
510
2016-04-18T01:40:25.000Z
2022-03-30T09:52:19.000Z
line-bot-model/src/main/java/com/linecorp/bot/model/message/flex/component/FlexComponent.java
okue/line-bot-sdk-java
e89cce60145321a49349c3e58ac4e138d7fd5c24
[ "Apache-2.0" ]
1,061
2016-04-15T13:02:48.000Z
2022-03-30T09:50:29.000Z
33.926829
78
0.718188
8,542
/* * Copyright 2018 LINE Corporation * * LINE Corporation licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
3e1432aab314920ef567bb8999283fd0a6e4ccb0
11,689
java
Java
app/src/main/java/com/huangtao/meetingroom/fragment/MainBusyFragment.java
ist-fwwb/meetingroom-android
85cf18ea66f57612e54bce782653831d8f22f070
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/huangtao/meetingroom/fragment/MainBusyFragment.java
ist-fwwb/meetingroom-android
85cf18ea66f57612e54bce782653831d8f22f070
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/huangtao/meetingroom/fragment/MainBusyFragment.java
ist-fwwb/meetingroom-android
85cf18ea66f57612e54bce782653831d8f22f070
[ "Apache-2.0" ]
1
2018-12-25T09:05:37.000Z
2018-12-25T09:05:37.000Z
35.855828
120
0.593378
8,543
package com.huangtao.meetingroom.fragment; import android.app.ProgressDialog; import android.content.Intent; import android.support.v7.widget.DividerItemDecoration; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.text.format.Time; import android.util....
3e14336ab98da8cba6d4185fc38ea46e6c96212a
205
java
Java
src/main/java/org/thedryden/workmanager/Status.java
thedryden/workmanager
dba2185366d2f91cc886fa9bb84405662b12f1c1
[ "Apache-2.0" ]
null
null
null
src/main/java/org/thedryden/workmanager/Status.java
thedryden/workmanager
dba2185366d2f91cc886fa9bb84405662b12f1c1
[ "Apache-2.0" ]
null
null
null
src/main/java/org/thedryden/workmanager/Status.java
thedryden/workmanager
dba2185366d2f91cc886fa9bb84405662b12f1c1
[ "Apache-2.0" ]
null
null
null
20.5
60
0.726829
8,544
package org.thedryden.workmanager; /*** * Enum for the various statuses that a Worker can be in * @author thedr * */ public enum Status { EMPTY, PENDING, RUNNING, SUCCESS, FAILED, PRECEDENCE_FAILED }
3e14346bc05533e6735d5e91631b7c0126653b17
1,144
java
Java
src/main/java/com/timeyang/amanda/core/valadation/NotBlank.java
codeSourc3/amanda
60883b77f56f1d053de02d9dff2d3f4e27279448
[ "Apache-2.0" ]
8
2017-05-06T15:16:57.000Z
2021-06-23T08:02:13.000Z
src/main/java/com/timeyang/amanda/core/valadation/NotBlank.java
codeSourc3/amanda
60883b77f56f1d053de02d9dff2d3f4e27279448
[ "Apache-2.0" ]
null
null
null
src/main/java/com/timeyang/amanda/core/valadation/NotBlank.java
codeSourc3/amanda
60883b77f56f1d053de02d9dff2d3f4e27279448
[ "Apache-2.0" ]
6
2017-09-09T05:09:00.000Z
2020-12-13T20:34:58.000Z
28.6
82
0.756993
8,545
package com.timeyang.amanda.core.valadation; import org.hibernate.validator.internal.constraintvalidators.hv.NotBlankValidator; import javax.validation.Constraint; import javax.validation.Payload; import javax.validation.ReportAsSingleViolation; import javax.validation.constraints.NotNull; import java.lang.annotation...
3e14349dbeec38168b9bfea0cceddab69c18ac24
2,884
java
Java
app/src/main/java/com/mobilesaaj/neeraj/siminfo/SimActivity.java
neeraj-singh/SimInfo
3a15aba9cb18ec205dc259ca9136176491b484a4
[ "MIT" ]
null
null
null
app/src/main/java/com/mobilesaaj/neeraj/siminfo/SimActivity.java
neeraj-singh/SimInfo
3a15aba9cb18ec205dc259ca9136176491b484a4
[ "MIT" ]
null
null
null
app/src/main/java/com/mobilesaaj/neeraj/siminfo/SimActivity.java
neeraj-singh/SimInfo
3a15aba9cb18ec205dc259ca9136176491b484a4
[ "MIT" ]
null
null
null
33.929412
116
0.684813
8,546
package com.mobilesaaj.neeraj.siminfo; import android.content.ClipData; import android.content.ClipboardManager; import android.content.Context; import android.support.v7.app.ActionBarActivity; import android.os.Bundle; import android.telephony.TelephonyManager; import android.view.Menu; import android.view.MenuItem; ...
3e1434ff4ce2f35c2c1eb0d762c550d733f7552a
441
java
Java
lelefruit-ware/src/main/java/com/tianjin/lelefruit/ware/service/UndoLogService.java
ToneXu/lelefruit
7fea94b5845676bc047ab5ba464139302fbd2628
[ "Apache-2.0" ]
5
2021-04-20T10:21:28.000Z
2021-11-07T20:26:38.000Z
lelefruit-ware/src/main/java/com/tianjin/lelefruit/ware/service/UndoLogService.java
T0ngXu/lelefruit
7fea94b5845676bc047ab5ba464139302fbd2628
[ "Apache-2.0" ]
null
null
null
lelefruit-ware/src/main/java/com/tianjin/lelefruit/ware/service/UndoLogService.java
T0ngXu/lelefruit
7fea94b5845676bc047ab5ba464139302fbd2628
[ "Apache-2.0" ]
null
null
null
21.095238
65
0.76298
8,547
package com.tianjin.lelefruit.ware.service; import com.baomidou.mybatisplus.extension.service.IService; import com.tianjin.common.utils.PageUtils; import com.tianjin.lelefruit.ware.entity.UndoLogEntity; import java.util.Map; /** * * * @author xutong * @email upchh@example.com * @date 2021-04-13 14:51:14 */ pu...
3e14361e03e763764a37c3f653b1becb2f8f9662
14,996
java
Java
trace-web/src/main/java/com/ewcms/trace/entity/Trace.java
konglinghai123/rmyy
37608072c8b4126ce4275676e518e71612049f26
[ "Apache-2.0" ]
null
null
null
trace-web/src/main/java/com/ewcms/trace/entity/Trace.java
konglinghai123/rmyy
37608072c8b4126ce4275676e518e71612049f26
[ "Apache-2.0" ]
null
null
null
trace-web/src/main/java/com/ewcms/trace/entity/Trace.java
konglinghai123/rmyy
37608072c8b4126ce4275676e518e71612049f26
[ "Apache-2.0" ]
1
2019-12-11T08:16:18.000Z
2019-12-11T08:16:18.000Z
20.856745
68
0.665577
8,548
package com.ewcms.trace.entity; import java.math.BigDecimal; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import javax.persistence.Temporal; import javax.persistence.TemporalType; import org.springfra...
3e1436e12f14633a85b136487c0f1da60f63b4b8
6,433
java
Java
test/dorkbox/dns/dns/records/KEYBaseTest.java
dorkbox/NetworkDNS
0e4aaaf3f782254e9b9a30ce612c4a0ef124499e
[ "Apache-2.0", "BSD-2-Clause", "MIT", "CC0-1.0", "BSD-3-Clause" ]
null
null
null
test/dorkbox/dns/dns/records/KEYBaseTest.java
dorkbox/NetworkDNS
0e4aaaf3f782254e9b9a30ce612c4a0ef124499e
[ "Apache-2.0", "BSD-2-Clause", "MIT", "CC0-1.0", "BSD-3-Clause" ]
null
null
null
test/dorkbox/dns/dns/records/KEYBaseTest.java
dorkbox/NetworkDNS
0e4aaaf3f782254e9b9a30ce612c4a0ef124499e
[ "Apache-2.0", "BSD-2-Clause", "MIT", "CC0-1.0", "BSD-3-Clause" ]
null
null
null
34.037037
151
0.620861
8,549
/* * Copyright 2021 dorkbox, llc * * 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...
3e1436ef01f75edcd49cbad21c59c893278e631b
268
java
Java
template-method/src/AbstractDisplay.java
Andrewpqc/design-patterns
4c30e1d866eaca98d554ee7fb37a50a9fc2cf816
[ "MIT" ]
null
null
null
template-method/src/AbstractDisplay.java
Andrewpqc/design-patterns
4c30e1d866eaca98d554ee7fb37a50a9fc2cf816
[ "MIT" ]
null
null
null
template-method/src/AbstractDisplay.java
Andrewpqc/design-patterns
4c30e1d866eaca98d554ee7fb37a50a9fc2cf816
[ "MIT" ]
null
null
null
17.866667
39
0.55597
8,550
public abstract class AbstractDisplay { public abstract void open(); public abstract void print(); public abstract void close(); public final void display(){ open(); for(int i=0;i<5;++i) print(); close(); } }
3e143700f96a656328b7d0c98907745a8071444d
3,716
java
Java
src/test/java/com/ning/metrics/collector/FastCollectorConfig.java
pierre/collector
f4628f300ebc3658b5c1ade97d71aa213fe090e4
[ "Apache-2.0" ]
2
2015-11-08T12:41:57.000Z
2015-11-09T10:56:41.000Z
src/test/java/com/ning/metrics/collector/FastCollectorConfig.java
pierre/collector
f4628f300ebc3658b5c1ade97d71aa213fe090e4
[ "Apache-2.0" ]
null
null
null
src/test/java/com/ning/metrics/collector/FastCollectorConfig.java
pierre/collector
f4628f300ebc3658b5c1ade97d71aa213fe090e4
[ "Apache-2.0" ]
5
2015-05-22T11:40:20.000Z
2019-07-24T17:18:50.000Z
27.93985
118
0.631055
8,551
/* * Copyright 2010-2011 Ning, Inc. * * Ning licenses this file to you under the Apache License, version 2.0 * (the "License"); you may not use this file except in compliance with the * License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
3e1437369923a84815d51e560df22b89b0308d78
1,884
java
Java
net.violet.my-nabaztag/src/main/java/net/violet/mynabaztag/action/MyAddFriendAction.java
nguillaumin/nabaztag-server
235b4867ad7b2f923f25457722da4bb92ecd48b7
[ "MIT" ]
4
2016-04-01T19:39:30.000Z
2018-03-29T08:10:12.000Z
server/MyNabaztag/net/violet/mynabaztag/action/MyAddFriendAction.java
sebastienhouzet/nabaztag-source-code
65197ea668e40fadb35d8ebd0aeb512311f9f547
[ "MIT" ]
null
null
null
server/MyNabaztag/net/violet/mynabaztag/action/MyAddFriendAction.java
sebastienhouzet/nabaztag-source-code
65197ea668e40fadb35d8ebd0aeb512311f9f547
[ "MIT" ]
8
2016-04-09T03:46:26.000Z
2021-11-26T21:42:01.000Z
33.052632
163
0.758493
8,552
package net.violet.mynabaztag.action; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import net.violet.mynabaztag.form.MyAddFriendForm; import net.violet.platform.datamodel.Contact; import net.violet.platform.datamodel.User; import net.violet.platform.datamodel.fa...
3e143833ffd0256ed342b4ed63d19186ef1b46a5
1,548
java
Java
src/main/java/com/fundynamic/d2tm/game/entities/units/states/IdleHarvesterState.java
begumerkal/PROJEM24
49e7a7b39297a6da713d5070f54ba72e4597eeab
[ "MIT" ]
47
2015-09-25T16:13:12.000Z
2022-01-21T04:47:28.000Z
src/main/java/com/fundynamic/d2tm/game/entities/units/states/IdleHarvesterState.java
begumerkal/PROJEM24
49e7a7b39297a6da713d5070f54ba72e4597eeab
[ "MIT" ]
132
2015-09-08T06:10:33.000Z
2020-07-10T07:47:53.000Z
src/main/java/com/fundynamic/d2tm/game/entities/units/states/IdleHarvesterState.java
begumerkal/PROJEM24
49e7a7b39297a6da713d5070f54ba72e4597eeab
[ "MIT" ]
20
2015-10-26T21:16:29.000Z
2022-01-21T04:47:29.000Z
35.181818
91
0.656331
8,553
package com.fundynamic.d2tm.game.entities.units.states; import com.fundynamic.d2tm.game.entities.EntitiesSet; import com.fundynamic.d2tm.game.entities.Entity; import com.fundynamic.d2tm.game.entities.EntityRepository; import com.fundynamic.d2tm.game.entities.units.Unit; import com.fundynamic.d2tm.game.map.Map; //TOD...
3e14384c63e535b8aee163e441e738bc4b91bbe0
1,884
java
Java
TechCrunch/app/src/main/java/com/kazekim/techcrunch/template/callback/JHCallBack.java
kazekim/TechcrunchFeed
f4797445dc0d3c24a121c5a3368860772a439aea
[ "MIT" ]
null
null
null
TechCrunch/app/src/main/java/com/kazekim/techcrunch/template/callback/JHCallBack.java
kazekim/TechcrunchFeed
f4797445dc0d3c24a121c5a3368860772a439aea
[ "MIT" ]
null
null
null
TechCrunch/app/src/main/java/com/kazekim/techcrunch/template/callback/JHCallBack.java
kazekim/TechcrunchFeed
f4797445dc0d3c24a121c5a3368860772a439aea
[ "MIT" ]
null
null
null
23.6
64
0.57786
8,554
package com.kazekim.techcrunch.template.callback; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import retrofit2.Call; import retrofit2.Callback; import retrofit2.Response; /** * @author Jirawat Harnsiriwatanakit (Kim) on 4/7/2017 AD. * @contact efpyi@example.com */ public abstrac...
3e1438c4fddabcc9cf560823d65f811dc1599c3a
956
java
Java
src/main/java/cn/felord/wepay/ali/sdk/api/response/AlipayMarketingCardActivateurlApplyResponse.java
NotFound403/WePay
50eaac5d92cf9773fe80b544c74a0572e2122ec2
[ "Apache-2.0" ]
5
2017-08-01T02:51:13.000Z
2017-11-14T06:14:38.000Z
src/main/java/cn/felord/wepay/ali/sdk/api/response/AlipayMarketingCardActivateurlApplyResponse.java
NotFound403/WePay
50eaac5d92cf9773fe80b544c74a0572e2122ec2
[ "Apache-2.0" ]
null
null
null
src/main/java/cn/felord/wepay/ali/sdk/api/response/AlipayMarketingCardActivateurlApplyResponse.java
NotFound403/WePay
50eaac5d92cf9773fe80b544c74a0572e2122ec2
[ "Apache-2.0" ]
null
null
null
23.317073
81
0.721757
8,555
package cn.felord.wepay.ali.sdk.api.response; import cn.felord.wepay.ali.sdk.api.internal.mapping.ApiField; import cn.felord.wepay.ali.sdk.api.AlipayResponse; /** * ALIPAY API: alipay.marketing.card.activateurl.apply response. * * @author auto create * @version $Id: $Id */ public class AlipayMarketingCardActiva...
3e1438da61a768c3acd0fea3513fbb6284a7bfd7
52,148
java
Java
gravitee-am-gateway/gravitee-am-gateway-handler/gravitee-am-gateway-handler-oidc/src/test/java/io/gravitee/am/gateway/handler/oauth2/resources/endpoint/AuthorizationEndpointTest.java
ventuc/graviteeio-access-management
91c756be907fe179d2cbb257f047e4799358a899
[ "Apache-2.0" ]
null
null
null
gravitee-am-gateway/gravitee-am-gateway-handler/gravitee-am-gateway-handler-oidc/src/test/java/io/gravitee/am/gateway/handler/oauth2/resources/endpoint/AuthorizationEndpointTest.java
ventuc/graviteeio-access-management
91c756be907fe179d2cbb257f047e4799358a899
[ "Apache-2.0" ]
null
null
null
gravitee-am-gateway/gravitee-am-gateway-handler/gravitee-am-gateway-handler-oidc/src/test/java/io/gravitee/am/gateway/handler/oauth2/resources/endpoint/AuthorizationEndpointTest.java
ventuc/graviteeio-access-management
91c756be907fe179d2cbb257f047e4799358a899
[ "Apache-2.0" ]
null
null
null
49.242682
224
0.667427
8,556
/** * Copyright (C) 2015 The Gravitee team (http://gravitee.io) * * 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 requ...
3e1438f1d109588b6c0c2ea101cdddd69ca8abeb
2,987
java
Java
src/java/org/rapidcontext/core/data/DictComparator.java
cederberg/rapidcontext
6b4abaa40c0a5b2b8bd4859ae0b0c819ff0f201a
[ "RSA-MD" ]
2
2016-07-16T07:17:23.000Z
2017-08-16T07:04:49.000Z
src/java/org/rapidcontext/core/data/DictComparator.java
cederberg/rapidcontext
6b4abaa40c0a5b2b8bd4859ae0b0c819ff0f201a
[ "RSA-MD" ]
null
null
null
src/java/org/rapidcontext/core/data/DictComparator.java
cederberg/rapidcontext
6b4abaa40c0a5b2b8bd4859ae0b0c819ff0f201a
[ "RSA-MD" ]
null
null
null
30.171717
79
0.595246
8,557
/* * RapidContext <https://www.rapidcontext.com/> * Copyright (c) 2007-2019 Per Cederberg. All rights reserved. * * This program is free software: you can redistribute it and/or * modify it under the terms of the BSD license. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY ...
3e143a2ae38feff6cef8baa6e5a13694f0c75f18
5,997
java
Java
src/itest/java/com/sybit/airtable/mock/WireMockBaseTest.java
Sybit-Education/airtable-api
70f03de31299c2506978c893bbfa047bd269d2d8
[ "MIT" ]
46
2017-03-23T20:49:44.000Z
2022-03-29T19:19:45.000Z
src/itest/java/com/sybit/airtable/mock/WireMockBaseTest.java
Sybit-Education/airtable-api
70f03de31299c2506978c893bbfa047bd269d2d8
[ "MIT" ]
44
2017-03-28T06:19:44.000Z
2022-03-21T16:30:04.000Z
src/itest/java/com/sybit/airtable/mock/WireMockBaseTest.java
Sybit-Education/airtable-api
70f03de31299c2506978c893bbfa047bd269d2d8
[ "MIT" ]
22
2017-03-15T07:40:58.000Z
2022-03-09T15:32:00.000Z
26.418502
166
0.591462
8,558
/* * The MIT License (MIT) * Copyright (c) 2017 Sybit GmbH * * Permission is hereby granted, free of charge, to any person obtaining a copy */ package com.sybit.airtable.mock; import com.github.tomakehurst.wiremock.WireMockServer; import com.sybit.airtable.Airtable; import com.sybit.airtable.exception.AirtableExc...
3e143a6b1ab1f26695fe78a61568be9a04cf0538
2,668
java
Java
src/main/java/org/rapidpm/vaadin/api/fluent/builder/button/ButtonMixin.java
vaadin-developer/vaadin10-fluent-api
11403d12e40310495578ea4eb61f0d31b8d3aec9
[ "Apache-2.0" ]
null
null
null
src/main/java/org/rapidpm/vaadin/api/fluent/builder/button/ButtonMixin.java
vaadin-developer/vaadin10-fluent-api
11403d12e40310495578ea4eb61f0d31b8d3aec9
[ "Apache-2.0" ]
null
null
null
src/main/java/org/rapidpm/vaadin/api/fluent/builder/button/ButtonMixin.java
vaadin-developer/vaadin10-fluent-api
11403d12e40310495578ea4eb61f0d31b8d3aec9
[ "Apache-2.0" ]
1
2018-10-29T12:47:35.000Z
2018-10-29T12:47:35.000Z
28.136842
75
0.731388
8,559
/** * Copyright © 2018 Sven Ruppert (efpyi@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 required by appl...
3e143c6c6466ca8fec4dbbbc7ca9bf2983f685af
3,214
java
Java
core/src/main/java/io/onedev/server/manager/impl/DefaultIssueFieldUnaryManager.java
OpenSrcRepoDataDigging/onedev
1facaef51d35add5eb99740fb5d13a73b210a72e
[ "MIT" ]
null
null
null
core/src/main/java/io/onedev/server/manager/impl/DefaultIssueFieldUnaryManager.java
OpenSrcRepoDataDigging/onedev
1facaef51d35add5eb99740fb5d13a73b210a72e
[ "MIT" ]
null
null
null
core/src/main/java/io/onedev/server/manager/impl/DefaultIssueFieldUnaryManager.java
OpenSrcRepoDataDigging/onedev
1facaef51d35add5eb99740fb5d13a73b210a72e
[ "MIT" ]
1
2019-01-13T05:02:37.000Z
2019-01-13T05:02:37.000Z
32.464646
129
0.761357
8,560
package io.onedev.server.manager.impl; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.List; import javax.inject.Inject; import javax.inject.Singleton; import javax.persistence.Query; import javax.persistence.criteria.CriteriaBuilder; import javax.persistence.criter...
3e143e1d34b00a740fa287f6a8f354b712c059a9
1,313
java
Java
third_party/java/proguard/proguard6.2.2/src/proguard/classfile/visitor/ClassPoolVisitor.java
chadm-sq/bazel
715c9faabba573501c9cb7604192759950633205
[ "Apache-2.0" ]
16,989
2015-09-01T19:57:15.000Z
2022-03-31T23:54:00.000Z
third_party/java/proguard/proguard6.2.2/src/proguard/classfile/visitor/ClassPoolVisitor.java
chadm-sq/bazel
715c9faabba573501c9cb7604192759950633205
[ "Apache-2.0" ]
12,562
2015-09-01T09:06:01.000Z
2022-03-31T22:26:20.000Z
third_party/java/proguard/proguard6.2.2/src/proguard/classfile/visitor/ClassPoolVisitor.java
chadm-sq/bazel
715c9faabba573501c9cb7604192759950633205
[ "Apache-2.0" ]
3,707
2015-09-02T19:20:01.000Z
2022-03-31T17:06:14.000Z
34.552632
78
0.744097
8,561
/* * ProGuard -- shrinking, optimization, obfuscation, and preverification * of Java bytecode. * * Copyright (c) 2002-2019 Guardsquare NV * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Softwar...
3e143e7778d0bc261dd926ba683bbf01d8b46b55
5,039
java
Java
java/java-analysis-impl/src/com/intellij/codeInspection/miscGenerics/SuspiciousCollectionsMethodCallsInspection.java
MariEliseeva/intellij-community
49e18fabdfc048f1d304e5d62b7a91a4552eb46c
[ "Apache-2.0" ]
null
null
null
java/java-analysis-impl/src/com/intellij/codeInspection/miscGenerics/SuspiciousCollectionsMethodCallsInspection.java
MariEliseeva/intellij-community
49e18fabdfc048f1d304e5d62b7a91a4552eb46c
[ "Apache-2.0" ]
null
null
null
java/java-analysis-impl/src/com/intellij/codeInspection/miscGenerics/SuspiciousCollectionsMethodCallsInspection.java
MariEliseeva/intellij-community
49e18fabdfc048f1d304e5d62b7a91a4552eb46c
[ "Apache-2.0" ]
null
null
null
46.229358
181
0.727724
8,562
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.codeInspection.miscGenerics; import com.intellij.codeInspection.AbstractBaseJavaLocalInspectionTool; import com.intellij.codeInspection.InspectionsBundle; im...
3e143eb211b8aea00655b282f00491c960a18898
6,896
java
Java
src/main/java/frc/robot/Calibrations.java
thompsonevan/MM
8b9aeeb23877480d4bf2493b9b7cb29851e5f074
[ "BSD-3-Clause" ]
null
null
null
src/main/java/frc/robot/Calibrations.java
thompsonevan/MM
8b9aeeb23877480d4bf2493b9b7cb29851e5f074
[ "BSD-3-Clause" ]
null
null
null
src/main/java/frc/robot/Calibrations.java
thompsonevan/MM
8b9aeeb23877480d4bf2493b9b7cb29851e5f074
[ "BSD-3-Clause" ]
null
null
null
45.368421
156
0.655307
8,563
package frc.robot; public class Calibrations { public final static boolean isCompBot=false; public class auton{ public static final boolean trench = true; } public class CAN_ID { public final static int pigeon = 30; public final static int driveLeft1 = 4; public final ...
3e143f18e42329bd625ed0099b69b21050665992
424
java
Java
src/main/java/com/example/project/server/model/CalculationResponse.java
fl0w88/demo3
bbb41e28a01f79cfcf783100dbd2b66ab3e4d76e
[ "Apache-2.0" ]
null
null
null
src/main/java/com/example/project/server/model/CalculationResponse.java
fl0w88/demo3
bbb41e28a01f79cfcf783100dbd2b66ab3e4d76e
[ "Apache-2.0" ]
null
null
null
src/main/java/com/example/project/server/model/CalculationResponse.java
fl0w88/demo3
bbb41e28a01f79cfcf783100dbd2b66ab3e4d76e
[ "Apache-2.0" ]
null
null
null
16.96
51
0.665094
8,564
package com.example.project.server.model; import java.math.BigDecimal; public class CalculationResponse { private BigDecimal result; public CalculationResponse() { } public CalculationResponse(BigDecimal result) { this.result = result; } public BigDecimal getResult() { retu...
3e143f6c72f46a2d9169079f77e214e322366c93
6,259
java
Java
src/main/java/org/reaktivity/nukleus/http_cache/internal/stream/util/HttpHeadersUtil.java
reaktivity/nukleus-http-cache.java
45cb0b1d37734ae306aa741d1354539c3bbec036
[ "ECL-2.0", "Apache-2.0" ]
1
2017-07-10T05:35:16.000Z
2017-07-10T05:35:16.000Z
src/main/java/org/reaktivity/nukleus/http_cache/internal/stream/util/HttpHeadersUtil.java
reaktivity/nukleus-http-cache.java
45cb0b1d37734ae306aa741d1354539c3bbec036
[ "ECL-2.0", "Apache-2.0" ]
76
2017-06-20T21:44:16.000Z
2020-08-18T05:24:39.000Z
src/main/java/org/reaktivity/nukleus/http_cache/internal/stream/util/HttpHeadersUtil.java
reaktivity/nukleus-http-cache.java
45cb0b1d37734ae306aa741d1354539c3bbec036
[ "ECL-2.0", "Apache-2.0" ]
8
2017-05-23T00:03:58.000Z
2019-09-16T20:29:02.000Z
34.202186
115
0.629813
8,565
/** * Copyright 2016-2021 The Reaktivity Project * * The Reaktivity Project licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2...
3e143fb8ac2c1b47a7789040a52a067cd82fb445
19,332
java
Java
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/template/ClientMessageTemplate.java
viliam-durina/hazelcast-client-protocol
41b91e89d32f047d72a45c4a6aecdf23f2dd7e70
[ "Apache-2.0" ]
null
null
null
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/template/ClientMessageTemplate.java
viliam-durina/hazelcast-client-protocol
41b91e89d32f047d72a45c4a6aecdf23f2dd7e70
[ "Apache-2.0" ]
null
null
null
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/template/ClientMessageTemplate.java
viliam-durina/hazelcast-client-protocol
41b91e89d32f047d72a45c4a6aecdf23f2dd7e70
[ "Apache-2.0" ]
null
null
null
54
143
0.681357
8,566
/* * Copyright (c) 2008-2017, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
3e143ffbea017e6c0f59fb5be05ad85e3575d07b
1,168
java
Java
configuration/src/main/java/io/github/phantomstr/testing/tool/config/core/ConfigLoader.java
PhantomStr/testing-tools
2534c74dcee11dfcb60aac9ea733af191faff5dc
[ "MIT" ]
1
2021-09-20T11:11:17.000Z
2021-09-20T11:11:17.000Z
configuration/src/main/java/io/github/phantomstr/testing/tool/config/core/ConfigLoader.java
PhantomStr/testing-tools
2534c74dcee11dfcb60aac9ea733af191faff5dc
[ "MIT" ]
null
null
null
configuration/src/main/java/io/github/phantomstr/testing/tool/config/core/ConfigLoader.java
PhantomStr/testing-tools
2534c74dcee11dfcb60aac9ea733af191faff5dc
[ "MIT" ]
2
2020-07-15T21:03:28.000Z
2021-09-16T11:13:44.000Z
40.275862
102
0.753425
8,567
package io.github.phantomstr.testing.tool.config.core; import org.apache.commons.configuration2.Configuration; import org.apache.commons.configuration2.FileBasedConfiguration; import org.apache.commons.configuration2.PropertiesConfiguration; import org.apache.commons.configuration2.builder.FileBasedConfigurationBuilde...
3e14400bb4088a118673ed7cdd118be96442179c
389
java
Java
src/main/java/cn/coderoom/juc/containers/TestArray.java
coderoom-cn/javaStudy
c0245f8a39c28219c360db4fdd04a223491effd7
[ "MIT" ]
1
2020-01-10T06:48:27.000Z
2020-01-10T06:48:27.000Z
src/main/java/cn/coderoom/juc/containers/TestArray.java
coderoom-cn/javaStudy
c0245f8a39c28219c360db4fdd04a223491effd7
[ "MIT" ]
1
2020-04-11T16:35:35.000Z
2021-05-10T15:20:32.000Z
src/main/java/cn/coderoom/juc/containers/TestArray.java
coderoom-cn/javaStudy
c0245f8a39c28219c360db4fdd04a223491effd7
[ "MIT" ]
null
null
null
20.684211
75
0.605598
8,568
package cn.coderoom.juc.containers; import java.util.Arrays; /** * @package:cn.coderoom.juc.containers * @author: Leesire * @email:anpch@example.com * @createtime: 2020/4/9 */ public class TestArray { public static void main(String[] args) { int[] a = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; Arrays.s...
3e1442012861dd074b28c7168f52c60ca9aed31f
3,107
java
Java
hazelcast/src/main/java/com/hazelcast/concurrent/atomiclong/client/AbstractAlterRequest.java
wildnez/hazelcast
e2d9fdddfd341f23547960712eca30d12e660600
[ "Apache-2.0" ]
null
null
null
hazelcast/src/main/java/com/hazelcast/concurrent/atomiclong/client/AbstractAlterRequest.java
wildnez/hazelcast
e2d9fdddfd341f23547960712eca30d12e660600
[ "Apache-2.0" ]
null
null
null
hazelcast/src/main/java/com/hazelcast/concurrent/atomiclong/client/AbstractAlterRequest.java
wildnez/hazelcast
e2d9fdddfd341f23547960712eca30d12e660600
[ "Apache-2.0" ]
null
null
null
31.07
110
0.736402
8,569
/* * Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
3e144208ba04af4ce87f2af67b4d4f1af884060d
2,022
java
Java
app/src/main/java/com/n0hands/todoapp/CategoriesAdapter.java
IvoStoianov/Precrastinate
4fe54e8925115a22f9bcbef7c406915901b8d1b2
[ "MIT" ]
null
null
null
app/src/main/java/com/n0hands/todoapp/CategoriesAdapter.java
IvoStoianov/Precrastinate
4fe54e8925115a22f9bcbef7c406915901b8d1b2
[ "MIT" ]
null
null
null
app/src/main/java/com/n0hands/todoapp/CategoriesAdapter.java
IvoStoianov/Precrastinate
4fe54e8925115a22f9bcbef7c406915901b8d1b2
[ "MIT" ]
null
null
null
30.636364
94
0.697329
8,570
package com.n0hands.todoapp; import android.support.v7.widget.RecyclerView; import android.util.Log; import android.view.DragEvent; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import com.n0hands.todoapp.m...
3e14425eacb32586b9cba1598ed4237da0b966fa
2,720
java
Java
kafka/src/main/java/io/cloudevents/v02/kafka/HeaderMapper.java
bluemonk3y/sdk-java
6962a9799716d55449f86e42b1e541e978dc20f2
[ "Apache-2.0" ]
null
null
null
kafka/src/main/java/io/cloudevents/v02/kafka/HeaderMapper.java
bluemonk3y/sdk-java
6962a9799716d55449f86e42b1e541e978dc20f2
[ "Apache-2.0" ]
8
2019-11-13T12:46:43.000Z
2021-01-21T00:34:04.000Z
kafka/src/main/java/io/cloudevents/v02/kafka/HeaderMapper.java
bluemonk3y/sdk-java
6962a9799716d55449f86e42b1e541e978dc20f2
[ "Apache-2.0" ]
null
null
null
32
75
0.729779
8,571
/** * Copyright 2019 The CloudEvents Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
3e1442c67a0e2e136028623edffe137de2c596a2
3,007
java
Java
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/gamecode/TestColourSense.java
FIXIT3491/FIX_IT_Ultimate_Goal_GameCode
382c914a394d82789777672ae6067e09bd380907
[ "MIT" ]
null
null
null
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/gamecode/TestColourSense.java
FIXIT3491/FIX_IT_Ultimate_Goal_GameCode
382c914a394d82789777672ae6067e09bd380907
[ "MIT" ]
null
null
null
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/gamecode/TestColourSense.java
FIXIT3491/FIX_IT_Ultimate_Goal_GameCode
382c914a394d82789777672ae6067e09bd380907
[ "MIT" ]
null
null
null
24.447154
94
0.585634
8,572
package org.firstinspires.ftc.teamcode.gamecode; import com.qualcomm.robotcore.eventloop.opmode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.Disabled; import com.qualcomm.robotcore.hardware.ColorSensor; import com.qualcomm.robotcore.hardware.VoltageSensor; import org.firstinspires.ftc.teamcode.Robots.Be...
3e1442c745f04fc9d76e8cc101a5bff2e57c7ccc
3,531
java
Java
references/bcb_chosen_clones/selected#1359154#364#416.java
cragkhit/elasticsearch
05567b30c5bde08badcac1bf421454e5d995eb91
[ "Apache-2.0" ]
23
2018-10-03T15:02:53.000Z
2021-09-16T11:07:36.000Z
references/bcb_chosen_clones/selected#1359154#364#416.java
cragkhit/elasticsearch
05567b30c5bde08badcac1bf421454e5d995eb91
[ "Apache-2.0" ]
18
2019-02-10T04:52:54.000Z
2022-01-25T02:14:40.000Z
references/bcb_chosen_clones/selected#1359154#364#416.java
cragkhit/Siamese
05567b30c5bde08badcac1bf421454e5d995eb91
[ "Apache-2.0" ]
19
2018-11-16T13:39:05.000Z
2021-09-05T23:59:30.000Z
65.388889
166
0.680827
8,573
private void createIDocPluginProject(IProgressMonitor monitor, String sourceFileName, String pluginName, String pluginNameJCo) throws CoreException, IOException { monitor.subTask(MessageFormat.format(Messages.ProjectGenerator_CreatePluginTaskDescription, pluginName)); final Map<String, byte[]> files...
3e1443ccdb502734768bb01af2a7837051926c45
424
java
Java
raw_dataset/65223741@queue@OK.java
zthang/code2vec_treelstm
0c5f98d280b506317738ba603b719cac6036896f
[ "MIT" ]
1
2020-04-24T03:35:40.000Z
2020-04-24T03:35:40.000Z
raw_dataset/65223741@queue@OK.java
ruanyuan115/code2vec_treelstm
0c5f98d280b506317738ba603b719cac6036896f
[ "MIT" ]
2
2020-04-23T21:14:28.000Z
2021-01-21T01:07:18.000Z
raw_dataset/65223741@queue@OK.java
zthang/code2vec_treelstm
0c5f98d280b506317738ba603b719cac6036896f
[ "MIT" ]
null
null
null
22.315789
45
0.398585
8,574
public void queue(int a, int b) { int ra = setSet(a); int rb = setSet(b); if (ra == rb) return; if (r[ra] == r[rb]) { p[ra] = rb; r[rb]++; max[rb] = Math.max(max[ra], max[rb]); return; } if (r[ra] > r[rb]) { p[rb] = ra; max[ra] = Math.max(m...
3e144420d790d9aca3c9358fcedc1af3136947ae
2,244
java
Java
src/net/demilich/metastone/game/behaviour/human/HumanBehaviour.java
hillst/MetaStone
5882d834d32028f5f083543f0700e59ccf1aa1fe
[ "MIT" ]
null
null
null
src/net/demilich/metastone/game/behaviour/human/HumanBehaviour.java
hillst/MetaStone
5882d834d32028f5f083543f0700e59ccf1aa1fe
[ "MIT" ]
null
null
null
src/net/demilich/metastone/game/behaviour/human/HumanBehaviour.java
hillst/MetaStone
5882d834d32028f5f083543f0700e59ccf1aa1fe
[ "MIT" ]
null
null
null
30.739726
105
0.755348
8,575
package net.demilich.metastone.game.behaviour.human; import java.util.ArrayList; import java.util.List; import net.demilich.metastone.AppConfig; import net.demilich.metastone.ApplicationFacade; import net.demilich.metastone.GameNotification; import net.demilich.metastone.game.GameContext; import net.demilich...
3e1444bcee4cb124d3f259b3c9f121c6503fddfc
2,577
java
Java
edu/cmu/lti/algorithm/math/MomentumVec.java
whwang1996/pra
9db550f0a169ad2106ac6fb031b9fdd0d22fec65
[ "MIT" ]
61
2018-02-05T06:43:53.000Z
2022-03-12T12:56:47.000Z
edu/cmu/lti/algorithm/math/MomentumVec.java
irokin/Path-Ranking-Algorithms
ed8daeebb039a78ea10872e1f7505d00fdd5fcff
[ "MIT" ]
8
2018-03-25T02:46:42.000Z
2020-09-19T08:31:38.000Z
edu/cmu/lti/algorithm/math/MomentumVec.java
irokin/Path-Ranking-Algorithms
ed8daeebb039a78ea10872e1f7505d00fdd5fcff
[ "MIT" ]
23
2017-08-17T08:14:45.000Z
2021-11-11T09:17:52.000Z
22.80531
77
0.698875
8,576
package edu.cmu.lti.algorithm.math; import java.io.Serializable; import edu.cmu.lti.algorithm.Interfaces.IGetDblByStr; import edu.cmu.lti.algorithm.Interfaces.IMultiplyOn; import edu.cmu.lti.algorithm.Interfaces.IPlusObj; import edu.cmu.lti.algorithm.Interfaces.IPlusObjOn; import edu.cmu.lti.algorithm.Interfaces.ISet...
3e144535be4bb46e1307411f44c0596e7ecd03f6
4,144
java
Java
app/src/main/java/com/example/simpletodo/MainActivity.java
giagia29/SimpleTodo
f2840b7f43d3509510f6744fee0fce1c31a220dc
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/simpletodo/MainActivity.java
giagia29/SimpleTodo
f2840b7f43d3509510f6744fee0fce1c31a220dc
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/simpletodo/MainActivity.java
giagia29/SimpleTodo
f2840b7f43d3509510f6744fee0fce1c31a220dc
[ "Apache-2.0" ]
null
null
null
34.823529
109
0.646959
8,577
package com.example.simpletodo; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import android.annotation.SuppressLint; import android.content.Intent; import android.os.Bund...
3e1445d43dbc19bf3445ef00374539d06eeff5f2
5,398
java
Java
backend/src/main/java/com/dursuneryilmaz/duscrumtool/domain/Product.java
dursuneryilmaz/Project-Management-Tool
b8801e99b5c867da8c92431089987054e05795b7
[ "MIT" ]
null
null
null
backend/src/main/java/com/dursuneryilmaz/duscrumtool/domain/Product.java
dursuneryilmaz/Project-Management-Tool
b8801e99b5c867da8c92431089987054e05795b7
[ "MIT" ]
1
2020-12-19T13:30:04.000Z
2020-12-19T13:30:04.000Z
backend/src/main/java/com/dursuneryilmaz/duscrumtool/domain/Product.java
dursuneryilmaz/Project-Management-Tool
b8801e99b5c867da8c92431089987054e05795b7
[ "MIT" ]
1
2020-12-19T01:01:31.000Z
2020-12-19T01:01:31.000Z
26.077295
87
0.654502
8,578
package com.dursuneryilmaz.duscrumtool.domain; import com.fasterxml.jackson.annotation.JsonFormat; import javax.persistence.*; import javax.validation.constraints.NotBlank; import javax.validation.constraints.NotNull; import javax.validation.constraints.Size; import java.io.Serializable; import java.util.ArrayList; i...
3e1445f793d1d952e9cd3f9e4d45e41dc67019bb
29,264
java
Java
rt-desktop/src/main/java/xyz/redtorch/desktop/layout/base/PositionLayout.java
dingzhenguo/redtorch
e46bca5e232b9eae16826df1f85fa5848f9de3c7
[ "MIT" ]
null
null
null
rt-desktop/src/main/java/xyz/redtorch/desktop/layout/base/PositionLayout.java
dingzhenguo/redtorch
e46bca5e232b9eae16826df1f85fa5848f9de3c7
[ "MIT" ]
null
null
null
rt-desktop/src/main/java/xyz/redtorch/desktop/layout/base/PositionLayout.java
dingzhenguo/redtorch
e46bca5e232b9eae16826df1f85fa5848f9de3c7
[ "MIT" ]
null
null
null
36.39801
108
0.700075
8,579
package xyz.redtorch.desktop.layout.base; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.spri...
3e14464e194e5827d7cb57d426f074720e6a2c52
728
java
Java
src/main/java/com/github/rafasantos/error/ErrorReport.java
rafasantos/difffilter
98230f3b1f4f5ae63737cae384cda0efdbfcdccc
[ "MIT" ]
null
null
null
src/main/java/com/github/rafasantos/error/ErrorReport.java
rafasantos/difffilter
98230f3b1f4f5ae63737cae384cda0efdbfcdccc
[ "MIT" ]
2
2017-11-20T15:53:30.000Z
2020-03-05T02:21:21.000Z
src/main/java/com/github/rafasantos/error/ErrorReport.java
rafasantos/difffilter
98230f3b1f4f5ae63737cae384cda0efdbfcdccc
[ "MIT" ]
1
2017-06-30T16:07:58.000Z
2017-06-30T16:07:58.000Z
25.103448
89
0.715659
8,580
package com.github.rafasantos.error; import java.util.ArrayList; import java.util.List; public class ErrorReport { private static List<String> errors = new ArrayList<>(); /** * Add an error to the report * @param errorMessage The java exception message or equivalent * @param lineNumber The line number whe...
3e144679c31625c6120136661c8ac920aec22c12
7,133
java
Java
JSP/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/JSP1/org/apache/jsp/noida_jsp.java
avinashxr10/Java-Codes
c44a6fe469a9ec68dc207c534f66d0d0147374f1
[ "Unlicense" ]
null
null
null
JSP/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/JSP1/org/apache/jsp/noida_jsp.java
avinashxr10/Java-Codes
c44a6fe469a9ec68dc207c534f66d0d0147374f1
[ "Unlicense" ]
null
null
null
JSP/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/JSP1/org/apache/jsp/noida_jsp.java
avinashxr10/Java-Codes
c44a6fe469a9ec68dc207c534f66d0d0147374f1
[ "Unlicense" ]
null
null
null
45.433121
330
0.622599
8,581
/* * Generated by the Jasper component of Apache Tomcat * Version: Apache Tomcat/9.0.56 * Generated at: 2021-12-29 15:13:07 UTC * Note: The last modified time of this file was set to * the last modified time of the source file after * generation to assist with modification tracking. */ package org.ap...
3e14468b18eea1c3606456034274da7fc90298aa
1,492
java
Java
backend/src/main/java/com/smallB/QOS/productCategory/service/ProductCategoryServiceImpl.java
QR-OS/Q-tect-order-system
cfe0d16df998accab3f570ac971329bebc10ed81
[ "MIT" ]
12
2020-11-28T09:23:51.000Z
2021-04-18T07:10:28.000Z
backend/src/main/java/com/smallB/QOS/productCategory/service/ProductCategoryServiceImpl.java
QR-OS/Q-tect-order-system
cfe0d16df998accab3f570ac971329bebc10ed81
[ "MIT" ]
4
2021-09-14T05:28:39.000Z
2022-02-27T10:53:10.000Z
backend/src/main/java/com/smallB/QOS/productCategory/service/ProductCategoryServiceImpl.java
QR-OS/Q-tect-order-system
cfe0d16df998accab3f570ac971329bebc10ed81
[ "MIT" ]
3
2020-12-12T10:35:50.000Z
2020-12-12T15:08:59.000Z
34.697674
112
0.77681
8,582
package com.smallB.QOS.productCategory.service; import com.smallB.QOS.product.domain.ProductDto; import com.smallB.QOS.productCategory.dao.ProductCategoryDao; import com.smallB.QOS.productCategory.domain.ProductCategoryDto; import com.smallB.QOS.productCategory.error.ProductCategoryDuplicatedException; import com.smal...
3e1446dbc171dd37493e89d45bba0a09345d3620
3,597
java
Java
src/main/java/org/bitsofinfo/s3/toc/S3KeyCopyingTOCPayloadHandler.java
bitsofinfo/s3-bucket-loader
68f876198084665b74a744a37875a4be00c397e1
[ "Apache-2.0" ]
40
2015-01-04T03:14:44.000Z
2022-01-27T21:41:03.000Z
src/main/java/org/bitsofinfo/s3/toc/S3KeyCopyingTOCPayloadHandler.java
bitsofinfo/s3-bucket-loader
68f876198084665b74a744a37875a4be00c397e1
[ "Apache-2.0" ]
1
2016-01-28T20:15:38.000Z
2017-05-19T15:45:54.000Z
src/main/java/org/bitsofinfo/s3/toc/S3KeyCopyingTOCPayloadHandler.java
bitsofinfo/s3-bucket-loader
68f876198084665b74a744a37875a4be00c397e1
[ "Apache-2.0" ]
8
2015-12-22T08:39:42.000Z
2021-03-03T20:44:54.000Z
30.483051
109
0.75563
8,583
package org.bitsofinfo.s3.toc; import org.apache.log4j.Logger; import org.bitsofinfo.s3.cmd.TocPathOpResult; import org.bitsofinfo.s3.worker.WorkerState; import com.amazonaws.event.ProgressEvent; import com.amazonaws.event.ProgressListener; import com.amazonaws.services.s3.AmazonS3Client; import com.amazonaws.service...
3e144766430a8341f0d2adffc39c0c92ac7d95f7
2,733
java
Java
src/main/java/net/steelphoenix/chatgames/commands/SubCommand.java
Steve-Tech/ChatGames
83f0f75ce535484fc54cd8d33cfcbe86522fba07
[ "MIT" ]
1
2021-06-16T20:05:44.000Z
2021-06-16T20:05:44.000Z
src/main/java/net/steelphoenix/chatgames/commands/SubCommand.java
Steve-Tech/ChatGames
83f0f75ce535484fc54cd8d33cfcbe86522fba07
[ "MIT" ]
3
2021-04-12T17:28:07.000Z
2021-08-14T19:49:59.000Z
src/main/java/net/steelphoenix/chatgames/commands/SubCommand.java
Steve-Tech/ChatGames
83f0f75ce535484fc54cd8d33cfcbe86522fba07
[ "MIT" ]
7
2020-10-17T13:16:48.000Z
2022-03-13T00:14:34.000Z
35.960526
142
0.76802
8,584
package net.steelphoenix.chatgames.commands; import java.util.Arrays; import java.util.LinkedList; import java.util.List; import java.util.stream.Collectors; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.command.TabCompleter; i...
3e144849684702fabfce3daf23d2efea657ec84c
1,986
java
Java
src/main/java/kashiish/autotext/autocomplete/TrieNode.java
kashiish/autotext
82ebf284e8f920086ed921c3be20b2ec711d0422
[ "MIT" ]
1
2020-04-21T13:50:50.000Z
2020-04-21T13:50:50.000Z
src/main/java/kashiish/autotext/autocomplete/TrieNode.java
kashiish/autotext
82ebf284e8f920086ed921c3be20b2ec711d0422
[ "MIT" ]
null
null
null
src/main/java/kashiish/autotext/autocomplete/TrieNode.java
kashiish/autotext
82ebf284e8f920086ed921c3be20b2ec711d0422
[ "MIT" ]
null
null
null
22.314607
77
0.653575
8,585
package main.java.kashiish.autotext.autocomplete; import java.util.HashMap; import main.java.kashiish.autotext.Node; /** * Node representation for Trie data structure. * @author kashish * */ public class TrieNode implements Node<Character, TrieNode, Character> { /* TrieNode's data */ private Character value...
3e144910bb3ec6fcfd49cf25ac40e89c4fda62ad
2,710
java
Java
HighjetBI-Common/src/main/java/com/highjet/common/modules/common/dao/DaoSupport.java
moutainhigh/Backup-Restore
03f5717b2eddf688e310c47ec1e064e1fdd68bbe
[ "Apache-2.0" ]
null
null
null
HighjetBI-Common/src/main/java/com/highjet/common/modules/common/dao/DaoSupport.java
moutainhigh/Backup-Restore
03f5717b2eddf688e310c47ec1e064e1fdd68bbe
[ "Apache-2.0" ]
null
null
null
HighjetBI-Common/src/main/java/com/highjet/common/modules/common/dao/DaoSupport.java
moutainhigh/Backup-Restore
03f5717b2eddf688e310c47ec1e064e1fdd68bbe
[ "Apache-2.0" ]
1
2021-08-04T10:08:29.000Z
2021-08-04T10:08:29.000Z
20.687023
94
0.692989
8,586
package com.highjet.common.modules.common.dao; import java.util.List; import org.apache.ibatis.session.ExecutorType; import org.apache.ibatis.session.SqlSession; import org.apache.ibatis.session.SqlSessionFactory; import org.mybatis.spring.SqlSessionTemplate; import org.springframework.beans.factory.annotation.Autowi...
3e1449ece0254660e19d826eaa93a37ad77ca0a8
15,124
java
Java
s4n.core/src/org/netbeans/modules/web/stripes/util/browse/BrowseFolders.java
sustacek/stripes-4-netbeans
b3b6f2ac295619fa65d67795576bea18f938bf00
[ "Apache-2.0" ]
null
null
null
s4n.core/src/org/netbeans/modules/web/stripes/util/browse/BrowseFolders.java
sustacek/stripes-4-netbeans
b3b6f2ac295619fa65d67795576bea18f938bf00
[ "Apache-2.0" ]
null
null
null
s4n.core/src/org/netbeans/modules/web/stripes/util/browse/BrowseFolders.java
sustacek/stripes-4-netbeans
b3b6f2ac295619fa65d67795576bea18f938bf00
[ "Apache-2.0" ]
1
2015-10-18T06:16:46.000Z
2015-10-18T06:16:46.000Z
35.92399
108
0.614917
8,587
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common * Development and Distribution License("CDDL") (...
3e144a3394fd8f34142ed92a83697e4253c050e4
1,651
java
Java
stratosphere-tests/src/test/java/eu/stratosphere/test/exampleScalaPrograms/RelationalQueryITCase.java
qmlmoon/incubator-flink
708426ba6783bc600e1b818c78d90d567a3734a4
[ "Apache-2.0" ]
28
2015-02-07T12:14:37.000Z
2022-01-03T01:39:49.000Z
stratosphere-tests/src/test/java/eu/stratosphere/test/exampleScalaPrograms/RelationalQueryITCase.java
qmlmoon/incubator-flink
708426ba6783bc600e1b818c78d90d567a3734a4
[ "Apache-2.0" ]
20
2015-11-24T18:15:13.000Z
2021-03-10T20:45:44.000Z
stratosphere-tests/src/test/java/eu/stratosphere/test/exampleScalaPrograms/RelationalQueryITCase.java
qmlmoon/incubator-flink
708426ba6783bc600e1b818c78d90d567a3734a4
[ "Apache-2.0" ]
23
2016-03-24T02:07:28.000Z
2022-01-13T13:16:04.000Z
36.688889
120
0.655966
8,588
/*********************************************************************************************************************** * Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu) * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance wi...
3e144a6c8d752ec22013e08d23af51236fc43563
212
java
Java
src/main/java/com/example/Topic/Repository/TopicRepository.java
Sapbasu15/CourseApplication
35ce18bc89c6ea1464558c6e1d04f567461c80c2
[ "MIT" ]
null
null
null
src/main/java/com/example/Topic/Repository/TopicRepository.java
Sapbasu15/CourseApplication
35ce18bc89c6ea1464558c6e1d04f567461c80c2
[ "MIT" ]
null
null
null
src/main/java/com/example/Topic/Repository/TopicRepository.java
Sapbasu15/CourseApplication
35ce18bc89c6ea1464558c6e1d04f567461c80c2
[ "MIT" ]
null
null
null
26.5
72
0.834906
8,589
package com.example.Topic.Repository; import com.example.Topic.Model.Topic; import org.springframework.data.repository.CrudRepository; public interface TopicRepository extends CrudRepository<Topic, String> { }
3e144b530ddad3bd1be0e8dd2c0bbba6fc6653db
1,134
java
Java
taotao-rest/src/main/java/com/wugq/taotao/rest/controller/ContentController.java
wuguoquan/TaoTaoDemoM
c494484e1b7ba23aa1d5ed318a404ac458483b99
[ "Apache-2.0" ]
null
null
null
taotao-rest/src/main/java/com/wugq/taotao/rest/controller/ContentController.java
wuguoquan/TaoTaoDemoM
c494484e1b7ba23aa1d5ed318a404ac458483b99
[ "Apache-2.0" ]
null
null
null
taotao-rest/src/main/java/com/wugq/taotao/rest/controller/ContentController.java
wuguoquan/TaoTaoDemoM
c494484e1b7ba23aa1d5ed318a404ac458483b99
[ "Apache-2.0" ]
null
null
null
30.648649
76
0.776896
8,590
package com.wugq.taotao.rest.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping; import or...
3e144c3a1163ade90442ecd021f54eaa0e645ee8
1,170
java
Java
src/main/java/com/codereligion/flux/converters/net/StringToInetSocketAddressConverter.java
codereligion/flux
a359f95549b9ce474d8f854dd2fddc3982ece432
[ "Apache-2.0" ]
1
2015-10-05T09:39:43.000Z
2015-10-05T09:39:43.000Z
src/main/java/com/codereligion/flux/converters/net/StringToInetSocketAddressConverter.java
codereligion/flux
a359f95549b9ce474d8f854dd2fddc3982ece432
[ "Apache-2.0" ]
null
null
null
src/main/java/com/codereligion/flux/converters/net/StringToInetSocketAddressConverter.java
codereligion/flux
a359f95549b9ce474d8f854dd2fddc3982ece432
[ "Apache-2.0" ]
null
null
null
37.741935
107
0.754701
8,591
package com.codereligion.flux.converters.net; import com.codereligion.flux.Capacitor; import com.codereligion.flux.spi.Dependency; import com.google.common.base.Preconditions; import com.google.common.reflect.TypeToken; import com.codereligion.flux.spi.Converter; import javax.annotation.Nullable; import java.net.Inet...
3e144cd8693cc594355362b5c168299ce5676208
109
java
Java
stilt/core/src/main/java/com/p4ybill/stilt/parser/MappingFunction.java
P4yBill/stilt-index
9708322cfd252648af58bdf4c92ec6b5fd1ab2cf
[ "MIT" ]
null
null
null
stilt/core/src/main/java/com/p4ybill/stilt/parser/MappingFunction.java
P4yBill/stilt-index
9708322cfd252648af58bdf4c92ec6b5fd1ab2cf
[ "MIT" ]
null
null
null
stilt/core/src/main/java/com/p4ybill/stilt/parser/MappingFunction.java
P4yBill/stilt-index
9708322cfd252648af58bdf4c92ec6b5fd1ab2cf
[ "MIT" ]
null
null
null
18.166667
36
0.752294
8,592
package com.p4ybill.stilt.parser; public interface MappingFunction { int map(Object value, int bits); }
3e144cec2b02cb78dc529797debe7f90c8f4fc83
2,375
java
Java
src/main/java/shadows/apotheosis/ench/enchantments/HellInfusionEnchantment.java
tony84727/Apotheosis
f372c14ae9b8bc3907b407a2d95579b5c26aa4f8
[ "MIT" ]
null
null
null
src/main/java/shadows/apotheosis/ench/enchantments/HellInfusionEnchantment.java
tony84727/Apotheosis
f372c14ae9b8bc3907b407a2d95579b5c26aa4f8
[ "MIT" ]
null
null
null
src/main/java/shadows/apotheosis/ench/enchantments/HellInfusionEnchantment.java
tony84727/Apotheosis
f372c14ae9b8bc3907b407a2d95579b5c26aa4f8
[ "MIT" ]
null
null
null
33.450704
106
0.794947
8,593
package shadows.apotheosis.ench.enchantments; import net.minecraft.enchantment.Enchantment; import net.minecraft.enchantment.EnchantmentType; import net.minecraft.enchantment.Enchantments; import net.minecraft.entity.Entity; import net.minecraft.entity.LivingEntity; import net.minecraft.entity.player.PlayerEntity; imp...
3e144d256d815ed738ad24eee753d161b86b1010
9,023
java
Java
backend/de.metas.adempiere.adempiere/base/src/main/java-gen/org/eevolution/model/I_PP_OrderLine_Candidate.java
askmohanty/metasfresh
a2638a601eff0c157c5a8440098dc6c2521374b7
[ "RSA-MD" ]
1
2015-11-09T07:13:14.000Z
2015-11-09T07:13:14.000Z
backend/de.metas.adempiere.adempiere/base/src/main/java-gen/org/eevolution/model/I_PP_OrderLine_Candidate.java
metas-fresh/fresh
265b6e00fbbf154d6a7bbb9aaf9cf7135f9d6a27
[ "RSA-MD" ]
null
null
null
backend/de.metas.adempiere.adempiere/base/src/main/java-gen/org/eevolution/model/I_PP_OrderLine_Candidate.java
metas-fresh/fresh
265b6e00fbbf154d6a7bbb9aaf9cf7135f9d6a27
[ "RSA-MD" ]
null
null
null
25.133705
249
0.719162
8,594
/* * #%L * de.metas.adempiere.adempiere.base * %% * Copyright (C) 2021 metas GmbH * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 2 of the * License, or (at your opt...
3e144daf4bb1af84415640df458c21686a4e6bb4
1,112
java
Java
st-md-testcatalog/src/main/java/com/systematictesting/utils/TestCatalogUtils.java
SystematicTesting/QDOS-Report
958cb7f2b496af34b6c505080daaef2b6f8251fe
[ "MIT" ]
null
null
null
st-md-testcatalog/src/main/java/com/systematictesting/utils/TestCatalogUtils.java
SystematicTesting/QDOS-Report
958cb7f2b496af34b6c505080daaef2b6f8251fe
[ "MIT" ]
null
null
null
st-md-testcatalog/src/main/java/com/systematictesting/utils/TestCatalogUtils.java
SystematicTesting/QDOS-Report
958cb7f2b496af34b6c505080daaef2b6f8251fe
[ "MIT" ]
null
null
null
30.054054
172
0.747302
8,595
package com.systematictesting.utils; import java.io.File; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class TestCatalogUtils { private static Logger logger = LoggerFactory.getLogger(TestCatalogUtils.class); private static String method_createReportLocation = " :: createCatalogLocation() :: "...
3e144e414164caebb31e28a418b97dba77cda855
356
java
Java
raw_dataset/66729739@update@OK.java
zthang/code2vec_treelstm
0c5f98d280b506317738ba603b719cac6036896f
[ "MIT" ]
1
2020-04-24T03:35:40.000Z
2020-04-24T03:35:40.000Z
raw_dataset/66871641@update@OK.java
ruanyuan115/code2vec_treelstm
0c5f98d280b506317738ba603b719cac6036896f
[ "MIT" ]
2
2020-04-23T21:14:28.000Z
2021-01-21T01:07:18.000Z
raw_dataset/66871641@update@OK.java
zthang/code2vec_treelstm
0c5f98d280b506317738ba603b719cac6036896f
[ "MIT" ]
null
null
null
29.666667
65
0.539326
8,596
void update(int ll, int rr, int time, int knight, int l, int r) { lazyPropagation(); if (noIntersection(ll, rr, l, r)) return; if (covered(ll, rr, l, r)) { setLazy(time, knight); return; } int mid = (l + r) / 2; left.update(ll, rr, time, knight, l, mid); right.update(...
3e144f33074652bd589ad062052bce4c7981d98e
1,030
java
Java
customwidget/src/main/java/cn/xxt/customwidget/thinkinginjava/collection/method17_11/Synchronization.java
Martin-zhq/someexercise
6edd6cc4ce260c189727a487652738549ca61d56
[ "Apache-2.0" ]
null
null
null
customwidget/src/main/java/cn/xxt/customwidget/thinkinginjava/collection/method17_11/Synchronization.java
Martin-zhq/someexercise
6edd6cc4ce260c189727a487652738549ca61d56
[ "Apache-2.0" ]
null
null
null
customwidget/src/main/java/cn/xxt/customwidget/thinkinginjava/collection/method17_11/Synchronization.java
Martin-zhq/someexercise
6edd6cc4ce260c189727a487652738549ca61d56
[ "Apache-2.0" ]
null
null
null
33.225806
98
0.730097
8,597
package cn.xxt.customwidget.thinkinginjava.collection.method17_11; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.TreeMap; import java.util.Tre...
3e144f39d9dfcb5794e23f9d61f1a837e856e0c0
1,745
java
Java
multithreading/src/main/java/com/mythtrad/proj6/others/CountDownLatchDemo.java
xiangzz159/JInterview-demo
5669af41897d14e57bdc6f6926ddc3f797edfe8b
[ "MIT" ]
null
null
null
multithreading/src/main/java/com/mythtrad/proj6/others/CountDownLatchDemo.java
xiangzz159/JInterview-demo
5669af41897d14e57bdc6f6926ddc3f797edfe8b
[ "MIT" ]
null
null
null
multithreading/src/main/java/com/mythtrad/proj6/others/CountDownLatchDemo.java
xiangzz159/JInterview-demo
5669af41897d14e57bdc6f6926ddc3f797edfe8b
[ "MIT" ]
null
null
null
31.727273
99
0.547851
8,598
package com.mythtrad.proj6.others; import java.util.concurrent.CountDownLatch; /** * @Author:Yerik Xiang * @Date:2020/10/28 15:37 * @Desc: CountDownLatch计数器演示,由外部线程控制一组线程的放行 */ public class CountDownLatchDemo { private static CountDownLatch countDownLatch = new CountDownLatch(6); private static class Init...
3e144f3fd507390df611976c5aff75891db010f8
1,591
java
Java
src/main/java/cn/shijinshi/redis/forward/server/RequestDecoder.java
shijinshi/redis-broker
5b3d95d9ca7ecbdd5a46338e378c794731f93b70
[ "Apache-2.0" ]
10
2019-11-04T09:16:49.000Z
2021-06-11T11:19:23.000Z
src/main/java/cn/shijinshi/redis/forward/server/RequestDecoder.java
shijinshi/redis-broker
5b3d95d9ca7ecbdd5a46338e378c794731f93b70
[ "Apache-2.0" ]
5
2020-02-22T02:57:24.000Z
2021-12-09T21:43:26.000Z
src/main/java/cn/shijinshi/redis/forward/server/RequestDecoder.java
shijinshi/redis-broker
5b3d95d9ca7ecbdd5a46338e378c794731f93b70
[ "Apache-2.0" ]
3
2019-11-04T09:00:55.000Z
2020-12-18T03:12:09.000Z
29.462963
101
0.645506
8,599
package cn.shijinshi.redis.forward.server; import cn.shijinshi.redis.common.protocol.RedisCodec; import cn.shijinshi.redis.common.protocol.RedisRequest; import io.netty.buffer.ByteBuf; import io.netty.buffer.ByteBufInputStream; import io.netty.channel.ChannelHandlerContext; import io.netty.handler.codec.ByteToMessageD...
3e144f86ac11a79f4ebf4341a54a042069e7ec43
24,892
java
Java
uimaj-ep-runtime-deployeditor/src/main/java/org/apache/uima/aae/deployment/impl/AsyncAggregateErrorConfiguration_Impl.java
abrami/uima-async-scaleout
163e92a2573907ce508071d416d7abe56980062d
[ "Apache-2.0" ]
10
2015-11-29T03:32:06.000Z
2020-01-21T21:38:38.000Z
uimaj-ep-runtime-deployeditor/src/main/java/org/apache/uima/aae/deployment/impl/AsyncAggregateErrorConfiguration_Impl.java
abrami/uima-async-scaleout
163e92a2573907ce508071d416d7abe56980062d
[ "Apache-2.0" ]
2
2020-04-08T18:25:17.000Z
2020-04-08T18:25:18.000Z
uimaj-ep-runtime-deployeditor/src/main/java/org/apache/uima/aae/deployment/impl/AsyncAggregateErrorConfiguration_Impl.java
isabella232/uima-as_old
c6faa8b6fd8b4dd914e0fa6ded4ce330462f7236
[ "Apache-2.0" ]
10
2015-12-09T21:38:31.000Z
2020-01-21T21:38:40.000Z
40.148387
197
0.642696
8,600
/* * 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 ...
3e144ff09fddd9bdededc8696db580bb3f985f54
20,400
java
Java
modules/activiti-engine/src/main/java/org/activiti/engine/impl/db/DbSqlSessionFactory.java
cloudcube/Activiti
23e96a608c77e60476d1dcede90e4ef34b472473
[ "Apache-1.1" ]
1
2016-03-22T03:40:18.000Z
2016-03-22T03:40:18.000Z
modules/activiti-engine/src/main/java/org/activiti/engine/impl/db/DbSqlSessionFactory.java
orzeh/Activiti
ae303d85b51a860545243c21220b8b7554996920
[ "Apache-1.1" ]
null
null
null
modules/activiti-engine/src/main/java/org/activiti/engine/impl/db/DbSqlSessionFactory.java
orzeh/Activiti
ae303d85b51a860545243c21220b8b7554996920
[ "Apache-1.1" ]
null
null
null
52.713178
179
0.784363
8,601
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
3e1450b43c258ad056bff7a78a0f5ddfa81ca838
31,968
java
Java
app/src/main/java/com/jiangdg/usbcamera/CameraPresenter.java
WeizhiKong/AndroidUSBCamera
00c0202c2ade6cbc675a62786dca83cc8b428b42
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/jiangdg/usbcamera/CameraPresenter.java
WeizhiKong/AndroidUSBCamera
00c0202c2ade6cbc675a62786dca83cc8b428b42
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/jiangdg/usbcamera/CameraPresenter.java
WeizhiKong/AndroidUSBCamera
00c0202c2ade6cbc675a62786dca83cc8b428b42
[ "Apache-2.0" ]
null
null
null
28.930317
130
0.539446
8,602
package com.jiangdg.usbcamera; import android.annotation.SuppressLint; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.ImageFormat; import android.graphics.Matrix; import android.graphics.RectF; import android.hardware.Camera; import android.media.CamcorderProfile; import...
3e1450d3b760c77e319acce5eb34b92b6a6d371b
38,833
java
Java
src/test/java/com/aws/greengrass/deployment/DeploymentServiceTest.java
williamlai/aws-greengrass-nucleus
2999b3c1633e82b14203f305553ef72153841bfa
[ "Apache-2.0" ]
71
2020-12-15T17:27:53.000Z
2022-03-04T19:30:39.000Z
src/test/java/com/aws/greengrass/deployment/DeploymentServiceTest.java
williamlai/aws-greengrass-nucleus
2999b3c1633e82b14203f305553ef72153841bfa
[ "Apache-2.0" ]
363
2020-12-15T17:27:40.000Z
2022-03-31T22:22:35.000Z
src/test/java/com/aws/greengrass/deployment/DeploymentServiceTest.java
williamlai/aws-greengrass-nucleus
2999b3c1633e82b14203f305553ef72153841bfa
[ "Apache-2.0" ]
27
2020-12-15T22:01:45.000Z
2022-03-25T04:44:06.000Z
57.360414
134
0.743414
8,603
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ package com.aws.greengrass.deployment; import com.amazon.aws.iot.greengrass.component.common.DependencyType; import com.aws.greengrass.componentmanager.ComponentManager; import com.aws.greengrass.compon...
3e1452030993905585e1dac5d606f96fb5e40e6d
7,941
java
Java
prestosql/src/main/java/com/zhihu/prestosql/tidb/TypeHelpers.java
sunxiaoguang/TiBigData
0758ff478669edeca9d84b6ac975adbad6ff50b7
[ "Apache-2.0" ]
null
null
null
prestosql/src/main/java/com/zhihu/prestosql/tidb/TypeHelpers.java
sunxiaoguang/TiBigData
0758ff478669edeca9d84b6ac975adbad6ff50b7
[ "Apache-2.0" ]
null
null
null
prestosql/src/main/java/com/zhihu/prestosql/tidb/TypeHelpers.java
sunxiaoguang/TiBigData
0758ff478669edeca9d84b6ac975adbad6ff50b7
[ "Apache-2.0" ]
1
2020-06-09T09:45:09.000Z
2020-06-09T09:45:09.000Z
44.61236
144
0.627377
8,604
/* * Copyright 2020 Zhihu. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
3e14528bfb159c36ad6223f376f9c5cec968d994
521
java
Java
viewinject-api/src/main/java/com/nelson/api/Finder.java
MogaoCaves/annotations-sample
5045c9ceea1d40b68f7eb5076ad9746efa03136d
[ "Apache-2.0" ]
null
null
null
viewinject-api/src/main/java/com/nelson/api/Finder.java
MogaoCaves/annotations-sample
5045c9ceea1d40b68f7eb5076ad9746efa03136d
[ "Apache-2.0" ]
null
null
null
viewinject-api/src/main/java/com/nelson/api/Finder.java
MogaoCaves/annotations-sample
5045c9ceea1d40b68f7eb5076ad9746efa03136d
[ "Apache-2.0" ]
null
null
null
18.607143
57
0.589251
8,605
package com.nelson.api; import android.app.Activity; import android.view.View; /** * Created by Nelson on 17/4/26. */ public enum Finder { VIEW { @Override public View findView(Object source, int id) { return ((View) source).findViewById(id); } }, ACTIVITY { ...
3e1452ba23d6eae131c3026d81e86e51bd4551ee
5,914
java
Java
SMPTETestPattern/src/ca/jvsh/smpte/testpattern/SmpteTestPattern.java
evgenyvinnik/jvsc-android-apps
9f2c91ee6468507d08079e255772d9aea95b9afc
[ "Apache-2.0" ]
1
2018-09-28T17:06:37.000Z
2018-09-28T17:06:37.000Z
SMPTETestPattern/src/ca/jvsh/smpte/testpattern/SmpteTestPattern.java
evgenyvinnik/jvsc-android-apps
9f2c91ee6468507d08079e255772d9aea95b9afc
[ "Apache-2.0" ]
null
null
null
SMPTETestPattern/src/ca/jvsh/smpte/testpattern/SmpteTestPattern.java
evgenyvinnik/jvsc-android-apps
9f2c91ee6468507d08079e255772d9aea95b9afc
[ "Apache-2.0" ]
null
null
null
19.97973
72
0.638316
8,606
/* * Copyright (C) 2010 John Vinnik Software House */ package ca.jvsh.smpte.testpattern; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.Rect; import android.os.Handler; import android.service.wallpaper.WallpaperService; import android.view.MotionEvent; import android.view....
3e1452e96fafbf0781b1de07b9318e9613c8367e
6,376
java
Java
deeplearning4j-core/src/test/java/org/deeplearning4j/util/ModelGuesserTest.java
firasdib/deeplearning4j
ecfd11e4c6e72361a913821ce38b7a7b01c9b9f4
[ "Apache-2.0" ]
2
2020-10-07T18:23:06.000Z
2021-06-13T16:17:28.000Z
deeplearning4j-core/src/test/java/org/deeplearning4j/util/ModelGuesserTest.java
firasdib/deeplearning4j
ecfd11e4c6e72361a913821ce38b7a7b01c9b9f4
[ "Apache-2.0" ]
null
null
null
deeplearning4j-core/src/test/java/org/deeplearning4j/util/ModelGuesserTest.java
firasdib/deeplearning4j
ecfd11e4c6e72361a913821ce38b7a7b01c9b9f4
[ "Apache-2.0" ]
null
null
null
41.947368
119
0.696048
8,607
package org.deeplearning4j.util; import org.apache.commons.compress.utils.IOUtils; import org.deeplearning4j.nn.api.Model; import org.deeplearning4j.nn.conf.ComputationGraphConfiguration; import org.deeplearning4j.nn.conf.MultiLayerConfiguration; import org.deeplearning4j.nn.conf.NeuralNetConfiguration; import org.dee...
3e1453e9052c62eda65dd025de37f3a8bcd4dea5
483
java
Java
gulimall-product/src/main/java/com/atguigu/gulimall/product/service/ProductAttrValueService.java
Monarchflame/gulimall
1c0663165e85d3fdbc32a42dd63ac24957b29e1d
[ "Apache-2.0" ]
null
null
null
gulimall-product/src/main/java/com/atguigu/gulimall/product/service/ProductAttrValueService.java
Monarchflame/gulimall
1c0663165e85d3fdbc32a42dd63ac24957b29e1d
[ "Apache-2.0" ]
2
2021-04-22T17:08:25.000Z
2021-09-20T20:58:42.000Z
gulimall-product/src/main/java/com/atguigu/gulimall/product/service/ProductAttrValueService.java
Monarchflame/gulimall
1c0663165e85d3fdbc32a42dd63ac24957b29e1d
[ "Apache-2.0" ]
null
null
null
23.190476
83
0.784394
8,608
package com.atguigu.gulimall.product.service; import com.baomidou.mybatisplus.extension.service.IService; import com.atguigu.common.utils.PageUtils; import com.atguigu.gulimall.product.entity.ProductAttrValueEntity; import java.util.Map; /** * spu属性值 * * @author leifengyang * @email ychag@example.com * @date 20...
3e14540c6e86f47a4d844e94caf7154cfacceded
298
java
Java
src/main/java/com/rickie/order/example/domain/commands/PlaceOrderCommand.java
ty-wssf/axon-order
5a8a8eeb0d013d4b5b0af4bf8c602ea62bb60d2d
[ "Apache-2.0" ]
null
null
null
src/main/java/com/rickie/order/example/domain/commands/PlaceOrderCommand.java
ty-wssf/axon-order
5a8a8eeb0d013d4b5b0af4bf8c602ea62bb60d2d
[ "Apache-2.0" ]
null
null
null
src/main/java/com/rickie/order/example/domain/commands/PlaceOrderCommand.java
ty-wssf/axon-order
5a8a8eeb0d013d4b5b0af4bf8c602ea62bb60d2d
[ "Apache-2.0" ]
null
null
null
19.866667
69
0.778523
8,609
package com.rickie.order.example.domain.commands; import lombok.Data; import org.axonframework.modelling.command.TargetAggregateIdentifier; /** * 发货订单 */ @Data public class PlaceOrderCommand { @TargetAggregateIdentifier private final String orderId; private final String product; }
3e14558b4f1c8023ba0cb38e99187243315d636f
2,113
java
Java
app/src/main/java/net/beaconradar/service/Scheduler.java
falkorichter/beaconradar
8146fbc65e1cff804b70ee930086a29bc421dfc8
[ "Apache-2.0" ]
15
2016-05-05T20:53:59.000Z
2021-09-22T20:28:22.000Z
app/src/main/java/net/beaconradar/service/Scheduler.java
falkorichter/beaconradar
8146fbc65e1cff804b70ee930086a29bc421dfc8
[ "Apache-2.0" ]
3
2016-09-15T17:29:41.000Z
2020-03-09T05:55:46.000Z
app/src/main/java/net/beaconradar/service/Scheduler.java
stanleyguevara/beaconradar
ce990eb18b941429e7d1ba2d4bfda3e11119e5ee
[ "Apache-2.0" ]
2
2016-09-30T10:37:21.000Z
2020-09-06T03:38:09.000Z
37.732143
101
0.727875
8,610
package net.beaconradar.service; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; public abstract class Scheduler { public static final String WAKEUP_JIC = "just_in_case_wakeup"; public static final String WAKEUP_SCAN = "schedule...
3e14560a909b137dc1c32007fbc07c7dbcd4726f
4,076
java
Java
hexagonal-poc-adapter/src/test/java/br/com/reschoene/poc/architecture/adapter/persistence/ProductJPAAdapterTest.java
reschoene/hexagonal-poc
6825a7156ef1770dca79d6f2bd5fa66d9782744c
[ "MIT" ]
5
2021-04-16T15:08:45.000Z
2021-06-09T13:21:07.000Z
hexagonal-poc-adapter/src/test/java/br/com/reschoene/poc/architecture/adapter/persistence/ProductJPAAdapterTest.java
reschoene/hexagonal-poc
6825a7156ef1770dca79d6f2bd5fa66d9782744c
[ "MIT" ]
null
null
null
hexagonal-poc-adapter/src/test/java/br/com/reschoene/poc/architecture/adapter/persistence/ProductJPAAdapterTest.java
reschoene/hexagonal-poc
6825a7156ef1770dca79d6f2bd5fa66d9782744c
[ "MIT" ]
2
2021-05-20T15:45:43.000Z
2021-05-20T20:19:10.000Z
35.754386
103
0.716634
8,611
package br.com.reschoene.poc.architecture.adapter.persistence; import br.com.reschoene.poc.architecture.adapter.helper.ProductCreator; import br.com.reschoene.poc.architecture.adapter.helper.ProductEntityCreator; import br.com.reschoene.poc.architecture.adapter.output.persistence.jpa.ProductEntity; import br.com.resch...
3e1457245372f797f9bc912571e0ae954d4fd0d1
480
java
Java
factory/src/main/java/com/example/pattern/runner/FactoryStartRunner.java
nightsoil01/spring-boot-pattern
ea30ebbf03fe440572c46122ca7b9f50fe89663f
[ "Apache-2.0" ]
null
null
null
factory/src/main/java/com/example/pattern/runner/FactoryStartRunner.java
nightsoil01/spring-boot-pattern
ea30ebbf03fe440572c46122ca7b9f50fe89663f
[ "Apache-2.0" ]
null
null
null
factory/src/main/java/com/example/pattern/runner/FactoryStartRunner.java
nightsoil01/spring-boot-pattern
ea30ebbf03fe440572c46122ca7b9f50fe89663f
[ "Apache-2.0" ]
null
null
null
21.818182
62
0.816667
8,612
package com.example.pattern.runner; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; import org.springframework.context.annotation.Configuration; import com.example.pattern.factory.CarFactory; @Configuration public class FactoryStartRunner implements C...
3e14574b52296506dcf7d5c7708712b657771c71
11,219
java
Java
jbpm-persistence-jpa/src/main/java/org/jbpm/persistence/processinstance/JPAProcessInstanceManager.java
Multi-Support/jbpm
e462da6dcb580ce604a0d2d85037f47d7c24e99e
[ "Apache-2.0" ]
1
2016-02-19T21:06:10.000Z
2016-02-19T21:06:10.000Z
jbpm-persistence-jpa/src/main/java/org/jbpm/persistence/processinstance/JPAProcessInstanceManager.java
Multi-Support/jbpm
e462da6dcb580ce604a0d2d85037f47d7c24e99e
[ "Apache-2.0" ]
null
null
null
jbpm-persistence-jpa/src/main/java/org/jbpm/persistence/processinstance/JPAProcessInstanceManager.java
Multi-Support/jbpm
e462da6dcb580ce604a0d2d85037f47d7c24e99e
[ "Apache-2.0" ]
null
null
null
48.5671
194
0.695784
8,613
/* * Copyright 2015 Red Hat, Inc. and/or its affiliates. * * 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, soft...
3e1457774bcbeac18e2f7d8975160d3a2aac4be1
869
java
Java
src/main/java/com/codeborne/selenide/commands/GetPreceding.java
eroshenkoam/selenide
b1589a8dc310c45b6e432c41e122b00166819806
[ "MIT" ]
1
2017-08-22T15:58:39.000Z
2017-08-22T15:58:39.000Z
src/main/java/com/codeborne/selenide/commands/GetPreceding.java
eroshenkoam/selenide
b1589a8dc310c45b6e432c41e122b00166819806
[ "MIT" ]
22
2021-01-26T06:18:59.000Z
2022-02-17T09:03:50.000Z
src/main/java/com/codeborne/selenide/commands/GetPreceding.java
eroshenkoam/selenide
b1589a8dc310c45b6e432c41e122b00166819806
[ "MIT" ]
null
null
null
31.035714
108
0.798619
8,614
package com.codeborne.selenide.commands; import com.codeborne.selenide.Command; import com.codeborne.selenide.SelenideElement; import com.codeborne.selenide.impl.WebElementSource; import org.openqa.selenium.By; import javax.annotation.CheckReturnValue; import javax.annotation.Nonnull; import javax.annotation.Nullable...
3e1457d7b2186bc39bed8e67f4194264c1a4c580
454
java
Java
src/main/java/me/modmuss50/technicaldimensions/server/ScreenShotSaver.java
modmuss50/TechnicalDimensions
34c2bb2e26608d530f06686d04c8ee000cce2e69
[ "MIT" ]
4
2016-08-07T01:27:42.000Z
2021-02-02T15:23:40.000Z
src/main/java/me/modmuss50/technicaldimensions/server/ScreenShotSaver.java
modmuss50/TechnicalDimensions
34c2bb2e26608d530f06686d04c8ee000cce2e69
[ "MIT" ]
6
2016-08-08T02:40:08.000Z
2016-09-15T15:21:05.000Z
src/main/java/me/modmuss50/technicaldimensions/server/ScreenShotSaver.java
modmuss50/TechnicalDimensions
34c2bb2e26608d530f06686d04c8ee000cce2e69
[ "MIT" ]
null
null
null
19.73913
65
0.656388
8,615
package me.modmuss50.technicaldimensions.server; import java.util.List; /** * Created by Mark on 04/08/2016. */ public class ScreenShotSaver { List<ScreenShotData> screenshots; public static class ScreenShotData { public String imageID; public String imageData; public ScreenShotDa...
3e14591522a4bee08f0a774929bd88152b360dc8
4,177
java
Java
corpus/class/eclipse.pde.ui/4393.java
masud-technope/ACER-Replication-Package-ASE2017
cb7318a729eb1403004d451a164c851af2d81f7a
[ "MIT" ]
15
2018-07-10T09:38:31.000Z
2021-11-29T08:28:07.000Z
corpus/class/eclipse.pde.ui/4393.java
masud-technope/ACER-Replication-Package-ASE2017
cb7318a729eb1403004d451a164c851af2d81f7a
[ "MIT" ]
3
2018-11-16T02:58:59.000Z
2021-01-20T16:03:51.000Z
corpus/class/eclipse.pde.ui/4393.java
masud-technope/ACER-Replication-Package-ASE2017
cb7318a729eb1403004d451a164c851af2d81f7a
[ "MIT" ]
6
2018-06-27T20:19:00.000Z
2022-02-19T02:29:53.000Z
38.675926
114
0.645918
8,616
/******************************************************************************* * Copyright (c) 2009, 2015 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
3e1459635a8f6c0d798481aac4e32db39d163571
3,909
java
Java
ifs-web-service/ifs-application-commons/src/main/java/org/innovateuk/ifs/application/finance/viewmodel/ApplicationFinanceSummaryViewModel.java
danielholdsworth/innovation-funding-service
39748ba4f574c29f3d09adde7af60ca85ffeec06
[ "MIT" ]
null
null
null
ifs-web-service/ifs-application-commons/src/main/java/org/innovateuk/ifs/application/finance/viewmodel/ApplicationFinanceSummaryViewModel.java
danielholdsworth/innovation-funding-service
39748ba4f574c29f3d09adde7af60ca85ffeec06
[ "MIT" ]
null
null
null
ifs-web-service/ifs-application-commons/src/main/java/org/innovateuk/ifs/application/finance/viewmodel/ApplicationFinanceSummaryViewModel.java
danielholdsworth/innovation-funding-service
39748ba4f574c29f3d09adde7af60ca85ffeec06
[ "MIT" ]
null
null
null
36.877358
129
0.719366
8,617
package org.innovateuk.ifs.application.finance.viewmodel; import org.innovateuk.ifs.analytics.BaseAnalyticsViewModel; import org.innovateuk.ifs.competition.resource.CollaborationLevel; import org.innovateuk.ifs.competition.resource.CompetitionResource; import java.math.BigDecimal; import java.util.List; import stati...
3e1459ad1367636d1aa46b43855e156714dc9b08
648
java
Java
org.eniware.central.common.security/src/org/eniware/central/security/SecurityUser.java
eniware-org/org.eniware.central
64d999cd743a1ebc39dccbe89c68772cae5129d7
[ "Apache-2.0" ]
null
null
null
org.eniware.central.common.security/src/org/eniware/central/security/SecurityUser.java
eniware-org/org.eniware.central
64d999cd743a1ebc39dccbe89c68772cae5129d7
[ "Apache-2.0" ]
null
null
null
org.eniware.central.common.security/src/org/eniware/central/security/SecurityUser.java
eniware-org/org.eniware.central
64d999cd743a1ebc39dccbe89c68772cae5129d7
[ "Apache-2.0" ]
null
null
null
17.052632
69
0.493827
8,618
/* ================================================================== * Eniware Open Source:Nikolai Manchev * Apache License 2.0 * ================================================================== */ package org.eniware.central.security; /** * API for user details. * @version 1.0 */ public interface Secur...
3e145a059893a0c9be55c721e01e1bd24ca86626
507
java
Java
modules/orchestration/srs-camunda-flows/src/main/java/org/systems/dipe/srs/orchestration/flows/request/messages/CancelRequestMessage.java
chirkovd/srs-platform
41f35c60084fc8967e289b2de9e66634e113b8cb
[ "Apache-2.0" ]
null
null
null
modules/orchestration/srs-camunda-flows/src/main/java/org/systems/dipe/srs/orchestration/flows/request/messages/CancelRequestMessage.java
chirkovd/srs-platform
41f35c60084fc8967e289b2de9e66634e113b8cb
[ "Apache-2.0" ]
16
2022-02-19T05:38:31.000Z
2022-03-31T08:31:53.000Z
modules/orchestration/srs-camunda-flows/src/main/java/org/systems/dipe/srs/orchestration/flows/request/messages/CancelRequestMessage.java
chirkovd/srs-platform
41f35c60084fc8967e289b2de9e66634e113b8cb
[ "Apache-2.0" ]
null
null
null
25.35
66
0.769231
8,619
package org.systems.dipe.srs.orchestration.flows.request.messages; import com.fasterxml.jackson.annotation.JsonCreator; import lombok.NoArgsConstructor; import org.systems.dipe.srs.orchestration.SrsEventType; @NoArgsConstructor public class CancelRequestMessage extends AbstractRequestMessage { @JsonCreator p...
3e145a6f29eb6b17b436ecd6a2081573f21ff0b0
1,889
java
Java
AndroidAnnotations/androidannotations-api/src/main/java/org/androidannotations/annotations/ViewById.java
PerfectCarl/androidannotations
04469986967a7e20206420ac4630641407b99916
[ "Apache-2.0" ]
2
2015-12-21T14:13:38.000Z
2016-10-31T03:35:40.000Z
AndroidAnnotations/androidannotations-api/src/main/java/org/androidannotations/annotations/ViewById.java
PerfectCarl/androidannotations
04469986967a7e20206420ac4630641407b99916
[ "Apache-2.0" ]
null
null
null
AndroidAnnotations/androidannotations-api/src/main/java/org/androidannotations/annotations/ViewById.java
PerfectCarl/androidannotations
04469986967a7e20206420ac4630641407b99916
[ "Apache-2.0" ]
null
null
null
28.19403
80
0.701429
8,620
/** * Copyright (C) 2010-2013 eBusiness Information, Excilys Group * * 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 ...
3e145a9ce8ec7632cf97a53e8f3a9ddea99c060e
174
java
Java
com/google/common/base/PatternCompiler.java
kelu124/pyS3
86eb139d971921418d6a62af79f2868f9c7704d5
[ "MIT" ]
1
2021-04-09T06:03:36.000Z
2021-04-09T06:03:36.000Z
com/google/common/base/PatternCompiler.java
kelu124/pyS3
86eb139d971921418d6a62af79f2868f9c7704d5
[ "MIT" ]
null
null
null
com/google/common/base/PatternCompiler.java
kelu124/pyS3
86eb139d971921418d6a62af79f2868f9c7704d5
[ "MIT" ]
null
null
null
19.333333
53
0.810345
8,621
package com.google.common.base; import com.google.common.annotations.GwtIncompatible; @GwtIncompatible interface PatternCompiler { CommonPattern compile(String str); }
3e145c2032c6e538452b8ebb95d83c30f85f86fa
13,794
java
Java
src/main/java/org/cloud/sonic/agent/tools/cv/AKAZEFinder.java
yaming116/sonic-agent
536ddd0930f895f7b7e2a5301eea53dda2b597bb
[ "MIT" ]
1,029
2021-12-12T07:49:01.000Z
2022-03-31T21:45:02.000Z
src/main/java/org/cloud/sonic/agent/tools/cv/AKAZEFinder.java
yaming116/sonic-agent
536ddd0930f895f7b7e2a5301eea53dda2b597bb
[ "MIT" ]
36
2021-12-13T04:56:39.000Z
2022-03-25T04:12:10.000Z
src/main/java/org/cloud/sonic/agent/tools/cv/AKAZEFinder.java
yaming116/sonic-agent
536ddd0930f895f7b7e2a5301eea53dda2b597bb
[ "MIT" ]
159
2021-12-12T07:21:15.000Z
2022-03-31T22:59:04.000Z
40.810651
115
0.58337
8,622
/* * Copyright (C) [SonicCloudOrg] Sonic Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
3e145c3b51ccfdbf674345be6ffcb29157cc59b8
10,700
java
Java
src/main/java/org/schors/gos/RecognitionTestBot.java
flicus/gosb
620824d6061d0be3cfb6afcee2085d4a0936d6ab
[ "MIT" ]
null
null
null
src/main/java/org/schors/gos/RecognitionTestBot.java
flicus/gosb
620824d6061d0be3cfb6afcee2085d4a0936d6ab
[ "MIT" ]
null
null
null
src/main/java/org/schors/gos/RecognitionTestBot.java
flicus/gosb
620824d6061d0be3cfb6afcee2085d4a0936d6ab
[ "MIT" ]
null
null
null
41.153846
129
0.655794
8,623
package org.schors.gos; import net.sourceforge.tess4j.Tesseract; import net.sourceforge.tess4j.TesseractException; import org.opencv.core.*; import org.opencv.imgcodecs.Imgcodecs; import org.opencv.imgproc.Imgproc; import org.schors.gos.model.BattleLayout; import org.schors.gos.model.Player; import org.schors.gos.mode...
3e145c7d26eeb1c2cb5bec6f7cdd5f31ebccdda8
1,010
java
Java
java/src/test/java/io/github/ajoz/iter/TakeIterTest.java
ajoz/functional-concepts-jvm
03bc3fbffe72aa937e1415f5945dfc3eb0013e80
[ "Apache-2.0" ]
1
2019-01-29T22:10:58.000Z
2019-01-29T22:10:58.000Z
java/src/test/java/io/github/ajoz/iter/TakeIterTest.java
ajoz/functional-concepts-jvm
03bc3fbffe72aa937e1415f5945dfc3eb0013e80
[ "Apache-2.0" ]
null
null
null
java/src/test/java/io/github/ajoz/iter/TakeIterTest.java
ajoz/functional-concepts-jvm
03bc3fbffe72aa937e1415f5945dfc3eb0013e80
[ "Apache-2.0" ]
null
null
null
27.297297
76
0.560396
8,624
package io.github.ajoz.iter; import org.junit.Assert; import static org.junit.Assert.*; import org.junit.Test; public class TakeIterTest { @Test public void shouldReturnFailureIfNoItemsUpstream() { Iter.empty() .take(10) .next() .ifSuccess(ignored -> fai...
3e145cadc5a0060773737f12704832279d57b0b7
1,716
java
Java
app/src/main/java/com/cpxiao/dotsandboxes/mode/extra/GridSize.java
cpxiao/DotsAndBoxes-Multiplayer
848d857d18125c9af24936a35fc51b1e296fb506
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/cpxiao/dotsandboxes/mode/extra/GridSize.java
cpxiao/DotsAndBoxes-Multiplayer
848d857d18125c9af24936a35fc51b1e296fb506
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/cpxiao/dotsandboxes/mode/extra/GridSize.java
cpxiao/DotsAndBoxes-Multiplayer
848d857d18125c9af24936a35fc51b1e296fb506
[ "Apache-2.0" ]
null
null
null
27.238095
88
0.567016
8,625
package com.cpxiao.dotsandboxes.mode.extra; import android.text.TextUtils; import com.cpxiao.androidutils.library.utils.StringUtils; /** * @author cpxiao on 2017/08/16. */ public class GridSize { /** * 方格数量 */ public static final String SIZE_KEY = "SIZE_KEY"; private static final String SIZE...
3e145ccf66bf1119f3e3f74a0f7922013eebd24f
2,878
java
Java
dom/src/main/java/todoapp/dom/relativepriority/ToDoItem_relativePriority.java
danhaywood/isis-app-todoapp
f284178e61683fe15f79c519df7080caef417fa1
[ "Apache-2.0" ]
52
2015-06-09T22:58:55.000Z
2021-01-17T07:45:19.000Z
dom/src/main/java/todoapp/dom/relativepriority/ToDoItem_relativePriority.java
danhaywood/isis-app-todoapp
f284178e61683fe15f79c519df7080caef417fa1
[ "Apache-2.0" ]
7
2015-04-23T11:30:06.000Z
2020-03-23T18:03:55.000Z
dom/src/main/java/todoapp/dom/relativepriority/ToDoItem_relativePriority.java
danhaywood/isis-app-todoapp
f284178e61683fe15f79c519df7080caef417fa1
[ "Apache-2.0" ]
70
2015-02-24T17:17:23.000Z
2020-10-26T07:47:26.000Z
33.465116
121
0.68902
8,626
/* * 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")...
3e145d86462b678a066cc96bfcf481a2c2e3693c
1,843
java
Java
toop-edm/src/main/java/eu/toop/edm/request/IEDMRequestPayloadProvider.java
de4a-wp5/toop-commons-ng
73382c519e7f5e1f325a8befcef6db89b1db7e8c
[ "Apache-2.0" ]
null
null
null
toop-edm/src/main/java/eu/toop/edm/request/IEDMRequestPayloadProvider.java
de4a-wp5/toop-commons-ng
73382c519e7f5e1f325a8befcef6db89b1db7e8c
[ "Apache-2.0" ]
null
null
null
toop-edm/src/main/java/eu/toop/edm/request/IEDMRequestPayloadProvider.java
de4a-wp5/toop-commons-ng
73382c519e7f5e1f325a8befcef6db89b1db7e8c
[ "Apache-2.0" ]
null
null
null
32.333333
76
0.671731
8,627
/** * This work is protected under copyrights held by the members of the * TOOP Project Consortium as indicated at * http://wiki.ds.unipi.gr/display/TOOP/Contributors * (c) 2018-2021. All rights reserved. * * This work is dual licensed under Apache License, Version 2.0 * and the EUPL 1.2. * * = = = = = = = = ...
3e145fa69cfc24b8cadd47189979e5c705e34be4
1,007
java
Java
http/open-api-custom/src/main/java/org/agoncal/fascicle/quarkus/http/openapi/custom/AuthorResource.java
wfink/agoncal-fascicle-quarkus
f47ebd3c18e95a8eae59ca7b7168da27c554d3d6
[ "MIT" ]
30
2020-11-03T13:23:34.000Z
2022-03-23T08:58:23.000Z
http/open-api-custom/src/main/java/org/agoncal/fascicle/quarkus/http/openapi/custom/AuthorResource.java
wfink/agoncal-fascicle-quarkus
f47ebd3c18e95a8eae59ca7b7168da27c554d3d6
[ "MIT" ]
7
2020-12-27T17:43:50.000Z
2021-12-27T18:04:39.000Z
http/open-api-custom/src/main/java/org/agoncal/fascicle/quarkus/http/openapi/custom/AuthorResource.java
wfink/agoncal-fascicle-quarkus
f47ebd3c18e95a8eae59ca7b7168da27c554d3d6
[ "MIT" ]
22
2020-09-14T15:41:39.000Z
2022-02-10T15:21:19.000Z
27.972222
76
0.723932
8,628
package org.agoncal.fascicle.quarkus.http.openapi.custom; import org.eclipse.microprofile.openapi.annotations.Operation; import org.eclipse.microprofile.openapi.annotations.responses.APIResponse; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; import javax.w...
3e14600489cf52d2183d86d526bd3fda9fe3c581
1,801
java
Java
blue-core/src/test/java/test/core/util/JsonUtilTest.java
blue0121/blue
f66ed548cb7c4c4a89341b6d2866a607c03c2243
[ "Apache-2.0" ]
null
null
null
blue-core/src/test/java/test/core/util/JsonUtilTest.java
blue0121/blue
f66ed548cb7c4c4a89341b6d2866a607c03c2243
[ "Apache-2.0" ]
null
null
null
blue-core/src/test/java/test/core/util/JsonUtilTest.java
blue0121/blue
f66ed548cb7c4c4a89341b6d2866a607c03c2243
[ "Apache-2.0" ]
null
null
null
29.048387
107
0.741255
8,629
package test.core.util; import blue.core.dict.State; import blue.core.dict.Type; import blue.core.util.JsonUtil; import blue.internal.core.dict.FastjsonEnumDeserializer; import blue.internal.core.dict.FastjsonEnumSerializer; import com.alibaba.fastjson.parser.ParserConfig; import com.alibaba.fastjson.serializer.Serial...
3e1460a2de1101021fd92acfaaa057f6912a899e
3,063
java
Java
src/main/java/edu/uri/cs/hypothesis/VariablesInLiteral.java
benott-cs/CKTAGA
57c8515ac59326ed3e225cca5413a96ae1706478
[ "Apache-2.0" ]
null
null
null
src/main/java/edu/uri/cs/hypothesis/VariablesInLiteral.java
benott-cs/CKTAGA
57c8515ac59326ed3e225cca5413a96ae1706478
[ "Apache-2.0" ]
2
2021-01-21T01:14:18.000Z
2021-12-09T22:19:08.000Z
src/main/java/edu/uri/cs/hypothesis/VariablesInLiteral.java
benott-cs/CKTAGA
57c8515ac59326ed3e225cca5413a96ae1706478
[ "Apache-2.0" ]
null
null
null
31.90625
111
0.63859
8,630
package edu.uri.cs.hypothesis; import com.igormaznitsa.prologparser.terms.AbstractPrologTerm; import com.igormaznitsa.prologparser.terms.PrologStructure; import java.util.List; import java.util.stream.Collectors; /** * Created by Ben on 12/27/18. */ public class VariablesInLiteral { private boolean variableIn...
3e146371801609ee869a713b881f19de3a074ebd
648
java
Java
src/main/java/net/revelc/code/formatter/html/package-info.java
saikiran-revuru-sp/formatter-maven-plugin
aa2390042b80084ec7f2f284cdf30ed20f03decf
[ "Apache-2.0" ]
223
2015-05-26T03:37:10.000Z
2022-03-06T16:53:33.000Z
src/main/java/net/revelc/code/formatter/html/package-info.java
saikiran-revuru-sp/formatter-maven-plugin
aa2390042b80084ec7f2f284cdf30ed20f03decf
[ "Apache-2.0" ]
376
2015-05-11T22:07:27.000Z
2022-03-05T15:55:16.000Z
src/main/java/net/revelc/code/formatter/html/package-info.java
saikiran-revuru-sp/formatter-maven-plugin
aa2390042b80084ec7f2f284cdf30ed20f03decf
[ "Apache-2.0" ]
104
2015-05-14T17:20:17.000Z
2022-03-01T10:43:50.000Z
36
75
0.737654
8,631
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribu...
3e146376d46cf177f35c3a3c5f089d7f8175a435
991
java
Java
src/dao/Interface/TrascrizioneQueryInterface.java
klaus97/JLibrary
5f1801c3826d8f1f39994edd303d74958a6b1ba1
[ "MIT" ]
3
2018-06-04T13:59:38.000Z
2018-12-08T17:15:39.000Z
src/dao/Interface/TrascrizioneQueryInterface.java
klaus97/JLibrary
5f1801c3826d8f1f39994edd303d74958a6b1ba1
[ "MIT" ]
null
null
null
src/dao/Interface/TrascrizioneQueryInterface.java
klaus97/JLibrary
5f1801c3826d8f1f39994edd303d74958a6b1ba1
[ "MIT" ]
1
2018-05-14T14:40:57.000Z
2018-05-14T14:40:57.000Z
29.147059
95
0.806256
8,632
package dao.Interface; import model.InfoUserTable; import model.OperaMetadati; import model.TrascrizioneDati; import model.UserModel; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; public interface TrascrizioneQueryInterface { ArrayList<TrascrizioneDati> getTrascrizioniList...
3e14649093520376d11ee008280523952a79762b
6,756
java
Java
native/src/main/java/io/ballerina/stdlib/http/api/HttpCallableUnitCallback.java
thuva9872/module-ballerina-http
964ab86d61e1b1d2deb761d6e28d9028fec24233
[ "Apache-2.0" ]
1
2022-03-22T23:39:49.000Z
2022-03-22T23:39:49.000Z
native/src/main/java/io/ballerina/stdlib/http/api/HttpCallableUnitCallback.java
Code-distancing/module-ballerina-http
81cc41197552aa4c459f96c1bfcce3a89eeb7e57
[ "Apache-2.0" ]
null
null
null
native/src/main/java/io/ballerina/stdlib/http/api/HttpCallableUnitCallback.java
Code-distancing/module-ballerina-http
81cc41197552aa4c459f96c1bfcce3a89eeb7e57
[ "Apache-2.0" ]
null
null
null
37.325967
120
0.671551
8,633
/* * Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) 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 * * ...
3e1464b37b6195bb0aa73194c45a82d7090494da
2,003
java
Java
src/main/form/cn/com/smart/form/parser/factory/FormParserFactory.java
cserverpaasshow/smart-OA
9fc4dce8fcc6342c482cd0e397104f64afc39cc5
[ "Apache-2.0" ]
null
null
null
src/main/form/cn/com/smart/form/parser/factory/FormParserFactory.java
cserverpaasshow/smart-OA
9fc4dce8fcc6342c482cd0e397104f64afc39cc5
[ "Apache-2.0" ]
3
2019-11-13T10:35:03.000Z
2021-01-20T23:55:12.000Z
src/main/form/cn/com/smart/form/parser/factory/FormParserFactory.java
cserverpaasshow/smart-OA
9fc4dce8fcc6342c482cd0e397104f64afc39cc5
[ "Apache-2.0" ]
null
null
null
19.831683
95
0.645532
8,634
package cn.com.smart.form.parser.factory; import java.util.List; import java.util.Map; import cn.com.smart.form.parser.IFormParser; import cn.com.smart.service.SmartContextService; import com.mixsmart.utils.StringUtils; /** * 表单解析工厂 * @author lmq * @create 2015年7月4日 * @version 1.0 * @since *...
3e1465ecc7d7463755249b459b6dfb3ad2d0d758
717
java
Java
pac4j-oauth/src/main/java/org/pac4j/oauth/profile/google2/Google2Email.java
wardr/pac4j
0a7930e75d6a5e1d914739a80d9dbc39d492aaec
[ "Apache-2.0" ]
4
2017-08-15T07:53:48.000Z
2020-04-22T11:13:06.000Z
pac4j-oauth/src/main/java/org/pac4j/oauth/profile/google2/Google2Email.java
wardr/pac4j
0a7930e75d6a5e1d914739a80d9dbc39d492aaec
[ "Apache-2.0" ]
null
null
null
pac4j-oauth/src/main/java/org/pac4j/oauth/profile/google2/Google2Email.java
wardr/pac4j
0a7930e75d6a5e1d914739a80d9dbc39d492aaec
[ "Apache-2.0" ]
4
2017-07-13T11:50:49.000Z
2020-03-28T06:12:30.000Z
19.916667
70
0.670851
8,635
package org.pac4j.oauth.profile.google2; import com.fasterxml.jackson.annotation.JsonProperty; import org.pac4j.oauth.profile.JsonObject; /** * This class represents an email object for Google. * * @author Nate Williams * @since 1.6.1 */ public final class Google2Email extends JsonObject { private static fi...
3e14663ab9b4dc9125eeb07a616af84fc730a854
7,257
java
Java
java/debugger.jpda/src/org/netbeans/modules/debugger/jpda/jdi/request/BreakpointRequestWrapper.java
tusharvjoshi/incubator-netbeans
a61bd21f4324f7e73414633712522811cb20ac93
[ "Apache-2.0" ]
1,056
2019-04-25T20:00:35.000Z
2022-03-30T04:46:14.000Z
java/debugger.jpda/src/org/netbeans/modules/debugger/jpda/jdi/request/BreakpointRequestWrapper.java
Marc382/netbeans
4bee741d24a3fdb05baf135de5e11a7cd95bd64e
[ "Apache-2.0" ]
1,846
2019-04-25T20:50:05.000Z
2022-03-31T23:40:41.000Z
java/debugger.jpda/src/org/netbeans/modules/debugger/jpda/jdi/request/BreakpointRequestWrapper.java
Marc382/netbeans
4bee741d24a3fdb05baf135de5e11a7cd95bd64e
[ "Apache-2.0" ]
550
2019-04-25T20:04:33.000Z
2022-03-25T17:43:01.000Z
49.705479
256
0.638005
8,636
/* * 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 ...