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
9241ea68c024ebad0779abb135548079d9c17459
258
java
Java
src/org/zelo/ast/expression/Symbol.java
sasquatch-mc/zelo
b869c98982d17fe9a6c1a6377d53662948656675
[ "Apache-2.0" ]
1
2017-03-24T11:51:11.000Z
2017-03-24T11:51:11.000Z
src/org/zelo/ast/expression/Symbol.java
sasquatch-mc/zelo
b869c98982d17fe9a6c1a6377d53662948656675
[ "Apache-2.0" ]
null
null
null
src/org/zelo/ast/expression/Symbol.java
sasquatch-mc/zelo
b869c98982d17fe9a6c1a6377d53662948656675
[ "Apache-2.0" ]
null
null
null
16.125
40
0.635659
1,002,075
package org.zelo.ast.expression; import org.zelo.ast.name.Name; public class Symbol extends Expression { private final Name name; public Symbol(Name name) { this.name = name; } public Name getName() { return name; } }
9241eb09f24fa2ad0fb81ca37211ef4a3a6aae53
1,036
java
Java
app/src/main/java/com/hzy/wan/adapter/HomeAdapter.java
ThornJuice/wan-mvp
35aa466c833716b7a79d99989c0217126a68c025
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/hzy/wan/adapter/HomeAdapter.java
ThornJuice/wan-mvp
35aa466c833716b7a79d99989c0217126a68c025
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/hzy/wan/adapter/HomeAdapter.java
ThornJuice/wan-mvp
35aa466c833716b7a79d99989c0217126a68c025
[ "Apache-2.0" ]
null
null
null
35.724138
103
0.707529
1,002,076
package com.hzy.wan.adapter; import androidx.annotation.Nullable; import com.chad.library.adapter.base.BaseQuickAdapter; import com.chad.library.adapter.base.BaseViewHolder; import com.hzy.wan.R; import com.hzy.wan.bean.HomeArticleBean; import java.util.List; public class HomeAdapter extends BaseQuickAdapter<HomeArt...
9241ec5fc7c50dd508b0c37cc70bf6c4f0e52fa3
1,234
java
Java
2015-DS/MaterialBaseMaps/app/src/main/java/com/esri/runtime/android/materialbasemaps/presenter/OnTaskCompleted.java
liangzuan1983/arcgis-runtime-demos-android
4edbacbcc16d1db653fd5958a2ee859bfb7bb740
[ "Apache-2.0" ]
33
2015-01-30T18:23:06.000Z
2019-07-10T13:19:45.000Z
2015-DS/MaterialBaseMaps/app/src/main/java/com/esri/runtime/android/materialbasemaps/presenter/OnTaskCompleted.java
trcflyer/arcgis-runtime-demos-android
bc1b462d874269df06f5e5116f3bec109d3b26cf
[ "Apache-2.0" ]
23
2015-03-11T14:56:10.000Z
2021-11-29T09:15:05.000Z
2015-DS/MaterialBaseMaps/app/src/main/java/com/esri/runtime/android/materialbasemaps/presenter/OnTaskCompleted.java
trcflyer/arcgis-runtime-demos-android
bc1b462d874269df06f5e5116f3bec109d3b26cf
[ "Apache-2.0" ]
45
2015-04-12T06:37:05.000Z
2021-02-24T07:50:13.000Z
33.351351
93
0.755267
1,002,077
/* Copyright 2015 Esri * * 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, softw...
9241ed3a26905aad3b3393835eb4610ca4cfacf4
5,576
java
Java
src/main/java/edu/illinois/lis/search/RunQueriesKernelDensity.java
jiyinhe/microblog-demos
933f34c74025c77ea61c08706be5c19a46149a4f
[ "Apache-2.0" ]
1
2017-04-18T10:21:44.000Z
2017-04-18T10:21:44.000Z
src/main/java/edu/illinois/lis/search/RunQueriesKernelDensity.java
jiyinhe/microblog-demos
933f34c74025c77ea61c08706be5c19a46149a4f
[ "Apache-2.0" ]
null
null
null
src/main/java/edu/illinois/lis/search/RunQueriesKernelDensity.java
jiyinhe/microblog-demos
933f34c74025c77ea61c08706be5c19a46149a4f
[ "Apache-2.0" ]
null
null
null
35.515924
114
0.737984
1,002,078
package edu.illinois.lis.search; import java.io.File; import java.io.PrintStream; import java.util.Arrays; import java.util.Iterator; import java.util.List; import cc.twittertools.search.api.TrecSearchThriftClient; import cc.twittertools.thrift.gen.TResult; import edu.illinois.lis.query.TrecTemporalTopicSet; import...
9241eeeb922f4431467bab64d5e8997e6f8176eb
3,969
java
Java
MultipleViewRecyclerView/app/src/main/java/com/example/multipleviewsrecyclerview/MainActivity.java
narendra-ct/AndroidLearning
c5a2c90321a8d1c4e97d8e9d025fb8366c395d74
[ "BSD-2-Clause" ]
null
null
null
MultipleViewRecyclerView/app/src/main/java/com/example/multipleviewsrecyclerview/MainActivity.java
narendra-ct/AndroidLearning
c5a2c90321a8d1c4e97d8e9d025fb8366c395d74
[ "BSD-2-Clause" ]
null
null
null
MultipleViewRecyclerView/app/src/main/java/com/example/multipleviewsrecyclerview/MainActivity.java
narendra-ct/AndroidLearning
c5a2c90321a8d1c4e97d8e9d025fb8366c395d74
[ "BSD-2-Clause" ]
null
null
null
33.923077
130
0.644243
1,002,079
package com.example.multipleviewsrecyclerview; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import android.app.Activity; import android.content.Intent; import android.os.B...
9241ef9c59ecae71e30f5760945817fc68df581e
4,226
java
Java
src/main/java/com/max/epi/graph/TransformOneStringToAnother.java
mstepan/elements-of-programmin-interviews
f66a1ae02c693b3ea279fc7063df7c29a8df86cc
[ "MIT" ]
null
null
null
src/main/java/com/max/epi/graph/TransformOneStringToAnother.java
mstepan/elements-of-programmin-interviews
f66a1ae02c693b3ea279fc7063df7c29a8df86cc
[ "MIT" ]
4
2020-12-08T08:40:58.000Z
2022-01-04T16:35:48.000Z
src/main/java/com/max/epi/graph/TransformOneStringToAnother.java
mstepan/elements-of-programming-interviews
f66a1ae02c693b3ea279fc7063df7c29a8df86cc
[ "MIT" ]
null
null
null
25.92638
101
0.533602
1,002,080
package com.max.epi.graph; import java.util.ArrayDeque; import java.util.ArrayList; import java.util.Collections; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Queue; import java.util.Set; import static com.google.com...
9241f164ea180fd82a01918e34b77d7b6117abe7
1,783
java
Java
src/Model/TypeDisplay.java
yinwil27/PortfolioRepositorySQLJava
90b0e7064bf0cc9b43ea6dc1eec210a2a3bc7c56
[ "MIT" ]
null
null
null
src/Model/TypeDisplay.java
yinwil27/PortfolioRepositorySQLJava
90b0e7064bf0cc9b43ea6dc1eec210a2a3bc7c56
[ "MIT" ]
null
null
null
src/Model/TypeDisplay.java
yinwil27/PortfolioRepositorySQLJava
90b0e7064bf0cc9b43ea6dc1eec210a2a3bc7c56
[ "MIT" ]
null
null
null
26.220588
80
0.58553
1,002,081
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package Model; /** * * @author Wakiti */ public class TypeDisplay { int Month; String Type; int Count; public...
9241f1d1f491cdd94005bebd111af99f422d7bbe
942
java
Java
FoodtruckClient/app/src/main/java/com/busytrack/foodtruckclient/generic/viewmodel/BaseViewModel.java
radusalagean/foodtruck-app-android
1c598c9b6ff1065864ceaf98dc2065e40bcf14ed
[ "Apache-2.0" ]
null
null
null
FoodtruckClient/app/src/main/java/com/busytrack/foodtruckclient/generic/viewmodel/BaseViewModel.java
radusalagean/foodtruck-app-android
1c598c9b6ff1065864ceaf98dc2065e40bcf14ed
[ "Apache-2.0" ]
null
null
null
FoodtruckClient/app/src/main/java/com/busytrack/foodtruckclient/generic/viewmodel/BaseViewModel.java
radusalagean/foodtruck-app-android
1c598c9b6ff1065864ceaf98dc2065e40bcf14ed
[ "Apache-2.0" ]
null
null
null
33.642857
93
0.761146
1,002,082
package com.busytrack.foodtruckclient.generic.viewmodel; import com.busytrack.foodtruckclient.generic.contentinvalidation.InvalidationBundle; import com.busytrack.foodtruckclient.generic.contentinvalidation.InvalidationEffect; public abstract class BaseViewModel { /** * The invalidation effects accumulated ...
9241f322d57d459bf6f5cd2c050ae0751554322e
421,238
java
Java
android/app/build/generated/source/r/release/com/andreea/R.java
AkankshaShrimal/React-Native-ChatBot
a939188a41a3a2cef97c121553e3a0bbd6014f41
[ "MIT" ]
9
2018-05-25T13:18:58.000Z
2020-12-19T09:44:09.000Z
android/app/build/generated/source/r/release/com/andreea/R.java
AkankshaShrimal/React-Native-ChatBot
a939188a41a3a2cef97c121553e3a0bbd6014f41
[ "MIT" ]
2
2018-05-25T05:51:25.000Z
2018-05-25T12:09:03.000Z
android/app/build/generated/source/r/release/com/andreea/R.java
AkankshaShrimal/React-Native-ChatBot
a939188a41a3a2cef97c121553e3a0bbd6014f41
[ "MIT" ]
3
2020-05-08T07:26:10.000Z
2022-02-09T17:00:18.000Z
58.367466
165
0.656323
1,002,083
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.andreea; public final class R { public static final class anim { public static final int abc_fade_in=0x7f050000; ...
9241f39144db934e9bcf16316f7364b68cdd6329
4,150
java
Java
components/identity-mgt/org.wso2.carbon.identity.mgt/src/main/java/org/wso2/carbon/identity/mgt/store/InMemoryIdentityDataStore.java
manjulaRathnayaka/carbon-identity
847413855843e4149dec3acb367b34546dc0fbd0
[ "Apache-2.0" ]
null
null
null
components/identity-mgt/org.wso2.carbon.identity.mgt/src/main/java/org/wso2/carbon/identity/mgt/store/InMemoryIdentityDataStore.java
manjulaRathnayaka/carbon-identity
847413855843e4149dec3acb367b34546dc0fbd0
[ "Apache-2.0" ]
null
null
null
components/identity-mgt/org.wso2.carbon.identity.mgt/src/main/java/org/wso2/carbon/identity/mgt/store/InMemoryIdentityDataStore.java
manjulaRathnayaka/carbon-identity
847413855843e4149dec3acb367b34546dc0fbd0
[ "Apache-2.0" ]
null
null
null
37.053571
141
0.690361
1,002,084
/* * Copyright (c) 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 * * Unless r...
9241f39278e0159686920f9bc0993d69b1968958
1,265
java
Java
wms-bill-manage/src/main/java/com/deer/wms/bill/manage/service/impl/MtAloneTagServiceImpl.java
yuanfayang/wms-parent
17d7796daf9f75d05c8505f69f2bc2baf3192cc6
[ "0BSD" ]
null
null
null
wms-bill-manage/src/main/java/com/deer/wms/bill/manage/service/impl/MtAloneTagServiceImpl.java
yuanfayang/wms-parent
17d7796daf9f75d05c8505f69f2bc2baf3192cc6
[ "0BSD" ]
null
null
null
wms-bill-manage/src/main/java/com/deer/wms/bill/manage/service/impl/MtAloneTagServiceImpl.java
yuanfayang/wms-parent
17d7796daf9f75d05c8505f69f2bc2baf3192cc6
[ "0BSD" ]
null
null
null
28.75
111
0.774704
1,002,085
package com.deer.wms.bill.manage.service.impl; import com.deer.wms.bill.manage.dao.MtAloneTagMapper; import com.deer.wms.bill.manage.model.MtAloneTag; import com.deer.wms.bill.manage.model.MtAloneTagCriteria; import com.deer.wms.bill.manage.service.MtAloneTagService; import com.deer.wms.project.seed.core.servi...
9241f6a004bd2f5d31505acde995b8d8a928a053
1,262
java
Java
domain-services/jbb-security/src/main/java/org/jbb/security/impl/rememberme/model/PersistentLoginEntity.java
jbb-project/jbb
cefa12cda40804395b2d6e8bea0fb8352610b761
[ "Apache-2.0" ]
4
2017-02-23T15:35:33.000Z
2020-08-03T22:00:17.000Z
domain-services/jbb-security/src/main/java/org/jbb/security/impl/rememberme/model/PersistentLoginEntity.java
jbb-project/jbb
cefa12cda40804395b2d6e8bea0fb8352610b761
[ "Apache-2.0" ]
1
2019-05-14T18:54:24.000Z
2019-05-14T18:54:24.000Z
domain-services/jbb-security/src/main/java/org/jbb/security/impl/rememberme/model/PersistentLoginEntity.java
jbb-project/jbb
cefa12cda40804395b2d6e8bea0fb8352610b761
[ "Apache-2.0" ]
3
2018-03-29T15:51:09.000Z
2019-11-25T02:46:41.000Z
22.140351
67
0.72504
1,002,086
/* * Copyright (C) 2018 the original author or authors. * * This file is part of jBB Application Project. * * Licensed under the Apache License, Version 2.0 (the "License"); * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 */ package org.jbb.security.impl.remember...
9241f6bf26e0bdff81ce47554c5797f602a93aaa
841
java
Java
back/src/main/java/back/api/model/enumeration/NaturezaDividaDebitoEnum.java
Fellipe0/aplicacao-movel
71cb6f25df63cde34f0712d2f994d0f84d8e3b62
[ "MIT" ]
null
null
null
back/src/main/java/back/api/model/enumeration/NaturezaDividaDebitoEnum.java
Fellipe0/aplicacao-movel
71cb6f25df63cde34f0712d2f994d0f84d8e3b62
[ "MIT" ]
null
null
null
back/src/main/java/back/api/model/enumeration/NaturezaDividaDebitoEnum.java
Fellipe0/aplicacao-movel
71cb6f25df63cde34f0712d2f994d0f84d8e3b62
[ "MIT" ]
null
null
null
20.512195
90
0.722949
1,002,087
package back.api.model.enumeration; import back.api.util.StringUtil; import lombok.Getter; /** * * @author suleiman-am * */ @Getter public enum NaturezaDividaDebitoEnum { NAO_TRIBUTARIA("Não Tributária"), TRIBUTARIA("Tributária"); private String descricao; private NaturezaDividaDebitoEnum(String descricao...
9241f807b11d5cb0c78dbf114795592340a31594
12,075
java
Java
androidbrowserhelper/src/main/java/com/google/androidbrowserhelper/trusted/TwaLauncher.java
flunder-io/android-browser-helper
5599654c4118cda17d5dffa1b44ab9c8a9efb8db
[ "Apache-2.0" ]
null
null
null
androidbrowserhelper/src/main/java/com/google/androidbrowserhelper/trusted/TwaLauncher.java
flunder-io/android-browser-helper
5599654c4118cda17d5dffa1b44ab9c8a9efb8db
[ "Apache-2.0" ]
null
null
null
androidbrowserhelper/src/main/java/com/google/androidbrowserhelper/trusted/TwaLauncher.java
flunder-io/android-browser-helper
5599654c4118cda17d5dffa1b44ab9c8a9efb8db
[ "Apache-2.0" ]
null
null
null
39.204545
103
0.681077
1,002,088
// Copyright 2019 Google 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 by applicable...
9241fa8b77761461f8acd387c2bd997090e038a0
9,947
java
Java
tests/core/src/main/java/com/gemstone/gemfire/internal/cache/tier/sockets/EventIDVerificationInP2PDUnitTest.java
xyxiaoyou/snappy-store
013ff282f888878cc99600e260ec1cde60112304
[ "Apache-2.0" ]
38
2016-01-04T01:31:40.000Z
2020-04-07T06:35:36.000Z
tests/core/src/main/java/com/gemstone/gemfire/internal/cache/tier/sockets/EventIDVerificationInP2PDUnitTest.java
xyxiaoyou/snappy-store
013ff282f888878cc99600e260ec1cde60112304
[ "Apache-2.0" ]
261
2016-01-07T09:14:26.000Z
2019-12-05T10:15:56.000Z
tests/core/src/main/java/com/gemstone/gemfire/internal/cache/tier/sockets/EventIDVerificationInP2PDUnitTest.java
xyxiaoyou/snappy-store
013ff282f888878cc99600e260ec1cde60112304
[ "Apache-2.0" ]
22
2016-03-09T05:47:09.000Z
2020-04-02T17:55:30.000Z
29.604167
87
0.67176
1,002,089
/* * Copyright (c) 2010-2015 Pivotal Software, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You * may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
9241fb183caa6d09383f00c9697d01f326811990
1,248
java
Java
src/main/java/com/github/cherimojava/orchidae/filems/FileIndexer.java
cherimojava/orchidae-filems
244567e8818906c0594169f8691d5f68a1b5dfab
[ "Apache-2.0" ]
null
null
null
src/main/java/com/github/cherimojava/orchidae/filems/FileIndexer.java
cherimojava/orchidae-filems
244567e8818906c0594169f8691d5f68a1b5dfab
[ "Apache-2.0" ]
null
null
null
src/main/java/com/github/cherimojava/orchidae/filems/FileIndexer.java
cherimojava/orchidae-filems
244567e8818906c0594169f8691d5f68a1b5dfab
[ "Apache-2.0" ]
null
null
null
30.439024
104
0.729968
1,002,090
package com.github.cherimojava.orchidae.filems; import java.util.Collections; import java.util.Optional; import java.util.Set; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.event.EventListener; import org.springframework.stereotype.Service; import com.github.cherim...
9241fbb70a4aedf61b598de4e664b2d6e0eb0ac7
4,510
java
Java
src/main/java/swarm_wars_library/network/NetworkClientFunctions.java
antaires/battlestar
9fe6cfe2afc70db449602695a03a98b20691d96f
[ "MIT" ]
4
2019-02-11T16:48:48.000Z
2019-02-12T12:21:31.000Z
src/main/java/swarm_wars_library/network/NetworkClientFunctions.java
antaires/battlestar
9fe6cfe2afc70db449602695a03a98b20691d96f
[ "MIT" ]
11
2019-02-11T17:26:55.000Z
2019-05-22T12:43:33.000Z
src/main/java/swarm_wars_library/network/NetworkClientFunctions.java
antaires/battlestar
9fe6cfe2afc70db449602695a03a98b20691d96f
[ "MIT" ]
4
2019-02-11T16:52:45.000Z
2019-11-22T21:04:41.000Z
30.472973
114
0.554989
1,002,091
package swarm_wars_library.network; import swarm_wars_library.entities.PlayerN; import swarm_wars_library.input.Input; import java.util.HashMap; import java.util.Map; import java.util.Scanner; public class NetworkClientFunctions { private static int interval = 1000/60; private static int sleepInterval = 0; ...
9241fcbc512d16fdc6434e27d586e3b1fe026e8e
2,496
java
Java
components/camel-docker/src/main/java/org/apache/camel/component/docker/DockerComponent.java
InfoSec812/camel
b387c6c5548ec90b61e2d49be33b06aeae58fccc
[ "Apache-2.0" ]
1
2019-03-22T09:22:57.000Z
2019-03-22T09:22:57.000Z
components/camel-docker/src/main/java/org/apache/camel/component/docker/DockerComponent.java
InfoSec812/camel
b387c6c5548ec90b61e2d49be33b06aeae58fccc
[ "Apache-2.0" ]
null
null
null
components/camel-docker/src/main/java/org/apache/camel/component/docker/DockerComponent.java
InfoSec812/camel
b387c6c5548ec90b61e2d49be33b06aeae58fccc
[ "Apache-2.0" ]
null
null
null
34.191781
118
0.689103
1,002,092
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
9241fdb8fa316361474ba95e5438020dd633dffd
698
java
Java
BAS/src/main/java/com/hibo/cms/sys/utils/anno/LoginInfoAnno.java
zzxxmm147258/Base
60ce213ac49b764699146b1c3c56df87700c23ba
[ "Apache-2.0" ]
null
null
null
BAS/src/main/java/com/hibo/cms/sys/utils/anno/LoginInfoAnno.java
zzxxmm147258/Base
60ce213ac49b764699146b1c3c56df87700c23ba
[ "Apache-2.0" ]
null
null
null
BAS/src/main/java/com/hibo/cms/sys/utils/anno/LoginInfoAnno.java
zzxxmm147258/Base
60ce213ac49b764699146b1c3c56df87700c23ba
[ "Apache-2.0" ]
null
null
null
23.266667
58
0.697708
1,002,093
package com.hibo.cms.sys.utils.anno; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** <p>标题:用户信息注解</p> * <p>功能:请求注解 </p> * <p>版权: Copyright © 2015 HIBO</p> * <...
9241fdc8a06a978596adfcb4be111c03cc4bae2b
1,006
java
Java
app/src/main/java/com/sreevidya/opal/model/bot/BotStuff.java
VidyaSastry/Opal-Chat-AnalyticsDashboard
8ca7ad78f65accc483732df8a84044c8c3b325f2
[ "MIT" ]
3
2017-11-01T06:38:36.000Z
2019-02-03T22:03:43.000Z
app/src/main/java/com/sreevidya/opal/model/bot/BotStuff.java
VidyaSastry/Opal-Chat-AnalyticsDashboard
8ca7ad78f65accc483732df8a84044c8c3b325f2
[ "MIT" ]
1
2018-11-17T15:04:46.000Z
2018-11-17T15:04:46.000Z
app/src/main/java/com/sreevidya/opal/model/bot/BotStuff.java
VidyaSastry/Opal-Chat-AnalyticsDashboard
8ca7ad78f65accc483732df8a84044c8c3b325f2
[ "MIT" ]
null
null
null
22.863636
86
0.565606
1,002,094
package com.sreevidya.opal.model.bot; import android.os.AsyncTask; import com.michaelwflaherty.cleverbotapi.CleverBotQuery; import java.io.IOException; public class BotStuff { private static final String API_KEY = "CC51wq65n3d09W6vnaxiL9jFCIw"; public static void getResponse(String input, final BotCallb...
9241fee1a948f6797599bc7b0bb5793cc4d4e6c5
4,167
java
Java
AndroidAnnotations/androidannotations-core/androidannotations/src/main/java/org/androidannotations/internal/core/handler/UiThreadHandler.java
dodgex/androidannotations
d99e1c798af0bf57daea1f82167387a42bead817
[ "Apache-2.0" ]
3,850
2016-10-09T12:41:02.000Z
2022-03-28T02:16:19.000Z
AndroidAnnotations/androidannotations-core/androidannotations/src/main/java/org/androidannotations/internal/core/handler/UiThreadHandler.java
dodgex/androidannotations
d99e1c798af0bf57daea1f82167387a42bead817
[ "Apache-2.0" ]
455
2016-10-09T11:33:31.000Z
2022-03-31T10:25:24.000Z
AndroidAnnotations/androidannotations-core/androidannotations/src/main/java/org/androidannotations/internal/core/handler/UiThreadHandler.java
dodgex/androidannotations
d99e1c798af0bf57daea1f82167387a42bead817
[ "Apache-2.0" ]
722
2016-10-10T02:08:08.000Z
2022-03-28T09:51:27.000Z
38.583333
140
0.787857
1,002,095
/** * Copyright (C) 2010-2016 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 ...
9241ffbbbab95279a55c892dc591c71b8aedeff6
3,380
java
Java
cscache/src/main/java/org/cachestudy/writeitbyself/jsr107/CsCaching107Provider.java
visionarywind/demo_cache
e20c30d4500a222bae1a1c0082ef50a435764143
[ "Apache-2.0" ]
35
2018-03-28T07:09:21.000Z
2022-01-09T01:55:33.000Z
cscache/src/main/java/org/cachestudy/writeitbyself/jsr107/CsCaching107Provider.java
visionarywind/demo_cache
e20c30d4500a222bae1a1c0082ef50a435764143
[ "Apache-2.0" ]
1
2021-12-14T21:08:07.000Z
2021-12-14T21:08:07.000Z
cscache/src/main/java/org/cachestudy/writeitbyself/jsr107/CsCaching107Provider.java
visionarywind/demo_cache
e20c30d4500a222bae1a1c0082ef50a435764143
[ "Apache-2.0" ]
41
2018-01-19T09:22:29.000Z
2022-01-09T01:55:36.000Z
26.20155
147
0.752071
1,002,096
package org.cachestudy.writeitbyself.jsr107; import java.net.URI; import java.net.URISyntaxException; import java.util.Map; import java.util.Properties; import java.util.WeakHashMap; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import javax.cache.CacheManager; import javax...
92420139d2bc3203c40407146c27dd9fa9c5beab
1,274
java
Java
nio/src/main/java/jlibs/nio/http/expr/Lookup.java
vvasianovych/jlibs
9eaf68928f10f1d73ebb7b71761a8ec90caad1ac
[ "Apache-2.0" ]
59
2015-06-01T22:02:06.000Z
2022-03-02T14:46:08.000Z
nio/src/main/java/jlibs/nio/http/expr/Lookup.java
vvasianovych/jlibs
9eaf68928f10f1d73ebb7b71761a8ec90caad1ac
[ "Apache-2.0" ]
48
2015-06-01T21:57:16.000Z
2022-02-28T07:14:58.000Z
nio/src/main/java/jlibs/nio/http/expr/Lookup.java
vvasianovych/jlibs
9eaf68928f10f1d73ebb7b71761a8ec90caad1ac
[ "Apache-2.0" ]
31
2015-06-12T06:40:54.000Z
2020-09-14T04:38:40.000Z
29.813953
74
0.691888
1,002,097
/* * JLibs: Common Utilities for Java * Copyright (C) 2009 Santhosh Kumar T <efpyi@example.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the Licen...
9242017722f2c1e8ed1c86176d9def10c0b78dbe
1,204
java
Java
src/leetcode/second/Code_347_TopKFrequentElements.java
17hao/algorithm
0e96883a4638b33182bd590fffd12fd6ba0783c8
[ "Apache-2.0" ]
null
null
null
src/leetcode/second/Code_347_TopKFrequentElements.java
17hao/algorithm
0e96883a4638b33182bd590fffd12fd6ba0783c8
[ "Apache-2.0" ]
1
2019-03-25T15:17:54.000Z
2019-03-25T15:20:30.000Z
src/leetcode/second/Code_347_TopKFrequentElements.java
17hao/algorithm
0e96883a4638b33182bd590fffd12fd6ba0783c8
[ "Apache-2.0" ]
null
null
null
34.4
101
0.57392
1,002,098
package leetcode.second; import java.util.*; /** * 给定一个非空的整数数组,返回其中出现频率前 k 高的元素。 * * @since 2019-12-28 Saturday 11:35 */ public class Code_347_TopKFrequentElements { static List<Integer> topKFrequent(int[] nums, int k) { List<Integer> result = new ArrayList<>(); if (nums.length == 0) return re...
924202381f50fa48319b10673290afdc02e8fe02
295
java
Java
src/main/java/ru/home/dao/GenreDAO.java
ZhekaPresnov/Simple-CRUD-Hibernate
55db9b11ecbcba3288e98b107abad7190a467d7b
[ "Apache-2.0" ]
null
null
null
src/main/java/ru/home/dao/GenreDAO.java
ZhekaPresnov/Simple-CRUD-Hibernate
55db9b11ecbcba3288e98b107abad7190a467d7b
[ "Apache-2.0" ]
null
null
null
src/main/java/ru/home/dao/GenreDAO.java
ZhekaPresnov/Simple-CRUD-Hibernate
55db9b11ecbcba3288e98b107abad7190a467d7b
[ "Apache-2.0" ]
null
null
null
19.666667
35
0.705085
1,002,099
package ru.home.dao; import ru.home.entities.Genre; import java.util.List; public interface GenreDAO { void add(Genre genre); List<Genre> getAllOrNull(); Genre getByIdOrNull(String id); void deleteById(String id); void delete(Genre genre); void update(Genre genre); }
9242023c22c2a036c873baa7941510ce48841e5d
532
java
Java
account/src/main/java/com/twitapp/account/AccountApplication.java
toshmanuel/twit-app
5264a2e0703cc0c64cc8315bd3e4fdf0492795b9
[ "MIT" ]
null
null
null
account/src/main/java/com/twitapp/account/AccountApplication.java
toshmanuel/twit-app
5264a2e0703cc0c64cc8315bd3e4fdf0492795b9
[ "MIT" ]
1
2022-02-18T08:28:20.000Z
2022-02-18T08:28:20.000Z
account/src/main/java/com/twitapp/account/AccountApplication.java
toshmanuel/twit-app
5264a2e0703cc0c64cc8315bd3e4fdf0492795b9
[ "MIT" ]
1
2022-02-18T08:20:14.000Z
2022-02-18T08:20:14.000Z
35.466667
68
0.825188
1,002,100
package com.twitapp.account; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.eureka.EnableEurekaClient; import org.springframework.cloud.openfeign.EnableFeignClients; @SpringBootApplication @EnableEurekaCl...
9242027f94a9a921d6733ac0729ed6a2d19b31e2
948
java
Java
backend/monolith/mono-security-service/src/main/java/dev/alexengrig/myim/mono/security/validation/requirement/username/UsernameRequirementException.java
alexengrig/myim
ea21e6336fc46752f4108c5c840ee9a02872e8e6
[ "Apache-2.0" ]
null
null
null
backend/monolith/mono-security-service/src/main/java/dev/alexengrig/myim/mono/security/validation/requirement/username/UsernameRequirementException.java
alexengrig/myim
ea21e6336fc46752f4108c5c840ee9a02872e8e6
[ "Apache-2.0" ]
16
2022-01-21T21:29:47.000Z
2022-03-29T21:27:22.000Z
backend/monolith/mono-security-service/src/main/java/dev/alexengrig/myim/mono/security/validation/requirement/username/UsernameRequirementException.java
alexengrig/myim
ea21e6336fc46752f4108c5c840ee9a02872e8e6
[ "Apache-2.0" ]
null
null
null
33.857143
95
0.767932
1,002,101
/* * Copyright 2022 Alexengrig Dev. * * 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...
924202b5c6a4030c6a8f2cb7375061d90eb89cf4
5,079
java
Java
modules/core/shipping/provider/dhl/src/com/dhl/dctrequestdatatypes/DCTTo.java
geetools/geeCommerce-Java-Shop-Software
48823ccf012d7a1f11a5bf7b99619a67805984f4
[ "Apache-2.0" ]
9
2016-11-24T11:41:02.000Z
2020-04-22T02:43:51.000Z
modules/core/shipping/provider/dhl/src/com/dhl/dctrequestdatatypes/DCTTo.java
geetools/geeCommerce-Java-Shop-Software
48823ccf012d7a1f11a5bf7b99619a67805984f4
[ "Apache-2.0" ]
null
null
null
modules/core/shipping/provider/dhl/src/com/dhl/dctrequestdatatypes/DCTTo.java
geetools/geeCommerce-Java-Shop-Software
48823ccf012d7a1f11a5bf7b99619a67805984f4
[ "Apache-2.0" ]
2
2020-03-28T09:23:32.000Z
2020-10-02T13:58:57.000Z
26.453125
111
0.551093
1,002,102
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2013.11.20 at 05:10...
924202bb80e878ad56b114ba5f38f15018465a24
1,237
java
Java
src/main/java/fr/litopia/repository/RepositoryFactory.java
mrsolarius/projetBDD
04533666a5e3027c9e5f6ac5a537aafeecc96d4f
[ "MIT" ]
1
2022-03-10T13:52:07.000Z
2022-03-10T13:52:07.000Z
src/main/java/fr/litopia/repository/RepositoryFactory.java
mrsolarius/projetBDD
04533666a5e3027c9e5f6ac5a537aafeecc96d4f
[ "MIT" ]
11
2022-03-07T16:40:55.000Z
2022-03-27T21:12:50.000Z
src/main/java/fr/litopia/repository/RepositoryFactory.java
mrsolarius/projetBDD
04533666a5e3027c9e5f6ac5a537aafeecc96d4f
[ "MIT" ]
1
2022-03-28T07:47:05.000Z
2022-03-28T07:47:05.000Z
31.717949
100
0.783347
1,002,103
package fr.litopia.repository; import fr.litopia.repository.api.*; import fr.litopia.repository.impl.*; import javax.persistence.EntityManager; public class RepositoryFactory { public AbonneRepository newAbonneRepository(EntityManager entityManager) { return new AbonneRepositoryImpl(entityManager); ...
9242041d265af625e16c74b3eddc6a4ea282e053
1,037
java
Java
client/java/src/com/tibco/tgdb/model/TGEdgeType.java
SteveNY-Tibco/tgdb-client
8a19864ada786433c410944722199fec7a076e59
[ "Apache-2.0" ]
null
null
null
client/java/src/com/tibco/tgdb/model/TGEdgeType.java
SteveNY-Tibco/tgdb-client
8a19864ada786433c410944722199fec7a076e59
[ "Apache-2.0" ]
null
null
null
client/java/src/com/tibco/tgdb/model/TGEdgeType.java
SteveNY-Tibco/tgdb-client
8a19864ada786433c410944722199fec7a076e59
[ "Apache-2.0" ]
null
null
null
33.451613
100
0.735776
1,002,104
package com.tibco.tgdb.model; /** * Copyright 2016 TIBCO Software Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except * in compliance with the License. * A copy of the License is included in the distribution package with this file. * Yo...
9242045bf2e1cd34886bfa536b807d0cc4d537bf
124
java
Java
raw_dataset/60539251@assertFalse@OK.java
zthang/code2vec_treelstm
0c5f98d280b506317738ba603b719cac6036896f
[ "MIT" ]
1
2020-04-24T03:35:40.000Z
2020-04-24T03:35:40.000Z
raw_dataset/60539251@assertFalse@OK.java
ruanyuan115/code2vec_treelstm
0c5f98d280b506317738ba603b719cac6036896f
[ "MIT" ]
2
2020-04-23T21:14:28.000Z
2021-01-21T01:07:18.000Z
raw_dataset/62173366@assertFalse@OK.java
zthang/code2vec_treelstm
0c5f98d280b506317738ba603b719cac6036896f
[ "MIT" ]
null
null
null
15.5
39
0.483871
1,002,105
public void assertFalse(boolean flag) { if (!allowDebug) { return; } if (flag) { fail(); } }
9242068206bec5ec3018bb823f2e88de2e82b1fd
2,589
java
Java
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/tests/EncoderPositionTest.java
HazenRobotics/freight-frenzy
fb530ee5dc2dd8063cb44983c551aedbc9437238
[ "MIT" ]
7
2021-10-12T19:03:53.000Z
2022-03-18T14:55:17.000Z
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/tests/EncoderPositionTest.java
HazenRobotics/freight-frenzy
fb530ee5dc2dd8063cb44983c551aedbc9437238
[ "MIT" ]
2
2021-09-30T22:34:07.000Z
2022-01-19T04:23:41.000Z
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/tests/EncoderPositionTest.java
HazenRobotics/freight-frenzy
fb530ee5dc2dd8063cb44983c551aedbc9437238
[ "MIT" ]
6
2021-10-09T18:59:13.000Z
2022-03-14T22:31:46.000Z
33.623377
129
0.672847
1,002,106
package org.firstinspires.ftc.teamcode.tests; import com.qualcomm.robotcore.eventloop.opmode.Disabled; import com.qualcomm.robotcore.eventloop.opmode.OpMode; import com.qualcomm.robotcore.eventloop.opmode.TeleOp; import com.qualcomm.robotcore.hardware.DcMotor; import org.firstinspires.ftc.teamcode.utils.EncoderTracke...
9242069a78eaaf3dac4b43c03720fb818d55277a
854
java
Java
src/main/java/io/renren/modules/generator/dao/RelateTaskSupervisorDao.java
404forD/teaching-supervise
696a5e34a67778e29cc3514d75241594a9df53a2
[ "Apache-2.0" ]
null
null
null
src/main/java/io/renren/modules/generator/dao/RelateTaskSupervisorDao.java
404forD/teaching-supervise
696a5e34a67778e29cc3514d75241594a9df53a2
[ "Apache-2.0" ]
null
null
null
src/main/java/io/renren/modules/generator/dao/RelateTaskSupervisorDao.java
404forD/teaching-supervise
696a5e34a67778e29cc3514d75241594a9df53a2
[ "Apache-2.0" ]
null
null
null
32.961538
89
0.792299
1,002,107
package io.renren.modules.generator.dao; import io.renren.modules.generator.entity.EvaluateEntity; import io.renren.modules.generator.entity.RelateTaskSupervisorEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; impo...
924207b909c2225c8c8544adbc25b86408071f94
4,720
java
Java
core-java/core-java-collection/src/main/java/io/github/kavahub/learnjava/ListBenchmark.java
kavahub/learnjava
9fbf59d5e5d9712eb88c4856fce329ba3e21e978
[ "MIT" ]
null
null
null
core-java/core-java-collection/src/main/java/io/github/kavahub/learnjava/ListBenchmark.java
kavahub/learnjava
9fbf59d5e5d9712eb88c4856fce329ba3e21e978
[ "MIT" ]
1
2021-11-18T10:01:48.000Z
2021-11-29T11:12:38.000Z
core-java/core-java-collection/src/main/java/io/github/kavahub/learnjava/ListBenchmark.java
kavahub/learnjava
9fbf59d5e5d9712eb88c4856fce329ba3e21e978
[ "MIT" ]
null
null
null
35.757576
99
0.616737
1,002,108
package io.github.kavahub.learnjava; import java.util.ArrayList; import java.util.LinkedList; import java.util.Random; import java.util.concurrent.TimeUnit; import org.openjdk.jmh.annotations.Benchmark; import org.openjdk.jmh.annotations.BenchmarkMode; import org.openjdk.jmh.annotations.Fork; import org.openjdk.jmh.a...
924207bb85ab56a11ba95b93706e71997cab28c3
2,228
java
Java
src/jp.ac.kyushu_u.csce.modeltool.dictionary/src/jp/ac/kyushu_u/csce/modeltool/dictionary/dict/handler/ChangeModeHandler.java
Ijon1969/JODTool
e3ceb80153bdd7caee3923e967263016b6a85ce9
[ "MIT" ]
1
2017-06-09T00:46:16.000Z
2017-06-09T00:46:16.000Z
src/jp.ac.kyushu_u.csce.modeltool.dictionary/src/jp/ac/kyushu_u/csce/modeltool/dictionary/dict/handler/ChangeModeHandler.java
Ijon1969/JODTool
e3ceb80153bdd7caee3923e967263016b6a85ce9
[ "MIT" ]
null
null
null
src/jp.ac.kyushu_u.csce.modeltool.dictionary/src/jp/ac/kyushu_u/csce/modeltool/dictionary/dict/handler/ChangeModeHandler.java
Ijon1969/JODTool
e3ceb80153bdd7caee3923e967263016b6a85ce9
[ "MIT" ]
null
null
null
30.944444
97
0.726212
1,002,109
package jp.ac.kyushu_u.csce.modeltool.dictionary.dict.handler; import jp.ac.kyushu_u.csce.modeltool.dictionary.ModelToolDictionaryPlugin; import jp.ac.kyushu_u.csce.modeltool.dictionary.constant.DictionaryPreferenceConstants; import org.eclipse.core.commands.AbstractHandler; import org.eclipse.core.commands.Exe...
924207f81030c8753d914899a09bac74775c9ba6
1,914
java
Java
src/main/java/org/ospic/platform/security/jwt/JwtAuthenticationEntryPointJwt.java
getsuryap/platform
b2b6f3816c121c161b60479b3552d14a688f63de
[ "Apache-2.0" ]
null
null
null
src/main/java/org/ospic/platform/security/jwt/JwtAuthenticationEntryPointJwt.java
getsuryap/platform
b2b6f3816c121c161b60479b3552d14a688f63de
[ "Apache-2.0" ]
null
null
null
src/main/java/org/ospic/platform/security/jwt/JwtAuthenticationEntryPointJwt.java
getsuryap/platform
b2b6f3816c121c161b60479b3552d14a688f63de
[ "Apache-2.0" ]
null
null
null
39.875
160
0.736155
1,002,110
package org.ospic.platform.security.jwt; import java.io.IOException; import java.util.Collections; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import com.fasterxml.jackson.databind.ObjectMapper; import org.slf4j.Logger; import or...
92420874bc3f4f2164bd77e34c718467f8a365dd
1,100
java
Java
tddl-executor/src/main/java/com/taobao/tddl/executor/function/scalar/datatime/TimeFormat.java
loye168/tddl5
fd1972bd3acf090c8d7580ab0f7c2bb837ab3c41
[ "Apache-2.0" ]
19
2017-07-17T02:21:28.000Z
2021-07-19T02:23:06.000Z
tddl-executor/src/main/java/com/taobao/tddl/executor/function/scalar/datatime/TimeFormat.java
loye168/tddl5
fd1972bd3acf090c8d7580ab0f7c2bb837ab3c41
[ "Apache-2.0" ]
null
null
null
tddl-executor/src/main/java/com/taobao/tddl/executor/function/scalar/datatime/TimeFormat.java
loye168/tddl5
fd1972bd3acf090c8d7580ab0f7c2bb837ab3c41
[ "Apache-2.0" ]
46
2017-03-23T12:24:11.000Z
2021-12-20T09:59:52.000Z
30.555556
104
0.667273
1,002,111
package com.taobao.tddl.executor.function.scalar.datatime; import java.text.SimpleDateFormat; import com.taobao.tddl.executor.common.ExecutionContext; import com.taobao.tddl.executor.function.ScalarFunction; import com.taobao.tddl.executor.utils.ExecUtils; import com.taobao.tddl.optimizer.core.datatype.DataTyp...
92420ae2fcaf2a2183147ab3fc855b6af89134d8
1,635
java
Java
rfx-data-util/src/test/java/sample/pollapp/model/Poll.java
rfxlab/rfx
ed419c407c289159a5e11b0c2b5b66ee3fe236b2
[ "Apache-2.0" ]
5
2017-03-27T15:31:28.000Z
2021-12-11T01:45:41.000Z
rfx-data-util/src/test/java/sample/pollapp/model/Poll.java
rfxlab/rfx
ed419c407c289159a5e11b0c2b5b66ee3fe236b2
[ "Apache-2.0" ]
null
null
null
rfx-data-util/src/test/java/sample/pollapp/model/Poll.java
rfxlab/rfx
ed419c407c289159a5e11b0c2b5b66ee3fe236b2
[ "Apache-2.0" ]
11
2016-05-25T04:42:07.000Z
2021-11-03T09:02:42.000Z
18.370787
54
0.689908
1,002,112
package sample.pollapp.model; import java.util.ArrayList; import java.util.Date; import java.util.List; import com.google.gson.Gson; import com.google.gson.annotations.Expose; public class Poll implements Comparable<Poll> { @Expose int id; @Expose String question; @Expose Date publishedDate; @Expose List<C...
92420ae615e9d28a3a010bcd194312cb23913e38
165
java
Java
src/main/java/com/infosys/api/shipment/queries/GetShipmentQuery.java
prashantonline/shipmentservice-1
27950182b8509bc98cef2e2291c23271a8873981
[ "Apache-2.0" ]
null
null
null
src/main/java/com/infosys/api/shipment/queries/GetShipmentQuery.java
prashantonline/shipmentservice-1
27950182b8509bc98cef2e2291c23271a8873981
[ "Apache-2.0" ]
null
null
null
src/main/java/com/infosys/api/shipment/queries/GetShipmentQuery.java
prashantonline/shipmentservice-1
27950182b8509bc98cef2e2291c23271a8873981
[ "Apache-2.0" ]
null
null
null
15
41
0.793939
1,002,113
package com.infosys.api.shipment.queries; import lombok.Data; import java.util.UUID; @Data public class GetShipmentQuery { private final UUID orderIdentifier; }
92420b06a3abf6bd6b0ca59f4f88af7c6a4c2f65
1,550
java
Java
src/main/java/com/zzw/github/graphql/schema/mutations/AddLabelsToLabelable.java
jzyhywxz/GitHubGraphQLAPI
eb9439fbe1a77241627b63b598a1acd998b2d8d2
[ "Apache-2.0" ]
null
null
null
src/main/java/com/zzw/github/graphql/schema/mutations/AddLabelsToLabelable.java
jzyhywxz/GitHubGraphQLAPI
eb9439fbe1a77241627b63b598a1acd998b2d8d2
[ "Apache-2.0" ]
null
null
null
src/main/java/com/zzw/github/graphql/schema/mutations/AddLabelsToLabelable.java
jzyhywxz/GitHubGraphQLAPI
eb9439fbe1a77241627b63b598a1acd998b2d8d2
[ "Apache-2.0" ]
null
null
null
59.615385
144
0.8
1,002,114
package com.zzw.github.graphql.schema.mutations; import com.zzw.github.graphql.schema.annotations.Argument; import com.zzw.github.graphql.schema.annotations.Arguments; import com.zzw.github.graphql.schema.annotations.Description; import com.zzw.github.graphql.schema.annotations.ImplementedBy; import com.zzw.github.gra...
92420c918acae54b50cbb7125acbc57dce6e10e3
5,615
java
Java
src/main/java/com/icthh/xm/ms/entity/web/rest/RatingResource.java
likanov/xm-ms-entity
20e3cf48c7aa911aa6ca37b7da4b4fd787f54bdc
[ "Apache-2.0" ]
8
2017-10-03T09:19:40.000Z
2019-02-18T17:35:19.000Z
src/main/java/com/icthh/xm/ms/entity/web/rest/RatingResource.java
likanov/xm-ms-entity
20e3cf48c7aa911aa6ca37b7da4b4fd787f54bdc
[ "Apache-2.0" ]
30
2019-01-30T14:19:18.000Z
2021-12-23T09:58:24.000Z
src/main/java/com/icthh/xm/ms/entity/web/rest/RatingResource.java
likanov/xm-ms-entity
20e3cf48c7aa911aa6ca37b7da4b4fd787f54bdc
[ "Apache-2.0" ]
3
2021-06-15T14:56:49.000Z
2022-02-10T08:25:22.000Z
41.286765
154
0.704185
1,002,115
package com.icthh.xm.ms.entity.web.rest; import com.codahale.metrics.annotation.Timed; import com.icthh.xm.commons.exceptions.BusinessException; import com.icthh.xm.commons.exceptions.ErrorConstants; import com.icthh.xm.commons.permission.annotation.PrivilegeDescription; import com.icthh.xm.ms.entity.domain.Rating; im...
92420d08de54e00716b5ec45289149717c60969d
7,385
java
Java
src/edu/esprit/gui/SuppParent.java
TZ92/baby-sittingFinal
cbbafb407a5a26717390d7e9189e1623ec490368
[ "MIT" ]
null
null
null
src/edu/esprit/gui/SuppParent.java
TZ92/baby-sittingFinal
cbbafb407a5a26717390d7e9189e1623ec490368
[ "MIT" ]
null
null
null
src/edu/esprit/gui/SuppParent.java
TZ92/baby-sittingFinal
cbbafb407a5a26717390d7e9189e1623ec490368
[ "MIT" ]
null
null
null
45.58642
165
0.649018
1,002,116
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package edu.esprit.gui; /** * * @author omar */ public class SuppParent extends javax.swing.JFrame { /** * Creates new fo...
92420deffc9903e1e06d89f0ef09a62fccccdbe4
11,211
java
Java
src/VisualizarMensagemFrame.java
alt-jams/Email
9d9ec0dba35157b36976712a568f62c9227a0544
[ "MIT" ]
null
null
null
src/VisualizarMensagemFrame.java
alt-jams/Email
9d9ec0dba35157b36976712a568f62c9227a0544
[ "MIT" ]
null
null
null
src/VisualizarMensagemFrame.java
alt-jams/Email
9d9ec0dba35157b36976712a568f62c9227a0544
[ "MIT" ]
null
null
null
46.518672
161
0.658104
1,002,117
import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.Persistence; import javax.swing.JButton; /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template...
92420e17e0f98c0507e8bdf1a16627cfdb5fac93
1,824
java
Java
Assignment 1/code/Road.java
TimSalisbury/COMP261
082f1c70a630d484ebd2fb7e4fcbe009dc538afa
[ "MIT" ]
null
null
null
Assignment 1/code/Road.java
TimSalisbury/COMP261
082f1c70a630d484ebd2fb7e4fcbe009dc538afa
[ "MIT" ]
null
null
null
Assignment 1/code/Road.java
TimSalisbury/COMP261
082f1c70a630d484ebd2fb7e4fcbe009dc538afa
[ "MIT" ]
null
null
null
24.986301
122
0.666118
1,002,118
import java.awt.*; import java.util.ArrayList; import java.util.List; public class Road{ private int ID; private String name; private String city; private Direction direction; private boolean forCar; private boolean forPed; private boolean forByc; private int speedLimit; private Class roadClass; ...
92420f7efdefe3c6a3191e79f5fa55c4d73a809f
834
java
Java
test/dumps/jax/SourceRoutingStats2EntryImpl.java
sgeto/libsmi
e411eac3c596e60da10d996ca957a6c7739bdace
[ "BSD-4-Clause-UC" ]
2
2020-02-07T21:51:37.000Z
2020-05-17T15:08:28.000Z
test/dumps/jax/SourceRoutingStats2EntryImpl.java
sgeto/libsmi
e411eac3c596e60da10d996ca957a6c7739bdace
[ "BSD-4-Clause-UC" ]
null
null
null
test/dumps/jax/SourceRoutingStats2EntryImpl.java
sgeto/libsmi
e411eac3c596e60da10d996ca957a6c7739bdace
[ "BSD-4-Clause-UC" ]
null
null
null
20.85
74
0.721823
1,002,119
/* * This Java file has been generated by smidump 0.4.5. It * is intended to be edited by the application programmer and * to be used within a Java AgentX sub-agent environment. * * $Id$ */ /** This class extends the Java AgentX (JAX) implementation of the table row sourceRoutingStats2Entry defined in RM...
92421072010ced8093a3ce3f8ad7ee039d4ea37c
798
java
Java
src/main/java/link/thingscloud/simple/database/designer/util/ConsumerUtil.java
zhouhailin/simple-database-designer
1c17ab1a162f5b14c46f9e3f94dc95a4b89b3f0f
[ "Apache-2.0" ]
1
2020-02-29T16:19:09.000Z
2020-02-29T16:19:09.000Z
src/main/java/link/thingscloud/simple/database/designer/util/ConsumerUtil.java
zhouhailin/simple-database-designer
1c17ab1a162f5b14c46f9e3f94dc95a4b89b3f0f
[ "Apache-2.0" ]
null
null
null
src/main/java/link/thingscloud/simple/database/designer/util/ConsumerUtil.java
zhouhailin/simple-database-designer
1c17ab1a162f5b14c46f9e3f94dc95a4b89b3f0f
[ "Apache-2.0" ]
null
null
null
22.8
85
0.466165
1,002,120
package link.thingscloud.simple.database.designer.util; import org.springframework.util.CollectionUtils; import java.util.List; /** * @author : zhouhailin */ public class ConsumerUtil { public static <O> void doAccept(List<O> list, TripleConsumer<O, O, O> consumer) { if (CollectionUtils.isEmpty(list))...
92421241e9c6cc5da6cffee9f3dc6d558401ea34
1,609
java
Java
src/main/java/com/popupmc/variablehealth/system/spawns/SpawnIllusioner.java
PopupMC/VariableHealth
7077f57517e9e92e0a0e6c51bcb88cd92633a00b
[ "Apache-2.0" ]
null
null
null
src/main/java/com/popupmc/variablehealth/system/spawns/SpawnIllusioner.java
PopupMC/VariableHealth
7077f57517e9e92e0a0e6c51bcb88cd92633a00b
[ "Apache-2.0" ]
null
null
null
src/main/java/com/popupmc/variablehealth/system/spawns/SpawnIllusioner.java
PopupMC/VariableHealth
7077f57517e9e92e0a0e6c51bcb88cd92633a00b
[ "Apache-2.0" ]
null
null
null
35.755556
86
0.637663
1,002,121
package com.popupmc.variablehealth.system.spawns; import com.popupmc.variablehealth.VariableHealth; import com.popupmc.variablehealth.system.BaseSystem; import com.popupmc.variablehealth.system.System; import com.popupmc.variablehealth.utility.LocationTools; import com.popupmc.variablehealth.utility.RandomTools;...
924212ae4642a58bc5896ccd57c43f37175b46a1
8,204
java
Java
ios/src/playn/ios/IOSGLProgram.java
threerings/playn
a3fdd69861ac136fdf177f08720f2aef071943c5
[ "Apache-2.0" ]
39
2015-01-14T06:54:06.000Z
2020-10-12T09:30:27.000Z
ios/src/playn/ios/IOSGLProgram.java
threerings/playn
a3fdd69861ac136fdf177f08720f2aef071943c5
[ "Apache-2.0" ]
12
2015-01-13T05:46:20.000Z
2017-07-16T01:47:34.000Z
ios/src/playn/ios/IOSGLProgram.java
threerings/playn
a3fdd69861ac136fdf177f08720f2aef071943c5
[ "Apache-2.0" ]
24
2015-01-07T10:44:07.000Z
2020-08-14T16:23:35.000Z
34.32636
97
0.651755
1,002,122
/** * Copyright 2012 The PlayN 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 agreed ...
924212e32305728507a83e5ba6aed78523b9bca9
1,351
java
Java
Java/src/main/java/OneLang/One/Ast/Types/IImportable.java
onelang/OneLang-CrossCompiled
ed67f2b57e7181712c7d8c2ba85f23b3812d8e3a
[ "MIT" ]
2
2020-11-15T23:38:23.000Z
2020-11-16T00:54:25.000Z
Java/src/main/java/OneLang/One/Ast/Types/IImportable.java
onelang/OneLang-CrossCompiled
ed67f2b57e7181712c7d8c2ba85f23b3812d8e3a
[ "MIT" ]
null
null
null
Java/src/main/java/OneLang/One/Ast/Types/IImportable.java
onelang/OneLang-CrossCompiled
ed67f2b57e7181712c7d8c2ba85f23b3812d8e3a
[ "MIT" ]
null
null
null
40.939394
60
0.838638
1,002,123
package OneLang.One.Ast.Types; import OneLang.One.Ast.AstTypes.ClassType; import OneLang.One.Ast.AstTypes.GenericsType; import OneLang.One.Ast.AstTypes.EnumType; import OneLang.One.Ast.AstTypes.InterfaceType; import OneLang.One.Ast.Expressions.Expression; import OneLang.One.Ast.References.ClassReference; import OneLan...
92421324c720d41fc3f282961c16ee1329d1a95a
5,120
java
Java
pad/src/main/java/Node/Node.java
PosticaDenis/PAD_labs
d6fff9b24ca17a511629bae89ffb992963fe3edc
[ "Apache-2.0" ]
null
null
null
pad/src/main/java/Node/Node.java
PosticaDenis/PAD_labs
d6fff9b24ca17a511629bae89ffb992963fe3edc
[ "Apache-2.0" ]
null
null
null
pad/src/main/java/Node/Node.java
PosticaDenis/PAD_labs
d6fff9b24ca17a511629bae89ffb992963fe3edc
[ "Apache-2.0" ]
null
null
null
24.7343
150
0.573438
1,002,124
package node; import com.google.gson.Gson; import utils.RandomString; import utils.Student; import java.io.DataOutputStream; import java.io.IOException; import java.net.*; import java.util.*; /** * Created by c-denipost on 18-Nov-17. **/ public class Node extends Thread{ private UDPNode udpNode; private ...
9242133493e2ac2e1697cf51b2fb361622f75809
366
java
Java
GeneticAlgorithmConcept/Code_Evolution/4_Singleton/src/BigGAFactory.java
DeirdreHegarty/advanced_OOP
e62d8f2274422d3da9064e2576e2adc414eccee1
[ "MIT" ]
null
null
null
GeneticAlgorithmConcept/Code_Evolution/4_Singleton/src/BigGAFactory.java
DeirdreHegarty/advanced_OOP
e62d8f2274422d3da9064e2576e2adc414eccee1
[ "MIT" ]
null
null
null
GeneticAlgorithmConcept/Code_Evolution/4_Singleton/src/BigGAFactory.java
DeirdreHegarty/advanced_OOP
e62d8f2274422d3da9064e2576e2adc414eccee1
[ "MIT" ]
null
null
null
24.4
47
0.718579
1,002,125
// concrete factory class BigGAFactory implements GA{ public Mutate createMutatorGA(String input){ if(input.equals("Is Mutant")) return new IsMutant(); else if(input.equals("Not Mutant")) return new NotMutant(); return null; } public Selection createSelectGA(String input){ if(input.equals("Biggest")) ...
9242133f05500684c5e14e15bc790e438d08368a
2,098
java
Java
assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderPicker.java
DaveBrad/assertj-swing
0d74888990c5124f6a2dee90e0d848da0125f0b2
[ "Apache-2.0" ]
70
2015-01-19T08:40:59.000Z
2020-06-20T12:59:57.000Z
assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderPicker.java
DaveBrad/assertj-swing
0d74888990c5124f6a2dee90e0d848da0125f0b2
[ "Apache-2.0" ]
143
2015-01-04T01:43:55.000Z
2020-09-13T07:42:45.000Z
assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderPicker.java
DaveBrad/assertj-swing
0d74888990c5124f6a2dee90e0d848da0125f0b2
[ "Apache-2.0" ]
47
2015-01-26T12:41:27.000Z
2020-08-27T13:39:13.000Z
36.172414
118
0.755005
1,002,126
/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under t...
924213ff7610b1398d6a20436c5f28b2fd8dc626
2,174
java
Java
src/test/java/pl/lodz/p/michalsosn/io/BufferedImageIOTest.java
michalsosn/lampek
1fa04802f95b1a16c6d9f2067ad2382bcc527f3b
[ "Apache-2.0" ]
null
null
null
src/test/java/pl/lodz/p/michalsosn/io/BufferedImageIOTest.java
michalsosn/lampek
1fa04802f95b1a16c6d9f2067ad2382bcc527f3b
[ "Apache-2.0" ]
null
null
null
src/test/java/pl/lodz/p/michalsosn/io/BufferedImageIOTest.java
michalsosn/lampek
1fa04802f95b1a16c6d9f2067ad2382bcc527f3b
[ "Apache-2.0" ]
null
null
null
33.446154
82
0.580037
1,002,127
package pl.lodz.p.michalsosn.io; import org.junit.Test; import pl.lodz.p.michalsosn.domain.image.channel.Image; import pl.lodz.p.michalsosn.domain.image.channel.ImageVisitor; import pl.lodz.p.michalsosn.domain.Lift; import java.io.IOException; import java.nio.file.Path; import java.util.function.IntUnaryOperator; imp...
924214441ab5f3b049a0651e4ea2e70c8be0befc
323
java
Java
Silc/uk/ac/derby/ldi/sili/vm/instructions/OpNeq.java
cristiantobol/LDI
8f03abff49c1998a01f0203e76328252365a1bc8
[ "Apache-2.0" ]
1
2020-08-29T22:24:59.000Z
2020-08-29T22:24:59.000Z
Silc/uk/ac/derby/ldi/sili/vm/instructions/OpNeq.java
cristiantobol/LDI
8f03abff49c1998a01f0203e76328252365a1bc8
[ "Apache-2.0" ]
null
null
null
Silc/uk/ac/derby/ldi/sili/vm/instructions/OpNeq.java
cristiantobol/LDI
8f03abff49c1998a01f0203e76328252365a1bc8
[ "Apache-2.0" ]
8
2017-03-22T09:06:39.000Z
2020-04-18T13:13:33.000Z
26.916667
49
0.76161
1,002,128
package uk.ac.derby.ldi.sili.vm.instructions; import uk.ac.derby.ldi.sili.vm.Context; import uk.ac.derby.ldi.sili.vm.Instruction; public class OpNeq extends Instruction { private final static long serialVersionUID = 0; public final void execute(Context context) { context.push(context.pop().neq(context.pop())); }...
9242154c2b0ccb8c637bb2784d65a7212d86c770
24,370
java
Java
runelite-client/src/main/java/net/runelite/client/plugins/dynamicmaxhit/DynamicMaxHit.java
whs/runelite
2ca1020939029c0a5351e2eecde581944d4130c2
[ "BSD-2-Clause" ]
7
2019-12-15T01:04:20.000Z
2021-02-09T22:27:51.000Z
runelite-client/src/main/java/net/runelite/client/plugins/dynamicmaxhit/DynamicMaxHit.java
whs/runelite
2ca1020939029c0a5351e2eecde581944d4130c2
[ "BSD-2-Clause" ]
2
2019-09-29T01:40:15.000Z
2019-12-05T00:06:41.000Z
runelite-client/src/main/java/net/runelite/client/plugins/dynamicmaxhit/DynamicMaxHit.java
whs/runelite
2ca1020939029c0a5351e2eecde581944d4130c2
[ "BSD-2-Clause" ]
17
2019-07-25T07:40:18.000Z
2022-02-06T15:26:20.000Z
27.883295
144
0.717275
1,002,129
/* * Copyright (c) 2019, ganom <https://github.com/Ganom> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this ...
92421570ee6691c313b7157b760e91c00fde3b88
139
java
Java
source/crypto/crypto-framework/src/main/java/com/jd/blockchain/crypto/RandomGenerator.java
Diffblue-benchmarks/blockchain-jd-com-jdchain
fa99325a93a38be04cd80a1db7c0077d6dbfc374
[ "Apache-2.0" ]
3
2020-11-03T03:54:36.000Z
2021-08-13T07:20:50.000Z
source/crypto/crypto-framework/src/main/java/com/jd/blockchain/crypto/RandomGenerator.java
Diffblue-benchmarks/blockchain-jd-com-jdchain
fa99325a93a38be04cd80a1db7c0077d6dbfc374
[ "Apache-2.0" ]
1
2021-01-17T15:09:42.000Z
2021-01-17T15:09:42.000Z
source/crypto/crypto-framework/src/main/java/com/jd/blockchain/crypto/RandomGenerator.java
Diffblue-benchmarks/blockchain-jd-com-jdchain
fa99325a93a38be04cd80a1db7c0077d6dbfc374
[ "Apache-2.0" ]
11
2020-03-19T00:07:12.000Z
2022-03-25T08:39:18.000Z
13.9
34
0.726619
1,002,130
package com.jd.blockchain.crypto; public interface RandomGenerator { byte[] nextBytes(int size); void nextBytes(byte[] buffer); }
924217336d7da61904a5b64394b597a000835dc9
1,772
java
Java
src/main/java/com/anchor/api/services/payments/TokenParms.java
vaibhavantil2/stellar_anchor_backend
79b8a5d6cb137d9c932b50338e59be59d285547f
[ "MIT" ]
null
null
null
src/main/java/com/anchor/api/services/payments/TokenParms.java
vaibhavantil2/stellar_anchor_backend
79b8a5d6cb137d9c932b50338e59be59d285547f
[ "MIT" ]
4
2021-12-14T21:53:11.000Z
2022-03-15T02:46:16.000Z
src/main/java/com/anchor/api/services/payments/TokenParms.java
malengatiger/stellar_anchor_backend
79b8a5d6cb137d9c932b50338e59be59d285547f
[ "MIT" ]
1
2021-12-22T06:58:02.000Z
2021-12-22T06:58:02.000Z
26.848485
91
0.715011
1,002,131
package com.anchor.api.services.payments; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; @XmlRootElement() public class TokenParms { private ParamEncryption paramEncryption; public TokenParms(ParamEncryption paramEncryption) { this.paramEncryption = paramEn...
9242175e1fd2970e39a00f0735b4ac2ff35ec9be
976
java
Java
Examples/src/main/java/com/groupdocs/watermark/examples/advanced_usage/adding_watermarks/adding_image_watermarks/AddImageWatermark.java
groupdocs-watermark/GroupDocs.Watermark-for-Java
fed5e7f0ed1c05bfb0e3890bb03179d4dc2d90cc
[ "MIT" ]
5
2020-12-05T08:41:26.000Z
2021-11-29T11:02:41.000Z
Examples/src/main/java/com/groupdocs/watermark/examples/advanced_usage/adding_watermarks/adding_image_watermarks/AddImageWatermark.java
groupdocs-watermark/GroupDocs.Watermark-for-Java
fed5e7f0ed1c05bfb0e3890bb03179d4dc2d90cc
[ "MIT" ]
null
null
null
Examples/src/main/java/com/groupdocs/watermark/examples/advanced_usage/adding_watermarks/adding_image_watermarks/AddImageWatermark.java
groupdocs-watermark/GroupDocs.Watermark-for-Java
fed5e7f0ed1c05bfb0e3890bb03179d4dc2d90cc
[ "MIT" ]
3
2018-01-29T12:08:28.000Z
2019-11-01T09:49:49.000Z
36.148148
124
0.713115
1,002,132
package com.groupdocs.watermark.examples.advanced_usage.adding_watermarks.adding_image_watermarks; import com.groupdocs.watermark.Watermarker; import com.groupdocs.watermark.examples.Constants; import com.groupdocs.watermark.watermarks.ImageWatermark; public class AddImageWatermark { /** * This examp...
924217cb65694f6a0fdd5c1126769609d20342fe
7,460
java
Java
omtd-registry-service/src/main/java/eu/openminted/registry/service/other/CorpusBuildingStateServiceImpl.java
antleb/omtd-registry
359203dadedaa94a56161ec05aaa56a2b630f5eb
[ "Apache-2.0" ]
null
null
null
omtd-registry-service/src/main/java/eu/openminted/registry/service/other/CorpusBuildingStateServiceImpl.java
antleb/omtd-registry
359203dadedaa94a56161ec05aaa56a2b630f5eb
[ "Apache-2.0" ]
25
2017-06-15T14:01:08.000Z
2021-12-09T20:05:40.000Z
omtd-registry-service/src/main/java/eu/openminted/registry/service/other/CorpusBuildingStateServiceImpl.java
antleb/omtd-registry
359203dadedaa94a56161ec05aaa56a2b630f5eb
[ "Apache-2.0" ]
2
2017-08-02T11:12:22.000Z
2017-11-03T08:19:17.000Z
41.444444
119
0.653083
1,002,133
package eu.openminted.registry.service.other; import eu.openminted.corpus.CorpusBuildingState; import eu.openminted.registry.core.domain.*; import eu.openminted.registry.core.service.*; import eu.openminted.registry.service.CorpusBuildingStatusService; import eu.openminted.registry.service.omtd.OmtdGenericService; im...
924219e261dd09659ce3226ffbfae28c0cd9ff26
465
java
Java
addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/testtwo/TestBaseTwo.java
popowka2/java_my
7d454859615033939cc694d3df6d0cf0deb548ee
[ "Apache-2.0" ]
null
null
null
addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/testtwo/TestBaseTwo.java
popowka2/java_my
7d454859615033939cc694d3df6d0cf0deb548ee
[ "Apache-2.0" ]
null
null
null
addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/testtwo/TestBaseTwo.java
popowka2/java_my
7d454859615033939cc694d3df6d0cf0deb548ee
[ "Apache-2.0" ]
null
null
null
20.217391
74
0.72043
1,002,134
package ru.stqa.pft.addressbook.testtwo; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; import ru.stqa.pft.addressbook.appmanagertwo.ApplicationMangerTwo; public class TestBaseTwo { protected final ApplicationMangerTwo app = new ApplicationMangerTwo(); @BeforeMethod ...
924219f2d733b2467df59c9a29958d2e2e7473d2
173
java
Java
arcgistool/src/main/java/cn/sddman/arcgistool/listener/DrawGraphListener.java
lailiaomm/ArcgisTool
7aa6da51e80a6c83401b6bad6a16098dca2d0850
[ "Apache-2.0" ]
91
2018-08-11T08:59:13.000Z
2022-03-21T09:10:18.000Z
arcgistool/src/main/java/cn/sddman/arcgistool/listener/DrawGraphListener.java
lailiaomm/ArcgisTool
7aa6da51e80a6c83401b6bad6a16098dca2d0850
[ "Apache-2.0" ]
19
2018-09-18T01:42:41.000Z
2021-12-20T02:28:00.000Z
arcgistool/src/main/java/cn/sddman/arcgistool/listener/DrawGraphListener.java
lailiaomm/ArcgisTool
7aa6da51e80a6c83401b6bad6a16098dca2d0850
[ "Apache-2.0" ]
17
2018-08-14T09:20:04.000Z
2022-03-07T12:48:03.000Z
21.625
47
0.809249
1,002,135
package cn.sddman.arcgistool.listener; import cn.sddman.arcgistool.common.Variable; public interface DrawGraphListener { void drawEnd(Variable.GraphType graphType); }
92421c61bc584d70afae1c633b1bcf99b4c1fc5e
5,040
java
Java
oak-auth-external/src/test/java/org/apache/jackrabbit/oak/spi/security/authentication/external/ExternalLoginTest.java
stjepanB/jackrabbit-oak
c3a6624bc1d06b1a2166e908758585c5d3ef1f35
[ "Apache-2.0" ]
288
2015-01-11T04:09:03.000Z
2022-03-28T22:20:09.000Z
oak-auth-external/src/test/java/org/apache/jackrabbit/oak/spi/security/authentication/external/ExternalLoginTest.java
stjepanB/jackrabbit-oak
c3a6624bc1d06b1a2166e908758585c5d3ef1f35
[ "Apache-2.0" ]
154
2016-10-30T11:31:04.000Z
2022-03-31T14:20:52.000Z
oak-auth-external/src/test/java/org/apache/jackrabbit/oak/spi/security/authentication/external/ExternalLoginTest.java
stjepanB/jackrabbit-oak
c3a6624bc1d06b1a2166e908758585c5d3ef1f35
[ "Apache-2.0" ]
405
2015-01-15T16:15:56.000Z
2022-03-24T08:27:08.000Z
37.61194
134
0.680556
1,002,136
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
92421d1c5f06b9244382a9bd316239092dd4765b
4,698
java
Java
dingdinghelper/src/main/java/com/ucmap/dingdinghelper/timing/TimingManagerUtil.java
whisper90/DingDingHelper
e5b8f65b4a174c2fd7b7eb10704bdd85c4c78a07
[ "Apache-2.0" ]
36
2020-08-03T03:40:08.000Z
2022-03-10T14:14:53.000Z
dingdinghelper/src/main/java/com/ucmap/dingdinghelper/timing/TimingManagerUtil.java
xueyitao/DingDingHelper
e5b8f65b4a174c2fd7b7eb10704bdd85c4c78a07
[ "Apache-2.0" ]
null
null
null
dingdinghelper/src/main/java/com/ucmap/dingdinghelper/timing/TimingManagerUtil.java
xueyitao/DingDingHelper
e5b8f65b4a174c2fd7b7eb10704bdd85c4c78a07
[ "Apache-2.0" ]
11
2020-05-20T03:32:34.000Z
2022-02-11T11:59:45.000Z
37.285714
97
0.561516
1,002,137
package com.ucmap.dingdinghelper.timing; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.os.Build; import java.util.Calendar; /** */ public class TimingManagerUtil { public static final String ALARM_ACTION = "com.uc...
92421dd7c61ce060295578c9417b91a53133c73d
2,170
java
Java
app/server/appsmith-server/src/main/java/com/appsmith/server/services/GitServiceImpl.java
sanjus-robotic-studio/appsmith
dde68ce753e6fda6e67b42c7e7a4e06c3b8ef732
[ "Apache-2.0" ]
1
2022-01-25T21:48:07.000Z
2022-01-25T21:48:07.000Z
app/server/appsmith-server/src/main/java/com/appsmith/server/services/GitServiceImpl.java
sanjus-robotic-studio/appsmith
dde68ce753e6fda6e67b42c7e7a4e06c3b8ef732
[ "Apache-2.0" ]
28
2021-09-24T16:58:28.000Z
2022-03-31T16:57:34.000Z
app/server/appsmith-server/src/main/java/com/appsmith/server/services/GitServiceImpl.java
geekup-legodevops/appsmith
1b2295d31f82e32a31a8a35ece043fec7c7ca1b2
[ "Apache-2.0" ]
null
null
null
50.465116
123
0.704608
1,002,138
package com.appsmith.server.services; import com.appsmith.external.git.GitExecutor; import com.appsmith.git.service.GitExecutorImpl; import com.appsmith.server.configurations.EmailConfig; import com.appsmith.server.helpers.GitCloudServicesUtils; import com.appsmith.server.helpers.GitFileUtils; import com.appsmith.ser...
92421df998423baa3f8fc58ab6151a959b757fce
809
java
Java
TelegramBotApi/src/main/java/Anekdot.java
WokkoGIT/CVbot
29f226fccafe8654441d3846453293910e33284d
[ "MIT" ]
null
null
null
TelegramBotApi/src/main/java/Anekdot.java
WokkoGIT/CVbot
29f226fccafe8654441d3846453293910e33284d
[ "MIT" ]
null
null
null
TelegramBotApi/src/main/java/Anekdot.java
WokkoGIT/CVbot
29f226fccafe8654441d3846453293910e33284d
[ "MIT" ]
null
null
null
33.708333
70
0.644005
1,002,139
import org.json.JSONArray; import org.json.JSONObject; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.util.Iterator; import java.util.Scanner; public class Anekdot { public static String getAnekdot() throws IOException { URL url = new URL("https://icanhaz...
92421f6d57b6269e5226df7202c0eac9e333b4ea
1,396
java
Java
royale-compiler/compiler/src/main/java/org/apache/royale/compiler/problems/UndefinedConfigNameProblem.java
alinakazi/apache-royale-0.9.8-bin-js-swf
d0e4cc7a3cb50021694de41a57196660bbcd5e65
[ "Apache-2.0" ]
null
null
null
royale-compiler/compiler/src/main/java/org/apache/royale/compiler/problems/UndefinedConfigNameProblem.java
alinakazi/apache-royale-0.9.8-bin-js-swf
d0e4cc7a3cb50021694de41a57196660bbcd5e65
[ "Apache-2.0" ]
null
null
null
royale-compiler/compiler/src/main/java/org/apache/royale/compiler/problems/UndefinedConfigNameProblem.java
alinakazi/apache-royale-0.9.8-bin-js-swf
d0e4cc7a3cb50021694de41a57196660bbcd5e65
[ "Apache-2.0" ]
null
null
null
34.04878
78
0.731375
1,002,140
/* * * 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"); ...
92421fe97b9e5aee52c604c31426779ef9ab0600
1,498
java
Java
src/programmersguide/workingwithasposepdf/workingwithbookmarks/addbookmarkinpdf/java/AddBookmarkInPDF.java
asposemarketplace/Aspose-Pdf-Java
1882af264af974c255043e1024cb4dc754905e90
[ "MIT" ]
null
null
null
src/programmersguide/workingwithasposepdf/workingwithbookmarks/addbookmarkinpdf/java/AddBookmarkInPDF.java
asposemarketplace/Aspose-Pdf-Java
1882af264af974c255043e1024cb4dc754905e90
[ "MIT" ]
null
null
null
src/programmersguide/workingwithasposepdf/workingwithbookmarks/addbookmarkinpdf/java/AddBookmarkInPDF.java
asposemarketplace/Aspose-Pdf-Java
1882af264af974c255043e1024cb4dc754905e90
[ "MIT" ]
null
null
null
32.565217
126
0.708945
1,002,141
/* * Copyright 2001-2013 Aspose Pty Ltd. All Rights Reserved. * * This file is part of Aspose.Pdf. The source code in this file * is only intended as a supplement to the documentation, and is provided * "as is", without warranty of any kind, either expressed or implied. */ package programmersguide.workingwitha...
924221a843c918a02ad0c7831b1ae35cb78eab09
25,884
java
Java
stark-gradle/src/main/java/com/ximsfei/stark/gradle/asm/monitor/AsmUtils.java
ximsfei/Stark
3824aacdbda7af2f7a895b335c5b4f816e23fb2c
[ "Apache-2.0" ]
365
2018-04-24T12:33:42.000Z
2021-11-09T10:14:53.000Z
stark-gradle/src/main/java/com/ximsfei/stark/gradle/asm/monitor/AsmUtils.java
baiyongchen/Stark
3824aacdbda7af2f7a895b335c5b4f816e23fb2c
[ "Apache-2.0" ]
12
2018-05-24T01:50:50.000Z
2019-08-14T17:59:37.000Z
stark-gradle/src/main/java/com/ximsfei/stark/gradle/asm/monitor/AsmUtils.java
baiyongchen/Stark
3824aacdbda7af2f7a895b335c5b4f816e23fb2c
[ "Apache-2.0" ]
47
2018-05-21T01:46:09.000Z
2021-05-26T02:04:26.000Z
45.094077
103
0.654806
1,002,142
/* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
924221b9a67c604c2b9a1256e368dc257c4cc45e
4,671
java
Java
util/mtwilson-util-crypto-key/src/main/java/com/intel/mtwilson/util/crypto/keystore/PasswordKeyStore.java
intel-secl/common_java
79628eba5cca696b06636f78561dd29ef57e2bbb
[ "BSD-3-Clause" ]
2
2021-12-30T05:58:33.000Z
2022-03-05T03:31:34.000Z
util/mtwilson-util-crypto-key/src/main/java/com/intel/mtwilson/util/crypto/keystore/PasswordKeyStore.java
intel-secl/common_java
79628eba5cca696b06636f78561dd29ef57e2bbb
[ "BSD-3-Clause" ]
null
null
null
util/mtwilson-util-crypto-key/src/main/java/com/intel/mtwilson/util/crypto/keystore/PasswordKeyStore.java
intel-secl/common_java
79628eba5cca696b06636f78561dd29ef57e2bbb
[ "BSD-3-Clause" ]
null
null
null
45.349515
168
0.745237
1,002,143
/* * Copyright (C) 2019 Intel Corporation * SPDX-License-Identifier: BSD-3-Clause */ package com.intel.mtwilson.util.crypto.keystore; import com.intel.dcsg.cpg.io.Resource; import com.intel.dcsg.cpg.crypto.key.password.Password; import java.io.Closeable; import java.io.File; import java.io.FileNotFoundException; im...
9242223f7ab992271751a6fedb3dc76a7bc1a9ae
809
java
Java
jnode-nntp/src/main/java/org/jnode/nntp/model/Auth.java
Manjago/jnode-mirror
ecfd8fcd516719619550402d9f880b20f28786a7
[ "Apache-2.0" ]
5
2019-03-09T16:25:06.000Z
2020-12-28T19:52:34.000Z
jnode-nntp/src/main/java/org/jnode/nntp/model/Auth.java
annmuor/jnode
fd9f150316dee92a2a7affa27245009224d503b5
[ "Apache-2.0" ]
null
null
null
jnode-nntp/src/main/java/org/jnode/nntp/model/Auth.java
annmuor/jnode
fd9f150316dee92a2a7affa27245009224d503b5
[ "Apache-2.0" ]
5
2019-01-13T19:57:44.000Z
2020-12-07T23:43:08.000Z
19.261905
65
0.585909
1,002,144
package org.jnode.nntp.model; public class Auth { private Long linkId; private String user; private String address; private String ftnAddress; public Auth(String user, String address, String ftnAddress) { this.user = user; this.address = address; this.ftnAddress = ftnAddres...
9242224aa511bb6d86d9172dbb032611552e9f96
813
java
Java
src/main/java/io/oneko/domain/ModificationAwareListProperty.java
philmtd/o-neko
c6c18478bb8f77728b57f5c367936d5cddc20030
[ "Apache-2.0" ]
4
2019-12-02T16:14:07.000Z
2021-12-13T10:28:14.000Z
src/main/java/io/oneko/domain/ModificationAwareListProperty.java
philmtd/o-neko
c6c18478bb8f77728b57f5c367936d5cddc20030
[ "Apache-2.0" ]
30
2019-10-29T14:12:42.000Z
2022-03-02T12:32:32.000Z
src/main/java/io/oneko/domain/ModificationAwareListProperty.java
philmtd/o-neko
c6c18478bb8f77728b57f5c367936d5cddc20030
[ "Apache-2.0" ]
6
2019-11-20T14:06:49.000Z
2021-06-04T16:06:17.000Z
21.972973
98
0.717097
1,002,145
package io.oneko.domain; import java.util.ArrayList; import java.util.Collections; import java.util.List; public class ModificationAwareListProperty<T> extends ModificationAwareProperty<List<T>> { public ModificationAwareListProperty(ModificationAwareIdentifiable entity, String propertyName) { super(entity, prope...
924222b956e39cf95443634be8b6673542524136
186
java
Java
src/test/groovy/bugs/G3839A1.java
michaelss/groovy-core
66278580f2177decbd18c92ffc83a35efb5f4479
[ "Apache-2.0" ]
4
2016-02-02T07:12:28.000Z
2021-07-04T23:23:40.000Z
src/test/groovy/bugs/G3839A1.java
michaelss/groovy-core
66278580f2177decbd18c92ffc83a35efb5f4479
[ "Apache-2.0" ]
null
null
null
src/test/groovy/bugs/G3839A1.java
michaelss/groovy-core
66278580f2177decbd18c92ffc83a35efb5f4479
[ "Apache-2.0" ]
3
2016-02-01T22:35:23.000Z
2019-11-18T02:56:34.000Z
26.571429
67
0.827957
1,002,146
package groovy.bugs; import org.codehaus.groovy.transform.GroovyASTTransformationClass; @GroovyASTTransformationClass(classes=G3839Transform1.class) public @interface G3839A1 {}
924225011c1d214ae35fae2096d63c58daad28af
419
java
Java
space-core/src/main/ref/roml/lang/runtime/ConnectionInfo.java
jimcoles/space
33078e3f6fdc050d4ef0c2b0fb7e7c073fde3608
[ "Apache-2.0" ]
1
2019-07-10T19:02:03.000Z
2019-07-10T19:02:03.000Z
space-core/src/main/ref/roml/lang/runtime/ConnectionInfo.java
jimcoles/space
33078e3f6fdc050d4ef0c2b0fb7e7c073fde3608
[ "Apache-2.0" ]
3
2022-01-07T23:26:01.000Z
2022-01-08T00:09:53.000Z
space-core/src/main/ref/roml/lang/runtime/ConnectionInfo.java
jimcoles/space-java
e855b24daf91f64cc5112f46746d8f21e77c2a23
[ "Apache-2.0" ]
null
null
null
16.115385
84
0.708831
1,002,147
package com.jkc.roml.dms; /* * Copyright 2002 Systematic Solutions Corporation, All Rights Reserved. * * This software is the proprietary information of Systematic Solutions Corporation. * Use is subject to license terms. * */ /** * The set of information required by a Connector to obtain a Connection. * * @...
9242254589074ab86904a8f6bf6d20f9c18e6d06
4,265
java
Java
pcgen/code/src/java/plugin/pretokens/parser/PreClassLevelMaxParser.java
odraccir/pcgen-deprecated
ab07cb4250e5d0419fd805197fb040a2ea425cc8
[ "OML" ]
1
2022-03-15T22:42:34.000Z
2022-03-15T22:42:34.000Z
pcgen/code/src/java/plugin/pretokens/parser/PreClassLevelMaxParser.java
odraccir/pcgen-deprecated
ab07cb4250e5d0419fd805197fb040a2ea425cc8
[ "OML" ]
null
null
null
pcgen/code/src/java/plugin/pretokens/parser/PreClassLevelMaxParser.java
odraccir/pcgen-deprecated
ab07cb4250e5d0419fd805197fb040a2ea425cc8
[ "OML" ]
null
null
null
29.267123
102
0.69553
1,002,148
/* * PreClassLevelMaxParser.java * * Copyright 2003 (C) Chris Ward <lyhxr@example.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (a...
924226086603ef638c2b6388b7a3f8a25bb35c5a
3,418
java
Java
javabasic/src/main/java/com/zkzong/other/IntegerTest.java
zkzong/java
fe106ca40e78adf614628d00960f7b544f0c6d26
[ "Apache-2.0" ]
null
null
null
javabasic/src/main/java/com/zkzong/other/IntegerTest.java
zkzong/java
fe106ca40e78adf614628d00960f7b544f0c6d26
[ "Apache-2.0" ]
16
2019-10-26T09:56:05.000Z
2022-03-31T21:09:05.000Z
javabasic/src/main/java/com/zkzong/other/IntegerTest.java
zkzong/java
fe106ca40e78adf614628d00960f7b544f0c6d26
[ "Apache-2.0" ]
null
null
null
29.721739
120
0.571387
1,002,149
package com.zkzong.other; import org.junit.Test; /** * Created by Zong on 2016/8/13. */ public class IntegerTest { @Test public void integerCompare() { // http://www.importnew.com/6997.html // int的值在-128到127这个范围内JVM会将值缓存起来,因此i1和i2,虚拟机确确实实使用了相同的对象实例(内存地址相同),所以“==”会返回true的结果。 // 但是在这个...
924226d3bdc64587beb9c49e8ee4a7337b5a77cc
1,377
java
Java
aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/model/RequestLimitExceededException.java
ericvincent83/aws-sdk-java
c491416f3ea9411a04d9bafedee6c6874a79e48d
[ "Apache-2.0" ]
3,372
2015-01-03T00:35:43.000Z
2022-03-31T15:56:24.000Z
aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/model/RequestLimitExceededException.java
ericvincent83/aws-sdk-java
c491416f3ea9411a04d9bafedee6c6874a79e48d
[ "Apache-2.0" ]
2,391
2015-01-01T12:55:24.000Z
2022-03-31T08:01:50.000Z
aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/model/RequestLimitExceededException.java
ericvincent83/aws-sdk-java
c491416f3ea9411a04d9bafedee6c6874a79e48d
[ "Apache-2.0" ]
2,876
2015-01-01T14:38:37.000Z
2022-03-29T19:53:10.000Z
36.236842
119
0.7313
1,002,150
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
924226e2193e03f6da15c558dfa6e0f78a7c1025
1,209
java
Java
core/src/main/java/io/confluent/connect/storage/schema/SchemaCompatibility.java
cricket007/kafka-connect-storage-common
5a49d083c2f2a239a113263d50cc60c820506347
[ "Apache-2.0" ]
null
null
null
core/src/main/java/io/confluent/connect/storage/schema/SchemaCompatibility.java
cricket007/kafka-connect-storage-common
5a49d083c2f2a239a113263d50cc60c820506347
[ "Apache-2.0" ]
1
2017-12-04T18:13:40.000Z
2017-12-04T18:13:40.000Z
core/src/main/java/io/confluent/connect/storage/schema/SchemaCompatibility.java
cricket007/kafka-connect-storage-common
5a49d083c2f2a239a113263d50cc60c820506347
[ "Apache-2.0" ]
null
null
null
33.583333
96
0.775021
1,002,151
/* * Copyright 2017 Confluent Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
924227c9b98ce2e602be38c4881c5d6acfa42a43
1,499
java
Java
src/test/java/uk/gov/hmcts/reform/divorce/orchestration/util/FlywayNoOpStrategyUTest.java
FeatureToggleStudy/div-case-orchestration-service
04a27bc606d57e6ef800c650ec8fbff973403a2e
[ "MIT" ]
null
null
null
src/test/java/uk/gov/hmcts/reform/divorce/orchestration/util/FlywayNoOpStrategyUTest.java
FeatureToggleStudy/div-case-orchestration-service
04a27bc606d57e6ef800c650ec8fbff973403a2e
[ "MIT" ]
null
null
null
src/test/java/uk/gov/hmcts/reform/divorce/orchestration/util/FlywayNoOpStrategyUTest.java
FeatureToggleStudy/div-case-orchestration-service
04a27bc606d57e6ef800c650ec8fbff973403a2e
[ "MIT" ]
null
null
null
27.759259
80
0.756504
1,002,152
package uk.gov.hmcts.reform.divorce.orchestration.util; import org.flywaydb.core.Flyway; import org.flywaydb.core.api.MigrationInfo; import org.flywaydb.core.api.MigrationInfoService; import org.flywaydb.core.api.MigrationState; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import or...
924227f3f55335481af8c446f26b92c351212899
580
java
Java
src/main/java/es/vira/gateway/constant/HttpConstant.java
Victin09/vira-java-gateway
dd5e28803d3bda9ce42d3b90eacf643179f23f27
[ "MIT" ]
null
null
null
src/main/java/es/vira/gateway/constant/HttpConstant.java
Victin09/vira-java-gateway
dd5e28803d3bda9ce42d3b90eacf643179f23f27
[ "MIT" ]
null
null
null
src/main/java/es/vira/gateway/constant/HttpConstant.java
Victin09/vira-java-gateway
dd5e28803d3bda9ce42d3b90eacf643179f23f27
[ "MIT" ]
null
null
null
21.481481
113
0.591379
1,002,153
package es.vira.gateway.constant; /** * http constant * * @author Víctor Gómez * @since 3.0.2 */ public class HttpConstant { /** * the max request size,10MB */ public static final int MAX_CONTENT_LEN = 64 * 1024 * 1024; /** * http pre */ public static final String HTTP_PREFIX =...
924227f439388faf0e65b610a9147b029ea4b9a5
1,561
java
Java
neradb-engine/src/main/java/com/neradb/command/ddl/DropSchema.java
wplatform/db-incubator
bd3f284d545601ba0ab0379cb6bbd06eebdc82d7
[ "Apache-2.0" ]
null
null
null
neradb-engine/src/main/java/com/neradb/command/ddl/DropSchema.java
wplatform/db-incubator
bd3f284d545601ba0ab0379cb6bbd06eebdc82d7
[ "Apache-2.0" ]
null
null
null
neradb-engine/src/main/java/com/neradb/command/ddl/DropSchema.java
wplatform/db-incubator
bd3f284d545601ba0ab0379cb6bbd06eebdc82d7
[ "Apache-2.0" ]
null
null
null
25.590164
89
0.64574
1,002,154
/* * Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0, * and the EPL 1.0 (http://h2database.com/html/license.html). * Initial Developer: H2 Group */ package com.neradb.command.ddl; import com.neradb.command.CommandInterface; import com.neradb.common.DbException; import com.neradb.common.ErrorCode;...
92422868764b380bc933ade1fb68543b40bb48ce
3,769
java
Java
src/main/java/org/tinymediamanager/ui/dialogs/MessageHistoryDialog.java
SoapCanFly/tinyPornhubManager
d53b0ada8d0211f5d52a887945ce0428f5a65591
[ "Apache-2.0" ]
1
2022-03-15T14:00:38.000Z
2022-03-15T14:00:38.000Z
src/main/java/org/tinymediamanager/ui/dialogs/MessageHistoryDialog.java
SoapCanFly/tinyPornhubManager
d53b0ada8d0211f5d52a887945ce0428f5a65591
[ "Apache-2.0" ]
1
2022-02-12T18:24:52.000Z
2022-02-12T18:24:52.000Z
src/main/java/org/tinymediamanager/ui/dialogs/MessageHistoryDialog.java
LemonGo97/TinyMediaManager
fe6ec2b0105d4fc5b9523059dde86d105c8720f9
[ "Apache-2.0" ]
null
null
null
32.491379
101
0.73229
1,002,155
/* * Copyright 2012 - 2020 Manuel Laggner * * 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 ...
924228973b1527702d09cd097f13b080fe24863e
2,854
java
Java
java-task-force-core/src/main/java/com/morethanheroic/taskforce/executor/task/TaskExecutor.java
laxika/spring-task-force
58e6dcd171febe36c82666d5b1ed8abe7a0fabb0
[ "MIT" ]
1
2021-03-07T16:39:16.000Z
2021-03-07T16:39:16.000Z
java-task-force-core/src/main/java/com/morethanheroic/taskforce/executor/task/TaskExecutor.java
laxika/spring-task-force
58e6dcd171febe36c82666d5b1ed8abe7a0fabb0
[ "MIT" ]
3
2019-08-20T17:05:41.000Z
2019-08-23T10:48:54.000Z
java-task-force-core/src/main/java/com/morethanheroic/taskforce/executor/task/TaskExecutor.java
laxika/spring-task-force
58e6dcd171febe36c82666d5b1ed8abe7a0fabb0
[ "MIT" ]
1
2019-08-20T17:13:50.000Z
2019-08-20T17:13:50.000Z
29.729167
125
0.679047
1,002,156
package com.morethanheroic.taskforce.executor.task; import com.morethanheroic.taskforce.executor.item.WorkItemProcessor; import com.morethanheroic.taskforce.sink.Sink; import com.morethanheroic.taskforce.task.domain.TaskDescriptor; import lombok.Getter; import lombok.extern.slf4j.Slf4j; import java.util.List; import ...
92422a07b4b06d43d540bc1243faf6a82235002d
2,653
java
Java
flink/word-count/src/main/java/com/acgist/SetJoinApplication.java
acgist/demo
7dfc5d6cb967dafec4d5707e2f395d3e3d354d80
[ "BSD-3-Clause" ]
3
2019-07-06T02:31:44.000Z
2020-07-31T08:04:55.000Z
flink/word-count/src/main/java/com/acgist/SetJoinApplication.java
acgist/demo
7dfc5d6cb967dafec4d5707e2f395d3e3d354d80
[ "BSD-3-Clause" ]
24
2020-07-31T07:21:58.000Z
2021-12-19T08:43:42.000Z
flink/word-count/src/main/java/com/acgist/SetJoinApplication.java
acgist/demo
7dfc5d6cb967dafec4d5707e2f395d3e3d354d80
[ "BSD-3-Clause" ]
null
null
null
40.19697
169
0.64493
1,002,157
package com.acgist; import org.apache.flink.api.common.operators.Order; import org.apache.flink.api.common.typeinfo.Types; import org.apache.flink.api.java.ExecutionEnvironment; import org.apache.flink.api.java.operators.DataSource; import org.apache.flink.api.java.tuple.Tuple2; import org.apache.flink.api.java.tuple....
92422a88c8f69409e030baa21df500db22250e9f
12,033
java
Java
generative_core/src/main/java/com/liveramp/generative/Generative.java
LiveRamp/generative
3f03fcc8f8659c2b072e4978056825188989f784
[ "Apache-2.0" ]
6
2018-05-16T04:01:04.000Z
2021-04-08T19:32:44.000Z
generative_core/src/main/java/com/liveramp/generative/Generative.java
LiveRamp/generative
3f03fcc8f8659c2b072e4978056825188989f784
[ "Apache-2.0" ]
3
2018-05-26T03:34:53.000Z
2018-10-09T21:04:28.000Z
generative_core/src/main/java/com/liveramp/generative/Generative.java
LiveRamp/generative
3f03fcc8f8659c2b072e4978056825188989f784
[ "Apache-2.0" ]
3
2018-05-26T02:05:13.000Z
2022-02-19T09:45:19.000Z
32.609756
126
0.679465
1,002,158
package com.liveramp.generative; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.OptionalInt; import java.util.Random; import java.util.Set; import java.util.concurr...
92422bd14b14517898716f01b15ea21f3801514f
1,613
java
Java
FeatureEngine/src/main/java/io/pivotal/rtsmadlib/client/features/cache/GemfireReader.java
pivotal/Realtime-scoring-for-MADlib
4ed6500bdd3422c3d090d8c6c679d940c2b7c4f4
[ "Apache-2.0" ]
9
2019-08-13T11:02:44.000Z
2021-03-29T17:10:33.000Z
FeatureEngine/src/main/java/io/pivotal/rtsmadlib/client/features/cache/GemfireReader.java
pivotal/Realtime-scoring-for-MADlib
4ed6500bdd3422c3d090d8c6c679d940c2b7c4f4
[ "Apache-2.0" ]
1
2019-08-12T16:11:28.000Z
2019-08-12T16:11:43.000Z
FeatureEngine/src/main/java/io/pivotal/rtsmadlib/client/features/cache/GemfireReader.java
pivotal/Realtime-scoring-for-MADlib
4ed6500bdd3422c3d090d8c6c679d940c2b7c4f4
[ "Apache-2.0" ]
7
2019-10-22T04:07:40.000Z
2021-05-18T18:28:36.000Z
33.604167
95
0.699318
1,002,159
/********************************************************************************************** Copyright 2019 Pivotal Software 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 ht...
92422ca42f1416b9663a2e64f7baf240cfa31792
818
java
Java
QStore4S/src/main/java/edu/asu/qstore4s/search/elements/factory/impl/SearchConceptFactory.java
AourpallyNikhil/qstore
0c36c323128da3ee5fe1ab603d8dfe4854c61245
[ "MIT" ]
null
null
null
QStore4S/src/main/java/edu/asu/qstore4s/search/elements/factory/impl/SearchConceptFactory.java
AourpallyNikhil/qstore
0c36c323128da3ee5fe1ab603d8dfe4854c61245
[ "MIT" ]
null
null
null
QStore4S/src/main/java/edu/asu/qstore4s/search/elements/factory/impl/SearchConceptFactory.java
AourpallyNikhil/qstore
0c36c323128da3ee5fe1ab603d8dfe4854c61245
[ "MIT" ]
null
null
null
25.5625
71
0.767726
1,002,160
package edu.asu.qstore4s.search.elements.factory.impl; import org.springframework.stereotype.Service; import edu.asu.qstore4s.search.elements.ISearchConcept; import edu.asu.qstore4s.search.elements.factory.ISearchConceptFactory; import edu.asu.qstore4s.search.elements.impl.SearchConcept; @Service public cla...
92422d140dd51ac760e11fd15b5b1f55e8cb9b5b
758
java
Java
spring-jsr303-extra/src/main/java/com/catfish/element/WhenElement.java
lialzmChina/catfish-spring-jsr303-extra
55b145a329edd6df5863b69ef46f4b913c2885c2
[ "MIT" ]
null
null
null
spring-jsr303-extra/src/main/java/com/catfish/element/WhenElement.java
lialzmChina/catfish-spring-jsr303-extra
55b145a329edd6df5863b69ef46f4b913c2885c2
[ "MIT" ]
null
null
null
spring-jsr303-extra/src/main/java/com/catfish/element/WhenElement.java
lialzmChina/catfish-spring-jsr303-extra
55b145a329edd6df5863b69ef46f4b913c2885c2
[ "MIT" ]
null
null
null
22.969697
95
0.734828
1,002,161
package com.catfish.element; import com.catfish.ValidatorElementList; import java.io.Serializable; /** * Created by A on 2017/4/13. */ public class WhenElement implements Serializable { private ValidatorElementList<ValidaElement> validatorElements=new ValidatorElementList<>(); private Boolean expression; ...
92422d39ebafbdd1a46f4413bc0d2fc5d9ec1edb
3,708
java
Java
app/src/main/java/com/smile/slidecalendar/ui/activity/MainActivity.java
EasyToForget/SlideCalendar
440c973f06c07822dbed80df2deabc81cf99c932
[ "Apache-2.0" ]
5
2017-03-01T10:52:30.000Z
2018-09-25T00:01:44.000Z
app/src/main/java/com/smile/slidecalendar/ui/activity/MainActivity.java
EasyToForget/SlideCalendar
440c973f06c07822dbed80df2deabc81cf99c932
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/smile/slidecalendar/ui/activity/MainActivity.java
EasyToForget/SlideCalendar
440c973f06c07822dbed80df2deabc81cf99c932
[ "Apache-2.0" ]
null
null
null
41.2
153
0.748112
1,002,162
package com.smile.slidecalendar.ui.activity; import android.graphics.Color; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v7.app.AppCompatActivity; import com.aurelhubert.ahbottomnavigation.AHBottomNavigation; import com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem;...
92422dc0765b3a6ca31d2747dc8a38f7fc06232d
3,234
java
Java
ide/project.dependency/src/org/netbeans/modules/project/dependency/Scope.java
oyarzun/incubator-netbeans
bd6a7294a9ac4bd8583cff6f24672df3ef90b68f
[ "Apache-2.0" ]
988
2017-09-11T15:04:49.000Z
2019-04-25T14:25:21.000Z
ide/project.dependency/src/org/netbeans/modules/project/dependency/Scope.java
oyarzun/incubator-netbeans
bd6a7294a9ac4bd8583cff6f24672df3ef90b68f
[ "Apache-2.0" ]
907
2017-09-16T17:35:25.000Z
2019-04-25T00:53:46.000Z
ide/project.dependency/src/org/netbeans/modules/project/dependency/Scope.java
oyarzun/incubator-netbeans
bd6a7294a9ac4bd8583cff6f24672df3ef90b68f
[ "Apache-2.0" ]
415
2017-09-11T16:44:14.000Z
2019-04-25T01:09:42.000Z
33.6875
112
0.65739
1,002,163
/* * 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 ...
92422e075d041af6daabe3ca673d67b385622d1c
6,723
java
Java
src/main/java/il/org/spartan/spartanizer/tippers/TernaryPushdown.java
AmitOha/Spartanizer
5da013d976eb8d72b4a1b722aad1d07b70f038ff
[ "MIT" ]
null
null
null
src/main/java/il/org/spartan/spartanizer/tippers/TernaryPushdown.java
AmitOha/Spartanizer
5da013d976eb8d72b4a1b722aad1d07b70f038ff
[ "MIT" ]
null
null
null
src/main/java/il/org/spartan/spartanizer/tippers/TernaryPushdown.java
AmitOha/Spartanizer
5da013d976eb8d72b4a1b722aad1d07b70f038ff
[ "MIT" ]
null
null
null
39.781065
147
0.679756
1,002,164
package il.org.spartan.spartanizer.tippers; import static org.eclipse.jdt.core.dom.ASTNode.*; import java.util.*; import org.eclipse.jdt.core.dom.*; import static il.org.spartan.spartanizer.ast.navigate.step.*; import static il.org.spartan.spartanizer.ast.navigate.extract.*; import il.org.spartan.spartanizer.ast....
92422ea34d8e17a34d36723e8a8d301792f82785
11,739
java
Java
modules/core/src/main/java/org/apache/ignite/internal/IgniteServicesImpl.java
liyuj/gridgain
9505c0cfd7235210993b2871b17f15acf7d3dcd4
[ "CC0-1.0" ]
218
2015-01-04T13:20:55.000Z
2022-03-28T05:28:55.000Z
modules/core/src/main/java/org/apache/ignite/internal/IgniteServicesImpl.java
liyuj/gridgain
9505c0cfd7235210993b2871b17f15acf7d3dcd4
[ "CC0-1.0" ]
175
2015-02-04T23:16:56.000Z
2022-03-28T18:34:24.000Z
modules/core/src/main/java/org/apache/ignite/internal/IgniteServicesImpl.java
liyuj/gridgain
9505c0cfd7235210993b2871b17f15acf7d3dcd4
[ "CC0-1.0" ]
93
2015-01-06T20:54:23.000Z
2022-03-31T08:09:00.000Z
26.261745
120
0.577051
1,002,165
/* * Copyright 2019 GridGain Systems, Inc. and Contributors. * * Licensed under the GridGain Community Edition License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.gridgain.com/products/software/community-edition...
92422ecf05cb53fb2d9d61c27cfdbfc822ad1c5a
8,794
java
Java
src/main/java/me/glaremasters/guilds/guild/GuildChallenge.java
gino21430/Guilds
fcc64a5affec49e3e0189ea61e5f4157e21d3d18
[ "MIT" ]
null
null
null
src/main/java/me/glaremasters/guilds/guild/GuildChallenge.java
gino21430/Guilds
fcc64a5affec49e3e0189ea61e5f4157e21d3d18
[ "MIT" ]
null
null
null
src/main/java/me/glaremasters/guilds/guild/GuildChallenge.java
gino21430/Guilds
fcc64a5affec49e3e0189ea61e5f4157e21d3d18
[ "MIT" ]
null
null
null
28.185897
99
0.716056
1,002,166
package me.glaremasters.guilds.guild; import com.google.gson.annotations.JsonAdapter; import java.util.List; import java.util.UUID; import me.glaremasters.guilds.arena.Arena; import me.glaremasters.guilds.challenges.adapters.WarArenaChallengeAdapter; import me.glaremasters.guilds.challenges.adapters.WarGuildChallengeA...
92422f15df02abb46e950acbdfbc5694d28c414b
3,340
java
Java
src/main/java/htmlflow/Tags.java
benzen/HtmlFlow
fe0c242209c3dd5fc2879e9cd08bba7f50c9cc99
[ "MIT" ]
87
2018-04-03T19:05:40.000Z
2022-03-16T16:03:43.000Z
src/main/java/htmlflow/Tags.java
benzen/HtmlFlow
fe0c242209c3dd5fc2879e9cd08bba7f50c9cc99
[ "MIT" ]
46
2018-03-29T14:42:15.000Z
2022-03-21T21:48:38.000Z
src/main/java/htmlflow/Tags.java
benzen/HtmlFlow
fe0c242209c3dd5fc2879e9cd08bba7f50c9cc99
[ "MIT" ]
10
2018-09-23T17:17:34.000Z
2020-11-27T17:45:39.000Z
35.531915
96
0.673054
1,002,167
/* * MIT License * * Copyright (c) 2014-18, mcarvalho (gamboa.pt) and lcduarte (github.com/lcduarte) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including wi...
9242301f758b533829b8a5f1be9bbfafca3c76c4
2,774
java
Java
lang/lang-basic/src/main/java/com/zizhizhan/legacies/security/jaas/demo/DemoLoginModule.java
zizhizhan/jvm-snippets
527070588e9388fec07045319aae61dc2a1560db
[ "MIT" ]
null
null
null
lang/lang-basic/src/main/java/com/zizhizhan/legacies/security/jaas/demo/DemoLoginModule.java
zizhizhan/jvm-snippets
527070588e9388fec07045319aae61dc2a1560db
[ "MIT" ]
3
2022-03-20T12:30:21.000Z
2022-03-20T12:33:02.000Z
lang/lang-basic/src/main/java/com/zizhizhan/legacies/security/jaas/demo/DemoLoginModule.java
zizhizhan/jvm-snippets
527070588e9388fec07045319aae61dc2a1560db
[ "MIT" ]
null
null
null
25.731481
74
0.696294
1,002,168
package com.zizhizhan.legacies.security.jaas.demo; import java.io.IOException; import java.util.Map; import javax.security.auth.Subject; import javax.security.auth.callback.Callback; import javax.security.auth.callback.CallbackHandler; import javax.security.auth.callback.NameCallback; import javax.security.a...
9242304f32a70bf6d751a309f8aa4c4496737685
1,481
java
Java
fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/operations/DeleteResourceOperationFactory.java
peichman-umd/fcrepo4
83e4f46a9d9ed8436f24d3362ff448601cf7b4e0
[ "Apache-2.0" ]
null
null
null
fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/operations/DeleteResourceOperationFactory.java
peichman-umd/fcrepo4
83e4f46a9d9ed8436f24d3362ff448601cf7b4e0
[ "Apache-2.0" ]
1
2015-06-25T20:53:44.000Z
2015-06-25T20:59:03.000Z
fcrepo-kernel-api/src/main/java/org/fcrepo/kernel/api/operations/DeleteResourceOperationFactory.java
peichman-umd/fcrepo4
83e4f46a9d9ed8436f24d3362ff448601cf7b4e0
[ "Apache-2.0" ]
null
null
null
32.195652
82
0.729912
1,002,169
/* * Licensed to DuraSpace under one or more contributor license agreements. * See the NOTICE file distributed with this work for additional information * regarding copyright ownership. * * DuraSpace licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file excep...
924234334cfdf25fb11d760f9a210ebf9289b93c
6,709
java
Java
src/main/java/com/davidbracewell/tuple/Tuple.java
dbracewell/mango
2cec08826f1fccd658694dd03abce10fc97618ec
[ "Apache-2.0" ]
null
null
null
src/main/java/com/davidbracewell/tuple/Tuple.java
dbracewell/mango
2cec08826f1fccd658694dd03abce10fc97618ec
[ "Apache-2.0" ]
null
null
null
src/main/java/com/davidbracewell/tuple/Tuple.java
dbracewell/mango
2cec08826f1fccd658694dd03abce10fc97618ec
[ "Apache-2.0" ]
null
null
null
29.425439
120
0.626919
1,002,170
/* * (c) 2005 David B. Bracewell * * 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, Ve...
924235eb80dfba8a48487992d18b8b8060eb4162
525
java
Java
Malmo-0.30.0/Minecraft/build/sources/main/java/com/microsoft/Malmo/Schemas/package-info.java
JeremyHi/485-Artificial-Intelligence
13e62c33be65c0e192cdee401c9cf8891410f08a
[ "MIT" ]
null
null
null
Malmo-0.30.0/Minecraft/build/sources/main/java/com/microsoft/Malmo/Schemas/package-info.java
JeremyHi/485-Artificial-Intelligence
13e62c33be65c0e192cdee401c9cf8891410f08a
[ "MIT" ]
null
null
null
Malmo-0.30.0/Minecraft/build/sources/main/java/com/microsoft/Malmo/Schemas/package-info.java
JeremyHi/485-Artificial-Intelligence
13e62c33be65c0e192cdee401c9cf8891410f08a
[ "MIT" ]
null
null
null
52.5
153
0.75619
1,002,171
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2018.04.11 at 05:58:0...
924236d3dcc3e01d89f8cc66d4ace8da1be9c1a2
130,155
java
Java
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
jzmq/hbase
2ca70b441178bfda45199d74ed93bdfa2a4cbb62
[ "Apache-2.0" ]
null
null
null
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
jzmq/hbase
2ca70b441178bfda45199d74ed93bdfa2a4cbb62
[ "Apache-2.0" ]
null
null
null
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
jzmq/hbase
2ca70b441178bfda45199d74ed93bdfa2a4cbb62
[ "Apache-2.0" ]
null
null
null
39.203313
108
0.719872
1,002,172
/** * * 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"); ...
924237b5989e98dff694ab7d82dcedd3d5b5358e
1,440
java
Java
src/main/java/ru/job4j/carssale/controller/NewCarServlet.java
sah-lob/job4j_hibernate
92723598c61ed6b19420892b2eb3b8641beee8cc
[ "Apache-2.0" ]
null
null
null
src/main/java/ru/job4j/carssale/controller/NewCarServlet.java
sah-lob/job4j_hibernate
92723598c61ed6b19420892b2eb3b8641beee8cc
[ "Apache-2.0" ]
4
2019-11-13T11:58:44.000Z
2021-01-21T02:51:15.000Z
src/main/java/ru/job4j/carssale/controller/NewCarServlet.java
sah-lob/job4j_hibernate
92723598c61ed6b19420892b2eb3b8641beee8cc
[ "Apache-2.0" ]
null
null
null
38.918919
114
0.697917
1,002,173
package ru.job4j.carssale.controller; import ru.job4j.carssale.models.Car; import ru.job4j.carssale.models.Person; import ru.job4j.carssale.persistence.CarController; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.Ht...
924238faade7dba100f1758cb5b6b9b4fb813f31
4,832
java
Java
tddl-server/src/main/java/com/alibaba/cobar/server/ugly/hint/HintRouter.java
loye168/tddl5
fd1972bd3acf090c8d7580ab0f7c2bb837ab3c41
[ "Apache-2.0" ]
19
2017-07-17T02:21:28.000Z
2021-07-19T02:23:06.000Z
tddl-server/src/main/java/com/alibaba/cobar/server/ugly/hint/HintRouter.java
loye168/tddl5
fd1972bd3acf090c8d7580ab0f7c2bb837ab3c41
[ "Apache-2.0" ]
null
null
null
tddl-server/src/main/java/com/alibaba/cobar/server/ugly/hint/HintRouter.java
loye168/tddl5
fd1972bd3acf090c8d7580ab0f7c2bb837ab3c41
[ "Apache-2.0" ]
46
2017-03-23T12:24:11.000Z
2021-12-20T09:59:52.000Z
37.457364
99
0.583402
1,002,174
package com.alibaba.cobar.server.ugly.hint; import static com.taobao.tddl.optimizer.parse.hint.SimpleHintParser.AND; import static com.taobao.tddl.optimizer.parse.hint.SimpleHintParser.DBID; import static com.taobao.tddl.optimizer.parse.hint.SimpleHintParser.DBINDEX; import static com.taobao.tddl.optimizer.parse....