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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e28e5bfa0629873583d8f5075011e35c14f0e7f | 5,076 | java | Java | app/src/main/java/com/benny/pxerstudio/widget/FastBitmapView.java | vinhdn/android-pixel-draw | fe5653a66dd8171ab7a007501bd15ad73cf0637c | [
"Apache-2.0"
] | 2 | 2018-04-02T07:43:06.000Z | 2019-10-19T19:08:31.000Z | app/src/main/java/com/benny/pxerstudio/widget/FastBitmapView.java | vinhdn/android-pixel-draw | fe5653a66dd8171ab7a007501bd15ad73cf0637c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/benny/pxerstudio/widget/FastBitmapView.java | vinhdn/android-pixel-draw | fe5653a66dd8171ab7a007501bd15ad73cf0637c | [
"Apache-2.0"
] | null | null | null | 33.394737 | 136 | 0.673365 | 17,270 | package com.benny.pxerstudio.widget;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.PorterDuff;
import android.grap... |
3e28e5f96503da5a20477967c66789d98eb5a3e0 | 524 | java | Java | src/main/java/site/kason/tempera/functions/FormatFunction.java | kasonyang/tempera | 612efd9eb4ba1a301f9a3163cde78c4527425709 | [
"MIT"
] | 2 | 2017-10-21T12:56:44.000Z | 2018-06-26T06:15:26.000Z | src/main/java/site/kason/tempera/functions/FormatFunction.java | kasonyang/tempera | 612efd9eb4ba1a301f9a3163cde78c4527425709 | [
"MIT"
] | null | null | null | src/main/java/site/kason/tempera/functions/FormatFunction.java | kasonyang/tempera | 612efd9eb4ba1a301f9a3163cde78c4527425709 | [
"MIT"
] | null | null | null | 20.96 | 59 | 0.648855 | 17,271 | package site.kason.tempera.functions;
import site.kason.tempera.extension.Function;
/**
*
* @author Kason Yang
*/
public class FormatFunction implements Function {
@Override
public Object execute(Object[] arguments) {
if (arguments.length <= 0) {
return "";
}
Object[] args = new Object[argum... |
3e28e616cd6c92bbd4d8090f7618692198b11aa7 | 4,191 | java | Java | src/org/cloudbus/cloudsim/network/DelayMatrix_Float.java | nexgespl/Cloud-Computing-Projects | c0f8c90aa9ad79ba48e482257ea7179644a48099 | [
"Apache-2.0"
] | 44 | 2021-02-05T12:15:53.000Z | 2022-03-18T10:14:31.000Z | src/org/cloudbus/cloudsim/network/DelayMatrix_Float.java | nexgespl/Cloud-Computing-Projects | c0f8c90aa9ad79ba48e482257ea7179644a48099 | [
"Apache-2.0"
] | 2 | 2021-02-07T01:43:39.000Z | 2021-02-08T05:23:23.000Z | src/org/cloudbus/cloudsim/network/DelayMatrix_Float.java | nexgespl/Cloud-Computing-Projects | c0f8c90aa9ad79ba48e482257ea7179644a48099 | [
"Apache-2.0"
] | 28 | 2021-02-07T01:27:49.000Z | 2021-07-07T11:26:01.000Z | 29.104167 | 103 | 0.673586 | 17,272 | /*
* Title: CloudSim Toolkit
* Description: CloudSim (Cloud Simulation) Toolkit for Modeling and Simulation of Clouds
* Licence: GPL - http://www.gnu.org/copyleft/gpl.html
*
* Copyright (c) 2009-2012, The University of Melbourne, Australia
*/
package org.cloudbus.cloudsim.network;
import ... |
3e28e7024894df6bccd0b16548fda1a61d306a6f | 450 | java | Java | plugins/InspectionGadgets/test/com/siyeh/igfixes/controlflow/trivialIf/InSwitch.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 2 | 2019-04-28T07:48:50.000Z | 2020-12-11T14:18:08.000Z | plugins/InspectionGadgets/test/com/siyeh/igfixes/controlflow/trivialIf/InSwitch.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 173 | 2018-07-05T13:59:39.000Z | 2018-08-09T01:12:03.000Z | plugins/InspectionGadgets/test/com/siyeh/igfixes/controlflow/trivialIf/InSwitch.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 2 | 2020-03-15T08:57:37.000Z | 2020-04-07T04:48:14.000Z | 25 | 76 | 0.593333 | 17,273 | // Copyright 2000-2017 JetBrains s.r.o.
// Use of this source code is governed by the Apache 2.0 license that can be
// found in the LICENSE file.
class InCodeBlock {
private static boolean original(boolean first, boolean second, int i) {
switch (i) {
case 0:
return false;
case 1:
if (... |
3e28e8e831a0d9e9045c87aaf2122be148d972b8 | 237 | java | Java | src/main/java/me/nithanim/mensaapi/util/Objects.java | Nithanim/JkuMensaApi | 5057d69584a56d4839143936b50664c69c985975 | [
"Apache-2.0"
] | null | null | null | src/main/java/me/nithanim/mensaapi/util/Objects.java | Nithanim/JkuMensaApi | 5057d69584a56d4839143936b50664c69c985975 | [
"Apache-2.0"
] | null | null | null | src/main/java/me/nithanim/mensaapi/util/Objects.java | Nithanim/JkuMensaApi | 5057d69584a56d4839143936b50664c69c985975 | [
"Apache-2.0"
] | null | null | null | 21.545455 | 67 | 0.620253 | 17,274 | package me.nithanim.mensaapi.util;
public class Objects {
public static final boolean equals(Object obj1, Object obj2) {
return obj1 == obj2 || (obj1 != null && obj1.equals(obj2));
}
private Objects() {
}
}
|
3e28e986a9dde5eb82c3dc245ae49661fbfe7c0c | 8,894 | java | Java | bmc-common/src/test/java/com/oracle/bmc/http/internal/RestClientFactoryBuilderTest.java | mkelkarbv/oci-java-sdk | ccc4f103c588cfd6c1c07db9a43e8a0a98bd88ae | [
"UPL-1.0",
"Apache-2.0"
] | 1 | 2021-04-09T18:17:14.000Z | 2021-04-09T18:17:14.000Z | bmc-common/src/test/java/com/oracle/bmc/http/internal/RestClientFactoryBuilderTest.java | mkelkarbv/oci-java-sdk | ccc4f103c588cfd6c1c07db9a43e8a0a98bd88ae | [
"UPL-1.0",
"Apache-2.0"
] | null | null | null | bmc-common/src/test/java/com/oracle/bmc/http/internal/RestClientFactoryBuilderTest.java | mkelkarbv/oci-java-sdk | ccc4f103c588cfd6c1c07db9a43e8a0a98bd88ae | [
"UPL-1.0",
"Apache-2.0"
] | null | null | null | 50.822857 | 246 | 0.700922 | 17,275 | /**
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose eith... |
3e28e9efc2b46cf85e3ff7d61a430c8e0759a880 | 1,256 | java | Java | polocloud-api/src/main/java/de/polocloud/api/network/protocol/packet/master/MasterPlayerRequestJoinResponsePacket.java | zLvkas/cloudsystem | 12d8634babb3fce5e21fc1e1af293570c47663cb | [
"MIT"
] | null | null | null | polocloud-api/src/main/java/de/polocloud/api/network/protocol/packet/master/MasterPlayerRequestJoinResponsePacket.java | zLvkas/cloudsystem | 12d8634babb3fce5e21fc1e1af293570c47663cb | [
"MIT"
] | null | null | null | polocloud-api/src/main/java/de/polocloud/api/network/protocol/packet/master/MasterPlayerRequestJoinResponsePacket.java | zLvkas/cloudsystem | 12d8634babb3fce5e21fc1e1af293570c47663cb | [
"MIT"
] | null | null | null | 22.035088 | 97 | 0.683917 | 17,276 | package de.polocloud.api.network.protocol.packet.master;
import de.polocloud.api.network.protocol.packet.Packet;
import io.netty.buffer.ByteBuf;
import java.io.IOException;
import java.util.UUID;
public class MasterPlayerRequestJoinResponsePacket extends Packet {
private UUID uuid;
private String serviceNa... |
3e28eae8817be61cf5543fcdfbd3fb6b5888ff8d | 2,503 | java | Java | src/main/java/com/johnpili/response_payloader/IResponsePayloader.java | mrprintedwall/response-payload | 92f79338d093348f3416064bb5f99638ffef9660 | [
"MIT"
] | null | null | null | src/main/java/com/johnpili/response_payloader/IResponsePayloader.java | mrprintedwall/response-payload | 92f79338d093348f3416064bb5f99638ffef9660 | [
"MIT"
] | null | null | null | src/main/java/com/johnpili/response_payloader/IResponsePayloader.java | mrprintedwall/response-payload | 92f79338d093348f3416064bb5f99638ffef9660 | [
"MIT"
] | null | null | null | 24.067308 | 118 | 0.705553 | 17,277 | package com.johnpili.response_payloader;
import com.fasterxml.jackson.core.JsonProcessingException;
import java.util.List;
/**
* @author John Pilli
* @since 2018-10-01
*/
public interface IResponsePayloader
{
/**
* The basic response payload
* @param success
* @param result
* @param <T>
* @return
*/... |
3e28eb8d09a66d14f61a63c88049e1b6a0ca2fbf | 573 | java | Java | mall-common/src/main/java/com/mawoz/mall/ResultCode.java | mefangyuan/mall | 9e2b5ed88517674ed0e014e46d9e1c7d07a7c1c4 | [
"Apache-2.0"
] | null | null | null | mall-common/src/main/java/com/mawoz/mall/ResultCode.java | mefangyuan/mall | 9e2b5ed88517674ed0e014e46d9e1c7d07a7c1c4 | [
"Apache-2.0"
] | null | null | null | mall-common/src/main/java/com/mawoz/mall/ResultCode.java | mefangyuan/mall | 9e2b5ed88517674ed0e014e46d9e1c7d07a7c1c4 | [
"Apache-2.0"
] | null | null | null | 19.758621 | 51 | 0.614311 | 17,278 | package com.mawoz.mall;
/**
* 常用API返回对象
* Created by wfy on 2019/4/19.
*/
public enum ResultCode implements IErrorCode {
SUCCESS(200, "操作成功"),
FAILED(500, "操作失败"),
VALIDATE_FAILED(404, "参数检验失败"),
UNAUTHORIZED(401, "暂未登录或token已经过期"),
FORBIDDEN(403, "没有相关权限");
private long code;
private St... |
3e28ebbf98ef1ac6e5cda2b217db4000b81abfc3 | 64,824 | java | Java | lib/antlr-3.0.1/src/org/antlr/tool/DefineGrammarItemsWalker.java | dherre3/mclab-core | ccdcd6f46ee42285c7ad055ff0a9ea3361112e11 | [
"Apache-2.0"
] | 11 | 2015-05-31T16:11:35.000Z | 2021-02-16T00:04:48.000Z | lib/antlr-3.0.1/src/org/antlr/tool/DefineGrammarItemsWalker.java | sshrdp/mclab | 1843078edb13e647c0261d1944320ffbcf02ad99 | [
"Apache-2.0"
] | 12 | 2015-05-04T16:21:04.000Z | 2019-04-24T21:49:33.000Z | lib/antlr-3.0.1/src/org/antlr/tool/DefineGrammarItemsWalker.java | sshrdp/mclab | 1843078edb13e647c0261d1944320ffbcf02ad99 | [
"Apache-2.0"
] | 13 | 2015-05-31T17:16:45.000Z | 2021-02-09T17:08:26.000Z | 21.636849 | 603 | 0.592419 | 17,279 | // $ANTLR 2.7.7 (2006-01-29): "define.g" -> "DefineGrammarItemsWalker.java"$
/*
[The "BSD licence"]
Copyright (c) 2005-2006 Terence Parr
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistr... |
3e28ec95a500b056a0f8b228d917751affcafe17 | 7,218 | java | Java | src/test/java/il/org/spartan/spartanizer/tippers/Issue142.java | AmitOha/Spartanizer | 5da013d976eb8d72b4a1b722aad1d07b70f038ff | [
"MIT"
] | null | null | null | src/test/java/il/org/spartan/spartanizer/tippers/Issue142.java | AmitOha/Spartanizer | 5da013d976eb8d72b4a1b722aad1d07b70f038ff | [
"MIT"
] | null | null | null | src/test/java/il/org/spartan/spartanizer/tippers/Issue142.java | AmitOha/Spartanizer | 5da013d976eb8d72b4a1b722aad1d07b70f038ff | [
"MIT"
] | null | null | null | 76.787234 | 145 | 0.391937 | 17,280 | package il.org.spartan.spartanizer.tippers;
import static il.org.spartan.spartanizer.tippers.TrimmerTestsUtils.*;
import org.junit.*;
import org.junit.runners.*;
/** Unit tests for {@link DisabledChecker}
* @author Ori Roth
* @since 2016 */
@FixMethodOrder(MethodSorters.NAME_ASCENDING) @SuppressWarnings({ "static-... |
3e28ed12b794023108d19f9b2414a68132c7ff4c | 3,941 | java | Java | mangle-task-framework/src/main/java/com/vmware/mangle/task/framework/skeletons/TaskRunner.java | vmaligireddy/mangle | caf4d4a1314a5bc073d686327483cc08c77ab7be | [
"Apache-2.0"
] | 151 | 2019-05-21T13:15:43.000Z | 2022-02-23T15:04:49.000Z | mangle-task-framework/src/main/java/com/vmware/mangle/task/framework/skeletons/TaskRunner.java | vmaligireddy/mangle | caf4d4a1314a5bc073d686327483cc08c77ab7be | [
"Apache-2.0"
] | 80 | 2019-10-24T07:12:58.000Z | 2022-03-31T14:08:44.000Z | mangle-task-framework/src/main/java/com/vmware/mangle/task/framework/skeletons/TaskRunner.java | vmaligireddy/mangle | caf4d4a1314a5bc073d686327483cc08c77ab7be | [
"Apache-2.0"
] | 45 | 2019-05-23T05:21:26.000Z | 2022-02-17T09:57:32.000Z | 31.782258 | 90 | 0.616341 | 17,281 | /*
* Copyright (c) 2016-2019 VMware, Inc. All Rights Reserved.
*
* This product is licensed to you under the Apache License, Version 2.0 (the "License").
* You may not use this product except in compliance with the License.
*
* This product may include a number of subcomponents with separate copyright notic... |
3e28ee195ab6c7e1e72cf1658161dd8aa0d6cecf | 2,749 | java | Java | core/src/main/java/org/teavm/dependency/SuperArrayFilter.java | imran631/teavm | ccbaf0a58f4b57f5f8ff38dc83cffdf86a01a118 | [
"Apache-2.0"
] | 1,875 | 2015-01-02T09:59:52.000Z | 2022-03-30T01:37:25.000Z | core/src/main/java/org/teavm/dependency/SuperArrayFilter.java | imran631/teavm | ccbaf0a58f4b57f5f8ff38dc83cffdf86a01a118 | [
"Apache-2.0"
] | 462 | 2015-01-06T20:05:54.000Z | 2022-03-25T13:25:15.000Z | core/src/main/java/org/teavm/dependency/SuperArrayFilter.java | imran631/teavm | ccbaf0a58f4b57f5f8ff38dc83cffdf86a01a118 | [
"Apache-2.0"
] | 246 | 2015-01-20T01:47:02.000Z | 2022-03-13T13:40:33.000Z | 33.938272 | 102 | 0.628956 | 17,282 | /*
* Copyright 2018 Alexey Andreev.
*
* 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... |
3e28ee7b37115804c94abb61ddc342e15360de18 | 413 | java | Java | src/main/java/com/enjoy/cap10/aop/Calculator.java | HsiangLeekwok/Spring | 7e52f1c260085ffeebac03aee419c843d13b5bd8 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/enjoy/cap10/aop/Calculator.java | HsiangLeekwok/Spring | 7e52f1c260085ffeebac03aee419c843d13b5bd8 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/enjoy/cap10/aop/Calculator.java | HsiangLeekwok/Spring | 7e52f1c260085ffeebac03aee419c843d13b5bd8 | [
"Apache-2.0"
] | null | null | null | 22.944444 | 62 | 0.523002 | 17,283 | package com.enjoy.cap10.aop;
/**
* <b>Author</b>: 小果<br/>
* <b>Date</b>: 2019/04/01 19:36<br/>
* <b>Version</b>: v1.0<br/>
* <b>Description</b>: 被 AOP 切分的类及其方法
*/
public class Calculator {
public int div(int i, int j) {
System.out.println("div method begin...............");
int result = i / j... |
3e28f01405c69c76d7ade1778006e8b728fe6c01 | 5,245 | java | Java | src/main/java/stsjorbsmod/actions/DamageAllEnemiesWithOnKillEffectAction.java | neablis-7/jorbs-spire-mod | b415466a8c5615f8e5f04f5a227adb45fc49757b | [
"MIT"
] | 34 | 2019-10-27T17:36:30.000Z | 2022-02-19T18:03:21.000Z | src/main/java/stsjorbsmod/actions/DamageAllEnemiesWithOnKillEffectAction.java | neablis-7/jorbs-spire-mod | b415466a8c5615f8e5f04f5a227adb45fc49757b | [
"MIT"
] | 317 | 2019-10-12T21:25:17.000Z | 2022-03-02T16:06:23.000Z | src/main/java/stsjorbsmod/actions/DamageAllEnemiesWithOnKillEffectAction.java | neablis-7/jorbs-spire-mod | b415466a8c5615f8e5f04f5a227adb45fc49757b | [
"MIT"
] | 48 | 2019-10-12T19:46:44.000Z | 2021-06-22T05:21:52.000Z | 43.708333 | 177 | 0.650334 | 17,284 | package stsjorbsmod.actions;
import com.badlogic.gdx.graphics.Color;
import com.megacrit.cardcrawl.actions.AbstractGameAction;
import com.megacrit.cardcrawl.actions.utility.WaitAction;
import com.megacrit.cardcrawl.cards.DamageInfo;
import com.megacrit.cardcrawl.cards.DamageInfo.DamageType;
import com.megacrit.cardcra... |
3e28f01ce10a24542eaa335f9965ba4785a8c5fc | 2,560 | java | Java | microservices-dashboard-server/src/main/java/be/ordina/msdashboard/nodes/aggregators/health/HealthToNodeConverter.java | bygui86/microservices-dashboard | 59eddb55c1b8defd96e69bd97081a6ac6bcc4e49 | [
"Apache-2.0"
] | null | null | null | microservices-dashboard-server/src/main/java/be/ordina/msdashboard/nodes/aggregators/health/HealthToNodeConverter.java | bygui86/microservices-dashboard | 59eddb55c1b8defd96e69bd97081a6ac6bcc4e49 | [
"Apache-2.0"
] | null | null | null | microservices-dashboard-server/src/main/java/be/ordina/msdashboard/nodes/aggregators/health/HealthToNodeConverter.java | bygui86/microservices-dashboard | 59eddb55c1b8defd96e69bd97081a6ac6bcc4e49 | [
"Apache-2.0"
] | 1 | 2021-03-27T04:21:50.000Z | 2021-03-27T04:21:50.000Z | 34.133333 | 107 | 0.733203 | 17,285 | /*
* Copyright 2012-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... |
3e28f0791b23a3ebadbbbe6b3842f95e5f2be0cd | 2,026 | java | Java | uimafit-spring/src/main/java/org/apache/uima/fit/spring/factory/CasInitializerFactory_impl.java | agentlab/uimafit-v3-tmp | 3445c21a394e36c18b9103bce8c47098c536c117 | [
"Apache-2.0"
] | 28 | 2015-05-15T13:10:01.000Z | 2022-03-03T20:18:39.000Z | uimafit-spring/src/main/java/org/apache/uima/fit/spring/factory/CasInitializerFactory_impl.java | agentlab/uimafit-v3-tmp | 3445c21a394e36c18b9103bce8c47098c536c117 | [
"Apache-2.0"
] | 67 | 2018-05-18T20:53:29.000Z | 2020-11-13T11:49:41.000Z | uimafit-spring/src/main/java/org/apache/uima/fit/spring/factory/CasInitializerFactory_impl.java | agentlab/uimafit-v3-tmp | 3445c21a394e36c18b9103bce8c47098c536c117 | [
"Apache-2.0"
] | 24 | 2015-12-10T18:52:56.000Z | 2021-11-07T11:55:34.000Z | 38.226415 | 99 | 0.792201 | 17,286 | /*
* 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 ... |
3e28f1102db31afa634b741f12e1c2c61651f1f5 | 638 | java | Java | src/test/java/com/mytry/code/HelloWorldService.java | fcdml/learnioc | 654941d66feb00c78373aa386f1904885058d58d | [
"Apache-2.0"
] | null | null | null | src/test/java/com/mytry/code/HelloWorldService.java | fcdml/learnioc | 654941d66feb00c78373aa386f1904885058d58d | [
"Apache-2.0"
] | null | null | null | src/test/java/com/mytry/code/HelloWorldService.java | fcdml/learnioc | 654941d66feb00c78373aa386f1904885058d58d | [
"Apache-2.0"
] | null | null | null | 22.785714 | 63 | 0.658307 | 17,287 | package com.mytry.code;
/**
* @Classname HelloWorldService
* @Description TODO
* @Date 2020/12/4 8:00
* @Created by dycjh@example.com
*/
public class HelloWorldService {
private String text;
private OutPutService outPutService;
public void helloWorld(){
System.out.println(text);
}
publ... |
3e28f1493724887488833f0ea657c4db32303eee | 1,348 | java | Java | java/yb-client/src/test/java/org/yb/util/BindIpUtil.java | aravind-nallan-yb/yugabyte-db | 175fd6b9d17ee413d2cbb52a0d2634d59e8f70e8 | [
"Apache-2.0",
"CC0-1.0"
] | 3,702 | 2019-09-17T13:49:56.000Z | 2022-03-31T21:50:59.000Z | java/yb-client/src/test/java/org/yb/util/BindIpUtil.java | aravind-nallan-yb/yugabyte-db | 175fd6b9d17ee413d2cbb52a0d2634d59e8f70e8 | [
"Apache-2.0",
"CC0-1.0"
] | 9,291 | 2019-09-16T21:47:07.000Z | 2022-03-31T23:52:28.000Z | java/yb-client/src/test/java/org/yb/util/BindIpUtil.java | aravind-nallan-yb/yugabyte-db | 175fd6b9d17ee413d2cbb52a0d2634d59e8f70e8 | [
"Apache-2.0",
"CC0-1.0"
] | 673 | 2019-09-16T21:27:53.000Z | 2022-03-31T22:23:59.000Z | 33.7 | 100 | 0.725519 | 17,288 | /*
* Copyright (c) YugaByte, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... |
3e28f15e24a0a657f73ed5e77a9e1ce13ead9b04 | 1,094 | java | Java | kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/java/org/kie/workbench/common/stunner/bpmn/forms/dataproviders/ProcessDataEvent.java | tkobayas/kie-wb-common | 2c69347f0f634268fb7cca77ccf9e1311f1486e9 | [
"Apache-2.0"
] | 34 | 2017-05-21T11:28:40.000Z | 2021-07-03T13:15:03.000Z | kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/java/org/kie/workbench/common/stunner/bpmn/forms/dataproviders/ProcessDataEvent.java | tkobayas/kie-wb-common | 2c69347f0f634268fb7cca77ccf9e1311f1486e9 | [
"Apache-2.0"
] | 2,576 | 2017-03-14T00:57:07.000Z | 2022-03-29T07:52:38.000Z | kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/src/main/java/org/kie/workbench/common/stunner/bpmn/forms/dataproviders/ProcessDataEvent.java | tkobayas/kie-wb-common | 2c69347f0f634268fb7cca77ccf9e1311f1486e9 | [
"Apache-2.0"
] | 158 | 2017-03-15T08:55:40.000Z | 2021-11-19T14:07:17.000Z | 31.257143 | 78 | 0.734918 | 17,289 | /*
* Copyright 2019 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e28f1dad00012e496e1b056bc0c68afab52602d | 16,029 | java | Java | src/main/java/io/pmutisya/filereader/DataFileReaderRunnable.java | mutisyap/kafka_cdrfile_producer | e1626661a4e7b82a4822f70950034f4efc40edde | [
"Apache-2.0"
] | null | null | null | src/main/java/io/pmutisya/filereader/DataFileReaderRunnable.java | mutisyap/kafka_cdrfile_producer | e1626661a4e7b82a4822f70950034f4efc40edde | [
"Apache-2.0"
] | null | null | null | src/main/java/io/pmutisya/filereader/DataFileReaderRunnable.java | mutisyap/kafka_cdrfile_producer | e1626661a4e7b82a4822f70950034f4efc40edde | [
"Apache-2.0"
] | null | null | null | 43.204852 | 210 | 0.600724 | 17,290 | package io.pmutisya.filereader;
import com.hazelcast.core.HazelcastInstance;
import io.pmutisya.config.CDRFileReaderConfiguration;
import io.pmutisya.config.HazelcastConfiguration;
import io.pmutisya.domain.CDRFile;
import io.pmutisya.kafkaproducer.EventsLimitingUtil;
import io.pmutisya.kafkaproducer.KafkaProducer;
im... |
3e28f29a861f8faadbfced8cf2f63686b1240cb3 | 1,053 | java | Java | web/app/models/Metric.java | SunZhaonan/WhereHows | d8f393a755cbdfec52c93509b10274b42f66263b | [
"ECL-2.0",
"Apache-2.0"
] | 7 | 2018-10-09T09:20:28.000Z | 2021-01-06T16:06:28.000Z | web/app/models/Metric.java | SunZhaonan/WhereHows | d8f393a755cbdfec52c93509b10274b42f66263b | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | web/app/models/Metric.java | SunZhaonan/WhereHows | d8f393a755cbdfec52c93509b10274b42f66263b | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2020-02-03T14:12:46.000Z | 2021-07-25T03:23:56.000Z | 28.459459 | 75 | 0.721747 | 17,291 | /**
* Copyright 2015 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 obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
3e28f36d0bc37231e740ce17cc86e6e8d879ead5 | 1,305 | java | Java | github/bartimaeusnek/bartworks/server/container/GT_Container_LESU.java | bartimaeusnek/bartworks-code | 9cef3f2d33dc444afae119badfbdccc55415b30d | [
"MIT"
] | null | null | null | github/bartimaeusnek/bartworks/server/container/GT_Container_LESU.java | bartimaeusnek/bartworks-code | 9cef3f2d33dc444afae119badfbdccc55415b30d | [
"MIT"
] | null | null | null | github/bartimaeusnek/bartworks/server/container/GT_Container_LESU.java | bartimaeusnek/bartworks-code | 9cef3f2d33dc444afae119badfbdccc55415b30d | [
"MIT"
] | null | null | null | 36.25 | 120 | 0.742529 | 17,292 | package com.github.bartimaeusnek.bartworks.server.container;
import gregtech.api.gui.GT_Container_MultiMachine;
import gregtech.api.interfaces.tileentity.IGregTechTileEntity;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.inventory.Slot;
public class GT_Container_LESU extends GT_Container_Mu... |
3e28f388efbb12c3597ed71db6f847bf4bd369e4 | 46,590 | java | Java | src/main/java/com/tencentcloudapi/dcdb/v20180411/DcdbClient.java | githubWangbo/tencentcloud-sdk-java | c490a478c4cd6d0a262c7b72c2e65af7578377cf | [
"Apache-2.0"
] | 416 | 2018-05-16T03:36:25.000Z | 2022-03-31T03:48:52.000Z | src/main/java/com/tencentcloudapi/dcdb/v20180411/DcdbClient.java | githubWangbo/tencentcloud-sdk-java | c490a478c4cd6d0a262c7b72c2e65af7578377cf | [
"Apache-2.0"
] | 117 | 2018-05-03T07:11:06.000Z | 2022-03-09T11:07:55.000Z | src/main/java/com/tencentcloudapi/dcdb/v20180411/DcdbClient.java | githubWangbo/tencentcloud-sdk-java | c490a478c4cd6d0a262c7b72c2e65af7578377cf | [
"Apache-2.0"
] | 236 | 2018-05-10T03:15:09.000Z | 2022-03-05T02:17:51.000Z | 44.245014 | 168 | 0.658875 | 17,293 | /*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... |
3e28f45cdd92fa24f64d46d53a4893c930049b6a | 165 | java | Java | gen/com/odo/kcl/mobileminer/BuildConfig.java | vaginessa/MobileMiner | 6c31c6d1ec78da6ade9c9092f2a578cc9e899105 | [
"Apache-2.0"
] | 13 | 2015-01-11T18:25:34.000Z | 2021-08-18T03:33:13.000Z | gen/com/odo/kcl/mobileminer/BuildConfig.java | vaginessa/MobileMiner | 6c31c6d1ec78da6ade9c9092f2a578cc9e899105 | [
"Apache-2.0"
] | null | null | null | gen/com/odo/kcl/mobileminer/BuildConfig.java | vaginessa/MobileMiner | 6c31c6d1ec78da6ade9c9092f2a578cc9e899105 | [
"Apache-2.0"
] | 9 | 2015-06-25T13:16:39.000Z | 2020-10-20T16:03:58.000Z | 27.5 | 50 | 0.751515 | 17,294 | /** Automatically generated file. DO NOT MODIFY */
package com.odo.kcl.mobileminer;
public final class BuildConfig {
public final static boolean DEBUG = true;
} |
3e28f5b64de6a04fe70f587be1e86ad4189f5d91 | 532 | java | Java | src/main/java/me/icro/problems/t53_maxprofit/Solution.java | linlicro/leetcode-java | bca58fc6bf5146f44ce9d23d29f77d6b8ed1b8c6 | [
"MIT"
] | 139 | 2020-09-23T23:06:32.000Z | 2022-03-11T23:23:03.000Z | src/main/java/me/icro/problems/t53_maxprofit/Solution.java | linlicro/leetcode-java | bca58fc6bf5146f44ce9d23d29f77d6b8ed1b8c6 | [
"MIT"
] | null | null | null | src/main/java/me/icro/problems/t53_maxprofit/Solution.java | linlicro/leetcode-java | bca58fc6bf5146f44ce9d23d29f77d6b8ed1b8c6 | [
"MIT"
] | 14 | 2020-12-13T04:38:31.000Z | 2021-03-26T05:51:48.000Z | 24.181818 | 59 | 0.533835 | 17,295 | package me.icro.problems.t53_maxprofit;
/**
* 描述: https://leetcode.com/problems/maximum-subarray/
*
* @author Lin
* @since 2019-05-22 9:49 AM
*/
public class Solution {
public int maxSubArray(int[] nums) {
if (null == nums || nums.length <= 0) return 0;
int sum = 0;
int max = Integer.M... |
3e28f613b03850d17b851cb307b698bb6d7d0d61 | 3,052 | java | Java | addressbook-web-tests/src/test/java/pl/stqa/pft/addressbook/appmanager/ApplicationManager.java | trokowicz/java_szkolenie | b085279e2acc0cc8f46fba68cced48151441da67 | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/pl/stqa/pft/addressbook/appmanager/ApplicationManager.java | trokowicz/java_szkolenie | b085279e2acc0cc8f46fba68cced48151441da67 | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/pl/stqa/pft/addressbook/appmanager/ApplicationManager.java | trokowicz/java_szkolenie | b085279e2acc0cc8f46fba68cced48151441da67 | [
"Apache-2.0"
] | null | null | null | 27.00885 | 115 | 0.668742 | 17,296 | package pl.stqa.pft.addressbook.appmanager;
import org.openqa.selenium.By;
import org.openqa.selenium.NoAlertPresentException;
import org.openqa.selenium.NoSuchElementException;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
impor... |
3e28f651397924cb2e679534035e23c58e5813b2 | 1,296 | java | Java | xap-core/xap-datagrid/src/main/java/com/j_spaces/core/exception/internal/InternalInactiveSpaceException.java | InsightEdge/xap | 25fb3f6de1b25fa2abeefd73ef30fe4eaef07cf6 | [
"Apache-2.0"
] | 90 | 2016-08-09T16:37:44.000Z | 2022-03-30T10:33:17.000Z | xap-core/xap-datagrid/src/main/java/com/j_spaces/core/exception/internal/InternalInactiveSpaceException.java | InsightEdge/xap | 25fb3f6de1b25fa2abeefd73ef30fe4eaef07cf6 | [
"Apache-2.0"
] | 33 | 2016-10-10T17:29:11.000Z | 2022-03-17T07:27:48.000Z | xap-core/xap-datagrid/src/main/java/com/j_spaces/core/exception/internal/InternalInactiveSpaceException.java | InsightEdge/xap | 25fb3f6de1b25fa2abeefd73ef30fe4eaef07cf6 | [
"Apache-2.0"
] | 48 | 2016-08-09T15:55:20.000Z | 2022-03-31T12:21:50.000Z | 32.4 | 98 | 0.743056 | 17,297 | /*
* Copyright (c) 2008-2016, GigaSpaces Technologies, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Un... |
3e28f6546e0f960063405fe4e9881f102322d0fe | 4,783 | java | Java | client/src/main/java/de/njsm/stocks/client/frontend/cli/commands/RefreshCommandHandler.java | Jereviendrai/stocks | 8fb6a506560a7ef84f07daa1a2946029e7c58c32 | [
"MIT"
] | 1 | 2021-01-24T12:31:35.000Z | 2021-01-24T12:31:35.000Z | client/src/main/java/de/njsm/stocks/client/frontend/cli/commands/RefreshCommandHandler.java | Jereviendrai/stocks | 8fb6a506560a7ef84f07daa1a2946029e7c58c32 | [
"MIT"
] | null | null | null | client/src/main/java/de/njsm/stocks/client/frontend/cli/commands/RefreshCommandHandler.java | Jereviendrai/stocks | 8fb6a506560a7ef84f07daa1a2946029e7c58c32 | [
"MIT"
] | null | null | null | 28.987879 | 73 | 0.567217 | 17,298 | package de.njsm.stocks.client.frontend.cli.commands;
import de.njsm.stocks.client.config.Configuration;
import de.njsm.stocks.client.data.*;
import de.njsm.stocks.client.network.server.ServerManager;
import de.njsm.stocks.client.storage.DatabaseManager;
import java.util.logging.Level;
public class RefreshCommandHand... |
3e28f662c1af2fbcc81b45db6627389e3082f978 | 2,951 | java | Java | src/main/java/nablarch/etl/generator/InsertSqlGenerator.java | nablarch/nablarch-etl | 8d66c827d77056b6138beb05e0a9f1b7a1127737 | [
"Apache-2.0"
] | null | null | null | src/main/java/nablarch/etl/generator/InsertSqlGenerator.java | nablarch/nablarch-etl | 8d66c827d77056b6138beb05e0a9f1b7a1127737 | [
"Apache-2.0"
] | 10 | 2016-10-21T01:28:39.000Z | 2021-03-30T02:31:59.000Z | src/main/java/nablarch/etl/generator/InsertSqlGenerator.java | nablarch/nablarch-etl | 8d66c827d77056b6138beb05e0a9f1b7a1127737 | [
"Apache-2.0"
] | 2 | 2017-09-12T01:35:43.000Z | 2018-11-27T01:03:46.000Z | 26.585586 | 79 | 0.657743 | 17,299 | package nablarch.etl.generator;
import javax.persistence.Entity;
import nablarch.common.dao.EntityUtil;
import nablarch.core.util.StringUtil;
import nablarch.core.util.annotation.Published;
import nablarch.etl.EtlUtil;
import nablarch.etl.config.DbToDbStepConfig;
/**
* 一括登録用のINSERT文を生成するクラス。
* <p/>
* このクラスは、与えられた... |
3e28f66e33a5373e7afd469fafae755f30c61a5a | 8,027 | java | Java | code/java/FactSetESG/v1/src/main/java/com/factset/sdk/FactSetESG/models/SasbRanks.java | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | 6 | 2022-02-07T16:34:18.000Z | 2022-03-30T08:04:57.000Z | code/java/FactSetESG/v1/src/main/java/com/factset/sdk/FactSetESG/models/SasbRanks.java | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | 2 | 2022-02-07T05:25:57.000Z | 2022-03-07T14:18:04.000Z | code/java/FactSetESG/v1/src/main/java/com/factset/sdk/FactSetESG/models/SasbRanks.java | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | null | null | null | 32.755102 | 833 | 0.723489 | 17,300 | /*
* FactSet ESG API
* FactSet ESG (powered by FactSet Truvalue Labs) applies machine learning to uncover risks and opportunities from companies' Environmental, Social and Governance (ESG) behavior, which are aggregated and categorized into continuously updated, material ESG scores. The service focuses on company ESG... |
3e28f6dc312bcfd4ef41eef4d89a432c61e3de00 | 3,245 | java | Java | services/myhr-web-app-service/src/main/java/com/myhr/features/platform/data/mapper/decorator/EmployeeMapperDecorator.java | SChenupati/iSymphony | 1671ccb95715e9165b65fb8aa5cf02c7f984850f | [
"Apache-2.0"
] | null | null | null | services/myhr-web-app-service/src/main/java/com/myhr/features/platform/data/mapper/decorator/EmployeeMapperDecorator.java | SChenupati/iSymphony | 1671ccb95715e9165b65fb8aa5cf02c7f984850f | [
"Apache-2.0"
] | null | null | null | services/myhr-web-app-service/src/main/java/com/myhr/features/platform/data/mapper/decorator/EmployeeMapperDecorator.java | SChenupati/iSymphony | 1671ccb95715e9165b65fb8aa5cf02c7f984850f | [
"Apache-2.0"
] | null | null | null | 37.298851 | 137 | 0.727273 | 17,301 | /*
* Copyright (c) 2020-2021 Innominds inc. All Rights Reserved. This software is
* confidential and proprietary information of Innominds inc. You shall not disclose
* Confidential Information and shall use it only in accordance with the terms
*
*/
package com.myhr.features.platform.data.mapper.decorator;
import ... |
3e28f7275a1ce346fc55ae555da374bf98379a4c | 962 | java | Java | backstage-framework/src/main/java/com/backstage/framework/web/service/DictService.java | taopangtian/RuoYi4.0 | a37edb10969766d6a0fd90462706c233b0035767 | [
"MIT"
] | null | null | null | backstage-framework/src/main/java/com/backstage/framework/web/service/DictService.java | taopangtian/RuoYi4.0 | a37edb10969766d6a0fd90462706c233b0035767 | [
"MIT"
] | 1 | 2021-04-22T17:02:07.000Z | 2021-04-22T17:02:07.000Z | backstage-framework/src/main/java/com/backstage/framework/web/service/DictService.java | taopangtian/RuoYi4.0 | a37edb10969766d6a0fd90462706c233b0035767 | [
"MIT"
] | null | null | null | 21.863636 | 68 | 0.693347 | 17,302 | package com.backstage.framework.web.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.backstage.system.domain.SysDictData;
import com.backstage.system.service.ISysDictDataService;
/**
* Jack.Lin首创 html调用 thymeleaf... |
3e28f72fe218027d3eae68d1e9277a3af4068df9 | 3,081 | java | Java | workspace/argument/src-gen/argument/argument/Plus.java | problem-frames/openpf | 55100bd9cca61a182fc00cd3818bd59a6343ae6e | [
"BSD-3-Clause"
] | 1 | 2019-05-03T20:03:11.000Z | 2019-05-03T20:03:11.000Z | workspace/argument/src-gen/argument/argument/Plus.java | problem-frames/openpf | 55100bd9cca61a182fc00cd3818bd59a6343ae6e | [
"BSD-3-Clause"
] | null | null | null | workspace/argument/src-gen/argument/argument/Plus.java | problem-frames/openpf | 55100bd9cca61a182fc00cd3818bd59a6343ae6e | [
"BSD-3-Clause"
] | null | null | null | 29.342857 | 106 | 0.609542 | 17,303 | /**
*/
package argument.argument;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Plus</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link argument.argument.Plus#getLeft <em>Left</em>}</li>
* <li>{@link argument.argu... |
3e28f73bcf92ab510e6b168dc73c1747812f173b | 5,131 | java | Java | coa20_hw8/src/main/java/cpu/alu/NBCDU.java | hewei-nju/COA2020 | 9f8757df8f62841068ec4f2a8d0a7c82934b627e | [
"MIT"
] | null | null | null | coa20_hw8/src/main/java/cpu/alu/NBCDU.java | hewei-nju/COA2020 | 9f8757df8f62841068ec4f2a8d0a7c82934b627e | [
"MIT"
] | null | null | null | coa20_hw8/src/main/java/cpu/alu/NBCDU.java | hewei-nju/COA2020 | 9f8757df8f62841068ec4f2a8d0a7c82934b627e | [
"MIT"
] | null | null | null | 23.217195 | 97 | 0.574937 | 17,304 | package cpu.alu;
import java.util.Arrays;
public class NBCDU {
// 模拟寄存器中的进位标志位
private String CF = "0";
// 模拟寄存器中的溢出标志位
private String OF = "0";
/**
*
* @param a A 32-bits NBCD String
* @param b A 32-bits NBCD String
* @return a + b
*/
String add(String a, String b) {
CF = "0";
OF = "0";
retu... |
3e28f807375db71896b39cd9018cf8c11dde90cb | 5,245 | java | Java | src/main/java/tfar/extratags/api/ExtraTagManager.java | Tfarcenim/ExtraTagsFabric | 05989e9ef351d717251a5a761a833d6dd598366a | [
"CC0-1.0"
] | 1 | 2020-06-30T20:42:54.000Z | 2020-06-30T20:42:54.000Z | src/main/java/tfar/extratags/api/ExtraTagManager.java | Tfarcenim/ExtraTagsFabric | 05989e9ef351d717251a5a761a833d6dd598366a | [
"CC0-1.0"
] | null | null | null | src/main/java/tfar/extratags/api/ExtraTagManager.java | Tfarcenim/ExtraTagsFabric | 05989e9ef351d717251a5a761a833d6dd598366a | [
"CC0-1.0"
] | null | null | null | 45.608696 | 229 | 0.800381 | 17,305 | package tfar.extratags.api;
import net.minecraft.block.entity.BlockEntityType;
import net.minecraft.enchantment.Enchantment;
import net.minecraft.resource.ResourceManager;
import net.minecraft.resource.ResourceReloadListener;
import net.minecraft.tag.RegistryTagContainer;
import net.minecraft.tag.Tag;
import net.minec... |
3e28f885fa0ce510f66ae314b63811519047fb8c | 449 | java | Java | GPX Cleaner/src/gpx/cleaner/GPXCleaner.java | burnermanx/pm20161-gpx | e99754e42b02168fad5c0c51eb3a17cdeb8b852c | [
"Apache-2.0"
] | null | null | null | GPX Cleaner/src/gpx/cleaner/GPXCleaner.java | burnermanx/pm20161-gpx | e99754e42b02168fad5c0c51eb3a17cdeb8b852c | [
"Apache-2.0"
] | null | null | null | GPX Cleaner/src/gpx/cleaner/GPXCleaner.java | burnermanx/pm20161-gpx | e99754e42b02168fad5c0c51eb3a17cdeb8b852c | [
"Apache-2.0"
] | null | null | null | 20.409091 | 80 | 0.619154 | 17,306 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package gpx.cleaner;
/**
*
* @author labccet
*/
public class GPXCleaner {
/**
* @param args the command lin... |
3e28f8e2a67b40e5eed5e4219e0828d08870ce93 | 1,727 | java | Java | oneadapter/src/main/java/cc/rome753/oneadapter/base/OneAdapter.java | CPLASF1925/OneAdapter | 3945350c1c62f74ffdd16eebeb53eb817606efba | [
"Apache-2.0"
] | 1 | 2018-02-26T03:35:33.000Z | 2018-02-26T03:35:33.000Z | oneadapter/src/main/java/cc/rome753/oneadapter/base/OneAdapter.java | CPLASF1925/OneAdapter | 3945350c1c62f74ffdd16eebeb53eb817606efba | [
"Apache-2.0"
] | null | null | null | oneadapter/src/main/java/cc/rome753/oneadapter/base/OneAdapter.java | CPLASF1925/OneAdapter | 3945350c1c62f74ffdd16eebeb53eb817606efba | [
"Apache-2.0"
] | null | null | null | 23.986111 | 77 | 0.627099 | 17,307 | package cc.rome753.oneadapter.base;
import android.support.v7.widget.RecyclerView;
import android.view.ViewGroup;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* A custom adapter, supports multi-ItemViewType
* <p>
* Created by rome753 on 2018/2/1.
*/
public class OneAdapter exte... |
3e28f94bf3470044fc77dfcceeaf23de41486dad | 518 | java | Java | bilibili_client/src/main/java/com/ryan/bilibili_client/module/search/TotalStationSearchActivity.java | MUFCRyan/BilibiliClient | ba6e21a0304209c1088d7a44cb96b0ac77385a2b | [
"WTFPL"
] | 6 | 2017-06-26T10:51:12.000Z | 2021-05-06T03:30:04.000Z | bilibili_client/src/main/java/com/ryan/bilibili_client/module/search/TotalStationSearchActivity.java | MUFCRyan/BilibiliClient | ba6e21a0304209c1088d7a44cb96b0ac77385a2b | [
"WTFPL"
] | null | null | null | bilibili_client/src/main/java/com/ryan/bilibili_client/module/search/TotalStationSearchActivity.java | MUFCRyan/BilibiliClient | ba6e21a0304209c1088d7a44cb96b0ac77385a2b | [
"WTFPL"
] | 1 | 2017-07-26T10:39:08.000Z | 2017-07-26T10:39:08.000Z | 24.666667 | 67 | 0.774131 | 17,308 | package com.ryan.bilibili_client.module.search;
import android.app.Activity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import com.ryan.bilibili_client.R;
public class TotalStationSearchActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanc... |
3e28f9b6d0aaecc7e22dbec24ab5c90ed05f5530 | 12,448 | java | Java | lfsom/src/lfsom/experiment/treeSOM.java | vbuendia/lfsom | 1278812178c01cbb756d2bd4fb40ff87bc700364 | [
"Apache-2.0"
] | 5 | 2019-04-01T03:32:34.000Z | 2020-12-01T22:38:03.000Z | lfsom/src/lfsom/experiment/treeSOM.java | vbuendia/lfsom | 1278812178c01cbb756d2bd4fb40ff87bc700364 | [
"Apache-2.0"
] | 1 | 2019-09-11T12:31:14.000Z | 2021-06-29T21:28:32.000Z | lfsom/src/lfsom/experiment/treeSOM.java | vbuendia/lfsom | 1278812178c01cbb756d2bd4fb40ff87bc700364 | [
"Apache-2.0"
] | 4 | 2018-04-08T18:57:36.000Z | 2020-10-05T06:40:59.000Z | 25.404082 | 113 | 0.60572 | 17,309 | /*
* Copyright 2004-2010 Institute of Software Technology and Interactive Systems, Vienna 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:/... |
3e28fa3c1f86302b1ef309e85a8ea190527f1b76 | 74 | java | Java | src/main/java/com/dhemery/victor/frank/events/WillRequestDump.java | dhemery/victor | 52fa85737f01965cc2b15bf62d9b86b5ad6a974b | [
"MIT"
] | 2 | 2016-09-16T11:04:34.000Z | 2019-10-16T08:48:49.000Z | src/main/java/com/dhemery/victor/frank/events/WillRequestDump.java | dhemery/victor | 52fa85737f01965cc2b15bf62d9b86b5ad6a974b | [
"MIT"
] | null | null | null | src/main/java/com/dhemery/victor/frank/events/WillRequestDump.java | dhemery/victor | 52fa85737f01965cc2b15bf62d9b86b5ad6a974b | [
"MIT"
] | null | null | null | 18.5 | 40 | 0.810811 | 17,310 | package com.dhemery.victor.frank.events;
public class WillRequestDump {}
|
3e28fa8b3f9d7af0ece6f6afc7202dfc3f07160b | 3,285 | java | Java | org.hl7.fhir.dstu3/src/main/java/org/hl7/fhir/dstu3/model/codesystems/V3RelationalOperatorEnumFactory.java | DBCG/org.hl7.fhir.core | 6f32a85d6610d1b401377d28e561a7830281d691 | [
"Apache-2.0"
] | 98 | 2019-03-01T21:59:41.000Z | 2022-03-23T15:52:06.000Z | org.hl7.fhir.dstu3/src/main/java/org/hl7/fhir/dstu3/model/codesystems/V3RelationalOperatorEnumFactory.java | DBCG/org.hl7.fhir.core | 6f32a85d6610d1b401377d28e561a7830281d691 | [
"Apache-2.0"
] | 573 | 2019-02-27T17:51:31.000Z | 2022-03-31T21:18:44.000Z | org.hl7.fhir.dstu3/src/main/java/org/hl7/fhir/dstu3/model/codesystems/V3RelationalOperatorEnumFactory.java | DBCG/org.hl7.fhir.core | 6f32a85d6610d1b401377d28e561a7830281d691 | [
"Apache-2.0"
] | 112 | 2019-01-31T10:50:26.000Z | 2022-03-21T09:55:06.000Z | 37.329545 | 93 | 0.720548 | 17,311 | package org.hl7.fhir.dstu3.model.codesystems;
/*
Copyright (c) 2011+, HL7, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above... |
3e28fcaada51187eed4b2d62dadbe660da39a976 | 16,599 | java | Java | app/src/main/java/com/enrandomlabs/jasensanders/v1/folio/DetailBookFragment.java | jasensanders/FolioRelease | c47243fd2f66b7abca173850ba79a1d01a70f1d4 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/enrandomlabs/jasensanders/v1/folio/DetailBookFragment.java | jasensanders/FolioRelease | c47243fd2f66b7abca173850ba79a1d01a70f1d4 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/enrandomlabs/jasensanders/v1/folio/DetailBookFragment.java | jasensanders/FolioRelease | c47243fd2f66b7abca173850ba79a1d01a70f1d4 | [
"Apache-2.0"
] | null | null | null | 39.241135 | 133 | 0.688114 | 17,312 | /*
Copyright 2017 Jasen Sanders (EnRandomLabs).
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 w... |
3e28fcf33f198e75220a3c8f50b869d5dcae8092 | 242 | java | Java | jeorg-spring-5/jeorg-spring-flash/jeorg-spring-flash-set-5/jeorg-spring-flash-5-3/src/test/java/org/jesperancinha/std/flash53/spring/boot/SpringFlash53LauncherTest.java | jesperancinha/jeorg-spring-5-test-drives | 57a2113ce89711a7bc60d8eb633bbb15800349e3 | [
"Apache-2.0"
] | 3 | 2021-04-20T20:20:55.000Z | 2022-01-05T21:06:01.000Z | jeorg-spring-5/jeorg-spring-flash/jeorg-spring-flash-set-5/jeorg-spring-flash-5-3/src/test/java/org/jesperancinha/std/flash53/spring/boot/SpringFlash53LauncherTest.java | jesperancinha/jeorg-spring-5-test-drives | 57a2113ce89711a7bc60d8eb633bbb15800349e3 | [
"Apache-2.0"
] | 41 | 2021-12-10T02:20:15.000Z | 2022-01-05T02:34:22.000Z | jeorg-spring-5/jeorg-spring-flash/jeorg-spring-flash-set-5/jeorg-spring-flash-5-3/src/test/java/org/jesperancinha/std/flash53/spring/boot/SpringFlash53LauncherTest.java | jesperancinha/spring-test-drives | c27a7b047f6c2de71d5251230be4ff73a42403cd | [
"Apache-2.0"
] | null | null | null | 20.166667 | 60 | 0.772727 | 17,313 | package org.jesperancinha.std.flash53.spring.boot;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SpringFlash53LauncherTest {
@Test
void testContext() {
}
} |
3e28fdb8bdc14ec00e24ae89de4e3831a75cae0e | 1,074 | java | Java | engine/src/main/java/org/camunda/bpm/engine/impl/CleanableHistoricInstanceReportProperty.java | mrFranklin/camunda-bpm-platform | 7c5bf37307d3eeac3aee5724b6e4669a9992eaba | [
"Apache-2.0"
] | 2,577 | 2015-01-02T07:43:55.000Z | 2022-03-31T22:31:45.000Z | engine/src/main/java/org/camunda/bpm/engine/impl/CleanableHistoricInstanceReportProperty.java | mrFranklin/camunda-bpm-platform | 7c5bf37307d3eeac3aee5724b6e4669a9992eaba | [
"Apache-2.0"
] | 839 | 2015-01-12T22:06:28.000Z | 2022-03-24T13:26:29.000Z | engine/src/main/java/org/camunda/bpm/engine/impl/CleanableHistoricInstanceReportProperty.java | mrFranklin/camunda-bpm-platform | 7c5bf37307d3eeac3aee5724b6e4669a9992eaba | [
"Apache-2.0"
] | 1,270 | 2015-01-02T03:39:25.000Z | 2022-03-31T06:04:37.000Z | 42.96 | 90 | 0.764432 | 17,314 | /*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2... |
3e28fe2678f983ccbb2bbd6bf94e4dce8a5cad79 | 4,364 | java | Java | app/src/main/java/com/example/musicplayer/musiclist/MusicListFragment.java | Deeptiman/Android-Music-Player | 87cc2bffc30d2985dd9807fd64e22b44840c5d11 | [
"MIT"
] | 8 | 2020-01-12T15:55:44.000Z | 2021-12-09T15:46:39.000Z | app/src/main/java/com/example/musicplayer/musiclist/MusicListFragment.java | Deeptiman/Android-Music-Player | 87cc2bffc30d2985dd9807fd64e22b44840c5d11 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/musicplayer/musiclist/MusicListFragment.java | Deeptiman/Android-Music-Player | 87cc2bffc30d2985dd9807fd64e22b44840c5d11 | [
"MIT"
] | 3 | 2020-02-19T20:03:10.000Z | 2021-11-28T16:20:35.000Z | 32.567164 | 109 | 0.700962 | 17,315 | package com.example.musicplayer.musiclist;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
... |
3e28fee5c509731be7e77db442bf78be8ce5c07b | 2,098 | java | Java | kafka-basics/src/main/java/com/github/simplekafka/ConsumerDemo.java | singh-vikas/KafkaTutorial | fbcf1c5e6c369350a7077a45ddcbc9d3d38b2c9a | [
"MIT"
] | 1 | 2020-10-17T10:19:33.000Z | 2020-10-17T10:19:33.000Z | kafka-basics/src/main/java/com/github/simplekafka/ConsumerDemo.java | singh-vikas/KafkaTutorial | fbcf1c5e6c369350a7077a45ddcbc9d3d38b2c9a | [
"MIT"
] | null | null | null | kafka-basics/src/main/java/com/github/simplekafka/ConsumerDemo.java | singh-vikas/KafkaTutorial | fbcf1c5e6c369350a7077a45ddcbc9d3d38b2c9a | [
"MIT"
] | null | null | null | 39.584906 | 111 | 0.752145 | 17,316 | package com.github.simplekafka;
import org.apache.kafka.clients.consumer.ConsumerConfig;
import org.apache.kafka.clients.consumer.ConsumerRecord;
import org.apache.kafka.clients.consumer.ConsumerRecords;
import org.apache.kafka.clients.consumer.KafkaConsumer;
import org.apache.kafka.common.serialization.StringDeserial... |
3e28fee89e4a49001b31501a98cd1e3843e53b40 | 212 | java | Java | src/cz/cuni/mff/d3s/rosremote/client/package-info.java | d3scomp/ROSRemote | 02d10173c66a649463d7e2ee019c764f804f1fdc | [
"Apache-2.0"
] | 1 | 2018-09-10T09:29:18.000Z | 2018-09-10T09:29:18.000Z | src/cz/cuni/mff/d3s/rosremote/client/package-info.java | d3scomp/ROSRemote | 02d10173c66a649463d7e2ee019c764f804f1fdc | [
"Apache-2.0"
] | null | null | null | src/cz/cuni/mff/d3s/rosremote/client/package-info.java | d3scomp/ROSRemote | 02d10173c66a649463d7e2ee019c764f804f1fdc | [
"Apache-2.0"
] | null | null | null | 21.7 | 55 | 0.695853 | 17,317 | /**
* ROS remote simulation control client side
*
* This is expected to be used by jDEECo ROS simulation
*
*
* @author Vladimir Matena <lyhxr@example.com>
*
*/
package cz.cuni.mff.d3s.rosremote.client; |
3e28ff92fc52700dbf9be796f4af669164476b44 | 2,398 | java | Java | sdk/src/main/java/org/zstack/sdk/GetLocalStorageHostDiskCapacityAction.java | SnailJie/ZstackWithComments | 5d4deb003523ddece3a9d200d898849b7c9a6518 | [
"Apache-2.0"
] | 3 | 2018-02-13T16:37:27.000Z | 2020-10-12T03:10:23.000Z | sdk/src/main/java/org/zstack/sdk/GetLocalStorageHostDiskCapacityAction.java | SnailJie/ZstackWithComments | 5d4deb003523ddece3a9d200d898849b7c9a6518 | [
"Apache-2.0"
] | null | null | null | sdk/src/main/java/org/zstack/sdk/GetLocalStorageHostDiskCapacityAction.java | SnailJie/ZstackWithComments | 5d4deb003523ddece3a9d200d898849b7c9a6518 | [
"Apache-2.0"
] | 4 | 2018-01-09T07:42:46.000Z | 2020-12-16T10:29:07.000Z | 28.891566 | 128 | 0.617598 | 17,318 | package org.zstack.sdk;
import java.util.HashMap;
import java.util.Map;
public class GetLocalStorageHostDiskCapacityAction extends AbstractAction {
private static final HashMap<String, Parameter> parameterMap = new HashMap<>();
public static class Result {
public ErrorCode error;
public GetL... |
3e28ffd74979104462580d692ae03b6baef4ba14 | 4,248 | java | Java | aws-java-sdk-auditmanager/src/main/java/com/amazonaws/services/auditmanager/model/transform/ValidateAssessmentReportIntegrityResultJsonUnmarshaller.java | vinayakpokharkar/aws-sdk-java | fd409dee8ae23fb8953e0bb4dbde65536a7e0514 | [
"Apache-2.0"
] | 1 | 2022-01-04T04:11:16.000Z | 2022-01-04T04:11:16.000Z | aws-java-sdk-auditmanager/src/main/java/com/amazonaws/services/auditmanager/model/transform/ValidateAssessmentReportIntegrityResultJsonUnmarshaller.java | vinayakpokharkar/aws-sdk-java | fd409dee8ae23fb8953e0bb4dbde65536a7e0514 | [
"Apache-2.0"
] | null | null | null | aws-java-sdk-auditmanager/src/main/java/com/amazonaws/services/auditmanager/model/transform/ValidateAssessmentReportIntegrityResultJsonUnmarshaller.java | vinayakpokharkar/aws-sdk-java | fd409dee8ae23fb8953e0bb4dbde65536a7e0514 | [
"Apache-2.0"
] | null | null | null | 45.677419 | 160 | 0.681497 | 17,319 | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
3e28ffdbdd28a0a2622be8ee54681fc0207a9328 | 474 | java | Java | house-consumer/src/main/java/com/house/consumer/config/FeignConfiguration.java | dcsama/micro-service-practice-2 | f5ef6b5ca924a3ece09674fdd83dd0ae43e37a2e | [
"MIT"
] | null | null | null | house-consumer/src/main/java/com/house/consumer/config/FeignConfiguration.java | dcsama/micro-service-practice-2 | f5ef6b5ca924a3ece09674fdd83dd0ae43e37a2e | [
"MIT"
] | null | null | null | house-consumer/src/main/java/com/house/consumer/config/FeignConfiguration.java | dcsama/micro-service-practice-2 | f5ef6b5ca924a3ece09674fdd83dd0ae43e37a2e | [
"MIT"
] | null | null | null | 19.75 | 60 | 0.704641 | 17,320 | package com.house.consumer.config;
import feign.Logger;
import feign.Request;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class FeignConfiguration {
/**
* 日志配置
*/
@Bean
Logger.Level getFeignLoggerLevel(){... |
3e29029247e9af24cdd92dcdac11bf67588e1720 | 4,654 | java | Java | applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/implementation/ApplicationInsightsComponentImpl.java | minaltolpadi/azure-sdk-for-java | a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb | [
"MIT"
] | 3 | 2021-09-15T16:25:19.000Z | 2021-12-17T05:41:00.000Z | applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/implementation/ApplicationInsightsComponentImpl.java | minaltolpadi/azure-sdk-for-java | a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb | [
"MIT"
] | 306 | 2019-09-27T06:41:56.000Z | 2019-10-14T08:19:57.000Z | applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/implementation/ApplicationInsightsComponentImpl.java | minaltolpadi/azure-sdk-for-java | a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb | [
"MIT"
] | 1 | 2019-10-05T04:59:12.000Z | 2019-10-05T04:59:12.000Z | 30.618421 | 308 | 0.711431 | 17,321 | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.applicationinsights.v2015_05_01.implementation;
... |
3e2903320fa24b08671c1aa91c7fecc99b33a709 | 1,200 | java | Java | container/src/main/java/com/streamsets/datacollector/restapi/bean/StageLibraryInfoJson.java | sevenfang/datacollector | 5f847b4471c7c6e58f6695cdfc7b51aa0b9a649e | [
"Apache-2.0"
] | null | null | null | container/src/main/java/com/streamsets/datacollector/restapi/bean/StageLibraryInfoJson.java | sevenfang/datacollector | 5f847b4471c7c6e58f6695cdfc7b51aa0b9a649e | [
"Apache-2.0"
] | null | null | null | container/src/main/java/com/streamsets/datacollector/restapi/bean/StageLibraryInfoJson.java | sevenfang/datacollector | 5f847b4471c7c6e58f6695cdfc7b51aa0b9a649e | [
"Apache-2.0"
] | 2 | 2018-03-14T12:12:15.000Z | 2019-04-10T07:43:07.000Z | 27.906977 | 75 | 0.739167 | 17,322 | /*
* Copyright 2021 StreamSets Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... |
3e2903ebf499431a856a57d398aacf1932746b76 | 1,059 | java | Java | libraries-3/src/main/java/com/baeldung/cactoos/CactoosStringUtils.java | eas5/tutorials | 4b460a9e25f6f0b0292e98144add0ce631a9e05e | [
"MIT"
] | 32,544 | 2015-01-02T16:59:22.000Z | 2022-03-31T21:04:05.000Z | libraries-3/src/main/java/com/baeldung/cactoos/CactoosStringUtils.java | eas5/tutorials | 4b460a9e25f6f0b0292e98144add0ce631a9e05e | [
"MIT"
] | 1,577 | 2015-02-21T17:47:03.000Z | 2022-03-31T14:25:58.000Z | libraries-3/src/main/java/com/baeldung/cactoos/CactoosStringUtils.java | eas5/tutorials | 4b460a9e25f6f0b0292e98144add0ce631a9e05e | [
"MIT"
] | 55,853 | 2015-01-01T07:52:09.000Z | 2022-03-31T21:08:15.000Z | 27.868421 | 84 | 0.78187 | 17,323 | package com.baeldung.cactoos;
import java.io.IOException;
import org.cactoos.text.FormattedText;
import org.cactoos.text.IsBlank;
import org.cactoos.text.Lowered;
import org.cactoos.text.TextOf;
import org.cactoos.text.Upper;
public class CactoosStringUtils {
public String createString() throws IOException {
Str... |
3e29062e6483ba28ceba24d2cff65f6bf923ec2f | 2,574 | java | Java | demo/src/main/java/hu/flowacademy/stockmarket/rest/UserResource.java | vajgi90/Angular-Springboot-login-app | 4cdc92b18955fbef599efe45826890ebe5b116cc | [
"MIT"
] | 1 | 2022-02-20T04:44:01.000Z | 2022-02-20T04:44:01.000Z | demo/src/main/java/hu/flowacademy/stockmarket/rest/UserResource.java | vajgi90/Angular-Springboot-login-app | 4cdc92b18955fbef599efe45826890ebe5b116cc | [
"MIT"
] | 4 | 2020-01-24T13:10:35.000Z | 2020-07-03T10:06:42.000Z | demo/src/main/java/hu/flowacademy/stockmarket/rest/UserResource.java | vajgi90/Angular-Springboot-login-app | 4cdc92b18955fbef599efe45826890ebe5b116cc | [
"MIT"
] | 1 | 2022-02-20T04:44:00.000Z | 2022-02-20T04:44:00.000Z | 33.868421 | 121 | 0.700078 | 17,324 | package hu.flowacademy.stockmarket.rest;
import hu.flowacademy.stockmarket.persistance.dto.UserModifyInput;
import hu.flowacademy.stockmarket.persistance.dto.UserModifyOutput;
import hu.flowacademy.stockmarket.persistance.dto.UserRegister;
import hu.flowacademy.stockmarket.persistance.dto.UserRegisterOutput;
import hu... |
3e29068e6725efa508baa93e6cd68f17b2b2f656 | 13,037 | java | Java | core/src/test/java/org/elasticsearch/common/network/NetworkModuleTests.java | dimitris-athanasiou/elasticsearch | 2d3a52c0f22d7a297dd5dda55dbbe9bbd49b7b9d | [
"Apache-2.0"
] | 2 | 2020-05-18T10:31:11.000Z | 2021-06-11T01:39:40.000Z | core/src/test/java/org/elasticsearch/common/network/NetworkModuleTests.java | dimitris-athanasiou/elasticsearch | 2d3a52c0f22d7a297dd5dda55dbbe9bbd49b7b9d | [
"Apache-2.0"
] | null | null | null | core/src/test/java/org/elasticsearch/common/network/NetworkModuleTests.java | dimitris-athanasiou/elasticsearch | 2d3a52c0f22d7a297dd5dda55dbbe9bbd49b7b9d | [
"Apache-2.0"
] | 1 | 2021-08-12T08:43:15.000Z | 2021-08-12T08:43:15.000Z | 50.531008 | 134 | 0.624223 | 17,325 | /*
* 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... |
3e29094180b00b33a0945d019c8042a2933c78d0 | 5,874 | java | Java | src/main/java/com/javaspeak/concurrency/cas/atomicintegerfieldupdater/AtomicIntegerFieldUpdaterCounterTest.java | vavi/learn_scratch | 1024c1e47b36fd7caaf7f537d77e1e0675dcc36a | [
"Apache-2.0"
] | 1 | 2017-05-21T12:26:22.000Z | 2017-05-21T12:26:22.000Z | src/main/java/com/javaspeak/concurrency/cas/atomicintegerfieldupdater/AtomicIntegerFieldUpdaterCounterTest.java | vavi/learn_scratch | 1024c1e47b36fd7caaf7f537d77e1e0675dcc36a | [
"Apache-2.0"
] | null | null | null | src/main/java/com/javaspeak/concurrency/cas/atomicintegerfieldupdater/AtomicIntegerFieldUpdaterCounterTest.java | vavi/learn_scratch | 1024c1e47b36fd7caaf7f537d77e1e0675dcc36a | [
"Apache-2.0"
] | null | null | null | 30.435233 | 109 | 0.730337 | 17,326 | package com.javaspeak.concurrency.cas.atomicintegerfieldupdater;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.TreeSet;
import java.util.concurrent.CountDownLatch;
import org.junit.Test;
import org.junit.internal.TextListener;
... |
3e290949190656886f7eee9548ed1707ebdef55a | 3,714 | java | Java | app/src/main/java/com/lengkeng/oophrm/models/Employee.java | ohmygodvt95/OOP.HRM | 626309e786f7e91f30a5e032073eb62a906a12b2 | [
"Apache-2.0"
] | 1 | 2016-05-16T16:11:34.000Z | 2016-05-16T16:11:34.000Z | app/src/main/java/com/lengkeng/oophrm/models/Employee.java | ohmygodvt95/OOP.HRM | 626309e786f7e91f30a5e032073eb62a906a12b2 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/lengkeng/oophrm/models/Employee.java | ohmygodvt95/OOP.HRM | 626309e786f7e91f30a5e032073eb62a906a12b2 | [
"Apache-2.0"
] | 2 | 2020-06-30T03:02:32.000Z | 2021-09-05T09:47:02.000Z | 24.168831 | 168 | 0.593498 | 17,327 | package com.lengkeng.oophrm.models;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.ArrayList;
/**
* Created by Le Vinh Thien on 4/8/2016.
* Contact: ychag@example.com
*/
public class Employee {
private int id;
private String firstname;
private String lastname;
private ... |
3e290a3fb1506e7d9277b61e64f7e670ebef2385 | 408 | java | Java | sources/spring-decorator/src/main/java/com/schlimm/springcdi/decorator/meta/DecoratorAnnotation.java | nschlimm/spring-decorator | 21a88b6a6ebb51723959eae7ce6ee4fdce29b369 | [
"MIT"
] | 2 | 2020-05-17T23:11:05.000Z | 2021-03-15T16:20:12.000Z | sources/spring-decorator/src/main/java/com/schlimm/springcdi/decorator/meta/DecoratorAnnotation.java | nschlimm/spring-decorator | 21a88b6a6ebb51723959eae7ce6ee4fdce29b369 | [
"MIT"
] | null | null | null | sources/spring-decorator/src/main/java/com/schlimm/springcdi/decorator/meta/DecoratorAnnotation.java | nschlimm/spring-decorator | 21a88b6a6ebb51723959eae7ce6ee4fdce29b369 | [
"MIT"
] | 2 | 2016-08-31T04:41:42.000Z | 2017-03-30T17:49:27.000Z | 27.2 | 66 | 0.764706 | 17,328 | package com.schlimm.springcdi.decorator.meta;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
/**
* Meta annotation to define custom decorator annotations.
*
* @author Niklas Schlimm
*
*/
@Target(value={java.lang.annotation.ElementType.ANNOTATION_TYPE})
@Retention(value=ja... |
3e290a71cb83a7d57909e825d6530a9bf5feff15 | 44,617 | java | Java | Android App/lig-aikuma-master/app/src/main/java/org/getalp/ligaikuma/lig_aikuma/model/Recording.java | Kabongosalomon/AMMI-Speech-Lig-Aikuma | 002da8a0f49dbdb7ee19de2f63b90646f510ef8b | [
"MIT"
] | null | null | null | Android App/lig-aikuma-master/app/src/main/java/org/getalp/ligaikuma/lig_aikuma/model/Recording.java | Kabongosalomon/AMMI-Speech-Lig-Aikuma | 002da8a0f49dbdb7ee19de2f63b90646f510ef8b | [
"MIT"
] | null | null | null | Android App/lig-aikuma-master/app/src/main/java/org/getalp/ligaikuma/lig_aikuma/model/Recording.java | Kabongosalomon/AMMI-Speech-Lig-Aikuma | 002da8a0f49dbdb7ee19de2f63b90646f510ef8b | [
"MIT"
] | null | null | null | 32.527697 | 145 | 0.700211 | 17,329 | /*
Copyright (C) 2013, The Aikuma Project
AUTHORS: Oliver Adams and Florian Hanke
*/
package org.getalp.ligaikuma.lig_aikuma.model;
import android.os.Parcel;
import android.util.Log;
import org.apache.commons.io.FileUtils;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.getalp.ligaikuma.lig_aikuma... |
3e290a981af8ed8455d8577de67aed18a7bb8cbe | 35,571 | java | Java | de.uhd.ifi.se.pcm.bppcm/src/de/uhd/ifi/se/pcm/bppcm/bpusagemodel/BpusagemodelPackage.java | SebastianWeberKamp/KAMP4BP | a64c136cff38919df6c6a6e77dc0b96bcf7be49e | [
"Apache-2.0"
] | null | null | null | de.uhd.ifi.se.pcm.bppcm/src/de/uhd/ifi/se/pcm/bppcm/bpusagemodel/BpusagemodelPackage.java | SebastianWeberKamp/KAMP4BP | a64c136cff38919df6c6a6e77dc0b96bcf7be49e | [
"Apache-2.0"
] | null | null | null | de.uhd.ifi.se.pcm.bppcm/src/de/uhd/ifi/se/pcm/bppcm/bpusagemodel/BpusagemodelPackage.java | SebastianWeberKamp/KAMP4BP | a64c136cff38919df6c6a6e77dc0b96bcf7be49e | [
"Apache-2.0"
] | 6 | 2017-06-10T08:29:18.000Z | 2019-11-27T11:54:18.000Z | 36.408393 | 208 | 0.668072 | 17,330 | /**
*/
package de.uhd.ifi.se.pcm.bppcm.bpusagemodel;
import de.uka.ipd.sdq.identifier.IdentifierPackage;
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.EReference;
import org.palladiosimulator.pcm.usagemode... |
3e290aeb2bed3da126506e91659d55f661f7f5e3 | 6,202 | java | Java | pytorch/src/gen/java/org/bytedeco/pytorch/Stream.java | newhinton/javacpp-presets | 1aa5b164ce384bb823ca0c59fd96b93eb364070b | [
"Apache-2.0"
] | 2,132 | 2015-01-14T10:02:38.000Z | 2022-03-31T07:51:08.000Z | pytorch/src/gen/java/org/bytedeco/pytorch/Stream.java | newhinton/javacpp-presets | 1aa5b164ce384bb823ca0c59fd96b93eb364070b | [
"Apache-2.0"
] | 1,024 | 2015-01-11T18:35:03.000Z | 2022-03-31T14:52:22.000Z | pytorch/src/gen/java/org/bytedeco/pytorch/Stream.java | newhinton/javacpp-presets | 1aa5b164ce384bb823ca0c59fd96b93eb364070b | [
"Apache-2.0"
] | 759 | 2015-01-15T08:41:48.000Z | 2022-03-29T17:05:57.000Z | 47.707692 | 161 | 0.722025 | 17,331 | // Targeted by JavaCPP version 1.5.7-SNAPSHOT: DO NOT EDIT THIS FILE
package org.bytedeco.pytorch;
import org.bytedeco.pytorch.Allocator;
import org.bytedeco.pytorch.Function;
import org.bytedeco.pytorch.Module;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static... |
3e290b0ff61ef09ea2f693c976a889b6bfd2903b | 4,256 | java | Java | liquibase-core/src/main/java/liquibase/database/core/MySQLDatabase.java | wfhartford/liquibase | 989ca755ee0c0cc8489a6c6433ae20515809f1cb | [
"Apache-2.0"
] | 2 | 2015-07-18T00:22:25.000Z | 2015-08-20T19:17:20.000Z | liquibase-core/src/main/java/liquibase/database/core/MySQLDatabase.java | wfhartford/liquibase | 989ca755ee0c0cc8489a6c6433ae20515809f1cb | [
"Apache-2.0"
] | null | null | null | liquibase-core/src/main/java/liquibase/database/core/MySQLDatabase.java | wfhartford/liquibase | 989ca755ee0c0cc8489a6c6433ae20515809f1cb | [
"Apache-2.0"
] | 1 | 2015-07-16T16:19:37.000Z | 2015-07-16T16:19:37.000Z | 27.458065 | 144 | 0.644502 | 17,332 | package liquibase.database.core;
import java.math.BigInteger;
import liquibase.database.AbstractDatabase;
import liquibase.database.DatabaseConnection;
import liquibase.exception.DatabaseException;
import liquibase.executor.ExecutorService;
import liquibase.statement.core.RawSqlStatement;
/**
* Encapsula... |
3e290b4eaa8209e4e97f131cfad35a42e2ac30b4 | 515 | java | Java | src/main/java/uk/co/devinity/unikorn/ExplodedResultSet.java | statement2020/unikorn | aa895872d1b8079ecb40b779bbd759d7c931c2a7 | [
"MIT"
] | null | null | null | src/main/java/uk/co/devinity/unikorn/ExplodedResultSet.java | statement2020/unikorn | aa895872d1b8079ecb40b779bbd759d7c931c2a7 | [
"MIT"
] | null | null | null | src/main/java/uk/co/devinity/unikorn/ExplodedResultSet.java | statement2020/unikorn | aa895872d1b8079ecb40b779bbd759d7c931c2a7 | [
"MIT"
] | null | null | null | 21.458333 | 71 | 0.613592 | 17,333 | package uk.co.devinity.unikorn;
import java.util.List;
import java.util.Map;
public class ExplodedResultSet {
private final int size;
private final List<Map<String, Object>> results;
public ExplodedResultSet(final int size,
final List<Map<String, Object>> results) {
t... |
3e290bd81c6e9f9aa0e96cb9c4b21ca45934d647 | 17,802 | java | Java | src/main/java/edu/montana/gsoc/msusel/node/MethodNode.java | MSUSEL/msu-codetree | cc0045028046886f358ae0349fab6864cec85cfa | [
"MIT"
] | null | null | null | src/main/java/edu/montana/gsoc/msusel/node/MethodNode.java | MSUSEL/msu-codetree | cc0045028046886f358ae0349fab6864cec85cfa | [
"MIT"
] | null | null | null | src/main/java/edu/montana/gsoc/msusel/node/MethodNode.java | MSUSEL/msu-codetree | cc0045028046886f358ae0349fab6864cec85cfa | [
"MIT"
] | 1 | 2018-09-30T15:08:32.000Z | 2018-09-30T15:08:32.000Z | 25.651297 | 94 | 0.546961 | 17,334 | /**
* The MIT License (MIT)
*
* MSUSEL CodeTree
* Copyright (c) 2015-2017 Montana State University, Gianforte School of Computing,
* Software Engineering Laboratory
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwa... |
3e290c3231a8d3543297d556929d78353763fab1 | 5,183 | java | Java | src/xdoclet/test/xdoclet/modules/ojb/tests/OjbTestBase.java | iu-uits-es/ojb | fb2f8d0e8efaa7dd21db233b9a61d13cf45df3e0 | [
"Apache-2.0"
] | null | null | null | src/xdoclet/test/xdoclet/modules/ojb/tests/OjbTestBase.java | iu-uits-es/ojb | fb2f8d0e8efaa7dd21db233b9a61d13cf45df3e0 | [
"Apache-2.0"
] | null | null | null | src/xdoclet/test/xdoclet/modules/ojb/tests/OjbTestBase.java | iu-uits-es/ojb | fb2f8d0e8efaa7dd21db233b9a61d13cf45df3e0 | [
"Apache-2.0"
] | null | null | null | 33.140127 | 107 | 0.581972 | 17,335 | package xdoclet.modules.ojb.tests;
/* Copyright 2003-2005 The Apache Software Foundation
*
* 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/... |
3e290c9884449c296def849b21130e06ef97e65c | 6,475 | java | Java | plugin/src/test/java/com/stratio/cassandra/lucene/search/sort/builder/GeoDistanceSortFieldBuilderTest.java | spark-zuiwanyuan/cassandra-lucene-index | a8194ab72f931f6f30429931b458cf9c8b677045 | [
"Apache-2.0"
] | null | null | null | plugin/src/test/java/com/stratio/cassandra/lucene/search/sort/builder/GeoDistanceSortFieldBuilderTest.java | spark-zuiwanyuan/cassandra-lucene-index | a8194ab72f931f6f30429931b458cf9c8b677045 | [
"Apache-2.0"
] | null | null | null | plugin/src/test/java/com/stratio/cassandra/lucene/search/sort/builder/GeoDistanceSortFieldBuilderTest.java | spark-zuiwanyuan/cassandra-lucene-index | a8194ab72f931f6f30429931b458cf9c8b677045 | [
"Apache-2.0"
] | null | null | null | 45.335664 | 118 | 0.634891 | 17,336 | /*
* Licensed to STRATIO (C) under one or more contributor license agreements.
* See the NOTICE file distributed with this work for additional information
* regarding copyright ownership. The STRATIO (C) licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file... |
3e290cd53659bc2db0ffc718ffce5e9e304ead28 | 11,053 | java | Java | jipipe-core/src/main/java/org/hkijena/jipipe/ui/documentation/JIPipeAlgorithmCompendiumUI.java | applied-systems-biology/acaq5 | 03e8001d2654db111ee95395ce651c281b0e9c5f | [
"BSD-2-Clause"
] | null | null | null | jipipe-core/src/main/java/org/hkijena/jipipe/ui/documentation/JIPipeAlgorithmCompendiumUI.java | applied-systems-biology/acaq5 | 03e8001d2654db111ee95395ce651c281b0e9c5f | [
"BSD-2-Clause"
] | null | null | null | jipipe-core/src/main/java/org/hkijena/jipipe/ui/documentation/JIPipeAlgorithmCompendiumUI.java | applied-systems-biology/acaq5 | 03e8001d2654db111ee95395ce651c281b0e9c5f | [
"BSD-2-Clause"
] | null | null | null | 57.26943 | 179 | 0.668778 | 17,337 | /*
* Copyright by Zoltán Cseresnyés, Ruman Gerst
*
* Research Group Applied Systems Biology - Head: Prof. Dr. Marc Thilo Figge
* https://www.leibniz-hki.de/en/applied-systems-biology.html
* HKI-Center for Systems Biology of Infection
* Leibniz Institute for Natural Product Research and Infection Biology - Hans Kn... |
3e290de099183f12b53f98f155bc9baa027abe81 | 1,463 | java | Java | src/test/java/com/datadog/api/v1/client/api/TelemetryTest.java | cortexapps/datadog-api-client-java | 7567fc2c14cbb91145c6a8bc862dcead1c85fdb4 | [
"Apache-2.0"
] | 22 | 2020-05-03T08:20:30.000Z | 2022-03-11T16:15:39.000Z | src/test/java/com/datadog/api/v1/client/api/TelemetryTest.java | cortexapps/datadog-api-client-java | 7567fc2c14cbb91145c6a8bc862dcead1c85fdb4 | [
"Apache-2.0"
] | 395 | 2020-04-22T17:53:40.000Z | 2022-03-31T07:10:06.000Z | src/test/java/com/datadog/api/v1/client/api/TelemetryTest.java | cortexapps/datadog-api-client-java | 7567fc2c14cbb91145c6a8bc862dcead1c85fdb4 | [
"Apache-2.0"
] | 12 | 2020-05-19T08:59:19.000Z | 2022-03-15T07:16:59.000Z | 31.804348 | 99 | 0.678059 | 17,338 | package com.datadog.api.v1.client.api;
import static com.github.tomakehurst.wiremock.client.WireMock.*;
import static org.junit.Assert.assertEquals;
import com.datadog.api.v1.client.ApiException;
import com.datadog.api.v1.client.ApiResponse;
import com.datadog.api.v1.client.model.AWSAccountListResponse;
import org.ju... |
3e290dedad6c2f6c3cf941e75095d1434314d2f9 | 26,557 | java | Java | aws-java-sdk-wafv2/src/main/java/com/amazonaws/services/wafv2/model/PutManagedRuleSetVersionsRequest.java | phambryan/aws-sdk-for-java | 0f75a8096efdb4831da8c6793390759d97a25019 | [
"Apache-2.0"
] | 3,372 | 2015-01-03T00:35:43.000Z | 2022-03-31T15:56:24.000Z | aws-java-sdk-wafv2/src/main/java/com/amazonaws/services/wafv2/model/PutManagedRuleSetVersionsRequest.java | phambryan/aws-sdk-for-java | 0f75a8096efdb4831da8c6793390759d97a25019 | [
"Apache-2.0"
] | 2,391 | 2015-01-01T12:55:24.000Z | 2022-03-31T08:01:50.000Z | aws-java-sdk-wafv2/src/main/java/com/amazonaws/services/wafv2/model/PutManagedRuleSetVersionsRequest.java | phambryan/aws-sdk-for-java | 0f75a8096efdb4831da8c6793390759d97a25019 | [
"Apache-2.0"
] | 2,876 | 2015-01-01T14:38:37.000Z | 2022-03-29T19:53:10.000Z | 40.545038 | 129 | 0.614339 | 17,339 | /*
* Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
3e290ebdf9c0731efc09ba5ea8d16381d3903f8f | 1,094 | java | Java | number-of-distinct-islands/number-of-distinct-islands.java | codeShuriken/leetcode-questions | 9464820f376fa781a17efd5fe3b2bf31880cd501 | [
"Apache-2.0"
] | null | null | null | number-of-distinct-islands/number-of-distinct-islands.java | codeShuriken/leetcode-questions | 9464820f376fa781a17efd5fe3b2bf31880cd501 | [
"Apache-2.0"
] | null | null | null | number-of-distinct-islands/number-of-distinct-islands.java | codeShuriken/leetcode-questions | 9464820f376fa781a17efd5fe3b2bf31880cd501 | [
"Apache-2.0"
] | null | null | null | 34.1875 | 89 | 0.390311 | 17,340 | class Solution {
int[][] dirs = {{1,0}, {-1,0}, {0,1}, {0,-1}};
public int numDistinctIslands(int[][] grid) {
Set<String> set = new HashSet<>();
int m = grid.length, n = grid[0].length;
for (int i = 0; i < m; ++i){
for (int j = 0; j < n; ++j){
if (grid[i][j] =... |
3e290f176fc587239c55113b39a7637659cb1f0e | 1,678 | java | Java | rice-middleware/impl/src/main/java/org/kuali/rice/kim/bo/ui/RoleDocumentBoDefaultBase.java | openlibraryenvironment/rice | 80f71bfff45ab56bd9811304033a59594e95c0c0 | [
"ECL-2.0"
] | null | null | null | rice-middleware/impl/src/main/java/org/kuali/rice/kim/bo/ui/RoleDocumentBoDefaultBase.java | openlibraryenvironment/rice | 80f71bfff45ab56bd9811304033a59594e95c0c0 | [
"ECL-2.0"
] | null | null | null | rice-middleware/impl/src/main/java/org/kuali/rice/kim/bo/ui/RoleDocumentBoDefaultBase.java | openlibraryenvironment/rice | 80f71bfff45ab56bd9811304033a59594e95c0c0 | [
"ECL-2.0"
] | null | null | null | 26.698413 | 86 | 0.754459 | 17,341 | /**
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless required by a... |
3e290fbf80de8407151a7e06e55514145ac324cb | 818 | java | Java | src/main/java/com/marvel/dingdangcat/domain/view/TDingTaskRequest.java | MenciusCheng/ding-dang-cat | c82e20c80e6d79858619c9822e08f128640b458d | [
"Apache-2.0"
] | 2 | 2019-10-14T06:25:21.000Z | 2020-11-06T07:25:02.000Z | src/main/java/com/marvel/dingdangcat/domain/view/TDingTaskRequest.java | MenciusCheng/ding-dang-cat | c82e20c80e6d79858619c9822e08f128640b458d | [
"Apache-2.0"
] | 1 | 2022-02-10T12:48:33.000Z | 2022-02-10T12:48:33.000Z | src/main/java/com/marvel/dingdangcat/domain/view/TDingTaskRequest.java | MenciusCheng/ding-dang-cat | c82e20c80e6d79858619c9822e08f128640b458d | [
"Apache-2.0"
] | 1 | 2021-04-20T10:02:41.000Z | 2021-04-20T10:02:41.000Z | 14.350877 | 43 | 0.522005 | 17,342 | package com.marvel.dingdangcat.domain.view;
import lombok.Data;
import java.time.LocalTime;
/**
* 钉钉报名任务请求体
*
* Created by Marvel on 2019/9/24.
*/
@Data
public class TDingTaskRequest {
private Long id;
/**
* 任务名称,长度在 [1, 30]
*/
private String name;
/**
* 开始时间
*/
private L... |
3e2910000b505edbc323c3d48160930bc83dc1ce | 860 | java | Java | java/d4.java | KrishnaRanjani/Edification-Gateway | 19d17c9dc76d5eed6343bef2829dac4a3813b256 | [
"MIT"
] | 2 | 2021-07-03T07:13:27.000Z | 2021-09-17T08:46:02.000Z | java/d4.java | KrishnaRanjani/Edification-Gateway | 19d17c9dc76d5eed6343bef2829dac4a3813b256 | [
"MIT"
] | null | null | null | java/d4.java | KrishnaRanjani/Edification-Gateway | 19d17c9dc76d5eed6343bef2829dac4a3813b256 | [
"MIT"
] | null | null | null | 30.714286 | 175 | 0.695349 | 17,343 | package com.example.sampleapp;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
public class d4 extends AppCompatActivity {
@Override
protected void onCreate(Bundle save... |
3e29108de5b77b53ef94c09c0881f6fdf7ba623b | 528 | java | Java | jbmc-regression/arraylength1/Main.java | Jake-the-0/Benchmark3 | a1abe9fc96c45869fdd9352941a6aa97416210a4 | [
"Artistic-1.0-cl8"
] | null | null | null | jbmc-regression/arraylength1/Main.java | Jake-the-0/Benchmark3 | a1abe9fc96c45869fdd9352941a6aa97416210a4 | [
"Artistic-1.0-cl8"
] | null | null | null | jbmc-regression/arraylength1/Main.java | Jake-the-0/Benchmark3 | a1abe9fc96c45869fdd9352941a6aa97416210a4 | [
"Artistic-1.0-cl8"
] | null | null | null | 26.4 | 64 | 0.672348 | 17,344 | /*
* Origin of the benchmark:
* license: 4-clause BSD (see /java/jbmc-regression/LICENSE)
* repo: https://github.com/diffblue/cbmc.git
* branch: develop
* directory: regression/cbmc-java/arraylength1
* The benchmark was taken from the repo: 24 January 2018
*/
import org.sosy_lab.sv_benchmarks.Ver... |
3e2910cc6625b3df8a7337850c26eed86896864a | 4,323 | java | Java | src/main/java/edu/rit/chrisbitler/ritcraft/slackintegration/rtm/RTMClient.java | RITcraft/SlackIntegration | 027d0862425ad1f0c5d8f59d4746dfb7353a7131 | [
"Apache-2.0"
] | 1 | 2015-11-14T22:37:26.000Z | 2015-11-14T22:37:26.000Z | src/main/java/edu/rit/chrisbitler/ritcraft/slackintegration/rtm/RTMClient.java | RITcraft/SlackIntegration | 027d0862425ad1f0c5d8f59d4746dfb7353a7131 | [
"Apache-2.0"
] | null | null | null | src/main/java/edu/rit/chrisbitler/ritcraft/slackintegration/rtm/RTMClient.java | RITcraft/SlackIntegration | 027d0862425ad1f0c5d8f59d4746dfb7353a7131 | [
"Apache-2.0"
] | null | null | null | 36.948718 | 171 | 0.643072 | 17,345 | /*
* Copyright 2015 RITcraft & Chris Bitler
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... |
3e2910fb420bc7b26ad303eab3cd3789b1abde91 | 1,346 | java | Java | src/main/java/de/revilo/uebungen/database/repository/service/util/GameReadCriteria.java | revillo88/database_exercises | a9871c4d5faf46870899dac093270886ef2d2c14 | [
"Apache-2.0"
] | null | null | null | src/main/java/de/revilo/uebungen/database/repository/service/util/GameReadCriteria.java | revillo88/database_exercises | a9871c4d5faf46870899dac093270886ef2d2c14 | [
"Apache-2.0"
] | null | null | null | src/main/java/de/revilo/uebungen/database/repository/service/util/GameReadCriteria.java | revillo88/database_exercises | a9871c4d5faf46870899dac093270886ef2d2c14 | [
"Apache-2.0"
] | null | null | null | 25.884615 | 80 | 0.73997 | 17,346 | package de.revilo.uebungen.database.repository.service.util;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.TypedQuery;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Root;
import de.revilo... |
3e29110091435154f4cf01c61caf8fc1534207ad | 602,699 | java | Java | lucene/test-framework/src/java/org/apache/lucene/tests/analysis/standard/EmojiTokenizationTestUnicode_12_1.java | keren123/lucence | 1dcb64b492b33f2adc3735458eefbc80e8feb1ef | [
"BSD-2-Clause",
"Apache-2.0"
] | 903 | 2015-01-02T22:13:47.000Z | 2022-03-31T13:40:42.000Z | lucene/test-framework/src/java/org/apache/lucene/tests/analysis/standard/EmojiTokenizationTestUnicode_12_1.java | keren123/lucence | 1dcb64b492b33f2adc3735458eefbc80e8feb1ef | [
"BSD-2-Clause",
"Apache-2.0"
] | 429 | 2021-03-10T14:47:58.000Z | 2022-03-31T21:26:52.000Z | lucene/test-framework/src/java/org/apache/lucene/tests/analysis/standard/EmojiTokenizationTestUnicode_12_1.java | keren123/lucence | 1dcb64b492b33f2adc3735458eefbc80e8feb1ef | [
"BSD-2-Clause",
"Apache-2.0"
] | 480 | 2015-01-05T03:07:05.000Z | 2022-03-31T10:35:08.000Z | 74.471642 | 166 | 0.479662 | 17,347 | /*
* 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 ... |
3e29136aa9dcd9efafa06c55c1e9ca140d1964ba | 9,138 | java | Java | TechPrototype/src/main/java/com/sportsmeeting/daoimpl/MatchDaoImplement.java | CoderLee-Y/Sportmeeting-system | 8b28b799a3d19b6652f0329acb9e69407e82e9cd | [
"MulanPSL-1.0"
] | null | null | null | TechPrototype/src/main/java/com/sportsmeeting/daoimpl/MatchDaoImplement.java | CoderLee-Y/Sportmeeting-system | 8b28b799a3d19b6652f0329acb9e69407e82e9cd | [
"MulanPSL-1.0"
] | null | null | null | TechPrototype/src/main/java/com/sportsmeeting/daoimpl/MatchDaoImplement.java | CoderLee-Y/Sportmeeting-system | 8b28b799a3d19b6652f0329acb9e69407e82e9cd | [
"MulanPSL-1.0"
] | null | null | null | 36.406375 | 131 | 0.691946 | 17,348 | package com.sportsmeeting.daoimpl;
import com.sportsmeeting.dao.MatchDao;
import com.sportsmeeting.entity.JudgeAssignment;
import com.sportsmeeting.entity.Match;
import com.sportsmeeting.entity.MatchSignup;
import com.sportsmeeting.entity.Result;
import com.sportsmeeting.entity.User;
import com.sportsmeeting.entity.ho... |
3e2914a6668ead240ff02f78bb4b020f63b1b0be | 1,618 | java | Java | ReplicafFeras1/src/feras/Adding2.java | umerkk/DistributedFlightReservationSystem | 260513edc2b07d08155e48ee11cf1f2790fe55f9 | [
"MIT"
] | null | null | null | ReplicafFeras1/src/feras/Adding2.java | umerkk/DistributedFlightReservationSystem | 260513edc2b07d08155e48ee11cf1f2790fe55f9 | [
"MIT"
] | null | null | null | ReplicafFeras1/src/feras/Adding2.java | umerkk/DistributedFlightReservationSystem | 260513edc2b07d08155e48ee11cf1f2790fe55f9 | [
"MIT"
] | null | null | null | 31.115385 | 86 | 0.674907 | 17,349 | package feras;
import java.net.DatagramSocket;
import java.net.SocketException;
import Models.UDPMessage;
public class Adding2 {
public int addingTwoNymber(int x, int y) {
return x + y;
}
/**
* @param args
* @throws InterruptedException
* @throws SocketException
*/
public static void main(String[] ar... |
3e2914f6cf61b5cb64475e0b1a72ded53ad12b57 | 9,101 | java | Java | app/src/main/java/com/alorma/github/ui/fragment/NotificationsFragment.java | gitskarios/Gitskarios | e87b5e4d5e28b0ed5071c35ef3786154afe891b2 | [
"MIT"
] | 676 | 2015-04-17T11:14:16.000Z | 2022-02-12T14:18:25.000Z | app/src/main/java/com/alorma/github/ui/fragment/NotificationsFragment.java | gitskarios/Gitskarios | e87b5e4d5e28b0ed5071c35ef3786154afe891b2 | [
"MIT"
] | 552 | 2015-04-17T07:14:02.000Z | 2019-03-13T15:53:41.000Z | app/src/main/java/com/alorma/github/ui/fragment/NotificationsFragment.java | gitskarios/Gitskarios | e87b5e4d5e28b0ed5071c35ef3786154afe891b2 | [
"MIT"
] | 169 | 2015-04-18T03:27:00.000Z | 2022-02-12T14:18:32.000Z | 29.263666 | 128 | 0.717613 | 17,350 | package com.alorma.github.ui.fragment;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import com.alorma.... |
3e29150f66a2e65ebf112d2c152a835a0d12a0c4 | 1,602 | java | Java | jdbc-etu/Outil.java | Misteryagci/vigilant-system | a2986d1eab9958ceffc475aa2cf6b3d4162fb2f2 | [
"MIT"
] | null | null | null | jdbc-etu/Outil.java | Misteryagci/vigilant-system | a2986d1eab9958ceffc475aa2cf6b3d4162fb2f2 | [
"MIT"
] | null | null | null | jdbc-etu/Outil.java | Misteryagci/vigilant-system | a2986d1eab9958ceffc475aa2cf6b3d4162fb2f2 | [
"MIT"
] | null | null | null | 26.262295 | 87 | 0.569288 | 17,351 | import java.sql.*;
import java.io.*;
/**
* La classe Outil
**/
public class Outil {
public static PrintStream out = System.out; // affichage des résulats à l'ecran
static BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
/* méthodes pour la gestion des er... |
3e29156567706a21ef1acac5d783736569b5f159 | 1,240 | java | Java | src/main/java/com/zrzhen/huozhiwang/controller/vo/SecondLevelCategoryVO.java | yanlongyun/huozhiwang | 71255210c22b2b28d47259af76f0b5cc698d897f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/zrzhen/huozhiwang/controller/vo/SecondLevelCategoryVO.java | yanlongyun/huozhiwang | 71255210c22b2b28d47259af76f0b5cc698d897f | [
"Apache-2.0"
] | 2 | 2021-01-21T01:28:47.000Z | 2021-12-09T22:33:33.000Z | src/main/java/com/zrzhen/huozhiwang/controller/vo/SecondLevelCategoryVO.java | yanlongyun/huozhiwang | 71255210c22b2b28d47259af76f0b5cc698d897f | [
"Apache-2.0"
] | null | null | null | 21.37931 | 92 | 0.691129 | 17,352 | package com.zrzhen.huozhiwang.controller.vo;
import java.util.List;
public class SecondLevelCategoryVO {
private Long categoryId;
private Long parentId;
public Long getParentId() {
return parentId;
}
public void setParentId(Long parentId) {
this.parentId = parentId;
}
... |
3e29159a538ea04d97a65328912d4dd11be40a64 | 141 | java | Java | drone-srv/src/main/java/com/musala/service/DroneAuditService.java | aeltayary/drone | dc9f2b7b45f83c99597e972f4f86148c7a94fe57 | [
"Apache-2.0"
] | null | null | null | drone-srv/src/main/java/com/musala/service/DroneAuditService.java | aeltayary/drone | dc9f2b7b45f83c99597e972f4f86148c7a94fe57 | [
"Apache-2.0"
] | null | null | null | drone-srv/src/main/java/com/musala/service/DroneAuditService.java | aeltayary/drone | dc9f2b7b45f83c99597e972f4f86148c7a94fe57 | [
"Apache-2.0"
] | null | null | null | 9.4 | 36 | 0.64539 | 17,353 | /**
*
*/
package com.musala.service;
/**
* @author aeltayary
*
*/
public interface DroneAuditService {
void updateBatterLevel();
}
|
3e2915b72369bf630210b2e8c3c2f83bb53ba59c | 641 | java | Java | gooru-core/src/main/java/org/ednovo/gooru/core/api/model/Network.java | saravanab/Gooru-Core-API-1 | f659734b8cf746566c6c62c9ee2a8ed3db1dc875 | [
"MIT"
] | null | null | null | gooru-core/src/main/java/org/ednovo/gooru/core/api/model/Network.java | saravanab/Gooru-Core-API-1 | f659734b8cf746566c6c62c9ee2a8ed3db1dc875 | [
"MIT"
] | null | null | null | gooru-core/src/main/java/org/ednovo/gooru/core/api/model/Network.java | saravanab/Gooru-Core-API-1 | f659734b8cf746566c6c62c9ee2a8ed3db1dc875 | [
"MIT"
] | null | null | null | 19.424242 | 68 | 0.730109 | 17,354 | package org.ednovo.gooru.core.api.model;
public class Network extends Party implements OrganizationWrapper {
/**
*
*/
private static final long serialVersionUID = 2247265221959499344L;
private boolean approvedFlag;
private Organization organization;
public boolean isApprovedFlag() {
ret... |
3e291648442e7933a20134e0356ce45b988e8217 | 2,481 | java | Java | src/main/java/io/element36/cash36/ebics/generated/camt_053_001/TrackData1.java | element36-io/ebics-java-server | f87f09510e5e47071ec1a0cf9c18207d95e4b18d | [
"Apache-2.0"
] | 1 | 2022-03-08T18:41:44.000Z | 2022-03-08T18:41:44.000Z | src/main/java/io/element36/cash36/ebics/generated/camt_053_001/TrackData1.java | element36-io/ebics-java-server | f87f09510e5e47071ec1a0cf9c18207d95e4b18d | [
"Apache-2.0"
] | 5 | 2021-05-27T10:05:21.000Z | 2021-08-30T09:25:28.000Z | src/main/java/io/element36/cash36/ebics/generated/camt_053_001/TrackData1.java | element36-io/ebics-java-server | f87f09510e5e47071ec1a0cf9c18207d95e4b18d | [
"Apache-2.0"
] | 2 | 2021-07-11T02:27:03.000Z | 2021-08-05T07:11:46.000Z | 25.316327 | 128 | 0.608626 | 17,355 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019.05.06 at 12:19:... |
3e2916e3b013f9e4a2ec09a8de879015a22446ab | 1,986 | java | Java | src/sorts/merge/SunriseSort.java | PCBoyGames/ArrayV-v4.0 | 238e28bcfca74dfd514b19fffa73829b51edd098 | [
"MIT"
] | 1 | 2021-12-16T16:52:39.000Z | 2021-12-16T16:52:39.000Z | src/sorts/merge/SunriseSort.java | PCBoyGames/ArrayV-v4.0 | 238e28bcfca74dfd514b19fffa73829b51edd098 | [
"MIT"
] | 1 | 2021-11-30T22:03:44.000Z | 2021-12-31T02:08:54.000Z | src/sorts/merge/SunriseSort.java | PCBoyGames/ArrayV-v4.0 | 238e28bcfca74dfd514b19fffa73829b51edd098 | [
"MIT"
] | 1 | 2021-10-05T16:39:39.000Z | 2021-10-05T16:39:39.000Z | 28.782609 | 74 | 0.629909 | 17,356 | package sorts.merge;
import main.ArrayVisualizer;
import sorts.templates.BogoSorting;
public final class SunriseSort extends BogoSorting {
public SunriseSort(ArrayVisualizer arrayVisualizer) {
super(arrayVisualizer);
this.setSortListName("Sunrise");
this.setRunAllSortsName("Sunrise Sort");
this.setRunSort... |
3e2916f3a2a025cdb35ec8da1af565d2eec3336e | 1,453 | java | Java | src/esocial-jt-dominio/src/main/java/br/jus/tst/esocial/dominio/beneficio/termino/InfoBenTermino.java | Vitorhr10/esocial | 572883c9bdb89174325cc0f6a5c794ee7fc5f499 | [
"BSD-3-Clause"
] | null | null | null | src/esocial-jt-dominio/src/main/java/br/jus/tst/esocial/dominio/beneficio/termino/InfoBenTermino.java | Vitorhr10/esocial | 572883c9bdb89174325cc0f6a5c794ee7fc5f499 | [
"BSD-3-Clause"
] | null | null | null | src/esocial-jt-dominio/src/main/java/br/jus/tst/esocial/dominio/beneficio/termino/InfoBenTermino.java | Vitorhr10/esocial | 572883c9bdb89174325cc0f6a5c794ee7fc5f499 | [
"BSD-3-Clause"
] | null | null | null | 20.464789 | 95 | 0.741225 | 17,357 | package br.jus.tst.esocial.dominio.beneficio.termino;
import java.util.Calendar;
import java.util.Objects;
import javax.validation.constraints.NotNull;
public class InfoBenTermino {
@NotNull
private Calendar dtTermBeneficio;
private byte mtvTermino;
private String cnpjOrgaoSuc;
private String novoCPF;
... |
3e29176483a190c11600002e70b803efdb5b8bcb | 1,278 | java | Java | jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/training/mapper/D1000Mapper.java | dskl1/jeecg-boot | bf515dc2eda6f5fa8ab91a6df2572cbdbc9fa203 | [
"Apache-2.0"
] | 1 | 2019-08-06T02:39:13.000Z | 2019-08-06T02:39:13.000Z | jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/training/mapper/D1000Mapper.java | dskl1/jeecg-boot | bf515dc2eda6f5fa8ab91a6df2572cbdbc9fa203 | [
"Apache-2.0"
] | null | null | null | jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/training/mapper/D1000Mapper.java | dskl1/jeecg-boot | bf515dc2eda6f5fa8ab91a6df2572cbdbc9fa203 | [
"Apache-2.0"
] | null | null | null | 42.6 | 250 | 0.77543 | 17,358 | package org.jeecg.modules.training.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Insert;
import org.jeecg.modules.training.entity.D1000;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Param;
/**
* @Description: 1000
* @Author: jeecg-boot
* @Date:... |
3e2917908525432c439732572d43242ef4d7b703 | 21,559 | java | Java | dtm-query-execution-core/src/test/java/io/arenadata/dtm/query/execution/core/ddl/table/CreateTableExecutorTest.java | bronekalmar/prostore | bd5286492251626b768c1d2616dd5e29e91e9510 | [
"ECL-2.0",
"Apache-2.0"
] | 15 | 2020-12-25T14:03:08.000Z | 2022-01-31T08:05:45.000Z | dtm-query-execution-core/src/test/java/io/arenadata/dtm/query/execution/core/ddl/table/CreateTableExecutorTest.java | bronekalmar/prostore | bd5286492251626b768c1d2616dd5e29e91e9510 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2021-10-07T10:43:44.000Z | 2021-10-07T10:43:44.000Z | dtm-query-execution-core/src/test/java/io/arenadata/dtm/query/execution/core/ddl/table/CreateTableExecutorTest.java | bronekalmar/prostore | bd5286492251626b768c1d2616dd5e29e91e9510 | [
"ECL-2.0",
"Apache-2.0"
] | 9 | 2021-07-17T09:59:00.000Z | 2022-01-21T09:20:30.000Z | 49.675115 | 156 | 0.716963 | 17,359 | /*
* Copyright © 2021 ProStore
*
* 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... |
3e29192a8c60e72cb1ef5df85e2187758d41d865 | 18,156 | java | Java | src/main/java/org/kettle/splunk/steps/splunkinput/SplunkInputDialog.java | mattcasters/kettle-splunk | dec06c5fa36f83053b9b0f4b8c85a5624fb59487 | [
"Apache-2.0"
] | 6 | 2019-10-08T02:00:27.000Z | 2021-11-08T12:42:16.000Z | src/main/java/org/kettle/splunk/steps/splunkinput/SplunkInputDialog.java | mattcasters/kettle-splunk | dec06c5fa36f83053b9b0f4b8c85a5624fb59487 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/kettle/splunk/steps/splunkinput/SplunkInputDialog.java | mattcasters/kettle-splunk | dec06c5fa36f83053b9b0f4b8c85a5624fb59487 | [
"Apache-2.0"
] | null | null | null | 39.383948 | 178 | 0.699659 | 17,360 | package org.kettle.splunk.steps.splunkinput;
import com.splunk.Args;
import com.splunk.JobArgs;
import com.splunk.ResultsReaderXml;
import com.splunk.Service;
import org.apache.commons.lang.StringUtils;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.CCombo;
import org.eclipse.swt.custom.ScrolledComposite;
i... |
3e2919a9da846c91a07ee90f1cd9861639553b10 | 304 | java | Java | core/src/test/java/com/qstarter/core/utils/FileUtilsTest.java | miskss/QStarter | 4880c2a83c85c5796de4b817413a766226c8ad05 | [
"Apache-2.0"
] | 1 | 2021-06-29T07:32:46.000Z | 2021-06-29T07:32:46.000Z | core/src/test/java/com/qstarter/core/utils/FileUtilsTest.java | miskss/QStarter | 4880c2a83c85c5796de4b817413a766226c8ad05 | [
"Apache-2.0"
] | null | null | null | core/src/test/java/com/qstarter/core/utils/FileUtilsTest.java | miskss/QStarter | 4880c2a83c85c5796de4b817413a766226c8ad05 | [
"Apache-2.0"
] | null | null | null | 21.714286 | 106 | 0.730263 | 17,361 | package com.qstarter.core.utils;
import org.junit.jupiter.api.Test;
import java.io.IOException;
public class FileUtilsTest {
@Test
public void deleteFile() throws IOException {
FileUtils.deleteFile("/smart_file/img/1/1569222199374.jpg","/smart_file/img/1/1569220244725.jpg");
}
} |
3e291a95c40fd10d9ec85020e1e67ed816a448c0 | 1,161 | java | Java | dropwizard-testing/src/test/java/io/dropwizard/testing/app/PersonResourceTest.java | d2fn/dropwizard | f6202ec0a7087f04e3a34ac2c85aeb892e499630 | [
"Apache-2.0"
] | 4 | 2015-01-09T23:19:56.000Z | 2020-11-24T17:07:18.000Z | dropwizard-testing/src/test/java/io/dropwizard/testing/app/PersonResourceTest.java | bwmeier/dropwizard | 9ac4b139e98c5fa52e2d92cff012afd3729eb4ac | [
"Apache-2.0"
] | null | null | null | dropwizard-testing/src/test/java/io/dropwizard/testing/app/PersonResourceTest.java | bwmeier/dropwizard | 9ac4b139e98c5fa52e2d92cff012afd3729eb4ac | [
"Apache-2.0"
] | 2 | 2016-11-18T09:06:14.000Z | 2021-03-17T16:25:21.000Z | 25.777778 | 81 | 0.690517 | 17,362 | package io.dropwizard.testing.app;
import io.dropwizard.testing.Person;
import io.dropwizard.testing.junit.ResourceTestRule;
import org.junit.Before;
import org.junit.ClassRule;
import org.junit.Test;
import java.util.logging.Level;
import java.util.logging.Logger;
import static org.mockito.Mockito.*;
import static ... |
3e291b337a6cebb424dbfd969e4247db892211d9 | 1,472 | java | Java | core/src/test/java/detective/core/example/InRangeValidatinoTask.java | detectiveframework/detective | 0e77a34ca26d039e01673690a72aa366740af718 | [
"Apache-2.0"
] | 2 | 2016-10-31T08:47:54.000Z | 2017-11-28T02:03:16.000Z | core/src/test/java/detective/core/example/InRangeValidatinoTask.java | detectiveframework/detective | 0e77a34ca26d039e01673690a72aa366740af718 | [
"Apache-2.0"
] | 1 | 2021-06-26T01:38:43.000Z | 2021-06-26T01:38:43.000Z | core/src/test/java/detective/core/example/InRangeValidatinoTask.java | detectiveframework/detective | 0e77a34ca26d039e01673690a72aa366740af718 | [
"Apache-2.0"
] | 4 | 2016-01-28T03:40:19.000Z | 2017-07-25T06:31:33.000Z | 25.824561 | 70 | 0.6875 | 17,363 | package detective.core.example;
import java.math.BigInteger;
import detective.core.Parameters;
import detective.core.config.ConfigException;
import detective.task.AbstractTask;
/**
* Validates a give number is within a range
*
*
* <h3>Input</h3>
*
* <pre>
* number: the value to check against the range
*... |
3e291d3bbeb2714bcf3732afba67718c72dd61c4 | 2,745 | java | Java | src/test/java/com/github/wenhao/mushrooms/integration/controller/TestController.java | wenhao/mock-server | 2675d9f10f7cc7037f8e2d6aeae914cd3fa560ff | [
"Apache-2.0"
] | 7 | 2018-09-05T00:37:23.000Z | 2019-08-02T14:00:48.000Z | src/test/java/com/github/wenhao/mushrooms/integration/controller/TestController.java | wenhao/mock-server | 2675d9f10f7cc7037f8e2d6aeae914cd3fa560ff | [
"Apache-2.0"
] | 20 | 2018-07-27T05:31:53.000Z | 2018-09-19T04:54:45.000Z | src/test/java/com/github/wenhao/mushrooms/integration/controller/TestController.java | wenhao/parrot | 2675d9f10f7cc7037f8e2d6aeae914cd3fa560ff | [
"Apache-2.0"
] | 1 | 2019-07-09T11:57:29.000Z | 2019-07-09T11:57:29.000Z | 43.52381 | 98 | 0.778264 | 17,364 | /*
* Copyright © 2019, Wen Hao <ychag@example.com>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify... |
3e291d78c64ee3f9944834d5ed347ea3dc224480 | 4,868 | java | Java | bundle/edu.gemini.spModel.io/src/main/java/edu/gemini/spModel/io/impl/migration/toPalote/EventConverter.java | jocelynferrara/ocs | 446c8a8e03d86bd341ac024fae6811ecb643e185 | [
"BSD-3-Clause"
] | 13 | 2015-02-04T21:33:56.000Z | 2020-04-10T01:37:41.000Z | bundle/edu.gemini.spModel.io/src/main/java/edu/gemini/spModel/io/impl/migration/toPalote/EventConverter.java | jocelynferrara/ocs | 446c8a8e03d86bd341ac024fae6811ecb643e185 | [
"BSD-3-Clause"
] | 1,169 | 2015-01-02T13:20:50.000Z | 2022-03-21T12:01:59.000Z | bundle/edu.gemini.spModel.io/src/main/java/edu/gemini/spModel/io/impl/migration/toPalote/EventConverter.java | jocelynferrara/ocs | 446c8a8e03d86bd341ac024fae6811ecb643e185 | [
"BSD-3-Clause"
] | 13 | 2015-04-07T18:01:55.000Z | 2021-02-03T12:57:58.000Z | 34.28169 | 111 | 0.620994 | 17,365 | //
// $Id: EventConverter.java 6228 2005-05-30 16:08:39Z shane $
//
package edu.gemini.spModel.io.impl.migration.toPalote;
import edu.gemini.pot.sp.SPObservationID;
import edu.gemini.spModel.dataset.DatasetRecord;
import edu.gemini.spModel.event.*;
import edu.gemini.spModel.pio.Container;
import edu.gemini.spModel.pi... |
3e291e6fa33a2b1d5865b5a62e33d559f9f790aa | 442 | java | Java | Event/src/main/java/com/kxj/EventApplication.java | kong0827/SpringBoot-Learning | 679fc4ca8b1194ab56a4fe05dd48bae2d03f968c | [
"Apache-2.0"
] | 5 | 2020-10-14T10:07:06.000Z | 2021-12-22T14:10:10.000Z | Event/src/main/java/com/kxj/EventApplication.java | kong0827/SpringBoot-Learning | 679fc4ca8b1194ab56a4fe05dd48bae2d03f968c | [
"Apache-2.0"
] | 4 | 2020-10-25T08:43:16.000Z | 2022-03-23T03:42:06.000Z | Event/src/main/java/com/kxj/EventApplication.java | kong0827/SpringBoot-Learning | 679fc4ca8b1194ab56a4fe05dd48bae2d03f968c | [
"Apache-2.0"
] | 1 | 2021-04-08T12:48:37.000Z | 2021-04-08T12:48:37.000Z | 23.263158 | 68 | 0.773756 | 17,366 | package com.kxj;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableAsync;
/**
* @author xiangjin.kong
* @date 2021/1/15 16:40
*/
@SpringBootApplication
@EnableAsync
public class EventApplica... |
3e291f7c978183b565ccd75db9fdec9b92d2a77e | 365 | java | Java | src/main/java/edu/global/sgs/api/domain/College.java | zhexuany/spring-boot-authorized-RESTfull-api | 007fe34a4f268ee81c8debe2752d43a21aae7c3a | [
"Apache-2.0"
] | 1 | 2019-01-20T07:16:50.000Z | 2019-01-20T07:16:50.000Z | src/main/java/edu/global/sgs/api/domain/College.java | zhexuany/spring-boot-authorized-rest-api | 007fe34a4f268ee81c8debe2752d43a21aae7c3a | [
"Apache-2.0"
] | null | null | null | src/main/java/edu/global/sgs/api/domain/College.java | zhexuany/spring-boot-authorized-rest-api | 007fe34a4f268ee81c8debe2752d43a21aae7c3a | [
"Apache-2.0"
] | null | null | null | 19.210526 | 51 | 0.750685 | 17,367 | package edu.global.sgs.api.domain;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
@Data
@Entity
@NoArgsConstructor
public class College {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private String name;
private @ManyToOne Department depar... |
3e291f994e5a213e93fce83c22d59bbbd818d71d | 3,034 | java | Java | app/src/main/java/com/haocent/android/recyclerview/timeline/TimelineActivity.java | mingrq/RecyclerView-T | 5f74421b17c76ed6ec1eeea26ec6803639841fb5 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/haocent/android/recyclerview/timeline/TimelineActivity.java | mingrq/RecyclerView-T | 5f74421b17c76ed6ec1eeea26ec6803639841fb5 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/haocent/android/recyclerview/timeline/TimelineActivity.java | mingrq/RecyclerView-T | 5f74421b17c76ed6ec1eeea26ec6803639841fb5 | [
"Apache-2.0"
] | null | null | null | 30.039604 | 103 | 0.610086 | 17,368 | package com.haocent.android.recyclerview.timeline;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.Vie... |
3e2920f4a0285d4717aa35950983f1ce8927fa83 | 867 | java | Java | chap06/src/main/java/com/genius/primavera/domain/model/hierarchy/Family.java | csj4032/primavera | b3e03700541810ea97426c624d60269fef2f0826 | [
"Apache-2.0"
] | 50 | 2019-04-09T23:59:37.000Z | 2021-04-26T05:46:13.000Z | chap06/src/main/java/com/genius/primavera/domain/model/hierarchy/Family.java | csj4032/primavera | b3e03700541810ea97426c624d60269fef2f0826 | [
"Apache-2.0"
] | 5 | 2019-04-10T09:51:49.000Z | 2020-08-24T02:56:46.000Z | chap06/src/main/java/com/genius/primavera/domain/model/hierarchy/Family.java | csj4032/primavera | b3e03700541810ea97426c624d60269fef2f0826 | [
"Apache-2.0"
] | 10 | 2019-06-16T06:11:00.000Z | 2020-12-06T05:58:13.000Z | 24.771429 | 86 | 0.758939 | 17,369 | package com.genius.primavera.domain.model.hierarchy;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import javax.persistence.*;
import java.time.LocalDateTime;
@Setter
@Getter
@Entity
@ToString
@Table(name = "FAMILY")
@Inheritance(strategy = InheritanceType.TABLE_PER_CLASS)
public abstract class... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.