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
3e0c879734dc38a04061f74e0e80e3a7e0a04308
1,719
java
Java
src/main/java/com/ac/mylib/java/guava/GuavaTester.java
shahainloong/mylib
403aee7f16dbba375b100d532d3ecb1d1cf928b7
[ "Apache-2.0" ]
1
2020-05-12T15:14:07.000Z
2020-05-12T15:14:07.000Z
src/main/java/com/ac/mylib/java/guava/GuavaTester.java
shahainloong/mylib
403aee7f16dbba375b100d532d3ecb1d1cf928b7
[ "Apache-2.0" ]
1
2021-04-26T08:24:54.000Z
2021-04-26T08:24:54.000Z
src/main/java/com/ac/mylib/java/guava/GuavaTester.java
shahainloong/mylib
403aee7f16dbba375b100d532d3ecb1d1cf928b7
[ "Apache-2.0" ]
null
null
null
36.574468
79
0.643397
5,324
package com.ac.mylib.java.guava; import com.google.common.base.*; import java.util.ArrayList; public class GuavaTester { public static void main(String args[]) { final long startTime = System.nanoTime(); GuavaTester guavaTester = new GuavaTester(); Integer value1 = null; Integer ...
3e0c887bdbea9ce1035f50842718917a5eb7a0d6
445
java
Java
src/main/java/com/bsi/ms/model/TestKey.java
cuiouyang/-
2afeef7605c1ac251591f12f5055fa002721e830
[ "MIT" ]
3
2020-06-07T03:44:16.000Z
2021-12-15T00:59:53.000Z
src/main/java/com/bsi/ms/model/TestKey.java
cuiouyang/-
2afeef7605c1ac251591f12f5055fa002721e830
[ "MIT" ]
4
2021-01-20T21:37:02.000Z
2021-12-10T00:47:17.000Z
src/main/java/com/bsi/ms/model/TestKey.java
cuiouyang/-
2afeef7605c1ac251591f12f5055fa002721e830
[ "MIT" ]
null
null
null
19.347826
60
0.624719
5,325
package com.bsi.ms.model; public class TestKey { private Integer problemId; private String userId; public Integer getProblemId() { return problemId; } public void setProblemId(Integer problemId) { this.problemId = problemId; } public String getUserId() { return u...
3e0c8930f571249552f825f84c2cb9cd53fc4314
226
java
Java
ovh-java-sdk-cdnwebsite/src/main/java/net/minidev/ovh/api/cdn/website/OvhDomain.java
marstona/ovh-java-sdk
b574fbbac59832fda7a4fedaf3cb1f074135f714
[ "BSD-3-Clause" ]
12
2017-04-04T07:20:48.000Z
2021-04-20T07:54:21.000Z
ovh-java-sdk-cdnwebsite/src/main/java/net/minidev/ovh/api/cdn/website/OvhDomain.java
marstona/ovh-java-sdk
b574fbbac59832fda7a4fedaf3cb1f074135f714
[ "BSD-3-Clause" ]
7
2017-04-05T04:54:16.000Z
2019-09-24T11:17:05.000Z
ovh-java-sdk-cdnwebsite/src/main/java/net/minidev/ovh/api/cdn/website/OvhDomain.java
marstona/ovh-java-sdk
b574fbbac59832fda7a4fedaf3cb1f074135f714
[ "BSD-3-Clause" ]
3
2019-10-10T13:51:22.000Z
2020-11-13T14:30:45.000Z
13.294118
40
0.650442
5,326
package net.minidev.ovh.api.cdn.website; /** * Domain on CDN */ public class OvhDomain { /** * canBeNull && readOnly */ public String domain; /** * canBeNull && readOnly */ public OvhDomainStatusEnum status; }
3e0c8933547f0f6c6d928731fb4665b292b52b95
4,038
java
Java
src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyUtils.java
pieterjanpintens/wiremock
e80dc14c2a3bd19661c2ec01a6d0269893f6c234
[ "Apache-2.0" ]
4,473
2015-01-01T01:00:16.000Z
2021-09-20T09:02:58.000Z
src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyUtils.java
pieterjanpintens/wiremock
e80dc14c2a3bd19661c2ec01a6d0269893f6c234
[ "Apache-2.0" ]
1,259
2015-01-01T21:07:01.000Z
2021-09-16T22:22:13.000Z
src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyUtils.java
pieterjanpintens/wiremock
e80dc14c2a3bd19661c2ec01a6d0269893f6c234
[ "Apache-2.0" ]
1,217
2015-01-06T01:42:33.000Z
2021-09-20T12:27:01.000Z
35.421053
114
0.698366
5,327
/* * Copyright (C) 2011 Thomas Akehurst * * 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...
3e0c8946fef45c43e9c3d506562cc31a19bc5ff4
1,856
java
Java
src/main/java/pulse/bep/util/LZ4Compression.java
dapperstout/pulse-java
eca51efc17eb4f9f1439b05bc1f9f3f4f7cb6951
[ "MIT" ]
10
2015-02-06T04:50:41.000Z
2021-02-05T01:29:14.000Z
src/main/java/pulse/bep/util/LZ4Compression.java
dapperstout/pulse-java
eca51efc17eb4f9f1439b05bc1f9f3f4f7cb6951
[ "MIT" ]
null
null
null
src/main/java/pulse/bep/util/LZ4Compression.java
dapperstout/pulse-java
eca51efc17eb4f9f1439b05bc1f9f3f4f7cb6951
[ "MIT" ]
5
2015-04-27T23:39:28.000Z
2016-12-26T15:38:51.000Z
35.692308
97
0.696121
5,328
package pulse.bep.util; import net.jpountz.lz4.LZ4Compressor; import net.jpountz.lz4.LZ4Exception; import net.jpountz.lz4.LZ4Factory; import net.jpountz.lz4.LZ4FastDecompressor; import static java.lang.System.arraycopy; import static java.util.Arrays.copyOf; import static pulse.bep.util.Bytes.*; public class LZ4Comp...
3e0c8960bf5fc1bb9e6e4dc1b5b23252ccfd1811
3,853
java
Java
presto-raptor/src/main/java/com/facebook/presto/raptor/storage/Row.java
houshanren/presto
32c7b6e86b81816acd9910791e927a181d3f2972
[ "Apache-2.0" ]
456
2015-04-23T09:24:25.000Z
2022-01-11T08:49:25.000Z
presto-raptor/src/main/java/com/facebook/presto/raptor/storage/Row.java
houshanren/presto
32c7b6e86b81816acd9910791e927a181d3f2972
[ "Apache-2.0" ]
10
2015-08-02T15:37:23.000Z
2020-11-18T07:33:46.000Z
presto-raptor/src/main/java/com/facebook/presto/raptor/storage/Row.java
gcnonato/presto
d58caea92031fd5cdd8b9f2620c7619c372bc148
[ "Apache-2.0" ]
123
2015-04-30T04:04:40.000Z
2021-04-08T09:57:34.000Z
34.711712
153
0.63483
5,329
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
3e0c89655c9c71c616f1dcd55ede7a16020d95e2
1,154
java
Java
compiler/extensions/doc/src/zserio/emit/doc/IterableComparator.java
Klebert-Engineering/zserio-1
fbb4fc42d9ab6f3afa6c040a36267357399180f4
[ "BSD-3-Clause" ]
2
2019-02-06T17:50:24.000Z
2019-11-20T16:51:34.000Z
compiler/extensions/doc/src/zserio/emit/doc/IterableComparator.java
Klebert-Engineering/zserio-1
fbb4fc42d9ab6f3afa6c040a36267357399180f4
[ "BSD-3-Clause" ]
1
2019-11-25T16:25:51.000Z
2019-11-25T18:09:39.000Z
compiler/extensions/doc/src/zserio/emit/doc/IterableComparator.java
Klebert-Engineering/zserio-1
fbb4fc42d9ab6f3afa6c040a36267357399180f4
[ "BSD-3-Clause" ]
null
null
null
29.589744
102
0.62825
5,330
package zserio.emit.doc; import java.io.Serializable; import java.util.Comparator; import java.util.Iterator; /** * A lexicographical comparator on sequences. * * @param <T> Type of the element of the sequence. The type itself must implement Comparable&lt;T&gt;. */ class IterableComparator<T extends Comparable<T>...
3e0c8ae7f9dd4a9701d86cfbd9c117af6537c7be
8,094
java
Java
waltz-integration-test/src/test/java/org/finos/waltz/integration_test/inmem/service/PermissionGroupServiceTest.java
khartec/waltz
fdfa6f386b70f2308b9abeecf804be350707b398
[ "Apache-2.0" ]
77
2016-06-17T11:01:16.000Z
2020-02-28T04:00:31.000Z
waltz-integration-test/src/test/java/org/finos/waltz/integration_test/inmem/service/PermissionGroupServiceTest.java
khartec/waltz
fdfa6f386b70f2308b9abeecf804be350707b398
[ "Apache-2.0" ]
2,778
2016-01-21T20:44:52.000Z
2020-03-09T13:27:07.000Z
waltz-integration-test/src/test/java/org/finos/waltz/integration_test/inmem/service/PermissionGroupServiceTest.java
khartec/waltz
fdfa6f386b70f2308b9abeecf804be350707b398
[ "Apache-2.0" ]
42
2016-01-21T21:54:58.000Z
2020-03-05T21:06:46.000Z
43.751351
152
0.736719
5,331
package org.finos.waltz.integration_test.inmem.service; import org.finos.waltz.integration_test.inmem.BaseInMemoryIntegrationTest; import org.finos.waltz.integration_test.inmem.helpers.AppHelper; import org.finos.waltz.integration_test.inmem.helpers.InvolvementHelper; import org.finos.waltz.integration_test.inmem.help...
3e0c8cb65cc25a147a1715cf56028aef9d43f725
550
java
Java
NLPCCd/Camel/1179_1.java
sgholamian/log-aware-clone-detection
9993cb081c420413c231d1807bfff342c39aa69a
[ "MIT" ]
null
null
null
NLPCCd/Camel/1179_1.java
sgholamian/log-aware-clone-detection
9993cb081c420413c231d1807bfff342c39aa69a
[ "MIT" ]
null
null
null
NLPCCd/Camel/1179_1.java
sgholamian/log-aware-clone-detection
9993cb081c420413c231d1807bfff342c39aa69a
[ "MIT" ]
null
null
null
30.555556
86
0.774545
5,332
//,temp,sample_2245.java,2,14,temp,sample_2247.java,2,16 //,3 public class xxx { private AtomixReplica getOrCreateReplica() throws Exception { if (atomix == null) { ObjectHelper.notNull(getCamelContext(), "Camel Context"); ObjectHelper.notNull(address, "Atomix Node Address"); ObjectHelper.notNull(configuration, "Atomix...
3e0c8d7bf24f1928cd3ed8c5adae3c10ba75a0d5
289
java
Java
lib_base/src/main/java/baselib/base2/IView.java
DeIaube/YiXing
3bccb0b3bcfcbe884bb033a9345d15179d6b41c0
[ "Apache-2.0" ]
2
2018-11-04T09:46:51.000Z
2020-02-26T07:48:41.000Z
lib_base/src/main/java/baselib/base2/IView.java
DeIaube/YiXing
3bccb0b3bcfcbe884bb033a9345d15179d6b41c0
[ "Apache-2.0" ]
null
null
null
lib_base/src/main/java/baselib/base2/IView.java
DeIaube/YiXing
3bccb0b3bcfcbe884bb033a9345d15179d6b41c0
[ "Apache-2.0" ]
null
null
null
24.083333
41
0.743945
5,333
package baselib.base2; import androidx.lifecycle.LifecycleOwner; public interface IView { void showLoading(String tips); void hideLoading(); void showErrorView(String errorMsg); void makeToast(String tips); void finishView(); LifecycleOwner getLifecycleOwner(); }
3e0c8f5c9c592c0b094dfbb698aef88a25920a3c
1,887
java
Java
src/main/java/com/badlogic/gdx/tests/AudioDeviceTest.java
guxuede/gm
de58b96e61cb1b34a6579adde2bc33187737ecf5
[ "MIT" ]
1
2017-05-29T21:58:04.000Z
2017-05-29T21:58:04.000Z
src/main/java/com/badlogic/gdx/tests/AudioDeviceTest.java
guxuede/gm
de58b96e61cb1b34a6579adde2bc33187737ecf5
[ "MIT" ]
null
null
null
src/main/java/com/badlogic/gdx/tests/AudioDeviceTest.java
guxuede/gm
de58b96e61cb1b34a6579adde2bc33187737ecf5
[ "MIT" ]
null
null
null
28.590909
101
0.607313
5,334
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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.a...
3e0c8f967391db8dc1c81ca0aa19b733e616f79d
6,912
java
Java
vertx-lang-jphp-gen/src/main/java/io/vertx/lang/jphp/generator/PhpClassGenerator.java
vertx-lang-jphp/vertx-lang-jphp
502666d9b039a8f61247ba8baa73d82f6f192941
[ "Apache-2.0" ]
10
2018-12-17T02:05:32.000Z
2021-09-08T12:37:25.000Z
vertx-lang-jphp-gen/src/main/java/io/vertx/lang/jphp/generator/PhpClassGenerator.java
okou19900722/vertx-lang-php
502666d9b039a8f61247ba8baa73d82f6f192941
[ "Apache-2.0" ]
2
2018-12-12T05:32:21.000Z
2018-12-12T05:32:21.000Z
vertx-lang-jphp-gen/src/main/java/io/vertx/lang/jphp/generator/PhpClassGenerator.java
okou19900722/vertx-lang-jphp
502666d9b039a8f61247ba8baa73d82f6f192941
[ "Apache-2.0" ]
1
2019-03-11T16:42:10.000Z
2019-03-11T16:42:10.000Z
35.446154
196
0.613281
5,335
package io.vertx.lang.jphp.generator; import io.vertx.codegen.ClassModel; import io.vertx.codegen.ConstantInfo; import io.vertx.codegen.MethodInfo; import io.vertx.codegen.ParamInfo; import io.vertx.codegen.doc.Tag; import io.vertx.codegen.doc.Text; import io.vertx.codegen.doc.Token; import io.vertx.codegen.type.TypeI...
3e0c8fd5a520df1ab68f63aa906865548255ce83
2,981
java
Java
tsfile/src/main/java/org/apache/iotdb/tsfile/read/filter/TimeFilter.java
LeiRui/iotdb-s1
aba005265805c88039083f5fa313caa3b225158c
[ "Apache-2.0" ]
42
2018-12-12T02:56:43.000Z
2021-01-01T10:48:48.000Z
tsfile/src/main/java/org/apache/iotdb/tsfile/read/filter/TimeFilter.java
LeiRui/iotdb-s1
aba005265805c88039083f5fa313caa3b225158c
[ "Apache-2.0" ]
88
2018-12-11T14:35:37.000Z
2021-06-21T11:57:21.000Z
tsfile/src/main/java/org/apache/iotdb/tsfile/read/filter/TimeFilter.java
LeiRui/iotdb-s1
aba005265805c88039083f5fa313caa3b225158c
[ "Apache-2.0" ]
15
2018-12-12T02:56:47.000Z
2020-11-02T12:09:22.000Z
26.642857
75
0.722185
5,336
/** * Copyright © 2019 Apache IoTDB(incubating) (lyhxr@example.com) * * 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 * ...
3e0c915de4fea0bda594fe00ce45aeb605f35494
2,043
java
Java
dartagnan/src/main/java/com/dat3m/dartagnan/wmm/relation/unary/RelInverse.java
hernanponcedeleon/Dat3M
556509f6f75e7426db8413802214d48960828fbb
[ "MIT" ]
36
2018-04-04T14:30:53.000Z
2022-03-30T13:52:07.000Z
dartagnan/src/main/java/com/dat3m/dartagnan/wmm/relation/unary/RelInverse.java
hernanponcedeleon/Dat3M
556509f6f75e7426db8413802214d48960828fbb
[ "MIT" ]
148
2018-10-10T15:06:06.000Z
2022-03-21T22:03:02.000Z
dartagnan/src/main/java/com/dat3m/dartagnan/wmm/relation/unary/RelInverse.java
hernanponcedeleon/Dat3M
556509f6f75e7426db8413802214d48960828fbb
[ "MIT" ]
9
2018-07-17T13:36:08.000Z
2022-03-26T16:43:23.000Z
28.774648
115
0.66373
5,337
package com.dat3m.dartagnan.wmm.relation.unary; import com.dat3m.dartagnan.wmm.relation.Relation; import com.dat3m.dartagnan.wmm.utils.Tuple; import com.dat3m.dartagnan.wmm.utils.TupleSet; import com.google.common.collect.Sets; import org.sosy_lab.java_smt.api.BooleanFormula; import org.sosy_lab.java_smt.api.BooleanFo...
3e0c92c40ca9aac069286e76878b0026f1161edf
546
java
Java
RobotEV3/src/test/java/de/fhg/iais/roberta/syntax/sensors/SoundSensorTest.java
nishanth1232/openroberta-lab
1e50ddebffe1f4769156ea3906f3a7cedfdba663
[ "Apache-2.0" ]
3
2020-01-24T18:29:16.000Z
2020-09-30T10:54:09.000Z
RobotEV3/src/test/java/de/fhg/iais/roberta/syntax/sensors/SoundSensorTest.java
nishanth1232/openroberta-lab
1e50ddebffe1f4769156ea3906f3a7cedfdba663
[ "Apache-2.0" ]
null
null
null
RobotEV3/src/test/java/de/fhg/iais/roberta/syntax/sensors/SoundSensorTest.java
nishanth1232/openroberta-lab
1e50ddebffe1f4769156ea3906f3a7cedfdba663
[ "Apache-2.0" ]
null
null
null
30.333333
127
0.767399
5,338
package de.fhg.iais.roberta.syntax.sensors; import org.junit.Test; import de.fhg.iais.roberta.Ev3LejosAstTest; import de.fhg.iais.roberta.util.test.UnitTestHelper; import de.fhg.iais.roberta.worker.codegen.Ev3JavaGeneratorWorker; public class SoundSensorTest extends Ev3LejosAstTest { @Test public void getSa...
3e0c956b1544cc9e8ec8ececc48b31305d48216e
10,938
java
Java
sources/com/flurry/sdk/C7585qd.java
tusharchoudhary0003/Custom-Football-Game
47283462b2066ad5c53b3c901182e7ae62a34fc8
[ "MIT" ]
1
2019-10-01T11:34:10.000Z
2019-10-01T11:34:10.000Z
sources/com/flurry/sdk/C7585qd.java
tusharchoudhary0003/Custom-Football-Game
47283462b2066ad5c53b3c901182e7ae62a34fc8
[ "MIT" ]
null
null
null
sources/com/flurry/sdk/C7585qd.java
tusharchoudhary0003/Custom-Football-Game
47283462b2066ad5c53b3c901182e7ae62a34fc8
[ "MIT" ]
1
2020-05-26T05:10:33.000Z
2020-05-26T05:10:33.000Z
36.33887
166
0.553666
5,339
package com.flurry.sdk; import android.app.Activity; import android.content.Context; import com.flurry.sdk.C7531hd.C7532a; import com.flurry.sdk.C7537id.C7538a; import java.lang.ref.WeakReference; import java.util.Map; import java.util.Map.Entry; import java.util.WeakHashMap; import java.util.concurrent.atomic.AtomicB...
3e0c959436cbef38443560254a7f7abd4d52a9c1
274
java
Java
core/src/xal/tools/correlator/BinUpdate.java
luxiaohan/openxal-csns-luxh
451f4e8e723237bd50e2815cedca47cf2575552d
[ "BSD-3-Clause" ]
10
2016-01-04T19:00:27.000Z
2021-06-27T13:43:29.000Z
core/src/xal/tools/correlator/BinUpdate.java
luxiaohan/openxal-csns-luxh
451f4e8e723237bd50e2815cedca47cf2575552d
[ "BSD-3-Clause" ]
18
2016-02-09T14:46:47.000Z
2019-02-14T13:17:24.000Z
core/src/xal/tools/correlator/BinUpdate.java
luxiaohan/openxal-csns-luxh
451f4e8e723237bd50e2815cedca47cf2575552d
[ "BSD-3-Clause" ]
8
2016-01-04T14:05:51.000Z
2021-02-06T02:23:27.000Z
15.222222
95
0.660584
5,340
/* * BinUpdate.java * * Created on June 27, 2002, 10:11 AM */ package xal.tools.correlator; /** * * @author tap * @version */ interface BinUpdate<RecordType> { public void newEvent( final String name, final RecordType record, final double timestamp ); }
3e0c95a9b14635c40eea623ba755f948dcb5d73f
395
java
Java
app/src/main/java/com/jaxsen/xianghacaipu/utils/BannerLoader.java
qianligu/xianghacaipu
81e209c420473f3cb7732cc3112f0cd236063aaa
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/jaxsen/xianghacaipu/utils/BannerLoader.java
qianligu/xianghacaipu
81e209c420473f3cb7732cc3112f0cd236063aaa
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/jaxsen/xianghacaipu/utils/BannerLoader.java
qianligu/xianghacaipu
81e209c420473f3cb7732cc3112f0cd236063aaa
[ "Apache-2.0" ]
null
null
null
24.6875
78
0.764557
5,341
package com.jaxsen.xianghacaipu.utils; import android.content.Context; import android.widget.ImageView; import com.bumptech.glide.Glide; import com.youth.banner.loader.ImageLoader; public class BannerLoader extends ImageLoader { @Override public void displayImage(Context context, Object o, ImageView imageVi...
3e0c96044db00e7f55e2759ee3159ffe1a41fa69
589
java
Java
ByteByByte/Sum/SumSolution.java
Gadigeppa-J/ds-algo-java
0f1c12d48e5045baacdf2768daae1fdf42c21893
[ "Apache-2.0" ]
null
null
null
ByteByByte/Sum/SumSolution.java
Gadigeppa-J/ds-algo-java
0f1c12d48e5045baacdf2768daae1fdf42c21893
[ "Apache-2.0" ]
null
null
null
ByteByByte/Sum/SumSolution.java
Gadigeppa-J/ds-algo-java
0f1c12d48e5045baacdf2768daae1fdf42c21893
[ "Apache-2.0" ]
null
null
null
15.918919
107
0.606112
5,342
/** * @author: Gadigeppa Muthu * @date: 06-Apr-2020 * Question: Given two integers, write a function to sum the numbers without using any arithmetic operators. * * LeetCode: 371. Sum of Two Integers (https://leetcode.com/problems/sum-of-two-integers/) **/ public class SumSolution{ public static int sum(int a, int b...
3e0c968234781293d9f77a6dff72e50ed66fe418
1,102
java
Java
discovery/src/main/java/org/ethereum/beacon/discovery/DiscoveryManager.java
ethereum-node/beacon-chain-java
80481930af1e517783080da2451ec8f4fe691829
[ "Apache-2.0" ]
31
2018-12-26T05:47:13.000Z
2021-06-08T23:58:07.000Z
discovery/src/main/java/org/ethereum/beacon/discovery/DiscoveryManager.java
ethereum-node/beacon-chain-java
80481930af1e517783080da2451ec8f4fe691829
[ "Apache-2.0" ]
122
2018-12-25T12:05:54.000Z
2019-11-26T14:54:30.000Z
discovery/src/main/java/org/ethereum/beacon/discovery/DiscoveryManager.java
ethereum-node/beacon-chain-java
80481930af1e517783080da2451ec8f4fe691829
[ "Apache-2.0" ]
9
2019-01-07T09:00:41.000Z
2021-02-24T18:24:03.000Z
30.611111
141
0.735935
5,343
package org.ethereum.beacon.discovery; import org.ethereum.beacon.discovery.enr.NodeRecord; import java.util.concurrent.CompletableFuture; /** * Discovery Manager, top interface for peer discovery mechanism as described at <a * href="https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md">https://github.c...
3e0c9713323ec811f3309ec08a3bf2921e04d171
3,613
java
Java
src/raster/Transformer.java
Forceflow/java_rasterizer
f24b3e4671daf9795d1b24f44efe40d8d66249d0
[ "MIT" ]
1
2018-08-13T15:25:46.000Z
2018-08-13T15:25:46.000Z
src/raster/Transformer.java
Forceflow/java_rasterizer
f24b3e4671daf9795d1b24f44efe40d8d66249d0
[ "MIT" ]
null
null
null
src/raster/Transformer.java
Forceflow/java_rasterizer
f24b3e4671daf9795d1b24f44efe40d8d66249d0
[ "MIT" ]
null
null
null
24.412162
83
0.638251
5,344
package raster; import support.Matrix4f; import util.Camerasystem; import util.Point4f; import util.ScreenTriangle; import util.WorldTriangle; public class Transformer { static boolean DEBUG = false; Camerasystem c; Matrix4f ortho; Matrix4f view; Matrix4f persp; Matrix4f total; public Transformer(Camerasyst...
3e0c972e38771b8e19fa189a739b3c03b05e4379
2,352
java
Java
obevo-db-impls/obevo-db-sybase-iq/src/main/java/com/gs/obevo/db/impl/platforms/sybaseiq/IqOldOdbcDataSourceFactory.java
thisisronak/obevo
f9c3e7e3b313630ecac5dd740dfdb0ca90abac28
[ "Apache-2.0" ]
218
2017-04-26T02:43:16.000Z
2022-02-12T06:24:39.000Z
obevo-db-impls/obevo-db-sybase-iq/src/main/java/com/gs/obevo/db/impl/platforms/sybaseiq/IqOldOdbcDataSourceFactory.java
thisisronak/obevo
f9c3e7e3b313630ecac5dd740dfdb0ca90abac28
[ "Apache-2.0" ]
182
2017-04-25T17:06:41.000Z
2022-02-16T00:45:46.000Z
obevo-db-impls/obevo-db-sybase-iq/src/main/java/com/gs/obevo/db/impl/platforms/sybaseiq/IqOldOdbcDataSourceFactory.java
thisisronak/obevo
f9c3e7e3b313630ecac5dd740dfdb0ca90abac28
[ "Apache-2.0" ]
68
2017-04-18T15:51:38.000Z
2022-02-01T15:17:35.000Z
37.935484
133
0.675595
5,345
/** * Copyright 2017 Goldman Sachs. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
3e0c97e3e20c074a9255d8afba8e28bb73ec6f3c
1,023
java
Java
app/src/main/java/org/sakaiproject/customviews/custom_volley/LruBitmapCache.java
comalat/comalat-android-app
bda61cf98f104b1abc20690c2aade7c38600be18
[ "ECL-2.0" ]
null
null
null
app/src/main/java/org/sakaiproject/customviews/custom_volley/LruBitmapCache.java
comalat/comalat-android-app
bda61cf98f104b1abc20690c2aade7c38600be18
[ "ECL-2.0" ]
null
null
null
app/src/main/java/org/sakaiproject/customviews/custom_volley/LruBitmapCache.java
comalat/comalat-android-app
bda61cf98f104b1abc20690c2aade7c38600be18
[ "ECL-2.0" ]
null
null
null
24.357143
78
0.668622
5,346
package org.sakaiproject.customviews.custom_volley; import android.graphics.Bitmap; import android.support.v4.util.LruCache; import com.android.volley.toolbox.ImageLoader; /** * Created by vspallas on 09/02/16. */ public class LruBitmapCache extends LruCache<String, Bitmap> implements ImageLoader.ImageCach...
3e0c9ad9323534bc4827a2bd57e885359f64d596
353
java
Java
app/src/main/java/com/example/tigol/PaymentVerification.java
dewiayuparaswatti97/TIGOL.com
f3affb2cf34ada03b476f162875e7e42484944cb
[ "MIT" ]
null
null
null
app/src/main/java/com/example/tigol/PaymentVerification.java
dewiayuparaswatti97/TIGOL.com
f3affb2cf34ada03b476f162875e7e42484944cb
[ "MIT" ]
14
2019-02-19T07:03:25.000Z
2019-04-29T11:58:11.000Z
app/src/main/java/com/example/tigol/PaymentVerification.java
dewiayuparaswatti97/TIGOL.com
f3affb2cf34ada03b476f162875e7e42484944cb
[ "MIT" ]
null
null
null
25.214286
63
0.773371
5,347
package com.example.tigol; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class PaymentVerification extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activit...
3e0c9c4c7ad7c68f97d44d82a167cf9b3b542fc9
694
java
Java
src/main/java/com/equator/antlr/grammar/hello/HelloListener.java
libinkai/AntlrLearning
e4c88334b25bb009560e3e15b6d0003c868454ee
[ "MIT" ]
null
null
null
src/main/java/com/equator/antlr/grammar/hello/HelloListener.java
libinkai/AntlrLearning
e4c88334b25bb009560e3e15b6d0003c868454ee
[ "MIT" ]
null
null
null
src/main/java/com/equator/antlr/grammar/hello/HelloListener.java
libinkai/AntlrLearning
e4c88334b25bb009560e3e15b6d0003c868454ee
[ "MIT" ]
null
null
null
34.7
128
0.759366
5,348
// Generated from /Users/bytedance/Desktop/workplace/code/AntlrLearning/src/main/resources/grammar/hello/Hello.g4 by ANTLR 4.9.1 package grammar.hello; import org.antlr.v4.runtime.tree.ParseTreeListener; /** * This interface defines a complete listener for a parse tree produced by * {@link HelloParser}. */ public i...
3e0c9cac10481092f0193018ff96bd3f3d00ff74
4,274
java
Java
app/src/main/java/com/steven/avgraphics/module/av/HWCodec.java
wasd845/AVGraphics
e4cf62cedb33ef8b08ef0b52c1ae3180426dec42
[ "Apache-2.0" ]
121
2018-07-26T06:47:04.000Z
2022-03-20T12:42:04.000Z
app/src/main/java/com/steven/avgraphics/module/av/HWCodec.java
wasd845/AVGraphics
e4cf62cedb33ef8b08ef0b52c1ae3180426dec42
[ "Apache-2.0" ]
2
2019-04-01T07:25:17.000Z
2020-11-12T02:44:27.000Z
app/src/main/java/com/steven/avgraphics/module/av/HWCodec.java
wasd845/AVGraphics
e4cf62cedb33ef8b08ef0b52c1ae3180426dec42
[ "Apache-2.0" ]
46
2018-08-22T11:32:59.000Z
2022-01-21T08:38:52.000Z
35.616667
100
0.579785
5,349
package com.steven.avgraphics.module.av; import android.media.MediaCodec; import android.media.MediaExtractor; import android.media.MediaFormat; import android.media.MediaMuxer; import android.os.Build; import android.util.Log; import android.util.SparseIntArray; import java.io.IOException; import java.nio.ByteBuffe...
3e0c9ce6b29ddef798319e31096f3989f63adbe2
9,941
java
Java
java/java-impl/src/com/intellij/codeInspection/java18api/Java8CollectionRemoveIfInspection.java
dunno99/intellij-community
aa656a5d874b947271b896b2105e4370827b9149
[ "Apache-2.0" ]
2
2019-04-28T07:48:50.000Z
2020-12-11T14:18:08.000Z
java/java-impl/src/com/intellij/codeInspection/java18api/Java8CollectionRemoveIfInspection.java
dunno99/intellij-community
aa656a5d874b947271b896b2105e4370827b9149
[ "Apache-2.0" ]
2
2022-02-19T09:45:05.000Z
2022-02-27T20:32:55.000Z
java/java-impl/src/com/intellij/codeInspection/java18api/Java8CollectionRemoveIfInspection.java
dunno99/intellij-community
aa656a5d874b947271b896b2105e4370827b9149
[ "Apache-2.0" ]
2
2020-03-15T08:57:37.000Z
2020-04-07T04:48:14.000Z
51.507772
140
0.709486
5,350
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.codeInspection.java18api; import com.intellij.codeInsight.daemon.QuickFixBundle; import com.intellij.codeInspection.*; import com.intellij.codeInspection.uti...
3e0c9db12ae1171a220784a62dec80494a4715eb
4,036
java
Java
Java Programming Build a Recommendation System/Recommendation System/src/com/company/RecommendationRunner.java
AhmedShouman1991/java-programming-and-software-engineering-fundamentals-specialization-ntl
1472faf65e41a645b1bc60ccd7e5fb45b27cee73
[ "MIT" ]
null
null
null
Java Programming Build a Recommendation System/Recommendation System/src/com/company/RecommendationRunner.java
AhmedShouman1991/java-programming-and-software-engineering-fundamentals-specialization-ntl
1472faf65e41a645b1bc60ccd7e5fb45b27cee73
[ "MIT" ]
null
null
null
Java Programming Build a Recommendation System/Recommendation System/src/com/company/RecommendationRunner.java
AhmedShouman1991/java-programming-and-software-engineering-fundamentals-specialization-ntl
1472faf65e41a645b1bc60ccd7e5fb45b27cee73
[ "MIT" ]
null
null
null
33.633333
112
0.522795
5,351
package com.company; import java.util.ArrayList; import java.util.Random; public class RecommendationRunner implements Recommender { @Override public ArrayList<String> getItemsToRate() { ArrayList<String> movies = MovieDatabase.filterBy(new TrueFilter()); ArrayList<String> outPut = new ArrayLi...
3e0c9ec2ce9bf27c43add9d523ca723f6848e4d8
3,554
java
Java
ide/versionvault/src/org/netbeans/modules/versionvault/options/ClearcaseOptions.java
HCL-TECH-SOFTWARE/netbeans
3b3599ba62d7f4ead6d939bf6b90bdf6121feff1
[ "Apache-2.0" ]
null
null
null
ide/versionvault/src/org/netbeans/modules/versionvault/options/ClearcaseOptions.java
HCL-TECH-SOFTWARE/netbeans
3b3599ba62d7f4ead6d939bf6b90bdf6121feff1
[ "Apache-2.0" ]
null
null
null
ide/versionvault/src/org/netbeans/modules/versionvault/options/ClearcaseOptions.java
HCL-TECH-SOFTWARE/netbeans
3b3599ba62d7f4ead6d939bf6b90bdf6121feff1
[ "Apache-2.0" ]
null
null
null
41.325581
95
0.746201
5,352
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. * * The contents of this file are su...
3e0ca05ab92d91fdb30993a3b2c061fbe0756921
2,840
java
Java
src/com/biomatters/plugins/biocode/assembler/verify/VerifyTaxonomyResultsDocument.java
Biomatters/biocode-lims
0ff2fdc046c6a0648e66f0203e3f4e5fa3a9f810
[ "BSD-3-Clause" ]
6
2019-04-25T13:44:16.000Z
2022-02-25T19:17:57.000Z
src/com/biomatters/plugins/biocode/assembler/verify/VerifyTaxonomyResultsDocument.java
Biomatters/biocode-lims
0ff2fdc046c6a0648e66f0203e3f4e5fa3a9f810
[ "BSD-3-Clause" ]
58
2018-08-23T23:36:25.000Z
2021-03-22T20:43:30.000Z
src/com/biomatters/plugins/biocode/assembler/verify/VerifyTaxonomyResultsDocument.java
Biomatters/biocode-lims
0ff2fdc046c6a0648e66f0203e3f4e5fa3a9f810
[ "BSD-3-Clause" ]
null
null
null
31.555556
99
0.692606
5,353
package com.biomatters.plugins.biocode.assembler.verify; import com.biomatters.geneious.publicapi.documents.AbstractPluginDocument; import com.biomatters.geneious.publicapi.documents.DocumentUtilities; import com.biomatters.geneious.publicapi.documents.XMLSerializationException; import com.biomatters.geneious.publicap...
3e0ca3567639ad3ceae994a23a34e9c66a3029c8
1,837
java
Java
samples/server/petstore/java-inflector/src/gen/java/io/swagger/model/Tag.java
lucassales2/swagger-codegen
0bf7926a5eee9394e1aac564374db5efc2324852
[ "Apache-2.0" ]
14,570
2015-01-01T21:46:46.000Z
2022-03-31T22:28:15.000Z
samples/server/petstore/java-inflector/src/gen/java/io/swagger/model/Tag.java
lucassales2/swagger-codegen
0bf7926a5eee9394e1aac564374db5efc2324852
[ "Apache-2.0" ]
9,058
2015-01-08T15:49:17.000Z
2022-03-31T13:10:01.000Z
samples/server/petstore/java-inflector/src/gen/java/io/swagger/model/Tag.java
lucassales2/swagger-codegen
0bf7926a5eee9394e1aac564374db5efc2324852
[ "Apache-2.0" ]
6,907
2015-01-02T05:29:47.000Z
2022-03-31T00:55:45.000Z
18.938144
75
0.606424
5,354
package io.swagger.model; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; public class Tag { @JsonProperty("id") private Long id = nul...
3e0ca44b31218ad8ae7d245717c26df5e333ca89
407
java
Java
gulimall-wms/src/main/java/com/atguigu/gulimall/wms/dao/WareOrderTaskDetailDao.java
xiaoyumen/gulimall
c6ba2ff89d6333d9f088b4ac7312fa133c78587c
[ "Apache-2.0" ]
2
2019-08-01T10:00:50.000Z
2019-08-01T10:00:52.000Z
gulimall-wms/src/main/java/com/atguigu/gulimall/wms/dao/WareOrderTaskDetailDao.java
xiaoyumen/-
c6ba2ff89d6333d9f088b4ac7312fa133c78587c
[ "Apache-2.0" ]
5
2021-04-22T16:53:35.000Z
2021-09-20T20:50:59.000Z
gulimall-wms/src/main/java/com/atguigu/gulimall/wms/dao/WareOrderTaskDetailDao.java
xiaoyumen/gulimall
c6ba2ff89d6333d9f088b4ac7312fa133c78587c
[ "Apache-2.0" ]
null
null
null
22.444444
87
0.782178
5,355
package com.atguigu.gulimall.wms.dao; import com.atguigu.gulimall.wms.entity.WareOrderTaskDetailEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** * 库存工作单 * * @author xieweiquan * @email lyhxr@example.com * @date 2019-08-01 19:46:54 */ @Mapper publi...
3e0ca4560a3a4fa2bf5f48405c48ae66e07c040e
1,348
java
Java
mybatis-04/src/test/java/org/example/dao/UserMapperTest.java
ouyangjunfei/MyBatisStudy
d0c478ec712c3ee62fb5256a798adfe13b09f596
[ "Apache-2.0" ]
null
null
null
mybatis-04/src/test/java/org/example/dao/UserMapperTest.java
ouyangjunfei/MyBatisStudy
d0c478ec712c3ee62fb5256a798adfe13b09f596
[ "Apache-2.0" ]
null
null
null
mybatis-04/src/test/java/org/example/dao/UserMapperTest.java
ouyangjunfei/MyBatisStudy
d0c478ec712c3ee62fb5256a798adfe13b09f596
[ "Apache-2.0" ]
null
null
null
28.680851
75
0.627596
5,356
package org.example.dao; import org.apache.ibatis.session.SqlSession; import org.apache.log4j.Logger; import org.example.pojo.User; import org.example.utils.MyBatisUtils; import org.junit.Test; import java.util.HashMap; import java.util.List; import java.util.Map; public class UserMapperTest { static Logger log...
3e0ca4cfff334c884988a79bf36a07de3844605e
25,124
java
Java
phenomatch.core/src/main/java/genomicregions/CNV.java
ibn-salem/position_effect
8d6d916c769177774e6c65c854a8031a2563fb76
[ "MIT" ]
null
null
null
phenomatch.core/src/main/java/genomicregions/CNV.java
ibn-salem/position_effect
8d6d916c769177774e6c65c854a8031a2563fb76
[ "MIT" ]
5
2017-08-10T21:51:34.000Z
2021-11-06T17:39:50.000Z
phenomatch.core/src/main/java/genomicregions/CNV.java
ibn-salem/position_effect
8d6d916c769177774e6c65c854a8031a2563fb76
[ "MIT" ]
1
2017-08-10T13:34:39.000Z
2017-08-10T13:34:39.000Z
38.306402
179
0.630666
5,357
/* * Copyright (c) 2014, Jonas Ibn-Salem <anpch@example.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, thi...
3e0ca4def92b56929ccb399361b833708f6e3f7d
1,993
java
Java
core/src/test/java/com/google/errorprone/bugpatterns/testdata/SelfEqualsGuavaPositiveCase.java
gururajrkatti/error-prone
00bf001c2c698f0e618dbcb39eeb76ddb9132a8a
[ "Apache-2.0" ]
6
2020-07-26T18:24:07.000Z
2022-01-21T07:17:42.000Z
core/src/test/java/com/google/errorprone/bugpatterns/testdata/SelfEqualsGuavaPositiveCase.java
gururajrkatti/error-prone
00bf001c2c698f0e618dbcb39eeb76ddb9132a8a
[ "Apache-2.0" ]
44
2022-01-13T23:27:31.000Z
2022-03-21T16:15:56.000Z
core/src/test/java/com/google/errorprone/bugpatterns/testdata/SelfEqualsGuavaPositiveCase.java
Oleksandr82/error-prone
804cdbdf40ffb8ed093d7be49567db33af3d38d6
[ "Apache-2.0" ]
1
2021-11-25T18:35:50.000Z
2021-11-25T18:35:50.000Z
31.68254
86
0.703908
5,358
/* * Copyright 2011 The Error Prone 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 ...
3e0ca4f902893f1acd380bd54ded1279901cbf67
799
java
Java
app/to/StaffAssignment.java
SamirPT/blackMCVE
d14aa1264cfd0729c44ecca7eda57e62b6ecdd88
[ "Apache-2.0" ]
null
null
null
app/to/StaffAssignment.java
SamirPT/blackMCVE
d14aa1264cfd0729c44ecca7eda57e62b6ecdd88
[ "Apache-2.0" ]
null
null
null
app/to/StaffAssignment.java
SamirPT/blackMCVE
d14aa1264cfd0729c44ecca7eda57e62b6ecdd88
[ "Apache-2.0" ]
null
null
null
18.581395
77
0.717146
5,359
package to; import models.ReservationUser; import models.VenueRole; /** * Created by arkady on 17/05/16. */ public class StaffAssignment extends SearchUserInfo { private VenueRole role; private String userpic; public StaffAssignment() { } public StaffAssignment(ReservationUser assignment) { super(assignmen...
3e0ca516511672358627aec06dcdad80d12427a7
2,505
java
Java
client-api/src/main/java/com/streamsets/datacollector/client/ApiException.java
iamontheinet/datacollector-oss
a4cb45967a65f51ff825be32a0795354ebe14eff
[ "Apache-2.0" ]
34
2021-05-07T11:19:23.000Z
2022-01-18T11:46:01.000Z
client-api/src/main/java/com/streamsets/datacollector/client/ApiException.java
iamontheinet/datacollector-oss
a4cb45967a65f51ff825be32a0795354ebe14eff
[ "Apache-2.0" ]
13
2022-01-21T23:49:56.000Z
2022-01-21T23:50:08.000Z
client-api/src/main/java/com/streamsets/datacollector/client/ApiException.java
iamontheinet/datacollector-oss
a4cb45967a65f51ff825be32a0795354ebe14eff
[ "Apache-2.0" ]
48
2021-05-10T20:56:26.000Z
2022-03-17T06:28:58.000Z
30.180723
139
0.73014
5,360
/* * Copyright 2017 StreamSets 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...
3e0ca6f1ade08884dd1813d8bb0938ad5adbc29a
2,009
java
Java
greens-manager/src/main/java/com/ytwman/greens/manager/model/param/UserInfoParam.java
ytwman/greens
ac032999c7436c6cb0e074c9ab8ea6cacb1ff1ab
[ "Apache-2.0" ]
null
null
null
greens-manager/src/main/java/com/ytwman/greens/manager/model/param/UserInfoParam.java
ytwman/greens
ac032999c7436c6cb0e074c9ab8ea6cacb1ff1ab
[ "Apache-2.0" ]
5
2021-03-22T23:31:05.000Z
2022-02-01T00:56:01.000Z
greens-manager/src/main/java/com/ytwman/greens/manager/model/param/UserInfoParam.java
ytwman/greens
ac032999c7436c6cb0e074c9ab8ea6cacb1ff1ab
[ "Apache-2.0" ]
null
null
null
19.891089
75
0.635142
5,361
/* * Copyright (C), 2014-2015, 杭州小卡科技有限公司 * Author: 忽忽(huhu) * Date: 16/12/18 下午5:38 * Description: */ package com.ytwman.greens.manager.model.param; import com.ytwman.greens.commons.entity.UserInfoEntity; import com.ytwman.greens.manager.validation.DateRange; import org.hibernate.validator.constraints.NotEm...
3e0ca735038e3561b2ad28dbe3266ad070df1355
1,680
java
Java
spring-cloud-config-azure-keyvault-single-backend-sample/src/test/java/org/srempfer/config/keyvault/ConfigServerSampleApplicationIntegrationTest.java
apeloquin-agilysys/spring-cloud-config-azure-keyvault
5b29fca5fb9fe7e5d9eb9304ee11f764d5ca78c7
[ "MIT" ]
9
2020-05-09T04:21:49.000Z
2021-06-29T16:53:14.000Z
spring-cloud-config-azure-keyvault-single-backend-sample/src/test/java/org/srempfer/config/keyvault/ConfigServerSampleApplicationIntegrationTest.java
apeloquin-agilysys/spring-cloud-config-azure-keyvault
5b29fca5fb9fe7e5d9eb9304ee11f764d5ca78c7
[ "MIT" ]
106
2019-12-22T01:26:28.000Z
2022-03-25T04:08:44.000Z
spring-cloud-config-azure-keyvault-single-backend-sample/src/test/java/org/srempfer/config/keyvault/ConfigServerSampleApplicationIntegrationTest.java
apeloquin-agilysys/spring-cloud-config-azure-keyvault
5b29fca5fb9fe7e5d9eb9304ee11f764d5ca78c7
[ "MIT" ]
2
2020-11-19T09:36:40.000Z
2021-05-06T18:55:58.000Z
46.666667
106
0.752381
5,362
package org.srempfer.config.keyvault; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.http.Media...
3e0ca9099ffbb6a50c076dd8fd9f563098dfea20
6,838
java
Java
src/main/java/org/gwtproject/i18n/shared/cldr/impl/DateTimeFormatInfoImpl_wae.java
DominoKit/gwt-cldr
02f83dc7c3bba5786b06d3ac13641cf26bd448ab
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/main/java/org/gwtproject/i18n/shared/cldr/impl/DateTimeFormatInfoImpl_wae.java
DominoKit/gwt-cldr
02f83dc7c3bba5786b06d3ac13641cf26bd448ab
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/main/java/org/gwtproject/i18n/shared/cldr/impl/DateTimeFormatInfoImpl_wae.java
DominoKit/gwt-cldr
02f83dc7c3bba5786b06d3ac13641cf26bd448ab
[ "ECL-2.0", "Apache-2.0" ]
1
2021-04-23T15:06:34.000Z
2021-04-23T15:06:34.000Z
17.35533
80
0.582919
5,363
/* * Copyright 2012 Google 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...
3e0ca9966db987098c0827e56c3553b95f8e53da
456
java
Java
src/main/java/com/jiangzhe/service/BookService.java
chvrches625/ssmbuild
36c5f2b541028611c280dec36c455668fd19b0bb
[ "MIT" ]
null
null
null
src/main/java/com/jiangzhe/service/BookService.java
chvrches625/ssmbuild
36c5f2b541028611c280dec36c455668fd19b0bb
[ "MIT" ]
1
2022-03-31T22:32:35.000Z
2022-03-31T22:32:35.000Z
src/main/java/com/jiangzhe/service/BookService.java
chvrches625/ssmbuild
36c5f2b541028611c280dec36c455668fd19b0bb
[ "MIT" ]
null
null
null
16.285714
49
0.684211
5,364
package com.jiangzhe.service; import com.jiangzhe.pojo.Books; import org.apache.ibatis.annotations.Param; import java.util.List; public interface BookService { //增加一本书 int addBook(Books books); //删除一本书 int deleteBookById(int id); //更新一本书 int updateBook(Books books); //查询一本书 Books q...
3e0caa5a1176ce6c175546101260a564d1bc0df4
389
java
Java
src/main/java/com/xbblog/ipchecker/vo/ResultInsideVo.java
xbblog95/ipchecker
cef0d6fb890a7737b74c117555777f3f4e471d4a
[ "MIT" ]
1
2019-09-16T17:12:32.000Z
2019-09-16T17:12:32.000Z
src/main/java/com/xbblog/ipchecker/vo/ResultInsideVo.java
xbblog95/ipchecker
cef0d6fb890a7737b74c117555777f3f4e471d4a
[ "MIT" ]
null
null
null
src/main/java/com/xbblog/ipchecker/vo/ResultInsideVo.java
xbblog95/ipchecker
cef0d6fb890a7737b74c117555777f3f4e471d4a
[ "MIT" ]
3
2019-06-16T03:28:14.000Z
2019-08-12T10:05:24.000Z
15.56
42
0.598972
5,365
package com.xbblog.ipchecker.vo; public class ResultInsideVo { private Boolean tcp; private long tcptime; public Boolean getTcp() { return tcp; } public void setTcp(Boolean tcp) { this.tcp = tcp; } public long getTcptime() { return tcptime; } public voi...
3e0caa9f9addca8924f25eb4f1f25dd12ac2a2f7
552
java
Java
src/main/java/com/melg/schoolapp/model/Record.java
mloayzagahona/schoolapp
be1155623ab2c450701244e2c9654f8b5fe182a6
[ "MIT" ]
null
null
null
src/main/java/com/melg/schoolapp/model/Record.java
mloayzagahona/schoolapp
be1155623ab2c450701244e2c9654f8b5fe182a6
[ "MIT" ]
null
null
null
src/main/java/com/melg/schoolapp/model/Record.java
mloayzagahona/schoolapp
be1155623ab2c450701244e2c9654f8b5fe182a6
[ "MIT" ]
null
null
null
26.285714
62
0.813406
5,366
package com.melg.schoolapp.model; import org.springframework.data.annotation.Id; import org.springframework.data.relational.core.mapping.Table; import org.springframework.lang.NonNull; import lombok.Data; import lombok.NoArgsConstructor; import lombok.RequiredArgsConstructor; @Data @RequiredArgsConstructor @NoArgsCon...
3e0caae13df522c81c8e3691958f893764e931ab
1,707
java
Java
doc/libjitisi/sources/org/jitsi/impl/neomedia/codec/audio/alaw/DePacketizer.java
lhzheng880828/VOIPCall
a7ba25debd4bd2086bae2a48306d28c614ce0d4a
[ "Apache-2.0" ]
null
null
null
doc/libjitisi/sources/org/jitsi/impl/neomedia/codec/audio/alaw/DePacketizer.java
lhzheng880828/VOIPCall
a7ba25debd4bd2086bae2a48306d28c614ce0d4a
[ "Apache-2.0" ]
null
null
null
doc/libjitisi/sources/org/jitsi/impl/neomedia/codec/audio/alaw/DePacketizer.java
lhzheng880828/VOIPCall
a7ba25debd4bd2086bae2a48306d28c614ce0d4a
[ "Apache-2.0" ]
null
null
null
31.036364
135
0.624487
5,367
package org.jitsi.impl.neomedia.codec.audio.alaw; import com.sun.media.codec.audio.AudioCodec; import javax.media.Buffer; import javax.media.Format; import javax.media.format.AudioFormat; import net.sf.fmj.media.BasicPlugIn; public class DePacketizer extends AudioCodec { public DePacketizer() { this.input...
3e0caae223fbf50f9da121d4f7f4bea25bc167d7
8,005
java
Java
java-demo/src/main/java/com/example/DataSourcePool/ConnectionWrap.java
huruiyi/Java201808
a9f00e6f129aace29a50db4ba2da1e736372fa94
[ "Apache-2.0" ]
1
2020-09-27T02:40:43.000Z
2020-09-27T02:40:43.000Z
java-demo/src/main/java/com/example/DataSourcePool/ConnectionWrap.java
huruiyi/Java201808
a9f00e6f129aace29a50db4ba2da1e736372fa94
[ "Apache-2.0" ]
8
2020-07-15T08:52:04.000Z
2022-01-22T09:42:48.000Z
java-demo/src/main/java/com/example/DataSourcePool/ConnectionWrap.java
huruiyi/spring-samples
ed729af789519d53e29b0596902b80c75d21c161
[ "Apache-2.0" ]
null
null
null
22.360335
107
0.745409
5,368
package com.example.DataSourcePool; import java.sql.Array; import java.sql.Blob; import java.sql.CallableStatement; import java.sql.Clob; import java.sql.Connection; import java.sql.DatabaseMetaData; import java.sql.NClob; import java.sql.PreparedStatement; import java.sql.SQLClientInfoException; import java.sql.SQLEx...
3e0cab1cfe08b8307e444b5285e6a7099778402c
817
java
Java
app/src/main/java/com/yatatsu/passiveviewsample/ui/base/Controller.java
yatatsu/PassiveViewSample
8828176b5a31c0704b4abe40daebf8a38cc2e44b
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/yatatsu/passiveviewsample/ui/base/Controller.java
yatatsu/PassiveViewSample
8828176b5a31c0704b4abe40daebf8a38cc2e44b
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/yatatsu/passiveviewsample/ui/base/Controller.java
yatatsu/PassiveViewSample
8828176b5a31c0704b4abe40daebf8a38cc2e44b
[ "Apache-2.0" ]
null
null
null
24.029412
64
0.669523
5,369
package com.yatatsu.passiveviewsample.ui.base; import rx.Subscription; import rx.subscriptions.CompositeSubscription; public abstract class Controller<T extends Screen> { private T screen; private CompositeSubscription compositeSubscription; public void registerScreen(T screen) { this.screen = ...
3e0cab5581673361a6e978556d9a26c42fe64b1b
207
java
Java
Merchant/src/main/java/com/yilianmall/merchant/listener/NotifyComboOrderListListener.java
LJW123/YiLianMall
ea335a66cb4fd6417aa264a959847b094c90fb04
[ "MIT" ]
null
null
null
Merchant/src/main/java/com/yilianmall/merchant/listener/NotifyComboOrderListListener.java
LJW123/YiLianMall
ea335a66cb4fd6417aa264a959847b094c90fb04
[ "MIT" ]
null
null
null
Merchant/src/main/java/com/yilianmall/merchant/listener/NotifyComboOrderListListener.java
LJW123/YiLianMall
ea335a66cb4fd6417aa264a959847b094c90fb04
[ "MIT" ]
null
null
null
20.7
69
0.763285
5,370
package com.yilianmall.merchant.listener; /** * Created by on 2017/8/19 0019. */ public interface NotifyComboOrderListListener { public void notifyComboOrderListItem(int position,int newStatus); }
3e0caca2c01cd65c1ac8451c1e058acdead67c38
639
java
Java
src/main/java/com/hyd/ssdb/util/KeyValue.java
iedwin/hydrogen-ssdb
dafe1af217f15afe2a4a121d737bcc9061460b04
[ "Apache-2.0" ]
null
null
null
src/main/java/com/hyd/ssdb/util/KeyValue.java
iedwin/hydrogen-ssdb
dafe1af217f15afe2a4a121d737bcc9061460b04
[ "Apache-2.0" ]
null
null
null
src/main/java/com/hyd/ssdb/util/KeyValue.java
iedwin/hydrogen-ssdb
dafe1af217f15afe2a4a121d737bcc9061460b04
[ "Apache-2.0" ]
1
2021-01-14T07:24:54.000Z
2021-01-14T07:24:54.000Z
15.585366
55
0.543036
5,371
package com.hyd.ssdb.util; /** * 键值对 * created at 15-12-3 * * @author Yiding */ public class KeyValue { private String key; private String value; public KeyValue(String key, String value) { this.key = key; this.value = value; } public String getKey() { return key; ...
3e0cad055104298e27d8b81fd19dcef291708ae9
3,767
java
Java
app/src/androidTest/java/org/stormroboticsnj/PrivacyPolicyTest.java
2729StormRobotics/StormAppMaster2020
f6a392e7f23d0a67fcc83d0dd7752bdd18e7628b
[ "Apache-2.0" ]
null
null
null
app/src/androidTest/java/org/stormroboticsnj/PrivacyPolicyTest.java
2729StormRobotics/StormAppMaster2020
f6a392e7f23d0a67fcc83d0dd7752bdd18e7628b
[ "Apache-2.0" ]
102
2020-02-08T23:46:52.000Z
2022-02-24T03:02:56.000Z
app/src/androidTest/java/org/stormroboticsnj/PrivacyPolicyTest.java
2729StormRobotics/StormAppMaster2020
f6a392e7f23d0a67fcc83d0dd7752bdd18e7628b
[ "Apache-2.0" ]
1
2021-02-27T00:55:37.000Z
2021-02-27T00:55:37.000Z
41.395604
168
0.615609
5,372
package org.stormroboticsnj; import android.view.View; import android.view.ViewGroup; import android.view.ViewParent; import androidx.test.espresso.ViewInteraction; import androidx.test.filters.LargeTest; import androidx.test.rule.ActivityTestRule; import androidx.test.runner.AndroidJUnit4; import org.hamcrest.Desc...
3e0cad0ab0ea6604b58047be17aa1dd348b5907b
3,130
java
Java
java/dagger/model/Binding.java
humayuntanwar/dagger
ff16ee59d5f4097ae4a685ef23185b142df33270
[ "Apache-2.0" ]
1
2019-02-13T16:35:31.000Z
2019-02-13T16:35:31.000Z
java/dagger/model/Binding.java
humayuntanwar/dagger
ff16ee59d5f4097ae4a685ef23185b142df33270
[ "Apache-2.0" ]
null
null
null
java/dagger/model/Binding.java
humayuntanwar/dagger
ff16ee59d5f4097ae4a685ef23185b142df33270
[ "Apache-2.0" ]
1
2019-09-23T11:50:02.000Z
2019-09-23T11:50:02.000Z
40.649351
100
0.73099
5,373
/* * Copyright (C) 2017 The Dagger 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 ag...
3e0cad7fdc24c06ae1ff92df01b705bb4a043309
1,826
java
Java
Minecraft/build/tmp/recompileMc/sources/net/minecraft/item/ItemFireball.java
QinxiWang/Mincraft-Agent-Learn-to-Fight-Zombies-and-Slimes
019deb0b37674289d077fb69800ee97e5fdb47d1
[ "MIT" ]
22
2021-01-10T20:58:45.000Z
2021-12-19T18:11:35.000Z
Minecraft/build/tmp/recompileMc/sources/net/minecraft/item/ItemFireball.java
QinxiWang/Mincraft-Agent-Learn-to-Fight-Zombies-and-Slimes
019deb0b37674289d077fb69800ee97e5fdb47d1
[ "MIT" ]
3
2021-01-10T20:59:19.000Z
2021-01-13T14:00:58.000Z
Minecraft/build/tmp/recompileMc/sources/net/minecraft/item/ItemFireball.java
QinxiWang/Mincraft-Agent-Learn-to-Fight-Zombies-and-Slimes
019deb0b37674289d077fb69800ee97e5fdb47d1
[ "MIT" ]
4
2020-12-20T02:10:44.000Z
2022-01-25T19:38:53.000Z
32.035088
185
0.621577
5,374
package net.minecraft.item; import net.minecraft.block.material.Material; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.init.Blocks; import net.minecraft.init.SoundEvents; import net.minecraft.util.EnumActionResult; import net.minecraft.util.EnumFa...
3e0cad8035ce7a3ae687d53b290442fb7ad6331a
2,134
java
Java
runtime/model/src/test/java/io/syndesis/integration/model/ModelUnmarshalTest.java
oscerd/syndesis
c6609d60e386ad487ffc1508502a158a691f0a73
[ "Apache-2.0" ]
1
2017-11-16T10:21:15.000Z
2017-11-16T10:21:15.000Z
runtime/model/src/test/java/io/syndesis/integration/model/ModelUnmarshalTest.java
oscerd/syndesis
c6609d60e386ad487ffc1508502a158a691f0a73
[ "Apache-2.0" ]
1
2018-09-13T14:46:23.000Z
2018-09-13T14:46:23.000Z
runtime/model/src/test/java/io/syndesis/integration/model/ModelUnmarshalTest.java
oscerd/syndesis
c6609d60e386ad487ffc1508502a158a691f0a73
[ "Apache-2.0" ]
null
null
null
38.8
122
0.693065
5,375
/* * Copyright 2016 Red Hat, Inc. * <p> * Red Hat licenses this file to you under the Apache License, version * 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless requ...
3e0cae4705e5597eeb0ee2e6c93bcbf83ee9c97a
3,853
java
Java
app/src/main/java/james/crashersample/MainActivity.java
TheAndroidMaster/Crasher
d3bf374c783d503e04eeea8a09ba0a1498fdb0ee
[ "Apache-2.0" ]
19
2018-02-24T18:12:26.000Z
2018-11-01T22:17:46.000Z
app/src/main/java/james/crashersample/MainActivity.java
TheAndroidMaster/Crasher
d3bf374c783d503e04eeea8a09ba0a1498fdb0ee
[ "Apache-2.0" ]
5
2018-05-07T22:00:59.000Z
2018-06-22T20:23:39.000Z
app/src/main/java/james/crashersample/MainActivity.java
TheAndroidMaster/Crasher
d3bf374c783d503e04eeea8a09ba0a1498fdb0ee
[ "Apache-2.0" ]
6
2018-02-24T18:16:35.000Z
2018-07-18T08:09:10.000Z
35.703704
101
0.619295
5,376
package james.crashersample; import android.content.res.ColorStateList; import android.graphics.Color; import android.os.Build; import android.os.Bundle; import android.support.v4.content.ContextCompat; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.AppCompatButton; import android.su...
3e0caf0934e8a39898d7321cd901660b0ab4e0bf
483
java
Java
NBStudioCore/src/org/nbstudio/cachefilesystem/CacheURLHandler.java
gevorg95/NBStudio
ccaf7474c5e338313d15dac60adafb0670a61692
[ "MIT" ]
14
2015-02-08T15:36:21.000Z
2019-11-28T10:38:37.000Z
NBStudioCore/src/org/nbstudio/cachefilesystem/CacheURLHandler.java
gevorg95/NBStudio
ccaf7474c5e338313d15dac60adafb0670a61692
[ "MIT" ]
4
2015-06-30T06:38:52.000Z
2016-03-01T04:35:53.000Z
NBStudioCore/src/org/nbstudio/cachefilesystem/CacheURLHandler.java
gevorg95/NBStudio
ccaf7474c5e338313d15dac60adafb0670a61692
[ "MIT" ]
7
2015-02-24T02:35:02.000Z
2019-06-25T02:51:34.000Z
20.125
72
0.732919
5,377
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.nbstudio.cachefilesystem; import java.io.IOException; import java.net.URL; import java.net.URLConnection; import java.net.URLStreamHandler; /** * * @author daimor */ public class CacheURLHandler extends ...
3e0caf7a4657005973cd05da3fc735b0ac556922
1,397
java
Java
final/app/src/main/java/com/google/firebase/codelab/awesomedrawingquiz/service/AwesomeDrawingQuizInstanceIdService.java
Shiam004/Wallpaper-app-android
a57db58bb49161feb913b980c8b28a4e4a687860
[ "Apache-2.0" ]
5
2020-06-21T01:26:44.000Z
2021-10-08T19:11:26.000Z
final/app/src/main/java/com/google/firebase/codelab/awesomedrawingquiz/service/AwesomeDrawingQuizInstanceIdService.java
HilenSector/firebase-monetization-tips
f99dd92adb70719ebf19df989f77864859ddf497
[ "Apache-2.0" ]
3
2019-03-10T19:55:38.000Z
2020-07-18T14:40:08.000Z
final/app/src/main/java/com/google/firebase/codelab/awesomedrawingquiz/service/AwesomeDrawingQuizInstanceIdService.java
HilenSector/firebase-monetization-tips
f99dd92adb70719ebf19df989f77864859ddf497
[ "Apache-2.0" ]
8
2018-05-20T18:29:32.000Z
2020-10-24T03:22:51.000Z
36.763158
84
0.759485
5,378
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
3e0cb049dac6d7476acb24e62b11a0d24e60522f
9,042
java
Java
src/java/platform/com.ibm.streams.controller/src/main/java/com/ibm/streams/controller/crds/imports/ImportFactory.java
IBMStreams/OSStreams
c6287bd9ec4323f567d2faf59125baba8604e1db
[ "Apache-2.0" ]
10
2021-02-19T20:19:24.000Z
2021-09-16T05:11:50.000Z
src/java/platform/com.ibm.streams.controller/src/main/java/com/ibm/streams/controller/crds/imports/ImportFactory.java
xguerin/openstreams
7000370b81a7f8778db283b2ba9f9ead984b7439
[ "Apache-2.0" ]
7
2021-02-20T01:17:12.000Z
2021-06-08T14:56:34.000Z
src/java/platform/com.ibm.streams.controller/src/main/java/com/ibm/streams/controller/crds/imports/ImportFactory.java
IBMStreams/OSStreams
c6287bd9ec4323f567d2faf59125baba8604e1db
[ "Apache-2.0" ]
4
2021-02-19T18:43:10.000Z
2022-02-23T14:18:16.000Z
35.458824
102
0.65616
5,379
/* * Copyright 2021 IBM Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
3e0cb0899abb226871f3a5e5227ba6c4f9ae0735
6,789
java
Java
core/src/test/java/org/owasp/dependencycheck/analyzer/AutoconfAnalyzerTest.java
tx2/DependencyCheck
feb83c4a5b473dded7128ea07299500e93d9d8bd
[ "Apache-2.0" ]
3,931
2015-01-05T21:13:12.000Z
2022-03-31T17:35:31.000Z
core/src/test/java/org/owasp/dependencycheck/analyzer/AutoconfAnalyzerTest.java
Driste/DependencyCheck
acd23915a66fda8cdc0b4663fab7e1fa355fd94f
[ "Apache-2.0" ]
3,291
2015-01-01T17:00:31.000Z
2022-03-31T17:11:31.000Z
core/src/test/java/org/owasp/dependencycheck/analyzer/AutoconfAnalyzerTest.java
Driste/DependencyCheck
acd23915a66fda8cdc0b4663fab7e1fa355fd94f
[ "Apache-2.0" ]
1,080
2015-02-03T23:35:29.000Z
2022-03-31T15:44:02.000Z
40.278107
157
0.68929
5,380
/* * This file is part of dependency-check-core. * * 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 ...
3e0cb1615597d1c5d6ee1543d056453ec870208c
703
java
Java
src/main/java/com/johnfnash/learn/executor/fork_join/exception/Main.java
JohnFNash/ConcurrencyInPractice
9f2ccabe9eddd4acc6774df4fa586315208e7ed8
[ "Apache-2.0" ]
null
null
null
src/main/java/com/johnfnash/learn/executor/fork_join/exception/Main.java
JohnFNash/ConcurrencyInPractice
9f2ccabe9eddd4acc6774df4fa586315208e7ed8
[ "Apache-2.0" ]
null
null
null
src/main/java/com/johnfnash/learn/executor/fork_join/exception/Main.java
JohnFNash/ConcurrencyInPractice
9f2ccabe9eddd4acc6774df4fa586315208e7ed8
[ "Apache-2.0" ]
null
null
null
25.107143
58
0.668563
5,382
package com.johnfnash.learn.executor.fork_join.exception; import java.util.concurrent.ForkJoinPool; import java.util.concurrent.TimeUnit; public class Main { public static void main(String[] args) { int array[] = new int[100]; Task task = new Task(array,0,100); ForkJoinPool pool = new ForkJoinPool()...
3e0cb1ef923bf507d3f9b94240d79913fe6113dd
1,535
java
Java
ProjetoFabrica/src/projetofabrica/ProjetoFabrica.java
MarcioAntusa/PadroesDeProjeto-Java-
6ba476cc4561e082cc75beebf514a28e0a5ecf73
[ "MIT" ]
null
null
null
ProjetoFabrica/src/projetofabrica/ProjetoFabrica.java
MarcioAntusa/PadroesDeProjeto-Java-
6ba476cc4561e082cc75beebf514a28e0a5ecf73
[ "MIT" ]
null
null
null
ProjetoFabrica/src/projetofabrica/ProjetoFabrica.java
MarcioAntusa/PadroesDeProjeto-Java-
6ba476cc4561e082cc75beebf514a28e0a5ecf73
[ "MIT" ]
null
null
null
31.979167
79
0.545277
5,383
/* * 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 projetofabrica; import javax.swing.JOptionPane; import modelos.*; import fabrica.FabricaProdutos; /** * * @author M */ publi...
3e0cb212c0b040cc3ff91185b376e8d3594a6a80
3,249
java
Java
Ghidra/Features/VersionTracking/src/main/java/ghidra/feature/vt/api/util/VTAbstractProgramCorrelatorFactory.java
bdcht/ghidra
9e732318148cd11edeb4862afd23d56418551812
[ "Apache-2.0" ]
17
2022-01-15T03:52:37.000Z
2022-03-30T18:12:17.000Z
Ghidra/Features/VersionTracking/src/main/java/ghidra/feature/vt/api/util/VTAbstractProgramCorrelatorFactory.java
BStudent/ghidra
0cdc722921cef61b7ca1b7236bdc21079fd4c03e
[ "Apache-2.0" ]
9
2022-01-15T03:58:02.000Z
2022-02-21T10:22:49.000Z
Ghidra/Features/VersionTracking/src/main/java/ghidra/feature/vt/api/util/VTAbstractProgramCorrelatorFactory.java
BStudent/ghidra
0cdc722921cef61b7ca1b7236bdc21079fd4c03e
[ "Apache-2.0" ]
3
2019-12-02T13:36:50.000Z
2019-12-04T05:40:12.000Z
36.505618
97
0.787935
5,384
/* ### * IP: GHIDRA * * 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 writin...
3e0cb260c029610c1dcf9a4e7a2b0736dbb81aba
1,654
java
Java
app/src/main/java/com/example/android/miwok/MainActivity.java
BilbySwig/Miwok
a24d4edc290bef2c1520128e09864d9549c34fc0
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/android/miwok/MainActivity.java
BilbySwig/Miwok
a24d4edc290bef2c1520128e09864d9549c34fc0
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/android/miwok/MainActivity.java
BilbySwig/Miwok
a24d4edc290bef2c1520128e09864d9549c34fc0
[ "Apache-2.0" ]
null
null
null
33.08
83
0.71705
5,385
/* * Copyright (C) 2016 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...
3e0cb38259b97da0e6a57a80eab9ff6ad27a1895
3,014
java
Java
src/main/java/org/jahap/sreport/ratesDataSource.java
citeaux/JAHAP
9c2274fdf8fe5f52e1236e86ed51c567eb0cbf95
[ "MIT" ]
null
null
null
src/main/java/org/jahap/sreport/ratesDataSource.java
citeaux/JAHAP
9c2274fdf8fe5f52e1236e86ed51c567eb0cbf95
[ "MIT" ]
null
null
null
src/main/java/org/jahap/sreport/ratesDataSource.java
citeaux/JAHAP
9c2274fdf8fe5f52e1236e86ed51c567eb0cbf95
[ "MIT" ]
null
null
null
32.06383
110
0.701062
5,386
/* * The MIT License * * Copyright 2014 Sebastian Russ <citeaux at https://github.com/citeaux/JAHAP>. * * 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 w...
3e0cb3c1cfa5b261ce5c2c234bc32bc2c5f437a1
11,984
java
Java
3DModeling-Sample/cameratakelib/src/main/java/com/huawei/cameratakelib/utils/FileUtil.java
FStranieri/hms-3d-modeling-demo
700887a0f9517855e1d4aba8225e326c079c77fc
[ "Apache-2.0" ]
40
2021-07-15T07:28:47.000Z
2022-03-23T03:02:16.000Z
3DModeling-Sample/cameratakelib/src/main/java/com/huawei/cameratakelib/utils/FileUtil.java
zeedevio/hms-3d-modeling-demo
47756046c359a7cb78ee2e06ec87d6e356a85b3a
[ "Apache-2.0" ]
11
2021-08-03T06:42:38.000Z
2022-01-14T11:40:44.000Z
3DModeling-Sample/cameratakelib/src/main/java/com/huawei/cameratakelib/utils/FileUtil.java
zeedevio/hms-3d-modeling-demo
47756046c359a7cb78ee2e06ec87d6e356a85b3a
[ "Apache-2.0" ]
17
2021-07-16T01:17:44.000Z
2022-03-06T13:39:08.000Z
35.666667
133
0.537884
5,387
package com.huawei.cameratakelib.utils; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.ImageFormat; import android.graphics.Matrix; import android.graphics.Rect; import android.media.Image; import android.opengl.GLES20; import android.os.E...
3e0cb490cdf73c0167030138aaa078b68ac715b4
3,328
java
Java
app/controllers/HomeController.java
KavinduKDWanasekara/Football_Premier_League_Management_System
97eaca6854e5b8215427c672fc9e2c7ee59a24c3
[ "MIT" ]
null
null
null
app/controllers/HomeController.java
KavinduKDWanasekara/Football_Premier_League_Management_System
97eaca6854e5b8215427c672fc9e2c7ee59a24c3
[ "MIT" ]
null
null
null
app/controllers/HomeController.java
KavinduKDWanasekara/Football_Premier_League_Management_System
97eaca6854e5b8215427c672fc9e2c7ee59a24c3
[ "MIT" ]
null
null
null
39.152941
142
0.694712
5,388
package controllers; import com.fasterxml.jackson.databind.JsonNode; import entities.Date; import entities.Match; import play.libs.Json; import play.mvc.*; import services.PremierLeagueManager; import utilities.utils; import java.io.IOException; import java.util.ArrayList; import java.util.Random; public class HomeC...
3e0cb4e8642f07c35a853d14432cc0560ea099ec
12,878
java
Java
src/main/java/org/broadinstitute/hellbender/utils/python/StreamingPythonScriptExecutor.java
raomohan89/GATK
068b7fdd6d983cf0b7611b03bd0028d85de61bc2
[ "BSD-3-Clause" ]
null
null
null
src/main/java/org/broadinstitute/hellbender/utils/python/StreamingPythonScriptExecutor.java
raomohan89/GATK
068b7fdd6d983cf0b7611b03bd0028d85de61bc2
[ "BSD-3-Clause" ]
null
null
null
src/main/java/org/broadinstitute/hellbender/utils/python/StreamingPythonScriptExecutor.java
raomohan89/GATK
068b7fdd6d983cf0b7611b03bd0028d85de61bc2
[ "BSD-3-Clause" ]
null
null
null
45.829181
132
0.699876
5,389
package org.broadinstitute.hellbender.utils.python; import com.google.common.annotations.VisibleForTesting; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.broadinstitute.hellbender.utils.Utils; import org.broadinstitute.hellbender.utils.runtime.*; import org.broadinstitu...
3e0cb51b2805de78dd6495731b506ce01b21ada4
2,047
java
Java
spring-cloud-starter-stream-processor-httpclient/src/main/java/org/springframework/cloud/stream/app/httpclient/processor/HttpclientProcessorConfiguration.java
spring-operator/httpclient
4e457133589c3899da8ac380f58e8bf86e23545d
[ "Apache-2.0" ]
null
null
null
spring-cloud-starter-stream-processor-httpclient/src/main/java/org/springframework/cloud/stream/app/httpclient/processor/HttpclientProcessorConfiguration.java
spring-operator/httpclient
4e457133589c3899da8ac380f58e8bf86e23545d
[ "Apache-2.0" ]
null
null
null
spring-cloud-starter-stream-processor-httpclient/src/main/java/org/springframework/cloud/stream/app/httpclient/processor/HttpclientProcessorConfiguration.java
spring-operator/httpclient
4e457133589c3899da8ac380f58e8bf86e23545d
[ "Apache-2.0" ]
null
null
null
34.694915
79
0.787005
5,390
/* * Copyright 2015-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
3e0cb53cbbf6134cd5b5461700b35b1fdac43b01
963
java
Java
src/main/java/cn/hd/enums/InspectionYear.java
lidonghui-github/mySSC
56cb1eee7c22ab5534f76e5c024487626dab3ca5
[ "Apache-2.0" ]
2
2019-10-05T00:36:25.000Z
2019-10-05T00:36:27.000Z
src/main/java/cn/hd/enums/InspectionYear.java
lidonghui-github/mySSC
56cb1eee7c22ab5534f76e5c024487626dab3ca5
[ "Apache-2.0" ]
3
2021-12-10T01:22:53.000Z
2021-12-14T21:33:50.000Z
src/main/java/cn/hd/enums/InspectionYear.java
lidonghui-github/mySSC
56cb1eee7c22ab5534f76e5c024487626dab3ca5
[ "Apache-2.0" ]
null
null
null
20.489362
58
0.604361
5,391
package cn.hd.enums; import java.util.HashMap; import java.util.Map; /** * @Description:.是否涉农 */ public enum InspectionYear { 非涉农("1","非涉农"),//NOT_AGRI 城市企业组织涉农("2","城市企业/组织涉农"),//CTBUS_ORG_AGRI 农村企业组织涉农("3","农村企业/组织涉农");//RUBUS_ORG_AGRI public static InspectionYear getByCode(String code) { ...
3e0cb5432d5a7ee9c818b9e34983e38d4048d11e
14,686
java
Java
src/main/java/org/orekit/estimation/measurements/modifiers/BistaticRangeRateTroposphericDelayModifier.java
mfkiwl/Orekit
d01619f6673d72c329cfe9e38ee091ba6b9e748e
[ "Apache-2.0" ]
null
null
null
src/main/java/org/orekit/estimation/measurements/modifiers/BistaticRangeRateTroposphericDelayModifier.java
mfkiwl/Orekit
d01619f6673d72c329cfe9e38ee091ba6b9e748e
[ "Apache-2.0" ]
null
null
null
src/main/java/org/orekit/estimation/measurements/modifiers/BistaticRangeRateTroposphericDelayModifier.java
mfkiwl/Orekit
d01619f6673d72c329cfe9e38ee091ba6b9e748e
[ "Apache-2.0" ]
null
null
null
47.221865
117
0.620863
5,392
/* Copyright 2002-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * CS licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
3e0cb63a37c56df3a02a072ae5373987c5c2f1a1
3,455
java
Java
sandbox/sandbox-common/src/main/java/com/twelvemonkeys/util/URLResource.java
githabibi/TwelveMonkeys
0809fbfba55e6a5b8c1cf31c9f30177bfc820995
[ "BSD-3-Clause" ]
1,353
2015-01-07T07:24:42.000Z
2022-03-29T08:48:27.000Z
sandbox/sandbox-common/src/main/java/com/twelvemonkeys/util/URLResource.java
githabibi/TwelveMonkeys
0809fbfba55e6a5b8c1cf31c9f30177bfc820995
[ "BSD-3-Clause" ]
564
2015-01-01T08:38:41.000Z
2022-03-14T07:02:35.000Z
sandbox/sandbox-common/src/main/java/com/twelvemonkeys/util/URLResource.java
githabibi/TwelveMonkeys
0809fbfba55e6a5b8c1cf31c9f30177bfc820995
[ "BSD-3-Clause" ]
267
2015-01-13T06:14:57.000Z
2022-03-30T14:31:25.000Z
38.433333
152
0.685169
5,393
/* * Copyright (c) 2008, Harald Kuhr * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright * notice, this list ...
3e0cb6679d88115af8f3ffe648d6fff908702cd3
2,379
java
Java
src/main/java/com/chouyarn/string_33/StringBM.java
chouyarn/algo
35d2f56981d7033c7e65ea52c35fad8afa4ea2f0
[ "Apache-2.0" ]
null
null
null
src/main/java/com/chouyarn/string_33/StringBM.java
chouyarn/algo
35d2f56981d7033c7e65ea52c35fad8afa4ea2f0
[ "Apache-2.0" ]
null
null
null
src/main/java/com/chouyarn/string_33/StringBM.java
chouyarn/algo
35d2f56981d7033c7e65ea52c35fad8afa4ea2f0
[ "Apache-2.0" ]
null
null
null
27.034091
74
0.39008
5,394
package com.chouyarn.string_33; /** * Created by chouyarn of BI on 2019/3/11 */ public class StringBM { private static final int SIZE = 256; private void generateBC(char[] b,int m,int[] bc){ for (int i = 0;i<SIZE;++i){ bc[i] = -1; } for (int i = 0;i< m;++i){ i...
3e0cb6ade9ae600e1c9ce20b9c9437f34b37c7ea
8,478
java
Java
TaskUnifier/TaskUnifierGui/src/main/java/com/leclercb/taskunifier/gui/components/tasks/table/highlighters/TaskTooltipHighlighter.java
geoff604/taskunifier-geoff
b754ffcdfb28f545a731a1673ecdffb5c342bbfb
[ "BSD-3-Clause" ]
1
2016-07-17T21:44:31.000Z
2016-07-17T21:44:31.000Z
TaskUnifier/TaskUnifierGui/src/main/java/com/leclercb/taskunifier/gui/components/tasks/table/highlighters/TaskTooltipHighlighter.java
geoff604/taskunifier-geoff
b754ffcdfb28f545a731a1673ecdffb5c342bbfb
[ "BSD-3-Clause" ]
null
null
null
TaskUnifier/TaskUnifierGui/src/main/java/com/leclercb/taskunifier/gui/components/tasks/table/highlighters/TaskTooltipHighlighter.java
geoff604/taskunifier-geoff
b754ffcdfb28f545a731a1673ecdffb5c342bbfb
[ "BSD-3-Clause" ]
null
null
null
30.606498
140
0.726233
5,395
/* * TaskUnifier * Copyright (c) 2013, Benjamin Leclerc * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * n...
3e0cb7c67169dab41fe94cf92829705771ecf14e
355
java
Java
ui/base-ui/src/main/java/org/hypothesis/interfaces/ExportScorePresenter.java
poweredonhypothesis/hypothesis
973ead7e9d53f098eaad6cf6aef4602d710ef200
[ "Apache-2.0" ]
null
null
null
ui/base-ui/src/main/java/org/hypothesis/interfaces/ExportScorePresenter.java
poweredonhypothesis/hypothesis
973ead7e9d53f098eaad6cf6aef4602d710ef200
[ "Apache-2.0" ]
11
2015-03-17T16:37:32.000Z
2017-04-24T06:56:52.000Z
ui/base-ui/src/main/java/org/hypothesis/interfaces/ExportScorePresenter.java
tilioteo/hypothesis
a50150a2e31738970f42dc140f97ccf585b4f3a2
[ "Apache-2.0" ]
null
null
null
16.136364
62
0.664789
5,396
/** * Apache Licence Version 2.0 * Please read the LICENCE file */ package org.hypothesis.interfaces; import com.vaadin.ui.Component; /** * @author Kamil Morong, Tilioteo Ltd * * Hypothesis * */ public interface ExportScorePresenter extends ViewPresenter { Component buildHeader(); ...
3e0cb85a6e72b180d2bc4d9da42aca11e5b01e06
9,039
java
Java
controller/src/test/java/org/dswarm/controller/resources/resource/test/utils/ResourcesResourceTestUtils.java
dswarm/dswarm
339ef9a660ac53ff8f6064e14ce84af5b6477f01
[ "Apache-2.0" ]
47
2015-05-20T13:30:37.000Z
2021-04-29T06:53:15.000Z
controller/src/test/java/org/dswarm/controller/resources/resource/test/utils/ResourcesResourceTestUtils.java
dswarm/dswarm
339ef9a660ac53ff8f6064e14ce84af5b6477f01
[ "Apache-2.0" ]
139
2015-01-06T13:33:58.000Z
2017-12-18T09:57:43.000Z
controller/src/test/java/org/dswarm/controller/resources/resource/test/utils/ResourcesResourceTestUtils.java
dswarm/dswarm
339ef9a660ac53ff8f6064e14ce84af5b6477f01
[ "Apache-2.0" ]
16
2015-06-17T10:47:48.000Z
2021-06-22T15:35:44.000Z
42.42723
140
0.800266
5,397
/** * Copyright (C) 2013 – 2017 SLUB Dresden & Avantgarde Labs GmbH (<hzdkv@example.com>) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LIC...
3e0cb902b6107635bb192ccc1dc6ffe84030dbdb
511
java
Java
src/main/java/ch/solesol/pidataviewer/ScreenController.java
solesol-ch/rpi-data-viewer
fff6580052f6d7438636aaa5cf06360d83a273c0
[ "Apache-2.0" ]
null
null
null
src/main/java/ch/solesol/pidataviewer/ScreenController.java
solesol-ch/rpi-data-viewer
fff6580052f6d7438636aaa5cf06360d83a273c0
[ "Apache-2.0" ]
null
null
null
src/main/java/ch/solesol/pidataviewer/ScreenController.java
solesol-ch/rpi-data-viewer
fff6580052f6d7438636aaa5cf06360d83a273c0
[ "Apache-2.0" ]
null
null
null
20.44
60
0.735812
5,398
package ch.solesol.pidataviewer; import ch.solesol.pidataviewer.api.objects.DataModel; import javafx.scene.input.TouchEvent; import java.util.function.Function; public abstract class ScreenController { protected DataModel model; public Function<TouchEvent, Boolean> switchScreenAction; public void setD...
3e0cb9864a70dc7a6cbca49e16073df18bebf557
119
java
Java
src/edu/psu/compbio/seqcode/gse/utils/io/parsing/textfiles/NDFHandler.java
shaunmahony/multigps-archive
08a3b0324025c629c8de5c2a5a2c0d56d5bf4574
[ "MIT" ]
2
2017-02-16T01:39:10.000Z
2017-10-27T08:01:33.000Z
src/edu/psu/compbio/seqcode/gse/utils/io/parsing/textfiles/NDFHandler.java
shaunmahony/multigps-archive
08a3b0324025c629c8de5c2a5a2c0d56d5bf4574
[ "MIT" ]
null
null
null
src/edu/psu/compbio/seqcode/gse/utils/io/parsing/textfiles/NDFHandler.java
shaunmahony/multigps-archive
08a3b0324025c629c8de5c2a5a2c0d56d5bf4574
[ "MIT" ]
null
null
null
29.75
63
0.831933
5,399
package edu.psu.compbio.seqcode.gse.utils.io.parsing.textfiles; public class NDFHandler extends RowsColumnsHandler {}
3e0cb99aadcd8519a6d50408f16e0ccca7914b3d
3,777
java
Java
src/main/java/com/xxkm/core/util/Pager.java
gitofwyx/xxkm_management
9182434c500660107840e297125fda861afa91d8
[ "MIT" ]
null
null
null
src/main/java/com/xxkm/core/util/Pager.java
gitofwyx/xxkm_management
9182434c500660107840e297125fda861afa91d8
[ "MIT" ]
1
2021-07-05T06:09:03.000Z
2021-07-05T06:09:03.000Z
src/main/java/com/xxkm/core/util/Pager.java
gitofwyx/xxkm_management
9182434c500660107840e297125fda861afa91d8
[ "MIT" ]
null
null
null
24.057325
124
0.516548
5,400
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.xxkm.core.util; import java.util.ArrayList; import java.util.List; /** * 分页后的数据结果 * * @author Administrator */ public...
3e0cbae229253b4a5cad7d5d9c1a4d6b09fb4a16
3,777
java
Java
src/com/clarkparsia/sbol/editor/dialog/UserInfoTab.java
clarkparsia/sbol
5b489816b567001191d8510290a44e410c95edb3
[ "Apache-2.0" ]
5
2015-06-25T00:39:45.000Z
2020-08-14T13:58:50.000Z
src/com/clarkparsia/sbol/editor/dialog/UserInfoTab.java
clarkparsia/sbol
5b489816b567001191d8510290a44e410c95edb3
[ "Apache-2.0" ]
null
null
null
src/com/clarkparsia/sbol/editor/dialog/UserInfoTab.java
clarkparsia/sbol
5b489816b567001191d8510290a44e410c95edb3
[ "Apache-2.0" ]
4
2015-10-29T20:29:56.000Z
2020-04-14T03:13:12.000Z
32.282051
104
0.740005
5,401
/* * Copyright (c) 2012 - 2015, Clark & Parsia, LLC. <http://www.clarkparsia.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
3e0cbb122dee3100d8b16c3bf53c78adb370fa5e
2,222
java
Java
ta4j-core/src/main/java/yang/yu/core/analysis/criteria/RewardRiskRatioCriterion.java
dayatang/ta4j
b6dfbd1437bbc78969adab452b77219b447b6dc5
[ "MIT" ]
null
null
null
ta4j-core/src/main/java/yang/yu/core/analysis/criteria/RewardRiskRatioCriterion.java
dayatang/ta4j
b6dfbd1437bbc78969adab452b77219b447b6dc5
[ "MIT" ]
null
null
null
ta4j-core/src/main/java/yang/yu/core/analysis/criteria/RewardRiskRatioCriterion.java
dayatang/ta4j
b6dfbd1437bbc78969adab452b77219b447b6dc5
[ "MIT" ]
null
null
null
40.4
116
0.756076
5,402
/** * The MIT License (MIT) * * Copyright (c) 2014-2017 Marc de Verdelhan, 2017-2019 Ta4j Organization & respective * authors (see AUTHORS) * * 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 So...
3e0cbc519ddd328f159202dbf9dccad3f98e8597
9,984
java
Java
plugins/mps-build/languages/build.mps.tests/source_gen/jetbrains/mps/build/mps/tests/behavior/BuildAspect_MpsTestModules__BehaviorDescriptor.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
plugins/mps-build/languages/build.mps.tests/source_gen/jetbrains/mps/build/mps/tests/behavior/BuildAspect_MpsTestModules__BehaviorDescriptor.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
plugins/mps-build/languages/build.mps.tests/source_gen/jetbrains/mps/build/mps/tests/behavior/BuildAspect_MpsTestModules__BehaviorDescriptor.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
59.784431
393
0.78766
5,403
package jetbrains.mps.build.mps.tests.behavior; /*Generated by MPS */ import jetbrains.mps.core.aspects.behaviour.BaseBHDescriptor; import org.jetbrains.mps.openapi.language.SAbstractConcept; import jetbrains.mps.smodel.adapter.structure.MetaAdapterFactory; import jetbrains.mps.core.aspects.behaviour.api.SMethod; imp...
3e0cbd8474dd78f6ba9a86a0c4a630013f2e51f7
5,586
java
Java
src/main/java/com/xinyuow/frame/common/config/WebMvcConfiguration.java
xinyuow/xinyuow-frame
6cc1ef765b5a945f53d2dfa2fbc4613378e9e8c4
[ "Apache-2.0" ]
null
null
null
src/main/java/com/xinyuow/frame/common/config/WebMvcConfiguration.java
xinyuow/xinyuow-frame
6cc1ef765b5a945f53d2dfa2fbc4613378e9e8c4
[ "Apache-2.0" ]
1
2022-03-07T07:33:59.000Z
2022-03-29T09:30:49.000Z
src/main/java/com/xinyuow/frame/common/config/WebMvcConfiguration.java
xinyuow/xinyuow-frame
6cc1ef765b5a945f53d2dfa2fbc4613378e9e8c4
[ "Apache-2.0" ]
null
null
null
43.302326
110
0.730039
5,404
package com.xinyuow.frame.common.config; import com.alibaba.fastjson.PropertyNamingStrategy; import com.alibaba.fastjson.serializer.SerializeConfig; import com.alibaba.fastjson.serializer.SerializerFeature; import com.alibaba.fastjson.serializer.ToStringSerializer; import com.alibaba.fastjson.support.config.FastJsonCo...
3e0cbf9fc93cacbd4ef9d228a278e00c5768854d
88,998
java
Java
src/main/java/signingToday/client/api/ServicesApi.java
signingtoday/signingtoday-sdk-java
1a6c6ff16a3483e66b69e78fefdfd5abd4891684
[ "MIT" ]
null
null
null
src/main/java/signingToday/client/api/ServicesApi.java
signingtoday/signingtoday-sdk-java
1a6c6ff16a3483e66b69e78fefdfd5abd4891684
[ "MIT" ]
null
null
null
src/main/java/signingToday/client/api/ServicesApi.java
signingtoday/signingtoday-sdk-java
1a6c6ff16a3483e66b69e78fefdfd5abd4891684
[ "MIT" ]
null
null
null
52.975
542
0.665476
5,405
/* * Signing Today Web * *Signing Today* is the perfect Digital Signature Gateway. Whenever in Your workflow You need to add one or more Digital Signatures to Your document, *Signing Today* is the right choice. You prepare Your documents, *Signing Today* takes care of all the rest: send invitations (`signature ticket...
3e0cbfc9d28564273920f5772fca2b73955909a8
17,018
java
Java
java/src/test/java/com/ibm/watson/data/client/tests/ModelsTest.java
jgeraigery/watson-data-api-clients
7c88b7928ee8e42f0873dad76583d3f00f6c35b9
[ "Apache-2.0" ]
1
2020-12-10T13:04:10.000Z
2020-12-10T13:04:10.000Z
java/src/test/java/com/ibm/watson/data/client/tests/ModelsTest.java
IBM/watson-data-api-clients
6e123d6794424a84be214a9c874a56225e02449b
[ "Apache-2.0" ]
104
2020-10-27T16:04:59.000Z
2022-03-31T18:04:31.000Z
java/src/test/java/com/ibm/watson/data/client/tests/ModelsTest.java
jgeraigery/watson-data-api-clients
7c88b7928ee8e42f0873dad76583d3f00f6c35b9
[ "Apache-2.0" ]
5
2020-07-21T17:41:21.000Z
2021-11-15T22:22:55.000Z
45.260638
202
0.679163
5,406
/* * Copyright 2020 IBM Corp. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
3e0cc01f70a01aeabcba84f16eedc860a57fbd39
3,771
java
Java
l2j_server/src/main/java/com/l2jserver/gameserver/network/clientpackets/RequestPartyMatchList.java
RollingSoftware/L2J_HighFive_Hardcore
a3c794c82c32b5afca49416119b4aafa8fb9b6d4
[ "MIT" ]
null
null
null
l2j_server/src/main/java/com/l2jserver/gameserver/network/clientpackets/RequestPartyMatchList.java
RollingSoftware/L2J_HighFive_Hardcore
a3c794c82c32b5afca49416119b4aafa8fb9b6d4
[ "MIT" ]
38
2018-02-06T17:11:29.000Z
2018-06-05T20:47:59.000Z
l2j_server/src/main/java/com/l2jserver/gameserver/network/clientpackets/RequestPartyMatchList.java
Vladislav-Zolotaryov/L2J_HighFive_Hardcore
a3c794c82c32b5afca49416119b4aafa8fb9b6d4
[ "MIT" ]
null
null
null
27.933333
116
0.714399
5,407
/* * Copyright (C) 2004-2016 L2J Server * * This file is part of L2J Server. * * L2J Server is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any ...
3e0cc0d770c1c3d42e10e1c44d7c61e3087be517
2,218
java
Java
src/main/java/com/lys/aspect/LogAspect.java
ROY-SNN/Blog_Website
b0a7e67976f2eb6de6e71cae5d41d0a56511bb1a
[ "Apache-2.0" ]
2
2021-05-23T09:35:13.000Z
2021-12-27T05:16:49.000Z
src/main/java/com/lys/aspect/LogAspect.java
ROY-SNN/Blog_Website
b0a7e67976f2eb6de6e71cae5d41d0a56511bb1a
[ "Apache-2.0" ]
null
null
null
src/main/java/com/lys/aspect/LogAspect.java
ROY-SNN/Blog_Website
b0a7e67976f2eb6de6e71cae5d41d0a56511bb1a
[ "Apache-2.0" ]
null
null
null
33.104478
117
0.616772
5,408
package com.lys.aspect; import org.aspectj.lang.JoinPoint; import org.aspectj.lang.annotation.*; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import org.springframework.web.context.request.RequestContextHolder; import org.springframework.web.context.request....
3e0cc1d4853689280a35b4588c26c71691ab65c0
582
java
Java
Curso_em_video_POO_para_JAVA/Aula_06_Encapsulamento/Controlador.java
antoniosereno95/Exercios_Resolvidos_Java_e_POO
12025eb9ba4c17032fb3b3baea6395ebee151f7b
[ "MIT" ]
null
null
null
Curso_em_video_POO_para_JAVA/Aula_06_Encapsulamento/Controlador.java
antoniosereno95/Exercios_Resolvidos_Java_e_POO
12025eb9ba4c17032fb3b3baea6395ebee151f7b
[ "MIT" ]
null
null
null
Curso_em_video_POO_para_JAVA/Aula_06_Encapsulamento/Controlador.java
antoniosereno95/Exercios_Resolvidos_Java_e_POO
12025eb9ba4c17032fb3b3baea6395ebee151f7b
[ "MIT" ]
null
null
null
27.714286
52
0.701031
5,409
package Aula_06_Encapsulamento; public interface Controlador { public abstract void ligar(); public abstract void desligar(); public abstract void abrirMenu(); public abstract void fecharMenu(); public abstract void maisVolume(); public abstract void menosVolume(); public abstract voi...
3e0cc321e6588695768737cd6d08118aee03e5c4
936
java
Java
GoGame/src/main/java/tp_project/GoGameDBObject/DBGoBoard.java
artur00231/Project-TP
046e7f1e2aa630e1e2ad94c65278419bbdebf660
[ "MIT" ]
null
null
null
GoGame/src/main/java/tp_project/GoGameDBObject/DBGoBoard.java
artur00231/Project-TP
046e7f1e2aa630e1e2ad94c65278419bbdebf660
[ "MIT" ]
10
2019-12-03T20:45:30.000Z
2021-12-29T16:49:12.000Z
GoGame/src/main/java/tp_project/GoGameDBObject/DBGoBoard.java
artur00231/Project-TP
046e7f1e2aa630e1e2ad94c65278419bbdebf660
[ "MIT" ]
null
null
null
24.631579
55
0.701923
5,410
package tp_project.GoGameDBObject; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import tp_project.GoGame.GoBoard; @Entity(name = "board") public class DBGoBoard { @Column(name = "bo...
3e0cc33b220e4f655758402cf6ec7c3bbc698eff
3,859
java
Java
src/main/java/org/thymeleaf/standard/expression/GreaterOrEqualToExpression.java
e-green/thymeleaf
e858dc8e1d74cfa67be99e0398343744393bd793
[ "Apache-2.0" ]
1
2019-11-16T02:24:18.000Z
2019-11-16T02:24:18.000Z
src/main/java/org/thymeleaf/standard/expression/GreaterOrEqualToExpression.java
e-green/thymeleaf
e858dc8e1d74cfa67be99e0398343744393bd793
[ "Apache-2.0" ]
null
null
null
src/main/java/org/thymeleaf/standard/expression/GreaterOrEqualToExpression.java
e-green/thymeleaf
e858dc8e1d74cfa67be99e0398343744393bd793
[ "Apache-2.0" ]
1
2019-11-16T02:24:17.000Z
2019-11-16T02:24:17.000Z
37.833333
145
0.641099
5,411
/* * ============================================================================= * * Copyright (c) 2011-2014, The THYMELEAF team (http://www.thymeleaf.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
3e0cc38abc840104b284cb3934083683e130f7bf
10,314
java
Java
src/net/sourceforge/docfetcher/model/index/outlook/OutlookIndex.java
docfetcher/DocFetcher
42f2accd840edc5059060447ed3536aa4d54b5d3
[ "Apache-2.0" ]
24
2018-07-22T13:02:53.000Z
2022-02-02T16:45:29.000Z
src/net/sourceforge/docfetcher/model/index/outlook/OutlookIndex.java
docfetcher/DocFetcher
42f2accd840edc5059060447ed3536aa4d54b5d3
[ "Apache-2.0" ]
null
null
null
src/net/sourceforge/docfetcher/model/index/outlook/OutlookIndex.java
docfetcher/DocFetcher
42f2accd840edc5059060447ed3536aa4d54b5d3
[ "Apache-2.0" ]
5
2018-12-29T10:38:03.000Z
2021-02-06T15:29:03.000Z
34.265781
93
0.696141
5,412
/******************************************************************************* * Copyright (c) 2010, 2011 Tran Nam Quang. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availab...
3e0cc48c24044bbfcfb4cb528215d48a57927445
732
java
Java
app/src/main/java/com/google/android/libraries/feed/host/logging/LoggingApi.java
DESUP2/WEB-BROWSER-sdk31
64b40144c9c2afc2dfc727731dc9a9b762fd94cb
[ "Apache-2.0" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
app/src/main/java/com/google/android/libraries/feed/host/logging/LoggingApi.java
DESUP2/WEB-BROWSER-sdk31
64b40144c9c2afc2dfc727731dc9a9b762fd94cb
[ "Apache-2.0" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
app/src/main/java/com/google/android/libraries/feed/host/logging/LoggingApi.java
DESUP2/WEB-BROWSER-sdk31
64b40144c9c2afc2dfc727731dc9a9b762fd94cb
[ "Apache-2.0" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
38.526316
75
0.748634
5,413
// Copyright 2018 The Feed 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...
3e0cc4b2af5c4fdb00f5250175ba786d8773a69b
1,516
java
Java
src/main/java/com/blastedstudios/gdxworld/plugin/quest/manifestation/endlevel/EndLevelManifestation.java
narfman0/GDXWorld
a5e0ca6d9237ccbcf2e710ba8f4aaa8c1b0c2c59
[ "Beerware" ]
20
2015-01-21T20:20:12.000Z
2020-12-13T15:06:23.000Z
src/main/java/com/blastedstudios/gdxworld/plugin/quest/manifestation/endlevel/EndLevelManifestation.java
narfman0/GDXWorld
a5e0ca6d9237ccbcf2e710ba8f4aaa8c1b0c2c59
[ "Beerware" ]
4
2015-10-06T20:45:16.000Z
2015-10-13T02:04:19.000Z
src/main/java/com/blastedstudios/gdxworld/plugin/quest/manifestation/endlevel/EndLevelManifestation.java
narfman0/GDXWorld
a5e0ca6d9237ccbcf2e710ba8f4aaa8c1b0c2c59
[ "Beerware" ]
7
2017-03-02T05:11:41.000Z
2020-12-13T20:02:59.000Z
29.72549
88
0.781003
5,414
package com.blastedstudios.gdxworld.plugin.quest.manifestation.endlevel; import com.blastedstudios.gdxworld.util.PluginUtil; import com.blastedstudios.gdxworld.world.quest.QuestStatus.CompletionEnum; import com.blastedstudios.gdxworld.world.quest.manifestation.AbstractQuestManifestation; public class EndLevelManifest...
3e0cc4be69e1911f0289decfdda1f4e64c4b50ce
300
java
Java
src/application/CalModel.java
jo2544/-
0cbf109391ec212f4eb13a8d91065bc0d1c3b86c
[ "MIT" ]
null
null
null
src/application/CalModel.java
jo2544/-
0cbf109391ec212f4eb13a8d91065bc0d1c3b86c
[ "MIT" ]
null
null
null
src/application/CalModel.java
jo2544/-
0cbf109391ec212f4eb13a8d91065bc0d1c3b86c
[ "MIT" ]
null
null
null
15
50
0.496667
5,415
package application; public class CalModel { public int calculate(String op, int x, int y) { int result = 0; if(op == "+") { result = x + y; } else if(op == "-") { result = x - y; } else if(op == "*") { result = x * y; } else { result = x / y; } return result; } }
3e0cc4ed086f8d39adf82515a17cfaa9670fbdc0
209
java
Java
src/main/java/mezz/jei/runtime/package-info.java
Speiger/JustEnoughItems
9d0dcbd917ec0573a79eba21c41222e5862b5e7a
[ "MIT" ]
613
2015-02-16T06:51:24.000Z
2022-03-31T18:30:09.000Z
src/main/java/mezz/jei/runtime/package-info.java
MORIMORI0317/JustEnoughItems
30d8cfc1adeadc2d0b0aa2b80495780efc7cb641
[ "MIT" ]
2,698
2015-04-07T01:53:03.000Z
2022-03-30T21:45:28.000Z
src/main/java/mezz/jei/runtime/package-info.java
MORIMORI0317/JustEnoughItems
30d8cfc1adeadc2d0b0aa2b80495780efc7cb641
[ "MIT" ]
475
2015-11-24T01:33:38.000Z
2022-03-30T15:27:47.000Z
26.125
57
0.894737
5,416
@ParametersAreNonnullByDefault @FieldsAndMethodsAreNonnullByDefault package mezz.jei.runtime; import javax.annotation.ParametersAreNonnullByDefault; import mezz.jei.util.FieldsAndMethodsAreNonnullByDefault;
3e0cc5f019cf96664542e76b7035681ffca89016
1,237
java
Java
SQLPlugin/gen/com/sqlplugin/psi/impl/SqlSelectListImpl.java
smoothwind/SQL-IDEAplugin
3efa434095b4cac4772a0a7df18b34042a4c7557
[ "MIT" ]
null
null
null
SQLPlugin/gen/com/sqlplugin/psi/impl/SqlSelectListImpl.java
smoothwind/SQL-IDEAplugin
3efa434095b4cac4772a0a7df18b34042a4c7557
[ "MIT" ]
null
null
null
SQLPlugin/gen/com/sqlplugin/psi/impl/SqlSelectListImpl.java
smoothwind/SQL-IDEAplugin
3efa434095b4cac4772a0a7df18b34042a4c7557
[ "MIT" ]
null
null
null
25.770833
86
0.76637
5,417
// This is a generated file. Not intended for manual editing. package com.sqlplugin.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; import stat...
3e0cc5f282d8e9bf77e1ad35140235062a41adb3
5,509
java
Java
src/main/java/co/lilpilot/blog/security/JwtTokenUtil.java
sunguangsg/blogDemo
4858ecd9a3748c178f9b90e257cbf4ddf2e43d14
[ "MIT" ]
13
2017-05-01T14:36:14.000Z
2018-04-16T11:06:30.000Z
src/main/java/co/lilpilot/blog/security/JwtTokenUtil.java
sunguangsg/blogDemo
4858ecd9a3748c178f9b90e257cbf4ddf2e43d14
[ "MIT" ]
null
null
null
src/main/java/co/lilpilot/blog/security/JwtTokenUtil.java
sunguangsg/blogDemo
4858ecd9a3748c178f9b90e257cbf4ddf2e43d14
[ "MIT" ]
2
2017-07-02T02:27:40.000Z
2019-05-15T09:09:41.000Z
33.186747
106
0.635506
5,418
package co.lilpilot.blog.security; import io.jsonwebtoken.Claims; import io.jsonwebtoken.Jwts; import io.jsonwebtoken.SignatureAlgorithm; import org.springframework.beans.factory.annotation.Value; import org.springframework.mobile.device.Device; import org.springframework.security.core.userdetails.UserDetails; import ...
3e0cc5f960af1a205af08c7231ab793d03fbe4a5
1,138
java
Java
src/test/java/any/mytestproject2/ImplFive.java
dmarius99/ImplementationDiscriminator
bb449e9a00038483dcee2f00fa57a5e435b5c226
[ "Apache-2.0" ]
null
null
null
src/test/java/any/mytestproject2/ImplFive.java
dmarius99/ImplementationDiscriminator
bb449e9a00038483dcee2f00fa57a5e435b5c226
[ "Apache-2.0" ]
null
null
null
src/test/java/any/mytestproject2/ImplFive.java
dmarius99/ImplementationDiscriminator
bb449e9a00038483dcee2f00fa57a5e435b5c226
[ "Apache-2.0" ]
null
null
null
22.76
73
0.636204
5,419
package any.mytestproject2; import any.CommonInterface; import any.WrappedParam; import javax.inject.Named; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set; /** * Created by Marius on 27/09/14. */ @Named public class ImplFive implements CommonInterface { publi...
3e0cc5fa367d0b805a658aa5e171ed8c4bcf1e5c
2,349
java
Java
src/test/java/com/mjpitz/codeowners/ConfigTest.java
mjpitz/gerrit-codeowners
f9c21b9200d72c1e63ddb9701137c96f7f8abba3
[ "MIT" ]
null
null
null
src/test/java/com/mjpitz/codeowners/ConfigTest.java
mjpitz/gerrit-codeowners
f9c21b9200d72c1e63ddb9701137c96f7f8abba3
[ "MIT" ]
null
null
null
src/test/java/com/mjpitz/codeowners/ConfigTest.java
mjpitz/gerrit-codeowners
f9c21b9200d72c1e63ddb9701137c96f7f8abba3
[ "MIT" ]
null
null
null
61.710526
150
0.690405
5,420
package com.mjpitz.codeowners; import com.google.common.collect.Sets; import org.junit.Test; import java.io.IOException; import java.net.URISyntaxException; import java.nio.file.Files; import java.nio.file.Paths; import static org.junit.Assert.assertEquals; public class ConfigTest { @Test public void test()...
3e0cc63193ac43bb779b04f0dc5c7597b97696d7
1,756
java
Java
src/main/java/org/spongepowered/api/util/rotation/Rotation.java
SpongeHistory/SpongeAPI
0c1cfecbbb5f9dfa9b560fc9097cdecb7946b967
[ "MIT" ]
null
null
null
src/main/java/org/spongepowered/api/util/rotation/Rotation.java
SpongeHistory/SpongeAPI
0c1cfecbbb5f9dfa9b560fc9097cdecb7946b967
[ "MIT" ]
null
null
null
src/main/java/org/spongepowered/api/util/rotation/Rotation.java
SpongeHistory/SpongeAPI
0c1cfecbbb5f9dfa9b560fc9097cdecb7946b967
[ "MIT" ]
null
null
null
35.12
80
0.724374
5,421
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered.org <http://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Soft...
3e0cc672c5f40a78dbea407a52fa7dc8b96e1e61
7,025
java
Java
feedget-api/src/main/java/kr/co/mashup/feedgetapi/web/controller/CreationController.java
feedget/feedget-backend
a1c45089b1dbed3ebef919d031bbb59999c5d610
[ "MIT" ]
2
2018-02-01T04:49:46.000Z
2021-05-23T10:46:03.000Z
feedget-api/src/main/java/kr/co/mashup/feedgetapi/web/controller/CreationController.java
feedget/feedget-backend
a1c45089b1dbed3ebef919d031bbb59999c5d610
[ "MIT" ]
66
2017-12-09T16:50:35.000Z
2018-07-19T03:39:22.000Z
feedget-api/src/main/java/kr/co/mashup/feedgetapi/web/controller/CreationController.java
feedget/feedget-backend
a1c45089b1dbed3ebef919d031bbb59999c5d610
[ "MIT" ]
1
2018-06-29T11:44:31.000Z
2018-06-29T11:44:31.000Z
46.523179
134
0.633167
5,422
package kr.co.mashup.feedgetapi.web.controller; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiResponse; import io.swagger.annotations.ApiResponses; import kr.co.mashup.feedgetapi.exception.ErrorResponse; import kr.co.mashup.feedgetapi.service.CreationSe...
3e0cc7c22774a6b87546bafaa92db35a7f24b57b
2,550
java
Java
core/deployment/src/test/java/io/quarkus/deployment/conditionaldeps/ConditionalDependencyWithTwoConditionsTest.java
orekyuu/quarkus
fde00251204517ddc57356288fe3e7b6ef7c98c4
[ "Apache-2.0" ]
10,225
2019-03-07T11:55:54.000Z
2022-03-31T21:16:53.000Z
core/deployment/src/test/java/io/quarkus/deployment/conditionaldeps/ConditionalDependencyWithTwoConditionsTest.java
orekyuu/quarkus
fde00251204517ddc57356288fe3e7b6ef7c98c4
[ "Apache-2.0" ]
18,675
2019-03-07T11:56:33.000Z
2022-03-31T22:25:22.000Z
core/deployment/src/test/java/io/quarkus/deployment/conditionaldeps/ConditionalDependencyWithTwoConditionsTest.java
orekyuu/quarkus
fde00251204517ddc57356288fe3e7b6ef7c98c4
[ "Apache-2.0" ]
2,190
2019-03-07T12:07:18.000Z
2022-03-30T05:41:35.000Z
41.129032
114
0.701569
5,423
package io.quarkus.deployment.conditionaldeps; import static org.junit.jupiter.api.Assertions.assertEquals; import java.util.HashSet; import java.util.Set; import io.quarkus.bootstrap.resolver.TsArtifact; import io.quarkus.bootstrap.resolver.TsQuarkusExt; import io.quarkus.deployment.runnerjar.ExecutableOutputOutcom...
3e0cc82ac1fdf41eedfa16e234fbaf081eb64030
15,035
java
Java
activiti-core/activiti-engine/src/test/java/org/activiti/engine/test/api/v6/Activiti6ExecutionTest.java
HurryUpWb/Activiti
a0cc6985d29695c8043b8e2413729348478b3828
[ "Apache-2.0" ]
8,599
2015-01-01T01:29:48.000Z
2022-03-30T03:23:40.000Z
activiti-core/activiti-engine/src/test/java/org/activiti/engine/test/api/v6/Activiti6ExecutionTest.java
LoveMyOrange/Activiti
e39053d02c47cfebbece7a4978ab4dd1eaf2d620
[ "Apache-2.0" ]
2,988
2015-01-03T19:45:21.000Z
2022-03-31T04:08:38.000Z
activiti-core/activiti-engine/src/test/java/org/activiti/engine/test/api/v6/Activiti6ExecutionTest.java
Harshit51435/Activiti
03a0e06921a9ff51c0e700a8c14770ca2c2eb49d
[ "Apache-2.0" ]
7,097
2015-01-02T06:32:21.000Z
2022-03-31T08:17:25.000Z
39.775132
157
0.73994
5,424
/* * Copyright 2010-2020 Alfresco Software, Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...