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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e2dbc9b501d1cd20f3e9f8da23cbd379308190b | 2,613 | java | Java | src/main/java/io/grafeas/v1alpha1/model/Empty.java | DanSanche/client-java | a7052d031eae6a76dad493bc9a9b707aa27e9a89 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/grafeas/v1alpha1/model/Empty.java | DanSanche/client-java | a7052d031eae6a76dad493bc9a9b707aa27e9a89 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/grafeas/v1alpha1/model/Empty.java | DanSanche/client-java | a7052d031eae6a76dad493bc9a9b707aa27e9a89 | [
"Apache-2.0"
] | null | null | null | 34.381579 | 386 | 0.688481 | 19,376 | /**
* Grafeas API
* An API to insert and retrieve annotations on cloud artifacts.
*
* OpenAPI spec version: 0.1
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*
* Licensed under the Apache... |
3e2dbdb2ff8709d3da937fb681f1f42dfd6d325b | 343 | java | Java | spring-boot-cache/src/test/java/com/jeiker/cache/SpringBootCacheApplicationTests.java | jeikerxiao/spring-boot2 | 17c90330576836db78df100b384fac0013c6c6b3 | [
"MIT"
] | 26 | 2018-10-31T07:40:45.000Z | 2022-03-27T00:58:15.000Z | spring-boot-cache/src/test/java/com/jeiker/cache/SpringBootCacheApplicationTests.java | jeikerxiao/spring-boot2 | 17c90330576836db78df100b384fac0013c6c6b3 | [
"MIT"
] | 1 | 2020-04-21T09:06:56.000Z | 2020-04-21T09:06:56.000Z | spring-boot-cache/src/test/java/com/jeiker/cache/SpringBootCacheApplicationTests.java | jeikerxiao/spring-boot2 | 17c90330576836db78df100b384fac0013c6c6b3 | [
"MIT"
] | 15 | 2019-11-18T03:39:24.000Z | 2022-02-28T02:59:36.000Z | 19.055556 | 60 | 0.810496 | 19,377 | package com.jeiker.cache;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class SpringBootCacheApplicationTests {
@Test
public void c... |
3e2dbe002550a10a39468563326f41bcf7e4f3d7 | 2,497 | java | Java | deprecated/rml-connector/src/main/java/helio/connector/rml/RMLConnector.java | AndreaCimminoArriaga/helio-plugins | cdb95da577c13fff03e31e3e182586346435a2db | [
"Apache-2.0"
] | 3 | 2019-05-27T14:38:05.000Z | 2020-12-14T14:54:09.000Z | deprecated/rml-connector/src/main/java/helio/connector/rml/RMLConnector.java | AndreaCimminoArriaga/helio-plugins | cdb95da577c13fff03e31e3e182586346435a2db | [
"Apache-2.0"
] | 15 | 2019-05-24T14:03:58.000Z | 2022-01-04T16:48:36.000Z | deprecated/rml-connector/src/main/java/helio/connector/rml/RMLConnector.java | AndreaCimminoArriaga/helio-plugins | cdb95da577c13fff03e31e3e182586346435a2db | [
"Apache-2.0"
] | 4 | 2019-05-28T15:16:37.000Z | 2020-12-14T14:54:14.000Z | 31.607595 | 112 | 0.7497 | 19,378 | package helio.connector.rml;
import java.io.FileInputStream;
import java.io.InputStream;
import java.util.List;
import java.util.logging.Logger;
import org.eclipse.rdf4j.model.Model;
import org.eclipse.rdf4j.rio.RDFFormat;
import org.eclipse.rdf4j.rio.Rio;
import be.ugent.rml.DataFetcher;
import be.ugent.rml.Executor;... |
3e2dbe7ead96033d97971fe16b85b546b8d3e527 | 1,118 | java | Java | modules/siddhi-core/src/main/java/org/wso2/siddhi/core/query/StoreQueryRuntime.java | nadundesilva/WSO2Siddhi | 440dae5daf1d7f38d9bf8beaba06af1fe176f653 | [
"Apache-2.0"
] | null | null | null | modules/siddhi-core/src/main/java/org/wso2/siddhi/core/query/StoreQueryRuntime.java | nadundesilva/WSO2Siddhi | 440dae5daf1d7f38d9bf8beaba06af1fe176f653 | [
"Apache-2.0"
] | null | null | null | modules/siddhi-core/src/main/java/org/wso2/siddhi/core/query/StoreQueryRuntime.java | nadundesilva/WSO2Siddhi | 440dae5daf1d7f38d9bf8beaba06af1fe176f653 | [
"Apache-2.0"
] | null | null | null | 28.666667 | 75 | 0.711091 | 19,379 | /*
* Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.or... |
3e2dbe815239a63ace2d4eb8b316d68d750656c5 | 26,912 | java | Java | activemq-mqtt/src/main/java/org/apache/activemq/transport/mqtt/strategy/MQTTVirtualTopicSubscriptionStrategy.java | sho25/activemq | d34b61b56206883e6570ae7207c3ddb074311adf | [
"Apache-2.0"
] | null | null | null | activemq-mqtt/src/main/java/org/apache/activemq/transport/mqtt/strategy/MQTTVirtualTopicSubscriptionStrategy.java | sho25/activemq | d34b61b56206883e6570ae7207c3ddb074311adf | [
"Apache-2.0"
] | 7 | 2020-06-18T17:27:51.000Z | 2022-02-01T01:05:30.000Z | activemq-mqtt/src/main/java/org/apache/activemq/transport/mqtt/strategy/MQTTVirtualTopicSubscriptionStrategy.java | sho25/activemq | d34b61b56206883e6570ae7207c3ddb074311adf | [
"Apache-2.0"
] | null | null | null | 14.657952 | 811 | 0.813949 | 19,380 | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/** * 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... |
3e2dbf8bcdb4b12587604a88894b5519c05cf72f | 667 | java | Java | src/test/java/com/blannoo/adventofcode/day12/Day12ChallengeTest.java | BLannoo/adventofcode | fd3bd648f2a877a613639129b78da8c74f93fc24 | [
"MIT"
] | null | null | null | src/test/java/com/blannoo/adventofcode/day12/Day12ChallengeTest.java | BLannoo/adventofcode | fd3bd648f2a877a613639129b78da8c74f93fc24 | [
"MIT"
] | null | null | null | src/test/java/com/blannoo/adventofcode/day12/Day12ChallengeTest.java | BLannoo/adventofcode | fd3bd648f2a877a613639129b78da8c74f93fc24 | [
"MIT"
] | null | null | null | 31.761905 | 81 | 0.71964 | 19,381 | package com.blannoo.adventofcode.day12;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
public class Day12ChallengeTest {
private Day12Challenge day12Challenge = new Day12Challenge();
@Test
public void silver() throws Exception {
assertThat(day12Challenge.silver(... |
3e2dbfcb8c870a8173f9d8e0bd2652b6efe0677e | 4,247 | java | Java | core/src/test/java/org/veary/debs/core/facade/tests/SystemFacadeUpdateTxToAccAndAmountTest.java | ColonelBlimp/debs-n2 | 3f7d3d1d69437eadb6494b32c623b08a87a84def | [
"MIT"
] | null | null | null | core/src/test/java/org/veary/debs/core/facade/tests/SystemFacadeUpdateTxToAccAndAmountTest.java | ColonelBlimp/debs-n2 | 3f7d3d1d69437eadb6494b32c623b08a87a84def | [
"MIT"
] | 3 | 2021-12-14T20:41:36.000Z | 2022-01-04T16:35:42.000Z | core/src/test/java/org/veary/debs/core/facade/tests/SystemFacadeUpdateTxToAccAndAmountTest.java | ColonelBlimp/debs-n2 | 3f7d3d1d69437eadb6494b32c623b08a87a84def | [
"MIT"
] | null | null | null | 44.239583 | 105 | 0.704968 | 19,382 | /*
* MIT License
*
* Copyright (c) 2019 ColonelBlimp
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, c... |
3e2dc02a0d1761dc77d72b04d30af16bbf576ff9 | 658 | java | Java | master_worker/deployment/digigob/digigob/deo-parent/deo-ws-common/src/main/java/com/egoveris/deo/ws/exception/ErrorGeneracionTareaException.java | GrupoWeb/k8s_srv_mineco | 8be27c3d88d52a155a7a577a9a98af8baa68e89d | [
"MIT"
] | null | null | null | master_worker/deployment/digigob/digigob/deo-parent/deo-ws-common/src/main/java/com/egoveris/deo/ws/exception/ErrorGeneracionTareaException.java | GrupoWeb/k8s_srv_mineco | 8be27c3d88d52a155a7a577a9a98af8baa68e89d | [
"MIT"
] | null | null | null | master_worker/deployment/digigob/digigob/deo-parent/deo-ws-common/src/main/java/com/egoveris/deo/ws/exception/ErrorGeneracionTareaException.java | GrupoWeb/k8s_srv_mineco | 8be27c3d88d52a155a7a577a9a98af8baa68e89d | [
"MIT"
] | null | null | null | 27.416667 | 80 | 0.775076 | 19,383 | package com.egoveris.deo.ws.exception;
import org.terasoluna.plus.common.exception.ApplicationException;
/**
* La excepción se genera cuando se han presentado errores en el proceso de
* creación de la tarea, ya sea por fallas en la comunicación con otros sistemas
* o por fallas propias del proceso de generación.
... |
3e2dc179bb73885c0d545cf2e5e9b994553f03e1 | 4,026 | java | Java | springfox-data-rest/src/main/java/springfox/documentation/spring/data/rest/EntityFindAllExtractor.java | draco1023/springfox | 4d5a077d1dac4d51ac08872c7a762b134a4a71c4 | [
"Apache-2.0"
] | null | null | null | springfox-data-rest/src/main/java/springfox/documentation/spring/data/rest/EntityFindAllExtractor.java | draco1023/springfox | 4d5a077d1dac4d51ac08872c7a762b134a4a71c4 | [
"Apache-2.0"
] | null | null | null | springfox-data-rest/src/main/java/springfox/documentation/spring/data/rest/EntityFindAllExtractor.java | draco1023/springfox | 4d5a077d1dac4d51ac08872c7a762b134a4a71c4 | [
"Apache-2.0"
] | null | null | null | 39.861386 | 101 | 0.731744 | 19,384 | /*
*
* Copyright 2017-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... |
3e2dc1835e76698bb2983fd7e3eaa4bb40c85aa5 | 1,817 | java | Java | Mage.Sets/src/mage/cards/d/DrakeUmbra.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 1,444 | 2015-01-02T00:25:38.000Z | 2022-03-31T13:57:18.000Z | Mage.Sets/src/mage/cards/d/DrakeUmbra.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 6,180 | 2015-01-02T19:10:09.000Z | 2022-03-31T21:10:44.000Z | Mage.Sets/src/mage/cards/d/DrakeUmbra.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 1,001 | 2015-01-01T01:15:20.000Z | 2022-03-30T20:23:04.000Z | 33.648148 | 148 | 0.746285 | 19,385 |
package mage.cards.d;
import java.util.UUID;
import mage.abilities.Ability;
import mage.abilities.common.SimpleStaticAbility;
import mage.abilities.effects.common.AttachEffect;
import mage.abilities.effects.common.continuous.BoostEnchantedEffect;
import mage.abilities.effects.common.continuous.GainAbilityAttachedEff... |
3e2dc1cf4638befba98d18696236e5e63cc4b47e | 1,196 | java | Java | vertx-core/src/main/java/org/vertx/java/core/Future.java | trayio/vert.x | 85b9bfec8a3324c3f5dd7afa4c16d06a776caecc | [
"Apache-2.0"
] | 1 | 2016-04-14T14:54:45.000Z | 2016-04-14T14:54:45.000Z | vertx-core/src/main/java/org/vertx/java/core/Future.java | oasishun/vert.x | 66b9e8161c032370f11c67ee4018e9cf4a8aa942 | [
"Apache-2.0"
] | null | null | null | vertx-core/src/main/java/org/vertx/java/core/Future.java | oasishun/vert.x | 66b9e8161c032370f11c67ee4018e9cf4a8aa942 | [
"Apache-2.0"
] | 1 | 2020-09-25T01:51:40.000Z | 2020-09-25T01:51:40.000Z | 28.47619 | 76 | 0.690635 | 19,386 | package org.vertx.java.core;
/*
* Copyright 2013 Red Hat, Inc.
*
* Red Hat licenses this file to you under the Apache License, version 2.0
* (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE... |
3e2dc2d9f9c0e0c8fbf085c82a6c3c8bf64fc922 | 1,149 | java | Java | annotations/dsl/src/main/java/io/sundr/dsl/annotations/Only.java | andreaTP/sundrio | 5704215ff3d44fe2c6e7b9529e6a2aac1cc964ce | [
"Apache-2.0"
] | 66 | 2015-08-02T07:31:56.000Z | 2022-03-19T17:56:07.000Z | annotations/dsl/src/main/java/io/sundr/dsl/annotations/Only.java | andreaTP/sundrio | 5704215ff3d44fe2c6e7b9529e6a2aac1cc964ce | [
"Apache-2.0"
] | 143 | 2015-05-03T10:17:57.000Z | 2022-03-30T20:13:17.000Z | annotations/dsl/src/main/java/io/sundr/dsl/annotations/Only.java | andreaTP/sundrio | 5704215ff3d44fe2c6e7b9529e6a2aac1cc964ce | [
"Apache-2.0"
] | 34 | 2015-04-23T08:55:00.000Z | 2021-12-20T11:19:25.000Z | 31.916667 | 78 | 0.734552 | 19,387 | /*
* Copyright 2015 The original 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 app... |
3e2dc2f51f8abd1a599d2ff9b2f02fc1aea9770e | 3,337 | java | Java | azure-mgmt-containerinstance/src/main/java/com/microsoft/azure/management/containerinstance/IpAddress.java | Flanker32/azure-libraries-for-java | dea658743df837f3f6f92bd79f5619ca41a4af80 | [
"MIT"
] | 100 | 2017-11-10T02:19:58.000Z | 2022-03-27T10:24:07.000Z | azure-mgmt-containerinstance/src/main/java/com/microsoft/azure/management/containerinstance/IpAddress.java | Flanker32/azure-libraries-for-java | dea658743df837f3f6f92bd79f5619ca41a4af80 | [
"MIT"
] | 657 | 2017-10-24T16:39:52.000Z | 2022-03-31T03:12:57.000Z | azure-mgmt-containerinstance/src/main/java/com/microsoft/azure/management/containerinstance/IpAddress.java | Flanker32/azure-libraries-for-java | dea658743df837f3f6f92bd79f5619ca41a4af80 | [
"MIT"
] | 122 | 2017-10-23T23:14:15.000Z | 2021-12-22T08:27:13.000Z | 24.007194 | 127 | 0.606533 | 19,388 | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.containerinstance;
import java.util.List;
import... |
3e2dc2fcf99c490db9af00fa846d89953df8411c | 27,422 | java | Java | modules/base/lang-impl-testing/src/main/java/com/intellij/testFramework/ExpectedHighlightingData.java | MC-JY/consulo | ebd31008fcfd03e144b46a9408d2842d0b06ffc8 | [
"Apache-2.0"
] | 634 | 2015-01-01T19:14:25.000Z | 2022-03-22T11:42:50.000Z | modules/base/lang-impl-testing/src/main/java/com/intellij/testFramework/ExpectedHighlightingData.java | MC-JY/consulo | ebd31008fcfd03e144b46a9408d2842d0b06ffc8 | [
"Apache-2.0"
] | 410 | 2015-01-19T09:57:51.000Z | 2022-03-22T16:24:59.000Z | modules/base/lang-impl-testing/src/main/java/com/intellij/testFramework/ExpectedHighlightingData.java | MC-JY/consulo | ebd31008fcfd03e144b46a9408d2842d0b06ffc8 | [
"Apache-2.0"
] | 50 | 2015-03-10T04:14:49.000Z | 2022-03-22T07:08:45.000Z | 44.661238 | 182 | 0.647218 | 19,389 | /*
* Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
3e2dc3140ac3dd140448a6f06ffb9228ccfc2314 | 439 | java | Java | src/main/java/svenhjol/charm/enchantment/ICharmEnchantment.java | feliixpe/Charm | a591d9352e3eee12a0aa778dde4edeeaf31106f7 | [
"MIT"
] | 131 | 2019-04-08T15:53:50.000Z | 2022-03-25T00:28:38.000Z | src/main/java/svenhjol/charm/enchantment/ICharmEnchantment.java | feliixpe/Charm | a591d9352e3eee12a0aa778dde4edeeaf31106f7 | [
"MIT"
] | 722 | 2019-04-10T05:26:27.000Z | 2022-03-31T19:52:17.000Z | src/main/java/svenhjol/charm/enchantment/ICharmEnchantment.java | feliixpe/Charm | a591d9352e3eee12a0aa778dde4edeeaf31106f7 | [
"MIT"
] | 83 | 2019-04-10T14:09:06.000Z | 2022-03-15T09:53:12.000Z | 33.769231 | 101 | 0.8041 | 19,390 | package svenhjol.charm.enchantment;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.item.enchantment.Enchantment;
import svenhjol.charm.helper.RegistryHelper;
import svenhjol.charm.loader.CharmModule;
public interface ICharmEnchantment {
default void register(CharmModule module, String... |
3e2dc35c3d7140ea2dd8db162b0e842a8612c23a | 626 | java | Java | allsrc/com/ximalaya/ting/android/opensdk/model/live/radio/Radio$1.java | clilystudio/NetBook | a8ca6cb91e9259ed7dec70b830829d622525b4b7 | [
"Unlicense"
] | 1 | 2018-02-04T12:23:55.000Z | 2018-02-04T12:23:55.000Z | allsrc/com/ximalaya/ting/android/opensdk/model/live/radio/Radio$1.java | clilystudio/NetBook | a8ca6cb91e9259ed7dec70b830829d622525b4b7 | [
"Unlicense"
] | null | null | null | allsrc/com/ximalaya/ting/android/opensdk/model/live/radio/Radio$1.java | clilystudio/NetBook | a8ca6cb91e9259ed7dec70b830829d622525b4b7 | [
"Unlicense"
] | null | null | null | 25.04 | 83 | 0.722045 | 19,391 | package com.ximalaya.ting.android.opensdk.model.live.radio;
import android.os.Parcel;
import android.os.Parcelable.Creator;
class Radio$1
implements Parcelable.Creator<Radio>
{
public Radio createFromParcel(Parcel paramParcel)
{
Radio localRadio = new Radio();
localRadio.readFromParcel(paramParcel);
... |
3e2dc3e29623d67d6dcf88635bbd26db57c17927 | 279 | java | Java | java/src/main/java/dev/appkr/pattern/singleton/MyThread.java | appkr/pattern | 8075aa34e24a19961542cf020917e087a7fd590f | [
"MIT"
] | 10 | 2017-07-10T03:04:28.000Z | 2019-07-08T09:14:44.000Z | java/src/main/java/dev/appkr/pattern/singleton/MyThread.java | appkr/pattern | 8075aa34e24a19961542cf020917e087a7fd590f | [
"MIT"
] | null | null | null | java/src/main/java/dev/appkr/pattern/singleton/MyThread.java | appkr/pattern | 8075aa34e24a19961542cf020917e087a7fd590f | [
"MIT"
] | 2 | 2017-02-13T02:40:08.000Z | 2017-09-17T23:57:12.000Z | 25.363636 | 89 | 0.677419 | 19,392 | package dev.appkr.pattern.singleton;
public class MyThread implements Runnable {
@Override
public void run() {
final Singleton instance = Singleton.getInstance();
System.out.println(Thread.currentThread().getName() + " " + instance.hashCode());
}
}
|
3e2dc4bcabc762c7e85dd21205886a2f10e8f1a7 | 5,845 | java | Java | app/src/main/java/com/example/darius/sharelocation/ui/TripActivity.java | DariusCapizzi/ShareLocation | 6e13baaf6e75372f98d0ef7cbe3efc77fcc6216f | [
"MIT"
] | null | null | null | app/src/main/java/com/example/darius/sharelocation/ui/TripActivity.java | DariusCapizzi/ShareLocation | 6e13baaf6e75372f98d0ef7cbe3efc77fcc6216f | [
"MIT"
] | null | null | null | app/src/main/java/com/example/darius/sharelocation/ui/TripActivity.java | DariusCapizzi/ShareLocation | 6e13baaf6e75372f98d0ef7cbe3efc77fcc6216f | [
"MIT"
] | null | null | null | 36.53125 | 113 | 0.636955 | 19,393 | package com.example.darius.sharelocation.ui;
import android.content.Intent;
import android.graphics.Typeface;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import and... |
3e2dc68723aefcc554b9b9680767b190f8993eda | 401 | java | Java | coeey/org/java_websocket/exceptions/NotSendableException.java | ankurshukla1993/IOT-test | 174c2f0f1b5ff7ef0ffb5eb29b6d68048b0af2b6 | [
"Apache-2.0"
] | 1 | 2021-08-21T17:56:56.000Z | 2021-08-21T17:56:56.000Z | coeey/org/java_websocket/exceptions/NotSendableException.java | ankurshukla1993/IOT-test | 174c2f0f1b5ff7ef0ffb5eb29b6d68048b0af2b6 | [
"Apache-2.0"
] | null | null | null | coeey/org/java_websocket/exceptions/NotSendableException.java | ankurshukla1993/IOT-test | 174c2f0f1b5ff7ef0ffb5eb29b6d68048b0af2b6 | [
"Apache-2.0"
] | 1 | 2018-11-26T08:56:33.000Z | 2018-11-26T08:56:33.000Z | 22.277778 | 71 | 0.690773 | 19,394 | package org.java_websocket.exceptions;
public class NotSendableException extends RuntimeException {
private static final long serialVersionUID = -6468967874576651628L;
public NotSendableException(String s) {
super(s);
}
public NotSendableException(Throwable t) {
super(t);
}
p... |
3e2dc6e56fd1b9e047f5e526dc8a4a821c30f147 | 876 | java | Java | unidbg-api/src/main/java/de/fearlesstobi/demangler/ast/BinaryExpression.java | wossoneri/unidbg | c16a02c9b000b680221ec02b54164cab3a145051 | [
"Apache-2.0"
] | 3 | 2020-07-25T05:39:30.000Z | 2020-07-28T07:57:33.000Z | unidbg-api/src/main/java/de/fearlesstobi/demangler/ast/BinaryExpression.java | wossoneri/unidbg | c16a02c9b000b680221ec02b54164cab3a145051 | [
"Apache-2.0"
] | null | null | null | unidbg-api/src/main/java/de/fearlesstobi/demangler/ast/BinaryExpression.java | wossoneri/unidbg | c16a02c9b000b680221ec02b54164cab3a145051 | [
"Apache-2.0"
] | 1 | 2020-07-28T07:57:58.000Z | 2020-07-28T07:57:58.000Z | 23.675676 | 81 | 0.5879 | 19,395 | package de.fearlesstobi.demangler.ast;
import java.io.StringWriter;
public class BinaryExpression extends BaseNode {
private final BaseNode leftPart;
private final String name;
private final BaseNode rightPart;
public BinaryExpression(BaseNode leftPart, String name, BaseNode rightPart) {
supe... |
3e2dc7cb76da2b4eddf6305728228c923e195010 | 1,074 | java | Java | old-external/junit4/src/test/java/org/junit/tests/running/core/SystemExitTest.java | veriktig/scandium | 17b22f29d70b1a972271071f62017880e8e0b5c7 | [
"Apache-2.0"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | old-external/junit4/src/test/java/org/junit/tests/running/core/SystemExitTest.java | veriktig/scandium | 17b22f29d70b1a972271071f62017880e8e0b5c7 | [
"Apache-2.0"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | old-external/junit4/src/test/java/org/junit/tests/running/core/SystemExitTest.java | veriktig/scandium | 17b22f29d70b1a972271071f62017880e8e0b5c7 | [
"Apache-2.0"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | 33.5625 | 143 | 0.664804 | 19,396 | package org.junit.tests.running.core;
import static org.junit.Assert.assertEquals;
import java.io.File;
import java.io.InputStream;
import org.junit.Test;
// Make sure System.exit works as expected. We've had problems with this on some platforms.
public class SystemExitTest {
private static final int EXIT_CODE... |
3e2dc8d72aac64b22bd5c4a0309422c59dabd4a0 | 984 | java | Java | j2ee/SorterApp/SorterApp-ejb/src/test/java/nl/han/ddoa/SorterBeanTestBase.java | MartinKip/dea-code-examples | b1cdd7f2875aa4e047b135c3413983f413963ea0 | [
"MIT"
] | 14 | 2015-02-05T15:20:41.000Z | 2020-02-12T16:40:32.000Z | j2ee/SorterApp/SorterApp-ejb/src/test/java/nl/han/ddoa/SorterBeanTestBase.java | MartinKip/dea-code-examples | b1cdd7f2875aa4e047b135c3413983f413963ea0 | [
"MIT"
] | 1 | 2017-09-07T15:05:48.000Z | 2017-12-06T15:02:08.000Z | j2ee/SorterApp/SorterApp-ejb/src/test/java/nl/han/ddoa/SorterBeanTestBase.java | MartinKip/dea-code-examples | b1cdd7f2875aa4e047b135c3413983f413963ea0 | [
"MIT"
] | 80 | 2015-02-05T15:20:44.000Z | 2019-05-02T23:12:40.000Z | 24.6 | 79 | 0.697154 | 19,397 | /*
* 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 nl.han.ddoa;
import java.io.File;
import java.util.HashMap;
import java.util.Map;
import javax.ejb.embeddable.EJBContainer;
i... |
3e2dcc2678cd0fdc79659795ea713771ed2478ca | 2,850 | java | Java | comment/src/test/java/com/dveamer/comment/web/CommentControllerTests.java | dveamer/contract | 6b3abe88676d99532dc75b13960ec3802968a706 | [
"MIT"
] | null | null | null | comment/src/test/java/com/dveamer/comment/web/CommentControllerTests.java | dveamer/contract | 6b3abe88676d99532dc75b13960ec3802968a706 | [
"MIT"
] | null | null | null | comment/src/test/java/com/dveamer/comment/web/CommentControllerTests.java | dveamer/contract | 6b3abe88676d99532dc75b13960ec3802968a706 | [
"MIT"
] | 1 | 2020-05-27T04:34:18.000Z | 2020-05-27T04:34:18.000Z | 43.846154 | 141 | 0.82807 | 19,398 | package com.dveamer.comment.web;
import com.dveamer.comment.JsonConverterUtil;
import com.dveamer.contract.comment.ArticleCommentCountDto;
import com.dveamer.contract.comment.CommentContract;
import com.dveamer.contract.comment.CommentDto;
import com.dveamer.contract.comment.ConditionDto;
import com.dveamer.contract.c... |
3e2dcc31d16421126f82702dc992701dc8402c4a | 3,230 | java | Java | src/main/java/com/siemens/ct/exi/core/grammars/grammar/BuiltInStartTag.java | EXIficient/exificient-core | 2033f888605099c717cb8739b3bc3ebf5d897f11 | [
"MIT"
] | 5 | 2016-03-02T13:49:09.000Z | 2021-10-03T06:25:52.000Z | src/main/java/com/siemens/ct/exi/core/grammars/grammar/BuiltInStartTag.java | EXIficient/exificient-core | 2033f888605099c717cb8739b3bc3ebf5d897f11 | [
"MIT"
] | 4 | 2016-07-30T22:32:53.000Z | 2021-10-03T06:25:00.000Z | src/main/java/com/siemens/ct/exi/core/grammars/grammar/BuiltInStartTag.java | EXIficient/exificient-core | 2033f888605099c717cb8739b3bc3ebf5d897f11 | [
"MIT"
] | 5 | 2016-07-30T22:39:28.000Z | 2017-10-31T15:09:30.000Z | 29.333333 | 80 | 0.733415 | 19,399 | /*
* Copyright (c) 2007-2018 Siemens AG
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, pub... |
3e2dcd84f714c53ac176ee490e85f21d6013c32f | 3,067 | java | Java | sample/app/src/main/java/com/idanatz/sample/advanced_example/view/AdvancedActionsDialog.java | KarthikDigit/OneAdapter | 5ae32b06e50f4ef4b82b53ab2291c29eeb498486 | [
"MIT"
] | null | null | null | sample/app/src/main/java/com/idanatz/sample/advanced_example/view/AdvancedActionsDialog.java | KarthikDigit/OneAdapter | 5ae32b06e50f4ef4b82b53ab2291c29eeb498486 | [
"MIT"
] | null | null | null | sample/app/src/main/java/com/idanatz/sample/advanced_example/view/AdvancedActionsDialog.java | KarthikDigit/OneAdapter | 5ae32b06e50f4ef4b82b53ab2291c29eeb498486 | [
"MIT"
] | null | null | null | 36.082353 | 132 | 0.661232 | 19,400 | package com.idanatz.sample.advanced_example.view;
import androidx.lifecycle.ViewModelProviders;
import android.os.Bundle;
import androidx.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
import com.idanatz.sample.advanced... |
3e2dcdbc2cbd15a976ceded24bd17c694929faca | 548 | java | Java | src_6/org/benf/cfr/tests/ExceptionTestFinally26c.java | Marcono1234/cfr_tests | f043e01f14efb987a2f6b6a3c656c9d5f67635bd | [
"MIT"
] | 8 | 2019-06-05T11:02:56.000Z | 2021-04-25T01:41:18.000Z | src_6/org/benf/cfr/tests/ExceptionTestFinally26c.java | Marcono1234/cfr_tests | f043e01f14efb987a2f6b6a3c656c9d5f67635bd | [
"MIT"
] | 9 | 2019-08-22T12:32:13.000Z | 2022-02-24T07:09:24.000Z | src_6/org/benf/cfr/tests/ExceptionTestFinally26c.java | Marcono1234/cfr_tests | f043e01f14efb987a2f6b6a3c656c9d5f67635bd | [
"MIT"
] | 5 | 2020-02-01T01:51:23.000Z | 2022-02-22T15:01:33.000Z | 23.826087 | 54 | 0.5 | 19,401 | package org.benf.cfr.tests;
public class ExceptionTestFinally26c {
public void fn() { }
public boolean test(final int x) {
try {
if (x==2) return false;
throw new UnsupportedOperationException();
} catch (UnsupportedOperationException e) {
System.out.printl... |
3e2dcdfc37e6e2ae74559d867e20e2dd6fe438eb | 10,390 | java | Java | solr4/core/src/test/org/apache/solr/cloud/MigrateRouteKeyTest.java | ArathiSunder/imagecat | 9f68b9346541a54cf2dc6013e2428826a8e15789 | [
"Apache-2.0"
] | 99 | 2015-02-22T19:51:42.000Z | 2022-01-24T16:22:59.000Z | solr4/core/src/test/org/apache/solr/cloud/MigrateRouteKeyTest.java | ArathiSunder/imagecat | 9f68b9346541a54cf2dc6013e2428826a8e15789 | [
"Apache-2.0"
] | 33 | 2015-02-22T20:54:06.000Z | 2018-07-26T01:18:18.000Z | solr4/core/src/test/org/apache/solr/cloud/MigrateRouteKeyTest.java | ArathiSunder/imagecat | 9f68b9346541a54cf2dc6013e2428826a8e15789 | [
"Apache-2.0"
] | 45 | 2015-02-22T20:46:06.000Z | 2022-03-06T22:10:21.000Z | 37.509025 | 152 | 0.704524 | 19,402 | package org.apache.solr.cloud;
/*
* 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 ... |
3e2dce09f39e021c325c803c4bed9182c2d1a88b | 2,394 | java | Java | plugins/maven/src/main/java/org/jetbrains/idea/maven/navigator/SelectMavenProjectDialog.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2019-04-28T07:48:50.000Z | 2020-12-11T14:18:08.000Z | plugins/maven/src/main/java/org/jetbrains/idea/maven/navigator/SelectMavenProjectDialog.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | null | null | null | plugins/maven/src/main/java/org/jetbrains/idea/maven/navigator/SelectMavenProjectDialog.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 1 | 2020-10-15T05:56:42.000Z | 2020-10-15T05:56:42.000Z | 33.71831 | 146 | 0.738931 | 19,403 | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
3e2dce1a217394f5d1c2ac8983ec09aa3d7b071e | 613 | java | Java | src/main/java/com/sectong/job/ScheduledStart.java | zt3631877/vincentBase | 90f7777bb981f47d53558622ba77d70ec8602c3b | [
"Apache-2.0"
] | null | null | null | src/main/java/com/sectong/job/ScheduledStart.java | zt3631877/vincentBase | 90f7777bb981f47d53558622ba77d70ec8602c3b | [
"Apache-2.0"
] | null | null | null | src/main/java/com/sectong/job/ScheduledStart.java | zt3631877/vincentBase | 90f7777bb981f47d53558622ba77d70ec8602c3b | [
"Apache-2.0"
] | null | null | null | 25.541667 | 63 | 0.711256 | 19,404 | package com.sectong.job;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import com.sectong.service.UserService;
@Component
public class ScheduledStart {
private UserService userServ... |
3e2dcec7d2a7fa598252372b892a6e3feb38d324 | 2,129 | java | Java | my-app/src/main/java/org/gradle/test/performance/mediummonolithicjavaproject/p76/Production1521.java | oehme/analysing-gradle-performance | 9f362b7d488dc0547a4443927d7c47a4b3fd3eec | [
"Apache-2.0"
] | 1 | 2017-08-30T17:59:45.000Z | 2017-08-30T17:59:45.000Z | my-app/src/main/java/org/gradle/test/performance/mediummonolithicjavaproject/p76/Production1521.java | oehme/analysing-gradle-performance | 9f362b7d488dc0547a4443927d7c47a4b3fd3eec | [
"Apache-2.0"
] | null | null | null | my-app/src/main/java/org/gradle/test/performance/mediummonolithicjavaproject/p76/Production1521.java | oehme/analysing-gradle-performance | 9f362b7d488dc0547a4443927d7c47a4b3fd3eec | [
"Apache-2.0"
] | 1 | 2019-03-18T18:52:45.000Z | 2019-03-18T18:52:45.000Z | 19.712963 | 82 | 0.65101 | 19,405 | package org.gradle.test.performance.mediummonolithicjavaproject.p76;
import org.gradle.test.performance.mediummonolithicjavaproject.p75.Production1518;
import org.gradle.test.performance.mediummonolithicjavaproject.p75.Production1519;
public class Production1521 {
private Production1518 property0;
p... |
3e2dcee23ead028170d1beb109536241fa186629 | 618 | java | Java | config-server/config-server/src/main/java/com/config/configserver/ConfigServerApplication.java | matroskin062/spring-cloud-labs | 932b10afb0c4c8455047eaa8ec78783aab06b8d3 | [
"MIT"
] | null | null | null | config-server/config-server/src/main/java/com/config/configserver/ConfigServerApplication.java | matroskin062/spring-cloud-labs | 932b10afb0c4c8455047eaa8ec78783aab06b8d3 | [
"MIT"
] | null | null | null | config-server/config-server/src/main/java/com/config/configserver/ConfigServerApplication.java | matroskin062/spring-cloud-labs | 932b10afb0c4c8455047eaa8ec78783aab06b8d3 | [
"MIT"
] | null | null | null | 26.869565 | 68 | 0.823625 | 19,406 | package com.config.configserver;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.config.server.EnableConfigServer;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.anno... |
3e2dd0a91c31dae72572cfddb8824f226dae098c | 595 | java | Java | hope-note-module/hope-java-native-note/src/main/java/org/hope6537/note/design/bulider/example/BMWModel.java | Hope6537/hope-battlepack | 503ba3a42c5899130d496a4693d05fca27136e9b | [
"Apache-2.0"
] | 5 | 2015-01-27T02:52:48.000Z | 2015-10-26T11:38:59.000Z | hope-note-module/hope-java-native-note/src/main/java/org/hope6537/note/design/bulider/example/BMWModel.java | Hope6537/hope6537-utils | 503ba3a42c5899130d496a4693d05fca27136e9b | [
"Apache-2.0"
] | null | null | null | hope-note-module/hope-java-native-note/src/main/java/org/hope6537/note/design/bulider/example/BMWModel.java | Hope6537/hope6537-utils | 503ba3a42c5899130d496a4693d05fca27136e9b | [
"Apache-2.0"
] | 2 | 2016-06-19T09:21:37.000Z | 2017-03-13T04:30:51.000Z | 22.884615 | 75 | 0.638655 | 19,407 | package org.hope6537.note.design.bulider.example;
public class BMWModel extends AbstractCarModel {
@Override
protected void start() {
System.out.println(this.getClass().getSimpleName() + "start");
}
@Override
protected void stop() {
System.out.println(this.getClass().getSimpleName... |
3e2dd1096559dfa70a8157a500eb1f403f2f36a5 | 4,197 | java | Java | controller/src/main/java/io/pravega/controller/store/kvtable/records/KVTEpochRecord.java | shshashwat/pravega | f5ccb4c62087d37fe94fd116aa3c1e50b79d71b6 | [
"Apache-2.0"
] | 1,840 | 2017-05-10T16:29:14.000Z | 2022-03-31T07:02:11.000Z | controller/src/main/java/io/pravega/controller/store/kvtable/records/KVTEpochRecord.java | shshashwat/pravega | f5ccb4c62087d37fe94fd116aa3c1e50b79d71b6 | [
"Apache-2.0"
] | 5,485 | 2017-05-10T16:56:17.000Z | 2022-03-31T14:08:36.000Z | controller/src/main/java/io/pravega/controller/store/kvtable/records/KVTEpochRecord.java | shshashwat/pravega | f5ccb4c62087d37fe94fd116aa3c1e50b79d71b6 | [
"Apache-2.0"
] | 443 | 2017-05-10T21:34:50.000Z | 2022-03-31T07:02:14.000Z | 36.181034 | 142 | 0.726233 | 19,408 | /**
* Copyright Pravega Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... |
3e2dd1400682cdc9bfc809f75be51f6dd6157c6a | 130 | java | Java | nohi-common/src/main/java/com/nohi/common/core/domain/model/RegisterBody.java | dute7liang/NoHi | 8c5d0dfbe18d0aed913ceba2ed02d61d185e1398 | [
"MIT"
] | 4 | 2022-01-28T08:55:35.000Z | 2022-03-10T02:04:22.000Z | nohi-common/src/main/java/com/nohi/common/core/domain/model/RegisterBody.java | dute7liang/NoHi | 8c5d0dfbe18d0aed913ceba2ed02d61d185e1398 | [
"MIT"
] | null | null | null | nohi-common/src/main/java/com/nohi/common/core/domain/model/RegisterBody.java | dute7liang/NoHi | 8c5d0dfbe18d0aed913ceba2ed02d61d185e1398 | [
"MIT"
] | null | null | null | 11.818182 | 45 | 0.692308 | 19,410 | package com.nohi.common.core.domain.model;
/**
* 用户注册对象
*
* @author nohi
*/
public class RegisterBody extends LoginBody {
}
|
3e2dd258b284f399dc9fd7b877f682721d38922c | 1,469 | java | Java | engine/schema/src/com/cloud/network/as/dao/AutoScaleVmProfileDaoImpl.java | K0zka/cloudstack | ed099c3f964e4b18a3c431b59cdb63533ec91d81 | [
"Apache-2.0"
] | 2 | 2015-02-10T07:21:58.000Z | 2021-05-07T08:52:17.000Z | engine/schema/src/com/cloud/network/as/dao/AutoScaleVmProfileDaoImpl.java | HeinleinSupport/cloudstack | f948e96299f65f2c83ee902b0b46ea34a559064b | [
"Apache-2.0"
] | 6 | 2020-11-16T20:44:23.000Z | 2022-02-01T01:06:16.000Z | engine/schema/src/com/cloud/network/as/dao/AutoScaleVmProfileDaoImpl.java | HeinleinSupport/cloudstack | f948e96299f65f2c83ee902b0b46ea34a559064b | [
"Apache-2.0"
] | 15 | 2017-01-12T11:17:48.000Z | 2019-04-19T10:09:31.000Z | 37.666667 | 124 | 0.767189 | 19,411 | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... |
3e2dd2fc58defc85f8e94b0c57b5b425ff40a458 | 1,004 | java | Java | src/main/java/net/codestory/http/compilers/AsciidocCompiler.java | framiere/fluent-http | d8d55fd2e1df426eece92291fda1a4b899d62073 | [
"Apache-2.0"
] | 1 | 2017-10-20T23:52:59.000Z | 2017-10-20T23:52:59.000Z | src/main/java/net/codestory/http/compilers/AsciidocCompiler.java | framiere/fluent-http | d8d55fd2e1df426eece92291fda1a4b899d62073 | [
"Apache-2.0"
] | null | null | null | src/main/java/net/codestory/http/compilers/AsciidocCompiler.java | framiere/fluent-http | d8d55fd2e1df426eece92291fda1a4b899d62073 | [
"Apache-2.0"
] | null | null | null | 33.5 | 75 | 0.731343 | 19,412 | /**
* Copyright (C) 2013 nnheo@example.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... |
3e2dd3165c7661a417d7085f07a2d4a27036dddf | 581 | java | Java | app/src/main/java/com/cleveroad/fireworkpulltorefresh/MainActivity.java | ErNaveen/FireworkyPullToRefresh | 5e2cf44b85c6dc1d2110b98e812c1c74f705c82c | [
"MIT"
] | 681 | 2016-08-31T12:48:02.000Z | 2022-02-23T17:33:56.000Z | app/src/main/java/com/cleveroad/fireworkpulltorefresh/MainActivity.java | ErNaveen/FireworkyPullToRefresh | 5e2cf44b85c6dc1d2110b98e812c1c74f705c82c | [
"MIT"
] | 7 | 2016-10-03T01:51:22.000Z | 2019-01-10T16:52:50.000Z | app/src/main/java/com/cleveroad/fireworkpulltorefresh/MainActivity.java | ErNaveen/FireworkyPullToRefresh | 5e2cf44b85c6dc1d2110b98e812c1c74f705c82c | [
"MIT"
] | 118 | 2016-09-11T04:06:35.000Z | 2021-03-21T15:31:38.000Z | 27.666667 | 68 | 0.648881 | 19,413 | package com.cleveroad.fireworkpulltorefresh;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.lay... |
3e2dd3a1bea6d9113699eb8fa847e08c14d0f4c6 | 784 | java | Java | ch11_12/tacocloud-cassandra/tacocloud-domain/src/main/java/tacos/PaymentMethod.java | tomasbalaz/spring-in-action-5-samples | e25007790a0cfe8a72244a0dcae4759faecea293 | [
"Apache-2.0"
] | 1,236 | 2018-08-12T04:53:53.000Z | 2022-03-30T06:52:22.000Z | ch11_12/tacocloud-cassandra/tacocloud-domain/src/main/java/tacos/PaymentMethod.java | tomasbalaz/spring-in-action-5-samples | e25007790a0cfe8a72244a0dcae4759faecea293 | [
"Apache-2.0"
] | 99 | 2018-09-02T12:54:38.000Z | 2022-03-28T19:26:06.000Z | ch11_12/tacocloud-cassandra/tacocloud-domain/src/main/java/tacos/PaymentMethod.java | tomasbalaz/spring-in-action-5-samples | e25007790a0cfe8a72244a0dcae4759faecea293 | [
"Apache-2.0"
] | 1,116 | 2018-09-23T21:19:32.000Z | 2022-03-28T09:16:06.000Z | 25.290323 | 72 | 0.815051 | 19,414 | package tacos;
import java.util.UUID;
import org.springframework.data.cassandra.core.cql.PrimaryKeyType;
import org.springframework.data.cassandra.core.mapping.PrimaryKeyColumn;
import org.springframework.data.cassandra.core.mapping.Table;
import com.datastax.driver.core.utils.UUIDs;
import lombok.AccessLevel;
impo... |
3e2dd5550a85935d94aaca782b879c860bf73666 | 9,530 | java | Java | accupay.java | matthewaomalley/AccuPayApp | a5e609a471de1c4b482ecb3490b9adf6fc27efc3 | [
"MIT"
] | null | null | null | accupay.java | matthewaomalley/AccuPayApp | a5e609a471de1c4b482ecb3490b9adf6fc27efc3 | [
"MIT"
] | null | null | null | accupay.java | matthewaomalley/AccuPayApp | a5e609a471de1c4b482ecb3490b9adf6fc27efc3 | [
"MIT"
] | null | null | null | 46.715686 | 115 | 0.593179 | 19,415 | import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JLabel;
import java.awt.Container;
import java.awt.BorderLayout;
import javax.swing.JTextField;
import java.awt.FlowLayout;
import javax.swing.JComboBox;
import javax.swing.JButton;
import java.awt.event.ActionListener;
import java.awt.e... |
3e2dd75d3213f18ce5de24389b9b9bb65c4b408a | 6,807 | java | Java | ArgusCore/src/test/java/com/salesforce/dva/argus/service/annotation/DualAnnotationServiceTest.java | mehrdad-shokri/Argus | 5854e08b6f166e25e1c11740477269efa1fae1f7 | [
"BSD-3-Clause"
] | 316 | 2016-11-08T22:13:13.000Z | 2022-03-10T03:13:58.000Z | ArgusCore/src/test/java/com/salesforce/dva/argus/service/annotation/DualAnnotationServiceTest.java | mehrdad-shokri/Argus | 5854e08b6f166e25e1c11740477269efa1fae1f7 | [
"BSD-3-Clause"
] | 746 | 2016-11-07T19:49:38.000Z | 2020-10-19T15:35:31.000Z | ArgusCore/src/test/java/com/salesforce/dva/argus/service/annotation/DualAnnotationServiceTest.java | mehrdad-shokri/Argus | 5854e08b6f166e25e1c11740477269efa1fae1f7 | [
"BSD-3-Clause"
] | 136 | 2016-11-10T08:26:41.000Z | 2022-02-24T07:46:45.000Z | 52.361538 | 151 | 0.75584 | 19,416 | /*
* Copyright (c) 2016, Salesforce.com, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of c... |
3e2dd76c1e822e47f422e6f640a81d4a2e41b8d4 | 3,868 | java | Java | CreateU8TJ/src/com/phone/AutoCall.java | wl2016/lhd | 5694425b9f5080d2ed94ccb74d1e0db39180d5a0 | [
"Apache-2.0"
] | null | null | null | CreateU8TJ/src/com/phone/AutoCall.java | wl2016/lhd | 5694425b9f5080d2ed94ccb74d1e0db39180d5a0 | [
"Apache-2.0"
] | null | null | null | CreateU8TJ/src/com/phone/AutoCall.java | wl2016/lhd | 5694425b9f5080d2ed94ccb74d1e0db39180d5a0 | [
"Apache-2.0"
] | null | null | null | 27.048951 | 121 | 0.542658 | 19,417 | package com.phone;
import com.xml.Constant;
import com.xml.jdbc.Execute;
import java.io.PrintStream;
import java.util.Date;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import java.util.regex.Matcher;
import java.util.regex.Patter... |
3e2dd7e5e8ba366e3c6f54a7093c64fed614f4bc | 805 | java | Java | mall-ware/src/main/java/com/krill/mall/ware/entity/PurchaseDetailEntity.java | krillingone/CopyMall | 90094df8cb2fc50d44e38b880c0e182a141de59e | [
"Apache-2.0"
] | null | null | null | mall-ware/src/main/java/com/krill/mall/ware/entity/PurchaseDetailEntity.java | krillingone/CopyMall | 90094df8cb2fc50d44e38b880c0e182a141de59e | [
"Apache-2.0"
] | null | null | null | mall-ware/src/main/java/com/krill/mall/ware/entity/PurchaseDetailEntity.java | krillingone/CopyMall | 90094df8cb2fc50d44e38b880c0e182a141de59e | [
"Apache-2.0"
] | null | null | null | 15.283019 | 59 | 0.681481 | 19,418 | package com.krill.mall.ware.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import java.io.Serializable;
import java.math.BigDecimal;
/**
*
*
* @author krill9594
* @email lyhxr@example.com
* @date 2021-03-16 23:36:29
*/
@Da... |
3e2dd80c996bfada3bb1fd3e406d2e3a2f2d8ad5 | 1,080 | java | Java | app/src/main/java/com/keanesf/bakingapp/activties/IngredientDetailActivity.java | keanesf/bakingApp | 0f3a375f5cd18850b44b7f69b42c06352d1410e4 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/keanesf/bakingapp/activties/IngredientDetailActivity.java | keanesf/bakingApp | 0f3a375f5cd18850b44b7f69b42c06352d1410e4 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/keanesf/bakingapp/activties/IngredientDetailActivity.java | keanesf/bakingApp | 0f3a375f5cd18850b44b7f69b42c06352d1410e4 | [
"Apache-2.0"
] | null | null | null | 30 | 81 | 0.74537 | 19,419 | package com.keanesf.bakingapp.activties;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.keanesf.bakingapp.R;
import com.keanesf.bakingapp.fragments.IngredientDetailFragment;
import com.keanesf.bakingapp.models.Ingredient;
import java.util.List;
... |
3e2dd958be1eebaeab55212cb5519e662db212c9 | 260 | java | Java | spring-java-profiles/src/main/java/com/jason/service/HelloWorldImpl.java | jasonbwtan/code-snippets | b753a27373918f63b0c19731817428edff034d4e | [
"Apache-2.0"
] | null | null | null | spring-java-profiles/src/main/java/com/jason/service/HelloWorldImpl.java | jasonbwtan/code-snippets | b753a27373918f63b0c19731817428edff034d4e | [
"Apache-2.0"
] | null | null | null | spring-java-profiles/src/main/java/com/jason/service/HelloWorldImpl.java | jasonbwtan/code-snippets | b753a27373918f63b0c19731817428edff034d4e | [
"Apache-2.0"
] | null | null | null | 18.571429 | 48 | 0.734615 | 19,420 | package com.jason.service;
public class HelloWorldImpl extends HelloWorld {
public HelloWorldImpl(String s) {
// TODO Auto-generated constructor stub
System.out.println(s);
}
@Override
public void sayGoodbye(){
System.out.println("goodbye");
}
}
|
3e2dda2c581c583a56e880026445f8148d97cdc7 | 1,164 | java | Java | java-raml1-parser/src/main/java/com/mulesoft/raml1/java/parser/path/resolver/JavaPathResolverHolder.java | raml-org/raml-java-parser2 | 8591d9ba9b0b01abc8a12914276a4da67391a46c | [
"Apache-2.0"
] | null | null | null | java-raml1-parser/src/main/java/com/mulesoft/raml1/java/parser/path/resolver/JavaPathResolverHolder.java | raml-org/raml-java-parser2 | 8591d9ba9b0b01abc8a12914276a4da67391a46c | [
"Apache-2.0"
] | null | null | null | java-raml1-parser/src/main/java/com/mulesoft/raml1/java/parser/path/resolver/JavaPathResolverHolder.java | raml-org/raml-java-parser2 | 8591d9ba9b0b01abc8a12914276a4da67391a46c | [
"Apache-2.0"
] | null | null | null | 22.823529 | 81 | 0.713918 | 19,421 | package com.mulesoft.raml1.java.parser.path.resolver;
import java.util.List;
import javax.script.ScriptEngine;
import com.mulesoft.raml.webpack.holders.AbstractJSWrapper;
public class JavaPathResolverHolder extends AbstractJSWrapper {
public JavaPathResolverHolder(ScriptEngine engine) {
this(engine, null);
}
... |
3e2ddb1bfc9a8ddd28ff7d22b3715b291ea13729 | 942 | java | Java | core/src/main/java/wiki/laona/service/SellerService.java | HuaiAnGG/LaonaStore | d1e588d610555a2ae04fcd1a2da938f8477a9afa | [
"Apache-2.0"
] | 2 | 2021-08-31T17:49:08.000Z | 2021-11-07T20:28:39.000Z | core/src/main/java/wiki/laona/service/SellerService.java | HuaiAnGG/LaonaStore | d1e588d610555a2ae04fcd1a2da938f8477a9afa | [
"Apache-2.0"
] | null | null | null | core/src/main/java/wiki/laona/service/SellerService.java | HuaiAnGG/LaonaStore | d1e588d610555a2ae04fcd1a2da938f8477a9afa | [
"Apache-2.0"
] | null | null | null | 19.22449 | 92 | 0.615711 | 19,422 | package wiki.laona.service;
import wiki.laona.core.pojo.entity.PageResult;
import wiki.laona.core.pojo.seller.Seller;
/**
* @description: seller service 接口
* @author: laona
* @create: 2021-02-08 18:53
**/
public interface SellerService {
/**
* 商户入驻
*
* @param seller 商户
*/
void registe... |
3e2ddb33bd21fe0dea3ad0fc68a2245b837cc460 | 334 | java | Java | imsdk/src/main/java/com/qunar/im/ui/presenter/views/IAnswerForResultView.java | wittech/imsdk-android | 65c021f796bc539f5bce58da9e11ab1fd52e2a50 | [
"MIT"
] | 66 | 2018-12-13T03:37:01.000Z | 2022-03-15T02:01:28.000Z | imsdk/src/main/java/com/qunar/im/ui/presenter/views/IAnswerForResultView.java | wittech/imsdk-android | 65c021f796bc539f5bce58da9e11ab1fd52e2a50 | [
"MIT"
] | 12 | 2019-02-20T11:54:24.000Z | 2020-04-22T01:19:17.000Z | imsdk/src/main/java/com/qunar/im/ui/presenter/views/IAnswerForResultView.java | wittech/imsdk-android | 65c021f796bc539f5bce58da9e11ab1fd52e2a50 | [
"MIT"
] | 42 | 2018-12-13T05:33:02.000Z | 2021-09-29T03:42:37.000Z | 22.266667 | 50 | 0.757485 | 19,423 | package com.qunar.im.ui.presenter.views;
import com.qunar.im.base.module.BuddyRequest;
import java.util.List;
/**
* Created by zhaokai on 15-12-9.
*/
public interface IAnswerForResultView {
void doAnswerForResult(BuddyRequest request);
void setRequestsList(List<BuddyRequest> list);
BuddyRequest getBudd... |
3e2ddbd9f04a3b5fa0f62b68775697b7c2a37d10 | 6,515 | java | Java | litho-testing/src/main/java/com/facebook/litho/testing/assertj/LithoViewAssert.java | tnorman42/litho | 9015ce1fc6ab71438a672f9355e85adf9bfa55b9 | [
"Apache-2.0"
] | 1 | 2021-10-10T12:29:37.000Z | 2021-10-10T12:29:37.000Z | litho-testing/src/main/java/com/facebook/litho/testing/assertj/LithoViewAssert.java | tnorman42/litho | 9015ce1fc6ab71438a672f9355e85adf9bfa55b9 | [
"Apache-2.0"
] | null | null | null | litho-testing/src/main/java/com/facebook/litho/testing/assertj/LithoViewAssert.java | tnorman42/litho | 9015ce1fc6ab71438a672f9355e85adf9bfa55b9 | [
"Apache-2.0"
] | null | null | null | 29.215247 | 94 | 0.701765 | 19,424 | /*
* Copyright 2014-present Facebook, 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 a... |
3e2ddc0d8820ad19d0fe642155c59a23e7e51801 | 1,764 | java | Java | src/CdDvd.java | melihtanriyakul/E-Marketplace---Java-Practice- | 69e78c91d8cbcc17936e5fd41962e8798b6388c2 | [
"MIT"
] | null | null | null | src/CdDvd.java | melihtanriyakul/E-Marketplace---Java-Practice- | 69e78c91d8cbcc17936e5fd41962e8798b6388c2 | [
"MIT"
] | null | null | null | src/CdDvd.java | melihtanriyakul/E-Marketplace---Java-Practice- | 69e78c91d8cbcc17936e5fd41962e8798b6388c2 | [
"MIT"
] | null | null | null | 27.5625 | 104 | 0.644558 | 19,425 | /**
* This is a subclass derived from OfficeSuplies
* @author Ahmet Melih Tanriyakul
* @version 1.8.0 121
*
* */
public class CdDvd extends OfficeSuplies{
private static int iStockForCdDvd = 0;
private String sComposer;
private String sSongs;
/**
* @param price Cd or Dvd's price
* @param relea... |
3e2ddc446adb7eed364dbce6ed21dea3d8e383f3 | 14,286 | java | Java | afreechart/src/main/java/org/afree/util/ShapeUtilities.java | MRixen/rbc_Diagnose | bade3f158e2daf8f0e8a709153df892ba04e5238 | [
"Apache-2.0"
] | null | null | null | afreechart/src/main/java/org/afree/util/ShapeUtilities.java | MRixen/rbc_Diagnose | bade3f158e2daf8f0e8a709153df892ba04e5238 | [
"Apache-2.0"
] | null | null | null | afreechart/src/main/java/org/afree/util/ShapeUtilities.java | MRixen/rbc_Diagnose | bade3f158e2daf8f0e8a709153df892ba04e5238 | [
"Apache-2.0"
] | null | null | null | 32.766055 | 80 | 0.555229 | 19,426 | /* ========================================================================
* AFreeChart : a free chart library for Android(tm) platform.
* (based on JFreeChart and JCommon)
* ========================================================================
*
* (C) Copyright 2010, by ICOMSYSTECH Co.,Ltd.
* (C... |
3e2ddd09a1395b9b69131da859b663509a8a49ad | 2,301 | java | Java | sdk/appconfiguration/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/appconfiguration/v2020_06_01/implementation/OperationsImpl.java | yiliuTo/azure-sdk-for-java | 4536b6e99ded1b2b77f79bc2c31f42566c97b704 | [
"MIT"
] | 3 | 2021-09-15T16:25:19.000Z | 2021-12-17T05:41:00.000Z | sdk/appconfiguration/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/appconfiguration/v2020_06_01/implementation/OperationsImpl.java | yiliuTo/azure-sdk-for-java | 4536b6e99ded1b2b77f79bc2c31f42566c97b704 | [
"MIT"
] | 12 | 2019-07-17T16:18:54.000Z | 2019-07-17T21:30:02.000Z | sdk/appconfiguration/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/appconfiguration/v2020_06_01/implementation/OperationsImpl.java | yiliuTo/azure-sdk-for-java | 4536b6e99ded1b2b77f79bc2c31f42566c97b704 | [
"MIT"
] | 1 | 2022-01-31T19:22:33.000Z | 2022-01-31T19:22:33.000Z | 36.52381 | 106 | 0.71143 | 19,427 | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* abc
*/
package com.microsoft.azure.management.appconfiguration.v2020_06_01.implementatio... |
3e2ddd92798a35e806ac8c149b10318cdbf43c22 | 872 | java | Java | src/main/java/com/bora/blackberry/domain/university/entity/University.java | akahard2dj/SpringBlackberry | 498cc1c53529099ff4b3ce4185d52ea9bb7482de | [
"MIT"
] | null | null | null | src/main/java/com/bora/blackberry/domain/university/entity/University.java | akahard2dj/SpringBlackberry | 498cc1c53529099ff4b3ce4185d52ea9bb7482de | [
"MIT"
] | null | null | null | src/main/java/com/bora/blackberry/domain/university/entity/University.java | akahard2dj/SpringBlackberry | 498cc1c53529099ff4b3ce4185d52ea9bb7482de | [
"MIT"
] | null | null | null | 24.222222 | 82 | 0.725917 | 19,428 | package com.bora.blackberry.domain.university.entity;
import com.bora.blackberry.domain.constant.IsType;
import lombok.*;
import javax.persistence.*;
import java.time.LocalDateTime;
@Getter
@Setter
@Builder
@AllArgsConstructor
@NoArgsConstructor
@Entity
public class University {
@Id
@GeneratedValue(strategy... |
3e2dddd077a46a8cd509b33394f270424b86bbc5 | 4,139 | java | Java | bson/bson-core/src/main/java/com/torodb/mongowp/bson/utils/BsonTypeComparator.java | torodb/mongowp | 80db5ef560b4483a38965bab9f30d305727fb2ab | [
"Apache-2.0"
] | 19 | 2017-04-07T03:14:25.000Z | 2021-08-23T01:24:28.000Z | bson/bson-core/src/main/java/com/torodb/mongowp/bson/utils/BsonTypeComparator.java | 8kdata/mongowp | 80db5ef560b4483a38965bab9f30d305727fb2ab | [
"Apache-2.0"
] | 27 | 2015-12-27T21:45:50.000Z | 2017-03-16T15:18:38.000Z | bson/bson-core/src/main/java/com/torodb/mongowp/bson/utils/BsonTypeComparator.java | 8kdata/mongowp | 80db5ef560b4483a38965bab9f30d305727fb2ab | [
"Apache-2.0"
] | 12 | 2015-05-29T10:55:22.000Z | 2017-01-04T10:48:38.000Z | 32.085271 | 99 | 0.721914 | 19,429 | /*
* Copyright 2014 8Kdata Technology
*
* 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... |
3e2dde41680b2e34b7b60c5dd96352401a8a3375 | 1,081 | java | Java | src/main/java/com/bandwidth/controller/FilesController.java | Bandwidth-Samples/voice-record-java | ba06b490feb2f61f0d503b1d033edd7b838a3c88 | [
"MIT"
] | null | null | null | src/main/java/com/bandwidth/controller/FilesController.java | Bandwidth-Samples/voice-record-java | ba06b490feb2f61f0d503b1d033edd7b838a3c88 | [
"MIT"
] | null | null | null | src/main/java/com/bandwidth/controller/FilesController.java | Bandwidth-Samples/voice-record-java | ba06b490feb2f61f0d503b1d033edd7b838a3c88 | [
"MIT"
] | null | null | null | 30.027778 | 67 | 0.765957 | 19,430 | package com.bandwidth.controller;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource;
import org.springframework.http.MediaType;
import o... |
3e2dde5b9d3613f492a074fc70ac5bf7d56f9fe7 | 2,532 | java | Java | sponge-core/src/main/java/org/openksavi/sponge/java/JKnowledgeBase.java | mnpas/sponge | 7190f23ae888bbef49d0fbb85157444d6ea48bcd | [
"Apache-2.0"
] | 9 | 2017-12-16T21:48:57.000Z | 2022-01-06T12:22:24.000Z | sponge-core/src/main/java/org/openksavi/sponge/java/JKnowledgeBase.java | mnpas/sponge | 7190f23ae888bbef49d0fbb85157444d6ea48bcd | [
"Apache-2.0"
] | 3 | 2020-12-18T11:56:46.000Z | 2022-03-31T18:37:10.000Z | sponge-core/src/main/java/org/openksavi/sponge/java/JKnowledgeBase.java | mnpas/sponge | 7190f23ae888bbef49d0fbb85157444d6ea48bcd | [
"Apache-2.0"
] | 2 | 2019-12-29T16:08:32.000Z | 2020-06-15T14:05:34.000Z | 33.76 | 136 | 0.711295 | 19,431 | /*
* Copyright 2016-2017 The Sponge authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... |
3e2dde7d2d09306d3eba7983492b4a0f4a3fb3d8 | 526 | java | Java | LeetCode Easy/392. Is Subsequence.java | Ratna04priya/Java-Codes-LeetCode | a224967b0e1bb1160e768fcf7bb638cf02f8e7fb | [
"Apache-2.0"
] | null | null | null | LeetCode Easy/392. Is Subsequence.java | Ratna04priya/Java-Codes-LeetCode | a224967b0e1bb1160e768fcf7bb638cf02f8e7fb | [
"Apache-2.0"
] | null | null | null | LeetCode Easy/392. Is Subsequence.java | Ratna04priya/Java-Codes-LeetCode | a224967b0e1bb1160e768fcf7bb638cf02f8e7fb | [
"Apache-2.0"
] | null | null | null | 25.047619 | 69 | 0.43346 | 19,432 | //392. Is Subsequence - https://leetcode.com/problems/is-subsequence/
// Ratna Priya
class Solution {
public boolean isSubsequence(String s, String t) {
int i=0;
int j =0;
if(s.length()==0) return true;
while(i<s.length() && j< t.length()){
if(s.charAt(i) == t.charAt(j)){... |
3e2dde991456d6cf989f0e2bf1272aabd4ce58df | 2,757 | java | Java | wise/src/edu/ucla/wise/client/UserHitCounter.java | pralavgoa/SecureWise | 23599058f7eb2b8e29b964594bbd5e746f8165e3 | [
"BSD-3-Clause"
] | null | null | null | wise/src/edu/ucla/wise/client/UserHitCounter.java | pralavgoa/SecureWise | 23599058f7eb2b8e29b964594bbd5e746f8165e3 | [
"BSD-3-Clause"
] | null | null | null | wise/src/edu/ucla/wise/client/UserHitCounter.java | pralavgoa/SecureWise | 23599058f7eb2b8e29b964594bbd5e746f8165e3 | [
"BSD-3-Clause"
] | null | null | null | 34.898734 | 83 | 0.709104 | 19,433 | /**
* Copyright (c) 2014, Regents of the University of California
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright notice... |
3e2dded54439e8aa49cd54e8d2b5a03101fe5b4a | 1,138 | java | Java | BLOCK04-06_RegexApp/src/main/java/ua/testing/regex/view/ViewImp.java | VitaliiHrushyn/JavaExternalsClasses | 88d16326edbb7b3b8204ceff4cf94d178b03bc1c | [
"Unlicense"
] | 1 | 2018-04-10T13:27:37.000Z | 2018-04-10T13:27:37.000Z | BLOCK04-06_RegexApp/src/main/java/ua/testing/regex/view/ViewImp.java | VitaliiHrushyn/JavaExternalClasses | 88d16326edbb7b3b8204ceff4cf94d178b03bc1c | [
"Unlicense"
] | null | null | null | BLOCK04-06_RegexApp/src/main/java/ua/testing/regex/view/ViewImp.java | VitaliiHrushyn/JavaExternalClasses | 88d16326edbb7b3b8204ceff4cf94d178b03bc1c | [
"Unlicense"
] | null | null | null | 24.73913 | 71 | 0.753954 | 19,434 | package ua.testing.regex.view;
import java.util.Locale;
import java.util.ResourceBundle;
import static ua.testing.regex.view.ViewConstants.*;
public class ViewImp implements View{
private static String MESSAGE_BUNDLE_NAME = "messages";
private Locale locale;
private final ResourceBundle bundle;
public Vie... |
3e2ddf5d79fc6e1d3f75a6c6a8e11cab861b2bc3 | 119 | java | Java | chapter_001/src/test/java/ru/job4j/package-info.java | zmeenosez/akosolapov | af23a743a9c26989e3eb0f5a5312d9636a6cf961 | [
"Apache-2.0"
] | null | null | null | chapter_001/src/test/java/ru/job4j/package-info.java | zmeenosez/akosolapov | af23a743a9c26989e3eb0f5a5312d9636a6cf961 | [
"Apache-2.0"
] | null | null | null | chapter_001/src/test/java/ru/job4j/package-info.java | zmeenosez/akosolapov | af23a743a9c26989e3eb0f5a5312d9636a6cf961 | [
"Apache-2.0"
] | null | null | null | 14.875 | 29 | 0.596639 | 19,435 | /**
* //TODO add comments.
*
* @author Aleksey Kosolapov.
* @version 0.1.
* @since 23.02.17.
*/
package ru.job4j; |
3e2de07366953e5e978b5319db73e2d427c703b5 | 857 | java | Java | captcha/src/main/java/de/bluewhale/captcha/service/Checker.java | StefanSchubert/sabi | 45a02eceed7ac5fffff03e4b608c74559272e858 | [
"MIT"
] | 3 | 2018-01-14T16:09:11.000Z | 2021-12-13T21:26:15.000Z | captcha/src/main/java/de/bluewhale/captcha/service/Checker.java | StefanSchubert/sabi | 45a02eceed7ac5fffff03e4b608c74559272e858 | [
"MIT"
] | 83 | 2015-01-24T22:33:31.000Z | 2022-03-05T12:14:57.000Z | captcha/src/main/java/de/bluewhale/captcha/service/Checker.java | StefanSchubert/sabi | 45a02eceed7ac5fffff03e4b608c74559272e858 | [
"MIT"
] | 1 | 2021-05-24T16:57:14.000Z | 2021-05-24T16:57:14.000Z | 23.162162 | 69 | 0.64294 | 19,436 | /*
* Copyright (c) 2019 by Stefan Schubert under the MIT License (MIT).
* See project LICENSE file for the detailed terms and conditions.
*/
package de.bluewhale.captcha.service;
import org.springframework.stereotype.Service;
/**
* Responsible to check different captcha challenges
*
* @author Stefan Schubert
... |
3e2de079c9ca2cca92455b6aa305ceb74c916b92 | 4,214 | java | Java | airboot-server/src/main/java/com/airboot/common/core/manager/factory/AsyncFactory.java | air-software/airboot-saas | 6ce0d8a7ed7010fcb70911e55829039cf52429ef | [
"MIT"
] | 3 | 2021-08-09T03:05:27.000Z | 2022-03-15T02:46:51.000Z | airboot-server/src/main/java/com/airboot/common/core/manager/factory/AsyncFactory.java | air-software/airboot-saas | 6ce0d8a7ed7010fcb70911e55829039cf52429ef | [
"MIT"
] | null | null | null | airboot-server/src/main/java/com/airboot/common/core/manager/factory/AsyncFactory.java | air-software/airboot-saas | 6ce0d8a7ed7010fcb70911e55829039cf52429ef | [
"MIT"
] | null | null | null | 40.133333 | 118 | 0.617703 | 19,437 | package com.airboot.common.core.manager.factory;
import com.airboot.common.core.utils.LogUtils;
import com.airboot.common.core.utils.ServletUtils;
import com.airboot.common.core.utils.bean.CopyUtils;
import com.airboot.common.core.utils.ip.AddressUtils;
import com.airboot.common.core.utils.ip.IpUtils;
import com.airbo... |
3e2de095dd68ba174083203a13bbf07bbb7e6582 | 4,849 | java | Java | app/src/main/java/com/getgarage/SettingsToggle.java | rajatsurana/GetGarage | f365b78e80e736370592555946f33efb02bf32b2 | [
"MIT"
] | null | null | null | app/src/main/java/com/getgarage/SettingsToggle.java | rajatsurana/GetGarage | f365b78e80e736370592555946f33efb02bf32b2 | [
"MIT"
] | null | null | null | app/src/main/java/com/getgarage/SettingsToggle.java | rajatsurana/GetGarage | f365b78e80e736370592555946f33efb02bf32b2 | [
"MIT"
] | null | null | null | 37.882813 | 113 | 0.688596 | 19,438 | package com.getgarage;
/**
* Created by Rajat on 23-10-2015.
*/
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.res.TypedArray;
import android... |
3e2de0aa027a182cca4d7ebd522bab26c019f224 | 5,345 | java | Java | app/src/main/java/com/webianks/hatkemessenger/adapters/GroupesAdapter.java | mel194/social-message | 12e733cdd81be7b216822b36109bbe60ff64d6b4 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/webianks/hatkemessenger/adapters/GroupesAdapter.java | mel194/social-message | 12e733cdd81be7b216822b36109bbe60ff64d6b4 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/webianks/hatkemessenger/adapters/GroupesAdapter.java | mel194/social-message | 12e733cdd81be7b216822b36109bbe60ff64d6b4 | [
"Apache-2.0"
] | 2 | 2019-09-17T13:04:27.000Z | 2020-06-19T21:11:04.000Z | 37.118056 | 127 | 0.592142 | 19,439 | package com.webianks.hatkemessenger.adapters;
import android.app.AlertDialog;
import android.content.Context;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.RecyclerView;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import... |
3e2de1b7814bb794f90d8c5ad077fe9180d70864 | 3,510 | java | Java | src/main/java/net/unicon/lti/controller/lti/JWKController.java | lumenlearning/tool13demo | 029028122261e8109cdf276d1a315028ab08ecc4 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2019-11-26T14:52:02.000Z | 2019-11-26T14:52:02.000Z | src/main/java/net/unicon/lti/controller/lti/JWKController.java | lumenlearning/tool13demo | 029028122261e8109cdf276d1a315028ab08ecc4 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2019-10-06T18:56:21.000Z | 2019-10-07T11:09:21.000Z | src/main/java/net/unicon/lti/controller/lti/JWKController.java | lumenlearning/tool13demo | 029028122261e8109cdf276d1a315028ab08ecc4 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2019-10-04T04:16:05.000Z | 2019-10-04T04:16:05.000Z | 43.875 | 124 | 0.729915 | 19,440 | /**
* Copyright 2021 Unicon (R)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, s... |
3e2de26106f6660390484ee16985d42457c78380 | 653 | java | Java | common/com/medicapital/common/dao/entity/DoctorService.java | m-wrona/gwt-medicapital | c1c281fac9ea6b03ecfe9c879394e4c33f550f76 | [
"MIT"
] | null | null | null | common/com/medicapital/common/dao/entity/DoctorService.java | m-wrona/gwt-medicapital | c1c281fac9ea6b03ecfe9c879394e4c33f550f76 | [
"MIT"
] | null | null | null | common/com/medicapital/common/dao/entity/DoctorService.java | m-wrona/gwt-medicapital | c1c281fac9ea6b03ecfe9c879394e4c33f550f76 | [
"MIT"
] | null | null | null | 31.095238 | 80 | 0.788668 | 19,441 | package com.medicapital.common.dao.entity;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
import com.medicapital.common.entities.Doctor;
import com.medicapital.common.entities.search.SearchDoctorCriteria;
import com.medicapital.common.entities.search.SearchResult;
@RemoteServiceRelativePath(S... |
3e2de286c655394e1cc643501068b727d795beaa | 3,465 | java | Java | src/main/java/com/koverse/restaurants/MyCustomAuthorizer.java | diebels727/restaurants | 6f8964e43719e6e7cf1d3ba44cf939661d092af3 | [
"MIT"
] | null | null | null | src/main/java/com/koverse/restaurants/MyCustomAuthorizer.java | diebels727/restaurants | 6f8964e43719e6e7cf1d3ba44cf939661d092af3 | [
"MIT"
] | null | null | null | src/main/java/com/koverse/restaurants/MyCustomAuthorizer.java | diebels727/restaurants | 6f8964e43719e6e7cf1d3ba44cf939661d092af3 | [
"MIT"
] | null | null | null | 31.216216 | 96 | 0.749206 | 19,442 | package com.koverse.restaurants;
import java.util.Map;
import java.util.Set;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import com.koverse.dto.json.JsonGrou... |
3e2de47c19391ff573c51e7dae6bfeabaabf482d | 1,155 | java | Java | recommendation/src/main/java/com/stackroute/recommendation/domain/Space.java | rutuja1404kulkarni/Co-working | 5ce4d925ed54d5d468899f3845c3b21d2b68a8d8 | [
"Apache-2.0"
] | null | null | null | recommendation/src/main/java/com/stackroute/recommendation/domain/Space.java | rutuja1404kulkarni/Co-working | 5ce4d925ed54d5d468899f3845c3b21d2b68a8d8 | [
"Apache-2.0"
] | 8 | 2020-07-17T18:41:14.000Z | 2022-02-26T15:22:19.000Z | recommendation/src/main/java/com/stackroute/recommendation/domain/Space.java | rutuja1404kulkarni/Co-working | 5ce4d925ed54d5d468899f3845c3b21d2b68a8d8 | [
"Apache-2.0"
] | null | null | null | 22.211538 | 70 | 0.656277 | 19,443 | package com.stackroute.recommendation.domain;
import org.neo4j.ogm.annotation.GraphId;
import org.neo4j.ogm.annotation.NodeEntity;
import org.neo4j.ogm.annotation.Property;
import org.neo4j.ogm.annotation.Relationship;
import org.springframework.beans.factory.annotation.Autowired;
import java.util.Collection;
import... |
3e2de67631844cbe6d5328d67734f03378ea884b | 1,728 | java | Java | adal/src/androidTest/java/com/microsoft/aad/adal/UtilityTest.java | aconsuegra/azure-activedirectory-library-for-android | c465e86f875434e1ac2ea633e20ae73d8b529cfc | [
"MIT"
] | 2 | 2021-06-07T13:37:21.000Z | 2022-03-22T04:50:53.000Z | adal/src/androidTest/java/com/microsoft/aad/adal/UtilityTest.java | aconsuegra/azure-activedirectory-library-for-android | c465e86f875434e1ac2ea633e20ae73d8b529cfc | [
"MIT"
] | null | null | null | adal/src/androidTest/java/com/microsoft/aad/adal/UtilityTest.java | aconsuegra/azure-activedirectory-library-for-android | c465e86f875434e1ac2ea633e20ae73d8b529cfc | [
"MIT"
] | null | null | null | 44.307692 | 126 | 0.748264 | 19,444 | // Copyright (c) Microsoft Corporation.
// All rights reserved.
//
// This code is licensed under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files(the "Software"), to deal
// in the Software without restricti... |
3e2de712d475101bc166e275c3b8941df16eeed3 | 2,156 | java | Java | modules/core/org.jowidgets.api/src/main/java/org/jowidgets/api/widgets/descriptor/setup/ITextFieldSetup.java | jo-source/jowidgets | a1dde3daf1d534cb28828795d1b722f83654933a | [
"BSD-3-Clause"
] | 11 | 2015-07-28T11:39:25.000Z | 2020-03-01T04:29:55.000Z | modules/core/org.jowidgets.api/src/main/java/org/jowidgets/api/widgets/descriptor/setup/ITextFieldSetup.java | jo-source/jowidgets | a1dde3daf1d534cb28828795d1b722f83654933a | [
"BSD-3-Clause"
] | 46 | 2015-07-27T14:58:26.000Z | 2018-06-08T13:40:37.000Z | modules/core/org.jowidgets.api/src/main/java/org/jowidgets/api/widgets/descriptor/setup/ITextFieldSetup.java | jo-source/jowidgets | a1dde3daf1d534cb28828795d1b722f83654933a | [
"BSD-3-Clause"
] | 4 | 2015-08-12T17:38:54.000Z | 2021-12-19T11:17:35.000Z | 42.27451 | 91 | 0.758349 | 19,445 | /*
* Copyright (c) 2010, Michael Grossmann
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of ... |
3e2de771471271bb44648776114f50851e957923 | 3,596 | java | Java | demo-bookkeeper/src/main/java/com/github/shoothzj/demo/bookkeeper/BookkeeperTxnReader.java | Shoothzj/maven-demo | e468fcd2cd2b4fc61add37107f5a460e34f78fb5 | [
"Apache-2.0"
] | 2 | 2021-11-02T07:30:24.000Z | 2022-02-23T03:23:55.000Z | demo-bookkeeper/src/main/java/com/github/shoothzj/demo/bookkeeper/BookkeeperTxnReader.java | billyShen198602/maven-demo | a137f964db1fe3fa9531ad122ee89fceb4915991 | [
"Apache-2.0"
] | 2 | 2020-11-13T13:32:17.000Z | 2021-08-07T15:47:22.000Z | demo-bookkeeper/src/main/java/com/github/shoothzj/demo/bookkeeper/BookkeeperTxnReader.java | billyShen198602/maven-demo | a137f964db1fe3fa9531ad122ee89fceb4915991 | [
"Apache-2.0"
] | 2 | 2021-09-01T03:08:06.000Z | 2021-09-02T06:22:38.000Z | 39.955556 | 122 | 0.553671 | 19,446 | package com.github.shoothzj.demo.bookkeeper;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import lombok.extern.slf4j.Slf4j;
import java.io.RandomAccessFile;
import java.nio.channels.FileChannel;
/**
* @author hezhangjian
*/
@Slf4j
public class BookkeeperTxnReader {
private static final int... |
3e2de7a5cac59e38b4c2883995ce423e17cd7d84 | 6,009 | java | Java | src/main/java/frc/robot/Constants.java | Programmer3314/2021Code | a9b2ea084779f98d5ee6b2b6094e6432a8b54468 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/frc/robot/Constants.java | Programmer3314/2021Code | a9b2ea084779f98d5ee6b2b6094e6432a8b54468 | [
"BSD-3-Clause"
] | 5 | 2021-10-31T04:42:48.000Z | 2021-11-01T23:44:44.000Z | src/main/java/frc/robot/Constants.java | Programmer3314/2021Code | a9b2ea084779f98d5ee6b2b6094e6432a8b54468 | [
"BSD-3-Clause"
] | null | null | null | 45.870229 | 116 | 0.68697 | 19,447 | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2018-2019 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... |
3e2de7d02f480fd0d31d39448a7d81339af2e6d2 | 311 | java | Java | core/src/test/java/com/github/stefvanschie/quickskript/core/psi/literal/PsiNumberLiteralTest.java | Draww/QuickSkript | 345ca4fef1fe5e98d25f2f9cf42db3af4860b3ba | [
"MIT"
] | null | null | null | core/src/test/java/com/github/stefvanschie/quickskript/core/psi/literal/PsiNumberLiteralTest.java | Draww/QuickSkript | 345ca4fef1fe5e98d25f2f9cf42db3af4860b3ba | [
"MIT"
] | null | null | null | core/src/test/java/com/github/stefvanschie/quickskript/core/psi/literal/PsiNumberLiteralTest.java | Draww/QuickSkript | 345ca4fef1fe5e98d25f2f9cf42db3af4860b3ba | [
"MIT"
] | null | null | null | 23.923077 | 82 | 0.742765 | 19,448 | package com.github.stefvanschie.quickskript.core.psi.literal;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Assertions;
class PsiNumberLiteralTest {
@Test
void testIncorrectNumberFailure() {
Assertions.assertNull(new PsiNumberLiteral.Factory().tryParse("1:2", -1));
}
}
|
3e2de7d9a4ac6c4b5aeff223d8c4433c796c4b7e | 1,688 | java | Java | domino/externals/javolution/src/main/java/javolution/util/internal/table/ReversedTableImpl.java | mariusj/org.openntf.domino | cefed6e6ad926a64cb79f09ddae45fa4329106be | [
"Apache-2.0"
] | 45 | 2015-01-07T08:56:24.000Z | 2021-12-23T03:06:04.000Z | domino/externals/javolution/src/main/java/javolution/util/internal/table/ReversedTableImpl.java | mariusj/org.openntf.domino | cefed6e6ad926a64cb79f09ddae45fa4329106be | [
"Apache-2.0"
] | 11 | 2015-08-20T19:15:16.000Z | 2020-04-30T01:40:03.000Z | domino/externals/javolution/src/main/java/javolution/util/internal/table/ReversedTableImpl.java | mariusj/org.openntf.domino | cefed6e6ad926a64cb79f09ddae45fa4329106be | [
"Apache-2.0"
] | 71 | 2015-02-03T19:59:19.000Z | 2022-01-15T17:43:49.000Z | 21.922078 | 68 | 0.607227 | 19,449 | /*
* Javolution - Java(TM) Solution for Real-Time and Embedded Systems
* Copyright (C) 2012 - Javolution (http://javolution.org/)
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software is
* freely granted, provided that this notice is preserved.
*/
package javolution.util.inter... |
3e2de8050bf6f6826069c03555577e88212c3c33 | 7,322 | java | Java | flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/savepoint/FsSavepointStoreTest.java | qingdao81/flink | 8d953bf2626012e3e497334641962bd8f96098de | [
"BSD-3-Clause"
] | 9 | 2016-09-22T22:53:13.000Z | 2019-11-30T03:07:29.000Z | flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/savepoint/FsSavepointStoreTest.java | axbaretto/flink | 8a9550747b113d2d3be257017ca5a1264a488f8e | [
"Apache-2.0"
] | null | null | null | flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/savepoint/FsSavepointStoreTest.java | axbaretto/flink | 8a9550747b113d2d3be257017ca5a1264a488f8e | [
"Apache-2.0"
] | 1 | 2019-04-28T02:19:51.000Z | 2019-04-28T02:19:51.000Z | 31.025424 | 108 | 0.743649 | 19,450 | /*
* 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 ... |
3e2de83796156ed3999703dd218dbedc56cceb2b | 2,143 | java | Java | consensus/ibft/src/main/java/org/hyperledger/besu/consensus/ibft/messagewrappers/IbftMessage.java | kziemianek/besu | e47edb584a6330b862d1e5bc4d7f47cc3d044a04 | [
"Apache-2.0"
] | 5 | 2019-09-16T05:19:51.000Z | 2020-08-02T04:16:23.000Z | consensus/ibft/src/main/java/org/hyperledger/besu/consensus/ibft/messagewrappers/IbftMessage.java | kziemianek/besu | e47edb584a6330b862d1e5bc4d7f47cc3d044a04 | [
"Apache-2.0"
] | 7 | 2019-09-19T01:34:39.000Z | 2020-01-27T17:44:15.000Z | consensus/ibft/src/main/java/org/hyperledger/besu/consensus/ibft/messagewrappers/IbftMessage.java | kziemianek/besu | e47edb584a6330b862d1e5bc4d7f47cc3d044a04 | [
"Apache-2.0"
] | 3 | 2019-09-18T03:41:29.000Z | 2020-10-12T00:07:26.000Z | 31.057971 | 118 | 0.748483 | 19,451 | /*
* Copyright 2019 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... |
3e2de8690dac718006813bf09bc4847cc1ab92eb | 2,747 | java | Java | mybatis-sandbox/src/main/java/org/yukung/sandbox/mybatis/user/jdbc/UserDao.java | yukung/playground | 983f1b536207b92b7d7650f0002c1c340df301dd | [
"MIT"
] | null | null | null | mybatis-sandbox/src/main/java/org/yukung/sandbox/mybatis/user/jdbc/UserDao.java | yukung/playground | 983f1b536207b92b7d7650f0002c1c340df301dd | [
"MIT"
] | null | null | null | mybatis-sandbox/src/main/java/org/yukung/sandbox/mybatis/user/jdbc/UserDao.java | yukung/playground | 983f1b536207b92b7d7650f0002c1c340df301dd | [
"MIT"
] | null | null | null | 31.574713 | 77 | 0.562796 | 19,452 | package org.yukung.sandbox.mybatis.user.jdbc;
import org.yukung.sandbox.mybatis.user.Gender;
import org.yukung.sandbox.mybatis.user.User;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
/**
* @... |
3e2de8b8cc28921890d638dd04a8e5f769798a71 | 430 | java | Java | dropit-server/src/net/client/events/UpdateUserEvent.java | JGCardelus/dropit | 0fe8259c102b4b7d795cd71d993407cd488f40d8 | [
"MIT"
] | null | null | null | dropit-server/src/net/client/events/UpdateUserEvent.java | JGCardelus/dropit | 0fe8259c102b4b7d795cd71d993407cd488f40d8 | [
"MIT"
] | null | null | null | dropit-server/src/net/client/events/UpdateUserEvent.java | JGCardelus/dropit | 0fe8259c102b4b7d795cd71d993407cd488f40d8 | [
"MIT"
] | null | null | null | 15.925926 | 40 | 0.718605 | 19,453 | package net.client.events;
import app.users.User;
import net.client.Client;
public class UpdateUserEvent {
private Client client;
private User user;
public UpdateUserEvent(Client client) {
this.setClient(client);
}
public void setClient(Client client) {
this.client = client;
this.user = client.getUser();... |
3e2de9378c1a409bef4d8246448567a6d153be1d | 1,747 | java | Java | titanite/src/test/java/org/nosceon/titanite/AttributesTest.java | nosceon/titanite | 419b9e25813ce044d8e772eb498a8ad96695b967 | [
"Apache-2.0"
] | 3 | 2015-02-03T05:36:13.000Z | 2019-01-12T02:11:45.000Z | titanite/src/test/java/org/nosceon/titanite/AttributesTest.java | nosceon/titanite | 419b9e25813ce044d8e772eb498a8ad96695b967 | [
"Apache-2.0"
] | null | null | null | titanite/src/test/java/org/nosceon/titanite/AttributesTest.java | nosceon/titanite | 419b9e25813ce044d8e772eb498a8ad96695b967 | [
"Apache-2.0"
] | null | null | null | 32.962264 | 131 | 0.638237 | 19,454 | /*
* Copyright 2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... |
3e2deb0242aa5d3cab6ede896d76279033227066 | 147 | java | Java | src/main/java/com/jamieswhiteshirt/clotheslinefabric/client/impl/package-info.java | Yoghurt4C/clothesline-fabric | 55dbebe6d97ae9082f355941cbb1bfcbd92646c9 | [
"MIT"
] | null | null | null | src/main/java/com/jamieswhiteshirt/clotheslinefabric/client/impl/package-info.java | Yoghurt4C/clothesline-fabric | 55dbebe6d97ae9082f355941cbb1bfcbd92646c9 | [
"MIT"
] | null | null | null | src/main/java/com/jamieswhiteshirt/clotheslinefabric/client/impl/package-info.java | Yoghurt4C/clothesline-fabric | 55dbebe6d97ae9082f355941cbb1bfcbd92646c9 | [
"MIT"
] | null | null | null | 29.4 | 59 | 0.897959 | 19,455 | @ParametersAreNonnullByDefault
package com.jamieswhiteshirt.clotheslinefabric.client.impl;
import javax.annotation.ParametersAreNonnullByDefault;
|
3e2deb714ad448484a3b77be21c4831980b7b62d | 19,050 | java | Java | src/main/java/io/spokestack/spokestack/asr/KeywordRecognizer.java | spokestack/spokestack-android | 12ff984c07370e61d86b3bba4ca1ea06febc7bd0 | [
"Apache-2.0"
] | 51 | 2019-11-27T03:37:48.000Z | 2022-01-28T13:37:41.000Z | src/main/java/io/spokestack/spokestack/asr/KeywordRecognizer.java | spokestack/spokestack-android | 12ff984c07370e61d86b3bba4ca1ea06febc7bd0 | [
"Apache-2.0"
] | 32 | 2020-01-14T15:07:38.000Z | 2021-07-27T19:55:22.000Z | src/main/java/io/spokestack/spokestack/asr/KeywordRecognizer.java | spokestack/spokestack-android | 12ff984c07370e61d86b3bba4ca1ea06febc7bd0 | [
"Apache-2.0"
] | 6 | 2020-08-10T12:21:02.000Z | 2022-02-18T08:24:00.000Z | 39.197531 | 79 | 0.651234 | 19,456 | package io.spokestack.spokestack.asr;
import com.google.gson.Gson;
import com.google.gson.stream.JsonReader;
import io.spokestack.spokestack.RingBuffer;
import io.spokestack.spokestack.SpeechConfig;
import io.spokestack.spokestack.SpeechContext;
import io.spokestack.spokestack.SpeechProcessor;
import io.spokestack.spo... |
3e2dedeac1be732d230353ead108ebe9d4f30976 | 414 | java | Java | src/test/java/com/liyongquan/slidewindow/TwoSumLessThanKTest.java | liyongquan/leetcode-project | 9c84215780b7cd07309dc72488f58bc8e24cb1ef | [
"Apache-2.0"
] | 5 | 2021-03-27T02:41:22.000Z | 2022-01-18T02:54:30.000Z | src/test/java/com/liyongquan/slidewindow/TwoSumLessThanKTest.java | liyongquan/leetcode-project | 9c84215780b7cd07309dc72488f58bc8e24cb1ef | [
"Apache-2.0"
] | null | null | null | src/test/java/com/liyongquan/slidewindow/TwoSumLessThanKTest.java | liyongquan/leetcode-project | 9c84215780b7cd07309dc72488f58bc8e24cb1ef | [
"Apache-2.0"
] | null | null | null | 24.352941 | 80 | 0.669082 | 19,457 | package com.liyongquan.slidewindow;
import org.junit.Assert;
import org.junit.Test;
import static org.junit.Assert.*;
public class TwoSumLessThanKTest {
private TwoSumLessThanK ts = new TwoSumLessThanK();
@Test
public void twoSumLessThanK() {
int i = ts.twoSumLessThanK(new int[]{34, 23, 1, 24, 7... |
3e2dedf620f9af919e8ee61fa28b5f5d91e8ef76 | 3,842 | java | Java | src/main/java/edu/xiyou/shortrent/service/impl/HouseServiceImpl.java | zzy25/ShotRent | 14d4373f0afefc25b3f8d76a0adec734fa341c85 | [
"Apache-2.0"
] | null | null | null | src/main/java/edu/xiyou/shortrent/service/impl/HouseServiceImpl.java | zzy25/ShotRent | 14d4373f0afefc25b3f8d76a0adec734fa341c85 | [
"Apache-2.0"
] | null | null | null | src/main/java/edu/xiyou/shortrent/service/impl/HouseServiceImpl.java | zzy25/ShotRent | 14d4373f0afefc25b3f8d76a0adec734fa341c85 | [
"Apache-2.0"
] | 1 | 2018-11-06T13:57:02.000Z | 2018-11-06T13:57:02.000Z | 32.837607 | 86 | 0.621031 | 19,458 | package edu.xiyou.shortrent.service.impl;
import edu.xiyou.shortrent.dao.HouseMapper;
import edu.xiyou.shortrent.exception.ArguException;
import edu.xiyou.shortrent.model.House;
import edu.xiyou.shortrent.service.HouseService;
import edu.xiyou.shortrent.utils.ArguUtils;
import org.slf4j.Logger;
import org.slf4j.Logger... |
3e2dee620c2cedb9d6409a03011735f4cebbf61b | 3,671 | java | Java | src/main/java/net/cattaka/swing/datainputpanel/DIPInfoFile.java | cattaka/MathDrawer | f08c668a0686efa3e30f8065654e841f2a6fea43 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | src/main/java/net/cattaka/swing/datainputpanel/DIPInfoFile.java | cattaka/MathDrawer | f08c668a0686efa3e30f8065654e841f2a6fea43 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | src/main/java/net/cattaka/swing/datainputpanel/DIPInfoFile.java | cattaka/MathDrawer | f08c668a0686efa3e30f8065654e841f2a6fea43 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | 23.234177 | 79 | 0.703895 | 19,459 | /*
* 作成日: 2007/02/01
*/
package net.cattaka.swing.datainputpanel;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import javax.swing.JButton;
import javax.swing.JComponent;
import javax.swing.JFileChoose... |
3e2def28f98f7e61aa3eb2adfa7a80659939501a | 2,527 | java | Java | src/main/java/com/jfinal/club/login/LoginController.java | skyer83/laud | a59ce27c18f9c8f7a664e3e0e457f65fbaf62c21 | [
"MIT"
] | null | null | null | src/main/java/com/jfinal/club/login/LoginController.java | skyer83/laud | a59ce27c18f9c8f7a664e3e0e457f65fbaf62c21 | [
"MIT"
] | null | null | null | src/main/java/com/jfinal/club/login/LoginController.java | skyer83/laud | a59ce27c18f9c8f7a664e3e0e457f65fbaf62c21 | [
"MIT"
] | null | null | null | 23.398148 | 93 | 0.680649 | 19,460 | /**
* 请勿将俱乐部专享资源复制给其他人,保护知识产权即是保护我们所在的行业,进而保护我们自己的利益
* 即便是公司的同事,也请尊重 JFinal 作者的努力与付出,不要复制给同事
*
* 如果你尚未加入俱乐部,请立即删除该项目,或者现在加入俱乐部:http://jfinal.com/club
*
* 俱乐部将提供 jfinal-club 项目文档与设计资源、专用 QQ 群,以及作者在俱乐部定期的分享与答疑,
* 价值远比仅仅拥有 jfinal club 项目源代码要大得多
*
* JFinal 俱乐部是五年以来首次寻求外部资源的尝试,以便于有资源创建更加
* 高品质的产品与服务,为... |
3e2df074f35f1674537c4c9f7f56764bfb5835e6 | 3,327 | java | Java | src/main/java/com/ft/membership/logging/Failure.java | Financial-Times/fluent-logging | 9ed9a66d699573529bb62af89a5562a9efdf96b4 | [
"MIT"
] | 5 | 2015-10-02T10:52:03.000Z | 2021-10-04T07:19:02.000Z | src/main/java/com/ft/membership/logging/Failure.java | Financial-Times/fluent-logging | 9ed9a66d699573529bb62af89a5562a9efdf96b4 | [
"MIT"
] | 6 | 2015-10-02T10:41:44.000Z | 2020-01-16T15:42:03.000Z | src/main/java/com/ft/membership/logging/Failure.java | Financial-Times/fluent-logging | 9ed9a66d699573529bb62af89a5562a9efdf96b4 | [
"MIT"
] | 4 | 2015-10-02T11:36:39.000Z | 2020-07-30T16:57:06.000Z | 23.104167 | 98 | 0.660355 | 19,461 | package com.ft.membership.logging;
import static com.ft.membership.logging.Preconditions.checkNotNull;
import java.util.Map;
@Deprecated
public class Failure extends Parameters implements LoggingTerminal {
private Operation operation;
private Exception thrown;
private String failureMessage;
Failure(final O... |
3e2df0d4821901a7240568001139982fb4abd9f8 | 7,902 | java | Java | openapi-cli/src/test/java/io/ballerina/openapi/generators/auth/ApiKeyAuthTests.java | udda1996/ballerina-openapi | 662738e769cf28d11c3d86018c3875bebee3c1e0 | [
"Apache-2.0"
] | 7 | 2021-11-18T12:52:31.000Z | 2022-03-23T21:28:27.000Z | openapi-cli/src/test/java/io/ballerina/openapi/generators/auth/ApiKeyAuthTests.java | seanwallawalla-forks/openapi-tools | cc7c705e81d17c785ce6ec5dffece4c671d979f7 | [
"Apache-2.0"
] | 603 | 2020-09-24T09:35:26.000Z | 2021-11-17T06:15:52.000Z | openapi-cli/src/test/java/io/ballerina/openapi/generators/auth/ApiKeyAuthTests.java | seanwallawalla-forks/openapi-tools | cc7c705e81d17c785ce6ec5dffece4c671d979f7 | [
"Apache-2.0"
] | 24 | 2020-09-11T07:55:08.000Z | 2021-11-08T11:33:05.000Z | 55.258741 | 114 | 0.741205 | 19,462 | /*
* Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.or... |
3e2df105d1abea57e4a3d49255d273af5a58c634 | 2,779 | java | Java | requirementsascodeexamples/shoppingappjavafx/src/main/java/shoppingapp/javafx/controller/DisplayProductsController.java | dguimard/requirementsascode | 93e73269f8b87a833736f49c4212e6c84361608f | [
"Apache-2.0"
] | 1 | 2020-01-29T11:51:04.000Z | 2020-01-29T11:51:04.000Z | requirementsascodeexamples/shoppingappjavafx/src/main/java/shoppingapp/javafx/controller/DisplayProductsController.java | dguimard/requirementsascode | 93e73269f8b87a833736f49c4212e6c84361608f | [
"Apache-2.0"
] | null | null | null | requirementsascodeexamples/shoppingappjavafx/src/main/java/shoppingapp/javafx/controller/DisplayProductsController.java | dguimard/requirementsascode | 93e73269f8b87a833736f49c4212e6c84361608f | [
"Apache-2.0"
] | null | null | null | 29.252632 | 94 | 0.769341 | 19,463 | package shoppingapp.javafx.controller;
import static javafx.beans.binding.Bindings.convert;
import static javafx.beans.binding.Bindings.size;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.control.ListCell;
import ja... |
3e2df1244b0bb5a7482399f15b0030f3527236dd | 2,159 | java | Java | Corpus/birt/8063.java | JamesCao2048/BlizzardData | a524bec4f0d297bb748234eeb1c2fcdee3dce7d7 | [
"MIT"
] | 1 | 2022-01-15T02:47:45.000Z | 2022-01-15T02:47:45.000Z | Corpus/birt/8063.java | JamesCao2048/BlizzardData | a524bec4f0d297bb748234eeb1c2fcdee3dce7d7 | [
"MIT"
] | null | null | null | Corpus/birt/8063.java | JamesCao2048/BlizzardData | a524bec4f0d297bb748234eeb1c2fcdee3dce7d7 | [
"MIT"
] | null | null | null | 19.276786 | 81 | 0.588698 | 19,464 | /*******************************************************************************
* Copyright (c) 2004, 2008Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is ava... |
3e2df19414d6191e4571a65f9f591aba6dc5098a | 1,201 | java | Java | src/za/co/comparable/poc/PersonCollections.java | amarbarik/POC | 063e92f23dc799b6d2fbdcd069959a136aab7c3e | [
"Apache-2.0"
] | null | null | null | src/za/co/comparable/poc/PersonCollections.java | amarbarik/POC | 063e92f23dc799b6d2fbdcd069959a136aab7c3e | [
"Apache-2.0"
] | null | null | null | src/za/co/comparable/poc/PersonCollections.java | amarbarik/POC | 063e92f23dc799b6d2fbdcd069959a136aab7c3e | [
"Apache-2.0"
] | null | null | null | 27.930233 | 64 | 0.549542 | 19,465 | package za.co.comparable.poc;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Random;
/**
* Created by F4742443 on 2016/02/25.
*/
public class PersonCollections {
private static final int SIZE = 5;
public static void main(String[] args) {
... |
3e2df1c0ef64d54fc5b0aa935038c70fbca3e1c0 | 3,407 | java | Java | src/test/java/com/synopsys/integration/alert/PhoneHomeTest.java | vberegov/blackduck-alert | f5597257fd19d11c1b8041b214d780d0255dcda5 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/synopsys/integration/alert/PhoneHomeTest.java | vberegov/blackduck-alert | f5597257fd19d11c1b8041b214d780d0255dcda5 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/synopsys/integration/alert/PhoneHomeTest.java | vberegov/blackduck-alert | f5597257fd19d11c1b8041b214d780d0255dcda5 | [
"Apache-2.0"
] | null | null | null | 47.985915 | 198 | 0.783387 | 19,466 | package com.synopsys.integration.alert;
import static org.junit.jupiter.api.Assertions.fail;
import java.util.Collections;
import java.util.List;
import java.util.Optional;
import org.junit.jupiter.api.Test;
import org.mockito.Mockito;
import org.springframework.scheduling.TaskScheduler;
import com.google.gson.Gson... |
3e2df1f1c7dcee5babaf42dfd6c14c9bd762a391 | 869 | java | Java | src/main/java/com/mydeveloperplanet/myspringwebfluxplanet/greeting/GreetingWebClient.java | shatk/spring-webflex-poc | d4292bc036fed5803857b8d3ba666ce60f8b1774 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/mydeveloperplanet/myspringwebfluxplanet/greeting/GreetingWebClient.java | shatk/spring-webflex-poc | d4292bc036fed5803857b8d3ba666ce60f8b1774 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/mydeveloperplanet/myspringwebfluxplanet/greeting/GreetingWebClient.java | shatk/spring-webflex-poc | d4292bc036fed5803857b8d3ba666ce60f8b1774 | [
"Apache-2.0"
] | null | null | null | 29.965517 | 91 | 0.688147 | 19,467 | package com.mydeveloperplanet.myspringwebfluxplanet.greeting;
import org.springframework.http.MediaType;
import org.springframework.web.reactive.function.client.ClientResponse;
import org.springframework.web.reactive.function.client.WebClient;
import reactor.core.publisher.Mono;
/**
* The Greeting Web Client as ta... |
3e2df2477da2bcad2a80ed036c129463c416b419 | 1,002 | java | Java | src/main/obj/Usertypes.java | MoDC-Music/FeelMusic_Servlet | 7519d4f7418c01a2af24b2ce781cd99b0d331608 | [
"Apache-2.0"
] | 1 | 2020-06-19T14:36:28.000Z | 2020-06-19T14:36:28.000Z | src/main/obj/Usertypes.java | MoDC-Music/FeelMusic_Servlet | 7519d4f7418c01a2af24b2ce781cd99b0d331608 | [
"Apache-2.0"
] | null | null | null | src/main/obj/Usertypes.java | MoDC-Music/FeelMusic_Servlet | 7519d4f7418c01a2af24b2ce781cd99b0d331608 | [
"Apache-2.0"
] | 2 | 2020-06-19T14:21:29.000Z | 2020-06-19T14:21:50.000Z | 21.319149 | 84 | 0.662675 | 19,468 | package main.obj;
import java.util.ArrayList;
import main.dao.Database;
public class Usertypes {
private static Usertype[] allUsertypes;
public static ArrayList<Usertype> getFilteredUsertypes(int requestingUsertypeId) {
ArrayList<Usertype> ret = new ArrayList<Usertype>();
if(requestingUsertypeId == 1) {
... |
3e2df283d12cc7e100d7da4e3f1aee42ae934e34 | 1,736 | java | Java | testbench/testsolutions/bl.test/test_gen/jetbrains/mps/editorTest/DeleteStaticMethodCallTwoStep_Test.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | testbench/testsolutions/bl.test/test_gen/jetbrains/mps/editorTest/DeleteStaticMethodCallTwoStep_Test.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | testbench/testsolutions/bl.test/test_gen/jetbrains/mps/editorTest/DeleteStaticMethodCallTwoStep_Test.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | 36.166667 | 220 | 0.779954 | 19,469 | package jetbrains.mps.editorTest;
/*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.Test;
import jetbrains.mps.lang.test.runtime.BaseEditorTestBod... |
3e2df3000c6d1cb9d45d0d6c75d28dadef7c28ac | 2,438 | java | Java | sunbird_portal/src/test/java/org/sunbird/testscripts/Mentor_TC05.java | neha0305verma/sunbird-functional-tests | 8dc11b9c4e3251a1f7f12714f8efc954b12c4ddc | [
"MIT"
] | 1 | 2019-07-02T07:05:26.000Z | 2019-07-02T07:05:26.000Z | sunbird_portal/src/test/java/org/sunbird/testscripts/Mentor_TC05.java | neha0305verma/sunbird-functional-tests | 8dc11b9c4e3251a1f7f12714f8efc954b12c4ddc | [
"MIT"
] | 9 | 2018-07-18T05:47:31.000Z | 2018-12-21T13:22:44.000Z | sunbird_portal/src/test/java/org/sunbird/testscripts/Mentor_TC05.java | neha0305verma/sunbird-functional-tests | 8dc11b9c4e3251a1f7f12714f8efc954b12c4ddc | [
"MIT"
] | 22 | 2018-07-27T11:43:09.000Z | 2022-03-31T06:03:44.000Z | 26.5 | 128 | 0.788351 | 19,470 | /**
* Created by Qualitrix Technologies Pvt Ltd.
* @author: Abhinav kumar singh
* Date: 07/16/2018
* Purpose: Create course as Mentor and try to create open batch for it,public user should consume it,mentor can check the stats.
*/
package org.sunbird.testscripts;
import org.testng.annotations.Test;
import java.u... |
3e2df359e9a7a15be7d5d93f6bbfe92c9c027c0e | 3,104 | java | Java | test/org/girod/javafx/tosvg/app/ScriptContext.java | perNyfelt/fxsvgimage | 142772803c0f51cc4435be57ec437361244874de | [
"BSD-3-Clause"
] | null | null | null | test/org/girod/javafx/tosvg/app/ScriptContext.java | perNyfelt/fxsvgimage | 142772803c0f51cc4435be57ec437361244874de | [
"BSD-3-Clause"
] | null | null | null | test/org/girod/javafx/tosvg/app/ScriptContext.java | perNyfelt/fxsvgimage | 142772803c0f51cc4435be57ec437361244874de | [
"BSD-3-Clause"
] | null | null | null | 32 | 84 | 0.695554 | 19,471 | /*
Copyright (c) 2022, Hervé Girod
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the fo... |
3e2df370b2305e9ba5cb13803485e175510e4d69 | 2,836 | java | Java | maven/plugins/wcmio-content-package-maven-plugin/src/main/java/io/wcm/maven/plugins/contentpackage/pack/Dependency.java | mrozati/wcm-io-tooling | 67ecb43274755f616f050304b10bac83855b3dcc | [
"Apache-2.0"
] | null | null | null | maven/plugins/wcmio-content-package-maven-plugin/src/main/java/io/wcm/maven/plugins/contentpackage/pack/Dependency.java | mrozati/wcm-io-tooling | 67ecb43274755f616f050304b10bac83855b3dcc | [
"Apache-2.0"
] | null | null | null | maven/plugins/wcmio-content-package-maven-plugin/src/main/java/io/wcm/maven/plugins/contentpackage/pack/Dependency.java | mrozati/wcm-io-tooling | 67ecb43274755f616f050304b10bac83855b3dcc | [
"Apache-2.0"
] | null | null | null | 21.648855 | 75 | 0.634344 | 19,472 | /*
* #%L
* wcm.io
* %%
* Copyright (C) 2017 wcm.io
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e2df3b0d21a59804e41c01f366e207a66acf550 | 617 | java | Java | src/test/java/io/oneko/util/DurationUtilsTest.java | muffl0n/o-neko | 13a319c2aa847e10886d7cebe07808f39a87d46e | [
"Apache-2.0"
] | 4 | 2019-12-02T16:14:07.000Z | 2021-12-13T10:28:14.000Z | src/test/java/io/oneko/util/DurationUtilsTest.java | muffl0n/o-neko | 13a319c2aa847e10886d7cebe07808f39a87d46e | [
"Apache-2.0"
] | 30 | 2019-10-29T14:12:42.000Z | 2022-03-02T12:32:32.000Z | src/test/java/io/oneko/util/DurationUtilsTest.java | muffl0n/o-neko | 13a319c2aa847e10886d7cebe07808f39a87d46e | [
"Apache-2.0"
] | 6 | 2019-11-20T14:06:49.000Z | 2021-06-04T16:06:17.000Z | 20.566667 | 61 | 0.727715 | 19,473 | package io.oneko.util;
import static org.assertj.core.api.AssertionsForClassTypes.*;
import java.time.Duration;
import org.junit.jupiter.api.Test;
class DurationUtilsTest {
@Test
void testIsLongerThan() {
var a = Duration.ofMinutes(5);
var b = Duration.ofDays(5);
assertThat(DurationUtils.isLongerThan(a, b... |
3e2df6976861d5d180a420751a52bc23c3374251 | 1,831 | java | Java | src/main/gov/nasa/jpf/jvm/bytecode/DLOAD.java | ilovejpf/jpf-core | 6d6b71676f40f623740d6c36b7be2b13005313d6 | [
"Apache-2.0"
] | 387 | 2018-02-19T12:46:39.000Z | 2022-03-27T07:51:40.000Z | src/main/gov/nasa/jpf/jvm/bytecode/DLOAD.java | ilovejpf/jpf-core | 6d6b71676f40f623740d6c36b7be2b13005313d6 | [
"Apache-2.0"
] | 237 | 2018-03-03T10:30:44.000Z | 2022-03-31T21:14:57.000Z | src/main/gov/nasa/jpf/jvm/bytecode/DLOAD.java | ilovejpf/jpf-core | 6d6b71676f40f623740d6c36b7be2b13005313d6 | [
"Apache-2.0"
] | 316 | 2018-02-13T15:53:58.000Z | 2022-03-28T16:45:19.000Z | 24.413333 | 80 | 0.681049 | 19,474 | /*
* Copyright (C) 2014, United States Government, as represented by the
* Administrator of the National Aeronautics and Space Administration.
* All rights reserved.
*
* The Java Pathfinder core (jpf-core) platform is licensed under the
* Apache License, Version 2.0 (the "License"); you may not use this file exce... |
3e2df70f11a6fcfb52c3995a75eda8a3e6c9d72f | 1,819 | java | Java | core/src/main/java/io/ceph/rgw/client/converter/SubscribeResponseConverter.java | sosozhuang/rgw-client | a4da40ba8463fb398d8e54b0df5fe4343d3f74e6 | [
"Apache-2.0"
] | 1 | 2021-04-10T15:37:27.000Z | 2021-04-10T15:37:27.000Z | core/src/main/java/io/ceph/rgw/client/converter/SubscribeResponseConverter.java | sosozhuang/rgw-client | a4da40ba8463fb398d8e54b0df5fe4343d3f74e6 | [
"Apache-2.0"
] | null | null | null | core/src/main/java/io/ceph/rgw/client/converter/SubscribeResponseConverter.java | sosozhuang/rgw-client | a4da40ba8463fb398d8e54b0df5fe4343d3f74e6 | [
"Apache-2.0"
] | null | null | null | 39.543478 | 122 | 0.708081 | 19,475 | package io.ceph.rgw.client.converter;
import io.ceph.rgw.client.exception.RGWException;
import io.ceph.rgw.client.exception.RGWServerException;
import io.ceph.rgw.client.model.notification.ObjectMetadataInfo;
import io.ceph.rgw.client.model.notification.SubscribeObjectResponse;
import io.netty.buffer.ByteBuf;
import i... |
3e2df7ab124b28e46c06d7bdb73504157f7b78fd | 1,052 | java | Java | core/src/test/java/com/google/errorprone/bugpatterns/testdata/JUnit4SetUpNotRunPositiveCaseCustomBefore.java | paulduffin/error-prone | 5e3cc0ae7828b298467d30c2d4f9034b404c44e1 | [
"Apache-2.0"
] | 1 | 2017-10-11T09:37:58.000Z | 2017-10-11T09:37:58.000Z | core/src/test/java/com/google/errorprone/bugpatterns/testdata/JUnit4SetUpNotRunPositiveCaseCustomBefore.java | paulduffin/error-prone | 5e3cc0ae7828b298467d30c2d4f9034b404c44e1 | [
"Apache-2.0"
] | 1 | 2021-02-03T19:37:20.000Z | 2021-02-03T19:37:20.000Z | core/src/test/java/com/google/errorprone/bugpatterns/testdata/JUnit4SetUpNotRunPositiveCaseCustomBefore.java | paulduffin/error-prone | 5e3cc0ae7828b298467d30c2d4f9034b404c44e1 | [
"Apache-2.0"
] | 1 | 2019-07-01T01:52:29.000Z | 2019-07-01T01:52:29.000Z | 31.878788 | 75 | 0.75 | 19,476 | /*
* Copyright 2014 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.