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
3e17558213a774cdcf4a1dd4a4462c48c0d79472
772
java
Java
src/main/java/mil/nga/crs/engineering/EngineeringDatum.java
ngageoint/coordinate-reference-systems-java
2567d52c1c64aeba3052f958923bf2e3d3dc4664
[ "MIT" ]
4
2021-06-24T14:19:01.000Z
2022-01-03T22:15:23.000Z
src/main/java/mil/nga/crs/engineering/EngineeringDatum.java
ngageoint/coordinate-reference-systems-java
2567d52c1c64aeba3052f958923bf2e3d3dc4664
[ "MIT" ]
null
null
null
src/main/java/mil/nga/crs/engineering/EngineeringDatum.java
ngageoint/coordinate-reference-systems-java
2567d52c1c64aeba3052f958923bf2e3d3dc4664
[ "MIT" ]
5
2021-06-24T16:53:43.000Z
2022-03-17T22:17:19.000Z
14.566038
54
0.632124
9,939
package mil.nga.crs.engineering; import mil.nga.crs.CRSType; import mil.nga.crs.common.ReferenceFrame; /** * Engineering Datum * * @author osbornb */ public class EngineeringDatum extends ReferenceFrame { /** * Constructor */ public EngineeringDatum() { super(CRSType.ENGINEERING); } /** * Construct...
3e1755c5a6718be8df138b2c2632670f773cef47
1,812
java
Java
shared/src/main/java/cn/edu/tsinghua/iginx/utils/Bitmap.java
Shoothzj/IginX
75a3b7dba9f28da90f0240980077dff1f07a3d88
[ "Apache-2.0" ]
16
2021-03-08T07:03:57.000Z
2022-03-24T21:31:44.000Z
shared/src/main/java/cn/edu/tsinghua/iginx/utils/Bitmap.java
Shoothzj/IginX
75a3b7dba9f28da90f0240980077dff1f07a3d88
[ "Apache-2.0" ]
38
2021-03-19T06:10:51.000Z
2022-01-21T03:34:46.000Z
shared/src/main/java/cn/edu/tsinghua/iginx/utils/Bitmap.java
Shoothzj/IginX
75a3b7dba9f28da90f0240980077dff1f07a3d88
[ "Apache-2.0" ]
13
2021-03-08T07:09:24.000Z
2022-02-22T12:28:17.000Z
29.704918
69
0.636313
9,940
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3e17566bdc02d4e4c6a5a9e25c16bee6124cbe04
1,544
java
Java
android/app/src/main/java/net/zygotelabs/locker/MainActivity.java
Benderr-TP/Locker
af1ce883af194915d7447ac7c746c1414ae81174
[ "MIT" ]
2
2017-11-14T19:27:18.000Z
2019-08-08T11:17:44.000Z
android/app/src/main/java/net/zygotelabs/locker/MainActivity.java
Benderr-TP/Locker
af1ce883af194915d7447ac7c746c1414ae81174
[ "MIT" ]
null
null
null
android/app/src/main/java/net/zygotelabs/locker/MainActivity.java
Benderr-TP/Locker
af1ce883af194915d7447ac7c746c1414ae81174
[ "MIT" ]
5
2017-03-07T11:53:00.000Z
2020-10-12T06:32:26.000Z
28.592593
95
0.752591
9,941
package net.zygotelabs.locker; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.widget.CheckBox; public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super...
3e17569c150e7d83bad87ee8deacd46781bd17de
423
java
Java
src/Irretors/Irretors/Weekdays/Main.java
Trinity7509/JavaAdvancedOOP
2f831d596ae014af30e2e949ebc02130a3409786
[ "MIT" ]
1
2019-04-09T19:39:26.000Z
2019-04-09T19:39:26.000Z
src/Irretors/Irretors/Weekdays/Main.java
Trinity7509/JavaAdvancedOOP
2f831d596ae014af30e2e949ebc02130a3409786
[ "MIT" ]
null
null
null
src/Irretors/Irretors/Weekdays/Main.java
Trinity7509/JavaAdvancedOOP
2f831d596ae014af30e2e949ebc02130a3409786
[ "MIT" ]
null
null
null
30.214286
70
0.635934
9,942
package Irretors.Irretors.Weekdays; public class Main { public static void main(String[] args) { WeeklyCalendar calendar = new WeeklyCalendar(); calendar.addEntry("Friday", "sleep"); calendar.addEntry("Monday", "sport"); Iterable<WeeklyEntry> schedule = calendar.getWeeklySchedule();...
3e1757c08204494ea7e4a4615ea20477b45477cd
1,067
java
Java
core/src/main/java/org/tdar/core/bean/notification/emails/AccessRequestGrantedMessage.java
kant/tdar
c926c5b195694aa55dbd309986588ec9e8aac4a0
[ "Apache-2.0" ]
3
2016-02-29T19:36:49.000Z
2019-07-12T23:56:48.000Z
core/src/main/java/org/tdar/core/bean/notification/emails/AccessRequestGrantedMessage.java
kant/tdar
c926c5b195694aa55dbd309986588ec9e8aac4a0
[ "Apache-2.0" ]
58
2019-11-13T07:10:23.000Z
2022-03-31T17:57:07.000Z
core/src/main/java/org/tdar/core/bean/notification/emails/AccessRequestGrantedMessage.java
kant/tdar
c926c5b195694aa55dbd309986588ec9e8aac4a0
[ "Apache-2.0" ]
3
2018-11-17T03:45:35.000Z
2020-08-13T01:23:36.000Z
29.638889
119
0.703843
9,943
package org.tdar.core.bean.notification.emails; import java.text.SimpleDateFormat; import java.util.Date; import javax.persistence.DiscriminatorValue; import javax.persistence.Entity; import org.tdar.configuration.TdarConfiguration; import org.tdar.core.bean.notification.Email; import org.tdar.core.bean.resource.Res...
3e17591325d24e350f4c9f616952a520bb456e23
533
java
Java
iwxxmCore/src/test/resources/iwxxm/3.1/output/org/w3/_1999/xlink/package-info.java
cb-steven-matison/iwxxmConverter
b2c0ac96f23680c667db11183d0689bc28cddf80
[ "Apache-2.0" ]
8
2019-12-18T06:46:04.000Z
2020-10-14T10:13:56.000Z
iwxxmCore/src/test/resources/iwxxm/3.1/output/org/w3/_1999/xlink/package-info.java
cb-steven-matison/iwxxmConverter
b2c0ac96f23680c667db11183d0689bc28cddf80
[ "Apache-2.0" ]
8
2019-07-15T12:51:38.000Z
2022-01-10T11:06:54.000Z
iwxxmCore/src/test/resources/iwxxm/3.1/output/org/w3/_1999/xlink/package-info.java
cb-steven-matison/iwxxmConverter
b2c0ac96f23680c667db11183d0689bc28cddf80
[ "Apache-2.0" ]
7
2019-06-11T10:25:12.000Z
2020-10-14T10:13:58.000Z
53.3
149
0.73546
9,944
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2019...
3e17598a87442a2c92290c0d2a16cdc69d915be9
925
java
Java
src/main/java/org/cloudfoundry/community/servicebroker/datalifecycle/postgres/PostgresScriptExecutor.java
lifecycle-broker-providers/postgres-data-provider
cc4e25f4aaf56ce1b293b1a96c1df9987cf027dc
[ "Apache-2.0" ]
null
null
null
src/main/java/org/cloudfoundry/community/servicebroker/datalifecycle/postgres/PostgresScriptExecutor.java
lifecycle-broker-providers/postgres-data-provider
cc4e25f4aaf56ce1b293b1a96c1df9987cf027dc
[ "Apache-2.0" ]
null
null
null
src/main/java/org/cloudfoundry/community/servicebroker/datalifecycle/postgres/PostgresScriptExecutor.java
lifecycle-broker-providers/postgres-data-provider
cc4e25f4aaf56ce1b293b1a96c1df9987cf027dc
[ "Apache-2.0" ]
null
null
null
34.259259
72
0.765405
9,945
package org.cloudfoundry.community.servicebroker.datalifecycle.postgres; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.util.Map; import org.apache.log4j.Logger; import org.springframework.core.io.ByteArrayResource; import org.springframework.jdbc.datasource.init....
3e1759a09c4463ae602a9520cd9f25c969324aaf
1,618
java
Java
src/main/java/seedu/ezwatchlist/model/show/RunningTime.java
tswuxia/main
936145b41747c7314f86108cb5b648d363569315
[ "MIT" ]
null
null
null
src/main/java/seedu/ezwatchlist/model/show/RunningTime.java
tswuxia/main
936145b41747c7314f86108cb5b648d363569315
[ "MIT" ]
null
null
null
src/main/java/seedu/ezwatchlist/model/show/RunningTime.java
tswuxia/main
936145b41747c7314f86108cb5b648d363569315
[ "MIT" ]
null
null
null
27.896552
93
0.647713
9,946
package seedu.ezwatchlist.model.show; import static java.util.Objects.requireNonNull; import static seedu.ezwatchlist.commons.util.AppUtil.checkArgument; /** * Represents a Show's Running Time in the watchlist. * Guarantees: immutable. */ public class RunningTime { // For now the running time will be an intege...
3e1759fdd7fb6f22c807b41dcbf50f32ed9b1f74
6,795
java
Java
algorithm/src/ex6/BTreeTest2.java
Eskeptor/ComReport
83a6fad2d8f3b585b31e6f9ce5e39d0a6e168fc2
[ "MIT" ]
null
null
null
algorithm/src/ex6/BTreeTest2.java
Eskeptor/ComReport
83a6fad2d8f3b585b31e6f9ce5e39d0a6e168fc2
[ "MIT" ]
null
null
null
algorithm/src/ex6/BTreeTest2.java
Eskeptor/ComReport
83a6fad2d8f3b585b31e6f9ce5e39d0a6e168fc2
[ "MIT" ]
null
null
null
27.399194
156
0.529948
9,947
package ex6; import java.util.Map; import java.util.Random; import java.util.TreeMap; public class BTreeTest2 { private final BTree<Integer, String> mBTree; private final Map<Integer, String> mMap; private BTreeTest2.BTTestIteratorImpl<Integer, String> mIter; public BTreeTest2() { mBTree = n...
3e175b4010389a64711d66499f45c3d9a4dc953d
191
java
Java
src/test/java/com/binavy/sawtooth/TestSample.java
binavy/sawtooth-java
ec3e7d32e5901034698779fd23760ff2e8fc81f3
[ "Apache-2.0" ]
null
null
null
src/test/java/com/binavy/sawtooth/TestSample.java
binavy/sawtooth-java
ec3e7d32e5901034698779fd23760ff2e8fc81f3
[ "Apache-2.0" ]
null
null
null
src/test/java/com/binavy/sawtooth/TestSample.java
binavy/sawtooth-java
ec3e7d32e5901034698779fd23760ff2e8fc81f3
[ "Apache-2.0" ]
null
null
null
14.692308
36
0.664921
9,948
package com.binavy.sawtooth; import org.junit.Assert; import org.junit.Test; public class TestSample { @Test public void testHello() { Assert.assertEquals(1+1, 3); } }
3e175bac61135cd0e385ea5a236c9525be2e92a4
327
java
Java
common/value/src/main/java/io/github/linuxcounter/common/value/SystemId.java
AbdulShaikz/unixcounter
3f176d583a48dede89c149f7451944e62c2a8770
[ "Apache-2.0" ]
8
2021-12-30T16:13:59.000Z
2022-02-11T20:16:43.000Z
common/value/src/main/java/io/github/linuxcounter/common/value/SystemId.java
AbdulShaikz/unixcounter
3f176d583a48dede89c149f7451944e62c2a8770
[ "Apache-2.0" ]
13
2021-12-30T12:07:09.000Z
2022-01-06T12:56:59.000Z
common/value/src/main/java/io/github/linuxcounter/common/value/SystemId.java
AbdulShaikz/unixcounter
3f176d583a48dede89c149f7451944e62c2a8770
[ "Apache-2.0" ]
2
2022-01-02T15:48:10.000Z
2022-01-06T15:44:05.000Z
20.4375
72
0.657492
9,949
package io.github.linuxcounter.common.value; public record SystemId(String value) { private static final SystemId NO_VALUE = new SystemId("__NO_VALUE__"); public SystemId(String value) { if (null == value || "".equals(value)) { this.value = NO_VALUE.value(); return; } this.value = value;...
3e175e68c202e5733672ee4c457448e89e108abc
13,125
java
Java
src/main/java/cx/rain/mc/forgemod/sinocraft/data/provider/ProviderBlockState.java
luiqn2007/SinoCraft
6858b03d5c3be697b8f9ad3e78adad299cbeefa0
[ "MIT" ]
12
2020-07-21T03:04:33.000Z
2022-01-21T03:21:20.000Z
src/main/java/cx/rain/mc/forgemod/sinocraft/data/provider/ProviderBlockState.java
luiqn2007/SinoCraft
6858b03d5c3be697b8f9ad3e78adad299cbeefa0
[ "MIT" ]
10
2020-07-23T23:15:42.000Z
2022-01-17T04:09:37.000Z
src/main/java/cx/rain/mc/forgemod/sinocraft/data/provider/ProviderBlockState.java
luiqn2007/SinoCraft
6858b03d5c3be697b8f9ad3e78adad299cbeefa0
[ "MIT" ]
14
2020-06-25T12:05:10.000Z
2020-07-15T16:10:56.000Z
53.571429
199
0.638705
9,950
package cx.rain.mc.forgemod.sinocraft.data.provider; import cx.rain.mc.forgemod.sinocraft.SinoCraft; import cx.rain.mc.forgemod.sinocraft.api.block.IPlantType; import cx.rain.mc.forgemod.sinocraft.block.*; import cx.rain.mc.forgemod.sinocraft.block.tree.BlockLeavesGrowable; import cx.rain.mc.forgemod.sinocraft.block.p...
3e175f20aa1f1e16aa4f41fa9c7bd20830ce1d3b
1,326
java
Java
fhir-persistence-cassandra/src/main/java/com/ibm/fhir/persistence/cassandra/cql/TenantDatasourceKey.java
mpayne2/FHIR
b251ffe71b1fa5c3f70b054f32affc864adc7338
[ "Apache-2.0" ]
209
2019-08-14T15:11:17.000Z
2022-03-25T10:30:35.000Z
fhir-persistence-cassandra/src/main/java/com/ibm/fhir/persistence/cassandra/cql/TenantDatasourceKey.java
mpayne2/FHIR
b251ffe71b1fa5c3f70b054f32affc864adc7338
[ "Apache-2.0" ]
1,944
2019-08-29T20:03:24.000Z
2022-03-31T22:38:28.000Z
fhir-persistence-cassandra/src/main/java/com/ibm/fhir/persistence/cassandra/cql/TenantDatasourceKey.java
mpayne2/FHIR
b251ffe71b1fa5c3f70b054f32affc864adc7338
[ "Apache-2.0" ]
134
2019-09-02T10:36:17.000Z
2022-03-06T15:08:07.000Z
22.474576
83
0.637255
9,951
/* * (C) Copyright IBM Corp. 2020, 2021 * * SPDX-License-Identifier: Apache-2.0 */ package com.ibm.fhir.persistence.cassandra.cql; import java.util.Objects; /** * Key used to represent a tenant/datasource pair */ public class TenantDatasourceKey { // Id representing the tenant private final String ten...
3e175f25ac78eb5155ec8c18203530b05c7b1086
934
java
Java
src/main/java/xxxjerzyxxx/soup/data/generators/client/BlockStateGenerator.java
jerzywilczek/Soup
e4848675046f226603893e0f8fb76fb5e627eea5
[ "Unlicense" ]
1
2021-07-04T23:24:35.000Z
2021-07-04T23:24:35.000Z
src/main/java/xxxjerzyxxx/soup/data/generators/client/BlockStateGenerator.java
jerzywilczek/Soup
e4848675046f226603893e0f8fb76fb5e627eea5
[ "Unlicense" ]
null
null
null
src/main/java/xxxjerzyxxx/soup/data/generators/client/BlockStateGenerator.java
jerzywilczek/Soup
e4848675046f226603893e0f8fb76fb5e627eea5
[ "Unlicense" ]
null
null
null
34.592593
142
0.773019
9,952
package xxxjerzyxxx.soup.data.generators.client; import net.minecraft.data.DataGenerator; import net.minecraft.world.level.block.Block; import net.minecraftforge.client.model.generators.BlockStateProvider; import net.minecraftforge.common.data.ExistingFileHelper; import xxxjerzyxxx.soup.Soup; import xxxjerzyxxx.soup.c...
3e175f5c2475ed2655059587d867ff7f3992c32e
386
java
Java
java-basic/design-pattern/src/main/java/com/desgin/mashibing/chainofresponsibility/abstractImpl/v3/ChainHandler.java
lastwhispers/code
8d4b926c5577525828e4f077e3901f4e869c7e4a
[ "Apache-2.0" ]
59
2020-04-08T06:48:13.000Z
2021-11-10T06:20:36.000Z
java-basic/design-pattern/src/main/java/com/desgin/mashibing/chainofresponsibility/abstractImpl/v3/ChainHandler.java
lastwhispers/code
8d4b926c5577525828e4f077e3901f4e869c7e4a
[ "Apache-2.0" ]
26
2020-11-01T03:16:16.000Z
2022-03-18T02:50:29.000Z
java-basic/design-pattern/src/main/java/com/desgin/mashibing/chainofresponsibility/abstractImpl/v3/ChainHandler.java
lastwhispers/code
8d4b926c5577525828e4f077e3901f4e869c7e4a
[ "Apache-2.0" ]
44
2020-04-09T01:34:40.000Z
2021-03-02T12:33:23.000Z
21.444444
67
0.683938
9,953
package com.desgin.mashibing.chainofresponsibility.abstractImpl.v3; /** * Created by cat on 2017-02-28. */ public abstract class ChainHandler { // 模板方法 public void execute(Chain chain){ handlePreProcess(); chain.proceed(); handlePostProcess(); } protected abstract void handl...
3e175f68a468ae8a49f58a52221a8fc6e69e7930
2,046
java
Java
junit4/example-junit-grpc-systemtest/src/test/java/examples/greeting/CreateGreetingST.java
testify-project/examples
eab4deba2bb9f68e43c1d022021f0a406122ffb2
[ "Apache-2.0" ]
null
null
null
junit4/example-junit-grpc-systemtest/src/test/java/examples/greeting/CreateGreetingST.java
testify-project/examples
eab4deba2bb9f68e43c1d022021f0a406122ffb2
[ "Apache-2.0" ]
null
null
null
junit4/example-junit-grpc-systemtest/src/test/java/examples/greeting/CreateGreetingST.java
testify-project/examples
eab4deba2bb9f68e43c1d022021f0a406122ffb2
[ "Apache-2.0" ]
1
2018-02-23T12:23:29.000Z
2018-02-23T12:23:29.000Z
28.416667
75
0.731672
9,954
/* * Copyright 2016-2017 Testify 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 applicable law or...
3e175fa365e6d63c37b18a464c1bd5f7b813e61a
629
java
Java
src/main/java/io/proleap/cobol/asg/metamodel/procedure/alter/AlterStatement.java
jmiodownik/proleap-cobol-parser
e66dfcb26130681a0ce9a5270e78769bbd168436
[ "MIT" ]
81
2018-03-29T23:39:01.000Z
2022-03-07T11:23:10.000Z
src/main/java/io/proleap/cobol/asg/metamodel/procedure/alter/AlterStatement.java
jmiodownik/proleap-cobol-parser
e66dfcb26130681a0ce9a5270e78769bbd168436
[ "MIT" ]
64
2017-03-27T11:15:15.000Z
2018-03-09T18:10:43.000Z
src/main/java/io/proleap/cobol/asg/metamodel/procedure/alter/AlterStatement.java
jmiodownik/proleap-cobol-parser
e66dfcb26130681a0ce9a5270e78769bbd168436
[ "MIT" ]
44
2019-01-03T11:48:54.000Z
2021-12-21T09:46:42.000Z
25.56
69
0.774648
9,955
/* * Copyright (C) 2017, Ulrich Wolffgang <hzdkv@example.com> * All rights reserved. * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ package io.proleap.cobol.asg.metamodel.procedure.alter; import java.util.List; import io.proleap.cobo...
3e175fa550844a0f6a306a23e175a1b7d2579890
1,550
java
Java
src/main/java/com/example/iac/GreetingsApp.java
ldecaro/fargate-mesh
6eecd3f480b67e6a4aeafb013cd907af0962cbbc
[ "MIT" ]
null
null
null
src/main/java/com/example/iac/GreetingsApp.java
ldecaro/fargate-mesh
6eecd3f480b67e6a4aeafb013cd907af0962cbbc
[ "MIT" ]
null
null
null
src/main/java/com/example/iac/GreetingsApp.java
ldecaro/fargate-mesh
6eecd3f480b67e6a4aeafb013cd907af0962cbbc
[ "MIT" ]
null
null
null
37.804878
106
0.495484
9,956
package com.example.iac; import software.amazon.awscdk.core.App; import software.amazon.awscdk.core.Construct; public class GreetingsApp { static class Greetings extends Construct{ Greetings(Construct scope, String id, String appName, String domainName){ super(scope, id); // Containers/Ser...
3e1760a535ec243117ba44c1bdff44e31f157dfe
7,491
java
Java
app/src/main/java/se/cygni/snake/websocket/event/EventSocketHandler.java
petalv/snakebot
424d37ede325c0145b96ec74f5d1968cc93ccba7
[ "MIT" ]
1
2021-02-28T00:10:32.000Z
2021-02-28T00:10:32.000Z
app/src/main/java/se/cygni/snake/websocket/event/EventSocketHandler.java
petalv/snakebot
424d37ede325c0145b96ec74f5d1968cc93ccba7
[ "MIT" ]
null
null
null
app/src/main/java/se/cygni/snake/websocket/event/EventSocketHandler.java
petalv/snakebot
424d37ede325c0145b96ec74f5d1968cc93ccba7
[ "MIT" ]
1
2016-02-22T13:18:44.000Z
2016-02-22T13:18:44.000Z
36.188406
126
0.666667
9,957
package se.cygni.snake.websocket.event; import com.google.common.eventbus.EventBus; import com.google.common.eventbus.Subscribe; import org.apache.commons.lang3.ArrayUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframewor...
3e1760cefe7880cfff5bd8fbc3e294eb5b8186df
4,415
java
Java
biojava/src/org/biojava/utils/ChangeForwarder.java
rbouadjenek/DQBioinformatics
088c0e93754257592e3a0725897566af3823a92d
[ "Apache-2.0" ]
null
null
null
biojava/src/org/biojava/utils/ChangeForwarder.java
rbouadjenek/DQBioinformatics
088c0e93754257592e3a0725897566af3823a92d
[ "Apache-2.0" ]
null
null
null
biojava/src/org/biojava/utils/ChangeForwarder.java
rbouadjenek/DQBioinformatics
088c0e93754257592e3a0725897566af3823a92d
[ "Apache-2.0" ]
null
null
null
28.301282
88
0.663194
9,958
/* * BioJava development code * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. If you do not have a copy, * see: * * http://www.gnu.org/copyleft/lesser.html * * Copyright for t...
3e17614906e66e64c0eafdb83350d67877aa1735
11,133
java
Java
src/main/java/net/platform/dao/BeanTransformerAdapter.java
linbren/apifrm
d1e1b4988a0a6624fee52f20e6380f08c9013b9a
[ "Apache-2.0" ]
null
null
null
src/main/java/net/platform/dao/BeanTransformerAdapter.java
linbren/apifrm
d1e1b4988a0a6624fee52f20e6380f08c9013b9a
[ "Apache-2.0" ]
null
null
null
src/main/java/net/platform/dao/BeanTransformerAdapter.java
linbren/apifrm
d1e1b4988a0a6624fee52f20e6380f08c9013b9a
[ "Apache-2.0" ]
null
null
null
40.930147
120
0.621396
9,959
package net.platform.dao; import java.beans.PropertyDescriptor; import java.sql.ResultSet; import java.sql.SQLException; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import org.apache.commons.logging.Log; import org.apache.c...
3e17614d3008883d9dd7557914e9436ce8249157
3,756
java
Java
waggle-dance-core/src/test/java/com/hotels/bdp/waggledance/core/federation/service/PopulateStatusFederationServiceTest.java
groobyming/waggle-dance
2afb9d3843e23f247376101e22c31794bdd2af1d
[ "Apache-2.0" ]
146
2017-07-19T13:58:27.000Z
2021-06-02T07:43:18.000Z
waggle-dance-core/src/test/java/com/hotels/bdp/waggledance/core/federation/service/PopulateStatusFederationServiceTest.java
groobyming/waggle-dance
2afb9d3843e23f247376101e22c31794bdd2af1d
[ "Apache-2.0" ]
157
2017-08-08T16:07:40.000Z
2021-04-27T10:40:04.000Z
waggle-dance-core/src/test/java/com/hotels/bdp/waggledance/core/federation/service/PopulateStatusFederationServiceTest.java
groobyming/waggle-dance
2afb9d3843e23f247376101e22c31794bdd2af1d
[ "Apache-2.0" ]
34
2017-10-11T12:23:25.000Z
2021-06-07T15:43:28.000Z
38.326531
107
0.795793
9,960
/** * Copyright (C) 2016-2020 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
3e17618efb2a858fce809e9a57e1ab4aa5b08f98
4,524
java
Java
cincamipd/src/main/java/org/ciedayap/pabmm/pd/requirements/ConceptModel.java
mjdivan/cincamiPD
4ed69d98b46b5dab52179f587b89d5a3569dd050
[ "Apache-2.0" ]
null
null
null
cincamipd/src/main/java/org/ciedayap/pabmm/pd/requirements/ConceptModel.java
mjdivan/cincamiPD
4ed69d98b46b5dab52179f587b89d5a3569dd050
[ "Apache-2.0" ]
null
null
null
cincamipd/src/main/java/org/ciedayap/pabmm/pd/requirements/ConceptModel.java
mjdivan/cincamiPD
4ed69d98b46b5dab52179f587b89d5a3569dd050
[ "Apache-2.0" ]
null
null
null
25.851429
113
0.613395
9,961
/* * 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 org.ciedayap.pabmm.pd.requirements; import java.io.Serializable; import javax.xml.bind.annotation.XmlElement; import ...
3e1763b8c64586adca635a8b0cf0b53f920a330c
1,803
java
Java
RTEditor/src/main/java/com/onegravity/rteditor/RTEditTextListener.java
maysamrasoli/Doctor
669f9eb07c834f1ed725a552c09f5c2b6ddd3bb7
[ "Apache-2.0" ]
2
2016-06-19T08:53:13.000Z
2016-06-19T08:53:14.000Z
RTEditor/src/main/java/com/onegravity/rteditor/RTEditTextListener.java
maysamrasoli/Doctor
669f9eb07c834f1ed725a552c09f5c2b6ddd3bb7
[ "Apache-2.0" ]
null
null
null
RTEditor/src/main/java/com/onegravity/rteditor/RTEditTextListener.java
maysamrasoli/Doctor
669f9eb07c834f1ed725a552c09f5c2b6ddd3bb7
[ "Apache-2.0" ]
null
null
null
32.196429
97
0.711037
9,962
/* * Copyright 2015 Emanuel Moecklin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
3e1764869dd776b63dfa91c778b138af31bd346f
2,413
java
Java
app/src/main/java/com/zmtmt/zhibohao/activity/SpeedTestActivity.java
JunGeges/AliZhiBoHao
2dc8ebe6e23578b7919fbcbee09e5630fdf46997
[ "Apache-2.0" ]
1
2017-05-15T02:29:59.000Z
2017-05-15T02:29:59.000Z
app/src/main/java/com/zmtmt/zhibohao/activity/SpeedTestActivity.java
JunGeges/AliZhiBoHao
2dc8ebe6e23578b7919fbcbee09e5630fdf46997
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/zmtmt/zhibohao/activity/SpeedTestActivity.java
JunGeges/AliZhiBoHao
2dc8ebe6e23578b7919fbcbee09e5630fdf46997
[ "Apache-2.0" ]
null
null
null
40.216667
114
0.729383
9,963
package com.zmtmt.zhibohao.activity; import android.graphics.Color; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.text.SpannableString; import android.text.Spanned; import android.text.style.ForegroundColorSpan; import android.webkit.WebSettings; import android.webkit.WebVie...
3e176640886ea52ac4a822c2eab4a43b3f951146
2,402
java
Java
communote/plugins/communote-webservice-core-plugin/src/main/java/com/communote/plugins/webservice/CommunoteWebServiceDefinition.java
Communote/communote-server
e6a3541054baa7ad26a4eccbbdd7fb8937dead0c
[ "Apache-2.0" ]
26
2016-06-27T09:25:10.000Z
2022-01-24T06:26:56.000Z
communote/plugins/communote-webservice-core-plugin/src/main/java/com/communote/plugins/webservice/CommunoteWebServiceDefinition.java
Communote/communote-server
e6a3541054baa7ad26a4eccbbdd7fb8937dead0c
[ "Apache-2.0" ]
64
2016-06-28T14:50:46.000Z
2019-05-04T15:10:04.000Z
communote/plugins/communote-webservice-core-plugin/src/main/java/com/communote/plugins/webservice/CommunoteWebServiceDefinition.java
Communote/communote-server
e6a3541054baa7ad26a4eccbbdd7fb8937dead0c
[ "Apache-2.0" ]
4
2016-10-05T17:30:36.000Z
2019-10-26T15:44:00.000Z
26.395604
97
0.613239
9,964
package com.communote.plugins.webservice; /** * @author Communote GmbH - <a href="http://www.communote.com/">http://www.communote.com/</a> */ public class CommunoteWebServiceDefinition { /** * For example "http://schemas.microsoft.com/sharepoint/remoteapp/" */ private String nameSpaceUri; ...
3e17664995c1513aa433e71b0430c81be479490a
7,192
java
Java
core/src/z/system/WorkerSystem.java
zonesgame/StendhalArcClient
70d9c37d1b4112349e4dbabc3206204b4446d6d0
[ "Apache-2.0" ]
1
2021-07-09T05:49:05.000Z
2021-07-09T05:49:05.000Z
core/src/z/system/WorkerSystem.java
zonesgame/StendhalArcClient
70d9c37d1b4112349e4dbabc3206204b4446d6d0
[ "Apache-2.0" ]
null
null
null
core/src/z/system/WorkerSystem.java
zonesgame/StendhalArcClient
70d9c37d1b4112349e4dbabc3206204b4446d6d0
[ "Apache-2.0" ]
2
2021-12-08T18:33:26.000Z
2022-01-06T23:46:55.000Z
32.107143
159
0.589405
9,965
package z.system; import arc.struct.Array; import arc.util.Structs; import mindustry.Vars; import mindustry.type.Item; import mindustry.type.ItemStack; import mindustry.world.Tile; import mindustry.world.meta.BlockFlag; import z.entities.type.WorkerTileEntity; import z.entities.type.base.BlockUnit; import z.world.bloc...
3e17668ff42b62b5d0eaa583cf1334d88aca19c7
23,920
java
Java
framework/widget/src/org/ofbiz/widget/menu/ModelMenu.java
hadilq/ofbiz
cb26ff60955895155dc21744cd06352dcb66519b
[ "Apache-2.0" ]
null
null
null
framework/widget/src/org/ofbiz/widget/menu/ModelMenu.java
hadilq/ofbiz
cb26ff60955895155dc21744cd06352dcb66519b
[ "Apache-2.0" ]
null
null
null
framework/widget/src/org/ofbiz/widget/menu/ModelMenu.java
hadilq/ofbiz
cb26ff60955895155dc21744cd06352dcb66519b
[ "Apache-2.0" ]
null
null
null
39.213115
150
0.662584
9,966
/******************************************************************************* * 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...
3e176757fda42f6e3aafa50b122b3da15a63ea84
3,523
java
Java
src/main/java/com/devteam/core/module/data/db/EntityInfo.java
Devteamvietnam/iTap
a4b04d1b9d95a5ed879d9bf8d79583f7a8b59c03
[ "MIT" ]
1
2021-12-18T17:06:15.000Z
2021-12-18T17:06:15.000Z
src/main/java/com/devteam/core/module/data/db/EntityInfo.java
Devteamvietnam/iTap
a4b04d1b9d95a5ed879d9bf8d79583f7a8b59c03
[ "MIT" ]
1
2022-02-15T03:24:45.000Z
2022-02-15T03:24:45.000Z
src/main/java/com/devteam/core/module/data/db/EntityInfo.java
Devteamvietnam/iTap
a4b04d1b9d95a5ed879d9bf8d79583f7a8b59c03
[ "MIT" ]
1
2021-12-18T17:06:00.000Z
2021-12-18T17:06:00.000Z
30.111111
90
0.643486
9,967
package com.devteam.core.module.data.db; import java.beans.PropertyDescriptor; import java.lang.reflect.Field; import java.util.ArrayList; import java.util.List; import java.util.Set; import javax.persistence.Column; import javax.persistence.Table; import javax.persistence.metamodel.Attribute; import javax.persistenc...
3e176853166eb4a5301fc477614225e2b0357e8f
2,674
java
Java
src/main/java/com/vzome/core/commands/Command.java
david-hall/vzome-core
f32c64087cba18075b2e84576246ebbdc1631ed8
[ "Apache-2.0" ]
9
2019-01-16T04:15:31.000Z
2021-09-18T22:36:14.000Z
src/main/java/com/vzome/core/commands/Command.java
david-hall/vzome-core
f32c64087cba18075b2e84576246ebbdc1631ed8
[ "Apache-2.0" ]
82
2017-10-28T21:09:20.000Z
2022-02-27T00:10:07.000Z
src/main/java/com/vzome/core/commands/Command.java
david-hall/vzome-core
f32c64087cba18075b2e84576246ebbdc1631ed8
[ "Apache-2.0" ]
8
2017-10-28T21:55:34.000Z
2021-12-11T04:38:31.000Z
29.065217
111
0.608826
9,968
package com.vzome.core.commands; import java.util.logging.Level; import java.util.logging.Logger; import com.vzome.core.construction.ConstructionChanges; import com.vzome.core.construction.ConstructionList; /** * @author Scott Vorthmann */ public interface Command { public static final String LOADING_FROM_FILE...
3e1768abc889394345b446e01d857bd8405f1053
2,049
java
Java
aws-java-sdk-codeartifact/src/main/java/com/amazonaws/services/codeartifact/model/transform/UpstreamRepositoryInfoMarshaller.java
ericvincent83/aws-sdk-java
c491416f3ea9411a04d9bafedee6c6874a79e48d
[ "Apache-2.0" ]
3,372
2015-01-03T00:35:43.000Z
2022-03-31T15:56:24.000Z
aws-java-sdk-codeartifact/src/main/java/com/amazonaws/services/codeartifact/model/transform/UpstreamRepositoryInfoMarshaller.java
ericvincent83/aws-sdk-java
c491416f3ea9411a04d9bafedee6c6874a79e48d
[ "Apache-2.0" ]
2,391
2015-01-01T12:55:24.000Z
2022-03-31T08:01:50.000Z
aws-java-sdk-codeartifact/src/main/java/com/amazonaws/services/codeartifact/model/transform/UpstreamRepositoryInfoMarshaller.java
ericvincent83/aws-sdk-java
c491416f3ea9411a04d9bafedee6c6874a79e48d
[ "Apache-2.0" ]
2,876
2015-01-01T14:38:37.000Z
2022-03-29T19:53:10.000Z
36.589286
121
0.742801
9,969
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
3e176a1148199e3aaa99a9cf299633bce1de844d
936
java
Java
src/main/java/cz/encircled/test/model/Bid.java
encircled/websocket-bt
e2754764a30fe1225f75214b5865d252cabdccb7
[ "Apache-2.0" ]
null
null
null
src/main/java/cz/encircled/test/model/Bid.java
encircled/websocket-bt
e2754764a30fe1225f75214b5865d252cabdccb7
[ "Apache-2.0" ]
null
null
null
src/main/java/cz/encircled/test/model/Bid.java
encircled/websocket-bt
e2754764a30fe1225f75214b5865d252cabdccb7
[ "Apache-2.0" ]
null
null
null
18.72
54
0.605769
9,970
package cz.encircled.test.model; import java.math.BigDecimal; import java.util.Date; /** * @author Vlad on 19-Feb-17. */ public class Bid implements Comparable<Bid> { private BigDecimal amount; private String customerName; private Date bidDate; public BigDecimal getAmount() { return amou...
3e176a992d3b9e9e3121370c959dcdd0ccb95765
1,420
java
Java
mongo/dao/BaseMongoDaoWithTimestamp.java
suxuekun/javaLib
8296a850e571b7271fa7c1db39681337cee87ced
[ "MIT" ]
null
null
null
mongo/dao/BaseMongoDaoWithTimestamp.java
suxuekun/javaLib
8296a850e571b7271fa7c1db39681337cee87ced
[ "MIT" ]
null
null
null
mongo/dao/BaseMongoDaoWithTimestamp.java
suxuekun/javaLib
8296a850e571b7271fa7c1db39681337cee87ced
[ "MIT" ]
null
null
null
22.903226
70
0.659859
9,971
package com.techstudio.dao; import org.bson.Document; import org.bson.conversions.Bson; abstract public class BaseMongoDaoWithTimestamp extends BaseMongoDao { private static String CURRENTDATEKEY = "$currentDate"; private static String LASTMODIFIED = "lastModified"; private static String TYPEKEY = "$type"; priva...
3e176aaa73ead7a82b1ebfac742fcb0be21dbb70
135
java
Java
src/main/java/cn/kizzzy/io/FullyReader.java
Kizzzy/lib47-io
691a016e72884bd2afb51ade4da73fa90888923e
[ "Apache-2.0" ]
1
2022-01-11T05:47:50.000Z
2022-01-11T05:47:50.000Z
src/main/java/cn/kizzzy/io/FullyReader.java
Kizzzy/lib47-io
691a016e72884bd2afb51ade4da73fa90888923e
[ "Apache-2.0" ]
null
null
null
src/main/java/cn/kizzzy/io/FullyReader.java
Kizzzy/lib47-io
691a016e72884bd2afb51ade4da73fa90888923e
[ "Apache-2.0" ]
null
null
null
16.875
79
0.814815
9,972
package cn.kizzzy.io; import java.io.InputStream; public abstract class FullyReader extends InputStream implements IFullyReader { }
3e176ad5b28b780071925c10012c6fbf39e6673f
1,937
java
Java
app/src/main/java/com/anly/githubapp/data/net/TrendingRepoDataSource.java
pxx11111/githubclient
89db6a104f31b9e8e5aab5c4e55aebbb0d87a0ad
[ "Apache-2.0" ]
1
2017-02-25T07:11:44.000Z
2017-02-25T07:11:44.000Z
app/src/main/java/com/anly/githubapp/data/net/TrendingRepoDataSource.java
pxx11111/githubclient
89db6a104f31b9e8e5aab5c4e55aebbb0d87a0ad
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/anly/githubapp/data/net/TrendingRepoDataSource.java
pxx11111/githubclient
89db6a104f31b9e8e5aab5c4e55aebbb0d87a0ad
[ "Apache-2.0" ]
null
null
null
30.265625
98
0.521941
9,973
package com.anly.githubapp.data.net; import com.anly.githubapp.common.util.AppLog; import com.anly.githubapp.data.api.TrendingApi; import com.anly.githubapp.data.model.TrendingRepo; import com.anly.githubapp.data.net.response.TrendingResultResp; import com.anly.githubapp.data.net.service.TrendingService; import java....
3e176b040f5ead50084a01cfc0c1afdadad758d1
8,621
java
Java
3rdPartyServices/EnterpriseServices/NZone/server/src/main/java/org/societies/ext3p/nzone/server/NZoneCommsServer.java
societies/SOCIETIES-SCE-Services
ea2ed1f6a96e253e297dd64fd5db643a0268f193
[ "BSD-2-Clause" ]
null
null
null
3rdPartyServices/EnterpriseServices/NZone/server/src/main/java/org/societies/ext3p/nzone/server/NZoneCommsServer.java
societies/SOCIETIES-SCE-Services
ea2ed1f6a96e253e297dd64fd5db643a0268f193
[ "BSD-2-Clause" ]
null
null
null
3rdPartyServices/EnterpriseServices/NZone/server/src/main/java/org/societies/ext3p/nzone/server/NZoneCommsServer.java
societies/SOCIETIES-SCE-Services
ea2ed1f6a96e253e297dd64fd5db643a0268f193
[ "BSD-2-Clause" ]
null
null
null
34.902834
152
0.703051
9,974
/** * Copyright (c) 2011, SOCIETIES Consortium (WATERFORD INSTITUTE OF TECHNOLOGY (TSSG), HERIOT-WATT UNIVERSITY (HWU), SOLUTA.NET * (SN), GERMAN AEROSPACE CENTRE (Deutsches Zentrum fuer Luft- und Raumfahrt e.V.) (DLR), Zavod za varnostne tehnologije * informacijske družbe in elektronsko poslovanje (SETCCE), INS...
3e176b7665018594a3ce7c2813fba1c3eee58e6e
2,210
java
Java
src/main/javaopen/com/mindbright/asn1/ASN1Object.java
HaleyWang/SpringRemote
62e442731a4eda8e54dafb1dfb36064cd8dfa597
[ "MIT" ]
39
2019-02-26T02:02:38.000Z
2022-03-28T02:09:23.000Z
src/main/javaopen/com/mindbright/asn1/ASN1Object.java
HaleyWang/SpringRemote
62e442731a4eda8e54dafb1dfb36064cd8dfa597
[ "MIT" ]
2
2020-04-19T04:05:01.000Z
2022-03-27T02:10:18.000Z
src/main/javaopen/com/mindbright/asn1/ASN1Object.java
HaleyWang/SpringRemote
62e442731a4eda8e54dafb1dfb36064cd8dfa597
[ "MIT" ]
4
2020-03-17T07:23:33.000Z
2021-11-21T11:00:25.000Z
28.333333
79
0.553846
9,975
/****************************************************************************** * * Copyright (c) 1999-2011 Cryptzone Group AB. All Rights Reserved. * * This file contains Original Code and/or Modifications of Original Code as * defined in and that are subject to the MindTerm Public Source License, * Version 2.0...
3e176b8b8e5116046c715ee723cb66cf1a844e2a
6,484
java
Java
pac4j-core/src/test/java/org/pac4j/core/profile/service/InMemoryProfileServiceTests.java
mmg-3/pac4j
09e8f9ef36362d50a13678f6d1c7c849b7b136c9
[ "Apache-2.0" ]
2,073
2015-01-06T12:05:25.000Z
2022-03-30T14:54:38.000Z
pac4j-core/src/test/java/org/pac4j/core/profile/service/InMemoryProfileServiceTests.java
mmg-3/pac4j
09e8f9ef36362d50a13678f6d1c7c849b7b136c9
[ "Apache-2.0" ]
1,088
2015-01-06T08:31:22.000Z
2022-03-29T06:59:55.000Z
pac4j-core/src/test/java/org/pac4j/core/profile/service/InMemoryProfileServiceTests.java
mmg-3/pac4j
09e8f9ef36362d50a13678f6d1c7c849b7b136c9
[ "Apache-2.0" ]
678
2015-01-26T12:23:12.000Z
2022-03-31T06:30:16.000Z
43.516779
131
0.703732
9,976
package org.pac4j.core.profile.service; import org.apache.shiro.authc.credential.DefaultPasswordService; import org.junit.*; import org.pac4j.core.exception.*; import org.pac4j.core.profile.CommonProfile; import org.pac4j.core.util.TestsConstants; import org.pac4j.core.credentials.UsernamePasswordCredentials; import o...
3e176c0c5c545b21f45bd9553bba504c92c363bc
3,052
java
Java
checklistbank-mybatis-service/src/test/java/org/gbif/checklistbank/service/mybatis/mapper/DistributionMapperTest.java
ahahn-gbif/checklistbank
9bd65a831d9d6ed7b4e1f93e3b7e0ff8f51c7d4f
[ "Apache-2.0" ]
null
null
null
checklistbank-mybatis-service/src/test/java/org/gbif/checklistbank/service/mybatis/mapper/DistributionMapperTest.java
ahahn-gbif/checklistbank
9bd65a831d9d6ed7b4e1f93e3b7e0ff8f51c7d4f
[ "Apache-2.0" ]
null
null
null
checklistbank-mybatis-service/src/test/java/org/gbif/checklistbank/service/mybatis/mapper/DistributionMapperTest.java
ahahn-gbif/checklistbank
9bd65a831d9d6ed7b4e1f93e3b7e0ff8f51c7d4f
[ "Apache-2.0" ]
null
null
null
41.808219
107
0.716579
9,977
package org.gbif.checklistbank.service.mybatis.mapper; import org.gbif.api.model.checklistbank.Distribution; import org.gbif.api.model.common.paging.PagingRequest; import org.gbif.api.vocabulary.CitesAppendix; import org.gbif.api.vocabulary.Country; import org.gbif.api.vocabulary.EstablishmentMeans; import org.gbif.ap...
3e176c3e03eb6c608d7391830ce3ff6669166437
939
java
Java
src/dae/animation/rig/timing/gui/SelectTool.java
samynk/DArtE
d041543596b275642584989637737f78382089ec
[ "BSD-2-Clause" ]
3
2015-02-19T12:59:21.000Z
2021-02-23T14:26:21.000Z
src/dae/animation/rig/timing/gui/SelectTool.java
samynk/DArtE
d041543596b275642584989637737f78382089ec
[ "BSD-2-Clause" ]
3
2015-02-06T19:52:50.000Z
2017-11-21T22:46:35.000Z
src/dae/animation/rig/timing/gui/SelectTool.java
samynk/DArtE
d041543596b275642584989637737f78382089ec
[ "BSD-2-Clause" ]
1
2021-02-23T14:26:22.000Z
2021-02-23T14:26:22.000Z
22.902439
69
0.600639
9,978
/* * Digital Arts and Entertainment */ package dae.animation.rig.timing.gui; import dae.animation.rig.timing.Behaviour; import java.awt.event.MouseEvent; /** * * @author Koen.Samyn */ public class SelectTool implements TimingTool{ private final FramePanel parent; public SelectTool(Fr...
3e176d2380df34f8eaa280fab0c4a13af94fd9dd
404
java
Java
app/src/test/java/com/github/angads25/toggledemo/ExampleUnitTest.java
ch8n/android-toggle
3eb4736de3ee3b2ef322d2a6049232d70ff94d47
[ "Apache-2.0" ]
370
2018-02-12T12:17:55.000Z
2022-03-30T03:20:45.000Z
app/src/test/java/com/github/angads25/toggledemo/ExampleUnitTest.java
ch8n/android-toggle
3eb4736de3ee3b2ef322d2a6049232d70ff94d47
[ "Apache-2.0" ]
25
2018-02-17T06:08:12.000Z
2022-03-31T05:28:00.000Z
app/src/test/java/com/github/angads25/toggledemo/ExampleUnitTest.java
ch8n/android-toggle
3eb4736de3ee3b2ef322d2a6049232d70ff94d47
[ "Apache-2.0" ]
84
2018-02-22T07:56:49.000Z
2022-03-25T15:50:41.000Z
23.764706
81
0.710396
9,979
package com.github.angads25.toggledemo; import org.junit.Test; import static junit.framework.Assert.assertEquals; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { ...
3e176d836635da6889a2c8a95a0d54ffcee36829
5,809
java
Java
app/src/main/java/com/deshpande/blueprint/provider/BlueprintContentProvider.java
mohitd/BluePrint
656c5fd3cda1be3eb90b77aeb6dc4b35b0af6730
[ "MIT" ]
null
null
null
app/src/main/java/com/deshpande/blueprint/provider/BlueprintContentProvider.java
mohitd/BluePrint
656c5fd3cda1be3eb90b77aeb6dc4b35b0af6730
[ "MIT" ]
null
null
null
app/src/main/java/com/deshpande/blueprint/provider/BlueprintContentProvider.java
mohitd/BluePrint
656c5fd3cda1be3eb90b77aeb6dc4b35b0af6730
[ "MIT" ]
null
null
null
35.420732
135
0.596488
9,980
package com.deshpande.blueprint.provider; import android.content.ContentProvider; import android.content.ContentValues; import android.content.UriMatcher; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteException; import android.net.Uri; import androi...
3e176e851471d39097096a55a3c741afec76db22
2,304
java
Java
app/src/main/java/com/somethingsimple/simplelist/view/settings/SettingsActivity.java
SomeSimpleThings/simplelist
8009b42397a5c3b420fd2be44b3ef3c845fcc493
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/somethingsimple/simplelist/view/settings/SettingsActivity.java
SomeSimpleThings/simplelist
8009b42397a5c3b420fd2be44b3ef3c845fcc493
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/somethingsimple/simplelist/view/settings/SettingsActivity.java
SomeSimpleThings/simplelist
8009b42397a5c3b420fd2be44b3ef3c845fcc493
[ "Apache-2.0" ]
null
null
null
39.050847
95
0.691406
9,981
package com.somethingsimple.simplelist.view.settings; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.ActionBar; import androidx.appcompat.app.A...
3e176ee6068a3051c90b4bdb584714345fdb9d4f
5,223
java
Java
testbench/testsolutions/bl.unittest/test_gen/jetbrains/mps/baseLanguage/test/TestExpectedType_Test.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
testbench/testsolutions/bl.unittest/test_gen/jetbrains/mps/baseLanguage/test/TestExpectedType_Test.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
testbench/testsolutions/bl.unittest/test_gen/jetbrains/mps/baseLanguage/test/TestExpectedType_Test.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
46.633929
214
0.793988
9,982
package jetbrains.mps.baseLanguage.test; /*Generated by MPS */ import jetbrains.mps.MPSLaunch; import jetbrains.mps.lang.test.runtime.BaseTransformationTest; import org.junit.ClassRule; import jetbrains.mps.lang.test.runtime.TestParametersCache; import org.junit.Rule; import jetbrains.mps.lang.test.runtime.RunWithCom...
3e176f509a745f57b86340669ba6d60368b82377
152
java
Java
app/src/main/java/com/linkb/jstx/listener/OnMomentBgClickLisenter.java
hongchun166/jtxt
5ceac15b4a6bf510eb82bf5dd496c80b2d08a25d
[ "Apache-2.0" ]
1
2020-07-27T10:36:28.000Z
2020-07-27T10:36:28.000Z
app/src/main/java/com/linkb/jstx/listener/OnMomentBgClickLisenter.java
hongchun166/jtxt
5ceac15b4a6bf510eb82bf5dd496c80b2d08a25d
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/linkb/jstx/listener/OnMomentBgClickLisenter.java
hongchun166/jtxt
5ceac15b4a6bf510eb82bf5dd496c80b2d08a25d
[ "Apache-2.0" ]
null
null
null
19
45
0.776316
9,983
package com.linkb.jstx.listener; import android.view.View; public interface OnMomentBgClickLisenter<T> { void onMomentBgClick(T obj,View view); }
3e176f61ec3eafeee22db30ec64f7b7ad308af6c
2,554
java
Java
sample_clients/pushapi_sample_java_client/src/main/java/com/ruckuswireless/lbs/BCTlsAuthentication.java
yeongsheng-tan/mqtt_gpb_client
b07d3870991d125834ec3599ee6c175f40806916
[ "BSD-3-Clause" ]
2
2015-12-11T09:36:05.000Z
2019-02-01T16:18:35.000Z
sample_clients/pushapi_sample_java_client/src/main/java/com/ruckuswireless/lbs/BCTlsAuthentication.java
yeongsheng-tan/mqtt_gpb_client
b07d3870991d125834ec3599ee6c175f40806916
[ "BSD-3-Clause" ]
5
2016-03-30T10:26:35.000Z
2018-02-04T03:42:29.000Z
sample_clients/pushapi_sample_java_client/src/main/java/com/ruckuswireless/lbs/BCTlsAuthentication.java
yeongsheng-tan/mqtt_gpb_client
b07d3870991d125834ec3599ee6c175f40806916
[ "BSD-3-Clause" ]
4
2016-06-28T02:54:51.000Z
2021-04-10T02:23:03.000Z
34.053333
125
0.653485
9,984
package com.ruckuswireless.lbs; import java.io.ByteArrayInputStream; import java.io.IOException; import java.security.cert.Certificate; import java.security.cert.CertificateException; import java.security.cert.CertificateFactory; import java.util.ArrayList; import java.util.List; import org.bouncycastle.crypto.tls.Ce...
3e17704ec50852bc811595385518891a0f3745b9
472
java
Java
src/main/java/com/example/application/repositories/ContactRepository.java
BerkayyyU/address-book
dbcf32cc22bd9c77ba975079a2267eb47d24414e
[ "Unlicense" ]
null
null
null
src/main/java/com/example/application/repositories/ContactRepository.java
BerkayyyU/address-book
dbcf32cc22bd9c77ba975079a2267eb47d24414e
[ "Unlicense" ]
null
null
null
src/main/java/com/example/application/repositories/ContactRepository.java
BerkayyyU/address-book
dbcf32cc22bd9c77ba975079a2267eb47d24414e
[ "Unlicense" ]
null
null
null
33.714286
99
0.826271
9,985
package com.example.application.repositories; import com.example.application.models.Contact; import org.springframework.data.repository.CrudRepository; import java.util.List; public interface ContactRepository extends CrudRepository<Contact,Long> { List<Contact> findByFirstNameContainingOrLastNameContaining(Stri...
3e177229112df3de614de6a0b9a0ae85045103af
2,809
java
Java
capstone-practice-track/src/main/java/org/launchcode/capstonepracticetrack/SecurityConfig.java
rdubois46/Capstone-PracticeTrack
a14362b7458c60c2de658fb7b9ff05d9c43e68df
[ "MIT" ]
2
2019-08-09T02:27:49.000Z
2019-09-15T01:30:05.000Z
capstone-practice-track/src/main/java/org/launchcode/capstonepracticetrack/SecurityConfig.java
rdubois46/Capstone-PracticeTrack
a14362b7458c60c2de658fb7b9ff05d9c43e68df
[ "MIT" ]
null
null
null
capstone-practice-track/src/main/java/org/launchcode/capstonepracticetrack/SecurityConfig.java
rdubois46/Capstone-PracticeTrack
a14362b7458c60c2de658fb7b9ff05d9c43e68df
[ "MIT" ]
null
null
null
36.960526
107
0.686365
9,986
package org.launchcode.capstonepracticetrack; import org.springframework.security.authentication.dao.DaoAuthenticationProvider; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.sp...
3e177550adb1ad18073aa1878bf142dabcc26a9e
3,046
java
Java
src/test/java/com/lodborg/intervaltree/DateIntervalTest.java
Terenfear/interval-tree
b3e0dba9e0648999db9c1d220d36eb7b0e51c94a
[ "MIT" ]
29
2016-09-04T15:00:28.000Z
2021-07-21T19:03:01.000Z
src/test/java/com/lodborg/intervaltree/DateIntervalTest.java
Terenfear/interval-tree
b3e0dba9e0648999db9c1d220d36eb7b0e51c94a
[ "MIT" ]
2
2016-10-31T17:38:38.000Z
2017-02-13T16:07:31.000Z
src/test/java/com/lodborg/intervaltree/DateIntervalTest.java
Terenfear/interval-tree
b3e0dba9e0648999db9c1d220d36eb7b0e51c94a
[ "MIT" ]
14
2016-11-01T04:12:59.000Z
2021-03-23T06:49:11.000Z
35.011494
132
0.716021
9,987
package com.lodborg.intervaltree; import org.junit.Test; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Set; import com.lodborg.intervaltree.Interval.*; import static org.junit.Assert.*; public class DateIntervalTest { private static SimpleDateFormat sd...
3e17758df3638340d0f93d073a04c48a5affdcaf
1,289
java
Java
src/main/java/org/cascadebot/cascadebot/commands/developer/GuildCommand.java
DeadlyFirex/CascadeBot
0b5c48f5d26ddf33e92ff46ad229989c45f386ed
[ "MIT" ]
1
2020-06-08T11:07:10.000Z
2020-06-08T11:07:10.000Z
src/main/java/org/cascadebot/cascadebot/commands/developer/GuildCommand.java
DeadlyFirex/CascadeBot
0b5c48f5d26ddf33e92ff46ad229989c45f386ed
[ "MIT" ]
null
null
null
src/main/java/org/cascadebot/cascadebot/commands/developer/GuildCommand.java
DeadlyFirex/CascadeBot
0b5c48f5d26ddf33e92ff46ad229989c45f386ed
[ "MIT" ]
null
null
null
25.78
131
0.725369
9,988
/* * Copyright (c) 2019 CascadeBot. All rights reserved. * Licensed under the MIT license. */ package org.cascadebot.cascadebot.commands.developer; import net.dv8tion.jda.api.entities.Member; import org.cascadebot.cascadebot.commandmeta.CommandContext; import org.cascadebot.cascadebot.commandmeta.ICommandRestricte...
3e1775c3e6081d7ab1c7ba5b24b6a1def38d5c6f
26,412
java
Java
demonstrations/src/main/java/boofcv/demonstrations/calibration/DetectCalibrationChessboardXCornerApp.java
YunLemon/BoofCV
299f2fdb4c47297dd5def501f9bd31d7c9a25f10
[ "Apache-2.0" ]
null
null
null
demonstrations/src/main/java/boofcv/demonstrations/calibration/DetectCalibrationChessboardXCornerApp.java
YunLemon/BoofCV
299f2fdb4c47297dd5def501f9bd31d7c9a25f10
[ "Apache-2.0" ]
null
null
null
demonstrations/src/main/java/boofcv/demonstrations/calibration/DetectCalibrationChessboardXCornerApp.java
YunLemon/BoofCV
299f2fdb4c47297dd5def501f9bd31d7c9a25f10
[ "Apache-2.0" ]
null
null
null
37.731429
118
0.717893
9,989
/* * Copyright (c) 2021, Peter Abeles. All Rights Reserved. * * This file is part of BoofCV (http://boofcv.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 obtain a copy of the License at * * http://www.apac...
3e1775e4c9c9564b1616d4f082d137c5f47efd27
7,046
java
Java
src/test/java/jp/co/future/uroborosql/context/SqlContextFactoryTest.java
ksky8864/uroborosql
80cea94cc849dfe354a185f0af274e874cf4cad4
[ "MIT" ]
null
null
null
src/test/java/jp/co/future/uroborosql/context/SqlContextFactoryTest.java
ksky8864/uroborosql
80cea94cc849dfe354a185f0af274e874cf4cad4
[ "MIT" ]
null
null
null
src/test/java/jp/co/future/uroborosql/context/SqlContextFactoryTest.java
ksky8864/uroborosql
80cea94cc849dfe354a185f0af274e874cf4cad4
[ "MIT" ]
null
null
null
35.766497
110
0.751916
9,990
package jp.co.future.uroborosql.context; import static org.hamcrest.CoreMatchers.*; import static org.hamcrest.MatcherAssert.*; import java.sql.ResultSet; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.u...
3e177624c92c4bb126b1329b5c74ab68417620b2
2,126
java
Java
Workspace/net.jp2p.container/src/net/jp2p/container/context/Jp2pServiceDescriptor.java
chaupal/jp2p
fa669ac267c75128cf83eda28588013c59ae9200
[ "Apache-2.0" ]
8
2015-04-07T03:01:15.000Z
2022-01-13T03:16:29.000Z
Workspace/net.jp2p.container/src/net/jp2p/container/context/Jp2pServiceDescriptor.java
chaupal/jp2p
fa669ac267c75128cf83eda28588013c59ae9200
[ "Apache-2.0" ]
null
null
null
Workspace/net.jp2p.container/src/net/jp2p/container/context/Jp2pServiceDescriptor.java
chaupal/jp2p
fa669ac267c75128cf83eda28588013c59ae9200
[ "Apache-2.0" ]
5
2016-04-05T07:08:03.000Z
2019-10-15T16:18:19.000Z
25.011765
82
0.610536
9,991
/******************************************************************************* * Copyright (c) 2014 Chaupal. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution, and is available at *...
3e1776f5e7fe71eed1e7d6a4eab7e54762802d1b
2,693
java
Java
kit/src/main/java/com/oracle/javafx/scenebuilder/kit/metadata/property/value/list/DoubleListPropertyMetadata.java
zippoy/scenebuilder
7585da203d1c14282d17d06633af934904cb9624
[ "BSD-3-Clause" ]
524
2018-05-09T16:29:46.000Z
2022-03-30T16:17:24.000Z
kit/src/main/java/com/oracle/javafx/scenebuilder/kit/metadata/property/value/list/DoubleListPropertyMetadata.java
zippoy/scenebuilder
7585da203d1c14282d17d06633af934904cb9624
[ "BSD-3-Clause" ]
317
2018-05-25T12:20:46.000Z
2022-03-30T19:14:29.000Z
kit/src/main/java/com/oracle/javafx/scenebuilder/kit/metadata/property/value/list/DoubleListPropertyMetadata.java
zippoy/scenebuilder
7585da203d1c14282d17d06633af934904cb9624
[ "BSD-3-Clause" ]
226
2018-05-09T20:35:25.000Z
2022-03-26T12:00:46.000Z
48.963636
100
0.770516
9,992
/* * Copyright (c) 2012, 2014, Oracle and/or its affiliates. * All rights reserved. Use is subject to license terms. * * This file is available and licensed under the following license: * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followin...
3e177709e87bc315d0e27dc7002e276d263b52fa
2,273
java
Java
MS_LIBRARY/src/org/yeastrc/ms/writer/mzidentml/jaxb/CVListType.java
yeastrc/msdapl
0239d2dc34a41702eec39ee4cf1de95593044777
[ "Apache-2.0" ]
4
2017-04-13T21:04:57.000Z
2021-07-16T19:42:16.000Z
MS_LIBRARY/src/org/yeastrc/ms/writer/mzidentml/jaxb/CVListType.java
yeastrc/msdapl
0239d2dc34a41702eec39ee4cf1de95593044777
[ "Apache-2.0" ]
null
null
null
MS_LIBRARY/src/org/yeastrc/ms/writer/mzidentml/jaxb/CVListType.java
yeastrc/msdapl
0239d2dc34a41702eec39ee4cf1de95593044777
[ "Apache-2.0" ]
2
2016-06-16T17:16:40.000Z
2017-07-27T18:48:45.000Z
27.719512
124
0.644523
9,993
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2011.0...
3e1777ba3b50848933ea217c2ce9a1173bf61a19
1,935
java
Java
sql/src/test/java/io/crate/expression/scalar/ArrayLowerFunctionTest.java
chaudum/crate
ad4a35126e4e09dc372edd1c8c97bf589cef96ca
[ "Apache-2.0" ]
1
2020-02-03T11:59:41.000Z
2020-02-03T11:59:41.000Z
sql/src/test/java/io/crate/expression/scalar/ArrayLowerFunctionTest.java
chaudum/crate
ad4a35126e4e09dc372edd1c8c97bf589cef96ca
[ "Apache-2.0" ]
null
null
null
sql/src/test/java/io/crate/expression/scalar/ArrayLowerFunctionTest.java
chaudum/crate
ad4a35126e4e09dc372edd1c8c97bf589cef96ca
[ "Apache-2.0" ]
null
null
null
32.79661
75
0.703359
9,994
/* * Licensed to Crate under one or more contributor license agreements. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. Crate licenses this file * to you under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compl...
3e1778243acb52f9ab757cf10fab281e1d34f002
1,584
java
Java
src/com/android/camera/data/DataUtils.java
iamluciano/Camera2
8c374a9469bdca6f5d05b2a13dbc878043b61ba0
[ "Apache-2.0" ]
34
2018-12-08T04:57:02.000Z
2022-02-28T01:40:25.000Z
src/com/android/camera/data/DataUtils.java
iamluciano/Camera2
8c374a9469bdca6f5d05b2a13dbc878043b61ba0
[ "Apache-2.0" ]
2
2019-01-11T12:02:07.000Z
2019-02-20T06:28:57.000Z
src/com/android/camera/data/DataUtils.java
iamluciano/Camera2
8c374a9469bdca6f5d05b2a13dbc878043b61ba0
[ "Apache-2.0" ]
20
2019-01-05T11:31:13.000Z
2021-11-02T15:48:13.000Z
27.789474
89
0.626263
9,995
/* * Copyright (C) 2013 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...
3e1779d1d9371ae5eaac1cea9c54c631009dcdd2
355
java
Java
src/main/java/com/yunxin/utils/BinSturcture/BinType.java
hedingwei/yunxin-utils
c15cb71917b309490e7e50775daf1ebe78f74007
[ "MIT" ]
1
2020-05-09T07:15:25.000Z
2020-05-09T07:15:25.000Z
src/main/java/com/yunxin/utils/BinSturcture/BinType.java
hedingwei/yunxin-utils
c15cb71917b309490e7e50775daf1ebe78f74007
[ "MIT" ]
null
null
null
src/main/java/com/yunxin/utils/BinSturcture/BinType.java
hedingwei/yunxin-utils
c15cb71917b309490e7e50775daf1ebe78f74007
[ "MIT" ]
null
null
null
13.653846
38
0.51831
9,996
package com.yunxin.utils.BinSturcture; public enum BinType { BYTE(0), UBYTE(0), SHORT(1), USHORT(2), INT(3), UINT(4), LONG(5), ULONG(6), STRING(7), BYTEARRAY(8); private byte type; private BinType(byte type) { this.type = type; } BinType(int i) { ...
3e1779ffedf4c059478f9ae640cb8b953ab4075e
644
java
Java
social-multiplication-mm/microservices.book.api/src/main/java/microservices/book/api/services/persistent/DatabaseException.java
akabanov57/social-multiplication-mm
98abf0472d6073400ce4697a33fa7ce4c902af5e
[ "MIT" ]
null
null
null
social-multiplication-mm/microservices.book.api/src/main/java/microservices/book/api/services/persistent/DatabaseException.java
akabanov57/social-multiplication-mm
98abf0472d6073400ce4697a33fa7ce4c902af5e
[ "MIT" ]
null
null
null
social-multiplication-mm/microservices.book.api/src/main/java/microservices/book/api/services/persistent/DatabaseException.java
akabanov57/social-multiplication-mm
98abf0472d6073400ce4697a33fa7ce4c902af5e
[ "MIT" ]
null
null
null
24.769231
95
0.76087
9,997
package microservices.book.api.services.persistent; public class DatabaseException extends RuntimeException { private static final long serialVersionUID = 5446373091216402531L; public DatabaseException() {} public DatabaseException(String message) { super(message); } public DatabaseException(Throwabl...
3e177acafe068f0004209955d0f318cc37b1f3fe
456
java
Java
src/test/java/fi/kapsi/janner/fmireader/connection/FmiConnectionTest.java
jaruotsa/fmi-reader
ed96437b3b5ce961613d7cb25e7f37b1fddcf715
[ "MIT" ]
null
null
null
src/test/java/fi/kapsi/janner/fmireader/connection/FmiConnectionTest.java
jaruotsa/fmi-reader
ed96437b3b5ce961613d7cb25e7f37b1fddcf715
[ "MIT" ]
null
null
null
src/test/java/fi/kapsi/janner/fmireader/connection/FmiConnectionTest.java
jaruotsa/fmi-reader
ed96437b3b5ce961613d7cb25e7f37b1fddcf715
[ "MIT" ]
null
null
null
24
100
0.734649
9,998
package fi.kapsi.janner.fmireader.connection; import org.junit.Test; import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.*; /** * Created by janne on 17/05/17. */ public class FmiConnectionTest { @Test public void testBaseAddress() throws Exception { Connection connection = new FmiC...
3e177bf2d14b6cba7fdf3dcd182cd0d6377a0764
9,713
java
Java
sponge/src/main/java/com/griefdefender/migrator/RedProtectMigrator.java
martin1194/GriefDefender
73452825ab79a8714f86d5e2b08e2505b315caad
[ "MIT" ]
104
2019-06-16T00:15:27.000Z
2022-03-22T07:15:14.000Z
sponge/src/main/java/com/griefdefender/migrator/RedProtectMigrator.java
martin1194/GriefDefender
73452825ab79a8714f86d5e2b08e2505b315caad
[ "MIT" ]
423
2019-07-24T01:50:30.000Z
2022-03-24T21:59:24.000Z
sponge/src/main/java/com/griefdefender/migrator/RedProtectMigrator.java
martin1194/GriefDefender
73452825ab79a8714f86d5e2b08e2505b315caad
[ "MIT" ]
142
2019-07-25T06:44:26.000Z
2022-03-19T14:55:06.000Z
50.06701
166
0.622671
9,999
/* * This file is part of GriefDefender, licensed under the MIT License (MIT). * * Copyright (c) bloodmc * Copyright (c) contributors * * 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...
3e177cc9c31ec7ef41786dd67649ff3f1e8a4054
1,493
java
Java
src/main/java/com/palyrobotics/frc2022/util/service/NetworkLoggerService.java
team8/FRC-2022-Public
6c618d4bac72c9534c76ee7fa6efb80cd47f58df
[ "MIT" ]
null
null
null
src/main/java/com/palyrobotics/frc2022/util/service/NetworkLoggerService.java
team8/FRC-2022-Public
6c618d4bac72c9534c76ee7fa6efb80cd47f58df
[ "MIT" ]
null
null
null
src/main/java/com/palyrobotics/frc2022/util/service/NetworkLoggerService.java
team8/FRC-2022-Public
6c618d4bac72c9534c76ee7fa6efb80cd47f58df
[ "MIT" ]
null
null
null
26.192982
104
0.712659
10,000
package com.palyrobotics.frc2022.util.service; import com.esotericsoftware.minlog.Log; import com.esotericsoftware.minlog.Log.Logger; import com.palyrobotics.frc2022.util.http.LightHttpServer; import edu.wpi.first.wpilibj.Timer; // control center logging public class NetworkLoggerService extends ServerServiceBase im...
3e177e0818ba89ae74140de625fa622fd29cb11b
2,173
java
Java
Mage/src/main/java/mage/abilities/condition/common/XorLessLifeCondition.java
zeffirojoe/mage
71260c382a4e3afef5cdf79adaa00855b963c166
[ "MIT" ]
1,444
2015-01-02T00:25:38.000Z
2022-03-31T13:57:18.000Z
Mage/src/main/java/mage/abilities/condition/common/XorLessLifeCondition.java
zeffirojoe/mage
71260c382a4e3afef5cdf79adaa00855b963c166
[ "MIT" ]
6,180
2015-01-02T19:10:09.000Z
2022-03-31T21:10:44.000Z
Mage/src/main/java/mage/abilities/condition/common/XorLessLifeCondition.java
zeffirojoe/mage
71260c382a4e3afef5cdf79adaa00855b963c166
[ "MIT" ]
1,001
2015-01-01T01:15:20.000Z
2022-03-30T20:23:04.000Z
31.042857
106
0.54809
10,001
package mage.abilities.condition.common; import mage.abilities.Ability; import mage.abilities.condition.Condition; import mage.game.Game; import mage.players.Player; import mage.players.PlayerList; import java.util.UUID; /** * * @author maurer.it_at_gmail.com */ public class XorLessLifeCondition implements Condi...
3e177e2b401e1d9bf2d5a2ee8111894df82e52a1
5,461
java
Java
src/main/java/com/arpnetworking/metrics/common/sources/ActorSource.java
ArpNetworking/metrics-aggregator-daemon
3125c7d8e9fd71eacc9dd79621f3202adb35db5e
[ "Apache-2.0" ]
6
2016-04-15T03:22:13.000Z
2018-08-07T22:29:24.000Z
src/main/java/com/arpnetworking/metrics/common/sources/ActorSource.java
ArpNetworking/metrics-aggregator-daemon
3125c7d8e9fd71eacc9dd79621f3202adb35db5e
[ "Apache-2.0" ]
92
2016-02-08T23:43:10.000Z
2021-03-25T17:39:48.000Z
src/main/java/com/arpnetworking/metrics/common/sources/ActorSource.java
ArpNetworking/metrics-aggregator-daemon
3125c7d8e9fd71eacc9dd79621f3202adb35db5e
[ "Apache-2.0" ]
13
2016-04-25T10:52:13.000Z
2020-06-08T16:51:07.000Z
32.313609
118
0.598791
10,002
/* * Copyright 2016 Smartsheet * * 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...
3e177ffb78530847d062519e76f2f5c725e8b44b
14,899
java
Java
src/com/google/javascript/jscomp/JSDocInfoPrinter.java
natansun/closure-compiler
d5615b9fd2db45bf128499a4287452589eea7481
[ "Apache-2.0" ]
null
null
null
src/com/google/javascript/jscomp/JSDocInfoPrinter.java
natansun/closure-compiler
d5615b9fd2db45bf128499a4287452589eea7481
[ "Apache-2.0" ]
null
null
null
src/com/google/javascript/jscomp/JSDocInfoPrinter.java
natansun/closure-compiler
d5615b9fd2db45bf128499a4287452589eea7481
[ "Apache-2.0" ]
null
null
null
28.217803
97
0.598027
10,003
/* * Copyright 2014 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
3e1780d3889f0682779390af53dfdcebd830ceca
1,191
java
Java
src/main/java/com/microsoft/graph/requests/extensions/IDocumentCommentReplyCollectionPage.java
isabella232/msgraph-beta-sdk-java
7d2b929d5c99c01ec1af1a251f4bf5876ca95ed8
[ "MIT" ]
null
null
null
src/main/java/com/microsoft/graph/requests/extensions/IDocumentCommentReplyCollectionPage.java
isabella232/msgraph-beta-sdk-java
7d2b929d5c99c01ec1af1a251f4bf5876ca95ed8
[ "MIT" ]
1
2021-02-23T20:48:12.000Z
2021-02-23T20:48:12.000Z
src/main/java/com/microsoft/graph/requests/extensions/IDocumentCommentReplyCollectionPage.java
isabella232/msgraph-beta-sdk-java
7d2b929d5c99c01ec1af1a251f4bf5876ca95ed8
[ "MIT" ]
null
null
null
45.807692
152
0.720403
10,004
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
3e17812027249ea83b8537712e143e58b4109fa1
453
java
Java
src/DataAnalysis/IDataProcessor.java
PedroCardouzo/StockAnalytics
0617de41f10abbffb7f246b779b81e52e6489fea
[ "MIT" ]
null
null
null
src/DataAnalysis/IDataProcessor.java
PedroCardouzo/StockAnalytics
0617de41f10abbffb7f246b779b81e52e6489fea
[ "MIT" ]
null
null
null
src/DataAnalysis/IDataProcessor.java
PedroCardouzo/StockAnalytics
0617de41f10abbffb7f246b779b81e52e6489fea
[ "MIT" ]
2
2018-05-03T01:17:09.000Z
2018-05-21T19:28:12.000Z
37.75
88
0.746137
10,005
package DataAnalysis; import DataReceiver.StockData; // interface of a DataProcessor. Every Data processor will have to implement their own public interface IDataProcessor { double[][] simpleMovingAverage(int sampleSize, StockData[] data, String field); double[][] exponentialMovingAverage(int sampleSize, Stoc...
3e1781a03d06ebebbb80d6c11fec370175dcb0d9
4,640
java
Java
app/LostLuggage/src/main/java/is103/lostluggage/Controllers/AddNewDataViewController.java
daronozdemir/Corendon-project
5c18d5e1ea4f619fd1e801f22de0ffa0a9b80c14
[ "MIT" ]
32
2018-02-03T14:09:24.000Z
2022-02-14T16:32:39.000Z
app/LostLuggage/src/main/java/is103/lostluggage/Controllers/AddNewDataViewController.java
mbelduque/Corendon-LostLuggage
fa0612a9615afa66a6ca0be4363828e1aabad8b8
[ "MIT" ]
null
null
null
app/LostLuggage/src/main/java/is103/lostluggage/Controllers/AddNewDataViewController.java
mbelduque/Corendon-LostLuggage
fa0612a9615afa66a6ca0be4363828e1aabad8b8
[ "MIT" ]
20
2018-02-03T14:21:11.000Z
2021-11-23T17:16:10.000Z
38.666667
97
0.68944
10,006
/* * 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 is103.lostluggage.Controllers; import is103.lostluggage.Controllers.Admin.OverviewUserController; import is103.lostluggage.Con...
3e1781aaf2e6579045150576352d65201c1151f9
480
java
Java
Create-Refabricated-Lib/src/main/java/com/simibubi/create/lib/helper/PlayerEntityHelper.java
ExoPlant/Create-Refabricated
e7ff94403e281ae645dd326a8b4370a3f9251365
[ "MIT" ]
null
null
null
Create-Refabricated-Lib/src/main/java/com/simibubi/create/lib/helper/PlayerEntityHelper.java
ExoPlant/Create-Refabricated
e7ff94403e281ae645dd326a8b4370a3f9251365
[ "MIT" ]
null
null
null
Create-Refabricated-Lib/src/main/java/com/simibubi/create/lib/helper/PlayerEntityHelper.java
ExoPlant/Create-Refabricated
e7ff94403e281ae645dd326a8b4370a3f9251365
[ "MIT" ]
null
null
null
25.263158
67
0.8
10,007
package com.simibubi.create.lib.helper; import com.simibubi.create.lib.mixin.accessor.PlayerEntityAccessor; import com.simibubi.create.lib.utility.MixinHelper; import net.minecraft.entity.player.PlayerEntity; public class PlayerEntityHelper { public static void closeScreen (PlayerEntity player) { get(player).crea...
3e1781c09c2a63fe829d256c0bb35ef9ea0173c5
6,698
java
Java
aspsp-mock-server/src/test/java/de/adorsys/aspsp/aspspmockserver/web/PsuControllerTest.java
erdincozden/xs2a
f9654f47a13eda78a20d1c8d17366c1f79333a76
[ "Apache-2.0" ]
null
null
null
aspsp-mock-server/src/test/java/de/adorsys/aspsp/aspspmockserver/web/PsuControllerTest.java
erdincozden/xs2a
f9654f47a13eda78a20d1c8d17366c1f79333a76
[ "Apache-2.0" ]
null
null
null
aspsp-mock-server/src/test/java/de/adorsys/aspsp/aspspmockserver/web/PsuControllerTest.java
erdincozden/xs2a
f9654f47a13eda78a20d1c8d17366c1f79333a76
[ "Apache-2.0" ]
null
null
null
37.830508
196
0.719833
10,008
/* * Copyright 2018-2018 adorsys GmbH & Co KG * * 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 ...
3e17820ad8e5739c89b2dd189ce90c2c53b933dd
1,988
java
Java
src/main/java/nc/network/gui/OpenGuiPacket.java
ThizThizzyDizzy/NuclearCraft
ce40952542e422a6e509dc756aa0415766732655
[ "MIT" ]
180
2016-01-13T07:49:52.000Z
2021-10-01T03:47:59.000Z
src/main/java/nc/network/gui/OpenGuiPacket.java
ThizThizzyDizzy/NuclearCraft
ce40952542e422a6e509dc756aa0415766732655
[ "MIT" ]
742
2016-01-18T04:42:34.000Z
2021-09-26T16:35:50.000Z
src/main/java/nc/network/gui/OpenGuiPacket.java
ThizThizzyDizzy/NuclearCraft
ce40952542e422a6e509dc756aa0415766732655
[ "MIT" ]
150
2016-01-18T04:18:35.000Z
2021-09-01T18:15:06.000Z
29.671642
160
0.742958
10,009
package nc.network.gui; import io.netty.buffer.ByteBuf; import nc.NuclearCraft; import nc.tile.ITileGui; import net.minecraft.entity.player.EntityPlayerMP; import net.minecraft.tileentity.TileEntity; import net.minecraft.util.math.BlockPos; import net.minecraft.world.World; import net.minecraftforge.fml.common.FMLComm...
3e178232bf0b0ac0103b4e7673cffb7fea9437c7
2,045
java
Java
flink-core/src/main/java/org/apache/flink/types/parser/FloatValueParser.java
daniel-pape/flink
0ba53558f9b56b1e17c84ab8e4ee639ca09b9133
[ "BSD-3-Clause" ]
1
2022-02-19T21:11:52.000Z
2022-02-19T21:11:52.000Z
flink-core/src/main/java/org/apache/flink/types/parser/FloatValueParser.java
daniel-pape/flink
0ba53558f9b56b1e17c84ab8e4ee639ca09b9133
[ "BSD-3-Clause" ]
15
2015-02-04T22:56:50.000Z
2015-06-25T13:44:53.000Z
flink-core/src/main/java/org/apache/flink/types/parser/FloatValueParser.java
daniel-pape/flink
0ba53558f9b56b1e17c84ab8e4ee639ca09b9133
[ "BSD-3-Clause" ]
3
2016-01-09T18:48:42.000Z
2019-07-12T13:26:47.000Z
27.635135
102
0.713447
10,010
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3e1782761edebe62222313df2b7220937f4b9453
2,899
java
Java
src/main/java/cn/edu/seu/itcompany/neteasy/UndergroundMaze.java
personajian/newer-coder
28289f2075f576209cf968fb2b2c01a2f8ad94cd
[ "MIT" ]
null
null
null
src/main/java/cn/edu/seu/itcompany/neteasy/UndergroundMaze.java
personajian/newer-coder
28289f2075f576209cf968fb2b2c01a2f8ad94cd
[ "MIT" ]
null
null
null
src/main/java/cn/edu/seu/itcompany/neteasy/UndergroundMaze.java
personajian/newer-coder
28289f2075f576209cf968fb2b2c01a2f8ad94cd
[ "MIT" ]
null
null
null
28.70297
92
0.460849
10,011
package cn.edu.seu.itcompany.neteasy; import java.util.Iterator; import java.util.LinkedList; import java.util.Scanner; /**青蛙跳出地下迷宫 * https://www.nowcoder.com/questionTerminal/571cfbe764824f03b5c0bfd2eb0a8ddf * @Author personajian * @Date 2017/8/11 9:11 */ public class UndergroundMaze { private static int sta...
3e178342dfc0a846749ed2e0c912826f544fcf07
8,544
java
Java
src/main/java/com/wujunshen/controller/BookController.java
TANGKUO/spring-cloud-provider-book
595fc3769d99bb069cfdf788354dda5b11eb1556
[ "Apache-2.0" ]
null
null
null
src/main/java/com/wujunshen/controller/BookController.java
TANGKUO/spring-cloud-provider-book
595fc3769d99bb069cfdf788354dda5b11eb1556
[ "Apache-2.0" ]
null
null
null
src/main/java/com/wujunshen/controller/BookController.java
TANGKUO/spring-cloud-provider-book
595fc3769d99bb069cfdf788354dda5b11eb1556
[ "Apache-2.0" ]
null
null
null
44.989474
227
0.650094
10,012
package com.wujunshen.controller; import com.wujunshen.entity.Book; import com.wujunshen.entity.Books; import com.wujunshen.exception.ResultStatusCode; import com.wujunshen.service.BookService; import com.wujunshen.vo.BaseResultVo; import io.swagger.annotations.*; import org.slf4j.Logger; import org.slf4j.LoggerFactor...
3e17854eff62a7007160d359950e15a70133e642
1,909
java
Java
components/event-simulator/org.wso2.carbon.event.simulator.admin/src/main/java/org/wso2/carbon/event/simulator/admin/CSVFileInfoDto.java
tharindu-bandara/carbon-event-processing
25a21513e49711031bf5027529edeef301bfa226
[ "Apache-2.0" ]
10
2015-03-11T11:30:46.000Z
2019-04-08T01:41:29.000Z
components/event-simulator/org.wso2.carbon.event.simulator.admin/src/main/java/org/wso2/carbon/event/simulator/admin/CSVFileInfoDto.java
tharindu-bandara/carbon-event-processing
25a21513e49711031bf5027529edeef301bfa226
[ "Apache-2.0" ]
20
2015-01-14T09:20:27.000Z
2020-01-02T09:36:28.000Z
components/event-simulator/org.wso2.carbon.event.simulator.admin/src/main/java/org/wso2/carbon/event/simulator/admin/CSVFileInfoDto.java
tharindu-bandara/carbon-event-processing
25a21513e49711031bf5027529edeef301bfa226
[ "Apache-2.0" ]
131
2015-01-16T09:21:36.000Z
2022-03-04T12:25:27.000Z
25.797297
80
0.682032
10,013
/* * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * U...
3e1785d5594a49f681f164d412a7c1932be4afbf
1,411
java
Java
app/src/main/java/me/jessyan/mvparms/demo/mvp/model/api/cache/CommonCache.java
tianwenju/MVPArms-master
6bfa1a04acb07b75042fdad7f5a064019c594b16
[ "Apache-2.0" ]
1
2017-03-14T10:11:29.000Z
2017-03-14T10:11:29.000Z
app/src/main/java/me/jessyan/mvparms/demo/mvp/model/api/cache/CommonCache.java
tianwenju/MVPArms-master
6bfa1a04acb07b75042fdad7f5a064019c594b16
[ "Apache-2.0" ]
null
null
null
app/src/main/java/me/jessyan/mvparms/demo/mvp/model/api/cache/CommonCache.java
tianwenju/MVPArms-master
6bfa1a04acb07b75042fdad7f5a064019c594b16
[ "Apache-2.0" ]
null
null
null
37.342105
136
0.768147
10,014
package me.jessyan.mvparms.demo.mvp.model.api.cache; import java.util.List; import java.util.concurrent.TimeUnit; import io.rx_cache.DynamicKey; import io.rx_cache.EvictProvider; import io.rx_cache.LifeCache; import io.rx_cache.Reply; import me.jessyan.mvparms.demo.mvp.model.entity.User; import rx.Observable; /** *...
3e1785f3af78f53ad01bc0aeb377687c702b184a
2,166
java
Java
src/main/java/com/digitalpebble/storm/crawler/util/ConfUtils.java
GuiForget/storm-crawler
30a060647aba5560b70e3439aed2ac9bfd28c38b
[ "Apache-2.0" ]
null
null
null
src/main/java/com/digitalpebble/storm/crawler/util/ConfUtils.java
GuiForget/storm-crawler
30a060647aba5560b70e3439aed2ac9bfd28c38b
[ "Apache-2.0" ]
null
null
null
src/main/java/com/digitalpebble/storm/crawler/util/ConfUtils.java
GuiForget/storm-crawler
30a060647aba5560b70e3439aed2ac9bfd28c38b
[ "Apache-2.0" ]
null
null
null
34.380952
80
0.685134
10,015
/** * Licensed to DigitalPebble Ltd under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * DigitalPebble licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this...
3e1786f038805a9018c1a94e5ec19b63ef007ee8
961
java
Java
Android-RatingBar/app/src/main/java/com/example/user/lab43_12273sudonot/MainActivity.java
sudtanj/Android-Small-Apps-Collection
f6f242876fb091427f7d66b5dbc94d9123804c67
[ "MIT" ]
1
2019-08-05T21:02:00.000Z
2019-08-05T21:02:00.000Z
Android-RatingBar/app/src/main/java/com/example/user/lab43_12273sudonot/MainActivity.java
sudtanj/Android-Small-Apps-Collection
f6f242876fb091427f7d66b5dbc94d9123804c67
[ "MIT" ]
null
null
null
Android-RatingBar/app/src/main/java/com/example/user/lab43_12273sudonot/MainActivity.java
sudtanj/Android-Small-Apps-Collection
f6f242876fb091427f7d66b5dbc94d9123804c67
[ "MIT" ]
null
null
null
31
72
0.687825
10,016
package com.example.user.lab43_12273sudonot; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.MotionEvent; import android.view.View; import android.widget.RatingBar; import android.widget.TextView; public class MainActivity extends AppCompatActivity { RatingBar ratin...
3e1787a468a538e4daff81f76714abb052823e71
19,044
java
Java
java/src/com/wparam/kb/inputmethod/latin/settings/SettingsValues.java
wparam-git/androidkb
4295fa18805505c402a179cf4e605c1b9273310d
[ "Info-ZIP" ]
null
null
null
java/src/com/wparam/kb/inputmethod/latin/settings/SettingsValues.java
wparam-git/androidkb
4295fa18805505c402a179cf4e605c1b9273310d
[ "Info-ZIP" ]
null
null
null
java/src/com/wparam/kb/inputmethod/latin/settings/SettingsValues.java
wparam-git/androidkb
4295fa18805505c402a179cf4e605c1b9273310d
[ "Info-ZIP" ]
null
null
null
48.705882
100
0.714661
10,017
/* * Copyright (C) 2011 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...
3e1788fd49a837d0ec22be488a70365e04ba3c77
15,113
java
Java
app/src/main/java/pers/zhc/tools/BaseActivity.java
bczhc2/test
8f910db1a420ed73da3a02c2044d8cb1213a653b
[ "MIT" ]
1
2020-02-13T04:27:37.000Z
2020-02-13T04:27:37.000Z
app/src/main/java/pers/zhc/tools/BaseActivity.java
bczhc2/test
8f910db1a420ed73da3a02c2044d8cb1213a653b
[ "MIT" ]
null
null
null
app/src/main/java/pers/zhc/tools/BaseActivity.java
bczhc2/test
8f910db1a420ed73da3a02c2044d8cb1213a653b
[ "MIT" ]
null
null
null
48.751613
162
0.492027
10,018
package pers.zhc.tools; import android.Manifest; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.content.res.Configuration; import android.os.Bundle; import android.util.Log; import android.view.View; import android.view.ViewGroup; import android.widget.ProgressBa...
3e17890e0125fbf45b30036709ae80bce7cfd465
1,596
java
Java
coeey/com/google/android/gms/auth/api/accounttransfer/zzq.java
ankurshukla1993/IOT-test
174c2f0f1b5ff7ef0ffb5eb29b6d68048b0af2b6
[ "Apache-2.0" ]
1
2021-08-21T17:56:56.000Z
2021-08-21T17:56:56.000Z
coeey/com/google/android/gms/auth/api/accounttransfer/zzq.java
ankurshukla1993/IOT-test
174c2f0f1b5ff7ef0ffb5eb29b6d68048b0af2b6
[ "Apache-2.0" ]
null
null
null
coeey/com/google/android/gms/auth/api/accounttransfer/zzq.java
ankurshukla1993/IOT-test
174c2f0f1b5ff7ef0ffb5eb29b6d68048b0af2b6
[ "Apache-2.0" ]
1
2018-11-26T08:56:33.000Z
2018-11-26T08:56:33.000Z
31.294118
73
0.476817
10,019
package com.google.android.gms.auth.api.accounttransfer; import android.os.Parcel; import android.os.Parcelable.Creator; import com.google.android.gms.internal.zzbek; import java.util.List; public final class zzq implements Creator<zzp> { public final /* synthetic */ Object createFromParcel(Parcel parcel) { ...
3e17891b5c9a7faac20060dd8d71febe4d646535
619
java
Java
junit4-ant/src/main/java/com/carrotsearch/ant/tasks/junit4/slave/JvmExit.java
gautamworah96/randomizedtesting
006d90480cf0f343ca6140cdd2706efd6ec382dd
[ "Apache-2.0" ]
109
2015-09-03T00:46:36.000Z
2022-01-16T17:38:22.000Z
junit4-ant/src/main/java/com/carrotsearch/ant/tasks/junit4/slave/JvmExit.java
gautamworah96/randomizedtesting
006d90480cf0f343ca6140cdd2706efd6ec382dd
[ "Apache-2.0" ]
107
2015-09-02T05:37:35.000Z
2022-03-16T15:41:49.000Z
junit4-ant/src/main/java/com/carrotsearch/ant/tasks/junit4/slave/JvmExit.java
gautamworah96/randomizedtesting
006d90480cf0f343ca6140cdd2706efd6ec382dd
[ "Apache-2.0" ]
33
2015-10-30T14:21:05.000Z
2022-02-08T05:32:12.000Z
24.76
93
0.610662
10,020
package com.carrotsearch.ant.tasks.junit4.slave; final class JvmExit { final static void halt(final int code) { // try to exit gracefully by calling system.exit. If we terminate within 5 seconds, fine. // If not, halt the JVM. final Thread exiter = new Thread() { @Override public void run() {...
3e17893af0fa777444a493b066a157bf6db9af48
1,309
java
Java
spring-data-neo4j-rx/src/main/java/org/neo4j/springframework/data/core/cypher/BooleanLiteral.java
harissecic/sdn-rx
80e52e8c05d798ede84ee092fd81cd247c415622
[ "Apache-2.0" ]
null
null
null
spring-data-neo4j-rx/src/main/java/org/neo4j/springframework/data/core/cypher/BooleanLiteral.java
harissecic/sdn-rx
80e52e8c05d798ede84ee092fd81cd247c415622
[ "Apache-2.0" ]
null
null
null
spring-data-neo4j-rx/src/main/java/org/neo4j/springframework/data/core/cypher/BooleanLiteral.java
harissecic/sdn-rx
80e52e8c05d798ede84ee092fd81cd247c415622
[ "Apache-2.0" ]
null
null
null
27.851064
75
0.728037
10,021
/* * Copyright (c) 2019-2020 "Neo4j," * Neo4j Sweden AB [https://neo4j.com] * * This file is part of Neo4j. * * 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 * * https://www.apach...
3e1789bd50ddb92d848a5204c5b3f37cfb9ae21e
1,612
java
Java
src/com/jayantkrish/jklol/ccg/supertag/PosContextFeatureGenerator.java
jayantk/jklol
d27532ca83e212d51066cf28f52621acc3fd44cc
[ "BSD-2-Clause" ]
9
2015-05-12T18:31:19.000Z
2020-04-09T18:04:41.000Z
src/com/jayantkrish/jklol/ccg/supertag/PosContextFeatureGenerator.java
jayantk/jklol
d27532ca83e212d51066cf28f52621acc3fd44cc
[ "BSD-2-Clause" ]
4
2016-02-01T23:15:26.000Z
2016-03-25T16:54:04.000Z
src/com/jayantkrish/jklol/ccg/supertag/PosContextFeatureGenerator.java
jayantk/jklol
d27532ca83e212d51066cf28f52621acc3fd44cc
[ "BSD-2-Clause" ]
6
2015-03-20T15:12:38.000Z
2021-10-15T07:08:09.000Z
32.24
103
0.699752
10,022
package com.jayantkrish.jklol.ccg.supertag; import java.util.Map; import com.google.common.base.Joiner; import com.google.common.base.Preconditions; import com.google.common.collect.Maps; import com.google.common.primitives.Ints; import com.jayantkrish.jklol.preprocessing.FeatureGenerator; import com.jayantkrish.jklo...
3e178a42784a5d0e842062c3fc8eec27a062d410
359
java
Java
Hafta-4/odev2-kodlama/movie-api-spring-boot/src/main/java/dev/patika/movieapispringboot/movie/controller/MovieCreateResponse.java
isakilikya/patika-spring-bootcamp
8fe092f42a9141da2c25c32224a0b4433c49458b
[ "MIT" ]
null
null
null
Hafta-4/odev2-kodlama/movie-api-spring-boot/src/main/java/dev/patika/movieapispringboot/movie/controller/MovieCreateResponse.java
isakilikya/patika-spring-bootcamp
8fe092f42a9141da2c25c32224a0b4433c49458b
[ "MIT" ]
null
null
null
Hafta-4/odev2-kodlama/movie-api-spring-boot/src/main/java/dev/patika/movieapispringboot/movie/controller/MovieCreateResponse.java
isakilikya/patika-spring-bootcamp
8fe092f42a9141da2c25c32224a0b4433c49458b
[ "MIT" ]
null
null
null
19.944444
77
0.690808
10,023
package dev.patika.movieapispringboot.movie.controller; import lombok.Builder; import lombok.Getter; @Getter @Builder public class MovieCreateResponse { private Long id; public static MovieCreateResponse convertToMovieCreateREsponse(Long id) { return MovieCreateResponse.builder() .id...
3e178a6384609b470f21e3cbab0657ec87f4a140
1,510
java
Java
android/src/main/java/com/oblador/shimmer/RNShimmeringView.java
chaseholland/react-native-shimmer
fbc83807cb8f88b65e8d437e29765303b877cff8
[ "MIT" ]
1
2021-05-19T03:16:21.000Z
2021-05-19T03:16:21.000Z
android/src/main/java/com/oblador/shimmer/RNShimmeringView.java
chaseholland/react-native-shimmer
fbc83807cb8f88b65e8d437e29765303b877cff8
[ "MIT" ]
null
null
null
android/src/main/java/com/oblador/shimmer/RNShimmeringView.java
chaseholland/react-native-shimmer
fbc83807cb8f88b65e8d437e29765303b877cff8
[ "MIT" ]
null
null
null
26.964286
88
0.562252
10,024
package com.oblador.shimmer; import android.content.Context; import android.util.AttributeSet; import com.facebook.shimmer.ShimmerFrameLayout; public class RNShimmeringView extends ShimmerFrameLayout { public RNShimmeringView(Context context) { super(context); } public RNShimmeringView(Context ...
3e178ba2523f2bce08bccd0caf0f09249956ee17
1,206
java
Java
runtime/impl/src/main/java/com/google/apphosting/runtime/anyrpc/EvaluationRuntimeServerInterface.java
isopov/appengine-java-standard
e9d2465c2def0a6710d96969b58006835cd792f2
[ "ECL-2.0", "Apache-2.0" ]
125
2020-11-12T16:59:49.000Z
2022-03-29T17:56:28.000Z
runtime/impl/src/main/java/com/google/apphosting/runtime/anyrpc/EvaluationRuntimeServerInterface.java
isopov/appengine-java-standard
e9d2465c2def0a6710d96969b58006835cd792f2
[ "ECL-2.0", "Apache-2.0" ]
4
2022-01-27T04:35:11.000Z
2022-03-22T05:54:50.000Z
runtime/impl/src/main/java/com/google/apphosting/runtime/anyrpc/EvaluationRuntimeServerInterface.java
isopov/appengine-java-standard
e9d2465c2def0a6710d96969b58006835cd792f2
[ "ECL-2.0", "Apache-2.0" ]
15
2020-11-12T17:00:02.000Z
2022-03-28T09:57:03.000Z
34.457143
79
0.770315
10,025
/* * Copyright 2021 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
3e178c02f97014fa20ae7387b0217361c1b1f6ea
1,479
java
Java
hello-spring/src/test/java/hello/hellospring/repository/MemoryMemberRepositoryTest.java
Gummybearr/java-practice
4dfba0f78ed59bec31c64b2c58ab60faf1cd6b90
[ "MIT" ]
null
null
null
hello-spring/src/test/java/hello/hellospring/repository/MemoryMemberRepositoryTest.java
Gummybearr/java-practice
4dfba0f78ed59bec31c64b2c58ab60faf1cd6b90
[ "MIT" ]
null
null
null
hello-spring/src/test/java/hello/hellospring/repository/MemoryMemberRepositoryTest.java
Gummybearr/java-practice
4dfba0f78ed59bec31c64b2c58ab60faf1cd6b90
[ "MIT" ]
null
null
null
23.854839
69
0.647735
10,026
package hello.hellospring.repository; import hello.hellospring.domain.Member; import org.assertj.core.api.Assertions; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.Test; import java.util.List; import java.util.Optional; class MemoryMemberRepositoryTest { MemoryMemberRepository repository =...
3e178d4118103530fff972b0a36cc9fa1de6e621
352
java
Java
StaffWeb/src/com/lxl/servlet/model/ImageModel.java
aa5279aa/StaffManagerWeb
c3c74d1925554cc48eb107e8af765ef4e2b535d2
[ "Apache-2.0" ]
null
null
null
StaffWeb/src/com/lxl/servlet/model/ImageModel.java
aa5279aa/StaffManagerWeb
c3c74d1925554cc48eb107e8af765ef4e2b535d2
[ "Apache-2.0" ]
null
null
null
StaffWeb/src/com/lxl/servlet/model/ImageModel.java
aa5279aa/StaffManagerWeb
c3c74d1925554cc48eb107e8af765ef4e2b535d2
[ "Apache-2.0" ]
null
null
null
19.555556
56
0.678977
10,027
package com.lxl.servlet.model; import com.alibaba.fastjson.annotation.JSONField; import java.util.ArrayList; import java.util.List; /** * Created by xiangleiliu on 2017/5/25. */ public class ImageModel { @JSONField(serialize = false) public String name = "aaa"; public List<ImgFile> fileI...
3e178dd8d71227342e9134e5ed9c9fb2d5efa1a5
1,522
java
Java
jdk11/java.xml/com/sun/org/apache/xerces/internal/dom/AbortException.java
1446554749/jdk_11_src_read
b9c070d7232ee3cf5f2f6270e748ada74cbabb3f
[ "Apache-2.0" ]
543
2017-06-14T14:53:33.000Z
2022-03-23T14:18:09.000Z
jdk11/java.xml/com/sun/org/apache/xerces/internal/dom/AbortException.java
1446554749/jdk_11_src_read
b9c070d7232ee3cf5f2f6270e748ada74cbabb3f
[ "Apache-2.0" ]
381
2017-10-31T14:29:54.000Z
2022-03-25T15:27:27.000Z
jdk11/java.xml/com/sun/org/apache/xerces/internal/dom/AbortException.java
1446554749/jdk_11_src_read
b9c070d7232ee3cf5f2f6270e748ada74cbabb3f
[ "Apache-2.0" ]
50
2018-01-06T12:35:14.000Z
2022-03-13T14:54:33.000Z
41.135135
76
0.737845
10,028
/* * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
3e178e80a7bb16f41553ca52f70bf5fda4db4ce7
7,059
java
Java
core/src/test/java/com/orientechnologies/orient/core/serialization/serializer/binary/impl/ORecordSerializerBinaryDebugTest.java
bernhardriegler/orientdb
9d1e4ff1bb5ebb52092856baad40c35cf27295f8
[ "Apache-2.0" ]
3,651
2015-01-02T23:58:10.000Z
2022-03-31T21:12:12.000Z
core/src/test/java/com/orientechnologies/orient/core/serialization/serializer/binary/impl/ORecordSerializerBinaryDebugTest.java
bernhardriegler/orientdb
9d1e4ff1bb5ebb52092856baad40c35cf27295f8
[ "Apache-2.0" ]
6,890
2015-01-01T09:41:48.000Z
2022-03-29T08:39:49.000Z
core/src/test/java/com/orientechnologies/orient/core/serialization/serializer/binary/impl/ORecordSerializerBinaryDebugTest.java
bernhardriegler/orientdb
9d1e4ff1bb5ebb52092856baad40c35cf27295f8
[ "Apache-2.0" ]
923
2015-01-01T20:40:08.000Z
2022-03-21T07:26:56.000Z
38.785714
109
0.710866
10,029
package com.orientechnologies.orient.core.serialization.serializer.binary.impl; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx; import com.orientechnologies.orient.core.metadata.schema.OClass; import c...
3e178e84281364907550bb609f857b89c3b46384
6,417
java
Java
src/mixins/java/org/spongepowered/common/mixin/tracker/world/entity/item/FallingBlockEntityMixin_Tracker.java
astei/Sponge
c03c9572eabde4d79945770ecb2d25cf56e8a91d
[ "MIT" ]
334
2015-01-01T05:38:57.000Z
2022-03-28T06:35:23.000Z
src/mixins/java/org/spongepowered/common/mixin/tracker/world/entity/item/FallingBlockEntityMixin_Tracker.java
astei/Sponge
c03c9572eabde4d79945770ecb2d25cf56e8a91d
[ "MIT" ]
761
2015-01-01T22:40:49.000Z
2022-03-26T17:58:40.000Z
src/mixins/java/org/spongepowered/common/mixin/tracker/world/entity/item/FallingBlockEntityMixin_Tracker.java
LogicFan/Sponge
bd0aabe83d82e5deb22876130ed0f16230cb90e4
[ "MIT" ]
291
2015-01-01T12:48:30.000Z
2022-03-28T20:56:26.000Z
51.75
109
0.703132
10,030
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://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 "Softwar...
3e178ece4a70b94e1150c4272787f7d91c33fa43
451
java
Java
src/jokrey/utilities/simple/data_structure/queue/Queue.java
jokrey/utility-algorithms-java
efc66376bac33ff3ac1ee25c5d3afeeda42d7e0f
[ "MIT" ]
null
null
null
src/jokrey/utilities/simple/data_structure/queue/Queue.java
jokrey/utility-algorithms-java
efc66376bac33ff3ac1ee25c5d3afeeda42d7e0f
[ "MIT" ]
null
null
null
src/jokrey/utilities/simple/data_structure/queue/Queue.java
jokrey/utility-algorithms-java
efc66376bac33ff3ac1ee25c5d3afeeda42d7e0f
[ "MIT" ]
null
null
null
25.055556
71
0.634146
10,031
package jokrey.utilities.simple.data_structure.queue; /** * @author jokrey */ public interface Queue<E> { /**Add given element to queue, must not be null*/ void enqueue(E e); /**Return and Remove next elem in queue or null*/ E dequeue(); /**Return next elem in queue or null*/ E peek(); /*...
3e178f9f1b09d0d5a327da7ad93265adadfd1a15
922
java
Java
sema4g-client/src/main/java/com/github/mvp4g/sema4g/client/exception/SeMa4gException.java
mvp4g/sema4g
540935a1ca3db7a8d3cd3960c03da06818c59636
[ "Apache-2.0" ]
2
2018-11-18T16:47:42.000Z
2019-01-05T05:32:17.000Z
sema4g-client/src/main/java/com/github/mvp4g/sema4g/client/exception/SeMa4gException.java
mvp4g/sema4g
540935a1ca3db7a8d3cd3960c03da06818c59636
[ "Apache-2.0" ]
4
2017-11-26T17:41:02.000Z
2018-06-21T14:47:42.000Z
sema4g-client/src/main/java/com/github/mvp4g/sema4g/client/exception/SeMa4gException.java
mvp4g/sema4g
540935a1ca3db7a8d3cd3960c03da06818c59636
[ "Apache-2.0" ]
null
null
null
28.8125
80
0.729935
10,032
/* * Copyright (c) 2017 - 2018 - Frank Hossfeld * * 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 o...
3e17904ee2a83506e3d6d0fb996017a5a09ec042
3,587
java
Java
ssz/src/test/java/tech/pegasys/teku/ssz/SszListTest.java
bgravenorst/teku
ec682763f4ea262ee7debc6424e8ee3706f885e5
[ "Apache-2.0" ]
233
2020-10-26T23:40:37.000Z
2022-03-25T06:05:22.000Z
ssz/src/test/java/tech/pegasys/teku/ssz/SszListTest.java
MitchellTesla/teku
d133f21b75f2baa5314d43a8d036d4c4d2c9b939
[ "Apache-2.0" ]
930
2020-10-23T19:50:25.000Z
2022-03-31T23:48:55.000Z
ssz/src/test/java/tech/pegasys/teku/ssz/SszListTest.java
MitchellTesla/teku
d133f21b75f2baa5314d43a8d036d4c4d2c9b939
[ "Apache-2.0" ]
95
2020-10-26T07:39:33.000Z
2022-03-23T16:38:01.000Z
38.569892
118
0.744355
10,033
/* * Copyright 2020 ConsenSys AG. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
3e1790ed5bac83fccdc767fb0f4954a03d2f2ad3
1,622
java
Java
lib/devices/android/bootstrap/src/io/appium/android/bootstrap/utils/ElementHelpers.java
githubanly/appium
b5540de9229937cf0e92bb4a914d69c2b70c2097
[ "Apache-2.0" ]
null
null
null
lib/devices/android/bootstrap/src/io/appium/android/bootstrap/utils/ElementHelpers.java
githubanly/appium
b5540de9229937cf0e92bb4a914d69c2b70c2097
[ "Apache-2.0" ]
null
null
null
lib/devices/android/bootstrap/src/io/appium/android/bootstrap/utils/ElementHelpers.java
githubanly/appium
b5540de9229937cf0e92bb4a914d69c2b70c2097
[ "Apache-2.0" ]
null
null
null
30.037037
107
0.728113
10,034
package io.appium.android.bootstrap.utils; import android.view.accessibility.AccessibilityNodeInfo; import com.android.uiautomator.common.ReflectionUtils; import com.android.uiautomator.core.UiObject; import io.appium.android.bootstrap.AndroidElement; import java.lang.reflect.Method; import java.util.ArrayList; impor...
3e17915b77a175396d092c8cfe7f3a875e97d404
2,339
java
Java
src/cn/npt/fs/cache/SensorValuePool.java
Leonardo-YXH/CADB
943b4bc262e32b65e52f366f553e2a5df7249549
[ "Apache-2.0" ]
2
2016-08-09T01:19:22.000Z
2021-05-04T08:09:01.000Z
src/cn/npt/fs/cache/SensorValuePool.java
Leonardo-YXH/CADB
943b4bc262e32b65e52f366f553e2a5df7249549
[ "Apache-2.0" ]
null
null
null
src/cn/npt/fs/cache/SensorValuePool.java
Leonardo-YXH/CADB
943b4bc262e32b65e52f366f553e2a5df7249549
[ "Apache-2.0" ]
null
null
null
20.883929
94
0.688328
10,035
package cn.npt.fs.cache; import java.util.List; import com.alibaba.fastjson.JSONObject; import cn.npt.fs.config.CacheBlockCfg; import cn.npt.fs.event.FirstBSHandler; import cn.npt.fs.service.SensorValueFileService; import cn.npt.util.math.SensorFileKit; /** * 原始数据缓存池 * @author Leonardo * */ public...
3e1791c777e26c440063c247f6f108b37df222b6
1,102
java
Java
app/src/main/java/com/spryfieldsoftwaresolutions/android/connectthree/SingleFragmentActivity.java
adambaxter/ConnectThree
8a79a38f284c9bbb3b4b14ba9d1fff7546f31af6
[ "MIT" ]
null
null
null
app/src/main/java/com/spryfieldsoftwaresolutions/android/connectthree/SingleFragmentActivity.java
adambaxter/ConnectThree
8a79a38f284c9bbb3b4b14ba9d1fff7546f31af6
[ "MIT" ]
null
null
null
app/src/main/java/com/spryfieldsoftwaresolutions/android/connectthree/SingleFragmentActivity.java
adambaxter/ConnectThree
8a79a38f284c9bbb3b4b14ba9d1fff7546f31af6
[ "MIT" ]
null
null
null
26.878049
73
0.690563
10,036
package com.spryfieldsoftwaresolutions.android.connectthree; import android.os.Bundle; import android.support.annotation.LayoutRes; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v7.app.AppCompatActivity; /** * Created by Adam Baxter on 02/02/18. * <p> ...
3e17927a112d8494486bae201a41b4df68c1e0e5
102
java
Java
core/src/main/java/com/narendra/app/core/exception/UserAlreadyExistException.java
narendracode/modular-app
9adcf0337082576ff05c2408d02815e3abcde5fe
[ "MIT" ]
null
null
null
core/src/main/java/com/narendra/app/core/exception/UserAlreadyExistException.java
narendracode/modular-app
9adcf0337082576ff05c2408d02815e3abcde5fe
[ "MIT" ]
null
null
null
core/src/main/java/com/narendra/app/core/exception/UserAlreadyExistException.java
narendracode/modular-app
9adcf0337082576ff05c2408d02815e3abcde5fe
[ "MIT" ]
null
null
null
20.4
57
0.843137
10,037
package com.narendra.app.core.exception; public class UserAlreadyExistException extends Exception{ }
3e1792f8c9522f3a946636234c78657db59f2162
625
java
Java
jxfw-reporting-xsl-fo/src/main/java/ru/croc/ctp/jxfw/reporting/xslfo/layouts/formatters/IReportFormatter.java
croc-code/jxfw
7af05aa6579a8dfd0e83c918b0e46195eb0802cf
[ "Apache-2.0" ]
12
2021-11-08T08:08:44.000Z
2022-02-21T15:42:25.000Z
jxfw-reporting-xsl-fo/src/main/java/ru/croc/ctp/jxfw/reporting/xslfo/layouts/formatters/IReportFormatter.java
crocinc/jxfw
da93ee21e4e586219eeefc8441e472f7136266d1
[ "Apache-2.0" ]
null
null
null
jxfw-reporting-xsl-fo/src/main/java/ru/croc/ctp/jxfw/reporting/xslfo/layouts/formatters/IReportFormatter.java
crocinc/jxfw
da93ee21e4e586219eeefc8441e472f7136266d1
[ "Apache-2.0" ]
1
2022-03-02T14:05:28.000Z
2022-03-02T14:05:28.000Z
34.722222
93
0.7632
10,038
package ru.croc.ctp.jxfw.reporting.xslfo.layouts.formatters; import ru.croc.ctp.jxfw.reporting.xslfo.types.AbstractFormatterClass; /** * Интерфейс объектов, реалзующих форматировние ячеек таблицы и их значений. * Created by vsavenkov on 25.04.2017. Import from Croc.XmlFramework.ReportService .Net.2.0 */ public int...