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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e282c46ca3ca53874a9c19a4d0955bb7e611bd8 | 533 | java | Java | android/src/main/java/com/remobile/module/ModuleManager.java | remobile/react-native-module | e72631461f17e11b3d6b0020b8bccdb3455397bb | [
"MIT"
] | 12 | 2017-03-03T09:05:47.000Z | 2021-03-16T09:47:09.000Z | android/src/main/java/com/remobile/module/ModuleManager.java | remobile/react-native-module | e72631461f17e11b3d6b0020b8bccdb3455397bb | [
"MIT"
] | 1 | 2019-02-15T05:35:55.000Z | 2019-02-15T05:35:55.000Z | android/src/main/java/com/remobile/module/ModuleManager.java | remobile/react-native-module | e72631461f17e11b3d6b0020b8bccdb3455397bb | [
"MIT"
] | 1 | 2019-07-12T19:34:55.000Z | 2019-07-12T19:34:55.000Z | 24.227273 | 61 | 0.699812 | 16,966 | package com.remobile.module;
public class ModuleManager {
private static ModuleActivity activity;
private static RCTModule module;
public static ModuleActivity getActivity() {
return ModuleManager.activity;
}
public static void setActivity(ModuleActivity activity) {
ModuleManager.... |
3e282c6c0e731672222336cccd289dcb844e3084 | 936 | java | Java | processor/src/main/java/react4j/processor/PublishDescriptor.java | lolaalamal/react4j | 80a74bfad0e0a8ceb85107ede5d76ca022f248b3 | [
"Apache-2.0"
] | 27 | 2017-11-16T08:43:10.000Z | 2022-02-24T08:44:02.000Z | processor/src/main/java/react4j/processor/PublishDescriptor.java | lolaalamal/react4j | 80a74bfad0e0a8ceb85107ede5d76ca022f248b3 | [
"Apache-2.0"
] | 80 | 2018-02-05T22:15:30.000Z | 2022-02-11T01:59:33.000Z | processor/src/main/java/react4j/processor/PublishDescriptor.java | lolaalamal/react4j | 80a74bfad0e0a8ceb85107ede5d76ca022f248b3 | [
"Apache-2.0"
] | null | null | null | 21.272727 | 63 | 0.717949 | 16,967 | package react4j.processor;
import java.util.Objects;
import javax.annotation.Nonnull;
import javax.lang.model.element.ExecutableElement;
import javax.lang.model.type.ExecutableType;
final class PublishDescriptor
{
@Nonnull
private final String _qualifier;
@Nonnull
private final ExecutableElement _method;
@N... |
3e28307d8603650ce0ce60b61eaf88b282edbe5b | 1,129 | java | Java | src/main/java/org/n3r/eql/parser/UnlessParser.java | CharLemAznable/eql | bd00eb4171f15ba11dbc210ba7d916df06c839c2 | [
"Apache-2.0"
] | 218 | 2015-02-26T11:24:00.000Z | 2022-03-09T07:09:47.000Z | src/main/java/org/n3r/eql/parser/UnlessParser.java | CharLemAznable/eql | bd00eb4171f15ba11dbc210ba7d916df06c839c2 | [
"Apache-2.0"
] | 18 | 2016-04-27T16:24:39.000Z | 2022-01-07T06:19:29.000Z | src/main/java/org/n3r/eql/parser/UnlessParser.java | CharLemAznable/eql | bd00eb4171f15ba11dbc210ba7d916df06c839c2 | [
"Apache-2.0"
] | 115 | 2015-01-29T01:50:35.000Z | 2021-11-30T08:34:22.000Z | 24.543478 | 74 | 0.574845 | 16,968 | package org.n3r.eql.parser;
import lombok.val;
import java.util.List;
public class UnlessParser implements PartParser {
private String expr;
private MultiPart multiPart = new MultiPart();
public UnlessParser(String expr) {
this.expr = expr;
}
@Override
public EqlPart createPart() {
... |
3e28313fa4b1b92eb986eb00f97c2f74874f5a30 | 2,235 | java | Java | sample/web/src/main/java/com/profullstack/springseed/jproject/web/components/api/TestController.java | profullstack/spring-seed | 746300d782d76aa20efb12fee344c67f37e9a353 | [
"Apache-2.0"
] | 3 | 2017-08-01T11:02:46.000Z | 2018-06-15T09:27:26.000Z | sample/web/src/main/java/com/profullstack/springseed/jproject/web/components/api/TestController.java | profullstack/spring-seed | 746300d782d76aa20efb12fee344c67f37e9a353 | [
"Apache-2.0"
] | null | null | null | sample/web/src/main/java/com/profullstack/springseed/jproject/web/components/api/TestController.java | profullstack/spring-seed | 746300d782d76aa20efb12fee344c67f37e9a353 | [
"Apache-2.0"
] | null | null | null | 31.928571 | 105 | 0.798658 | 16,969 | package com.profullstack.springseed.jproject.web.components.api;
import com.profullstack.springseed.core.web.restapi.AuthorizationHeaderRequest;
import com.profullstack.springseed.core.web.restapi.EnableAuthorization;
import com.profullstack.springseed.core.web.restapi.JwtTokenFactory;
import com.profullstack.springse... |
3e283151cdb899e103b26f2b488f9c1c61015040 | 3,966 | java | Java | Java/Eta/ValueAdd/src/main/java/com/refinitiv/eta/valueadd/domainrep/rdm/directory/DirectoryStatus.java | krico/Real-Time-SDK | 534534199f1595f0dea121f02a57db4b2c0aeae2 | [
"Apache-2.0"
] | 33 | 2020-09-30T17:55:53.000Z | 2022-03-10T12:40:45.000Z | Java/Eta/ValueAdd/src/main/java/com/refinitiv/eta/valueadd/domainrep/rdm/directory/DirectoryStatus.java | krico/Real-Time-SDK | 534534199f1595f0dea121f02a57db4b2c0aeae2 | [
"Apache-2.0"
] | 73 | 2020-08-26T06:44:19.000Z | 2022-03-31T15:58:46.000Z | Java/Eta/ValueAdd/src/main/java/com/refinitiv/eta/valueadd/domainrep/rdm/directory/DirectoryStatus.java | krico/Real-Time-SDK | 534534199f1595f0dea121f02a57db4b2c0aeae2 | [
"Apache-2.0"
] | 24 | 2020-09-05T13:18:02.000Z | 2022-03-29T08:20:29.000Z | 25.423077 | 92 | 0.600605 | 16,970 | package com.refinitiv.eta.valueadd.domainrep.rdm.directory;
import com.refinitiv.eta.codec.State;
/**
* The RDM Directory Status. Used by an OMM Provider to indicate changes to the
* Directory stream.
*
* @see DirectoryMsg
*/
public interface DirectoryStatus extends DirectoryMsg
{
/**
* The RDM Di... |
3e2832395fe91dc795c5e256be0ee472f9d4e2ce | 2,901 | java | Java | modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201809/cm/FeedItemTargetServiceInterfacemutate.java | Deni-eng-27/googleads-java-lib | 8a36acd4235da883fe8c0220414603c84c410ca9 | [
"Apache-2.0"
] | 215 | 2015-01-03T08:17:03.000Z | 2022-01-20T09:48:18.000Z | modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201809/cm/FeedItemTargetServiceInterfacemutate.java | Deni-eng-27/googleads-java-lib | 8a36acd4235da883fe8c0220414603c84c410ca9 | [
"Apache-2.0"
] | 189 | 2015-01-06T15:16:41.000Z | 2021-12-16T14:13:12.000Z | modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201809/cm/FeedItemTargetServiceInterfacemutate.java | Deni-eng-27/googleads-java-lib | 8a36acd4235da883fe8c0220414603c84c410ca9 | [
"Apache-2.0"
] | 382 | 2015-01-07T04:42:40.000Z | 2022-03-03T12:15:10.000Z | 30.861702 | 162 | 0.660117 | 16,971 | // Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writi... |
3e2832d5a240b7e8684697e1038f731f5389759b | 7,191 | java | Java | src/com/example/letsstart/notifs/SplashActivity.java | pradeeppj/EnrootApp | 430b10a2cef52004b001fb90a2163efc947021b6 | [
"MIT",
"Unlicense"
] | null | null | null | src/com/example/letsstart/notifs/SplashActivity.java | pradeeppj/EnrootApp | 430b10a2cef52004b001fb90a2163efc947021b6 | [
"MIT",
"Unlicense"
] | null | null | null | src/com/example/letsstart/notifs/SplashActivity.java | pradeeppj/EnrootApp | 430b10a2cef52004b001fb90a2163efc947021b6 | [
"MIT",
"Unlicense"
] | null | null | null | 29.838174 | 93 | 0.648728 | 16,972 | package com.example.letsstart.notifs;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.util.Log;
import android.view.MotionEvent;
import android.view.... |
3e2833c9121d3dd0e1aa69489ad250c77f8a14e7 | 947 | java | Java | src/main/java/com/eelve/lovinstarter/exception/BaseException.java | lovinstudio/QuicklySpringboot | 3f258c9b3c322200ee17eb6f48e8fa41374c1cd7 | [
"MIT"
] | 1 | 2020-05-22T16:13:49.000Z | 2020-05-22T16:13:49.000Z | src/main/java/com/eelve/lovinstarter/exception/BaseException.java | lovinstudio/lovinstarter | 3f258c9b3c322200ee17eb6f48e8fa41374c1cd7 | [
"MIT"
] | null | null | null | src/main/java/com/eelve/lovinstarter/exception/BaseException.java | lovinstudio/lovinstarter | 3f258c9b3c322200ee17eb6f48e8fa41374c1cd7 | [
"MIT"
] | null | null | null | 18.94 | 61 | 0.570222 | 16,973 | package com.eelve.lovinstarter.exception;
/**
* @author zhaozhilue
*/
public class BaseException extends RuntimeException{
private static final long serialVersionUID = 1L;
private String msg;
private int code = 500;
public BaseException(String msg) {
super(msg);
this.msg = msg;
... |
3e2833df07865096c1abf6663b316abe9efe4148 | 18,902 | java | Java | src/main/java/picard/util/AdapterMarker.java | markjschreiber/picard-1 | d784ca32864db72c821d38875fed7bea0524ab87 | [
"MIT"
] | 798 | 2015-01-07T20:01:24.000Z | 2022-03-29T02:22:59.000Z | src/main/java/picard/util/AdapterMarker.java | markjschreiber/picard-1 | d784ca32864db72c821d38875fed7bea0524ab87 | [
"MIT"
] | 1,523 | 2015-01-05T16:14:40.000Z | 2022-03-30T19:05:16.000Z | src/main/java/picard/util/AdapterMarker.java | markjschreiber/picard-1 | d784ca32864db72c821d38875fed7bea0524ab87 | [
"MIT"
] | 419 | 2015-01-02T12:25:51.000Z | 2022-03-22T06:26:31.000Z | 44.163551 | 150 | 0.667231 | 16,974 | /*
* The MIT License
*
* Copyright (c) 2014 The Broad Institute
*
* 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... |
3e28357c76bbf0dd4d1411566100b347ccdf3fb4 | 2,867 | java | Java | analyzer/src/com/google/research/ic/ferret/uiserver/UIServer.java | numerator/ferret | 85a8a1a975341bfdfeef76ee2fbea290818bcec5 | [
"Apache-2.0"
] | 6 | 2015-08-08T08:58:07.000Z | 2020-03-15T06:58:10.000Z | analyzer/src/com/google/research/ic/ferret/uiserver/UIServer.java | google/ferret | 85a8a1a975341bfdfeef76ee2fbea290818bcec5 | [
"Apache-2.0"
] | null | null | null | analyzer/src/com/google/research/ic/ferret/uiserver/UIServer.java | google/ferret | 85a8a1a975341bfdfeef76ee2fbea290818bcec5 | [
"Apache-2.0"
] | 8 | 2015-08-20T10:43:15.000Z | 2021-07-12T12:25:14.000Z | 36.291139 | 125 | 0.639693 | 16,975 | /*******************************************************************************
* Copyright 2015 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ... |
3e283704c58598485627f170dc08b187c3e8780d | 198 | java | Java | Product/origin-android/app/src/main/java/com/genesis/android/butler/domain/constants/ConstUrl.java | davidgjy/android-collector | 01aaa3ae2c70d838fc13fa3c60c1075e069b1924 | [
"Apache-2.0"
] | null | null | null | Product/origin-android/app/src/main/java/com/genesis/android/butler/domain/constants/ConstUrl.java | davidgjy/android-collector | 01aaa3ae2c70d838fc13fa3c60c1075e069b1924 | [
"Apache-2.0"
] | null | null | null | Product/origin-android/app/src/main/java/com/genesis/android/butler/domain/constants/ConstUrl.java | davidgjy/android-collector | 01aaa3ae2c70d838fc13fa3c60c1075e069b1924 | [
"Apache-2.0"
] | null | null | null | 22 | 79 | 0.70202 | 16,976 | package com.genesis.android.butler.domain.constants;
/**
* Created by KG on 16/10/10.
*/
public class ConstUrl {
public static final String BASE_URL = "http://192.168.30.157:8080/butler/";
}
|
3e2837dd1b689f72fca53747c4121299f811b187 | 1,970 | java | Java | DroidWatcher/src/com/droidwatcher/receivers/ScreenStateReceiver.java | valery-shinkevich/Droid-Watcher | afdc2bc2c472db0ac467b4aef6932a6feea524fc | [
"MIT"
] | 1 | 2016-12-27T02:01:20.000Z | 2016-12-27T02:01:20.000Z | DroidWatcher/src/com/droidwatcher/receivers/ScreenStateReceiver.java | vasgen03081977/Droid-Watcher | 11ecb59c2274dd1a73e8fd051510e62b9d04592c | [
"MIT"
] | null | null | null | DroidWatcher/src/com/droidwatcher/receivers/ScreenStateReceiver.java | vasgen03081977/Droid-Watcher | 11ecb59c2274dd1a73e8fd051510e62b9d04592c | [
"MIT"
] | null | null | null | 25.921053 | 75 | 0.753299 | 16,977 | package com.droidwatcher.receivers;
import com.droidwatcher.Debug;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.support.v4.content.LocalBroadcastManager;
public class ScreenStateReceiver extends BroadcastR... |
3e283839846fed839661f80fa4d6dbd208afd2d4 | 2,725 | java | Java | src/test/java/edu/mayo/cts2/framework/plugin/service/lexevs/service/codesystemversion/CodeSystemVersionQueryImpl.java | kevinpeterson/lexevs-service | 19330a29e5a08d2c19605d18dbfd962981614a85 | [
"BSD-3-Clause"
] | 2 | 2017-08-28T06:44:03.000Z | 2021-04-28T22:09:41.000Z | src/test/java/edu/mayo/cts2/framework/plugin/service/lexevs/service/codesystemversion/CodeSystemVersionQueryImpl.java | kevinpeterson/lexevs-service | 19330a29e5a08d2c19605d18dbfd962981614a85 | [
"BSD-3-Clause"
] | 2 | 2021-06-04T02:51:44.000Z | 2022-01-27T16:21:34.000Z | src/test/java/edu/mayo/cts2/framework/plugin/service/lexevs/service/codesystemversion/CodeSystemVersionQueryImpl.java | kevinpeterson/lexevs-service | 19330a29e5a08d2c19605d18dbfd962981614a85 | [
"BSD-3-Clause"
] | 3 | 2016-03-09T08:37:26.000Z | 2017-06-12T14:11:51.000Z | 28.427083 | 107 | 0.783437 | 16,978 | /*
* Copyright: (c) Mayo Foundation for Medical Education and
* Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the
* triple-shield Mayo logo are trademarks and service marks of MFMER.
*
* Distributed under the OSI-approved BSD 3-Clause License.
* See http://ncip.github.com/lexevs-service/LICENSE.txt for ... |
3e28393e8dd9f00e7797370a505dd8b0543b0f4c | 7,603 | java | Java | portlets/schedule/src/main/java/com/aimluck/eip/schedule/util/CellScheduleUtils.java | smallfield/aipo | 39573a5d299356e24c5be75c885d7e68342c5651 | [
"Apache-2.0"
] | 1 | 2020-01-14T01:51:12.000Z | 2020-01-14T01:51:12.000Z | portlets/schedule/src/main/java/com/aimluck/eip/schedule/util/CellScheduleUtils.java | smallfield/aipo | 39573a5d299356e24c5be75c885d7e68342c5651 | [
"Apache-2.0"
] | null | null | null | portlets/schedule/src/main/java/com/aimluck/eip/schedule/util/CellScheduleUtils.java | smallfield/aipo | 39573a5d299356e24c5be75c885d7e68342c5651 | [
"Apache-2.0"
] | 6 | 2018-04-02T07:19:12.000Z | 2021-07-30T20:23:17.000Z | 36.552885 | 81 | 0.669078 | 16,979 | /*
* Aipo is a groupware program developed by Aimluck,Inc.
* Copyright (C) 2004-2011 Aimluck,Inc.
* http://www.aipo.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, eit... |
3e28396275b160019b3743b8e2167ee08e18b219 | 3,636 | java | Java | TechnicalTask/src/com/rowanstringer/MultiThreadedCounter.java | rowanstringer/TechnicalTask | 7fc28eeb4a37f0f33126b1a1fa819147474e4212 | [
"MIT"
] | null | null | null | TechnicalTask/src/com/rowanstringer/MultiThreadedCounter.java | rowanstringer/TechnicalTask | 7fc28eeb4a37f0f33126b1a1fa819147474e4212 | [
"MIT"
] | null | null | null | TechnicalTask/src/com/rowanstringer/MultiThreadedCounter.java | rowanstringer/TechnicalTask | 7fc28eeb4a37f0f33126b1a1fa819147474e4212 | [
"MIT"
] | null | null | null | 25.075862 | 109 | 0.528878 | 16,980 | package com.rowanstringer;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.locks.ReentrantLock;
/**
* MultiThreadedCounter: counts to a specified number using specified number of threads
*/
public class MultiThreadedCounter implements Runnable
{
// Validation
private final int... |
3e2839e73300176974f819cc966145b087337c9f | 2,076 | java | Java | app/src/main/java/com/ruiqin/updatelibrary/util/LogUtils.java | jianesrq0724/UpdateLibrary | 7b254054bb77493a2edda9e8462eaa075a08377b | [
"Apache-2.0"
] | 2 | 2017-08-17T03:23:10.000Z | 2017-08-17T03:46:58.000Z | app/src/main/java/com/ruiqin/updatelibrary/util/LogUtils.java | jianesrq0724/UpdateLibrary | 7b254054bb77493a2edda9e8462eaa075a08377b | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/ruiqin/updatelibrary/util/LogUtils.java | jianesrq0724/UpdateLibrary | 7b254054bb77493a2edda9e8462eaa075a08377b | [
"Apache-2.0"
] | null | null | null | 22.322581 | 67 | 0.530829 | 16,981 | package com.ruiqin.updatelibrary.util;
import android.util.Log;
import com.ruiqin.updatelibrary.constant.NetWorkEnvironment;
import com.ruiqin.updatelibrary.network.HttpClient;
public class LogUtils {
public static final String TAG = "TAG"; //自定义TAG
public static final int VERBOSE = 1;
public static ... |
3e283a08a296857a58c5ecbe9aecb0904c51aa45 | 452 | java | Java | sources/p005cm/aptoide/p006pt/account/view/user/ProfileStepTwoView.java | tusharchoudhary0003/Custom-Football-Game | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | [
"MIT"
] | 1 | 2019-10-01T11:34:10.000Z | 2019-10-01T11:34:10.000Z | sources/p005cm/aptoide/p006pt/account/view/user/ProfileStepTwoView.java | tusharchoudhary0003/Custom-Football-Game | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | [
"MIT"
] | null | null | null | sources/p005cm/aptoide/p006pt/account/view/user/ProfileStepTwoView.java | tusharchoudhary0003/Custom-Football-Game | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | [
"MIT"
] | 1 | 2020-05-26T05:10:33.000Z | 2020-05-26T05:10:33.000Z | 23.789474 | 70 | 0.774336 | 16,982 | package p005cm.aptoide.p006pt.account.view.user;
import p005cm.aptoide.p006pt.presenter.View;
import p026rx.C0117M;
import p026rx.C0120S;
/* renamed from: cm.aptoide.pt.account.view.user.ProfileStepTwoView */
interface ProfileStepTwoView extends View {
C0120S<Boolean> continueButtonClick();
void dismissWaitD... |
3e283a84601ffc55f12f01cc49eaf247ed72d740 | 1,199 | java | Java | server/src/main/java/io/fnx/backend/gson/GsonProvider.java | tijkijiki/backend | fdd968595843027f00c2e8ba9f46424ae8a061ea | [
"MIT"
] | 1 | 2017-10-22T19:12:25.000Z | 2017-10-22T19:12:25.000Z | server/src/main/java/io/fnx/backend/gson/GsonProvider.java | tijkijiki/backend | fdd968595843027f00c2e8ba9f46424ae8a061ea | [
"MIT"
] | 2 | 2017-03-08T12:16:49.000Z | 2021-02-06T19:15:57.000Z | server/src/main/java/io/fnx/backend/gson/GsonProvider.java | tijkijiki/backend | fdd968595843027f00c2e8ba9f46424ae8a061ea | [
"MIT"
] | 2 | 2017-02-24T15:13:31.000Z | 2019-08-28T16:34:35.000Z | 29.975 | 87 | 0.724771 | 16,983 | package io.fnx.backend.gson;
import com.google.appengine.api.datastore.GeoPt;
import com.google.common.collect.Lists;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import org.joda.time.DateTime;
import javax.inject.Provider;
import java.util.Collection;
/**
* Provider for fully configured Gson in... |
3e283b5639ad64b4876dc4ff23f46bfecec1df9e | 3,771 | java | Java | service-common/src/main/java/com/java110/common/smo/impl/CarBlackWhiteInnerServiceSMOImpl.java | osxhu/MicroCommunity | 7b23ab0add380557d8778fb3e665682d0af8b196 | [
"Apache-2.0"
] | 711 | 2017-04-09T15:59:16.000Z | 2022-03-27T07:19:02.000Z | service-common/src/main/java/com/java110/common/smo/impl/CarBlackWhiteInnerServiceSMOImpl.java | yasudarui/MicroCommunity | 1026aa5eaa86446aedfdefd092a3d6fcf0dfe470 | [
"Apache-2.0"
] | 16 | 2017-04-09T16:13:09.000Z | 2022-01-04T16:36:13.000Z | service-common/src/main/java/com/java110/common/smo/impl/CarBlackWhiteInnerServiceSMOImpl.java | yasudarui/MicroCommunity | 1026aa5eaa86446aedfdefd092a3d6fcf0dfe470 | [
"Apache-2.0"
] | 334 | 2017-04-16T05:01:12.000Z | 2022-03-30T00:49:37.000Z | 34.916667 | 202 | 0.74516 | 16,984 | package com.java110.common.smo.impl;
import com.java110.common.dao.ICarBlackWhiteServiceDao;
import com.java110.core.base.smo.BaseServiceSMO;
import com.java110.dto.PageDto;
import com.java110.dto.machine.CarBlackWhiteDto;
import com.java110.dto.parking.ParkingAreaDto;
import com.java110.intf.common.ICarBlackWhiteInn... |
3e283ba85f3e4620140ad951d75057df5c9a1b06 | 1,168 | java | Java | src/main/java/com/xnx3/wangmarket/plugin/formManage/bean/Frequency.java | liononon/wangmarket | 1f13357856b38458501cbaac80634a4951c16d24 | [
"Apache-2.0"
] | 239 | 2017-12-08T00:47:52.000Z | 2022-03-17T03:32:50.000Z | src/main/java/com/xnx3/wangmarket/plugin/formManage/bean/Frequency.java | leiyaSun/wangmarket | c92803166297fab3032c2dfa85feffe9c3525b13 | [
"Apache-2.0"
] | 3 | 2018-01-24T16:48:39.000Z | 2022-03-14T04:46:32.000Z | src/main/java/com/xnx3/wangmarket/plugin/formManage/bean/Frequency.java | leiyaSun/wangmarket | c92803166297fab3032c2dfa85feffe9c3525b13 | [
"Apache-2.0"
] | 97 | 2017-12-08T00:47:59.000Z | 2022-03-27T14:12:59.000Z | 19.147541 | 115 | 0.694349 | 16,985 | package com.xnx3.wangmarket.plugin.formManage.bean;
/**
* 反馈频率,控制其反馈的频率。每个ip都会对其有限制
* @author 管雷鸣
*
*/
public class Frequency {
public String ip; //提交表单的人的ip地址
public int lasttime; //最后一次提交表单所用的时间,10位时间戳
public int forbidtime; //禁止提交的时间,10位时间戳。默认是0。 表单是否可以正常提交,是有此控制。需要用此来进行判断,若是此处是一个小时以后,则当前一个小时之内都是无法提交的。一个小时后... |
3e283ea2d1bffd7e4cd30d5bb7d8e1927b13cddb | 2,752 | java | Java | src/main/java/azmalent/chestbubbles/mixin/ChestTileEntityMixin.java | Azmalent/chest-bubbles | 98b512d7902439cd5df7d7416242030030663e69 | [
"WTFPL"
] | null | null | null | src/main/java/azmalent/chestbubbles/mixin/ChestTileEntityMixin.java | Azmalent/chest-bubbles | 98b512d7902439cd5df7d7416242030030663e69 | [
"WTFPL"
] | null | null | null | src/main/java/azmalent/chestbubbles/mixin/ChestTileEntityMixin.java | Azmalent/chest-bubbles | 98b512d7902439cd5df7d7416242030030663e69 | [
"WTFPL"
] | null | null | null | 42.338462 | 265 | 0.666788 | 16,987 | package azmalent.chestbubbles.mixin;
import net.minecraft.block.BlockState;
import net.minecraft.block.ChestBlock;
import net.minecraft.particles.ParticleTypes;
import net.minecraft.state.properties.BlockStateProperties;
import net.minecraft.state.properties.ChestType;
import net.minecraft.tileentity.ChestTileEntity;
... |
3e284135d2cff6bdaab8308b22d01b96431152c7 | 1,940 | java | Java | src/main/java/org/formix/dsx/builders/XmlType.java | formix/dsx | 3df41ef6e39be068a1046b4c20680e195ebc244c | [
"Apache-2.0"
] | null | null | null | src/main/java/org/formix/dsx/builders/XmlType.java | formix/dsx | 3df41ef6e39be068a1046b4c20680e195ebc244c | [
"Apache-2.0"
] | null | null | null | src/main/java/org/formix/dsx/builders/XmlType.java | formix/dsx | 3df41ef6e39be068a1046b4c20680e195ebc244c | [
"Apache-2.0"
] | null | null | null | 36.603774 | 151 | 0.68866 | 16,989 | /****************************************************************************
* Copyright 2009-2015 Jean-Philippe Gravel, P. Eng. CSDP
*
* 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
*... |
3e2841c36d158876911b55ffb9c001959a14f045 | 1,937 | java | Java | src/test/java/io/smilo/api/rest/EndpointTests.java | Smilo-platform/Smilo-Api | 2775036a2e45208fddf7e91ad7a164c04499137e | [
"Apache-2.0"
] | null | null | null | src/test/java/io/smilo/api/rest/EndpointTests.java | Smilo-platform/Smilo-Api | 2775036a2e45208fddf7e91ad7a164c04499137e | [
"Apache-2.0"
] | 32 | 2018-06-15T12:57:18.000Z | 2022-03-24T18:22:11.000Z | src/test/java/io/smilo/api/rest/EndpointTests.java | Smilo-platform/Smilo-Api | 2775036a2e45208fddf7e91ad7a164c04499137e | [
"Apache-2.0"
] | null | null | null | 33.982456 | 90 | 0.750129 | 16,990 | /*
* Copyright (c) 2018 Smilo Platform B.V.
*
* 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... |
3e2841f4e0cf5f0f7e6cf1c4197b1dd48231f68e | 32,130 | java | Java | ccri-dao-stu3/src/main/java/uk/nhs/careconnect/ri/stu3/dao/QuestionnaireResponseDao.java | nhsconnect/careconnect-reference-implementation | 6965c161c8df185b7fa785b4282fdf01166dbaa7 | [
"Apache-2.0"
] | 24 | 2017-10-05T15:07:35.000Z | 2022-03-15T13:10:00.000Z | ccri-dao-stu3/src/main/java/uk/nhs/careconnect/ri/stu3/dao/QuestionnaireResponseDao.java | nhsconnect/careconnect-reference-implementation | 6965c161c8df185b7fa785b4282fdf01166dbaa7 | [
"Apache-2.0"
] | 41 | 2017-10-11T14:44:12.000Z | 2022-02-16T00:55:50.000Z | ccri-dao-stu3/src/main/java/uk/nhs/careconnect/ri/stu3/dao/QuestionnaireResponseDao.java | nhsconnect/careconnect-reference-implementation | 6965c161c8df185b7fa785b4282fdf01166dbaa7 | [
"Apache-2.0"
] | 16 | 2018-02-10T01:37:08.000Z | 2022-03-15T04:39:59.000Z | 44.625 | 213 | 0.60056 | 16,991 | package uk.nhs.careconnect.ri.stu3.dao;
import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.model.api.Include;
import ca.uhn.fhir.rest.annotation.ConditionalUrlParam;
import ca.uhn.fhir.rest.annotation.IdParam;
import ca.uhn.fhir.rest.param.ReferenceParam;
import ca.uhn.fhir.rest.param.StringParam;
import ca.uh... |
3e2842d8a0b08a6b6a817959458a6906cece9baf | 2,701 | java | Java | src/main/java/hu/unideb/inf/warehouse/controller/ImportController.java | noway0032/warehouse | 2ade0f6a4bf0675993e1dae9a13ecf4710dd8f04 | [
"Apache-2.0"
] | 1 | 2020-04-17T09:26:29.000Z | 2020-04-17T09:26:29.000Z | src/main/java/hu/unideb/inf/warehouse/controller/ImportController.java | noway-s-studies/de_1803_warehouse | 2ade0f6a4bf0675993e1dae9a13ecf4710dd8f04 | [
"Apache-2.0"
] | null | null | null | src/main/java/hu/unideb/inf/warehouse/controller/ImportController.java | noway-s-studies/de_1803_warehouse | 2ade0f6a4bf0675993e1dae9a13ecf4710dd8f04 | [
"Apache-2.0"
] | null | null | null | 33.7625 | 118 | 0.654943 | 16,992 | package hu.unideb.inf.warehouse.controller;
import hu.unideb.inf.warehouse.model.ProductModel;
import hu.unideb.inf.warehouse.pojo.Product;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.TextField;
import javafx.scene.input.MouseEvent;
import org.apache.derby.iapi.util.UTF8Util;... |
3e2843e98032e1892a314b0b53eb83d32e79b6bb | 13,746 | java | Java | app/src/main/java/com/thinktanki/atmfinder/atm/BankFragment.java | Felixcity35/ATMFinder-master | 6f30f49702e86d6ee210eafadfeb520567bebf9d | [
"Apache-2.0"
] | 11 | 2017-04-04T06:36:15.000Z | 2018-11-26T12:06:06.000Z | app/src/main/java/com/thinktanki/atmfinder/atm/BankFragment.java | Felixcity35/ATMFinder-master | 6f30f49702e86d6ee210eafadfeb520567bebf9d | [
"Apache-2.0"
] | 2 | 2020-10-09T06:16:16.000Z | 2021-02-11T13:37:00.000Z | app/src/main/java/com/thinktanki/atmfinder/atm/BankFragment.java | Felixcity35/ATMFinder-master | 6f30f49702e86d6ee210eafadfeb520567bebf9d | [
"Apache-2.0"
] | 4 | 2017-04-04T06:36:17.000Z | 2018-11-26T12:06:12.000Z | 39.728324 | 176 | 0.583952 | 16,993 | package com.thinktanki.atmfinder.atm;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.v4.app.Fragment;
import android.support.v... |
3e28450e0f95f7776f5d49a77c5426eedee0fb20 | 1,354 | java | Java | test/model/object/maze/MazeTest.java | ThierryJutras/MazeProject | 14bea6c847608a3a1782a2d06cdaf31670d831f7 | [
"MIT"
] | null | null | null | test/model/object/maze/MazeTest.java | ThierryJutras/MazeProject | 14bea6c847608a3a1782a2d06cdaf31670d831f7 | [
"MIT"
] | 4 | 2018-05-30T21:59:44.000Z | 2019-10-05T00:28:04.000Z | test/model/object/maze/MazeTest.java | ThierryJutras/MazeProject | 14bea6c847608a3a1782a2d06cdaf31670d831f7 | [
"MIT"
] | 1 | 2019-10-04T22:55:25.000Z | 2019-10-04T22:55:25.000Z | 30.088889 | 123 | 0.67356 | 16,994 | package model.object.maze;
import Common.Orientation;
import model.generator.MazeGenerator;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class MazeTest {
@BeforeEach
void setUp() {
}
... |
3e2845c3206b162c12af42a4357ace8394d60ddc | 2,171 | java | Java | db4o.j/db4o-core/core/src/com/db4o/io/ThreadedSyncBin.java | iboxdb/db4o-gpl | 16a56c3517d9b69f7fd1f915f4fd5b2218ced1f0 | [
"Net-SNMP",
"Xnet"
] | 24 | 2019-08-25T12:58:07.000Z | 2022-03-04T11:20:37.000Z | db4o.j/db4o-core/core/src/com/db4o/io/ThreadedSyncBin.java | iboxdb/db4o-gpl | 16a56c3517d9b69f7fd1f915f4fd5b2218ced1f0 | [
"Net-SNMP",
"Xnet"
] | null | null | null | db4o.j/db4o-core/core/src/com/db4o/io/ThreadedSyncBin.java | iboxdb/db4o-gpl | 16a56c3517d9b69f7fd1f915f4fd5b2218ced1f0 | [
"Net-SNMP",
"Xnet"
] | 10 | 2019-08-30T10:25:41.000Z | 2022-02-13T17:40:23.000Z | 19.558559 | 68 | 0.609857 | 16,995 | /* Copyright (C) 2004 - 2010 Versant Inc. http://www.db4o.com */
package com.db4o.io;
import com.db4o.foundation.*;
import com.db4o.internal.threading.*;
public class ThreadedSyncBin extends BinDecorator {
private static final int ONE_SECOND = 1000;
private volatile Runnable _syncRunnable ;
... |
3e284647ab5139e5eb3ad08351cffed956d79bfa | 10,623 | java | Java | holmes-actions/src/test/java/org/onap/holmes/common/config/MicroServiceConfigTest.java | onap/holmes-common | 4835111720e376152a0cde67793bca2f071708cd | [
"CC-BY-4.0"
] | null | null | null | holmes-actions/src/test/java/org/onap/holmes/common/config/MicroServiceConfigTest.java | onap/holmes-common | 4835111720e376152a0cde67793bca2f071708cd | [
"CC-BY-4.0"
] | null | null | null | holmes-actions/src/test/java/org/onap/holmes/common/config/MicroServiceConfigTest.java | onap/holmes-common | 4835111720e376152a0cde67793bca2f071708cd | [
"CC-BY-4.0"
] | 1 | 2021-07-29T01:14:24.000Z | 2021-07-29T01:14:24.000Z | 37.143357 | 108 | 0.67335 | 16,996 | /**
* Copyright 2017-2021 ZTE Corporation.
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by ... |
3e2846cdac39d3c573edf2a2e1f47173c4dab166 | 4,738 | java | Java | aws-java-sdk-iotthingsgraph/src/main/java/com/amazonaws/services/iotthingsgraph/model/DeprecateFlowTemplateRequest.java | jplippi/aws-sdk-java | 147eefec220e2944dc571283af6552611bc94301 | [
"Apache-2.0"
] | 1 | 2020-08-27T17:36:34.000Z | 2020-08-27T17:36:34.000Z | aws-java-sdk-iotthingsgraph/src/main/java/com/amazonaws/services/iotthingsgraph/model/DeprecateFlowTemplateRequest.java | jplippi/aws-sdk-java | 147eefec220e2944dc571283af6552611bc94301 | [
"Apache-2.0"
] | 3 | 2020-04-15T20:08:15.000Z | 2021-06-30T19:58:16.000Z | aws-java-sdk-iotthingsgraph/src/main/java/com/amazonaws/services/iotthingsgraph/model/DeprecateFlowTemplateRequest.java | jplippi/aws-sdk-java | 147eefec220e2944dc571283af6552611bc94301 | [
"Apache-2.0"
] | 1 | 2020-10-10T15:59:17.000Z | 2020-10-10T15:59:17.000Z | 28.890244 | 124 | 0.582735 | 16,997 | /*
* Copyright 2015-2020 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... |
3e284703ec8f6bce566ca6b4edc89d3578846c85 | 4,077 | java | Java | static-ioc-core/src/test/java/org/staticioc/SpringConfigInitDestroyMethodsTest.java | charlesgibault/static-ioc | f8c743a6afb9a8b43e5dc5bdf4db1281b8c6fa92 | [
"Apache-2.0"
] | 1 | 2015-05-30T10:22:20.000Z | 2015-05-30T10:22:20.000Z | static-ioc-core/src/test/java/org/staticioc/SpringConfigInitDestroyMethodsTest.java | charlesgibault/static-ioc | f8c743a6afb9a8b43e5dc5bdf4db1281b8c6fa92 | [
"Apache-2.0"
] | null | null | null | static-ioc-core/src/test/java/org/staticioc/SpringConfigInitDestroyMethodsTest.java | charlesgibault/static-ioc | f8c743a6afb9a8b43e5dc5bdf4db1281b8c6fa92 | [
"Apache-2.0"
] | null | null | null | 36.72973 | 120 | 0.730194 | 16,998 | /**
* Copyright (C) 2013 Charles Gibault
*
* Static IoC - Compile XML based inversion of control configuration file into a single init class, for many languages.
* Project Home : http://code.google.com/p/static-ioc/
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this f... |
3e284744f97ceb184d23891aacb70d1f9ce52a87 | 853 | java | Java | common/src/main/java/net/dubbo/common/utils/ReturnCode.java | lishulong16/dubbo_demo | df82f4c7d4231e13c42fe3ea13b9be3461b057ca | [
"Apache-2.0"
] | null | null | null | common/src/main/java/net/dubbo/common/utils/ReturnCode.java | lishulong16/dubbo_demo | df82f4c7d4231e13c42fe3ea13b9be3461b057ca | [
"Apache-2.0"
] | null | null | null | common/src/main/java/net/dubbo/common/utils/ReturnCode.java | lishulong16/dubbo_demo | df82f4c7d4231e13c42fe3ea13b9be3461b057ca | [
"Apache-2.0"
] | null | null | null | 20.023256 | 62 | 0.630662 | 16,999 | package net.dubbo.common.utils;
/**
* @author hzdkv@example.com
* @date 2017/12/28
* @doing
*/
public enum ReturnCode {
SUCCESS(0x00, "success"),
SYSTEM_ERROR(0x10, "system error");
private int code;
private String propertyDesc;
ReturnCode(int code, String propertyDesc) {
this.code ... |
3e2847ac7ba1f65749418a588d534cf3b2d0283d | 391 | java | Java | base/src/main/java/com/kuta/base/collection/KutaTuple.java | kutasms/kuta-akka | d754e84c9cd0bdac71484401e164fb327e20f454 | [
"Apache-2.0"
] | 10 | 2020-08-29T18:12:36.000Z | 2020-09-02T17:09:31.000Z | base/src/main/java/com/kuta/base/collection/KutaTuple.java | kutasms/kuta-akka | d754e84c9cd0bdac71484401e164fb327e20f454 | [
"Apache-2.0"
] | null | null | null | base/src/main/java/com/kuta/base/collection/KutaTuple.java | kutasms/kuta-akka | d754e84c9cd0bdac71484401e164fb327e20f454 | [
"Apache-2.0"
] | null | null | null | 13.033333 | 33 | 0.58312 | 17,000 | package com.kuta.base.collection;
public class KutaTuple<T1,T2> {
private T1 t1;
private T2 t2;
/**
* @param t1
* @param t2
*/
public KutaTuple(T1 t1, T2 t2) {
super();
this.t1 = t1;
this.t2 = t2;
}
public T1 getT1() {
return t1;
}
public void setT1(T1 t1) {
this.t1 = t1;
}
public T2 getT... |
3e284881847fbd125111308be9dbb7b630bfd301 | 669 | java | Java | src/test/src/Examples/CQASource/Graph/Export/CSVExportHelper.java | BlazicIvan/Net-CQA | 8de24de7c5af9ea4afcd7fc390da2f793679d69a | [
"Unlicense",
"MIT"
] | null | null | null | src/test/src/Examples/CQASource/Graph/Export/CSVExportHelper.java | BlazicIvan/Net-CQA | 8de24de7c5af9ea4afcd7fc390da2f793679d69a | [
"Unlicense",
"MIT"
] | null | null | null | src/test/src/Examples/CQASource/Graph/Export/CSVExportHelper.java | BlazicIvan/Net-CQA | 8de24de7c5af9ea4afcd7fc390da2f793679d69a | [
"Unlicense",
"MIT"
] | null | null | null | 27.875 | 98 | 0.736921 | 17,001 | package Graph.Export;
import Graph.Edge.GraphEdge;
import Graph.Node.GraphNode;
import org.jgrapht.io.CSVExporter;
import org.jgrapht.io.CSVFormat;
import org.jgrapht.io.ComponentNameProvider;
import org.jgrapht.io.GraphExporter;
public class CSVExportHelper extends GraphExportHelper {
private final C... |
3e284a49718912b8ec918999ac5413789707a510 | 733 | java | Java | engine/src/main/java/arx/core/vec/InternVec3i.java | nonvirtualthunk/engine | 4483722bf083fbb08ca3efd44ae9f89e3975a85a | [
"MIT"
] | null | null | null | engine/src/main/java/arx/core/vec/InternVec3i.java | nonvirtualthunk/engine | 4483722bf083fbb08ca3efd44ae9f89e3975a85a | [
"MIT"
] | null | null | null | engine/src/main/java/arx/core/vec/InternVec3i.java | nonvirtualthunk/engine | 4483722bf083fbb08ca3efd44ae9f89e3975a85a | [
"MIT"
] | null | null | null | 20.942857 | 86 | 0.732606 | 17,002 | package arx.core.vec;
import java.io.Externalizable;
import java.io.IOException;
import java.io.ObjectInput;
import java.io.ObjectOutput;
public class InternVec3i implements Externalizable {
protected int xi;
protected int yi;
protected int zi;
private static final long serialVersionUID = 9223372036854770000L;
pu... |
3e284a558f31a9b669d4f6394ed3efc29ed783a1 | 1,541 | java | Java | hopter-framework/src/main/java/org/hopter/framework/proxy/TransactionProxy.java | Angus-Liu/hopter | d752086baae8122698d4acac11704ee8b785861b | [
"MIT"
] | 1 | 2019-03-25T06:59:19.000Z | 2019-03-25T06:59:19.000Z | hopter-framework/src/main/java/org/hopter/framework/proxy/TransactionProxy.java | Angus-Liu/hopter | d752086baae8122698d4acac11704ee8b785861b | [
"MIT"
] | 2 | 2021-12-09T20:43:47.000Z | 2022-01-25T04:55:44.000Z | hopter-framework/src/main/java/org/hopter/framework/proxy/TransactionProxy.java | Angus-Liu/hopter | d752086baae8122698d4acac11704ee8b785861b | [
"MIT"
] | null | null | null | 28.018182 | 97 | 0.576898 | 17,003 | package org.hopter.framework.proxy;
import lombok.extern.slf4j.Slf4j;
import org.hopter.framework.annotation.Transaction;
import org.hopter.framework.helper.DatabaseHelper;
import java.lang.reflect.Method;
/**
* 事务代理
*
* @author Angus
* @date 2018/12/3
*/
@Slf4j
public class TransactionProxy implements Proxy {
... |
3e284ac3c513b72c38e6b9f74c575fc9a6563070 | 1,433 | java | Java | src/main/java/vertx/web/proxy/config/LoadBalancerConfig.java | relvaner/vertx-web-proxy | ff4f58784f7b89224abffe81463fbe4568179b78 | [
"Apache-2.0"
] | 5 | 2020-04-12T20:13:01.000Z | 2021-12-14T19:44:43.000Z | src/main/java/vertx/web/proxy/config/LoadBalancerConfig.java | relvaner/vertx-web-proxy | ff4f58784f7b89224abffe81463fbe4568179b78 | [
"Apache-2.0"
] | null | null | null | src/main/java/vertx/web/proxy/config/LoadBalancerConfig.java | relvaner/vertx-web-proxy | ff4f58784f7b89224abffe81463fbe4568179b78 | [
"Apache-2.0"
] | 2 | 2019-09-02T13:56:29.000Z | 2021-12-14T19:44:46.000Z | 28.66 | 108 | 0.687369 | 17,004 | package vertx.web.proxy.config;
import java.util.List;
import java.util.concurrent.ThreadLocalRandom;
import java.util.concurrent.atomic.AtomicInteger;
import org.apache.commons.lang3.tuple.Pair;
import io.vertx.ext.web.Router;
import vertx.web.proxy.ProxyWebClient;
public class LoadBalancerConfig extend... |
3e284c37a24e9e1cb6f98ec6cf5f8a7b6a6cd5fa | 11,187 | java | Java | Android/recipe_helper/app/src/main/java/com/example/recipe_helper/Home/Home.java | it-intensive-programming2/HCI_project | 1530c181ae2bad62bd216aa851cea60ba6594738 | [
"MIT"
] | 2 | 2021-08-05T02:33:17.000Z | 2021-08-19T17:10:57.000Z | Android/recipe_helper/app/src/main/java/com/example/recipe_helper/Home/Home.java | it-intensive-programming2/HCI_project | 1530c181ae2bad62bd216aa851cea60ba6594738 | [
"MIT"
] | 1 | 2021-01-04T01:39:02.000Z | 2021-01-04T01:39:02.000Z | Android/recipe_helper/app/src/main/java/com/example/recipe_helper/Home/Home.java | it-intensive-programming2/recipe_helper | 1530c181ae2bad62bd216aa851cea60ba6594738 | [
"MIT"
] | null | null | null | 40.532609 | 144 | 0.64271 | 17,005 | package com.example.recipe_helper.Home;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.annotation.NonN... |
3e284cdc7603daaf183d2bea067356a0d819aef2 | 2,047 | java | Java | src/main/java/srosecrystal/hollowcrypt/common/HCRequiemCompat.java | SRoseCrystal/HollowCrypt | 4b014cffdd05bd607f0509dbe0dbeeb40054c52a | [
"CC0-1.0"
] | null | null | null | src/main/java/srosecrystal/hollowcrypt/common/HCRequiemCompat.java | SRoseCrystal/HollowCrypt | 4b014cffdd05bd607f0509dbe0dbeeb40054c52a | [
"CC0-1.0"
] | null | null | null | src/main/java/srosecrystal/hollowcrypt/common/HCRequiemCompat.java | SRoseCrystal/HollowCrypt | 4b014cffdd05bd607f0509dbe0dbeeb40054c52a | [
"CC0-1.0"
] | null | null | null | 43.553191 | 207 | 0.809966 | 17,006 | package srosecrystal.hollowcrypt.common;
import moriyashiine.bewitchment.common.Bewitchment;
import moriyashiine.bewitchment.common.registry.BWEntityTypes;
import net.fabricmc.fabric.api.object.builder.v1.entity.FabricDefaultAttributeRegistry;
import net.fabricmc.fabric.api.object.builder.v1.entity.FabricEntityTypeBui... |
3e284e41b1d7e81a6d71cfb75c9f294f96a0d254 | 202 | java | Java | src/main/java/com/inventory/manager/service/common/Constants.java | twoVersatile/inventory-manager | dc75b29d97952a5b41e866d9b578ba4417b858dd | [
"MIT"
] | 2 | 2019-06-23T15:50:20.000Z | 2019-06-27T15:17:19.000Z | src/main/java/com/inventory/manager/service/common/Constants.java | twoVersatile/inventory-manager | dc75b29d97952a5b41e866d9b578ba4417b858dd | [
"MIT"
] | null | null | null | src/main/java/com/inventory/manager/service/common/Constants.java | twoVersatile/inventory-manager | dc75b29d97952a5b41e866d9b578ba4417b858dd | [
"MIT"
] | 1 | 2019-06-27T15:17:33.000Z | 2019-06-27T15:17:33.000Z | 25.25 | 64 | 0.777228 | 17,007 | package com.inventory.manager.service.common;
public class Constants {
public static final String X_REQUEST_ID = "X_REQUEST_ID";
public static final String X_REQUESTED_BY= "X_REQUESTED_BY";
}
|
3e284e5b8247be74e2d638a4f1b9f2079e3dc578 | 2,943 | java | Java | src/test/resources/sources/struts-STRUTS_2_3_31/xwork-core/src/test/java/com/opensymphony/xwork2/util/NamedVariablePatternMatcherTest.java | ncounter/pase | 9f945d4df1fcd470d92d0eacbcc133f921a5010b | [
"MIT"
] | 4 | 2020-09-18T16:18:05.000Z | 2021-12-10T09:09:46.000Z | src/test/resources/sources/struts-STRUTS_2_3_31/xwork-core/src/test/java/com/opensymphony/xwork2/util/NamedVariablePatternMatcherTest.java | ncounter/pase | 9f945d4df1fcd470d92d0eacbcc133f921a5010b | [
"MIT"
] | 8 | 2020-09-11T10:06:14.000Z | 2021-08-25T08:08:46.000Z | src/test/resources/sources/struts-STRUTS_2_3_31/xwork-core/src/test/java/com/opensymphony/xwork2/util/NamedVariablePatternMatcherTest.java | ncounter/pase | 9f945d4df1fcd470d92d0eacbcc133f921a5010b | [
"MIT"
] | 3 | 2020-11-13T10:05:19.000Z | 2021-08-06T17:21:33.000Z | 35.890244 | 107 | 0.703364 | 17,008 | /*
* Copyright 2002-2006,2009 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/LICENSE-2.0
*
* Unless requir... |
3e284fcbaec94a8ee87d8e5c964efc5540f2f67b | 3,148 | java | Java | src/main/java/com/lrm/security/conf/SecurityConfigurer.java | Programer-YYDS/Blogs | fb0daf9cb0e1aa043e836fd8e80adc6a2ee16377 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/lrm/security/conf/SecurityConfigurer.java | Programer-YYDS/Blogs | fb0daf9cb0e1aa043e836fd8e80adc6a2ee16377 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/lrm/security/conf/SecurityConfigurer.java | Programer-YYDS/Blogs | fb0daf9cb0e1aa043e836fd8e80adc6a2ee16377 | [
"Apache-2.0"
] | null | null | null | 33.849462 | 102 | 0.644536 | 17,009 | package com.lrm.security.conf;
import com.lrm.security.process.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.method.configuration.En... |
3e285069dc2f66b86d5659bee1ba4f2ebc7fba0c | 2,284 | java | Java | core/src/com/game/srpg/Shadows/DepthTextureMapShader.java | starryangt/srpg3D | 8cbdb619102c0578449ab3b8037593327e59e5fc | [
"BSD-2-Clause"
] | 3 | 2019-08-18T15:18:17.000Z | 2020-03-21T18:40:17.000Z | core/src/com/game/srpg/Shadows/DepthTextureMapShader.java | starryangt/srpg3D | 8cbdb619102c0578449ab3b8037593327e59e5fc | [
"BSD-2-Clause"
] | null | null | null | core/src/com/game/srpg/Shadows/DepthTextureMapShader.java | starryangt/srpg3D | 8cbdb619102c0578449ab3b8037593327e59e5fc | [
"BSD-2-Clause"
] | 1 | 2020-04-29T15:38:42.000Z | 2020-04-29T15:38:42.000Z | 26.252874 | 104 | 0.787653 | 17,010 | package com.game.srpg.Shadows;
import com.badlogic.gdx.graphics.Camera;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.g3d.Attributes;
import com.badlogic.gdx.graphics.g3d.Renderable;
import com.badlogic.gdx.graphics.g3d.Shader;
import com.badlogic.gdx.graphics.g3d.attributes.BlendingAttribute... |
3e28506cf102919e84e1d80086e4b0f5723f29b9 | 2,088 | java | Java | jfluentvalidation-core/src/main/java/jfluentvalidation/constraints/file/HasContentConstraint.java | seancarroll/jfluentvalidation | 67f581aa50b1efa52a461345982856503b04e987 | [
"MIT"
] | 2 | 2019-09-18T02:45:02.000Z | 2019-09-23T04:55:10.000Z | jfluentvalidation-core/src/main/java/jfluentvalidation/constraints/file/HasContentConstraint.java | seancarroll/jfluentvalidation | 67f581aa50b1efa52a461345982856503b04e987 | [
"MIT"
] | 8 | 2020-03-22T20:22:46.000Z | 2020-06-27T21:00:06.000Z | jfluentvalidation-core/src/main/java/jfluentvalidation/constraints/file/HasContentConstraint.java | seancarroll/jfluentvalidation | 67f581aa50b1efa52a461345982856503b04e987 | [
"MIT"
] | 1 | 2019-10-23T07:20:13.000Z | 2019-10-23T07:20:13.000Z | 34.8 | 126 | 0.702107 | 17,011 | package jfluentvalidation.constraints.file;
import jfluentvalidation.constraints.AbstractConstraint;
import jfluentvalidation.constraints.DefaultMessages;
import jfluentvalidation.internal.Ensure;
import jfluentvalidation.validators.ConstraintContext;
import javax.annotation.Nonnull;
import java.io.File;
import java.... |
3e2851c5530ba4dfe789873e400f20aec25d7bac | 13,959 | java | Java | repast.simphony.visualization/src/repast/simphony/visualization/gui/GeneralStep.java | Repast/repast.simphony | b9baedb73cabe8c05c76b9fa2fb616b7fe3ee7d6 | [
"Apache-2.0"
] | 73 | 2016-09-30T18:45:25.000Z | 2022-03-29T02:07:17.000Z | repast.simphony.visualization/src/repast/simphony/visualization/gui/GeneralStep.java | jonas-andersen/repast.simphony | b9baedb73cabe8c05c76b9fa2fb616b7fe3ee7d6 | [
"Apache-2.0"
] | 47 | 2016-12-15T22:05:37.000Z | 2022-03-14T09:29:57.000Z | repast.simphony.visualization/src/repast/simphony/visualization/gui/GeneralStep.java | jonas-andersen/repast.simphony | b9baedb73cabe8c05c76b9fa2fb616b7fe3ee7d6 | [
"Apache-2.0"
] | 22 | 2017-01-13T10:46:51.000Z | 2022-03-17T02:47:00.000Z | 36.069767 | 137 | 0.666452 | 17,012 | package repast.simphony.visualization.gui;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.swing.DefaultComboBoxModel;
import javax.swing.JComboBox;
import javax.swing.JO... |
3e2851c8ad7e0321bc4c66a1b0ae4c3d6bb40ef1 | 5,387 | java | Java | src/test/java/org/gruppe2/game/calculation/RoyalFlushTest.java | cemsep/PokerPro16 | cc97dab1437420cbd4fe3d8a68832b1fe73124b0 | [
"MIT"
] | null | null | null | src/test/java/org/gruppe2/game/calculation/RoyalFlushTest.java | cemsep/PokerPro16 | cc97dab1437420cbd4fe3d8a68832b1fe73124b0 | [
"MIT"
] | null | null | null | src/test/java/org/gruppe2/game/calculation/RoyalFlushTest.java | cemsep/PokerPro16 | cc97dab1437420cbd4fe3d8a68832b1fe73124b0 | [
"MIT"
] | null | null | null | 34.980519 | 74 | 0.724151 | 17,013 | package org.gruppe2.game.calculation;
import static org.junit.Assert.assertEquals;
import java.util.ArrayList;
import java.util.Random;
import org.gruppe2.game.Card;
import org.junit.Test;
/**
* Created by Mikal on 12.04.2016.
*/
public class RoyalFlushTest {
public final RoyalFlush straightFlush = new RoyalFlu... |
3e2852064d5b5db83acfcc3fabc56ae232caa17b | 5,414 | java | Java | src/org/pathwayeditor/figure/geometry/IConvexHull.java | stumoodie/VisualLanguageToolkit | 0ab4fd7faab655388762c8f3c9f7eb14244981c8 | [
"Apache-2.0"
] | null | null | null | src/org/pathwayeditor/figure/geometry/IConvexHull.java | stumoodie/VisualLanguageToolkit | 0ab4fd7faab655388762c8f3c9f7eb14244981c8 | [
"Apache-2.0"
] | null | null | null | src/org/pathwayeditor/figure/geometry/IConvexHull.java | stumoodie/VisualLanguageToolkit | 0ab4fd7faab655388762c8f3c9f7eb14244981c8 | [
"Apache-2.0"
] | 1 | 2019-04-23T03:00:59.000Z | 2019-04-23T03:00:59.000Z | 34.050314 | 120 | 0.724049 | 17,014 | /*
Licensed to the Court of the University of Edinburgh (UofE) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The UofE licenses this file
to you under the Apache License, Version 2.0 (the
"License")... |
3e285251aef5e12799fb1db77f62b67d46908cd9 | 1,244 | java | Java | src/main/java/jbuild/artifact/ArtifactRetriever.java | renatoathaydes/jbuild | 8defd6914bf501efc2a332b3af49eef0eb280d15 | [
"Xnet",
"X11"
] | null | null | null | src/main/java/jbuild/artifact/ArtifactRetriever.java | renatoathaydes/jbuild | 8defd6914bf501efc2a332b3af49eef0eb280d15 | [
"Xnet",
"X11"
] | 1 | 2022-01-24T12:58:05.000Z | 2022-01-29T16:07:22.000Z | src/main/java/jbuild/artifact/ArtifactRetriever.java | renatoathaydes/jbuild | 8defd6914bf501efc2a332b3af49eef0eb280d15 | [
"Xnet",
"X11"
] | null | null | null | 29.619048 | 100 | 0.707395 | 17,015 | package jbuild.artifact;
import jbuild.errors.ArtifactRetrievalError;
import jbuild.util.Either;
import java.util.concurrent.CompletionStage;
/**
* Artifact retriever.
* <p>
* Can retrieve artifacts from local or remote repositories.
*
* @param <Err> type of error in case an artifact cannot be retrieved
*/
pub... |
3e2852b8740c06d1d3bdccb58e85351d5d3729f9 | 6,293 | java | Java | bogenliga/bogenliga-business-logic/src/main/java/de/bogenliga/application/business/lizenz/impl/dao/LizenzDAO.java | exxcellent/swt2-bsa-backend | 0edb7ee3cd5033c8b98a1f20a6062873e13c9f06 | [
"MIT"
] | 4 | 2020-01-08T13:16:16.000Z | 2020-10-26T10:40:19.000Z | bogenliga/bogenliga-business-logic/src/main/java/de/bogenliga/application/business/lizenz/impl/dao/LizenzDAO.java | exxcellent/swt2-bsa-backend | 0edb7ee3cd5033c8b98a1f20a6062873e13c9f06 | [
"MIT"
] | 286 | 2018-12-13T07:33:00.000Z | 2022-02-09T08:32:58.000Z | bogenliga/bogenliga-business-logic/src/main/java/de/bogenliga/application/business/lizenz/impl/dao/LizenzDAO.java | exxcellent/swt2-bsa-backend | 0edb7ee3cd5033c8b98a1f20a6062873e13c9f06 | [
"MIT"
] | 6 | 2020-04-27T13:53:13.000Z | 2021-03-15T12:41:26.000Z | 35.353933 | 152 | 0.711743 | 17,016 | package de.bogenliga.application.business.lizenz.impl.dao;
import de.bogenliga.application.business.lizenz.impl.entity.LizenzBE;
import de.bogenliga.application.common.component.dao.BasicDAO;
import de.bogenliga.application.common.component.dao.BusinessEntityConfiguration;
import de.bogenliga.application.common.compon... |
3e2853c9c8c55190f7b21ecc6ee1a542c8b6e96c | 8,888 | java | Java | plugins/maven/src/main/java/org/wildfly/swarm/plugin/maven/migrate/MigrationMojo.java | emattheis/thorntail | e5a43e4588c4f42ac7558bc88efc7c5bf1da1a41 | [
"Apache-2.0"
] | 460 | 2015-04-27T21:46:57.000Z | 2018-05-17T08:11:58.000Z | plugins/maven/src/main/java/org/wildfly/swarm/plugin/maven/migrate/MigrationMojo.java | emattheis/thorntail | e5a43e4588c4f42ac7558bc88efc7c5bf1da1a41 | [
"Apache-2.0"
] | 660 | 2015-04-22T20:16:39.000Z | 2018-05-16T17:16:06.000Z | plugins/maven/src/main/java/org/wildfly/swarm/plugin/maven/migrate/MigrationMojo.java | emattheis/thorntail | e5a43e4588c4f42ac7558bc88efc7c5bf1da1a41 | [
"Apache-2.0"
] | 292 | 2015-04-21T19:47:19.000Z | 2018-05-17T17:31:02.000Z | 42.526316 | 152 | 0.671917 | 17,017 | /**
* Copyright 2015-2018 Red Hat, Inc, and individual contributors.
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Un... |
3e2854312d122a183f8d133cb73763d52c1bdcd4 | 18,963 | java | Java | tools/tomcat/apache-tomcat-9.0.0.M1/work/Catalina/localhost/itm/org/apache/jsp/tags_jsp.java | Peter0014/ITM_3 | 260ec78d0741af1c9446b103cfb19a125b8aa669 | [
"BSD-4-Clause-UC"
] | null | null | null | tools/tomcat/apache-tomcat-9.0.0.M1/work/Catalina/localhost/itm/org/apache/jsp/tags_jsp.java | Peter0014/ITM_3 | 260ec78d0741af1c9446b103cfb19a125b8aa669 | [
"BSD-4-Clause-UC"
] | null | null | null | tools/tomcat/apache-tomcat-9.0.0.M1/work/Catalina/localhost/itm/org/apache/jsp/tags_jsp.java | Peter0014/ITM_3 | 260ec78d0741af1c9446b103cfb19a125b8aa669 | [
"BSD-4-Clause-UC"
] | null | null | null | 38.938398 | 177 | 0.48679 | 17,018 | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/9.0.0.M1
* Generated at: 2016-06-16 12:24:50 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.... |
3e28543e840c819fff3e12caec03c55462cd54d2 | 996 | java | Java | java-campus/src/main/java/com/hawaso/javacampus/models/Price.java | VisualAcademy/JavaCampus.Pricing | 9cf62890ca485981e402aa0b72fbd9c40e852a6d | [
"MIT"
] | null | null | null | java-campus/src/main/java/com/hawaso/javacampus/models/Price.java | VisualAcademy/JavaCampus.Pricing | 9cf62890ca485981e402aa0b72fbd9c40e852a6d | [
"MIT"
] | null | null | null | java-campus/src/main/java/com/hawaso/javacampus/models/Price.java | VisualAcademy/JavaCampus.Pricing | 9cf62890ca485981e402aa0b72fbd9c40e852a6d | [
"MIT"
] | null | null | null | 18.444444 | 77 | 0.588353 | 17,019 | package com.hawaso.javacampus.models;
import java.math.BigDecimal;
public class Price {
private int id;
private String name;
private String description;
private BigDecimal price;
public int getId() {
return id;
}
public BigDecimal getPrice() {
return price;
}
pub... |
3e28561157ad885709e63942b5dc5171a038315c | 4,437 | java | Java | geoportal/src/com/esri/gpt/sdisuite/IntegrationContext.java | tomkralidis/geoportal-server | 9844d7caa1f0b9fdf2b76b336ca7aa213fbd59ee | [
"Apache-2.0"
] | 176 | 2015-01-08T19:00:40.000Z | 2022-03-23T10:17:30.000Z | geoportal/src/com/esri/gpt/sdisuite/IntegrationContext.java | tomkralidis/geoportal-server | 9844d7caa1f0b9fdf2b76b336ca7aa213fbd59ee | [
"Apache-2.0"
] | 224 | 2015-01-05T16:17:21.000Z | 2021-08-30T22:39:28.000Z | geoportal/src/com/esri/gpt/sdisuite/IntegrationContext.java | tomkralidis/geoportal-server | 9844d7caa1f0b9fdf2b76b336ca7aa213fbd59ee | [
"Apache-2.0"
] | 88 | 2015-01-15T11:47:05.000Z | 2022-03-10T02:06:46.000Z | 36.669421 | 86 | 0.653144 | 17,020 | /* See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* Esri Inc. licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
... |
3e2857e8f7abb5aaf46a6121711dfb420cedf53c | 3,253 | java | Java | openbanking-api-soap-transform/src/main/gen/com/laegler/openbanking/soap/model/OtherFeesCharges3.java | thlaegler/openbanking | 924a29ac8c0638622fba7a5674c21c803d6dc5a9 | [
"MIT"
] | null | null | null | openbanking-api-soap-transform/src/main/gen/com/laegler/openbanking/soap/model/OtherFeesCharges3.java | thlaegler/openbanking | 924a29ac8c0638622fba7a5674c21c803d6dc5a9 | [
"MIT"
] | 6 | 2019-10-20T18:56:35.000Z | 2021-12-09T21:41:46.000Z | openbanking-api-soap-transform/src/main/gen/com/laegler/openbanking/soap/model/OtherFeesCharges3.java | thlaegler/openbanking | 924a29ac8c0638622fba7a5674c21c803d6dc5a9 | [
"MIT"
] | null | null | null | 30.980952 | 147 | 0.648017 | 17,021 |
package com.laegler.openbanking.soap.model;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Contains details of fees and ... |
3e285833e9e1748a897d66abc0c301e862d46a8f | 1,844 | java | Java | src/main/java/info/dong4j/idea/plugin/weibo/entity/PreLogin.java | dong4j/markdown-image-kit | ead7344e4d5efbe19a17ee8fc1051e78802e84b8 | [
"MIT"
] | 36 | 2019-04-01T01:24:28.000Z | 2022-02-11T06:30:39.000Z | src/main/java/info/dong4j/idea/plugin/weibo/entity/PreLogin.java | dong4j/aliyun-oss-upload | ead7344e4d5efbe19a17ee8fc1051e78802e84b8 | [
"MIT"
] | 15 | 2019-06-09T15:21:35.000Z | 2021-08-25T12:44:24.000Z | src/main/java/info/dong4j/idea/plugin/weibo/entity/PreLogin.java | dong4j/aliyun-oss-upload | ead7344e4d5efbe19a17ee8fc1051e78802e84b8 | [
"MIT"
] | 9 | 2019-07-07T07:12:07.000Z | 2021-12-22T02:34:28.000Z | 30.7 | 81 | 0.69924 | 17,022 | /*
* MIT License
*
* Copyright (c) 2021 dong4j <nnheo@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 ... |
3e2858a1817d97c896532bd38beeb7ca229895f1 | 7,386 | java | Java | src/main/java/it/polimi/se2019/server/controller/Controller.java | AndyHuang97/ing-sw-2019-ferri-huang-mariotti | 59051b01a64092bac37e597b9e17c91f2cb1aa88 | [
"MIT"
] | null | null | null | src/main/java/it/polimi/se2019/server/controller/Controller.java | AndyHuang97/ing-sw-2019-ferri-huang-mariotti | 59051b01a64092bac37e597b9e17c91f2cb1aa88 | [
"MIT"
] | null | null | null | src/main/java/it/polimi/se2019/server/controller/Controller.java | AndyHuang97/ing-sw-2019-ferri-huang-mariotti | 59051b01a64092bac37e597b9e17c91f2cb1aa88 | [
"MIT"
] | null | null | null | 36.384236 | 202 | 0.680477 | 17,023 | package it.polimi.se2019.server.controller;
import it.polimi.se2019.client.util.Constants;
import it.polimi.se2019.server.exceptions.MessageParseException;
import it.polimi.se2019.server.exceptions.UnpackingException;
import it.polimi.se2019.server.games.Game;
import it.polimi.se2019.server.games.GameManager;
import ... |
3e285939356aea869b092a388c9140da5f529bd8 | 4,202 | java | Java | enderio-base/src/main/java/crazypants/enderio/base/material/alloy/BlockAlloy.java | hypherionmc/EnderIO | 70552e7deb1dedb9131495550fba3c05aa84526b | [
"Unlicense"
] | 721 | 2015-03-19T08:49:00.000Z | 2022-03-26T19:24:19.000Z | enderio-base/src/main/java/crazypants/enderio/base/material/alloy/BlockAlloy.java | hypherionmc/EnderIO | 70552e7deb1dedb9131495550fba3c05aa84526b | [
"Unlicense"
] | 3,428 | 2015-03-17T10:13:37.000Z | 2022-03-29T17:55:38.000Z | enderio-base/src/main/java/crazypants/enderio/base/material/alloy/BlockAlloy.java | hypherionmc/EnderIO | 70552e7deb1dedb9131495550fba3c05aa84526b | [
"Unlicense"
] | 569 | 2015-03-19T10:12:54.000Z | 2022-03-27T01:08:00.000Z | 33.887097 | 143 | 0.772965 | 17,024 | package crazypants.enderio.base.material.alloy;
import java.util.List;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import com.enderio.core.api.client.gui.IAdvancedTooltipProvider;
import com.enderio.core.common.util.NNList;
import com.enderio.core.common.util.NNList.Callback;
import crazypant... |
3e28596c20c41acdec983608b97418c3355a3360 | 5,288 | java | Java | src/test/java/es/urjc/videotranscoding/core/impl/VideoTranscodingFFmpegImplTest.java | cash2one/VideoTranscoding-Backend | 1484bf6e60a9742c9951501ed07be6771af241d1 | [
"Apache-2.0"
] | 2 | 2020-06-14T01:32:27.000Z | 2021-02-01T04:05:49.000Z | src/test/java/es/urjc/videotranscoding/core/impl/VideoTranscodingFFmpegImplTest.java | cash2one/VideoTranscoding-Backend | 1484bf6e60a9742c9951501ed07be6771af241d1 | [
"Apache-2.0"
] | null | null | null | src/test/java/es/urjc/videotranscoding/core/impl/VideoTranscodingFFmpegImplTest.java | cash2one/VideoTranscoding-Backend | 1484bf6e60a9742c9951501ed07be6771af241d1 | [
"Apache-2.0"
] | 2 | 2019-06-05T11:35:30.000Z | 2020-06-14T01:32:32.000Z | 30.531792 | 98 | 0.762401 | 17,025 | package es.urjc.videotranscoding.core.impl;
import static org.assertj.core.api.Assertions.fail;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.EnumSet;
import java.util.List;
import java.util.Properties;
import javax.annotation.Resource;
import org.junit.After;
import ... |
3e2859ba84f7dab4a0fb7d720733a58a048f2f54 | 1,607 | java | Java | java/src/main/java/eu/sonata/nfv/nec/resolver/database/DatabaseModule.java | sonata-nfv/son-resolver | e1e837323b7fccfe37d64c1eaa9a36a2c7332076 | [
"Apache-2.0"
] | null | null | null | java/src/main/java/eu/sonata/nfv/nec/resolver/database/DatabaseModule.java | sonata-nfv/son-resolver | e1e837323b7fccfe37d64c1eaa9a36a2c7332076 | [
"Apache-2.0"
] | null | null | null | java/src/main/java/eu/sonata/nfv/nec/resolver/database/DatabaseModule.java | sonata-nfv/son-resolver | e1e837323b7fccfe37d64c1eaa9a36a2c7332076 | [
"Apache-2.0"
] | 1 | 2022-02-03T02:04:13.000Z | 2022-02-03T02:04:13.000Z | 34.934783 | 73 | 0.758556 | 17,026 | /*
Copyright (c) 2015 SONATA-NFV, NEC
ALL RIGHTS RESERVED.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law ... |
3e285a5dd086658b2cee1b5b574aaf0818f5bc33 | 3,660 | java | Java | projects/jswiff/src/com/jswiff/swfrecords/tags/DefineShape3.java | VirtueDev/synced_repo | adc1b61ad68402492386fa011e4c628d6588c800 | [
"BSD-3-Clause"
] | 21 | 2015-04-30T10:28:47.000Z | 2021-06-23T23:00:45.000Z | projects/jswiff/src/com/jswiff/swfrecords/tags/DefineShape3.java | VirtueDev/synced_repo | adc1b61ad68402492386fa011e4c628d6588c800 | [
"BSD-3-Clause"
] | 36 | 2015-07-29T20:50:57.000Z | 2021-09-18T22:37:25.000Z | projects/jswiff/src/com/jswiff/swfrecords/tags/DefineShape3.java | VirtueDev/synced_repo | adc1b61ad68402492386fa011e4c628d6588c800 | [
"BSD-3-Clause"
] | 35 | 2015-04-30T10:29:41.000Z | 2022-02-15T21:17:01.000Z | 30.508333 | 77 | 0.700628 | 17,027 | /*
* JSwiff is an open source Java API for Macromedia Flash file generation
* and manipulation
*
* Copyright (C) 2004-2005 Ralf Terdic (dycjh@example.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the... |
3e285a7597edf6474a4d906602becf3fc4a56cea | 1,356 | java | Java | src/main/java/de/hasait/clap/CLAPUsageCategory.java | shasait/clap | e4658df3890d77cfc8e62e30eb396fad8bda0be8 | [
"Apache-1.1"
] | 2 | 2017-02-20T00:49:39.000Z | 2019-10-15T04:16:02.000Z | src/main/java/de/hasait/clap/CLAPUsageCategory.java | shasait/clap | e4658df3890d77cfc8e62e30eb396fad8bda0be8 | [
"Apache-1.1"
] | null | null | null | src/main/java/de/hasait/clap/CLAPUsageCategory.java | shasait/clap | e4658df3890d77cfc8e62e30eb396fad8bda0be8 | [
"Apache-1.1"
] | null | null | null | 30.133333 | 100 | 0.723451 | 17,028 | /*
* Copyright (C) 2021 by Sebastian Hasait (sebastian at hasait dot de)
*
* 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... |
3e285bb84a7640bfe2912c24b4323b7686ea2a80 | 4,163 | java | Java | src/main/java/com/glaf/remote/query/RemotePermissionQuery.java | gitee2008/crowd | dde77987c8045a7b819d2917a8f9ff08fcdb5d73 | [
"Apache-2.0"
] | 2 | 2017-10-20T12:29:56.000Z | 2018-03-04T02:20:38.000Z | src/main/java/com/glaf/remote/query/RemotePermissionQuery.java | gitee2008/crowd | dde77987c8045a7b819d2917a8f9ff08fcdb5d73 | [
"Apache-2.0"
] | 14 | 2019-11-13T03:15:50.000Z | 2022-03-31T18:46:48.000Z | src/main/java/com/glaf/remote/query/RemotePermissionQuery.java | gitee2008/crowd | dde77987c8045a7b819d2917a8f9ff08fcdb5d73 | [
"Apache-2.0"
] | 4 | 2018-08-14T04:40:43.000Z | 2022-03-27T04:43:01.000Z | 25.857143 | 95 | 0.726399 | 17,029 | /*
* 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 ... |
3e285c9b35dcaefea7e5791908bc9f6125be532f | 5,179 | java | Java | library/common/src/test/java/com/google/android/exoplayer2/TracksInfoTest.java | OxygenCobalt/ExoPlayer | 029a2b27cbdc27cf9d51d4a73ebeb503968849f6 | [
"Apache-2.0"
] | 160 | 2016-02-05T13:15:30.000Z | 2022-03-11T20:23:15.000Z | library/common/src/test/java/com/google/android/exoplayer2/TracksInfoTest.java | OxygenCobalt/ExoPlayer | 029a2b27cbdc27cf9d51d4a73ebeb503968849f6 | [
"Apache-2.0"
] | 91 | 2016-04-06T19:07:14.000Z | 2022-03-10T16:42:36.000Z | library/common/src/test/java/com/google/android/exoplayer2/TracksInfoTest.java | OxygenCobalt/ExoPlayer | 029a2b27cbdc27cf9d51d4a73ebeb503968849f6 | [
"Apache-2.0"
] | 85 | 2016-03-09T09:25:56.000Z | 2021-12-17T13:54:27.000Z | 46.241071 | 99 | 0.728133 | 17,030 | /*
* Copyright (C) 2021 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e285dff187bec34d6f8947f27ca078b8e58110d | 420 | java | Java | src/main/java/com/github/seratch/jslack/api/methods/request/reactions/ReactionsRemoveRequest.java | davidkarlsen/jslack | e633154c85c2a1a5b358b41185a5c663559dd71b | [
"MIT"
] | null | null | null | src/main/java/com/github/seratch/jslack/api/methods/request/reactions/ReactionsRemoveRequest.java | davidkarlsen/jslack | e633154c85c2a1a5b358b41185a5c663559dd71b | [
"MIT"
] | null | null | null | src/main/java/com/github/seratch/jslack/api/methods/request/reactions/ReactionsRemoveRequest.java | davidkarlsen/jslack | e633154c85c2a1a5b358b41185a5c663559dd71b | [
"MIT"
] | null | null | null | 24.705882 | 64 | 0.785714 | 17,031 | package com.github.seratch.jslack.api.methods.request.reactions;
import com.github.seratch.jslack.api.methods.SlackApiRequest;
import lombok.Builder;
import lombok.Data;
@Data
@Builder
public class ReactionsRemoveRequest implements SlackApiRequest {
private String token;
private String name;
private Stri... |
3e285e5d302a6d36574ff78b072dd22db54ef005 | 656 | java | Java | src/questions/leetcode298/BinaryTreeLongestConsecutiveSequence.java | JOHNKYON/LeetCode | bc0a76ee5fdd935d175136504eba8398f5e01f6d | [
"MIT"
] | null | null | null | src/questions/leetcode298/BinaryTreeLongestConsecutiveSequence.java | JOHNKYON/LeetCode | bc0a76ee5fdd935d175136504eba8398f5e01f6d | [
"MIT"
] | null | null | null | src/questions/leetcode298/BinaryTreeLongestConsecutiveSequence.java | JOHNKYON/LeetCode | bc0a76ee5fdd935d175136504eba8398f5e01f6d | [
"MIT"
] | null | null | null | 23.428571 | 63 | 0.560976 | 17,033 | package questions.leetcode298;
import questions.dataStructure.TreeNode;
public class BinaryTreeLongestConsecutiveSequence {
int max;
public int longestConsecutive(TreeNode root) {
max = 0;
if (root == null)
return 0;
dp(root, root.val-1, 0);
return max;
}
p... |
3e285e87ddc6b01ae1905a106028aa4732065888 | 2,904 | java | Java | java/shrine/app/src/main/java/com/google/codelabs/mdc/java/shrine/network/ImageRequester.java | cerradosoftware/kotlin-material | e1aaf1ee35e5ac1ed2db08e02f9d405972de59bd | [
"Apache-2.0"
] | 214 | 2018-05-08T20:30:02.000Z | 2022-03-26T07:30:07.000Z | java/shrine/app/src/main/java/com/google/codelabs/mdc/java/shrine/network/ImageRequester.java | cerradosoftware/kotlin-material | e1aaf1ee35e5ac1ed2db08e02f9d405972de59bd | [
"Apache-2.0"
] | 76 | 2018-05-09T15:13:10.000Z | 2022-02-27T21:13:14.000Z | java/shrine/app/src/main/java/com/google/codelabs/mdc/java/shrine/network/ImageRequester.java | cerradosoftware/kotlin-material | e1aaf1ee35e5ac1ed2db08e02f9d405972de59bd | [
"Apache-2.0"
] | 197 | 2018-05-14T08:58:55.000Z | 2022-03-29T15:33:57.000Z | 37.230769 | 93 | 0.574725 | 17,034 | package com.google.codelabs.mdc.java.shrine.network;
import android.content.Context;
import android.graphics.Bitmap;
import android.util.DisplayMetrics;
import android.util.LruCache;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.ImageLoader;
import com.android.volley.toolbox.NetworkImageVi... |
3e285ee68d45d3c203ba8353d74a5035c026d1ae | 812 | java | Java | src/main/java/com/project/gallery/controllers/UserController.java | SIM-CHIA-HUEY/Online-art-gallery | ecfc6fa7b55b84da0250473d1866901d472d5827 | [
"MIT"
] | null | null | null | src/main/java/com/project/gallery/controllers/UserController.java | SIM-CHIA-HUEY/Online-art-gallery | ecfc6fa7b55b84da0250473d1866901d472d5827 | [
"MIT"
] | 1 | 2021-06-17T09:22:21.000Z | 2021-06-17T09:22:21.000Z | src/main/java/com/project/gallery/controllers/UserController.java | SIM-CHIA-HUEY/SIDE_PROJECT_Online-art-gallery | 3e1592dd516651adb3b0c83f92d27b6851df6864 | [
"MIT"
] | null | null | null | 31.230769 | 82 | 0.794335 | 17,035 | package com.project.gallery.controllers;
import com.project.gallery.domain.dtos.ArtistInfoCreate;
import com.project.gallery.services.UserService;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.Reque... |
3e285f0c1b533e62dce7b7f98ef72013d325eaba | 2,071 | java | Java | utils/src/main/java/com/common/example/GetCurrentLocationAct.java | Seyed-Javad-Hosseini/CommonUtils | 3b3095a90ec21f19c1514555126d216754f6dd54 | [
"MIT"
] | 2 | 2019-08-18T11:26:57.000Z | 2019-11-17T02:09:15.000Z | utils/src/main/java/com/common/example/GetCurrentLocationAct.java | Seyed-Javad-Hosseini/CommonUtils | 3b3095a90ec21f19c1514555126d216754f6dd54 | [
"MIT"
] | null | null | null | utils/src/main/java/com/common/example/GetCurrentLocationAct.java | Seyed-Javad-Hosseini/CommonUtils | 3b3095a90ec21f19c1514555126d216754f6dd54 | [
"MIT"
] | null | null | null | 31.861538 | 139 | 0.610333 | 17,036 | package com.common.example;
/**
* @author Y@$!n
*
*/
import android.app.Activity;
import android.content.Context;
import android.location.Location;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.TextView;
import com.... |
3e28604de4be7a4b16ac3865faf676234bf6c2e2 | 1,142 | java | Java | Robots/RandomLydia.java | lydia1798-cmis/APCS-lydia1798-cmis | a010a8eea4961eaeef2f63c6bd8746220e45c967 | [
"MIT"
] | 1 | 2018-03-02T02:40:54.000Z | 2018-03-02T02:40:54.000Z | Robots/RandomLydia.java | lydia1798-cmis/APCS-lydia1798-cmis | a010a8eea4961eaeef2f63c6bd8746220e45c967 | [
"MIT"
] | null | null | null | Robots/RandomLydia.java | lydia1798-cmis/APCS-lydia1798-cmis | a010a8eea4961eaeef2f63c6bd8746220e45c967 | [
"MIT"
] | null | null | null | 25.954545 | 79 | 0.510508 | 17,037 | import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
public class RandomLydia extends Robot
{
public RandomLydia(){
super(Color.gray);
}
public void init(){
}
/**
* What your robot can do:
* right() => move 1 to the right
* left()... |
3e2860f93faa09d51788846298a1ef45b488156f | 11,477 | java | Java | aws-java-sdk-directory/src/main/java/com/amazonaws/services/directory/model/EnableSsoRequest.java | tb3088/aws-sdk-java | 26369a648ebf8ddbc9023c9747b4b18358fdec21 | [
"Apache-2.0"
] | null | null | null | aws-java-sdk-directory/src/main/java/com/amazonaws/services/directory/model/EnableSsoRequest.java | tb3088/aws-sdk-java | 26369a648ebf8ddbc9023c9747b4b18358fdec21 | [
"Apache-2.0"
] | null | null | null | aws-java-sdk-directory/src/main/java/com/amazonaws/services/directory/model/EnableSsoRequest.java | tb3088/aws-sdk-java | 26369a648ebf8ddbc9023c9747b4b18358fdec21 | [
"Apache-2.0"
] | null | null | null | 40.698582 | 120 | 0.644332 | 17,038 | /*
* Copyright 2013-2018 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... |
3e2863591071558558ef4a05fce961c2509e6699 | 5,445 | java | Java | src/main/java/com/buringhe/gateway/filter/JwtTokenFilter.java | buringhe/gateway | 6ed2a1f5a5c7ff691ced36550d37a320b79efb8b | [
"Apache-2.0"
] | 1 | 2020-10-29T08:22:37.000Z | 2020-10-29T08:22:37.000Z | src/main/java/com/buringhe/gateway/filter/JwtTokenFilter.java | buringhe/gateway | 6ed2a1f5a5c7ff691ced36550d37a320b79efb8b | [
"Apache-2.0"
] | null | null | null | src/main/java/com/buringhe/gateway/filter/JwtTokenFilter.java | buringhe/gateway | 6ed2a1f5a5c7ff691ced36550d37a320b79efb8b | [
"Apache-2.0"
] | null | null | null | 33.404908 | 109 | 0.662259 | 17,039 | package com.buringhe.gateway.filter;
import cn.hutool.core.lang.Console;
import cn.hutool.core.util.StrUtil;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.buringhe.gateway.api.CommonResult;
import com.buringhe.gateway.config.IgnoreUrlsConfig... |
3e2864b145a6378e1a999a5ca6ba3ec16d62f920 | 3,981 | java | Java | src/main/java/org/abondarev/visual/Game.java | alex-d-bondarev/learn-java-2d | 0afdf99174c02f8a4020ad028c45d46823c9b0e9 | [
"MIT"
] | null | null | null | src/main/java/org/abondarev/visual/Game.java | alex-d-bondarev/learn-java-2d | 0afdf99174c02f8a4020ad028c45d46823c9b0e9 | [
"MIT"
] | null | null | null | src/main/java/org/abondarev/visual/Game.java | alex-d-bondarev/learn-java-2d | 0afdf99174c02f8a4020ad028c45d46823c9b0e9 | [
"MIT"
] | null | null | null | 23.838323 | 65 | 0.57674 | 17,040 | package org.abondarev.visual;
import org.abondarev.visual.display.Display;
import org.abondarev.visual.gfx.Assets;
import org.abondarev.visual.gfx.GameCamera;
import org.abondarev.visual.input.KeyManager;
import org.abondarev.visual.input.MouseManager;
import org.abondarev.visual.states.GameState;
import org.abondarev... |
3e2864f4529b6cc417ad789f8154b27be75b13c2 | 4,554 | java | Java | microservices/vehicles/src/main/java/com/udacity/vehicles/api/CarController.java | edson-a-soares/java_developer_nanodegree | 7ee6e39ab0512ed414661e6b740f1b32481198ad | [
"Apache-2.0"
] | 2 | 2021-09-08T06:23:26.000Z | 2022-01-02T19:03:46.000Z | microservices/vehicles/src/main/java/com/udacity/vehicles/api/CarController.java | edson-a-soares/java_web_developer_nanodegree | 7ee6e39ab0512ed414661e6b740f1b32481198ad | [
"Apache-2.0"
] | null | null | null | microservices/vehicles/src/main/java/com/udacity/vehicles/api/CarController.java | edson-a-soares/java_web_developer_nanodegree | 7ee6e39ab0512ed414661e6b740f1b32481198ad | [
"Apache-2.0"
] | null | null | null | 35.578125 | 99 | 0.690382 | 17,041 | package com.udacity.vehicles.api;
import static org.springframework.hateoas.mvc.ControllerLinkBuilder.linkTo;
import static org.springframework.hateoas.mvc.ControllerLinkBuilder.methodOn;
import java.net.URI;
import java.util.List;
import javax.validation.Valid;
import java.util.stream.Collectors;
import java.net.URI... |
3e28658c2ed5b197fd0727c58969b75a73a580b3 | 4,067 | java | Java | snap-scheduler-core/src/main/java/io/opensw/scheduler/core/scheduler/SnapScheduler.java | luismpcosta/snap-scheduler | a53ff230be2511894a0db456e97b197ed15699fc | [
"PostgreSQL",
"Apache-2.0",
"OLDAP-2.2.1"
] | 11 | 2020-12-28T22:28:57.000Z | 2021-12-18T09:35:22.000Z | snap-scheduler-core/src/main/java/io/opensw/scheduler/core/scheduler/SnapScheduler.java | luismpcosta/snap-scheduler | a53ff230be2511894a0db456e97b197ed15699fc | [
"PostgreSQL",
"Apache-2.0",
"OLDAP-2.2.1"
] | 1 | 2021-12-07T10:35:31.000Z | 2021-12-22T15:57:59.000Z | snap-scheduler-core/src/main/java/io/opensw/scheduler/core/scheduler/SnapScheduler.java | luismpcosta/snap-scheduler | a53ff230be2511894a0db456e97b197ed15699fc | [
"PostgreSQL",
"Apache-2.0",
"OLDAP-2.2.1"
] | 2 | 2021-07-20T08:42:21.000Z | 2021-12-22T02:25:04.000Z | 34.760684 | 106 | 0.725104 | 17,042 | package io.opensw.scheduler.core.scheduler;
import java.time.Duration;
import java.time.Instant;
import org.springframework.stereotype.Component;
import io.opensw.scheduler.SnapSchedulerProperties;
import io.opensw.scheduler.core.domain.scheduler.SchedulerRepository;
import io.opensw.scheduler.core.exceptions.TaskDe... |
3e286595c768aed21bc4533b7c21ef9a7c75d295 | 2,036 | java | Java | dsf-bpe/dsf-bpe-webservice-client/src/test/java/org/highmed/dsf/bpe/client/TestBpeJerseyClient.java | SevKohler/highmed-dsf | 6ddaaca95f085ac7c34986f1034f46f9d1189472 | [
"Apache-2.0"
] | null | null | null | dsf-bpe/dsf-bpe-webservice-client/src/test/java/org/highmed/dsf/bpe/client/TestBpeJerseyClient.java | SevKohler/highmed-dsf | 6ddaaca95f085ac7c34986f1034f46f9d1189472 | [
"Apache-2.0"
] | null | null | null | dsf-bpe/dsf-bpe-webservice-client/src/test/java/org/highmed/dsf/bpe/client/TestBpeJerseyClient.java | SevKohler/highmed-dsf | 6ddaaca95f085ac7c34986f1034f46f9d1189472 | [
"Apache-2.0"
] | null | null | null | 43.319149 | 158 | 0.760314 | 17,043 | package org.highmed.dsf.bpe.client;
import java.io.IOException;
import java.nio.file.Paths;
import java.security.KeyStore;
import java.security.KeyStoreException;
import java.security.NoSuchAlgorithmException;
import java.security.cert.CertificateException;
import java.util.Arrays;
import java.util.Collection... |
3e28661f59a0410fbe52c47dbb1d0ab6eb1d627e | 2,011 | java | Java | src/test/java/org/sampsonlab/nephvseqtlserver/dto/GroupInfoTest.java | christopher-gillies/nephvs-eqtl-server | 9cc3d02229de3fd9c74d4a90f4fc4868eb3f7211 | [
"MIT"
] | null | null | null | src/test/java/org/sampsonlab/nephvseqtlserver/dto/GroupInfoTest.java | christopher-gillies/nephvs-eqtl-server | 9cc3d02229de3fd9c74d4a90f4fc4868eb3f7211 | [
"MIT"
] | null | null | null | src/test/java/org/sampsonlab/nephvseqtlserver/dto/GroupInfoTest.java | christopher-gillies/nephvs-eqtl-server | 9cc3d02229de3fd9c74d4a90f4fc4868eb3f7211 | [
"MIT"
] | null | null | null | 26.813333 | 117 | 0.670313 | 17,044 | package org.sampsonlab.nephvseqtlserver.dto;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.util.LinkedList;
import java.util.List;
import org.junit.Test;
public class GroupInfoTest {
@Test
public void testCreate1(... |
3e28672e5b7972d1bb4dd4fd69e47ca108a02948 | 1,332 | java | Java | app/src/main/java/com/example/administrator/ui_demo2/Bluetooth/NameAndAddressPreference.java | teaGod-s/UI_demo2 | 4de012b44cbcbcdb5643c275263d72d5d1639e0a | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/administrator/ui_demo2/Bluetooth/NameAndAddressPreference.java | teaGod-s/UI_demo2 | 4de012b44cbcbcdb5643c275263d72d5d1639e0a | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/administrator/ui_demo2/Bluetooth/NameAndAddressPreference.java | teaGod-s/UI_demo2 | 4de012b44cbcbcdb5643c275263d72d5d1639e0a | [
"Apache-2.0"
] | null | null | null | 33.375 | 79 | 0.701873 | 17,045 | package com.example.administrator.ui_demo2.Bluetooth;
import android.content.Context;
import android.preference.PreferenceManager;
/**
* Created by teaGod on 2017/3/19.
* kenaa@example.com
* 功能:一个sharedPreference类,用来存放上次连接到的设备的设备名称和MAC地址
*/
public class NameAndAddressPreference {
private static final String ... |
3e28674b556ae8037274f3b4c04cb3bcee856f08 | 10,079 | java | Java | src/test/java/edu/hawaii/its/api/service/HelperServiceTest.java | janeligio/uh-groupings-api | d77484d3c6e19c6e608c1508780c2cd9a0b56d1d | [
"Apache-2.0"
] | null | null | null | src/test/java/edu/hawaii/its/api/service/HelperServiceTest.java | janeligio/uh-groupings-api | d77484d3c6e19c6e608c1508780c2cd9a0b56d1d | [
"Apache-2.0"
] | null | null | null | src/test/java/edu/hawaii/its/api/service/HelperServiceTest.java | janeligio/uh-groupings-api | d77484d3c6e19c6e608c1508780c2cd9a0b56d1d | [
"Apache-2.0"
] | null | null | null | 37.468401 | 112 | 0.703443 | 17,046 | package edu.hawaii.its.api.service;
import edu.hawaii.its.api.configuration.SpringBootWebApplication;
import edu.hawaii.its.api.repository.GroupRepository;
import edu.hawaii.its.api.repository.GroupingRepository;
import edu.hawaii.its.api.repository.MembershipRepository;
import edu.hawaii.its.api.repository.PersonRepo... |
3e28690c967408659f4403d4a45f035cf42ad155 | 729 | java | Java | src/main/java/pro/horoshilov/family/repository/specification/impl/PhotoFindByIdSpecification.java | Patr56/family | 7e8b1d75d75674f6ee8c7b0a599002b7443b32ce | [
"MIT"
] | null | null | null | src/main/java/pro/horoshilov/family/repository/specification/impl/PhotoFindByIdSpecification.java | Patr56/family | 7e8b1d75d75674f6ee8c7b0a599002b7443b32ce | [
"MIT"
] | 2 | 2022-01-21T23:31:32.000Z | 2022-02-16T01:01:16.000Z | src/main/java/pro/horoshilov/family/repository/specification/impl/PhotoFindByIdSpecification.java | Patr56/family | 7e8b1d75d75674f6ee8c7b0a599002b7443b32ce | [
"MIT"
] | null | null | null | 26.035714 | 72 | 0.695473 | 17,047 | package pro.horoshilov.family.repository.specification.impl;
import java.util.HashMap;
import java.util.Map;
import pro.horoshilov.family.repository.specification.ISqlSpecification;
public class PhotoFindByIdSpecification implements ISqlSpecification {
public Map<String, ?> getParamMap() {
return paramM... |
3e286993f3296588db00a8fd27837cdd4f801506 | 1,494 | java | Java | src/test/java/com/android/tools/r8/TestState.java | Yinkozi/R8 | af71090436ca05106ff3ac08c9533ed524163029 | [
"Apache-2.0",
"BSD-3-Clause"
] | 8 | 2019-02-16T19:27:05.000Z | 2020-10-30T20:10:42.000Z | src/test/java/com/android/tools/r8/TestState.java | Yinkozi/R8 | af71090436ca05106ff3ac08c9533ed524163029 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | src/test/java/com/android/tools/r8/TestState.java | Yinkozi/R8 | af71090436ca05106ff3ac08c9533ed524163029 | [
"Apache-2.0",
"BSD-3-Clause"
] | 5 | 2019-03-03T04:49:03.000Z | 2021-11-23T15:47:38.000Z | 23.34375 | 87 | 0.735609 | 17,048 | // Copyright (c) 2018, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.android.tools.r8;
import java.io.IOException;
import java.nio.file.Path;
import java.util.func... |
3e2869c0fb4a533b50ac468f99d3274473bb8cdf | 1,147 | java | Java | core/src/main/java/org/apache/cxf/transport/Assertor.java | keep-sunshine/cxf | 039e1dec778efffd6af4523f88d8638732afb637 | [
"Apache-2.0"
] | 839 | 2015-01-01T15:33:21.000Z | 2022-03-31T02:40:34.000Z | core/src/main/java/org/apache/cxf/transport/Assertor.java | keep-sunshine/cxf | 039e1dec778efffd6af4523f88d8638732afb637 | [
"Apache-2.0"
] | 399 | 2015-01-07T19:59:38.000Z | 2022-03-30T21:56:27.000Z | core/src/main/java/org/apache/cxf/transport/Assertor.java | keep-sunshine/cxf | 039e1dec778efffd6af4523f88d8638732afb637 | [
"Apache-2.0"
] | 1,581 | 2015-01-01T02:22:05.000Z | 2022-03-31T13:29:27.000Z | 31.861111 | 62 | 0.755013 | 17,049 | /**
* 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 m... |
3e286a60a3183befa21b899b4780baa7002f5dd8 | 272 | java | Java | auth-parent/auth-generation/src/main/java/com/wisdom/auth/service/OauthRefreshTokenService.java | dragonSaberCaptain/wisdom-parent | a52de41564a639e611c39bb03b4f44b968840a19 | [
"Apache-2.0"
] | 1 | 2021-09-18T05:12:06.000Z | 2021-09-18T05:12:06.000Z | auth-parent/auth-generation/src/main/java/com/wisdom/auth/service/OauthRefreshTokenService.java | dragonSaberCaptain/wisdom-parent | a52de41564a639e611c39bb03b4f44b968840a19 | [
"Apache-2.0"
] | 1 | 2022-03-09T07:48:12.000Z | 2022-03-10T02:24:14.000Z | auth-parent/auth-generation/src/main/java/com/wisdom/auth/service/OauthRefreshTokenService.java | dragonSaberCaptain/wisdom-parent | a52de41564a639e611c39bb03b4f44b968840a19 | [
"Apache-2.0"
] | null | null | null | 18.133333 | 82 | 0.764706 | 17,050 | package com.wisdom.auth.service;
import com.wisdom.auth.entity.OauthRefreshToken;
import com.wisdom.common.service.BaseService;
/**
* 业务层
*
* @author captain
* @version 1.0.0
*/
public interface OauthRefreshTokenService extends BaseService<OauthRefreshToken> {
}
|
3e286acf0a56b179ef88e2bf8498462e4895dfcb | 900 | java | Java | extensions/hibernate-envers/deployment/src/test/java/io/quarkus/hibernate/orm/envers/config/EnversTestDefaultSchemaCatalogResource.java | tiago-marques/quarkus | 7442da1ea202ffe51103ad52b2fb522d99623ee1 | [
"Apache-2.0"
] | 2 | 2020-08-31T07:38:11.000Z | 2022-01-26T14:15:19.000Z | extensions/hibernate-envers/deployment/src/test/java/io/quarkus/hibernate/orm/envers/config/EnversTestDefaultSchemaCatalogResource.java | tiago-marques/quarkus | 7442da1ea202ffe51103ad52b2fb522d99623ee1 | [
"Apache-2.0"
] | 184 | 2020-03-09T10:03:02.000Z | 2022-03-21T22:50:37.000Z | extensions/hibernate-envers/deployment/src/test/java/io/quarkus/hibernate/orm/envers/config/EnversTestDefaultSchemaCatalogResource.java | tiago-marques/quarkus | 7442da1ea202ffe51103ad52b2fb522d99623ee1 | [
"Apache-2.0"
] | 2 | 2019-09-27T09:54:49.000Z | 2020-01-18T17:23:57.000Z | 32.142857 | 95 | 0.718889 | 17,051 |
package io.quarkus.hibernate.orm.envers.config;
import javax.enterprise.context.ApplicationScoped;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import io.quarkus.hibernate.orm.envers.AbstractEnversResource;
@Path("/envers-default-schema-catalog")
@ApplicationScoped
public class EnversTestDefaultSchemaCatalogRes... |
3e286bff5f262d05da18cb84890315f9df1440ab | 3,577 | java | Java | addons/jts_lt/src/main/scala/com/github/tminglei/slickpg/PgGeographyTypes.java | kardapoltsev/slick-pg | 4ac835316920a42b9661ca4981f90e5393125c0f | [
"BSD-2-Clause"
] | 721 | 2015-01-06T15:29:31.000Z | 2022-02-19T18:38:37.000Z | addons/jts_lt/src/main/scala/com/github/tminglei/slickpg/PgGeographyTypes.java | kardapoltsev/slick-pg | 4ac835316920a42b9661ca4981f90e5393125c0f | [
"BSD-2-Clause"
] | 399 | 2015-01-10T00:50:20.000Z | 2022-03-30T02:51:08.000Z | addons/jts_lt/src/main/scala/com/github/tminglei/slickpg/PgGeographyTypes.java | kardapoltsev/slick-pg | 4ac835316920a42b9661ca4981f90e5393125c0f | [
"BSD-2-Clause"
] | 206 | 2015-01-15T21:05:42.000Z | 2022-03-19T15:34:50.000Z | 36.131313 | 92 | 0.659491 | 17,052 | package com.github.tminglei.slickpg;
import org.locationtech.jts.geom.*;
public interface PgGeographyTypes {
class GeographyFactory extends GeometryFactory {
@Override
public GeogPoint createPoint(CoordinateSequence coordinates) {
return new GeogPoint(coordinates, this);
}
... |
3e286c553716222afc79e5d7c58a3c9a8ccb6281 | 740 | java | Java | board/src/main/java/com/example/board/entity/Board.java | rachel-kwak/springboot | 75f77dfc7e6ea25497dfe4f44b66bcdc10ce9126 | [
"MIT"
] | null | null | null | board/src/main/java/com/example/board/entity/Board.java | rachel-kwak/springboot | 75f77dfc7e6ea25497dfe4f44b66bcdc10ce9126 | [
"MIT"
] | null | null | null | board/src/main/java/com/example/board/entity/Board.java | rachel-kwak/springboot | 75f77dfc7e6ea25497dfe4f44b66bcdc10ce9126 | [
"MIT"
] | null | null | null | 22.424242 | 57 | 0.698649 | 17,053 | package com.example.board.entity;
import lombok.*;
import javax.persistence.*;
@Entity
@Builder
@AllArgsConstructor
@NoArgsConstructor
@Getter
// Member 객체의 toString()이 호출되어야 하므로 데이터베이스 연결이 필요하게 됨
// 연관관계가 있는 엔티티 클래스의 경우 exclude를 명시해 주는 것이 좋으며,
// 지연 로딩을 할 때는 반드시 지정해줘야 한다.
@ToString(exclude = "writer")
public class ... |
3e286d1ddf9de8cf8bd76d04e697fd56d3af85cf | 3,326 | java | Java | org.conqat.engine.code_clones/src/org/conqat/engine/code_clones/normalization/token/configuration/ITokenConfiguration.java | vimaier/conqat | 52172907ec76c4b0915091343f0975dc0cf4891c | [
"Apache-2.0"
] | 4 | 2016-06-26T01:13:39.000Z | 2022-03-04T16:42:35.000Z | org.conqat.engine.code_clones/src/org/conqat/engine/code_clones/normalization/token/configuration/ITokenConfiguration.java | brynary/conqat | 52172907ec76c4b0915091343f0975dc0cf4891c | [
"Apache-2.0"
] | null | null | null | org.conqat.engine.code_clones/src/org/conqat/engine/code_clones/normalization/token/configuration/ITokenConfiguration.java | brynary/conqat | 52172907ec76c4b0915091343f0975dc0cf4891c | [
"Apache-2.0"
] | 7 | 2015-04-01T03:50:54.000Z | 2021-11-11T05:19:48.000Z | 35.010526 | 76 | 0.596813 | 17,054 | /*-------------------------------------------------------------------------+
| |
| Copyright 2005-2011 The ConQAT Project |
| |
| Licensed u... |
3e286d4d1f7018f09a714381b48f0b1d477e89a7 | 24,775 | java | Java | gemfirexd/core/src/main/java/com/pivotal/gemfirexd/internal/impl/sql/execute/SetOpResultSet.java | xyxiaoyou/snappy-store | 013ff282f888878cc99600e260ec1cde60112304 | [
"Apache-2.0"
] | 38 | 2016-01-04T01:31:40.000Z | 2020-04-07T06:35:36.000Z | gemfirexd/core/src/main/java/com/pivotal/gemfirexd/internal/impl/sql/execute/SetOpResultSet.java | xyxiaoyou/snappy-store | 013ff282f888878cc99600e260ec1cde60112304 | [
"Apache-2.0"
] | 261 | 2016-01-07T09:14:26.000Z | 2019-12-05T10:15:56.000Z | gemfirexd/core/src/main/java/com/pivotal/gemfirexd/internal/impl/sql/execute/SetOpResultSet.java | xyxiaoyou/snappy-store | 013ff282f888878cc99600e260ec1cde60112304 | [
"Apache-2.0"
] | 22 | 2016-03-09T05:47:09.000Z | 2020-04-02T17:55:30.000Z | 36.380323 | 116 | 0.616468 | 17,055 | /*
Derby - Class com.pivotal.gemfirexd.internal.impl.sql.execute.SetOpResultSet
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 t... |
3e286e076200ac53b4c251ddc61559cd768ab37b | 1,077 | java | Java | src/main/java/com/sample/object/ObjectMessageListener.java | relax-space/rocketmq-consumer | e2eda5e41bfc907e3014fb40547c292a09e27403 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/sample/object/ObjectMessageListener.java | relax-space/rocketmq-consumer | e2eda5e41bfc907e3014fb40547c292a09e27403 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/sample/object/ObjectMessageListener.java | relax-space/rocketmq-consumer | e2eda5e41bfc907e3014fb40547c292a09e27403 | [
"Apache-2.0"
] | null | null | null | 35.9 | 90 | 0.708449 | 17,056 | package com.sample.object;
import com.aliyun.openservices.ons.api.Message;
import com.aliyun.openservices.ons.api.order.ConsumeOrderContext;
import com.aliyun.openservices.ons.api.order.MessageOrderListener;
import com.aliyun.openservices.ons.api.order.OrderAction;
import com.sample.ObjectUtil;
import lombok.extern.sl... |
3e286e7c192ec51024bb0c6a71ed931fab961acd | 1,629 | java | Java | components/idp-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/listener/ResidentIdentityProviderMgtListener.java | liurl3/carbon-identity | 2b6bf3432f80e6c93bd02dc165bdac103fcd002e | [
"Apache-2.0"
] | null | null | null | components/idp-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/listener/ResidentIdentityProviderMgtListener.java | liurl3/carbon-identity | 2b6bf3432f80e6c93bd02dc165bdac103fcd002e | [
"Apache-2.0"
] | null | null | null | components/idp-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/listener/ResidentIdentityProviderMgtListener.java | liurl3/carbon-identity | 2b6bf3432f80e6c93bd02dc165bdac103fcd002e | [
"Apache-2.0"
] | null | null | null | 33.9375 | 115 | 0.729896 | 17,057 | /*
*
* Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://... |
3e286eb136db15679e390e2b4d6b9443c4e8b0d7 | 1,424 | java | Java | app/src/main/java/com/camnter/easyrecyclerviewsidebar/demo/LetterSectionActivity.java | toyluck/EasyRecyclerViewSidebar | aa648842ed122f71012ccb954df07459b1c7b4b8 | [
"Apache-2.0"
] | 549 | 2016-04-09T15:38:43.000Z | 2021-08-19T09:16:15.000Z | app/src/main/java/com/camnter/easyrecyclerviewsidebar/demo/LetterSectionActivity.java | toyluck/EasyRecyclerViewSidebar | aa648842ed122f71012ccb954df07459b1c7b4b8 | [
"Apache-2.0"
] | 4 | 2016-04-15T02:27:25.000Z | 2017-05-16T12:31:19.000Z | app/src/main/java/com/camnter/easyrecyclerviewsidebar/demo/LetterSectionActivity.java | toyluck/EasyRecyclerViewSidebar | aa648842ed122f71012ccb954df07459b1c7b4b8 | [
"Apache-2.0"
] | 98 | 2016-04-14T00:40:59.000Z | 2022-03-05T07:06:17.000Z | 31.8 | 77 | 0.753319 | 17,058 | /*
* Copyright (C) 2016 CaMnter envkt@example.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... |
3e286ebae8fb47f26b558ef8340c946539669409 | 2,847 | java | Java | app/src/main/java/com/example/android/miwok/MainActivity.java | vyadav20/miowkApp | c5eec1d33a27c54bcd1f255d116e23261ec3ac4e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/miwok/MainActivity.java | vyadav20/miowkApp | c5eec1d33a27c54bcd1f255d116e23261ec3ac4e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/miwok/MainActivity.java | vyadav20/miowkApp | c5eec1d33a27c54bcd1f255d116e23261ec3ac4e | [
"Apache-2.0"
] | null | null | null | 33.104651 | 90 | 0.654373 | 17,059 | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e2870355fab375293296f625dc339f8832aa6ef | 577 | java | Java | src/utilities/builder/TextFieldBuilder.java | filipmazurek/Vooga-Salad | 8aa11b55153241b6e93520f654f9bbe30c6cfa22 | [
"MIT"
] | null | null | null | src/utilities/builder/TextFieldBuilder.java | filipmazurek/Vooga-Salad | 8aa11b55153241b6e93520f654f9bbe30c6cfa22 | [
"MIT"
] | null | null | null | src/utilities/builder/TextFieldBuilder.java | filipmazurek/Vooga-Salad | 8aa11b55153241b6e93520f654f9bbe30c6cfa22 | [
"MIT"
] | null | null | null | 32.055556 | 65 | 0.729636 | 17,060 | package utilities.builder;
import javafx.scene.Node;
import javafx.scene.control.TextField;
public class TextFieldBuilder implements ComponentBuilder {
public Node createComponent(ComponentProperties properties) {
TextField textField = new TextField();
textField.setId(properties.id);
text... |
3e287046e818dc497f33b96150193a78f773ba0c | 5,721 | java | Java | java/core/src/main/java/com/adobe/aem/demomachine/Json2Csv.java | whadobe/aem-demo-machine | 664e14fa817b2916455db06b0e5c436a1c7bd079 | [
"Apache-2.0"
] | 126 | 2015-09-15T04:17:15.000Z | 2021-08-23T00:04:32.000Z | java/core/src/main/java/com/adobe/aem/demomachine/Json2Csv.java | whadobe/aem-demo-machine | 664e14fa817b2916455db06b0e5c436a1c7bd079 | [
"Apache-2.0"
] | 37 | 2015-09-29T14:23:17.000Z | 2021-02-03T19:29:13.000Z | java/core/src/main/java/com/adobe/aem/demomachine/Json2Csv.java | whadobe/aem-demo-machine | 664e14fa817b2916455db06b0e5c436a1c7bd079 | [
"Apache-2.0"
] | 70 | 2015-09-25T13:19:41.000Z | 2021-06-21T07:04:06.000Z | 30.593583 | 148 | 0.643769 | 17,061 | /*******************************************************************************
* Copyright 2017 Adobe Systems Incorporated.
*
* 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
*
* ... |
3e2870716894f97563ed83b302fc450b7ff83a12 | 10,992 | java | Java | Forge/src/main/java/at/petrak/hexcasting/forge/datagen/xplat/HexItemModels.java | gamma-delta/HexMod | 18277aec41361beafc5c85a75eee9c8416377e54 | [
"MIT"
] | 10 | 2022-01-19T19:36:09.000Z | 2022-03-16T15:28:33.000Z | Forge/src/main/java/at/petrak/hexcasting/forge/datagen/xplat/HexItemModels.java | gamma-delta/HexMod | 18277aec41361beafc5c85a75eee9c8416377e54 | [
"MIT"
] | 40 | 2021-12-29T07:55:19.000Z | 2022-03-31T06:20:09.000Z | Forge/src/main/java/at/petrak/hexcasting/forge/datagen/xplat/HexItemModels.java | gamma-delta/HexMod | 18277aec41361beafc5c85a75eee9c8416377e54 | [
"MIT"
] | 11 | 2022-01-22T03:55:39.000Z | 2022-03-24T23:25:35.000Z | 49.963636 | 115 | 0.641557 | 17,062 | package at.petrak.hexcasting.forge.datagen.xplat;
import at.petrak.hexcasting.api.HexAPI;
import at.petrak.hexcasting.common.items.ItemFocus;
import at.petrak.hexcasting.common.items.ItemScroll;
import at.petrak.hexcasting.common.items.ItemSlate;
import at.petrak.hexcasting.common.items.ItemWand;
import at.petrak.hexc... |
3e287132709a43a54ba3be8e57af3d727daaca01 | 3,659 | java | Java | src/main/java/io/fouad/jtb/core/beans/Sticker.java | hoota/JTelegramBot | 6145ed1eb5c60c26223f23daec442371019b48ce | [
"MIT"
] | 90 | 2016-05-17T17:21:25.000Z | 2021-11-19T12:03:17.000Z | src/main/java/io/fouad/jtb/core/beans/Sticker.java | hoota/JTelegramBot | 6145ed1eb5c60c26223f23daec442371019b48ce | [
"MIT"
] | 7 | 2016-12-16T08:46:26.000Z | 2018-10-04T15:55:00.000Z | src/main/java/io/fouad/jtb/core/beans/Sticker.java | hoota/JTelegramBot | 6145ed1eb5c60c26223f23daec442371019b48ce | [
"MIT"
] | 31 | 2016-06-23T19:51:57.000Z | 2021-11-24T09:57:50.000Z | 28.146154 | 102 | 0.68352 | 17,063 | /*
* The MIT License (MIT)
*
* Copyright (c) 2016 Fouad Almalki
*
* 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... |
3e28718435f5009a90318be15cb5f7a2e3cf8c15 | 13,160 | java | Java | CoreFindView/src/au/gov/asd/tac/constellation/views/find/gui/ReplaceCriteriaPanel.java | arcturus2/constellation | 66639a4b75925758b8f25afdf590feed54cca5b9 | [
"Apache-2.0"
] | 348 | 2019-08-15T00:04:17.000Z | 2022-03-31T04:51:43.000Z | CoreFindView/src/au/gov/asd/tac/constellation/views/find/gui/ReplaceCriteriaPanel.java | arcturus2/constellation | 66639a4b75925758b8f25afdf590feed54cca5b9 | [
"Apache-2.0"
] | 1,485 | 2019-08-17T11:09:38.000Z | 2022-03-31T00:08:26.000Z | CoreFindView/src/au/gov/asd/tac/constellation/views/find/gui/ReplaceCriteriaPanel.java | arcturus2/constellation | 66639a4b75925758b8f25afdf590feed54cca5b9 | [
"Apache-2.0"
] | 96 | 2019-08-15T09:01:10.000Z | 2021-12-28T01:20:12.000Z | 48.560886 | 188 | 0.688982 | 17,064 | /*
* Copyright 2010-2021 Australian Signals Directorate
*
* 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 appl... |
3e2872fb58231834572946969c816c74fb1c37a4 | 1,038 | java | Java | demo-graph/demo-graph-dc/demo-graph-dc-neo4j/src/test/java/com/example/demographdcneo4j/examples/movies/repo/AbstractAnnotatedEntityRepository.java | olderzhou/demo-spring-test | ce34b4603f333a4d6cceecf6fe5011068aa2d3ef | [
"MIT"
] | 2 | 2019-01-23T16:51:14.000Z | 2019-05-10T13:42:32.000Z | demo-graph/demo-graph-dc/demo-graph-dc-neo4j/src/test/java/com/example/demographdcneo4j/examples/movies/repo/AbstractAnnotatedEntityRepository.java | olderzhou/demo-spring-test | ce34b4603f333a4d6cceecf6fe5011068aa2d3ef | [
"MIT"
] | 1 | 2019-03-24T17:27:11.000Z | 2019-03-24T17:32:55.000Z | demo-graph/demo-graph-dc/demo-graph-dc-neo4j/src/test/java/com/example/demographdcneo4j/examples/movies/repo/AbstractAnnotatedEntityRepository.java | olderzhou/demo-spring-test | ce34b4603f333a4d6cceecf6fe5011068aa2d3ef | [
"MIT"
] | null | null | null | 38.444444 | 108 | 0.7842 | 17,065 | /*
* Copyright 2011-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
3e28739ce9b386bb75d2ca22fb0450fbc626ab04 | 791 | java | Java | Variant Programs/2-5/28/C3063467A2.java | hjc851/Dataset2-HowToDetectAdvancedSourceCodePlagiarism | a42ced1d5a92963207e3565860cac0946312e1b3 | [
"MIT"
] | null | null | null | Variant Programs/2-5/28/C3063467A2.java | hjc851/Dataset2-HowToDetectAdvancedSourceCodePlagiarism | a42ced1d5a92963207e3565860cac0946312e1b3 | [
"MIT"
] | null | null | null | Variant Programs/2-5/28/C3063467A2.java | hjc851/Dataset2-HowToDetectAdvancedSourceCodePlagiarism | a42ced1d5a92963207e3565860cac0946312e1b3 | [
"MIT"
] | null | null | null | 28.25 | 76 | 0.709229 | 17,066 | import robot.MechanismsManikin;
public class C3063467A2 {
private static final String synX2238String = "";
private static final String synX2237String =
"Error: No input file provided. Please run again with a input param.";
private static final int synX2236int = 1;
public static synchronized void main(St... |
3e2873bc10d9b403df139251e1f84bdc9c01bacc | 2,458 | java | Java | perun-oidc-server/src/main/java/cz/muni/ics/jwt/signer/service/JWTSigningAndValidationService.java | dBucik/OpenID-Connect-Java-Spring-Server | fd525b1b5428e2ade720bfb01e92bbf5bd4505ff | [
"Apache-2.0"
] | null | null | null | perun-oidc-server/src/main/java/cz/muni/ics/jwt/signer/service/JWTSigningAndValidationService.java | dBucik/OpenID-Connect-Java-Spring-Server | fd525b1b5428e2ade720bfb01e92bbf5bd4505ff | [
"Apache-2.0"
] | 136 | 2020-03-31T08:21:57.000Z | 2022-03-31T06:37:26.000Z | perun-oidc-server/src/main/java/cz/muni/ics/jwt/signer/service/JWTSigningAndValidationService.java | dBucik/OpenID-Connect-Java-Spring-Server | fd525b1b5428e2ade720bfb01e92bbf5bd4505ff | [
"Apache-2.0"
] | 1 | 2020-02-21T07:12:55.000Z | 2020-02-21T07:12:55.000Z | 34.619718 | 114 | 0.699756 | 17,067 | /*******************************************************************************
* Copyright 2018 The MIT Internet Trust Consortium
*
* Portions copyright 2011-2013 The MITRE Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the L... |
3e2874a90316f66dbca98e419851fcb89fc61098 | 442 | java | Java | OnJava8-Examples/onjava/Tuple2.java | PlayWithSanLei/JavaProjects | 1c85b6e24704364cc84f602a9de6197837b51012 | [
"MIT"
] | 2 | 2021-09-18T01:32:13.000Z | 2021-10-21T02:05:45.000Z | OnJava8-Examples/onjava/Tuple2.java | PlayWithSanLei/JavaProjects | 1c85b6e24704364cc84f602a9de6197837b51012 | [
"MIT"
] | null | null | null | OnJava8-Examples/onjava/Tuple2.java | PlayWithSanLei/JavaProjects | 1c85b6e24704364cc84f602a9de6197837b51012 | [
"MIT"
] | null | null | null | 27.625 | 63 | 0.633484 | 17,068 | // onjava/Tuple2.java
// (c)2021 MindView LLC: see Copyright.txt
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.
package onjava;
public class Tuple2<A, B> {
public final A a1;
public final B a2;
public Tuple2(A a, B b) { a1 = a; a2 = b; }
p... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.