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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e1f1d500dc40471fca9aefc06be40a9833e445e | 1,662 | java | Java | Mage.Sets/src/mage/cards/d/Disembowel.java | jgalrito/mage | 94aa52f4af754ea8ace4ab5d0f4f5b64fda6454d | [
"MIT"
] | 1 | 2018-09-11T23:42:18.000Z | 2018-09-11T23:42:18.000Z | Mage.Sets/src/mage/cards/d/Disembowel.java | jgalrito/mage | 94aa52f4af754ea8ace4ab5d0f4f5b64fda6454d | [
"MIT"
] | null | null | null | Mage.Sets/src/mage/cards/d/Disembowel.java | jgalrito/mage | 94aa52f4af754ea8ace4ab5d0f4f5b64fda6454d | [
"MIT"
] | null | null | null | 32.588235 | 138 | 0.726233 | 13,153 |
package mage.cards.d;
import java.util.UUID;
import mage.abilities.Ability;
import mage.abilities.SpellAbility;
import mage.abilities.effects.common.DestroyTargetEffect;
import mage.cards.CardImpl;
import mage.cards.CardSetInfo;
import mage.constants.CardType;
import mage.constants.ComparisonType;
import mage.filter.... |
3e1f1d760802fcb257e2e28193ad8e6c533ea1df | 145 | java | Java | hub/src/main/java/com/codecademy/eventhub/base/Schema.java | NunoEdgarGFlowHub/EventHub | e0f33dc554fa1f2493982bdf3bc5d7b4825ff9c8 | [
"MIT"
] | 450 | 2015-01-04T01:55:29.000Z | 2022-03-15T12:34:19.000Z | hub/src/main/java/com/codecademy/eventhub/base/Schema.java | varver/EventHub | 27467497ddf36d1cfde03eb4b7d72026ec550890 | [
"MIT"
] | 2 | 2015-01-08T09:00:30.000Z | 2021-03-19T18:10:19.000Z | hub/src/main/java/com/codecademy/eventhub/base/Schema.java | varver/EventHub | 27467497ddf36d1cfde03eb4b7d72026ec550890 | [
"MIT"
] | 104 | 2015-01-07T15:53:14.000Z | 2021-12-02T07:39:21.000Z | 18.125 | 37 | 0.703448 | 13,154 | package com.codecademy.eventhub.base;
public interface Schema<T> {
int getObjectSize();
byte[] toBytes(T t);
T fromBytes(byte[] bytes);
}
|
3e1f1da23a8177e145492980334b79aff33ded25 | 419 | java | Java | Task/Queue-Usage/Java/queue-usage-2.java | mullikine/RosettaCodeData | 4f0027c6ce83daa36118ee8b67915a13cd23ab67 | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Queue-Usage/Java/queue-usage-2.java | mullikine/RosettaCodeData | 4f0027c6ce83daa36118ee8b67915a13cd23ab67 | [
"Info-ZIP"
] | null | null | null | Task/Queue-Usage/Java/queue-usage-2.java | mullikine/RosettaCodeData | 4f0027c6ce83daa36118ee8b67915a13cd23ab67 | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | 34.916667 | 62 | 0.627685 | 13,155 | import java.util.LinkedList;
...
LinkedList queue = new LinkedList();
System.out.println(queue.isEmpty()); // empty test - true
queue.add(new Integer(1));
queue.add(new Integer(2));
queue.add(new Integer(3));
System.out.println(queue); // [1, 2, 3]
System.out.println(queue.removeFirst()); // 1
Syst... |
3e1f1dc2f78750ddcd4bcc5873d7813bd04994c7 | 5,037 | java | Java | xmppserver/src/main/java/org/jivesoftware/openfire/spi/LegacyConnectionAcceptor.java | wwjiang007/Openfire | e1d6b670424d3db9714781c6bfd18cc1c7219542 | [
"Apache-2.0"
] | 2,496 | 2015-01-02T16:13:08.000Z | 2022-03-31T08:05:23.000Z | xmppserver/src/main/java/org/jivesoftware/openfire/spi/LegacyConnectionAcceptor.java | wwjiang007/Openfire | e1d6b670424d3db9714781c6bfd18cc1c7219542 | [
"Apache-2.0"
] | 993 | 2015-01-10T10:15:39.000Z | 2022-03-31T08:33:30.000Z | xmppserver/src/main/java/org/jivesoftware/openfire/spi/LegacyConnectionAcceptor.java | wwjiang007/Openfire | e1d6b670424d3db9714781c6bfd18cc1c7219542 | [
"Apache-2.0"
] | 1,539 | 2015-01-04T13:11:28.000Z | 2022-03-31T07:35:27.000Z | 37.385185 | 178 | 0.631266 | 13,156 | package org.jivesoftware.openfire.spi;
import org.jivesoftware.openfire.Connection;
import org.jivesoftware.openfire.net.SocketAcceptThread;
import org.jivesoftware.util.SystemProperty;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.net.BindException;
import java.time.Duration;
import java.time.... |
3e1f1f4073bab35c26294f70fbd1c0ca6b35aca3 | 2,334 | java | Java | src/main/java/com/jsoniter/benchmark/with_long_string/SerThrift.java | wl21st/java-benchmark | cb09458395954e7ee6b93a1d4cb3f8d06720a95c | [
"MIT"
] | 14 | 2017-02-09T05:00:30.000Z | 2021-05-10T07:00:46.000Z | src/main/java/com/jsoniter/benchmark/with_long_string/SerThrift.java | wl21st/java-benchmark | cb09458395954e7ee6b93a1d4cb3f8d06720a95c | [
"MIT"
] | 5 | 2017-12-10T09:53:52.000Z | 2021-12-09T20:20:32.000Z | src/main/java/com/jsoniter/benchmark/with_long_string/SerThrift.java | wl21st/java-benchmark | cb09458395954e7ee6b93a1d4cb3f8d06720a95c | [
"MIT"
] | 10 | 2017-02-28T02:23:50.000Z | 2021-09-03T08:35:29.000Z | 34.835821 | 193 | 0.714225 | 13,157 | package com.jsoniter.benchmark.with_long_string;
import com.jsoniter.benchmark.All;
import org.apache.thrift.TException;
import org.apache.thrift.TSerializer;
import org.apache.thrift.protocol.TCompactProtocol;
import org.apache.thrift.protocol.TProtocol;
import org.apache.thrift.transport.TIOStreamTransport;
import o... |
3e1f1ff3a0690c5004900746819b83f2ba02a9de | 2,411 | java | Java | sm-catalog/src/main/java/com/salesmanager/catalog/presentation/tag/ManufacturerImageUrlTag.java | buschmais/adr-starter | 6c4f302e3445bd8ccee8a7f0f880c8b3564b013f | [
"Apache-2.0"
] | 3 | 2020-09-16T13:28:33.000Z | 2021-11-15T12:27:20.000Z | sm-catalog/src/main/java/com/salesmanager/catalog/presentation/tag/ManufacturerImageUrlTag.java | buschmais/adr-starter | 6c4f302e3445bd8ccee8a7f0f880c8b3564b013f | [
"Apache-2.0"
] | null | null | null | sm-catalog/src/main/java/com/salesmanager/catalog/presentation/tag/ManufacturerImageUrlTag.java | buschmais/adr-starter | 6c4f302e3445bd8ccee8a7f0f880c8b3564b013f | [
"Apache-2.0"
] | 1 | 2022-01-31T10:42:55.000Z | 2022-01-31T10:42:55.000Z | 25.378947 | 98 | 0.790543 | 13,158 | package com.salesmanager.catalog.presentation.tag;
import com.salesmanager.catalog.business.integration.core.service.MerchantStoreInfoService;
import com.salesmanager.catalog.model.integration.core.MerchantStoreInfo;
import com.salesmanager.catalog.presentation.model.manufacturer.Manufacturer;
import com.salesmanager.... |
3e1f20a048faf3e04a2a40134f430271c5e5b9c1 | 5,824 | java | Java | marvellib/src/main/java/com/ywqln/marvellib/net/util/HttpsUtil.java | 2249692487/Marvel | e55152e71ae147b1c9273ad6208e973185be3983 | [
"MIT"
] | 1 | 2019-02-17T06:30:48.000Z | 2019-02-17T06:30:48.000Z | marvellib/src/main/java/com/ywqln/marvellib/net/util/HttpsUtil.java | 2249692487/Marvel | e55152e71ae147b1c9273ad6208e973185be3983 | [
"MIT"
] | null | null | null | marvellib/src/main/java/com/ywqln/marvellib/net/util/HttpsUtil.java | 2249692487/Marvel | e55152e71ae147b1c9273ad6208e973185be3983 | [
"MIT"
] | null | null | null | 33.090909 | 99 | 0.596154 | 13,159 | package com.ywqln.marvellib.net.util;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.security.KeyManagementException;
import java.security.KeyStore;
import java.security.KeyStoreException;
import java.securi... |
3e1f20a17424f95f667e25e69db3d0fdaf00f84d | 7,800 | java | Java | chrome/android/junit/src/org/chromium/chrome/browser/contextmenu/RevampedContextMenuCoordinatorTest.java | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/android/junit/src/org/chromium/chrome/browser/contextmenu/RevampedContextMenuCoordinatorTest.java | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/android/junit/src/org/chromium/chrome/browser/contextmenu/RevampedContextMenuCoordinatorTest.java | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2021-01-05T23:43:46.000Z | 2021-01-07T23:36:34.000Z | 48.75 | 98 | 0.736538 | 13,160 | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.contextmenu;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.MatcherAssert.assertThat;
im... |
3e1f20d1d58eb184d0528f2fd706f2d8dddda357 | 1,888 | java | Java | yshop-tools/src/main/java/co/yixiang/tools/service/AlipayConfigurationService.java | yaoshengyi/serviceplatform | b03d560650ed9127ed0b1fb8f5ac68c045b256a9 | [
"Apache-2.0"
] | null | null | null | yshop-tools/src/main/java/co/yixiang/tools/service/AlipayConfigurationService.java | yaoshengyi/serviceplatform | b03d560650ed9127ed0b1fb8f5ac68c045b256a9 | [
"Apache-2.0"
] | null | null | null | yshop-tools/src/main/java/co/yixiang/tools/service/AlipayConfigurationService.java | yaoshengyi/serviceplatform | b03d560650ed9127ed0b1fb8f5ac68c045b256a9 | [
"Apache-2.0"
] | null | null | null | 29.968254 | 142 | 0.764831 | 13,161 | /**
* Copyright (C) 2018-2020
* All rights reserved, Designed By www.yixiang.co
* 注意:
* 本软件为www.yixiang.co开发研制,未经购买不得使用
* 购买后可获得全部源代码(禁止转卖、分享、上传到码云、github等开源平台)
* 一经发现盗用、分享等行为,将追究法律责任,后果自负
*/
package co.yixiang.tools.service;
import co.yixiang.common.service.BaseService;
import co.yixiang.tools.domain.AlipayConfigurat... |
3e1f233f58939a40ce6750e2c3ccfdd67afb2134 | 1,439 | java | Java | components/org.wso2.carbon.identity.idp.metadata.saml2/src/main/java/org/wso2/carbon/identity/idp/metadata/saml2/ConfigElements.java | Wathsara/identity-metadata-saml2 | 51d6584c44d87294ade929802520fa916f4aa98c | [
"Apache-2.0"
] | null | null | null | components/org.wso2.carbon.identity.idp.metadata.saml2/src/main/java/org/wso2/carbon/identity/idp/metadata/saml2/ConfigElements.java | Wathsara/identity-metadata-saml2 | 51d6584c44d87294ade929802520fa916f4aa98c | [
"Apache-2.0"
] | null | null | null | components/org.wso2.carbon.identity.idp.metadata.saml2/src/main/java/org/wso2/carbon/identity/idp/metadata/saml2/ConfigElements.java | Wathsara/identity-metadata-saml2 | 51d6584c44d87294ade929802520fa916f4aa98c | [
"Apache-2.0"
] | null | null | null | 41.114286 | 91 | 0.753301 | 13,162 | /*
* Copyright (c) 2016, 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.org/l... |
3e1f240a8704b05804c42d5766d8a46f6057a284 | 5,778 | java | Java | src/main/java/org/mitre/schemastore/porters/mappingImporters/M3MappingImporter.java | TomMD/AIPlatform | 57455477b51a25bfaef0362b6efc048623ee32d7 | [
"Apache-2.0"
] | 1 | 2020-09-15T11:46:13.000Z | 2020-09-15T11:46:13.000Z | src/main/java/org/mitre/schemastore/porters/mappingImporters/M3MappingImporter.java | TomMD/AIPlatform | 57455477b51a25bfaef0362b6efc048623ee32d7 | [
"Apache-2.0"
] | 8 | 2020-03-20T23:37:27.000Z | 2020-09-15T11:50:22.000Z | src/main/java/org/mitre/schemastore/porters/mappingImporters/M3MappingImporter.java | TomMD/AIPlatform | 57455477b51a25bfaef0362b6efc048623ee32d7 | [
"Apache-2.0"
] | 2 | 2020-09-23T19:37:16.000Z | 2020-11-04T03:21:54.000Z | 36.1125 | 142 | 0.733645 | 13,163 | // Copyright 2008 The MITRE Corporation. ALL RIGHTS RESERVED.
package org.mitre.schemastore.porters.mappingImporters;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.zip.ZipInputStream;
import java... |
3e1f2589e0f7eebfe68aefab41d9e76cf3259350 | 982 | java | Java | src/main/java/dev/gigaherz/eyes/InitiateJumpscarePacket.java | Kasualix/EyesInTheDarkness | 2df7b0415908d46fc16b7b0b94294f8be974114e | [
"BSD-3-Clause"
] | null | null | null | src/main/java/dev/gigaherz/eyes/InitiateJumpscarePacket.java | Kasualix/EyesInTheDarkness | 2df7b0415908d46fc16b7b0b94294f8be974114e | [
"BSD-3-Clause"
] | null | null | null | src/main/java/dev/gigaherz/eyes/InitiateJumpscarePacket.java | Kasualix/EyesInTheDarkness | 2df7b0415908d46fc16b7b0b94294f8be974114e | [
"BSD-3-Clause"
] | null | null | null | 23.380952 | 92 | 0.662933 | 13,164 | package dev.gigaherz.eyes;
import dev.gigaherz.eyes.client.ClientMessageHandler;
import net.minecraft.network.FriendlyByteBuf;
import net.minecraftforge.network.NetworkEvent;
import java.util.function.Supplier;
public class InitiateJumpscarePacket
{
public double px;
public double py;
public double pz;
... |
3e1f262d6154c10bd8ea68308955d9f25ff902fe | 5,576 | java | Java | src/main/java/com/github/fujiyamakazan/zabuton/tool/AbstractWebContainerStarter.java | fujiyamakazan/zabuton | eade17a85956705777493b261ef816245c7190e1 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/fujiyamakazan/zabuton/tool/AbstractWebContainerStarter.java | fujiyamakazan/zabuton | eade17a85956705777493b261ef816245c7190e1 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/fujiyamakazan/zabuton/tool/AbstractWebContainerStarter.java | fujiyamakazan/zabuton | eade17a85956705777493b261ef816245c7190e1 | [
"Apache-2.0"
] | null | null | null | 25.577982 | 97 | 0.585545 | 13,165 | package com.github.fujiyamakazan.zabuton.tool;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Writer;
import java.net.HttpURLConnection;
import java.net.URL;
import javax.servlet.ServletException;
import javax.servlet.http.HttpSe... |
3e1f26801f2eeedc7387924bc456adc98743bf78 | 1,054 | java | Java | javafx-d3-demo/src/test/java/org/treez/javafxd3/d3/color/RgbColorTest.java | saschapojot/javafx-d3 | db31187e92ea12f74fe43cb18e5314ec4fc4763d | [
"BSD-3-Clause"
] | 104 | 2015-11-17T17:44:14.000Z | 2022-03-25T06:26:22.000Z | javafx-d3-demo/src/test/java/org/treez/javafxd3/d3/color/RgbColorTest.java | saschapojot/javafx-d3 | db31187e92ea12f74fe43cb18e5314ec4fc4763d | [
"BSD-3-Clause"
] | 12 | 2015-10-15T17:42:50.000Z | 2019-07-12T07:38:02.000Z | javafx-d3-demo/src/test/java/org/treez/javafxd3/d3/color/RgbColorTest.java | saschapojot/javafx-d3 | db31187e92ea12f74fe43cb18e5314ec4fc4763d | [
"BSD-3-Clause"
] | 32 | 2015-11-30T15:42:44.000Z | 2021-05-31T16:17:17.000Z | 22.913043 | 52 | 0.680266 | 13,166 |
package org.treez.javafxd3.d3.color;
import org.treez.javafxd3.d3.color.Colors;
import org.treez.javafxd3.d3.color.HSLColor;
import org.treez.javafxd3.d3.color.RGBColor;
import org.treez.javafxd3.d3.AbstractTestCase;
/**
* Tests the class RgbColor
*/
public class RgbColorTest extends AbstractTestCase {
@Overrid... |
3e1f275350b5eb6fda3d4991cea8e6bbd76e14ed | 689 | java | Java | src/test/java/org/bitsofinfo/hazelcast/discovery/consul/ManualRunner.java | Verdoso/hazelcast-consul-discovery-spi | 024da5ae0e373ac5338b96bc115805d2957d9785 | [
"Apache-2.0"
] | 53 | 2015-11-26T20:23:57.000Z | 2020-10-08T08:47:11.000Z | src/test/java/org/bitsofinfo/hazelcast/discovery/consul/ManualRunner.java | Verdoso/hazelcast-consul-discovery-spi | 024da5ae0e373ac5338b96bc115805d2957d9785 | [
"Apache-2.0"
] | 31 | 2016-01-20T20:50:32.000Z | 2021-03-02T18:42:03.000Z | src/test/java/org/bitsofinfo/hazelcast/discovery/consul/ManualRunner.java | Verdoso/hazelcast-consul-discovery-spi | 024da5ae0e373ac5338b96bc115805d2957d9785 | [
"Apache-2.0"
] | 25 | 2016-01-06T19:35:20.000Z | 2022-02-09T17:26:34.000Z | 24.607143 | 84 | 0.773585 | 13,167 | package org.bitsofinfo.hazelcast.discovery.consul;
import com.hazelcast.config.ClasspathXmlConfig;
import com.hazelcast.config.Config;
import com.hazelcast.core.Hazelcast;
import com.hazelcast.core.HazelcastInstance;
/**
* Simple class for manually spawning hz instances and watching what happens
* as they discover ... |
3e1f280e2acf6da7fcde98a8ad06df18b6b6aa3f | 787 | java | Java | Introduction_to_Java_Programming/src/chapter02/check_point/CheckPoint02_13.java | emaphis/Introduction_to_Java_Programming | 616b285e88c185c60751d12d40d3d07e9dd3dc22 | [
"MIT"
] | null | null | null | Introduction_to_Java_Programming/src/chapter02/check_point/CheckPoint02_13.java | emaphis/Introduction_to_Java_Programming | 616b285e88c185c60751d12d40d3d07e9dd3dc22 | [
"MIT"
] | null | null | null | Introduction_to_Java_Programming/src/chapter02/check_point/CheckPoint02_13.java | emaphis/Introduction_to_Java_Programming | 616b285e88c185c60751d12d40d3d07e9dd3dc22 | [
"MIT"
] | null | null | null | 24.59375 | 84 | 0.634053 | 13,168 | /*
* Check Point.
*/
package chapter02.check_point;
/**
*
* @author emaph
*/
public class CheckPoint02_13 {
// 2.13.1 How do you obtain the current second, minute, and hour?
public static void main(String[] args) {
long totalMilliseconds = System.currentTimeMillis();
// Compute the curre... |
3e1f29a402a1d8ac4e08ecc1059fc830be605f3e | 546 | java | Java | src/main/java/cn/hmxz/modules/wx/enums/ArticleTypeEnum.java | MrRabblt/wx-api | 6baf86451fced59933f9b897025b8962858b6dec | [
"Apache-2.0"
] | null | null | null | src/main/java/cn/hmxz/modules/wx/enums/ArticleTypeEnum.java | MrRabblt/wx-api | 6baf86451fced59933f9b897025b8962858b6dec | [
"Apache-2.0"
] | null | null | null | src/main/java/cn/hmxz/modules/wx/enums/ArticleTypeEnum.java | MrRabblt/wx-api | 6baf86451fced59933f9b897025b8962858b6dec | [
"Apache-2.0"
] | null | null | null | 15.166667 | 51 | 0.496337 | 13,169 | package cn.hmxz.modules.wx.enums;
/**
* 定义文章类型
*/
public enum ArticleTypeEnum {
/**
* 普通文章
*/
COMMON(1),
/**
* 帮助中心文章
*/
QUESTION(5);
/**
* 数据库属性值
*/
private int value;
ArticleTypeEnum(int type) {
this.value = type;
}
public int getValue() {... |
3e1f29cd29197dece989257613d7a7c78fe64ada | 568 | java | Java | src/main/java/com/zhihei/basicknowledge/javabasic/thread/StringBufferWithoutSync.java | zkydrx/mypractices | 894d3d61b3e4a4e5e13ca3f8338d0ac0c4818f07 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/zhihei/basicknowledge/javabasic/thread/StringBufferWithoutSync.java | zkydrx/mypractices | 894d3d61b3e4a4e5e13ca3f8338d0ac0c4818f07 | [
"Apache-2.0"
] | 1 | 2020-06-15T20:06:08.000Z | 2020-06-15T20:06:08.000Z | src/main/java/com/zhihei/basicknowledge/javabasic/thread/StringBufferWithoutSync.java | zkydrx/mypractices | 894d3d61b3e4a4e5e13ca3f8338d0ac0c4818f07 | [
"Apache-2.0"
] | null | null | null | 24.695652 | 76 | 0.630282 | 13,170 | package com.zhihei.basicknowledge.javabasic.thread;
public class StringBufferWithoutSync
{
public void add(String str1, String str2)
{
//StringBuffer是线程安全,由于sb只会在append方法中使用,不可能被其他线程引用
//因此sb属于不可能共享的资源,JVM会自动消除内部的锁
StringBuffer sb = new StringBuffer();
sb.append(str1).append(str... |
3e1f2ac66aca757b64237a9bab832383b6b06905 | 7,992 | java | Java | ssemi/src/home/beans/dao/QnaDao.java | SOL-hub/semi | 72e2ee2a4ac486729e0e6bea578347bc18415a2b | [
"MIT"
] | 1 | 2020-07-06T04:29:28.000Z | 2020-07-06T04:29:28.000Z | ssemi/src/home/beans/dao/QnaDao.java | SOL-hub/semi | 72e2ee2a4ac486729e0e6bea578347bc18415a2b | [
"MIT"
] | 9 | 2020-07-08T01:45:23.000Z | 2020-07-20T00:38:44.000Z | ssemi/src/home/beans/dao/QnaDao.java | SOL-hub/semi | 72e2ee2a4ac486729e0e6bea578347bc18415a2b | [
"MIT"
] | null | null | null | 30.62069 | 321 | 0.660786 | 13,171 | package home.beans.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Types;
import java.util.ArrayList;
import java.util.List;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NamingException;
import javax.sql... |
3e1f2ad118faa4cfe4b5b23d062b81e6975c1124 | 3,718 | java | Java | src/contrib/fairscheduler/src/java/org/apache/hadoop/mapred/TaskSelector.java | moyue/hadoop | 947640284fd9b7cfa967b82fa08f755416f42db5 | [
"Apache-2.0"
] | 194 | 2015-01-07T11:12:52.000Z | 2022-03-14T09:19:24.000Z | src/contrib/fairscheduler/src/java/org/apache/hadoop/mapred/TaskSelector.java | moyue/hadoop | 947640284fd9b7cfa967b82fa08f755416f42db5 | [
"Apache-2.0"
] | 1 | 2017-10-19T16:57:05.000Z | 2017-10-19T16:57:05.000Z | src/contrib/fairscheduler/src/java/org/apache/hadoop/mapred/TaskSelector.java | moyue/hadoop | 947640284fd9b7cfa967b82fa08f755416f42db5 | [
"Apache-2.0"
] | 172 | 2015-01-14T19:25:48.000Z | 2022-02-24T02:42:02.000Z | 36.45098 | 80 | 0.72808 | 13,172 | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... |
3e1f2c9bc2c74b196b8eebac3b21060d68ba1330 | 1,599 | java | Java | src/main/java/com/ccc/oa/model/Notice.java | fantongkw/oa | d615d8723b2e2fe9b16fb0de073e3a014ed77aeb | [
"Apache-2.0"
] | 3 | 2019-05-07T08:34:04.000Z | 2021-02-19T07:51:13.000Z | src/main/java/com/ccc/oa/model/Notice.java | fantongkw/SSM | d615d8723b2e2fe9b16fb0de073e3a014ed77aeb | [
"Apache-2.0"
] | 1 | 2022-03-21T08:19:12.000Z | 2022-03-21T08:19:12.000Z | src/main/java/com/ccc/oa/model/Notice.java | fantongkw/SSM | d615d8723b2e2fe9b16fb0de073e3a014ed77aeb | [
"Apache-2.0"
] | 1 | 2019-09-25T07:23:47.000Z | 2019-09-25T07:23:47.000Z | 20.766234 | 88 | 0.541588 | 13,173 | package com.ccc.oa.model;
import java.io.Serializable;
import java.util.Calendar;
public class Notice implements Serializable {
private static final long serialVersionUID = 4942784013793429744L;
private String id;
private String type;
private String username;
private String title;
private Long... |
3e1f2cc0381c9b55a614841ba213e4dbc4bee8b5 | 1,648 | java | Java | ripple-core/src/main/java/org/rippleosi/patient/appointments/search/NotConfiguredAppointmentSearch.java | shanemuk/EHR4NI | 7c5918b06dbac0ed3ce2a1fc62e22fa4ce91b209 | [
"Apache-2.0"
] | 1 | 2018-05-14T08:56:16.000Z | 2018-05-14T08:56:16.000Z | ripple-core/src/main/java/org/rippleosi/patient/appointments/search/NotConfiguredAppointmentSearch.java | shanemuk/EHR4NI | 7c5918b06dbac0ed3ce2a1fc62e22fa4ce91b209 | [
"Apache-2.0"
] | null | null | null | ripple-core/src/main/java/org/rippleosi/patient/appointments/search/NotConfiguredAppointmentSearch.java | shanemuk/EHR4NI | 7c5918b06dbac0ed3ce2a1fc62e22fa4ce91b209 | [
"Apache-2.0"
] | null | null | null | 32.96 | 87 | 0.75182 | 13,174 | /*
* Copyright 2015 Ripple OSI
*
* 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... |
3e1f2cca5929408c903800344886c8336c6f44cd | 1,443 | java | Java | mybatis-generator-core/src/main/java/org/mybatis/generator/config/JDBCConnectionConfiguration.java | yangfancoming/mybatis-generator | 00298bf16cfc9d9ad84aa8cebbed2dbaf2631c6d | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | mybatis-generator-core/src/main/java/org/mybatis/generator/config/JDBCConnectionConfiguration.java | yangfancoming/mybatis-generator | 00298bf16cfc9d9ad84aa8cebbed2dbaf2631c6d | [
"ECL-2.0",
"Apache-2.0"
] | 3 | 2021-02-03T19:33:39.000Z | 2021-12-14T20:44:04.000Z | mybatis-generator-core/src/main/java/org/mybatis/generator/config/JDBCConnectionConfiguration.java | yangfancoming/mybatis-generator | 00298bf16cfc9d9ad84aa8cebbed2dbaf2631c6d | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 22.2 | 79 | 0.659044 | 13,175 |
package org.mybatis.generator.config;
import static org.mybatis.generator.internal.util.StringUtility.stringHasValue;
import static org.mybatis.generator.internal.util.messages.Messages.getString;
import java.util.List;
public class JDBCConnectionConfiguration extends PropertyHolder {
private String driverClas... |
3e1f2cf00ccd69d18c1c505f3444ea2dd9556c2a | 2,989 | java | Java | src/main/java/szewek/flux/recipe/AbstractMachineRecipe.java | szeweq/Flux | 4ff51a4d8ef65eee7a76e26e4ebb31cb17748ca4 | [
"MIT"
] | 1 | 2020-02-08T23:20:29.000Z | 2020-02-08T23:20:29.000Z | src/main/java/szewek/flux/recipe/AbstractMachineRecipe.java | Szewek/Flux | 4ff51a4d8ef65eee7a76e26e4ebb31cb17748ca4 | [
"MIT"
] | 73 | 2020-01-19T14:57:02.000Z | 2021-07-13T23:02:23.000Z | src/main/java/szewek/flux/recipe/AbstractMachineRecipe.java | szeweq/Flux | 4ff51a4d8ef65eee7a76e26e4ebb31cb17748ca4 | [
"MIT"
] | 2 | 2020-06-23T14:13:58.000Z | 2021-03-13T06:28:03.000Z | 25.991304 | 117 | 0.744062 | 13,176 | package szewek.flux.recipe;
import net.minecraft.item.ItemStack;
import net.minecraft.item.crafting.IRecipe;
import net.minecraft.item.crafting.IRecipeSerializer;
import net.minecraft.item.crafting.IRecipeType;
import net.minecraft.item.crafting.Ingredient;
import net.minecraft.util.NonNullList;
import net.minecraft.u... |
3e1f2d6cd9c68cbb5d362d6afc06964cbedd4e60 | 6,350 | java | Java | CoreFeatures/FeatureLoadingSystem/FilesystemTracker/src/test/java/info/smart_tools/smartactors/feature_loading_system/filesystem_tracker/ListenerTaskTest.java | asatuchin/smartactors-core | 35d6cae61144305e80b22db04264c14be8405c3f | [
"Apache-2.0"
] | 21 | 2017-09-29T09:45:37.000Z | 2021-09-21T14:12:54.000Z | CoreFeatures/FeatureLoadingSystem/FilesystemTracker/src/test/java/info/smart_tools/smartactors/feature_loading_system/filesystem_tracker/ListenerTaskTest.java | asatuchin/smartactors-core | 35d6cae61144305e80b22db04264c14be8405c3f | [
"Apache-2.0"
] | 310 | 2019-04-11T16:42:11.000Z | 2021-05-23T08:14:16.000Z | CoreFeatures/FeatureLoadingSystem/FilesystemTracker/src/test/java/info/smart_tools/smartactors/feature_loading_system/filesystem_tracker/ListenerTaskTest.java | asatuchin/smartactors-core | 35d6cae61144305e80b22db04264c14be8405c3f | [
"Apache-2.0"
] | 12 | 2017-09-29T09:50:30.000Z | 2022-02-09T08:08:29.000Z | 43.493151 | 111 | 0.713858 | 13,177 | package info.smart_tools.smartactors.feature_loading_system.filesystem_tracker;
import info.smart_tools.smartactors.base.interfaces.iaction.IAction;
import info.smart_tools.smartactors.base.interfaces.iaction.exception.ActionExecuteException;
import info.smart_tools.smartactors.base.interfaces.ipath.IPath;
import org.... |
3e1f2e623a58b59896007335430bbe29e3dc4835 | 17,356 | java | Java | opensrp-web/src/main/java/org/opensrp/web/controller/FormSubmissionController.java | SoftmedTanzania/EGPF_backend | 8cc5010c28c5b341706202c06131cdbd92ddf642 | [
"Apache-2.0"
] | null | null | null | opensrp-web/src/main/java/org/opensrp/web/controller/FormSubmissionController.java | SoftmedTanzania/EGPF_backend | 8cc5010c28c5b341706202c06131cdbd92ddf642 | [
"Apache-2.0"
] | null | null | null | opensrp-web/src/main/java/org/opensrp/web/controller/FormSubmissionController.java | SoftmedTanzania/EGPF_backend | 8cc5010c28c5b341706202c06131cdbd92ddf642 | [
"Apache-2.0"
] | null | null | null | 46.406417 | 328 | 0.727587 | 13,178 | package org.opensrp.web.controller;
import ch.lambdaj.function.convert.Converter;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import com.google.i18n.phonenumbers.NumberParseException;
import com.google.i18n.phonenumbers.PhoneNumberUtil;
import com.google.i18n.phonenumbers.Phonenumber;
import... |
3e1f2e8d8c9a1d9e88e3fe1525721acd1f01cc99 | 1,707 | java | Java | springcloud-alibaba/shop-order/src/main/java/com/config/ExceptionHandlerPage.java | code1990/phonebook | 148a15e603aef31d2251deba0d0a46297f6f4e30 | [
"MIT"
] | 1 | 2021-11-02T03:40:48.000Z | 2021-11-02T03:40:48.000Z | springcloud-alibaba/shop-order/src/main/java/com/config/ExceptionHandlerPage.java | code1990/phonebook | 148a15e603aef31d2251deba0d0a46297f6f4e30 | [
"MIT"
] | 4 | 2021-03-10T09:21:46.000Z | 2022-02-27T00:22:18.000Z | springcloud-alibaba/shop-order/src/main/java/com/config/ExceptionHandlerPage.java | code1990/phonebook | 148a15e603aef31d2251deba0d0a46297f6f4e30 | [
"MIT"
] | null | null | null | 31.611111 | 77 | 0.729936 | 13,179 | package com.config;
import com.alibaba.csp.sentinel.adapter.servlet.callback.UrlBlockHandler;
import com.alibaba.csp.sentinel.slots.block.BlockException;
import com.alibaba.csp.sentinel.slots.block.degrade.DegradeException;
import com.alibaba.csp.sentinel.slots.block.flow.FlowException;
import com.alibaba.fastjson.JSO... |
3e1f2e95f3011f1b5d619acb9d3a1b060e234a23 | 4,132 | java | Java | src/main/java/io/ovh/tsl/LOADSOURCERAW.java | aurrelhebert/TSL-Adaptor | a282612cf8503ff4aee886adaec6147088aeeec3 | [
"BSD-3-Clause"
] | 3 | 2019-12-18T18:39:53.000Z | 2019-12-19T04:18:18.000Z | src/main/java/io/ovh/tsl/LOADSOURCERAW.java | aurrelhebert/TSL-Adaptor | a282612cf8503ff4aee886adaec6147088aeeec3 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/io/ovh/tsl/LOADSOURCERAW.java | aurrelhebert/TSL-Adaptor | a282612cf8503ff4aee886adaec6147088aeeec3 | [
"BSD-3-Clause"
] | 1 | 2019-12-18T22:04:35.000Z | 2019-12-18T22:04:35.000Z | 38.259259 | 137 | 0.635528 | 13,180 | package io.ovh.tsl;
import io.warp10.continuum.gts.GeoTimeSerie;
import io.warp10.script.NamedWarpScriptFunction;
import io.warp10.script.WarpScriptException;
import io.warp10.script.WarpScriptStack;
import io.warp10.script.WarpScriptStackFunction;
import java.util.HashMap;
import java.util.List;
import java.util.Map;... |
3e1f2fa6a0d0eb5a43344f26447501884b38675e | 3,167 | java | Java | taurus-agent/src/main/java/com/dp/bigdata/taurus/agent/sheduler/KillTaskThread.java | fjfd/taurus | 3426e8759d68b8893d0370bf346d7b5b6799aa28 | [
"Apache-2.0"
] | 9 | 2015-01-03T02:26:42.000Z | 2022-01-07T19:38:17.000Z | taurus-agent/src/main/java/com/dp/bigdata/taurus/agent/sheduler/KillTaskThread.java | andyyin/taurus | 3426e8759d68b8893d0370bf346d7b5b6799aa28 | [
"Apache-2.0"
] | null | null | null | taurus-agent/src/main/java/com/dp/bigdata/taurus/agent/sheduler/KillTaskThread.java | andyyin/taurus | 3426e8759d68b8893d0370bf346d7b5b6799aa28 | [
"Apache-2.0"
] | 18 | 2015-01-06T09:41:36.000Z | 2022-01-20T00:59:08.000Z | 28.531532 | 98 | 0.721819 | 13,181 | /**
* Project: taurus-agent
*
* File Created at 2013-5-21
* $Id$
*
* Copyright 2013 dianping.com.
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Dianping Company. ("Confidential Information"). You shall not
* disclose such Confidential Information and shall u... |
3e1f2fbe72eadc823ed050f18bf1a349b2db7075 | 4,310 | java | Java | Universal-G-Code-Sender/ugs-core/src/com/willwinder/universalgcodesender/uielements/helpers/LoaderDialogHelper.java | thomascoreapps/tinkering | 37a49312b606ea0866c9bf0dc6b798446f5c0740 | [
"MIT"
] | 2 | 2020-04-21T20:32:25.000Z | 2021-07-24T18:20:04.000Z | Universal-G-Code-Sender/ugs-core/src/com/willwinder/universalgcodesender/uielements/helpers/LoaderDialogHelper.java | thomascoreapps/tinkering | 37a49312b606ea0866c9bf0dc6b798446f5c0740 | [
"MIT"
] | 2 | 2020-09-02T04:47:16.000Z | 2022-03-25T19:21:20.000Z | Universal-G-Code-Sender/ugs-core/src/com/willwinder/universalgcodesender/uielements/helpers/LoaderDialogHelper.java | thomascoreapps/tinkering | 37a49312b606ea0866c9bf0dc6b798446f5c0740 | [
"MIT"
] | null | null | null | 37.155172 | 104 | 0.67587 | 13,182 | /*
Copyright 2020 Will Winder
This file is part of Universal Gcode Sender (UGS).
UGS is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) a... |
3e1f3015c247eef765cb1e1df295be57bd003964 | 1,412 | java | Java | rabbitmq-test/src/test/java/org/sky/rabbitmq/ProducerTest.java | roc-wong/sky-framework | 8b08cea4d9841ce989b04bc80453c9ff0205dfc7 | [
"Apache-2.0"
] | null | null | null | rabbitmq-test/src/test/java/org/sky/rabbitmq/ProducerTest.java | roc-wong/sky-framework | 8b08cea4d9841ce989b04bc80453c9ff0205dfc7 | [
"Apache-2.0"
] | 4 | 2021-01-20T23:17:49.000Z | 2022-01-21T23:19:06.000Z | rabbitmq-test/src/test/java/org/sky/rabbitmq/ProducerTest.java | roc-wong/sky-framework | 8b08cea4d9841ce989b04bc80453c9ff0205dfc7 | [
"Apache-2.0"
] | null | null | null | 29.416667 | 90 | 0.613314 | 13,183 | package org.sky.rabbitmq;
import com.google.gson.Gson;
import com.rabbitmq.client.Address;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
import com.rabbitmq.client.ConnectionFactory;
import java.io.IOException;
import java.util.Scanner;
public class ProducerTest {
public static void... |
3e1f302164b511eb1b3780e95e4120bd0fe94690 | 9,704 | java | Java | lytest/src/main/java/com/lingyi/autiovideo/test/widget/popup/MyCallLayout.java | yangkun19921001/T01_AV_SDKDEMO | 2052610f3bf5b84f1da3d0a13e7903070c3da3d2 | [
"Apache-2.0"
] | 4 | 2019-05-28T01:04:55.000Z | 2020-04-24T07:21:47.000Z | lytest/src/main/java/com/lingyi/autiovideo/test/widget/popup/MyCallLayout.java | yangkun19921001/T01_AV_SDKDEMO | 2052610f3bf5b84f1da3d0a13e7903070c3da3d2 | [
"Apache-2.0"
] | null | null | null | lytest/src/main/java/com/lingyi/autiovideo/test/widget/popup/MyCallLayout.java | yangkun19921001/T01_AV_SDKDEMO | 2052610f3bf5b84f1da3d0a13e7903070c3da3d2 | [
"Apache-2.0"
] | 4 | 2020-08-19T02:42:11.000Z | 2022-01-30T17:53:43.000Z | 33.811847 | 96 | 0.585944 | 13,184 | package com.lingyi.autiovideo.test.widget.popup;
import android.content.Context;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import com.blan... |
3e1f3076e170886952a04266035f8c8981179fa2 | 465 | java | Java | src/main/java/com/keuin/blame/adapter/handler/AttackEntityHandler.java | hit-mc/Blame-Fabric | 6d62d680e0cff107cfdf2b47d2ae225f1171b2c4 | [
"MIT"
] | null | null | null | src/main/java/com/keuin/blame/adapter/handler/AttackEntityHandler.java | hit-mc/Blame-Fabric | 6d62d680e0cff107cfdf2b47d2ae225f1171b2c4 | [
"MIT"
] | null | null | null | src/main/java/com/keuin/blame/adapter/handler/AttackEntityHandler.java | hit-mc/Blame-Fabric | 6d62d680e0cff107cfdf2b47d2ae225f1171b2c4 | [
"MIT"
] | null | null | null | 35.769231 | 139 | 0.832258 | 13,185 | package com.keuin.blame.adapter.handler;
import net.minecraft.entity.Entity;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.util.Hand;
import net.minecraft.util.hit.EntityHitResult;
import net.minecraft.world.World;
import org.jetbrains.annotations.Nullable;
public interface AttackEntityHandler... |
3e1f30de5eb6073c9686457be4fba9635f4f2759 | 24,448 | java | Java | src/som/mod/som/form/SFormSeasonProducer.java | swaplicado/som10 | ce20090021bd95a4c8208bbfb81ea692fefd0239 | [
"MIT"
] | null | null | null | src/som/mod/som/form/SFormSeasonProducer.java | swaplicado/som10 | ce20090021bd95a4c8208bbfb81ea692fefd0239 | [
"MIT"
] | null | null | null | src/som/mod/som/form/SFormSeasonProducer.java | swaplicado/som10 | ce20090021bd95a4c8208bbfb81ea692fefd0239 | [
"MIT"
] | null | null | null | 40.210526 | 195 | 0.683123 | 13,186 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package som.mod.som.form;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import java.sql.SQLException;
import javax.swing.JB... |
3e1f312e79c19d8f37adb6ac31af34798dda0eb2 | 592 | java | Java | src/main/java/com/github/antonioazambuja/noxus/api/LeagueV4.java | antonioazambuja/noxus | b18c335640980a2797fbe698822e2a79101a8be1 | [
"Apache-2.0"
] | 1 | 2020-09-12T19:10:19.000Z | 2020-09-12T19:10:19.000Z | src/main/java/com/github/antonioazambuja/noxus/api/LeagueV4.java | antonioazambuja/noxus | b18c335640980a2797fbe698822e2a79101a8be1 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/antonioazambuja/noxus/api/LeagueV4.java | antonioazambuja/noxus | b18c335640980a2797fbe698822e2a79101a8be1 | [
"Apache-2.0"
] | null | null | null | 42.285714 | 92 | 0.858108 | 13,187 | package com.github.antonioazambuja.noxus.api;
import com.github.antonioazambuja.noxus.resources.LeagueEntryDTO;
import com.github.antonioazambuja.noxus.resources.LeagueListDTO;
public interface LeagueV4 {
LeagueListDTO getChallengerLeaguesByQueue(String queueName);
LeagueEntryDTO[] getEntriesBySummoner(String encry... |
3e1f315d84bacef125714c358f8170f6d7eb42ed | 1,104 | java | Java | bootleaf/src/main/java/com/example/bootleaf/Userss.java | cgl-dong/SSM | dccf4b13ecae2d095a0846e1ab0ce5cb59b041b6 | [
"Apache-2.0"
] | 1 | 2019-08-21T12:21:51.000Z | 2019-08-21T12:21:51.000Z | bootleaf/src/main/java/com/example/bootleaf/Userss.java | cgl-dong/SSM | dccf4b13ecae2d095a0846e1ab0ce5cb59b041b6 | [
"Apache-2.0"
] | 10 | 2020-03-04T22:09:34.000Z | 2021-12-09T21:17:07.000Z | bootleaf/src/main/java/com/example/bootleaf/Userss.java | cgl-dong/SSM | dccf4b13ecae2d095a0846e1ab0ce5cb59b041b6 | [
"Apache-2.0"
] | null | null | null | 19.034483 | 69 | 0.480072 | 13,188 | package com.example.bootleaf;
public class Userss {
private String name;
private String age;
private String sex;
private String work;
@Override
public String toString() {
return "Userss{" +
"name='" + name + '\'' +
", age='" + age + '\'' +
... |
3e1f31b01232d99504dc014b6b2105bd32ffbe06 | 2,120 | java | Java | toolbardrawerlayoutdemo/src/main/java/com/baurine/toolbardrawerlayoutdemo/MainActivity.java | baurine/android-practice | ae4816083f793fb00b17d2b72096c25b16f935d6 | [
"MIT"
] | 1 | 2015-07-07T11:31:20.000Z | 2015-07-07T11:31:20.000Z | toolbardrawerlayoutdemo/src/main/java/com/baurine/toolbardrawerlayoutdemo/MainActivity.java | baurine/android-practice | ae4816083f793fb00b17d2b72096c25b16f935d6 | [
"MIT"
] | null | null | null | toolbardrawerlayoutdemo/src/main/java/com/baurine/toolbardrawerlayoutdemo/MainActivity.java | baurine/android-practice | ae4816083f793fb00b17d2b72096c25b16f935d6 | [
"MIT"
] | null | null | null | 29.444444 | 88 | 0.671698 | 13,189 | package com.baurine.toolbardrawerlayoutdemo;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.ActionBarDrawerToggle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.widget.Arra... |
3e1f31dc3b073ddc22919c7e8b385619bf934429 | 3,091 | java | Java | java/classes3/com/ziroom/ziroomcustomer/model/HouseRoommate.java | gaoht/house | b9e63db1a4975b614c422fed3b5b33ee57ea23fd | [
"Apache-2.0"
] | 1 | 2020-05-08T05:35:32.000Z | 2020-05-08T05:35:32.000Z | java/classes3/com/ziroom/ziroomcustomer/model/HouseRoommate.java | gaoht/house | b9e63db1a4975b614c422fed3b5b33ee57ea23fd | [
"Apache-2.0"
] | null | null | null | java/classes3/com/ziroom/ziroomcustomer/model/HouseRoommate.java | gaoht/house | b9e63db1a4975b614c422fed3b5b33ee57ea23fd | [
"Apache-2.0"
] | 3 | 2018-09-07T08:15:08.000Z | 2020-05-22T03:59:12.000Z | 19.080247 | 128 | 0.688127 | 13,190 | package com.ziroom.ziroomcustomer.model;
import java.io.Serializable;
public class HouseRoommate
implements Serializable, Comparable
{
private String gender;
private String header_image;
private String house_code;
private String house_company;
private String house_dzz;
private String house_type;
priva... |
3e1f3212c32a61380f576db4e9b9269091295423 | 687 | java | Java | src/main/java/com/petclinic/api/rest/VetServiceEndpoint.java | sg4j/springboot-ignite-consul | fbdca13658d52ced966a5ca716603a5eb3bd77f1 | [
"Apache-2.0"
] | 1 | 2019-04-07T18:45:26.000Z | 2019-04-07T18:45:26.000Z | src/main/java/com/petclinic/api/rest/VetServiceEndpoint.java | sg4j/springboot-ignite-consul | fbdca13658d52ced966a5ca716603a5eb3bd77f1 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/petclinic/api/rest/VetServiceEndpoint.java | sg4j/springboot-ignite-consul | fbdca13658d52ced966a5ca716603a5eb3bd77f1 | [
"Apache-2.0"
] | null | null | null | 31.227273 | 80 | 0.79476 | 13,191 | package com.petclinic.api.rest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import com.petclinic.reposito... |
3e1f339593ed7bc0a4f663399d921be8498810e4 | 1,328 | java | Java | src/main/java/org/tugraz/sysds/runtime/compress/cocode/ColumnGroupPartitioner.java | Shafaq-Siddiqi/systemds | a5a8d4e0040308993d7892be11dae63c81575efd | [
"Apache-2.0"
] | 42 | 2018-11-23T16:55:30.000Z | 2021-03-15T15:01:44.000Z | src/main/java/org/tugraz/sysds/runtime/compress/cocode/ColumnGroupPartitioner.java | kev-inn/systemds | 2d0f219e02af1174a97a04191590441821fbfab6 | [
"Apache-2.0"
] | 120 | 2019-02-07T22:13:40.000Z | 2020-04-15T10:42:17.000Z | src/main/java/org/tugraz/sysds/runtime/compress/cocode/ColumnGroupPartitioner.java | kev-inn/systemds | 2d0f219e02af1174a97a04191590441821fbfab6 | [
"Apache-2.0"
] | 28 | 2019-02-07T11:13:14.000Z | 2021-12-20T10:14:25.000Z | 36.888889 | 117 | 0.762048 | 13,192 | /*
* Modifications Copyright 2020 Graz University of 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 b... |
3e1f33cb9e8878f5c09aa8c0f64d131e8347e74a | 3,383 | java | Java | main/plugins/org.talend.model/src/main/java/org/talend/core/model/properties/FileItem.java | dmytro-sylaiev/tcommon-studio-se | b75fadfb9bd1a42897073fe2984f1d4fb42555bd | [
"Apache-2.0"
] | 75 | 2015-01-29T03:23:32.000Z | 2022-02-26T07:05:40.000Z | main/plugins/org.talend.model/src/main/java/org/talend/core/model/properties/FileItem.java | dmytro-sylaiev/tcommon-studio-se | b75fadfb9bd1a42897073fe2984f1d4fb42555bd | [
"Apache-2.0"
] | 813 | 2015-01-21T09:36:31.000Z | 2022-03-30T01:15:29.000Z | main/plugins/org.talend.model/src/main/java/org/talend/core/model/properties/FileItem.java | dmytro-sylaiev/tcommon-studio-se | b75fadfb9bd1a42897073fe2984f1d4fb42555bd | [
"Apache-2.0"
] | 272 | 2015-01-08T06:47:46.000Z | 2022-02-09T23:22:27.000Z | 32.219048 | 123 | 0.593556 | 13,193 | /**
* <copyright> </copyright>
*
* $Id$
*/
package org.talend.core.model.properties;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>File Item</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.talend.core.model.properties.Fi... |
3e1f34067cba9b562f2b2df33ff6953cb36b45a9 | 8,742 | java | Java | ask-mitigation-android/src/com/jonas/reedsolomon/Berlekamp.java | jonasrmichel/digital-voices | 23fb353712aaf8214a0877a8698d27dc9228fe43 | [
"MIT"
] | null | null | null | ask-mitigation-android/src/com/jonas/reedsolomon/Berlekamp.java | jonasrmichel/digital-voices | 23fb353712aaf8214a0877a8698d27dc9228fe43 | [
"MIT"
] | null | null | null | ask-mitigation-android/src/com/jonas/reedsolomon/Berlekamp.java | jonasrmichel/digital-voices | 23fb353712aaf8214a0877a8698d27dc9228fe43 | [
"MIT"
] | null | null | null | 25.409884 | 80 | 0.603821 | 13,194 | package com.jonas.reedsolomon;
/**
* Copyright Henry Minsky (nnheo@example.com) 1991-2009 (Ported to Java by Jonas
* Michel 2012)
*
* This is a direct port of RSCODE by Henry Minsky
* http://rscode.sourceforge.net/
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this sof... |
3e1f34f4042b58cce66364eeb86f237fcc8c75d3 | 1,125 | java | Java | aiml-jaxb/src/main/java/ai/saxatus/aiml/internal/parsing/tags/abstracts/AbstractContentEnclosingTag.java | SebastianGlass/aiml-core | c8d0ea4818a0673b9ac368021d84fa38f468f51c | [
"MIT"
] | null | null | null | aiml-jaxb/src/main/java/ai/saxatus/aiml/internal/parsing/tags/abstracts/AbstractContentEnclosingTag.java | SebastianGlass/aiml-core | c8d0ea4818a0673b9ac368021d84fa38f468f51c | [
"MIT"
] | null | null | null | aiml-jaxb/src/main/java/ai/saxatus/aiml/internal/parsing/tags/abstracts/AbstractContentEnclosingTag.java | SebastianGlass/aiml-core | c8d0ea4818a0673b9ac368021d84fa38f468f51c | [
"MIT"
] | null | null | null | 25 | 80 | 0.644444 | 13,195 | package ai.saxatus.aiml.internal.parsing.tags.abstracts;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlMixed;
import ai.saxatus.aiml.api.parsing.tags.ContentEnclosingNode;
public abstract cla... |
3e1f3531cfdaceca5407e883ff3ffb8a2e8c6077 | 2,690 | java | Java | Eclipse/semi-compilado/src/net/javaguides/usermanagement/web/FilaDePacienteServlet.java | lucas-leme/CovidNet | 68fcc0f3faf646cd2a3fbbf414b3c52d770fcad7 | [
"MIT"
] | 1 | 2020-11-13T14:46:03.000Z | 2020-11-13T14:46:03.000Z | Eclipse/semi-compilado/src/net/javaguides/usermanagement/web/FilaDePacienteServlet.java | lucas-leme/CovidNet | 68fcc0f3faf646cd2a3fbbf414b3c52d770fcad7 | [
"MIT"
] | 6 | 2020-11-13T19:52:11.000Z | 2020-12-03T16:19:18.000Z | Eclipse/semi-compilado/src/net/javaguides/usermanagement/web/FilaDePacienteServlet.java | lucas-leme/CovidNet | 68fcc0f3faf646cd2a3fbbf414b3c52d770fcad7 | [
"MIT"
] | null | null | null | 30.224719 | 134 | 0.788476 | 13,196 | package net.javaguides.usermanagement.web;
import java.io.IOException;
import java.sql.SQLException;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpSe... |
3e1f37d9425b6e6dc96963eb751ef9c4a46525a0 | 5,535 | java | Java | WS6/SoalSusah(20).java | VikriAulia/Fasilkom-SDAGasal2018 | 84569df4be7f44a5af1c6576ad3f484a198ae627 | [
"MIT"
] | null | null | null | WS6/SoalSusah(20).java | VikriAulia/Fasilkom-SDAGasal2018 | 84569df4be7f44a5af1c6576ad3f484a198ae627 | [
"MIT"
] | null | null | null | WS6/SoalSusah(20).java | VikriAulia/Fasilkom-SDAGasal2018 | 84569df4be7f44a5af1c6576ad3f484a198ae627 | [
"MIT"
] | null | null | null | 21.87747 | 92 | 0.626378 | 13,198 |
/**
*
*/
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
import java.util.Comparator;
import java.util.ArrayList;
import java.util.Collections;
/**
* @author vikri
* @author 1706124182
*/
public class SoalSusah {
/**
* @param args
*/
public static void main(S... |
3e1f37f6205fedcde42d7edabfffd1e384678e0e | 1,810 | java | Java | src/test/java/michapehlivan/discordbotlib/SlashCommandTest.java | MichaPehlivan/discord-bot-library | cadd92bf66530efb03eaffbe67214b5c970027f9 | [
"Apache-2.0"
] | null | null | null | src/test/java/michapehlivan/discordbotlib/SlashCommandTest.java | MichaPehlivan/discord-bot-library | cadd92bf66530efb03eaffbe67214b5c970027f9 | [
"Apache-2.0"
] | null | null | null | src/test/java/michapehlivan/discordbotlib/SlashCommandTest.java | MichaPehlivan/discord-bot-library | cadd92bf66530efb03eaffbe67214b5c970027f9 | [
"Apache-2.0"
] | null | null | null | 34.150943 | 86 | 0.70663 | 13,199 | package michapehlivan.discordbotlib;
import discord4j.core.GatewayDiscordClient;
import discord4j.core.event.domain.interaction.ChatInputInteractionEvent;
import discord4j.core.object.command.ApplicationCommand;
import discord4j.discordjson.json.ApplicationCommandRequest;
import michapehlivan.discordbotlib.interaction... |
3e1f38a22d0a59c6e66c8207b6ace297dc785fbb | 887 | java | Java | src/main/java/com/clexel/dp/behavior/observer/pull/Observer.java | jonathanzhan/design-pattern | 3b118a1e0769b78127ed806b95ff011db5b15be8 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/clexel/dp/behavior/observer/pull/Observer.java | jonathanzhan/design-pattern | 3b118a1e0769b78127ed806b95ff011db5b15be8 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/clexel/dp/behavior/observer/pull/Observer.java | jonathanzhan/design-pattern | 3b118a1e0769b78127ed806b95ff011db5b15be8 | [
"Apache-2.0"
] | null | null | null | 26.235294 | 75 | 0.699552 | 13,200 | /*
* Copyright 2014-2019 ychag@example.com(Jonathan)
*
* 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... |
3e1f38d5ab7fff50193f6b20cf70ee2a695b0b33 | 1,183 | java | Java | app/src/main/java/cn/artaris/androidknowledge/Delegate/SalesInvocationHandler.java | ArtarisCN/AndroidKnowledge | d5226b6a46b3e0df866f353afef40b2e3b6f8ff1 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/cn/artaris/androidknowledge/Delegate/SalesInvocationHandler.java | ArtarisCN/AndroidKnowledge | d5226b6a46b3e0df866f353afef40b2e3b6f8ff1 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/cn/artaris/androidknowledge/Delegate/SalesInvocationHandler.java | ArtarisCN/AndroidKnowledge | d5226b6a46b3e0df866f353afef40b2e3b6f8ff1 | [
"Apache-2.0"
] | null | null | null | 25.717391 | 119 | 0.655114 | 13,201 | package cn.artaris.androidknowledge.Delegate;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
/**
* delegate
* LeetCode
* 2019.03.19.16:37
*
* @author : artairs
*/
public class SalesInvocationHandler implements InvocationHandler {
//代理类持有一个委托类的对象引... |
3e1f3a1c321138608e0fd3945d774fb6d99cb8ff | 1,193 | java | Java | core/src/com/crashinvaders/texturepackergui/controllers/model/ScaleFactorModel.java | alexkarezin/gdx-texture-packer-gui | 3fa093c078660e04c0cf3323d98a3d7bbbfab1be | [
"Apache-2.0"
] | 479 | 2016-09-05T01:00:15.000Z | 2022-03-24T09:49:23.000Z | core/src/com/crashinvaders/texturepackergui/controllers/model/ScaleFactorModel.java | alexkarezin/gdx-texture-packer-gui | 3fa093c078660e04c0cf3323d98a3d7bbbfab1be | [
"Apache-2.0"
] | 126 | 2016-09-06T21:11:08.000Z | 2022-03-30T14:09:02.000Z | core/src/com/crashinvaders/texturepackergui/controllers/model/ScaleFactorModel.java | alexkarezin/gdx-texture-packer-gui | 3fa093c078660e04c0cf3323d98a3d7bbbfab1be | [
"Apache-2.0"
] | 82 | 2016-09-06T21:53:34.000Z | 2022-03-12T17:33:22.000Z | 29.097561 | 95 | 0.720034 | 13,202 | package com.crashinvaders.texturepackergui.controllers.model;
import com.badlogic.gdx.tools.texturepacker.TexturePacker;
import com.crashinvaders.common.statehash.StateHashUtils;
import com.crashinvaders.common.statehash.StateHashable;
public class ScaleFactorModel implements StateHashable {
private final String ... |
3e1f3d390744df95216a06564aa2788c77ae3ffe | 2,634 | java | Java | backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/quota/QuotaDependencyTest.java | emesika/ovirt-engine | db6458e688eeb385b683a0c9c5530917cd6dfe5f | [
"Apache-2.0"
] | 347 | 2015-01-20T14:13:21.000Z | 2022-03-31T17:53:11.000Z | backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/quota/QuotaDependencyTest.java | emesika/ovirt-engine | db6458e688eeb385b683a0c9c5530917cd6dfe5f | [
"Apache-2.0"
] | 128 | 2015-05-22T19:14:32.000Z | 2022-03-31T08:11:18.000Z | backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/quota/QuotaDependencyTest.java | emesika/ovirt-engine | db6458e688eeb385b683a0c9c5530917cd6dfe5f | [
"Apache-2.0"
] | 202 | 2015-01-04T06:20:49.000Z | 2022-03-08T15:30:08.000Z | 38.735294 | 121 | 0.692863 | 13,203 | package org.ovirt.engine.core.bll.quota;
import static org.junit.jupiter.api.Assertions.assertTrue;
import java.util.Arrays;
import java.util.stream.Stream;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;
import org.ovirt.engine.core.bll.CommandBase;
import o... |
3e1f3e420e34bfe80c566dabcd290a3acaa5d70c | 2,988 | java | Java | src/main/java/com/example/SpringBootSecurityDemo/jwt/JwtTokenVerifier.java | dimples-app/StudentRoster_WithSpringBootSecurity | 0c6a9a3fbffabe7d72db9be7e551ee9405a1b2f2 | [
"Apache-2.0"
] | 1 | 2021-10-11T17:59:01.000Z | 2021-10-11T17:59:01.000Z | src/main/java/com/example/SpringBootSecurityDemo/jwt/JwtTokenVerifier.java | dimples-app/StudentRoster_WithSpringBootSecurity | 0c6a9a3fbffabe7d72db9be7e551ee9405a1b2f2 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/example/SpringBootSecurityDemo/jwt/JwtTokenVerifier.java | dimples-app/StudentRoster_WithSpringBootSecurity | 0c6a9a3fbffabe7d72db9be7e551ee9405a1b2f2 | [
"Apache-2.0"
] | 1 | 2021-11-29T01:43:23.000Z | 2021-11-29T01:43:23.000Z | 36.439024 | 119 | 0.705154 | 13,204 | package com.example.SpringBootSecurityDemo.jwt;
import com.google.common.base.Strings;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.Jws;
import io.jsonwebtoken.JwtException;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.security.Keys;
import org.springframework.security.authentication.UsernamePasswordAu... |
3e1f3eca263bef04907bee51a434cae96f15cf47 | 5,739 | java | Java | core/src/main/java/org/jruby/runtime/assigner/PreManyRest0Post0Assigner.java | 1587/jruby | 719a009a621e4a7becba4c1ea5e41bc918614fad | [
"Ruby",
"Apache-2.0"
] | 3 | 2015-12-29T07:34:53.000Z | 2020-05-30T12:29:14.000Z | core/src/main/java/org/jruby/runtime/assigner/PreManyRest0Post0Assigner.java | 1587/jruby | 719a009a621e4a7becba4c1ea5e41bc918614fad | [
"Ruby",
"Apache-2.0"
] | null | null | null | core/src/main/java/org/jruby/runtime/assigner/PreManyRest0Post0Assigner.java | 1587/jruby | 719a009a621e4a7becba4c1ea5e41bc918614fad | [
"Ruby",
"Apache-2.0"
] | 1 | 2018-03-08T03:57:56.000Z | 2018-03-08T03:57:56.000Z | 38.75 | 100 | 0.639582 | 13,205 | /*
***** BEGIN LICENSE BLOCK *****
* Version: EPL 1.0/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Eclipse Public
* License Version 1.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.eclipse.org/legal/e... |
3e1f3f68de73ff04461eab3d2cd8c78777c3864e | 2,227 | java | Java | server-spring/src/main/java/com/nogenem/skyapp/controller/AuthController.java | nogenem/Skyapp | e4227df4ea80cd2bfa55e9301236925197ffdc5b | [
"MIT"
] | null | null | null | server-spring/src/main/java/com/nogenem/skyapp/controller/AuthController.java | nogenem/Skyapp | e4227df4ea80cd2bfa55e9301236925197ffdc5b | [
"MIT"
] | 1 | 2021-04-21T22:18:19.000Z | 2021-04-21T22:18:19.000Z | server-spring/src/main/java/com/nogenem/skyapp/controller/AuthController.java | nogenem/Skyapp | e4227df4ea80cd2bfa55e9301236925197ffdc5b | [
"MIT"
] | null | null | null | 35.349206 | 117 | 0.801527 | 13,206 | package com.nogenem.skyapp.controller;
import javax.validation.Valid;
import com.nogenem.skyapp.DTO.UserDTO;
import com.nogenem.skyapp.exception.EmailAlreadyTakenException;
import com.nogenem.skyapp.exception.TranslatableApiException;
import com.nogenem.skyapp.exception.UnableToSendConfirmationEmailException;
import ... |
3e1f3f731545f50582cbfff794923dc086fae0e8 | 561 | java | Java | java-example/src/test/java/ru/stqa/training/selenium/TestBaseIE.java | Tan-Sid/SeleniumCourse | 639acdd8fb912850aeff846119b14bde01a37bb1 | [
"Apache-2.0"
] | null | null | null | java-example/src/test/java/ru/stqa/training/selenium/TestBaseIE.java | Tan-Sid/SeleniumCourse | 639acdd8fb912850aeff846119b14bde01a37bb1 | [
"Apache-2.0"
] | null | null | null | java-example/src/test/java/ru/stqa/training/selenium/TestBaseIE.java | Tan-Sid/SeleniumCourse | 639acdd8fb912850aeff846119b14bde01a37bb1 | [
"Apache-2.0"
] | null | null | null | 20.777778 | 53 | 0.743316 | 13,207 | package ru.stqa.training.selenium;
import org.junit.After;
import org.junit.Before;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;
import org.openqa.selenium.support.ui.WebDriverWait;
public class TestBaseIE {
public WebDr... |
3e1f3f93472ad8a90fc7cfbc48a5fad960743114 | 1,762 | java | Java | hierarchyviewer/src/main/java/com/polidea/hierarchyviewer/internal/provider/ServerInfoProvider.java | Polidea/android-hierarchy-viewer | 50675b42df87e1372983b412196d30fa3d3dac87 | [
"MIT"
] | 120 | 2015-04-23T13:00:46.000Z | 2021-11-09T10:11:43.000Z | hierarchyviewer/src/main/java/com/polidea/hierarchyviewer/internal/provider/ServerInfoProvider.java | Polidea/android-hierarchy-viewer | 50675b42df87e1372983b412196d30fa3d3dac87 | [
"MIT"
] | 2 | 2015-04-29T13:50:44.000Z | 2017-06-19T18:44:40.000Z | hierarchyviewer/src/main/java/com/polidea/hierarchyviewer/internal/provider/ServerInfoProvider.java | Polidea/android-hierarchy-viewer | 50675b42df87e1372983b412196d30fa3d3dac87 | [
"MIT"
] | 11 | 2015-05-27T02:25:58.000Z | 2021-01-17T03:23:49.000Z | 27.53125 | 106 | 0.562429 | 13,208 | package com.polidea.hierarchyviewer.internal.provider;
import android.content.Context;
import java.net.Inet4Address;
import java.net.InetAddress;
import java.net.NetworkInterface;
import java.util.Collections;
import java.util.List;
public class ServerInfoProvider {
private Context context;
public ServerI... |
3e1f3fa69d08a67a0f9c11807a390ca4d3c3adcf | 6,598 | java | Java | src/main/java/slimeknights/tconstruct/smeltery/tileentity/TileMultiblock.java | panoskj/TinkersConstruct | a8a133a94cf9d736fea0ff7a6278b0289eac5e47 | [
"MIT"
] | 1 | 2016-06-10T03:51:33.000Z | 2016-06-10T03:51:33.000Z | src/main/java/slimeknights/tconstruct/smeltery/tileentity/TileMultiblock.java | panoskj/TinkersConstruct | a8a133a94cf9d736fea0ff7a6278b0289eac5e47 | [
"MIT"
] | 2 | 2016-06-23T11:00:35.000Z | 2017-12-20T05:23:20.000Z | src/main/java/slimeknights/tconstruct/smeltery/tileentity/TileMultiblock.java | panoskj/TinkersConstruct | a8a133a94cf9d736fea0ff7a6278b0289eac5e47 | [
"MIT"
] | 3 | 2018-01-12T09:36:15.000Z | 2021-01-31T03:37:38.000Z | 32.825871 | 141 | 0.715368 | 13,209 | package slimeknights.tconstruct.smeltery.tileentity;
import com.google.common.collect.ImmutableList;
import net.minecraft.block.state.IBlockState;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.network.NetworkManager;
import net.minecraft.network.play.server.SPacketUpdateTileEntity;
import net.minecraf... |
3e1f4010808a03d9983b57af5b1c8276d437a06a | 987 | java | Java | leetcode/0021 - Merge Two Sorted Lists/Solution.java | Jianfu-She/LeetCode | c4fd7e9026a4b2ab299c02f70b3f6340148b135a | [
"Apache-2.0"
] | null | null | null | leetcode/0021 - Merge Two Sorted Lists/Solution.java | Jianfu-She/LeetCode | c4fd7e9026a4b2ab299c02f70b3f6340148b135a | [
"Apache-2.0"
] | null | null | null | leetcode/0021 - Merge Two Sorted Lists/Solution.java | Jianfu-She/LeetCode | c4fd7e9026a4b2ab299c02f70b3f6340148b135a | [
"Apache-2.0"
] | null | null | null | 21.933333 | 94 | 0.464032 | 13,210 | /**
* Problem: Merge two sorted linked lists and return it as a new list.
* The new list should be made by splicing together the nodes of the first two lists.
*
* Example: Input: 1->2->4, 1->3->4 Output: 1->1->2->3->4->4
*/
/**
* Definition for singly-linked list.
* public class ListNode {
* i... |
3e1f405f4c9ce0ca9b7609f492aeb35f289cee9b | 34,576 | java | Java | demo/src/main/java/utilities/CommonMethods.java | Toqeer12/AndroidImageSlider-master | 0b4dd905078bb96ca4ad7e091aafcf457107e995 | [
"MIT"
] | null | null | null | demo/src/main/java/utilities/CommonMethods.java | Toqeer12/AndroidImageSlider-master | 0b4dd905078bb96ca4ad7e091aafcf457107e995 | [
"MIT"
] | null | null | null | demo/src/main/java/utilities/CommonMethods.java | Toqeer12/AndroidImageSlider-master | 0b4dd905078bb96ca4ad7e091aafcf457107e995 | [
"MIT"
] | null | null | null | 38.247788 | 133 | 0.54185 | 13,211 | package utilities;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.SharedPreferences;
import android.location.LocationManager;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import com.koherent.pdlapps.cricketworldcup2015live.R;
public class CommonM... |
3e1f410968bbb257714ff584dc448eaf01918175 | 1,203 | java | Java | python/src/com/jetbrains/python/testing/PythonUnitTestRunnableScriptFilter.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2019-04-28T07:48:50.000Z | 2020-12-11T14:18:08.000Z | python/src/com/jetbrains/python/testing/PythonUnitTestRunnableScriptFilter.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 1 | 2020-07-30T19:04:47.000Z | 2020-07-30T19:04:47.000Z | python/src/com/jetbrains/python/testing/PythonUnitTestRunnableScriptFilter.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 1 | 2020-10-15T05:56:42.000Z | 2020-10-15T05:56:42.000Z | 32.513514 | 81 | 0.76143 | 13,212 | /*
* Copyright 2000-2017 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... |
3e1f412ad0261f1370d3bfc8ed29e978d9075d1a | 3,362 | java | Java | backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/ExportRepoImageCommandTest.java | UranusBlockStack/ovirt-engine | fe3c90ed3e74e6af9497c826c82e653382946ae1 | [
"Apache-2.0"
] | null | null | null | backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/ExportRepoImageCommandTest.java | UranusBlockStack/ovirt-engine | fe3c90ed3e74e6af9497c826c82e653382946ae1 | [
"Apache-2.0"
] | null | null | null | backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/ExportRepoImageCommandTest.java | UranusBlockStack/ovirt-engine | fe3c90ed3e74e6af9497c826c82e653382946ae1 | [
"Apache-2.0"
] | null | null | null | 34.659794 | 101 | 0.742415 | 13,213 | package org.ovirt.engine.core.bll;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;
import org.ovirt.engine.core.common.action.ExportRepoImageParameters;
import org.ovirt.engine.core.common.businessentities.StorageD... |
3e1f413527fa0967ba462652f37d5192a7e6baf3 | 7,869 | java | Java | src/main/java/net/daw/dao/TipoproductoDao.java | yolanda83/tailorShop | 2802cbc46ba22dffa73fb8c91691f98afebab141 | [
"MIT"
] | null | null | null | src/main/java/net/daw/dao/TipoproductoDao.java | yolanda83/tailorShop | 2802cbc46ba22dffa73fb8c91691f98afebab141 | [
"MIT"
] | null | null | null | src/main/java/net/daw/dao/TipoproductoDao.java | yolanda83/tailorShop | 2802cbc46ba22dffa73fb8c91691f98afebab141 | [
"MIT"
] | null | null | null | 33.918103 | 136 | 0.543017 | 13,214 | package net.daw.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.HashMap;
import net.daw.bean.TipoproductoBean;
import net.daw.helper.SqlBuilder;
/**
*
* @author Yolanda
*/
public... |
3e1f41c69089c160fc63ce3e02e52708f4874723 | 4,008 | java | Java | java/TestProcessor/src/main/java/com/heaven7/java/study/processor/MyProcessor.java | LightSun/tool_plugin_study | 9fb8fcdd3e614d639e48b6e97ae5a094b7d36ebe | [
"Apache-2.0"
] | null | null | null | java/TestProcessor/src/main/java/com/heaven7/java/study/processor/MyProcessor.java | LightSun/tool_plugin_study | 9fb8fcdd3e614d639e48b6e97ae5a094b7d36ebe | [
"Apache-2.0"
] | null | null | null | java/TestProcessor/src/main/java/com/heaven7/java/study/processor/MyProcessor.java | LightSun/tool_plugin_study | 9fb8fcdd3e614d639e48b6e97ae5a094b7d36ebe | [
"Apache-2.0"
] | null | null | null | 49.802469 | 159 | 0.665097 | 13,215 | package com.heaven7.java.study.processor;
import javax.annotation.processing.*;
import javax.lang.model.SourceVersion;
import javax.lang.model.element.*;
import javax.tools.Diagnostic;
import java.util.Arrays;
import java.util.Set;
/**
* 步骤: build jar
* .java 源代码生成器 github. TypeSpec
*/
@SupportedAnnotationTypes({"... |
3e1f42762dedb62937658a41ce35aec8c071f012 | 2,245 | java | Java | lucene/core/src/test/org/apache/lucene/analysis/tokenattributes/TestBytesRefAttImpl.java | keren123/lucence | 1dcb64b492b33f2adc3735458eefbc80e8feb1ef | [
"BSD-2-Clause",
"Apache-2.0"
] | 903 | 2015-01-02T22:13:47.000Z | 2022-03-31T13:40:42.000Z | lucene/core/src/test/org/apache/lucene/analysis/tokenattributes/TestBytesRefAttImpl.java | keren123/lucence | 1dcb64b492b33f2adc3735458eefbc80e8feb1ef | [
"BSD-2-Clause",
"Apache-2.0"
] | 429 | 2021-03-10T14:47:58.000Z | 2022-03-31T21:26:52.000Z | lucene/core/src/test/org/apache/lucene/analysis/tokenattributes/TestBytesRefAttImpl.java | keren123/lucence | 1dcb64b492b33f2adc3735458eefbc80e8feb1ef | [
"BSD-2-Clause",
"Apache-2.0"
] | 480 | 2015-01-05T03:07:05.000Z | 2022-03-31T10:35:08.000Z | 40.089286 | 94 | 0.742539 | 13,216 | /*
* 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 ... |
3e1f4319011e498e673723605dce8d506d78c31d | 9,364 | java | Java | spring-web-reactive/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestParamMethodArgumentResolverTests.java | JiaMingLiu93/Spring | 31a277503eb36eadc12ca5036842591cad56a650 | [
"Apache-2.0"
] | 1 | 2021-03-12T03:01:56.000Z | 2021-03-12T03:01:56.000Z | spring-web-reactive/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestParamMethodArgumentResolverTests.java | JiaMingLiu93/Spring | 31a277503eb36eadc12ca5036842591cad56a650 | [
"Apache-2.0"
] | null | null | null | spring-web-reactive/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestParamMethodArgumentResolverTests.java | JiaMingLiu93/Spring | 31a277503eb36eadc12ca5036842591cad56a650 | [
"Apache-2.0"
] | 1 | 2017-01-04T19:28:28.000Z | 2017-01-04T19:28:28.000Z | 39.016667 | 100 | 0.80094 | 13,217 | /*
* Copyright 2002-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e1f43ab9baca4ed74fef663bd2c0cbc08219e3b | 495 | java | Java | Week1/Examples/ExtraExamples/junit/AllTests.java | Dreadcyc/Training | e339bd2e8ddcfa8f8bf2a0e5706eab12d2c08107 | [
"MIT"
] | 1 | 2020-11-09T21:34:07.000Z | 2020-11-09T21:34:07.000Z | Week1/Examples/ExtraExamples/junit/AllTests.java | Dreadcyc/Training | e339bd2e8ddcfa8f8bf2a0e5706eab12d2c08107 | [
"MIT"
] | null | null | null | Week1/Examples/ExtraExamples/junit/AllTests.java | Dreadcyc/Training | e339bd2e8ddcfa8f8bf2a0e5706eab12d2c08107 | [
"MIT"
] | 9 | 2020-11-10T15:53:05.000Z | 2021-02-11T04:17:25.000Z | 30.9375 | 81 | 0.787879 | 13,218 | package com.revature.junit;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
//A test suite is a grouping of test cases
//A test case is a grouping of test steps for testing a particular feature
@RunWith(Suite.class)//denotes that we are going to use a tes... |
3e1f43ebcd6f2aa59570a521d311ced4ba5ae6ad | 2,793 | java | Java | zk-customer-service/src/main/java/geektime/spring/zk/CustomerRunner.java | monsterhxw/Spring-Learning-Practice | 1a4e549a83339957bab62ac81cd11dec5ae27316 | [
"MIT"
] | null | null | null | zk-customer-service/src/main/java/geektime/spring/zk/CustomerRunner.java | monsterhxw/Spring-Learning-Practice | 1a4e549a83339957bab62ac81cd11dec5ae27316 | [
"MIT"
] | null | null | null | zk-customer-service/src/main/java/geektime/spring/zk/CustomerRunner.java | monsterhxw/Spring-Learning-Practice | 1a4e549a83339957bab62ac81cd11dec5ae27316 | [
"MIT"
] | null | null | null | 37.743243 | 106 | 0.696384 | 13,219 | package geektime.spring.zk;
import geektime.spring.zk.model.Coffee;
import geektime.spring.zk.model.CoffeeOrder;
import geektime.spring.zk.model.NewOrderRequest;
import java.util.Arrays;
import java.util.List;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.s... |
3e1f44a1b38fce3f9f761cd46c6308693a562b39 | 7,241 | java | Java | d2/src/test/java/com/linkedin/d2/balancer/properties/UriPropertiesSerializerTest.java | radai-rosenblatt/rest.li | 08c5c3c4b951eb134ba192a323c72833ec9541d8 | [
"Apache-2.0"
] | 1,682 | 2015-01-07T03:29:42.000Z | 2022-03-30T22:50:53.000Z | d2/src/test/java/com/linkedin/d2/balancer/properties/UriPropertiesSerializerTest.java | radai-rosenblatt/rest.li | 08c5c3c4b951eb134ba192a323c72833ec9541d8 | [
"Apache-2.0"
] | 312 | 2015-01-26T18:27:08.000Z | 2022-03-28T16:23:12.000Z | d2/src/test/java/com/linkedin/d2/balancer/properties/UriPropertiesSerializerTest.java | radai-rosenblatt/rest.li | 08c5c3c4b951eb134ba192a323c72833ec9541d8 | [
"Apache-2.0"
] | 441 | 2015-01-07T09:17:41.000Z | 2022-03-26T23:14:12.000Z | 41.614943 | 183 | 0.730148 | 13,220 | /*
Copyright (c) 2012 LinkedIn Corp.
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... |
3e1f44b025cdf4c857f4992a0cc576f244f68712 | 1,849 | java | Java | examples/components-api-archetypes/bd-component-archetype/src/main/resources/archetype-resources/__componentNameLowerCase__-definition/src/main/java/definition/__componentNameClass__ComponentFamilyDefinition.java | wwang-talend/components | 273af8f4ec300684c65b8afef23b96107680f8d9 | [
"Apache-2.0"
] | 53 | 2016-03-06T10:52:48.000Z | 2020-12-09T15:11:21.000Z | examples/components-api-archetypes/bd-component-archetype/src/main/resources/archetype-resources/__componentNameLowerCase__-definition/src/main/java/definition/__componentNameClass__ComponentFamilyDefinition.java | wwang-talend/components | 273af8f4ec300684c65b8afef23b96107680f8d9 | [
"Apache-2.0"
] | 1,727 | 2016-01-28T09:05:53.000Z | 2022-03-29T05:59:55.000Z | examples/components-api-archetypes/bd-component-archetype/src/main/resources/archetype-resources/__componentNameLowerCase__-definition/src/main/java/definition/__componentNameClass__ComponentFamilyDefinition.java | pontus-vision/talend-components | 3377a1491b3c800dda52f37d9fc7ea6f40f11015 | [
"Apache-2.0"
] | 112 | 2016-01-28T03:27:24.000Z | 2021-10-13T02:58:54.000Z | 42.022727 | 157 | 0.710114 | 13,221 | // ============================================================================
//
// Copyright (C) 2006-2017 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt
//
// You should have receiv... |
3e1f453db9d943a9104f7fd512f82940f2e96818 | 4,552 | java | Java | benchmarks/luindex/Index.java | dshung1997/Original_VerifiedFT | f530f3fcd397014d4365cab32a84ff400ed5e042 | [
"BSD-3-Clause"
] | 49 | 2015-01-16T09:00:28.000Z | 2022-03-13T17:13:16.000Z | benchmarks/luindex/Index.java | dshung1997/Original_VerifiedFT | f530f3fcd397014d4365cab32a84ff400ed5e042 | [
"BSD-3-Clause"
] | 1 | 2019-04-29T16:47:18.000Z | 2019-04-29T16:47:18.000Z | benchmarks/luindex/Index.java | dshung1997/Original_VerifiedFT | f530f3fcd397014d4365cab32a84ff400ed5e042 | [
"BSD-3-Clause"
] | 32 | 2015-01-16T04:49:18.000Z | 2022-03-15T15:28:29.000Z | 35.015385 | 137 | 0.696178 | 13,222 | /******************************************************************************
Copyright (c) 2016, Cormac Flanagan (University of California, Santa Cruz)
and Stephen Freund (Williams College)
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification,... |
3e1f45e941c466e61b634c5aedef2627176b0dd6 | 2,735 | java | Java | Java-Concurrent-Programming-Beauty/src/main/java/com/beauty/thread/chapter1/NotifyTest.java | dongzl/Java_Multi_Thread | 39200a1096475557c749db68993e3a3ccc0547b5 | [
"Apache-2.0"
] | 1 | 2018-12-04T02:11:38.000Z | 2018-12-04T02:11:38.000Z | Java-Concurrent-Programming-Beauty/src/main/java/com/beauty/thread/chapter1/NotifyTest.java | dongzl/Java_Multi_Thread | 39200a1096475557c749db68993e3a3ccc0547b5 | [
"Apache-2.0"
] | null | null | null | Java-Concurrent-Programming-Beauty/src/main/java/com/beauty/thread/chapter1/NotifyTest.java | dongzl/Java_Multi_Thread | 39200a1096475557c749db68993e3a3ccc0547b5 | [
"Apache-2.0"
] | null | null | null | 33.353659 | 81 | 0.403656 | 13,223 | package com.beauty.thread.chapter1;
/**
* @author dongzonglei
* @description
* @date 2019-03-09 09:49
*/
public class NotifyTest {
private static volatile Object resourceA = new Object();
public static void main(String args[]) throws Exception {
Thread threadA = new Thread(new Runnable() {
... |
3e1f45f38da474d8405d3e73e9d007b07ebdf541 | 1,679 | java | Java | src/util/GpxLoader.java | niedral/gpx2cruiser | 5d4cf37dafced785b5e1846e3eb622e4994eb622 | [
"MIT"
] | null | null | null | src/util/GpxLoader.java | niedral/gpx2cruiser | 5d4cf37dafced785b5e1846e3eb622e4994eb622 | [
"MIT"
] | null | null | null | src/util/GpxLoader.java | niedral/gpx2cruiser | 5d4cf37dafced785b5e1846e3eb622e4994eb622 | [
"MIT"
] | null | null | null | 25.059701 | 101 | 0.628946 | 13,224 | package util;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import org.w3c.dom.Document;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import org.w3c.dom.Element;
import model.Waypoint;
public... |
3e1f463e6a0ff1935d9b06e533ada910523e5cc5 | 3,295 | java | Java | src/on_tool/io/LeitorXML.java | renanrcrr/ontology-tool | ad728417d749124f26282e74cb818598b7afadd3 | [
"MIT"
] | 1 | 2019-12-27T08:42:07.000Z | 2019-12-27T08:42:07.000Z | src/on_tool/io/LeitorXML.java | renanrcrr/ontology-tool | ad728417d749124f26282e74cb818598b7afadd3 | [
"MIT"
] | null | null | null | src/on_tool/io/LeitorXML.java | renanrcrr/ontology-tool | ad728417d749124f26282e74cb818598b7afadd3 | [
"MIT"
] | null | null | null | 26.572581 | 69 | 0.669499 | 13,225 | package on_tool.io;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.util.Vector;
import javax.xml.parsers.Fac... |
3e1f468691c64b0686eae6426ff4ce070489c8c5 | 30,396 | java | Java | controller-server/src/test/java/com/yahoo/vespa/hosted/controller/deployment/DeploymentContext.java | homerredroc/vespa | 0a66f8f17eba82f9c0cbfbbbe37c2fcdefe93063 | [
"Apache-2.0"
] | null | null | null | controller-server/src/test/java/com/yahoo/vespa/hosted/controller/deployment/DeploymentContext.java | homerredroc/vespa | 0a66f8f17eba82f9c0cbfbbbe37c2fcdefe93063 | [
"Apache-2.0"
] | null | null | null | controller-server/src/test/java/com/yahoo/vespa/hosted/controller/deployment/DeploymentContext.java | homerredroc/vespa | 0a66f8f17eba82f9c0cbfbbbe37c2fcdefe93063 | [
"Apache-2.0"
] | null | null | null | 47.867717 | 183 | 0.625148 | 13,226 | // Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.hosted.controller.deployment;
import com.yahoo.component.Version;
import com.yahoo.config.provision.ApplicationId;
import com.yahoo.config.provision.AthenzDomain;
import com.yahoo.co... |
3e1f46c02562a32fa2d79f636e41c1d15c27c7fe | 32,029 | java | Java | grumpy-core/src/test/java/com/github/davidmoten/grumpy/core/PositionTest.java | d3athwarrior/grumpy | 8e5f5b2449dd6dc24902766c90a4251dc1055791 | [
"Apache-2.0"
] | 24 | 2015-04-20T20:25:03.000Z | 2022-03-15T11:58:45.000Z | grumpy-core/src/test/java/com/github/davidmoten/grumpy/core/PositionTest.java | d3athwarrior/grumpy | 8e5f5b2449dd6dc24902766c90a4251dc1055791 | [
"Apache-2.0"
] | 33 | 2019-01-20T00:41:36.000Z | 2022-03-21T06:23:05.000Z | grumpy-core/src/test/java/com/github/davidmoten/grumpy/core/PositionTest.java | d3athwarrior/grumpy | 8e5f5b2449dd6dc24902766c90a4251dc1055791 | [
"Apache-2.0"
] | 12 | 2016-02-20T12:42:35.000Z | 2022-01-06T07:05:02.000Z | 37.243023 | 142 | 0.629648 | 13,227 | package com.github.davidmoten.grumpy.core;
import static com.github.davidmoten.grumpy.core.Position.longitudeDiff;
import static com.github.davidmoten.grumpy.core.Position.to180;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import ... |
3e1f473b3c0cb90616bd5c55a7bfe4f0087c37c9 | 359 | java | Java | flexmark/src/main/java/com/vladsch/flexmark/html/CustomNodeRenderer.java | jvdvegt/flexmark-java | d4d18057f068fc522935c110a7dfc216ca4f52fc | [
"BSD-2-Clause"
] | null | null | null | flexmark/src/main/java/com/vladsch/flexmark/html/CustomNodeRenderer.java | jvdvegt/flexmark-java | d4d18057f068fc522935c110a7dfc216ca4f52fc | [
"BSD-2-Clause"
] | 1 | 2019-03-01T11:10:33.000Z | 2019-03-04T08:19:08.000Z | flexmark/src/main/java/com/vladsch/flexmark/html/CustomNodeRenderer.java | jvdvegt/flexmark-java | d4d18057f068fc522935c110a7dfc216ca4f52fc | [
"BSD-2-Clause"
] | null | null | null | 35.9 | 84 | 0.824513 | 13,228 | package com.vladsch.flexmark.html;
import com.vladsch.flexmark.util.ast.Node;
import com.vladsch.flexmark.util.ast.NodeAdaptingVisitor;
import com.vladsch.flexmark.html.renderer.NodeRendererContext;
public interface CustomNodeRenderer<N extends Node> extends NodeAdaptingVisitor<N> {
void render(N node, NodeRender... |
3e1f47f0691fd75b8abe61478aa37fb43ca3e37c | 1,222 | java | Java | src/main/java/core/command/MoveCommand.java | chickenalfredo/Agent-Bunny | f395cd7826a831db02951fa5349e6528ce70ef7b | [
"MIT"
] | 1 | 2019-02-20T02:36:25.000Z | 2019-02-20T02:36:25.000Z | src/main/java/core/command/MoveCommand.java | chickenalfredo/Animation-Game | f395cd7826a831db02951fa5349e6528ce70ef7b | [
"MIT"
] | 34 | 2019-02-20T02:25:23.000Z | 2019-02-26T06:51:39.000Z | src/main/java/core/command/MoveCommand.java | chickenalfredo/Agent-Bunny | f395cd7826a831db02951fa5349e6528ce70ef7b | [
"MIT"
] | 1 | 2019-02-19T22:51:28.000Z | 2019-02-19T22:51:28.000Z | 29.804878 | 116 | 0.696399 | 13,229 | package core.command;
import core.entity.Entity;
import core.game.World;
import core.system.systems.MovementSystem;
/**
* This Command will execute a move command. Execution of this object will
* send an update request the MovementSystem.
*/
public class MoveCommand implements Command {
private String key;
... |
3e1f48a9709fbfb9d662a4e99f81ed86fa174d06 | 235 | java | Java | src/main/java/com/utils/releaseshelper/model/properties/GitMergeProperty.java | Simone3/SoftwareReleasesHelper | 3fb69c9d2da1970e4245230e7b7b2adbb6fd64f2 | [
"MIT"
] | null | null | null | src/main/java/com/utils/releaseshelper/model/properties/GitMergeProperty.java | Simone3/SoftwareReleasesHelper | 3fb69c9d2da1970e4245230e7b7b2adbb6fd64f2 | [
"MIT"
] | null | null | null | src/main/java/com/utils/releaseshelper/model/properties/GitMergeProperty.java | Simone3/SoftwareReleasesHelper | 3fb69c9d2da1970e4245230e7b7b2adbb6fd64f2 | [
"MIT"
] | null | null | null | 15.666667 | 50 | 0.765957 | 13,230 | package com.utils.releaseshelper.model.properties;
import lombok.Data;
/**
* A property for a Git merge
*/
@Data
public class GitMergeProperty {
private Boolean pull;
private String sourceBranch;
private String targetBranch;
}
|
3e1f491ab9196af05ab504f828e5d367f00247cb | 17,977 | java | Java | cli/src/test/org/apache/hadoop/hive/cli/TestCliDriverMethods.java | swalker-lixl/project-panthera-ase | b7f2b5b7237f2232bc2c0d505d47d4ea72eb17b7 | [
"Apache-2.0"
] | 14 | 2020-06-20T14:08:02.000Z | 2022-01-22T14:26:00.000Z | cli/src/test/org/apache/hadoop/hive/cli/TestCliDriverMethods.java | shuhuai007/hive | 12e3872aae80db5b824892700650f40e7daf675b | [
"Apache-2.0"
] | 2 | 2021-04-27T01:40:24.000Z | 2021-06-04T02:42:18.000Z | cli/src/test/org/apache/hadoop/hive/cli/TestCliDriverMethods.java | shuhuai007/hive | 12e3872aae80db5b824892700650f40e7daf675b | [
"Apache-2.0"
] | 13 | 2020-06-20T14:58:34.000Z | 2021-11-09T13:25:32.000Z | 32.332734 | 112 | 0.68571 | 13,231 | /**
* 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... |
3e1f49576b1f957ec870cbea8536365fdd586158 | 572 | java | Java | src/test/java/com/ilamstone/publicfortests/testmodel/SelfCallClass1.java | ilamstone/publicfortests | 69062c177f5c509377ce30b5a277f0525df02daf | [
"MIT"
] | null | null | null | src/test/java/com/ilamstone/publicfortests/testmodel/SelfCallClass1.java | ilamstone/publicfortests | 69062c177f5c509377ce30b5a277f0525df02daf | [
"MIT"
] | null | null | null | src/test/java/com/ilamstone/publicfortests/testmodel/SelfCallClass1.java | ilamstone/publicfortests | 69062c177f5c509377ce30b5a277f0525df02daf | [
"MIT"
] | null | null | null | 26 | 73 | 0.767483 | 13,232 | package com.ilamstone.publicfortests.testmodel;
import com.ilamstone.publicfortests.PublicForTests;
public class SelfCallClass1 {
public static final String PUBLIC_EXPECTATION = "Hello from Public";
public static final String PRIVATE_EXPECTATION = "Hello from Private";
@PublicForTests("com.ilamstone.publicfort... |
3e1f496a3906cd989f61bd5c0cfdb1c03535b55c | 9,257 | java | Java | server/src/main/java/org/elasticsearch/indices/recovery/RecoverySettings.java | engrmostafijur/crate | fe8bd52d6bc4e7a989f775f9cd0f89fe43c6b38a | [
"Apache-2.0"
] | 1 | 2020-05-15T16:06:55.000Z | 2020-05-15T16:06:55.000Z | server/src/main/java/org/elasticsearch/indices/recovery/RecoverySettings.java | engrmostafijur/crate | fe8bd52d6bc4e7a989f775f9cd0f89fe43c6b38a | [
"Apache-2.0"
] | null | null | null | server/src/main/java/org/elasticsearch/indices/recovery/RecoverySettings.java | engrmostafijur/crate | fe8bd52d6bc4e7a989f775f9cd0f89fe43c6b38a | [
"Apache-2.0"
] | null | null | null | 44.719807 | 141 | 0.756509 | 13,233 | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... |
3e1f4a6bac26f48e2cca949c89c0e82995bc3afd | 4,986 | java | Java | common/common-core/src/main/java/com/zte/mao/common/filter/SessionFilter.java | zc806zc/zStudio | 7c03ced7b51747d6a4e4fd82797f76546192c7a8 | [
"MIT"
] | 2 | 2021-01-03T16:49:33.000Z | 2022-02-19T07:33:28.000Z | common/common-core/src/main/java/com/zte/mao/common/filter/SessionFilter.java | zc806zc/zStudio | 7c03ced7b51747d6a4e4fd82797f76546192c7a8 | [
"MIT"
] | null | null | null | common/common-core/src/main/java/com/zte/mao/common/filter/SessionFilter.java | zc806zc/zStudio | 7c03ced7b51747d6a4e4fd82797f76546192c7a8 | [
"MIT"
] | 2 | 2018-02-06T04:18:40.000Z | 2020-12-02T12:43:43.000Z | 38.353846 | 173 | 0.62856 | 13,234 | package com.zte.mao.common.filter;
import java.io.IOException;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
import javax.ser... |
3e1f4acf3ff553d5000367fe4fe96f7a0634780a | 3,823 | java | Java | java/src/main/java/com/cloudera/api/ApiRootResource.java | zcjtom/cm_api | 985b28a28d90bff8f5c97681dc7f6de7483ac07f | [
"Apache-2.0"
] | 329 | 2015-01-06T15:41:14.000Z | 2022-03-12T15:28:20.000Z | java/src/main/java/com/cloudera/api/ApiRootResource.java | zcjtom/cm_api | 985b28a28d90bff8f5c97681dc7f6de7483ac07f | [
"Apache-2.0"
] | 58 | 2015-02-10T11:43:42.000Z | 2021-01-20T23:05:55.000Z | java/src/main/java/com/cloudera/api/ApiRootResource.java | zcjtom/cm_api | 985b28a28d90bff8f5c97681dc7f6de7483ac07f | [
"Apache-2.0"
] | 257 | 2015-01-15T10:57:20.000Z | 2022-03-09T12:13:57.000Z | 23.169697 | 75 | 0.682971 | 13,235 | // Licensed to Cloudera, Inc. under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. Cloudera, Inc. licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this f... |
3e1f4afef69da4a08fc0162c1942f2c40d5b0511 | 856 | java | Java | minecraft/info/spicyclient/modules/memes/LSD.java | kjonaas/SpicyClient | e6b78a891db05b9fd3fbeeb644173ce1dba416be | [
"MIT"
] | 207 | 2020-10-12T20:10:45.000Z | 2021-11-12T11:27:58.000Z | minecraft/info/spicyclient/modules/memes/LSD.java | SkypetheDeveloper/SpicyClient | 746fbc9509a2942e284cc8ea00ccf2777bc707b2 | [
"MIT"
] | 18 | 2020-09-22T05:58:40.000Z | 2021-04-18T02:10:57.000Z | minecraft/info/spicyclient/modules/memes/LSD.java | SkypetheDeveloper/SpicyClient | 746fbc9509a2942e284cc8ea00ccf2777bc707b2 | [
"MIT"
] | 30 | 2020-10-28T17:06:40.000Z | 2022-03-17T00:27:49.000Z | 25.176471 | 124 | 0.73014 | 13,236 | package info.spicyclient.modules.memes;
import java.awt.Color;
import org.lwjgl.input.Keyboard;
import info.spicyclient.events.Event;
import info.spicyclient.events.listeners.EventRenderGUI;
import info.spicyclient.events.listeners.EventUpdate;
import info.spicyclient.modules.Module;
import net.minecraft.client.gui.... |
3e1f4c853c5bb0cc85f365f76ae84ae43b5e3e77 | 1,264 | java | Java | ksqldb-engine/src/main/java/io/confluent/ksql/services/SandboxedAdminClient.java | aculver28/ksql | 42cffe268a61dbbf0e86a1d3c1b478058c89f812 | [
"Apache-2.0"
] | 1 | 2019-05-03T19:31:00.000Z | 2019-05-03T19:31:00.000Z | ksqldb-engine/src/main/java/io/confluent/ksql/services/SandboxedAdminClient.java | aculver28/ksql | 42cffe268a61dbbf0e86a1d3c1b478058c89f812 | [
"Apache-2.0"
] | null | null | null | ksqldb-engine/src/main/java/io/confluent/ksql/services/SandboxedAdminClient.java | aculver28/ksql | 42cffe268a61dbbf0e86a1d3c1b478058c89f812 | [
"Apache-2.0"
] | null | null | null | 30.095238 | 96 | 0.74288 | 13,237 | /*
* Copyright 2018 Confluent Inc.
*
* Licensed under the Confluent Community License (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.confluent.io/confluent-community-license
*
* Unless required by applicable law or a... |
3e1f4ca20afafb44ed28da50dd138f64b1d478d3 | 1,109 | java | Java | api/src/main/java/io/bdeploy/api/deploy/v1/InstanceDeploymentInformationApi.java | krajna/bdeploy | d1b71cd7040ad7aaa292bdc73aac9fae1bbca9f3 | [
"Apache-2.0"
] | 17 | 2019-06-30T09:09:53.000Z | 2022-01-17T13:14:55.000Z | api/src/main/java/io/bdeploy/api/deploy/v1/InstanceDeploymentInformationApi.java | krajna/bdeploy | d1b71cd7040ad7aaa292bdc73aac9fae1bbca9f3 | [
"Apache-2.0"
] | 2 | 2020-06-06T18:05:57.000Z | 2021-11-12T12:21:45.000Z | api/src/main/java/io/bdeploy/api/deploy/v1/InstanceDeploymentInformationApi.java | krajna/bdeploy | d1b71cd7040ad7aaa292bdc73aac9fae1bbca9f3 | [
"Apache-2.0"
] | 3 | 2021-11-12T11:08:29.000Z | 2022-03-08T14:46:45.000Z | 35.774194 | 130 | 0.741208 | 13,238 | package io.bdeploy.api.deploy.v1;
import io.bdeploy.api.remote.v1.dto.InstanceConfigurationApi;
/**
* Describes a deployments current state. This object is persisted to a file. To retrieve the path to the file in an app-info.yaml
* use the <code>{{I:DEPLOYMENT_INFO_FILE}}</code> expansion.
* <p>
* The file contai... |
3e1f4cd7d91814d84a75a41f2d0268bf24498d89 | 20,841 | java | Java | src/com.mentor.nucleus.bp.core.test/src/com/mentor/nucleus/bp/core/test/synchronization/SynchronizationTestUtils.java | hjjohny/editor | c85d3329f00327f2fd9010ab617c70e031ed5e00 | [
"Apache-2.0"
] | 1 | 2018-01-24T16:28:01.000Z | 2018-01-24T16:28:01.000Z | src/com.mentor.nucleus.bp.core.test/src/com/mentor/nucleus/bp/core/test/synchronization/SynchronizationTestUtils.java | NDGuthrie/bposs | 2c47abf74a3e6fadb174b08e57aa66a209400606 | [
"Apache-2.0"
] | 1 | 2015-09-11T07:14:45.000Z | 2015-09-11T07:14:45.000Z | src/com.mentor.nucleus.bp.core.test/src/com/mentor/nucleus/bp/core/test/synchronization/SynchronizationTestUtils.java | NDGuthrie/bposs | 2c47abf74a3e6fadb174b08e57aa66a209400606 | [
"Apache-2.0"
] | null | null | null | 36.952128 | 116 | 0.713162 | 13,239 | //========================================================================
//
//File: $RCSfile: SynchronizationTestUtils.java,v $
//Version: $Revision: 1.3 $
//Modified: $Date: 2013/01/10 22:49:12 $
//
//Copyright 2005-2014 Mentor Graphics Corporation. All rights reserved.
//
//=========================... |
3e1f4de309bb5a44ec68e5aaabe36327774060fa | 9,945 | java | Java | wamp2spring-core/src/test/java/ch/rasc/wamp2spring/WampPublisherTest.java | ralscha/wamp2spring | 5c9865d94861d288bddc92680070b532a1e1925b | [
"Apache-2.0"
] | 24 | 2017-08-17T13:44:31.000Z | 2021-08-05T02:17:36.000Z | wamp2spring-core/src/test/java/ch/rasc/wamp2spring/WampPublisherTest.java | ralscha/wamp2spring | 5c9865d94861d288bddc92680070b532a1e1925b | [
"Apache-2.0"
] | 12 | 2017-12-27T11:32:14.000Z | 2022-03-17T03:39:10.000Z | wamp2spring-core/src/test/java/ch/rasc/wamp2spring/WampPublisherTest.java | ralscha/wamp2spring | 5c9865d94861d288bddc92680070b532a1e1925b | [
"Apache-2.0"
] | 9 | 2017-08-17T13:44:33.000Z | 2021-07-10T20:49:45.000Z | 35.391459 | 84 | 0.752941 | 13,240 | /**
* Copyright 2017-2021 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 a... |
3e1f4df95986fd3d290541236257f16527dec1f5 | 3,378 | java | Java | deprecated/UltimateAndroidGradle/demoofui/src/main/java/com/marshalchen/common/demoofui/sampleModules/CustomPullToRefreshActivity.java | maysusan/UltimateAndroid | 5abd6794e1bbc885e83600df532436b83a21b6e3 | [
"Apache-2.0"
] | 1,781 | 2015-01-01T08:11:19.000Z | 2022-03-23T08:06:48.000Z | deprecated/UltimateAndroidGradle/demoofui/src/main/java/com/marshalchen/common/demoofui/sampleModules/CustomPullToRefreshActivity.java | maysusan/UltimateAndroid | 5abd6794e1bbc885e83600df532436b83a21b6e3 | [
"Apache-2.0"
] | 21 | 2015-05-13T09:25:38.000Z | 2022-03-15T02:32:31.000Z | deprecated/UltimateAndroidGradle/demoofui/src/main/java/com/marshalchen/common/demoofui/sampleModules/CustomPullToRefreshActivity.java | maysusan/UltimateAndroid | 5abd6794e1bbc885e83600df532436b83a21b6e3 | [
"Apache-2.0"
] | 695 | 2015-01-04T08:12:11.000Z | 2022-03-07T20:49:23.000Z | 30.432432 | 115 | 0.635287 | 13,241 | package com.marshalchen.common.demoofui.sampleModules;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.Menu;
import android.view.MenuItem;
import android.view.... |
3e1f4e996fbca2a97e2ca5c0525342e9b609220c | 1,637 | java | Java | src/com/oui/pojo/TbShow.java | katsukichan/OuiSystem | 2a76a9ab983da07834aef8baa83f663fe09a2120 | [
"MIT"
] | null | null | null | src/com/oui/pojo/TbShow.java | katsukichan/OuiSystem | 2a76a9ab983da07834aef8baa83f663fe09a2120 | [
"MIT"
] | null | null | null | src/com/oui/pojo/TbShow.java | katsukichan/OuiSystem | 2a76a9ab983da07834aef8baa83f663fe09a2120 | [
"MIT"
] | null | null | null | 17.989011 | 57 | 0.690898 | 13,242 | package com.oui.pojo;
import java.io.Serializable;
public class TbShow implements Serializable{
private static final long serialVersionUID = 1L;
/*演出编号*/
private Long id;
/*演出图片路径*/
private String img;
/*演出标题*/
private String title;
/*演出场馆*/
private String place;
/*演出时间*/
private String time;
/*演出价格*/... |
3e1f4f586b52aef34f82efedf7c79b431b39152d | 1,560 | java | Java | jdk_11_gradle/cs/graphql/patio-api/src/main/java/patio/security/graphql/ChangePasswordInput.java | EMResearch/EMB | 5f81fa65daf463cb7aec43a7b22ccafdf653479b | [
"Apache-2.0"
] | 11 | 2017-06-11T14:13:30.000Z | 2022-02-21T13:45:34.000Z | jdk_11_gradle/cs/graphql/patio-api/src/main/java/patio/security/graphql/ChangePasswordInput.java | EMResearch/EMB | 5f81fa65daf463cb7aec43a7b22ccafdf653479b | [
"Apache-2.0"
] | 9 | 2018-12-20T10:45:45.000Z | 2022-03-08T12:12:56.000Z | jdk_11_gradle/cs/graphql/patio-api/src/main/java/patio/security/graphql/ChangePasswordInput.java | EMResearch/EMB | 5f81fa65daf463cb7aec43a7b22ccafdf653479b | [
"Apache-2.0"
] | 6 | 2018-08-16T15:11:20.000Z | 2022-03-31T06:53:00.000Z | 26 | 71 | 0.696795 | 13,243 | /*
* Copyright (C) 2019 Kaleidos Open Source SL
*
* This file is part of PATIO.
* PATIO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later v... |
3e1f50dcd7903d1c8c6efac0d10863493e826355 | 1,671 | java | Java | databus-util-cmdline/databus-util-cmdline-impl/src/main/java/com/linkedin/databus/util/AvroPrimitiveTypes.java | xiangyuf/databus | a089fed09706ddfeca06c409f899d65ffb1be77b | [
"Apache-2.0"
] | 2,989 | 2015-01-06T01:58:48.000Z | 2022-03-31T11:57:55.000Z | databus-util-cmdline/databus-util-cmdline-impl/src/main/java/com/linkedin/databus/util/AvroPrimitiveTypes.java | xiangyuf/databus | a089fed09706ddfeca06c409f899d65ffb1be77b | [
"Apache-2.0"
] | 85 | 2015-01-02T13:47:10.000Z | 2022-03-22T07:18:34.000Z | databus-util-cmdline/databus-util-cmdline-impl/src/main/java/com/linkedin/databus/util/AvroPrimitiveTypes.java | xiangyuf/databus | a089fed09706ddfeca06c409f899d65ffb1be77b | [
"Apache-2.0"
] | 671 | 2015-01-06T12:59:27.000Z | 2022-03-23T02:50:07.000Z | 22.972603 | 70 | 0.678593 | 13,244 | /*
* $Id: AvroPrimitiveTypes.java 151262 2010-11-17 23:00:29Z jwesterm $
*/
package com.linkedin.databus.util;
/*
*
* Copyright 2013 LinkedIn Corp. All rights reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... |
3e1f510c48c587e32c0ae16dc20a63310392b31d | 4,123 | java | Java | modules/MarchCommand/src/main/java/com/marchnetworks/command/spring/security/SessionAuthenticationFilter.java | TheAmeliaDeWitt/YAHoneyPot | 569c2578b876f776e629ba7d7d2952c535f33357 | [
"MIT"
] | null | null | null | modules/MarchCommand/src/main/java/com/marchnetworks/command/spring/security/SessionAuthenticationFilter.java | TheAmeliaDeWitt/YAHoneyPot | 569c2578b876f776e629ba7d7d2952c535f33357 | [
"MIT"
] | null | null | null | modules/MarchCommand/src/main/java/com/marchnetworks/command/spring/security/SessionAuthenticationFilter.java | TheAmeliaDeWitt/YAHoneyPot | 569c2578b876f776e629ba7d7d2952c535f33357 | [
"MIT"
] | null | null | null | 34.358333 | 166 | 0.803784 | 13,245 | package com.marchnetworks.command.spring.security;
import org.springframework.security.authentication.AuthenticationDetailsSource;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.authentication.AuthenticationServiceException;
import org.springframework.secu... |
3e1f5373ab763589ea4705a2cc49562b44d9640a | 456 | java | Java | src/util/Utils.java | edmilson-fnk/ProjectEuler | b69ef17a5ce75133820df5bf3eb1e1ba72df9bab | [
"MIT"
] | null | null | null | src/util/Utils.java | edmilson-fnk/ProjectEuler | b69ef17a5ce75133820df5bf3eb1e1ba72df9bab | [
"MIT"
] | null | null | null | src/util/Utils.java | edmilson-fnk/ProjectEuler | b69ef17a5ce75133820df5bf3eb1e1ba72df9bab | [
"MIT"
] | null | null | null | 19 | 69 | 0.677632 | 13,246 | package util;
import java.util.Arrays;
public class Utils {
public static void show(Object[] array) {
System.out.println(arrayToString(array));
}
public static void show(Object[][] array) {
Arrays.stream(array).forEach(it -> show(it));
}
private static String arrayToString(Object[] array) {
StringBuild... |
3e1f53ffb941cc3f19e37d0a2c576b997de8f9a2 | 170 | java | Java | AgoraLive-Android/app/src/main/java/io/agora/vlive/protocol/model/response/Response.java | Lhh1206/AgoraLive | 3a94dc93ef2017f161e343bae711631d74e8d255 | [
"MIT"
] | 457 | 2020-04-01T01:35:59.000Z | 2022-03-31T07:22:43.000Z | AgoraLive-Android/app/src/main/java/io/agora/vlive/protocol/model/response/Response.java | Lhh1206/AgoraLive | 3a94dc93ef2017f161e343bae711631d74e8d255 | [
"MIT"
] | 27 | 2020-07-13T03:33:15.000Z | 2022-03-21T12:46:07.000Z | AgoraLive-Android/app/src/main/java/io/agora/vlive/protocol/model/response/Response.java | Lhh1206/AgoraLive | 3a94dc93ef2017f161e343bae711631d74e8d255 | [
"MIT"
] | 149 | 2020-07-16T06:53:45.000Z | 2022-03-22T04:16:07.000Z | 18.888889 | 47 | 0.723529 | 13,247 | package io.agora.vlive.protocol.model.response;
public abstract class Response {
public static final int SUCCESS = 0;
public int code;
public String msg;
}
|
3e1f5572dd6885affd052bed4eda0e5349c378b8 | 580 | java | Java | persistence/src/main/java/io/reflectoring/jiraalerts/device/DeviceType.java | pDiller/JiraAlerts | 12d4d9506e1a858955e4a2abd583882399a1a008 | [
"MIT"
] | 6 | 2017-06-05T07:09:41.000Z | 2019-10-29T16:57:10.000Z | persistence/src/main/java/io/reflectoring/jiraalerts/device/DeviceType.java | pDiller/JiraAlerts | 12d4d9506e1a858955e4a2abd583882399a1a008 | [
"MIT"
] | 18 | 2017-06-10T10:53:20.000Z | 2017-08-11T18:34:17.000Z | persistence/src/main/java/io/reflectoring/jiraalerts/device/DeviceType.java | pDiller/JiraAlerts | 12d4d9506e1a858955e4a2abd583882399a1a008 | [
"MIT"
] | 2 | 2017-06-07T15:17:52.000Z | 2017-06-07T17:40:02.000Z | 17.575758 | 80 | 0.715517 | 13,248 | package io.reflectoring.jiraalerts.device;
import java.util.ResourceBundle;
import io.reflectoring.jiraalerts.common.EnumWithId;
import io.reflectoring.jiraalerts.common.LocalizedEnum;
/**
* The type of a device.
*/
public enum DeviceType implements EnumWithId, LocalizedEnum {
RAITO4RPI(0), //
PHILIPS_HUE(1);
... |
3e1f55891771fb01788736a849dfe135b23a89b2 | 3,327 | java | Java | entitybroker/api/src/java/org/sakaiproject/entitybroker/access/EntityViewAccessProvider.java | cboyd10/sakai | 7741f00a5dc9b52944968844f403462255a568a6 | [
"ECL-2.0"
] | 13 | 2016-05-25T16:12:49.000Z | 2021-04-09T01:49:24.000Z | entitybroker/api/src/java/org/sakaiproject/entitybroker/access/EntityViewAccessProvider.java | Bobmaintain/sakai | eff276d940e373469ff93e8062ae40b95689068f | [
"ECL-2.0"
] | 265 | 2015-10-19T02:40:55.000Z | 2022-03-28T07:24:49.000Z | entitybroker/api/src/java/org/sakaiproject/entitybroker/access/EntityViewAccessProvider.java | Bobmaintain/sakai | eff276d940e373469ff93e8062ae40b95689068f | [
"ECL-2.0"
] | 7 | 2016-02-08T11:41:40.000Z | 2021-06-08T18:18:02.000Z | 48.985294 | 107 | 0.739117 | 13,249 | /**
* $Id$
* $URL$
* ViewAccessProvider.java - entity-broker - Apr 11, 2008 11:37:48 AM - azeckoski
**************************************************************************
* Copyright (c) 2008 The Sakai Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may no... |
3e1f56a98f77e8f166962f296974e125c3ce323f | 2,824 | java | Java | src/main/java/com/chao/cloud/admin/vue/controller/MenuController.java | chaojunzi/chao-cloud-admin-vue | 15c2c7b075cfb6ed56933298a394a5ce8265d535 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2019-09-20T06:43:38.000Z | 2019-09-20T06:43:38.000Z | src/main/java/com/chao/cloud/admin/vue/controller/MenuController.java | chaojunzi/chao-cloud-admin-vue | 15c2c7b075cfb6ed56933298a394a5ce8265d535 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/main/java/com/chao/cloud/admin/vue/controller/MenuController.java | chaojunzi/chao-cloud-admin-vue | 15c2c7b075cfb6ed56933298a394a5ce8265d535 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 24.556522 | 70 | 0.712465 | 13,250 | package com.chao.cloud.admin.vue.controller;
import java.util.List;
import javax.validation.constraints.NotNull;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.annotation.Valid... |
3e1f57f5a19a79e322fbfebb1cc896b9526d6e0c | 6,759 | java | Java | src/test/java/com/github/dperezcabrera/ge/st/StateMachineInstanceTests.java | dperezcabrera/game-engine | 1edc08d403fe7b5e06dd14f1b2d1e983f05c60ff | [
"Apache-2.0"
] | null | null | null | src/test/java/com/github/dperezcabrera/ge/st/StateMachineInstanceTests.java | dperezcabrera/game-engine | 1edc08d403fe7b5e06dd14f1b2d1e983f05c60ff | [
"Apache-2.0"
] | null | null | null | src/test/java/com/github/dperezcabrera/ge/st/StateMachineInstanceTests.java | dperezcabrera/game-engine | 1edc08d403fe7b5e06dd14f1b2d1e983f05c60ff | [
"Apache-2.0"
] | null | null | null | 38.254237 | 120 | 0.671983 | 13,251 | /*
* Copyright 2020 David Pérez Cabrera <anpch@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 ... |
3e1f580a915c56ae47067476d517ee745c7ce117 | 2,139 | java | Java | jmix-ui/ui/src/main/java/io/jmix/ui/widget/listselect/JmixAbstractListSelect.java | pierresj/jmix | df2da30df1e0bb7a10ffba3a98e16e9dc4d31318 | [
"Apache-2.0"
] | 30 | 2019-02-26T07:42:11.000Z | 2022-03-31T16:46:03.000Z | jmix-ui/ui/src/main/java/io/jmix/ui/widget/listselect/JmixAbstractListSelect.java | pierresj/jmix | df2da30df1e0bb7a10ffba3a98e16e9dc4d31318 | [
"Apache-2.0"
] | 909 | 2019-02-26T08:29:19.000Z | 2022-03-31T16:56:18.000Z | jmix-ui/ui/src/main/java/io/jmix/ui/widget/listselect/JmixAbstractListSelect.java | pierresj/jmix | df2da30df1e0bb7a10ffba3a98e16e9dc4d31318 | [
"Apache-2.0"
] | 15 | 2019-05-08T19:17:03.000Z | 2022-03-31T06:24:22.000Z | 32.409091 | 91 | 0.635344 | 13,252 | /*
* Copyright 2020 Haulmont.
*
* 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... |
3e1f59b3acc38b515091c84dfcddabe53b6f4bb4 | 728 | java | Java | Exam/src/hang/Hang.java | SJY0000/JAVA-STDUY | 2a68d97ae8a02706fcfcbee4155a42794b710196 | [
"MIT"
] | null | null | null | Exam/src/hang/Hang.java | SJY0000/JAVA-STDUY | 2a68d97ae8a02706fcfcbee4155a42794b710196 | [
"MIT"
] | null | null | null | Exam/src/hang/Hang.java | SJY0000/JAVA-STDUY | 2a68d97ae8a02706fcfcbee4155a42794b710196 | [
"MIT"
] | null | null | null | 16.930233 | 48 | 0.653846 | 13,253 | package hang;
import java.util.Scanner;
public class Hang {
private boolean running = true;
RandomWord word = new RandomWord();
Scanner scanner = new Scanner(System.in);
public void run() {
do {
displayWord();
getInUserinput();
checkUserInput();
} while (running);
}
private void displayWord() {... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.