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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e1497f72ffbd17ae93ec0f7237c3281a6913f74 | 5,007 | java | Java | byte-buddy-dep/src/test/java/net/bytebuddy/agent/builder/AgentBuilderInitializationStrategyTest.java | scordio/byte-buddy | 90afb6039d420a43682dbc3055765355b87eb094 | [
"Apache-2.0"
] | 4,962 | 2015-01-05T12:39:16.000Z | 2022-03-31T22:33:40.000Z | byte-buddy-dep/src/test/java/net/bytebuddy/agent/builder/AgentBuilderInitializationStrategyTest.java | chefdd/byte-buddy | 7a41b53d7023ae047be63c8cef2871fd5860b032 | [
"Apache-2.0"
] | 1,138 | 2015-01-15T03:55:52.000Z | 2022-03-30T22:17:06.000Z | byte-buddy-dep/src/test/java/net/bytebuddy/agent/builder/AgentBuilderInitializationStrategyTest.java | chefdd/byte-buddy | 7a41b53d7023ae047be63c8cef2871fd5860b032 | [
"Apache-2.0"
] | 704 | 2015-01-15T13:35:58.000Z | 2022-03-29T07:28:20.000Z | 43.53913 | 138 | 0.760735 | 8,737 | package net.bytebuddy.agent.builder;
import net.bytebuddy.description.annotation.AnnotationList;
import net.bytebuddy.description.type.TypeDescription;
import net.bytebuddy.dynamic.DynamicType;
import net.bytebuddy.dynamic.loading.ClassInjector;
import net.bytebuddy.implementation.LoadedTypeInitializer;
import net.byt... |
3e149823f2a270d3ceb8bebd28d8f0bf39dd4e3f | 3,406 | java | Java | file-toolkit-service-starter/src/main/java/io/github/nichetoolkit/file/service/impl/FileChunkServiceImpl.java | NicheToolkit/file-toolkit | 2a276955f3eddcd18aacb2780ee409678392e643 | [
"Apache-2.0"
] | null | null | null | file-toolkit-service-starter/src/main/java/io/github/nichetoolkit/file/service/impl/FileChunkServiceImpl.java | NicheToolkit/file-toolkit | 2a276955f3eddcd18aacb2780ee409678392e643 | [
"Apache-2.0"
] | null | null | null | file-toolkit-service-starter/src/main/java/io/github/nichetoolkit/file/service/impl/FileChunkServiceImpl.java | NicheToolkit/file-toolkit | 2a276955f3eddcd18aacb2780ee409678392e643 | [
"Apache-2.0"
] | null | null | null | 36.666667 | 125 | 0.707918 | 8,738 | package io.github.nichetoolkit.file.service.impl;
import io.github.nichetoolkit.file.entity.FileChunkEntity;
import io.github.nichetoolkit.file.filter.FileFilter;
import io.github.nichetoolkit.file.mapper.FileChunkMapper;
import io.github.nichetoolkit.file.model.FileChunk;
import io.github.nichetoolkit.file.service.Fi... |
3e149851fee2b63db44d7396e4ac2e12c20224a0 | 1,334 | java | Java | java/InterviewPreparation/src/main/java/othon/org/leetcode/PascalTriangle_Kth_row.java | othonreyes/code_problems | 6e65b26120b0b9d6e5ac7342a4d964696b7bd5bf | [
"MIT"
] | null | null | null | java/InterviewPreparation/src/main/java/othon/org/leetcode/PascalTriangle_Kth_row.java | othonreyes/code_problems | 6e65b26120b0b9d6e5ac7342a4d964696b7bd5bf | [
"MIT"
] | null | null | null | java/InterviewPreparation/src/main/java/othon/org/leetcode/PascalTriangle_Kth_row.java | othonreyes/code_problems | 6e65b26120b0b9d6e5ac7342a4d964696b7bd5bf | [
"MIT"
] | null | null | null | 27.791667 | 73 | 0.490255 | 8,739 | package othon.org.leetcode;
import java.util.ArrayList;
import java.util.List;
public class PascalTriangle_Kth_row {
public static void main(String[] args) {
Solution s = new Solution();
List<Integer> r = s.getRow(1);
r = s.getRow(2);
r = s.getRow(3);
System.out.println(r);... |
3e149864400dd4f0fc8361e3de4cb9a06a3da0e0 | 708 | java | Java | plot/src/main/java/com/adefruandta/plot/binder/IntegerBinder.java | teslacode/plot | a15fdbacf9d271be24082d53d94dc50545ea5931 | [
"Apache-2.0"
] | 1 | 2019-06-16T07:23:17.000Z | 2019-06-16T07:23:17.000Z | plot/src/main/java/com/adefruandta/plot/binder/IntegerBinder.java | adef145/PlotAndroid | a15fdbacf9d271be24082d53d94dc50545ea5931 | [
"Apache-2.0"
] | 2 | 2016-08-22T09:02:57.000Z | 2016-08-24T10:43:29.000Z | plot/src/main/java/com/adefruandta/plot/binder/IntegerBinder.java | adef145/PlotAndroid | a15fdbacf9d271be24082d53d94dc50545ea5931 | [
"Apache-2.0"
] | 1 | 2016-08-25T06:08:06.000Z | 2016-08-25T06:08:06.000Z | 24.413793 | 99 | 0.69774 | 8,740 | package com.adefruandta.plot.binder;
import android.os.Bundle;
import java.lang.reflect.Field;
public class IntegerBinder implements TypeBinder<Integer> {
@Override
public void setBundle(Bundle bundle, String key, Integer value) {
bundle.putInt(key, value);
}
@Override
public Integer ge... |
3e149a0f6d343f841239e6d73a9d9c2b9d5b6e92 | 549 | java | Java | minimalism/minimalism-android/src/com/kompetensum/minimalism/MainActivity.java | hypp/ld26 | f79e05047430691cfbc2b6ffaf4a91f8a05c92ba | [
"MIT"
] | null | null | null | minimalism/minimalism-android/src/com/kompetensum/minimalism/MainActivity.java | hypp/ld26 | f79e05047430691cfbc2b6ffaf4a91f8a05c92ba | [
"MIT"
] | null | null | null | minimalism/minimalism-android/src/com/kompetensum/minimalism/MainActivity.java | hypp/ld26 | f79e05047430691cfbc2b6ffaf4a91f8a05c92ba | [
"MIT"
] | null | null | null | 30.5 | 84 | 0.744991 | 8,741 | package com.kompetensum.minimalism;
import android.os.Bundle;
import com.badlogic.gdx.backends.android.AndroidApplication;
import com.badlogic.gdx.backends.android.AndroidApplicationConfiguration;
public class MainActivity extends AndroidApplication {
@Override
public void onCreate(Bundle savedInstanceState)... |
3e149a278cf0fa848c1d290a97202e11cc30863f | 1,523 | java | Java | moe/moe-core/moe.apple/moe.platform.ios/src/main/java/apple/metal/enums/MTLCommandBufferError.java | ark100/multi-os-engine | f71d66a58b3d7e5eb2a68541480b7a0d88c7b908 | [
"Apache-2.0"
] | null | null | null | moe/moe-core/moe.apple/moe.platform.ios/src/main/java/apple/metal/enums/MTLCommandBufferError.java | ark100/multi-os-engine | f71d66a58b3d7e5eb2a68541480b7a0d88c7b908 | [
"Apache-2.0"
] | null | null | null | moe/moe-core/moe.apple/moe.platform.ios/src/main/java/apple/metal/enums/MTLCommandBufferError.java | ark100/multi-os-engine | f71d66a58b3d7e5eb2a68541480b7a0d88c7b908 | [
"Apache-2.0"
] | null | null | null | 40.078947 | 85 | 0.783322 | 8,742 | /*
Copyright 2014-2016 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, s... |
3e149bb37bb000e367ddcf29d4f62ffb1a625386 | 2,275 | java | Java | qinsql-common/src/main/java/com/facebook/presto/common/type/AbstractVariableWidthType.java | codefollower/QinSQL | d85650206b3d2d7374520d344e4745fe1847b2a5 | [
"Apache-2.0"
] | 9,782 | 2016-03-18T15:16:19.000Z | 2022-03-31T07:49:41.000Z | qinsql-common/src/main/java/com/facebook/presto/common/type/AbstractVariableWidthType.java | codefollower/QinSQL | d85650206b3d2d7374520d344e4745fe1847b2a5 | [
"Apache-2.0"
] | 10,310 | 2016-03-18T01:03:00.000Z | 2022-03-31T23:54:08.000Z | qinsql-common/src/main/java/com/facebook/presto/common/type/AbstractVariableWidthType.java | codefollower/QinSQL | d85650206b3d2d7374520d344e4745fe1847b2a5 | [
"Apache-2.0"
] | 3,803 | 2016-03-18T22:54:24.000Z | 2022-03-31T07:49:46.000Z | 38.559322 | 134 | 0.738022 | 8,743 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
3e149cf83cb09637124f228ce16c2140ba079182 | 5,834 | java | Java | plugins/j2ee/geronimo-j2ee-schema/src/main/java/org/apache/geronimo/xbeans/geronimo/naming/impl/GerGbeanLocatorTypeImpl.java | fideoman/geronimo | c78546a9c0e1007e65179da780727de8672f9289 | [
"Apache-2.0"
] | null | null | null | plugins/j2ee/geronimo-j2ee-schema/src/main/java/org/apache/geronimo/xbeans/geronimo/naming/impl/GerGbeanLocatorTypeImpl.java | fideoman/geronimo | c78546a9c0e1007e65179da780727de8672f9289 | [
"Apache-2.0"
] | null | null | null | plugins/j2ee/geronimo-j2ee-schema/src/main/java/org/apache/geronimo/xbeans/geronimo/naming/impl/GerGbeanLocatorTypeImpl.java | fideoman/geronimo | c78546a9c0e1007e65179da780727de8672f9289 | [
"Apache-2.0"
] | null | null | null | 29.917949 | 172 | 0.57902 | 8,744 | /*
* XML Type: gbean-locatorType
* Namespace: http://geronimo.apache.org/xml/ns/naming-1.2
* Java type: org.apache.geronimo.xbeans.geronimo.naming.GerGbeanLocatorType
*
* Automatically generated - do not modify.
*/
package org.apache.geronimo.xbeans.geronimo.naming.impl;
/**
* An XML gbean-locatorType(@http://g... |
3e149e1f279a157e5712012dd9b329756e20b420 | 1,989 | java | Java | java-8/src/main/java/com/challenge/desafio/CalculadorDeClasses.java | rlsanlo/AcceleraDev-Java | d95ea116a308435ae0d7c70e7075cffdb9f89601 | [
"MIT"
] | null | null | null | java-8/src/main/java/com/challenge/desafio/CalculadorDeClasses.java | rlsanlo/AcceleraDev-Java | d95ea116a308435ae0d7c70e7075cffdb9f89601 | [
"MIT"
] | null | null | null | java-8/src/main/java/com/challenge/desafio/CalculadorDeClasses.java | rlsanlo/AcceleraDev-Java | d95ea116a308435ae0d7c70e7075cffdb9f89601 | [
"MIT"
] | null | null | null | 36.163636 | 182 | 0.632981 | 8,745 | package com.challenge.desafio;
import com.challenge.annotation.Somar;
import com.challenge.annotation.Subtrair;
import com.challenge.interfaces.Calculavel;
import java.lang.annotation.Annotation;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
impor... |
3e149f070ddad36516cd670c244ad17ee8b0fb30 | 2,174 | java | Java | src/main/java/gui/pages/AlgorithmParametersComponent.java | kikimickey/rec | 42944eb35d0844a73ee9e17ad41ff679275dcf66 | [
"MIT"
] | 2 | 2017-02-05T08:19:42.000Z | 2020-05-31T13:00:52.000Z | src/main/java/gui/pages/AlgorithmParametersComponent.java | kikimickey/rec | 42944eb35d0844a73ee9e17ad41ff679275dcf66 | [
"MIT"
] | 1 | 2019-09-03T11:17:27.000Z | 2019-09-03T11:17:27.000Z | src/main/java/gui/pages/AlgorithmParametersComponent.java | kikimickey/rec | 42944eb35d0844a73ee9e17ad41ff679275dcf66 | [
"MIT"
] | 4 | 2018-12-23T16:33:53.000Z | 2020-11-15T17:46:50.000Z | 24.426966 | 90 | 0.692272 | 8,746 | package gui.pages;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import gui.model.ConfigData;
import javafx.beans.property.SimpleStringProperty;
import javafx.geometry.Pos;
import javafx.scene.Parent;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
import javafx... |
3e149fef559c45056a250bcba29f1a0aa12d5921 | 4,003 | java | Java | src/main/java/org/d2ab/collection/ReverseList.java | danielaborg/sequence | b88248bfc5848dfaba6b17f83f82af96b0c1c6c8 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/d2ab/collection/ReverseList.java | danielaborg/sequence | b88248bfc5848dfaba6b17f83f82af96b0c1c6c8 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/d2ab/collection/ReverseList.java | danielaborg/sequence | b88248bfc5848dfaba6b17f83f82af96b0c1c6c8 | [
"Apache-2.0"
] | null | null | null | 21.994505 | 101 | 0.674244 | 8,747 | /*
* Copyright 2016 Daniel Skogquist Åborg
*
* 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... |
3e14a09b58c17c701d41ea6ff10d414d813190ba | 1,210 | java | Java | mapping-context/src/main/java/com/garethahealy/mapstructpoc/mappingcontext/processors/BeerToLagerProcessor.java | garethahealy/mapstruct-poc | 43b12ccd8a2a7a5113dfcb00a3bf760950095b5c | [
"Apache-2.0"
] | null | null | null | mapping-context/src/main/java/com/garethahealy/mapstructpoc/mappingcontext/processors/BeerToLagerProcessor.java | garethahealy/mapstruct-poc | 43b12ccd8a2a7a5113dfcb00a3bf760950095b5c | [
"Apache-2.0"
] | null | null | null | mapping-context/src/main/java/com/garethahealy/mapstructpoc/mappingcontext/processors/BeerToLagerProcessor.java | garethahealy/mapstruct-poc | 43b12ccd8a2a7a5113dfcb00a3bf760950095b5c | [
"Apache-2.0"
] | null | null | null | 34.571429 | 117 | 0.75124 | 8,748 | /*-
* #%L
* GarethHealy :: MapStruct PoC :: Mapping Context
* %%
* Copyright (C) 2013 - 2017 Gareth Healy
* %%
* 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.apa... |
3e14a1f9d163d1fcc2e3c8668ca8ac98d938a07b | 301 | java | Java | order/src/main/java/com/eric/order/config/RestConfig.java | feiyongjing/spring-cloud-alibaba-template | 2e2277ce945ffc28e38558fc5c38deab8fe8bbc8 | [
"Apache-2.0"
] | null | null | null | order/src/main/java/com/eric/order/config/RestConfig.java | feiyongjing/spring-cloud-alibaba-template | 2e2277ce945ffc28e38558fc5c38deab8fe8bbc8 | [
"Apache-2.0"
] | null | null | null | order/src/main/java/com/eric/order/config/RestConfig.java | feiyongjing/spring-cloud-alibaba-template | 2e2277ce945ffc28e38558fc5c38deab8fe8bbc8 | [
"Apache-2.0"
] | null | null | null | 23.153846 | 69 | 0.727575 | 8,749 | package com.eric.order.config;
import org.springframework.context.annotation.Configuration;
@Configuration
public class RestConfig {
// @LoadBalanced // 使用Ribbon实现负载均衡调用
// @Bean
// public RestTemplate restTemplate(RestTemplateBuilder builder) {
// return builder.build();
// }
}
|
3e14a374aa3030e402d0201fe7b7a30b75d35264 | 1,357 | java | Java | presto-tests/src/test/java/com/facebook/presto/tests/TestLocalVerboseMemoryExceededErrors.java | ahouzheng/presto | c2ac1469eea9da9c6e29c8c4d43e00b851400c8b | [
"Apache-2.0"
] | 9,782 | 2016-03-18T15:16:19.000Z | 2022-03-31T07:49:41.000Z | presto-tests/src/test/java/com/facebook/presto/tests/TestLocalVerboseMemoryExceededErrors.java | ahouzheng/presto | c2ac1469eea9da9c6e29c8c4d43e00b851400c8b | [
"Apache-2.0"
] | 10,310 | 2016-03-18T01:03:00.000Z | 2022-03-31T23:54:08.000Z | presto-tests/src/test/java/com/facebook/presto/tests/TestLocalVerboseMemoryExceededErrors.java | ahouzheng/presto | c2ac1469eea9da9c6e29c8c4d43e00b851400c8b | [
"Apache-2.0"
] | 3,803 | 2016-03-18T22:54:24.000Z | 2022-03-31T07:49:46.000Z | 33.097561 | 90 | 0.72955 | 8,750 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
3e14a512db8fa5d3523c0c4baa396985c14bd000 | 380 | java | Java | openfoodfacts/src/main/java/pl/coderion/openfoodfacts/openfoodfactsjavawrapper/model/SelectedImageItem.java | coderion/openfoodfacts-java-wrapper | 1378f872ad0259380f7778a85d297e3e4d222ee5 | [
"MIT"
] | null | null | null | openfoodfacts/src/main/java/pl/coderion/openfoodfacts/openfoodfactsjavawrapper/model/SelectedImageItem.java | coderion/openfoodfacts-java-wrapper | 1378f872ad0259380f7778a85d297e3e4d222ee5 | [
"MIT"
] | 1 | 2020-12-07T09:25:40.000Z | 2021-06-10T15:52:34.000Z | openfoodfacts/src/main/java/pl/coderion/openfoodfacts/openfoodfactsjavawrapper/model/SelectedImageItem.java | coderion/openfoodfacts-java-wrapper | 1378f872ad0259380f7778a85d297e3e4d222ee5 | [
"MIT"
] | null | null | null | 17.272727 | 65 | 0.7 | 8,751 | package pl.coderion.openfoodfacts.openfoodfactsjavawrapper.model;
import lombok.Data;
import org.apache.commons.lang3.ObjectUtils;
/**
* Copyright (C) Coderion sp. z o.o.
*/
@Data
public class SelectedImageItem {
private String en;
private String fr;
private String pl;
public String getUrl() {
... |
3e14a53f04581134dbeccad1de50dfa1ea11eaf6 | 1,425 | java | Java | rxandroidble/src/main/java/com/polidea/rxandroidble/internal/scan/ScanPreconditionsVerifierApi18.java | huangweicai/RxAndroidBle | d2a603290cba0cc014171cfb6439922ed18148b1 | [
"Apache-2.0"
] | null | null | null | rxandroidble/src/main/java/com/polidea/rxandroidble/internal/scan/ScanPreconditionsVerifierApi18.java | huangweicai/RxAndroidBle | d2a603290cba0cc014171cfb6439922ed18148b1 | [
"Apache-2.0"
] | null | null | null | rxandroidble/src/main/java/com/polidea/rxandroidble/internal/scan/ScanPreconditionsVerifierApi18.java | huangweicai/RxAndroidBle | d2a603290cba0cc014171cfb6439922ed18148b1 | [
"Apache-2.0"
] | null | null | null | 40.714286 | 131 | 0.777544 | 8,752 | package com.polidea.rxandroidble.internal.scan;
import com.polidea.rxandroidble.exceptions.BleScanException;
import com.polidea.rxandroidble.internal.util.LocationServicesStatus;
import com.polidea.rxandroidble.internal.util.RxBleAdapterWrapper;
import javax.inject.Inject;
@SuppressWarnings("WeakerAccess")
public cl... |
3e14a6af8571e285384f67b3bb2c83d0ae1c0d90 | 10,355 | java | Java | examples/petri/ReachabilityGraph.java | cjljohnson/jgraphx | 5205d9a7f01e2f3281416a0868683dd97715b6f5 | [
"BSD-3-Clause"
] | null | null | null | examples/petri/ReachabilityGraph.java | cjljohnson/jgraphx | 5205d9a7f01e2f3281416a0868683dd97715b6f5 | [
"BSD-3-Clause"
] | null | null | null | examples/petri/ReachabilityGraph.java | cjljohnson/jgraphx | 5205d9a7f01e2f3281416a0868683dd97715b6f5 | [
"BSD-3-Clause"
] | null | null | null | 32.258567 | 115 | 0.623757 | 8,753 | package petri;
import java.awt.GridLayout;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Hashtable;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Queue;
import java.util.S... |
3e14a78bb3553564a7f850ad2599ade395f4a257 | 3,560 | java | Java | common/src/com/thoughtworks/go/domain/materials/tfs/Changeset.java | saschaglo/gocd | fb9075d3155d82d481ba062ead6fe36262c7785c | [
"Apache-2.0"
] | null | null | null | common/src/com/thoughtworks/go/domain/materials/tfs/Changeset.java | saschaglo/gocd | fb9075d3155d82d481ba062ead6fe36262c7785c | [
"Apache-2.0"
] | 4 | 2021-05-18T20:51:22.000Z | 2022-02-01T01:04:46.000Z | common/src/com/thoughtworks/go/domain/materials/tfs/Changeset.java | saschaglo/gocd | fb9075d3155d82d481ba062ead6fe36262c7785c | [
"Apache-2.0"
] | null | null | null | 32.363636 | 208 | 0.646348 | 8,754 | /*************************GO-LICENSE-START*********************************
* Copyright 2014 ThoughtWorks, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache... |
3e14a82fd8aee9228281f7421e079493e3359199 | 7,999 | java | Java | plugins/inwebo/src/main/java/org/gluu/casa/plugins/inwebo/InweboService.java | alexandre-zia-ifood/casa | dd805f2a8c54342a642d43c07fbf98f30a726196 | [
"Apache-2.0"
] | 15 | 2018-08-02T15:51:28.000Z | 2021-11-08T07:06:57.000Z | plugins/inwebo/src/main/java/org/gluu/casa/plugins/inwebo/InweboService.java | alexandre-zia-ifood/casa | dd805f2a8c54342a642d43c07fbf98f30a726196 | [
"Apache-2.0"
] | 157 | 2018-07-12T16:32:06.000Z | 2022-03-26T02:23:04.000Z | plugins/inwebo/src/main/java/org/gluu/casa/plugins/inwebo/InweboService.java | alexandre-zia-ifood/casa | dd805f2a8c54342a642d43c07fbf98f30a726196 | [
"Apache-2.0"
] | 12 | 2018-12-18T19:37:37.000Z | 2022-01-28T00:19:54.000Z | 28.773381 | 114 | 0.730466 | 8,755 | package org.gluu.casa.plugins.inwebo;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.gluu.casa.core.model.CustomScript;
import org.gluu.casa.misc.Utils;
import org.gluu.ca... |
3e14a8d99827b868c8f2aac937e7a48bf74585a4 | 4,106 | java | Java | com.sap.cloud.lm.sl.cf.core/src/test/java/com/sap/cloud/lm/sl/cf/core/helpers/v2_0/ConfigurationSubscriptionFactoryTest.java | kgavrailov/multiapps-controller | e7461fc64fb149a66f26c4102ad25563c4c3174c | [
"Apache-2.0"
] | null | null | null | com.sap.cloud.lm.sl.cf.core/src/test/java/com/sap/cloud/lm/sl/cf/core/helpers/v2_0/ConfigurationSubscriptionFactoryTest.java | kgavrailov/multiapps-controller | e7461fc64fb149a66f26c4102ad25563c4c3174c | [
"Apache-2.0"
] | null | null | null | com.sap.cloud.lm.sl.cf.core/src/test/java/com/sap/cloud/lm/sl/cf/core/helpers/v2_0/ConfigurationSubscriptionFactoryTest.java | kgavrailov/multiapps-controller | e7461fc64fb149a66f26c4102ad25563c4c3174c | [
"Apache-2.0"
] | null | null | null | 42.770833 | 154 | 0.718948 | 8,756 | package com.sap.cloud.lm.sl.cf.core.helpers.v2_0;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Paramet... |
3e14a90f80e783835f449e06f65737accd43f233 | 217 | java | Java | src/main/java/br/com/finances/config/errors/ErrorDTO.java | WesleyMime/Finances-API | ff1414806d50d148e503a0bc2afd5d388743b486 | [
"MIT"
] | null | null | null | src/main/java/br/com/finances/config/errors/ErrorDTO.java | WesleyMime/Finances-API | ff1414806d50d148e503a0bc2afd5d388743b486 | [
"MIT"
] | null | null | null | src/main/java/br/com/finances/config/errors/ErrorDTO.java | WesleyMime/Finances-API | ff1414806d50d148e503a0bc2afd5d388743b486 | [
"MIT"
] | null | null | null | 12.764706 | 38 | 0.695853 | 8,757 | package br.com.finances.config.errors;
public class ErrorDTO {
private String message;
public ErrorDTO(String message) {
this.message = message;
}
public String getMessage() {
return message;
}
}
|
3e14a9bbe9cbe874e9d6731fde606474157a073c | 6,104 | java | Java | MPChartLib/src/main/java/com/github/mikephil/charting/components/LimitLine.java | Saritasa/MPAndroidChart | acfc85aae729d231e5e4b43e21414df872abc9bd | [
"Apache-2.0"
] | 1 | 2020-11-20T12:35:07.000Z | 2020-11-20T12:35:07.000Z | MPChartLib/src/main/java/com/github/mikephil/charting/components/LimitLine.java | Saritasa/MPAndroidChart | acfc85aae729d231e5e4b43e21414df872abc9bd | [
"Apache-2.0"
] | null | null | null | MPChartLib/src/main/java/com/github/mikephil/charting/components/LimitLine.java | Saritasa/MPAndroidChart | acfc85aae729d231e5e4b43e21414df872abc9bd | [
"Apache-2.0"
] | 3 | 2020-11-20T12:35:08.000Z | 2021-04-09T03:11:19.000Z | 24.318725 | 84 | 0.600426 | 8,758 |
package com.github.mikephil.charting.components;
import android.graphics.Color;
import android.graphics.DashPathEffect;
import android.graphics.Paint;
import android.graphics.drawable.Drawable;
import com.github.mikephil.charting.utils.Utils;
/**
* The limit line is an additional feature for all Line-, Bar- and
*... |
3e14a9ce1fa932cecb8f8bce75dce0f6355cc308 | 488 | java | Java | hercules-sentry-sink/src/main/java/ru/kontur/vostok/hercules/sentry/api/model/OrganizationInfo.java | petr-stb/hercules | dc029ab831f9669bc115b7042da9ec5ac6da181c | [
"MIT"
] | 24 | 2019-04-19T14:58:11.000Z | 2022-02-14T06:01:07.000Z | hercules-sentry-sink/src/main/java/ru/kontur/vostok/hercules/sentry/api/model/OrganizationInfo.java | petr-stb/hercules | dc029ab831f9669bc115b7042da9ec5ac6da181c | [
"MIT"
] | 2 | 2019-04-18T13:38:07.000Z | 2021-06-21T12:17:15.000Z | hercules-sentry-sink/src/main/java/ru/kontur/vostok/hercules/sentry/api/model/OrganizationInfo.java | petr-stb/hercules | dc029ab831f9669bc115b7042da9ec5ac6da181c | [
"MIT"
] | 9 | 2019-01-18T06:42:54.000Z | 2021-11-03T06:17:20.000Z | 20.333333 | 62 | 0.69877 | 8,759 | package ru.kontur.vostok.hercules.sentry.api.model;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
/**
* The model of organization in Sentry.
* It is a model which may be got from JSON in Sentry response
*
* @author Kirill Sulim
*/
@JsonIgnoreProperties(ignoreUnknown = true)
public class Organizat... |
3e14ac271680c537092f529fbd849a502bbd209b | 3,663 | java | Java | Study-lemon-message/lemon-server-order-service/src/test/java/DubboProvider.java | hualongchen/studytree | 829b934861a445fb33c3468247216089afce3ba3 | [
"Apache-2.0"
] | 1 | 2018-11-20T08:37:14.000Z | 2018-11-20T08:37:14.000Z | Study-lemon-message/lemon-server-order-service/src/test/java/DubboProvider.java | hualongchen/studytree | 829b934861a445fb33c3468247216089afce3ba3 | [
"Apache-2.0"
] | null | null | null | Study-lemon-message/lemon-server-order-service/src/test/java/DubboProvider.java | hualongchen/studytree | 829b934861a445fb33c3468247216089afce3ba3 | [
"Apache-2.0"
] | null | null | null | 27.222222 | 125 | 0.649796 | 8,760 | /*
* ====================================================================
* 龙果学院: www.roncoo.com (微信公众号:RonCoo_com)
* 超级教程系列:《微服务架构的分布式事务解决方案》视频教程
* nnheo@example.com
* 课程地址:http://www.roncoo.com/details/7ae3d7eddc4742f78b0548aa8bd9ccdb
* ====================================================================
*/
... |
3e14ac545052688096ec6502c88362323e22a72e | 274 | java | Java | ui/src/pandas/marcexport/PublisherType.java | nla/pandas4 | 2cee9b8fae88cf5bee46472b305fa91e1f3d2976 | [
"Apache-2.0"
] | 1 | 2022-01-03T16:51:53.000Z | 2022-01-03T16:51:53.000Z | ui/src/pandas/marcexport/PublisherType.java | nla/pandas4 | 2cee9b8fae88cf5bee46472b305fa91e1f3d2976 | [
"Apache-2.0"
] | 22 | 2021-02-22T14:36:01.000Z | 2022-02-20T12:07:44.000Z | ui/src/pandas/marcexport/PublisherType.java | nla/pandas4 | 2cee9b8fae88cf5bee46472b305fa91e1f3d2976 | [
"Apache-2.0"
] | 2 | 2021-06-10T09:13:31.000Z | 2021-11-18T19:15:12.000Z | 19.571429 | 69 | 0.638686 | 8,761 | package pandas.marcexport;
public enum PublisherType {
GOVERNMENT, ORGANISATION, EDUCATION, COMMERCIAL, PERSONAL, OTHER;
static PublisherType byId(int id) {
return PublisherType.values()[id - 1];
}
int id() {
return ordinal() + 1;
}
}
|
3e14ac5b47c0b9f2501b17642949f2feea671128 | 657 | java | Java | src/main/java/com/meti/feature/render/PassPrototype.java | SirMathhman/MagmaBootstrap | e06cbe363fc2a71adffb5e3c6e061b91292a29b9 | [
"MIT"
] | null | null | null | src/main/java/com/meti/feature/render/PassPrototype.java | SirMathhman/MagmaBootstrap | e06cbe363fc2a71adffb5e3c6e061b91292a29b9 | [
"MIT"
] | null | null | null | src/main/java/com/meti/feature/render/PassPrototype.java | SirMathhman/MagmaBootstrap | e06cbe363fc2a71adffb5e3c6e061b91292a29b9 | [
"MIT"
] | null | null | null | 21.193548 | 63 | 0.668189 | 8,762 | package com.meti.feature.render;
import java.util.List;
public abstract class PassPrototype implements Node.Prototype {
@Override
public Node.Prototype withField(Field field) {
return this;
}
@Override
public Node.Prototype withChild(Node child) {
return this;
}
@Override... |
3e14ac75bd5db05a2624ca2c6dd1a2064672304f | 788 | java | Java | app/src/main/java/com/osacky/hipsterviz/api/thomasApi/ThomasApi.java | runningcode/Hipster-Visualization | 7fb78fa717e9793940efcc53f81f8b1400d78443 | [
"ECL-2.0",
"CC-BY-3.0",
"Apache-2.0"
] | 2 | 2015-01-07T01:46:18.000Z | 2015-08-28T18:09:54.000Z | app/src/main/java/com/osacky/hipsterviz/api/thomasApi/ThomasApi.java | runningcode/Hipster-Visualization | 7fb78fa717e9793940efcc53f81f8b1400d78443 | [
"ECL-2.0",
"CC-BY-3.0",
"Apache-2.0"
] | 1 | 2018-06-05T16:14:03.000Z | 2018-06-05T16:14:03.000Z | app/src/main/java/com/osacky/hipsterviz/api/thomasApi/ThomasApi.java | runningcode/Hipster-Visualization | 7fb78fa717e9793940efcc53f81f8b1400d78443 | [
"ECL-2.0",
"CC-BY-3.0",
"Apache-2.0"
] | null | null | null | 27.172414 | 113 | 0.748731 | 8,763 | package com.osacky.hipsterviz.api.thomasApi;
import com.osacky.hipsterviz.models.ArtistDataResponse;
import java.util.List;
import retrofit.Callback;
import retrofit.http.Body;
import retrofit.http.GET;
import retrofit.http.POST;
import retrofit.http.Query;
import retrofit.mime.TypedInput;
@SuppressWarnings("unused... |
3e14ad0eb28554e1d6b1776a7cf908ed21d5462f | 16,161 | java | Java | addon/de.dc.javafx.xcore.workbench.chart/de.dc.javafx.xcore.workbench.chart.editor/src-gen/de/dc/javafx/xcore/workbench/chart/presentation/ChartModelWizard.java | chqu1012/de.dc.emf.javafx.xtext.lang | c6e6c8686285c8cb852c057693427b47e3662b84 | [
"Apache-2.0"
] | 5 | 2019-04-14T12:15:30.000Z | 2019-05-17T15:19:29.000Z | addon/de.dc.javafx.xcore.workbench.chart/de.dc.javafx.xcore.workbench.chart.editor/src-gen/de/dc/javafx/xcore/workbench/chart/presentation/ChartModelWizard.java | chqu1012/de.dc.emf.javafx.xtext.lang | c6e6c8686285c8cb852c057693427b47e3662b84 | [
"Apache-2.0"
] | 456 | 2019-04-09T08:22:26.000Z | 2019-06-29T09:19:32.000Z | addon/de.dc.javafx.xcore.workbench.chart/de.dc.javafx.xcore.workbench.chart.editor/src-gen/de/dc/javafx/xcore/workbench/chart/presentation/ChartModelWizard.java | chqu1012/de.dc.emf.javafx.xtext.lang | c6e6c8686285c8cb852c057693427b47e3662b84 | [
"Apache-2.0"
] | null | null | null | 27.768041 | 108 | 0.655652 | 8,764 | /**
*/
package de.dc.javafx.xcore.workbench.chart.presentation;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.MissingResourceException;
import java.util... |
3e14ad6a8c83ea9d3f0f7fb28fde4a8ae84f07e7 | 5,729 | java | Java | modules/flowable-event-registry/src/main/java/org/flowable/eventregistry/impl/model/EventModelBuilderImpl.java | poum/flowable-engine | 4ee72a8a0328e11a4f5e94cea05ca067655a1c27 | [
"Apache-2.0"
] | 2 | 2021-05-27T15:37:45.000Z | 2021-05-27T15:38:55.000Z | modules/flowable-event-registry/src/main/java/org/flowable/eventregistry/impl/model/EventModelBuilderImpl.java | poum/flowable-engine | 4ee72a8a0328e11a4f5e94cea05ca067655a1c27 | [
"Apache-2.0"
] | null | null | null | modules/flowable-event-registry/src/main/java/org/flowable/eventregistry/impl/model/EventModelBuilderImpl.java | poum/flowable-engine | 4ee72a8a0328e11a4f5e94cea05ca067655a1c27 | [
"Apache-2.0"
] | 1 | 2021-03-08T15:01:24.000Z | 2021-03-08T15:01:24.000Z | 32.185393 | 109 | 0.700646 | 8,765 | /* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed... |
3e14add6cce1db5e1dcee048cd448d6671251f81 | 864 | java | Java | services/service-openldap/src/main/gui/org/platformlayer/service/openldap/client/LdapServiceEditor.java | eric-erki/Everything-as-a-service | e7a8cdff2aefa658cb41cffdd8c33d19e3b5bc3c | [
"BSD-3-Clause"
] | 6 | 2015-01-16T04:58:49.000Z | 2020-12-30T09:24:56.000Z | services/service-openldap/src/main/gui/org/platformlayer/service/openldap/client/LdapServiceEditor.java | platformlayer/platformlayer | e7a8cdff2aefa658cb41cffdd8c33d19e3b5bc3c | [
"BSD-3-Clause"
] | 5 | 2019-11-13T03:01:19.000Z | 2021-06-04T00:57:30.000Z | services/service-openldap/src/main/gui/org/platformlayer/service/openldap/client/LdapServiceEditor.java | eric-erki/Everything-as-a-service | e7a8cdff2aefa658cb41cffdd8c33d19e3b5bc3c | [
"BSD-3-Clause"
] | 1 | 2020-12-30T09:24:57.000Z | 2020-12-30T09:24:57.000Z | 32 | 86 | 0.790509 | 8,766 | package org.platformlayer.service.openldap.client;
import org.platformlayer.service.openldap.shared.LdapServiceProxy;
import com.google.gwt.core.client.GWT;
import com.google.gwt.editor.client.Editor;
import com.google.gwt.editor.ui.client.ValueBoxEditorDecorator;
import com.google.gwt.uibinder.client.UiBinder;
impor... |
3e14af16706f33435bb1c80d0247add5ae5590d6 | 2,383 | java | Java | src/main/java/consumer/kafka/client/KafkaReceiver.java | brkyvz/kafka-spark-consumer | b445749508c65efadf27d1342a54a8e24ff94309 | [
"Apache-2.0"
] | null | null | null | src/main/java/consumer/kafka/client/KafkaReceiver.java | brkyvz/kafka-spark-consumer | b445749508c65efadf27d1342a54a8e24ff94309 | [
"Apache-2.0"
] | null | null | null | src/main/java/consumer/kafka/client/KafkaReceiver.java | brkyvz/kafka-spark-consumer | b445749508c65efadf27d1342a54a8e24ff94309 | [
"Apache-2.0"
] | 1 | 2021-01-13T11:29:46.000Z | 2021-01-13T11:29:46.000Z | 30.551282 | 79 | 0.762484 | 8,767 | /**
* 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... |
3e14b01fa961b3a00b23bf123806ee44dce15e95 | 6,698 | java | Java | spring-security-oauth2/src/test/java/org/springframework/security/oauth2/common/exception/OAuth2ExceptionJackson2DeserializerTests.java | rei/spring-security-oauth | 3d37444a991104dd7f23edb2812e9f57620a1395 | [
"Apache-2.0"
] | 4,409 | 2015-01-04T04:45:14.000Z | 2022-03-27T12:24:04.000Z | spring-security-oauth2/src/test/java/org/springframework/security/oauth2/common/exception/OAuth2ExceptionJackson2DeserializerTests.java | rei/spring-security-oauth | 3d37444a991104dd7f23edb2812e9f57620a1395 | [
"Apache-2.0"
] | 1,594 | 2015-01-03T00:58:10.000Z | 2022-03-31T08:27:31.000Z | spring-security-oauth2/src/test/java/org/springframework/security/oauth2/common/exception/OAuth2ExceptionJackson2DeserializerTests.java | rei/spring-security-oauth | 3d37444a991104dd7f23edb2812e9f57620a1395 | [
"Apache-2.0"
] | 4,158 | 2015-01-02T08:27:03.000Z | 2022-03-31T06:12:39.000Z | 40.841463 | 132 | 0.782024 | 8,768 | /*
* Copyright 2011 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 applicable law... |
3e14b0e75cf890e972764e18f14a6e1b17de68f9 | 8,312 | java | Java | src/org/ojalgo/matrix/decomposition/CholeskyDecomposition.java | shahimclt/ojAlgoAndroid | f394edf79cc3a0766f745aef3f46daee067cdec2 | [
"MIT"
] | 2 | 2017-05-14T17:58:12.000Z | 2021-03-11T20:09:37.000Z | src/org/ojalgo/matrix/decomposition/CholeskyDecomposition.java | shahimclt/ojAlgoAndroid | f394edf79cc3a0766f745aef3f46daee067cdec2 | [
"MIT"
] | null | null | null | src/org/ojalgo/matrix/decomposition/CholeskyDecomposition.java | shahimclt/ojAlgoAndroid | f394edf79cc3a0766f745aef3f46daee067cdec2 | [
"MIT"
] | 2 | 2017-04-30T09:13:54.000Z | 2017-05-04T00:31:25.000Z | 31.366038 | 118 | 0.661935 | 8,769 | /*
* Copyright 1997-2014 Optimatika (www.optimatika.se)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, mo... |
3e14b1bff7562e30d0d73aeb23477f2ef876663f | 727 | java | Java | 5th_sem_C_Java_VB/Java/number.java | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 16 | 2018-11-26T08:39:42.000Z | 2019-05-08T10:09:52.000Z | 5th_sem_C_Java_VB/Java/number.java | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 8 | 2020-05-04T06:29:26.000Z | 2022-02-12T05:33:16.000Z | 5th_sem_C_Java_VB/Java/number.java | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 5 | 2020-02-11T16:02:21.000Z | 2021-02-05T07:48:30.000Z | 21.382353 | 78 | 0.456671 | 8,770 | import java.io.*;
class number
{
public static void main(String args[])throws IOException
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String s;
int l,f,fa,i,na;
long n=0;
System.out.print("Enter a number = ");
s=br.readLine();
l=s.length();
... |
3e14b1d5fa1d428abf18481339e25550c62e6af6 | 1,399 | java | Java | FMS SPRING/StudentUserService/src/main/java/com/cg/feedback/student_user/dto/NewStudentDTO.java | Amangoel998/Feedback-Management-Microservice | 0778dc9e4c8ec29a41d6f897eb688622a4df2d89 | [
"MIT"
] | null | null | null | FMS SPRING/StudentUserService/src/main/java/com/cg/feedback/student_user/dto/NewStudentDTO.java | Amangoel998/Feedback-Management-Microservice | 0778dc9e4c8ec29a41d6f897eb688622a4df2d89 | [
"MIT"
] | 1 | 2022-03-02T08:39:47.000Z | 2022-03-02T08:39:47.000Z | FMS SPRING/StudentUserService/src/main/java/com/cg/feedback/student_user/dto/NewStudentDTO.java | Amangoel998/Feedback-Management-Microservice | 0778dc9e4c8ec29a41d6f897eb688622a4df2d89 | [
"MIT"
] | null | null | null | 22.564516 | 119 | 0.651894 | 8,771 | package com.cg.feedback.student_user.dto;
public class NewStudentDTO {
private String studentId;
private String studentName;
private String studentEmail;
private String studentPass;
private String batch;
public NewStudentDTO() {
}
public NewStudentDTO(String studentId, String studentN... |
3e14b35b50baf89ad9f627ab013b47b0a368e3db | 1,789 | java | Java | _src/Chapter04/beosbank-datagrid-labs/src/main/java/com/beosbank/jbdevg/jbdatagrid/EmbeddedCacheListenerDemo.java | paullewallencom/jboss-978-1-7882-9619-9 | 2eca826d021cba64453e5d863e19e078f0589ca2 | [
"Apache-2.0"
] | 7 | 2017-09-12T19:19:30.000Z | 2021-11-08T13:10:36.000Z | _src/Chapter04/beosbank-datagrid-labs/src/main/java/com/beosbank/jbdevg/jbdatagrid/EmbeddedCacheListenerDemo.java | paullewallencom/jboss-978-1-7882-9619-9 | 2eca826d021cba64453e5d863e19e078f0589ca2 | [
"Apache-2.0"
] | null | null | null | _src/Chapter04/beosbank-datagrid-labs/src/main/java/com/beosbank/jbdevg/jbdatagrid/EmbeddedCacheListenerDemo.java | paullewallencom/jboss-978-1-7882-9619-9 | 2eca826d021cba64453e5d863e19e078f0589ca2 | [
"Apache-2.0"
] | 1 | 2017-10-18T20:48:16.000Z | 2017-10-18T20:48:16.000Z | 30.844828 | 96 | 0.743432 | 8,772 | package com.beosbank.jbdevg.jbdatagrid;
import java.io.File;
import java.io.IOException;
import org.beanio.StreamFactory;
import org.beanio.Unmarshaller;
import org.infinispan.Cache;
import org.infinispan.configuration.cache.ConfigurationBuilder;
import org.infinispan.manager.DefaultCacheManager;
import com.beosbank... |
3e14b3bae39502c543d9543aa6227ebec2932f22 | 818 | java | Java | TaskSchedulerCommons/src/main/java/org/dixantmittal/exception/InternalServerException.java | dixantmittal/scalable-task-scheduler | 746982fab54c67283d514ccedead25cf2e7ced9b | [
"MIT"
] | 6 | 2017-11-16T04:54:38.000Z | 2022-03-10T09:09:25.000Z | TaskSchedulerCommons/src/main/java/org/dixantmittal/exception/InternalServerException.java | dixantmittal/scalable-task-scheduler | 746982fab54c67283d514ccedead25cf2e7ced9b | [
"MIT"
] | null | null | null | TaskSchedulerCommons/src/main/java/org/dixantmittal/exception/InternalServerException.java | dixantmittal/scalable-task-scheduler | 746982fab54c67283d514ccedead25cf2e7ced9b | [
"MIT"
] | 1 | 2019-02-16T05:04:29.000Z | 2019-02-16T05:04:29.000Z | 31.461538 | 82 | 0.722494 | 8,773 | package org.dixantmittal.exception;
import org.dixantmittal.exception.codes.CommonExceptionCodes;
public class InternalServerException extends GenericException {
public InternalServerException(String errCode, String errMsg) {
super(errCode, errMsg);
}
public InternalServerException(Throwable cau... |
3e14b441fd807b4ba27bb2f5d7999508a57568f1 | 1,728 | java | Java | modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsParentNotDirectoryException.java | gridgentoo/gridgain | 735b7859d9f87e74a06172bd7847b7db418fcb83 | [
"Apache-2.0"
] | 1 | 2019-04-22T08:48:55.000Z | 2019-04-22T08:48:55.000Z | modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsParentNotDirectoryException.java | cybernetics/gridgain | 39f3819c9769b04caca62b263581c0458f21c4d6 | [
"Apache-2.0"
] | null | null | null | modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsParentNotDirectoryException.java | cybernetics/gridgain | 39f3819c9769b04caca62b263581c0458f21c4d6 | [
"Apache-2.0"
] | null | null | null | 30.315789 | 87 | 0.648727 | 8,774 | /*
Copyright (C) GridGain Systems. 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 or... |
3e14b4fab0339949035fb16becc9995f1f6a66e9 | 2,442 | java | Java | mongodb/src/main/java/info/Mr/Yang/mongodb/controller/ProductController.java | hezijian6338/Mr.Yang | c24609997133166b23d0d0cc08c589a4a67d79af | [
"MIT"
] | null | null | null | mongodb/src/main/java/info/Mr/Yang/mongodb/controller/ProductController.java | hezijian6338/Mr.Yang | c24609997133166b23d0d0cc08c589a4a67d79af | [
"MIT"
] | null | null | null | mongodb/src/main/java/info/Mr/Yang/mongodb/controller/ProductController.java | hezijian6338/Mr.Yang | c24609997133166b23d0d0cc08c589a4a67d79af | [
"MIT"
] | null | null | null | 30.924051 | 123 | 0.704462 | 8,775 | package info.Mr.Yang.mongodb.controller;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import info.Mr.Yang.core.base.Result;
import info.Mr.Yang.core.constant.CodeConst;
import info.Mr.Yang.mongodb.model.Product;
import info.Mr.Yang.mongodb.service.ProductService;
import io.swagger.an... |
3e14b4fad19ae25fd80181f153dd9da91e4017ef | 7,546 | java | Java | PocketMaps/app/src/main/java/com/junjunguo/pocketmaps/fragments/MyDownloadAdapter.java | YouKnowWhoIAmD/SmartIndiaHackathonD | 998c8b7c38b5a6ca341ef256dae364015c15a7f3 | [
"MIT"
] | 2 | 2022-01-07T22:45:53.000Z | 2022-01-08T05:46:51.000Z | PocketMaps/app/src/main/java/com/junjunguo/pocketmaps/fragments/MyDownloadAdapter.java | YouKnowWhoIAmD/SmartIndiaHackathonD | 998c8b7c38b5a6ca341ef256dae364015c15a7f3 | [
"MIT"
] | null | null | null | PocketMaps/app/src/main/java/com/junjunguo/pocketmaps/fragments/MyDownloadAdapter.java | YouKnowWhoIAmD/SmartIndiaHackathonD | 998c8b7c38b5a6ca341ef256dae364015c15a7f3 | [
"MIT"
] | null | null | null | 36.631068 | 121 | 0.609992 | 8,776 | package com.junjunguo.pocketmaps.fragments;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ProgressBar;
import android.widget.TextView;
import c... |
3e14b5837da18e9096f188d01c48b3844b8e6fb0 | 1,646 | java | Java | plugins/git4idea/src/git4idea/commands/GitHttpAuthenticator.java | liveqmock/platform-tools-idea | 1c4b76108add6110898a7e3f8f70b970e352d3d4 | [
"Apache-2.0"
] | 2 | 2015-05-08T15:07:10.000Z | 2022-03-09T05:47:53.000Z | plugins/git4idea/src/git4idea/commands/GitHttpAuthenticator.java | lshain-android-source/tools-idea | b37108d841684bcc2af45a2539b75dd62c4e283c | [
"Apache-2.0"
] | null | null | null | plugins/git4idea/src/git4idea/commands/GitHttpAuthenticator.java | lshain-android-source/tools-idea | b37108d841684bcc2af45a2539b75dd62c4e283c | [
"Apache-2.0"
] | 2 | 2017-04-24T15:48:40.000Z | 2022-03-09T05:48:05.000Z | 29.927273 | 99 | 0.719927 | 8,777 | /*
* Copyright 2000-2013 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
3e14b64f814d0737448a42a04a0319b12c15c513 | 908 | java | Java | src/main/java/cn/yuan/blog/domain/Blog.java | yuanjs2019/yn-manage-system | 390a585919ddcc56d5ac651060f977b59bcfc3be | [
"Apache-2.0"
] | 2 | 2020-11-28T01:50:02.000Z | 2021-06-24T07:32:54.000Z | src/main/java/cn/yuan/blog/domain/Blog.java | yuanjs2019/yn-manage-system | 390a585919ddcc56d5ac651060f977b59bcfc3be | [
"Apache-2.0"
] | null | null | null | src/main/java/cn/yuan/blog/domain/Blog.java | yuanjs2019/yn-manage-system | 390a585919ddcc56d5ac651060f977b59bcfc3be | [
"Apache-2.0"
] | 1 | 2020-11-28T09:21:31.000Z | 2020-11-28T09:21:31.000Z | 17.803922 | 60 | 0.620044 | 8,778 | package cn.yuan.blog.domain;
import java.io.Serializable;
import java.util.List;
/**
* 实体对象BLOG.
*
* @author yjs
* @since 2020-10-26
*/
public class Blog extends BaseBlog implements Serializable {
private static final long serialVersionUID = 1L;
private String seriesName;
/**
* 查询时返回的标签
... |
3e14b71ae00f411bf5da3eae858f7b7cf1f930c4 | 1,618 | java | Java | CS5200-Database-Management-System/Assignment-3/cs5200_fall2018_tian_jiyu_jdbc/src/main/java/edu/northeastern/cs5200/models/User.java | tjyiiuan/Graduate-Courses | 7f8b018dc92431d8f054a38e1a7fd2c284e1cce0 | [
"MIT"
] | null | null | null | CS5200-Database-Management-System/Assignment-3/cs5200_fall2018_tian_jiyu_jdbc/src/main/java/edu/northeastern/cs5200/models/User.java | tjyiiuan/Graduate-Courses | 7f8b018dc92431d8f054a38e1a7fd2c284e1cce0 | [
"MIT"
] | null | null | null | CS5200-Database-Management-System/Assignment-3/cs5200_fall2018_tian_jiyu_jdbc/src/main/java/edu/northeastern/cs5200/models/User.java | tjyiiuan/Graduate-Courses | 7f8b018dc92431d8f054a38e1a7fd2c284e1cce0 | [
"MIT"
] | null | null | null | 27.423729 | 154 | 0.745365 | 8,779 | package edu.northeastern.cs5200.models;
import java.sql.Date;
public class User extends Person {
private String userKey;
private boolean userAgreement;
public User() {
super();
}
public User(int id, String firstName, String lastName, String username, String password, String email, Date dob, String user... |
3e14b73b03bdb6a676de9e9972bf6f1ab49ad58d | 2,564 | java | Java | src/servlets/ShelterServlet.java | nick-paul/INN | aa977ff54f06c968fbb7c1f1b7f09e7520a0223d | [
"MIT"
] | null | null | null | src/servlets/ShelterServlet.java | nick-paul/INN | aa977ff54f06c968fbb7c1f1b7f09e7520a0223d | [
"MIT"
] | null | null | null | src/servlets/ShelterServlet.java | nick-paul/INN | aa977ff54f06c968fbb7c1f1b7f09e7520a0223d | [
"MIT"
] | null | null | null | 30.164706 | 121 | 0.649766 | 8,780 | package servlets;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import controllers.ShelterController;
public class ShelterServlet extends HttpServlet
{... |
3e14b7adc176fc63d6f6f534e25b0b4caffe650f | 283 | java | Java | src/main/java/tasklists/models/Task.java | amgs-ual/aas-tasklists | 1d5ba6281babd0e5b62d5da59f40396b026f2e65 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/tasklists/models/Task.java | amgs-ual/aas-tasklists | 1d5ba6281babd0e5b62d5da59f40396b026f2e65 | [
"BSD-3-Clause"
] | 1 | 2022-01-21T23:44:05.000Z | 2022-01-21T23:44:05.000Z | src/main/java/tasklists/models/Task.java | amgs-ual/aas-tasklists | 1d5ba6281babd0e5b62d5da59f40396b026f2e65 | [
"BSD-3-Clause"
] | null | null | null | 14.894737 | 46 | 0.713781 | 8,781 | package tasklists.models;
import javax.json.JsonObjectBuilder;
public interface Task {
String getDescription();
String getStatus();
int getId();
void setDescription(String taskDescription);
void toggle();
JsonObjectBuilder getJsonObjectBuilder();
}
|
3e14b7c8f58c3dfd7805132e54bada9df133dfac | 3,400 | java | Java | src/java/fr/paris/lutece/portal/business/dashboard/AdminDashboardFilter.java | DiogoSobralCapgemini/lutece-core | da9efa1737ed47a004c6fe2dfac94f5b3b232a76 | [
"BSD-3-Clause"
] | 1 | 2020-05-14T13:36:30.000Z | 2020-05-14T13:36:30.000Z | src/java/fr/paris/lutece/portal/business/dashboard/AdminDashboardFilter.java | DiogoSobralCapgemini/lutece-core | da9efa1737ed47a004c6fe2dfac94f5b3b232a76 | [
"BSD-3-Clause"
] | null | null | null | src/java/fr/paris/lutece/portal/business/dashboard/AdminDashboardFilter.java | DiogoSobralCapgemini/lutece-core | da9efa1737ed47a004c6fe2dfac94f5b3b232a76 | [
"BSD-3-Clause"
] | null | null | null | 29.059829 | 127 | 0.626176 | 8,782 | /*
* Copyright (c) 2002-2017, Mairie de Paris
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright notice
* ... |
3e14b7e947b887c248e1f56920bd6ae324a8b32d | 664 | java | Java | jnc-runtime/src/test/java/jnc/foreign/GetPidTest.java | java-native-call/jnc | 5fd9a08142650f40b95c4ddc8bb7b8de9d89476a | [
"Apache-2.0"
] | 1 | 2022-01-17T10:17:22.000Z | 2022-01-17T10:17:22.000Z | jnc-runtime/src/test/java/jnc/foreign/GetPidTest.java | java-native-call/jnc | 5fd9a08142650f40b95c4ddc8bb7b8de9d89476a | [
"Apache-2.0"
] | 10 | 2019-06-01T14:16:50.000Z | 2020-10-13T05:08:39.000Z | jnc-runtime/src/test/java/jnc/foreign/GetPidTest.java | java-native-call/jnc | 5fd9a08142650f40b95c4ddc8bb7b8de9d89476a | [
"Apache-2.0"
] | 2 | 2019-06-08T07:03:28.000Z | 2022-01-13T23:50:53.000Z | 20.121212 | 106 | 0.631024 | 8,783 | package jnc.foreign;
import jnc.foreign.typedef.pid_t;
import static org.junit.Assume.assumeFalse;
import org.junit.Before;
import org.junit.Test;
public class GetPidTest {
@Before
public void setUp() {
assumeFalse("os.name", Platform.getNativePlatform().getOS().isWindows());
}
@Test
pub... |
3e14b8a6488ffc32475e50d0904cd4370731678d | 12,826 | java | Java | hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaStatusRPCs.java | mahuacai/hbase | f4f2b68238a094d7b1931dc8b7939742ccbb2b57 | [
"Apache-2.0"
] | 2 | 2020-08-03T15:53:04.000Z | 2020-08-27T10:14:50.000Z | hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaStatusRPCs.java | mahuacai/hbase | f4f2b68238a094d7b1931dc8b7939742ccbb2b57 | [
"Apache-2.0"
] | 131 | 2019-01-25T07:53:30.000Z | 2021-07-07T07:17:14.000Z | hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaStatusRPCs.java | mahuacai/hbase | f4f2b68238a094d7b1931dc8b7939742ccbb2b57 | [
"Apache-2.0"
] | 3 | 2018-09-18T09:15:49.000Z | 2019-05-21T08:27:29.000Z | 41.108974 | 102 | 0.718307 | 8,784 | /**
* 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... |
3e14b8c1a37724493174bf9c729d8e0f74e9f369 | 976 | java | Java | pdf/document-model/src/main/java/org/bndly/document/xml/XPageTemplate.java | bndly/bndly-commons | e0fee12a6a549dff931ed1c8563f00798224786a | [
"Apache-2.0"
] | 1 | 2020-07-24T08:58:39.000Z | 2020-07-24T08:58:39.000Z | pdf/document-model/src/main/java/org/bndly/document/xml/XPageTemplate.java | bndly/bndly-commons | e0fee12a6a549dff931ed1c8563f00798224786a | [
"Apache-2.0"
] | 2 | 2020-12-02T18:45:34.000Z | 2022-01-21T23:45:25.000Z | pdf/document-model/src/main/java/org/bndly/document/xml/XPageTemplate.java | bndly/bndly-commons | e0fee12a6a549dff931ed1c8563f00798224786a | [
"Apache-2.0"
] | 2 | 2020-07-21T17:44:10.000Z | 2020-07-22T13:31:10.000Z | 30.5 | 75 | 0.744877 | 8,785 | package org.bndly.document.xml;
/*-
* #%L
* PDF XML Document Model
* %%
* Copyright (C) 2013 - 2020 Cybercon GmbH
* %%
* 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:... |
3e14b8ca28a2e38c30593fe142edfcd6386b4533 | 419 | java | Java | MVP/MVPDemo2/src/main/java/jp/sinya/mvpdemo2/framework/ContentView.java | KoizumiSinya/DemoProject | 01aae447bdc02b38b73b2af085e3e28e662764be | [
"Apache-2.0"
] | null | null | null | MVP/MVPDemo2/src/main/java/jp/sinya/mvpdemo2/framework/ContentView.java | KoizumiSinya/DemoProject | 01aae447bdc02b38b73b2af085e3e28e662764be | [
"Apache-2.0"
] | null | null | null | MVP/MVPDemo2/src/main/java/jp/sinya/mvpdemo2/framework/ContentView.java | KoizumiSinya/DemoProject | 01aae447bdc02b38b73b2af085e3e28e662764be | [
"Apache-2.0"
] | null | null | null | 24.647059 | 48 | 0.792363 | 8,786 | package jp.sinya.mvpdemo2.framework;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
//类注解
//Target:作用目标->作用在类身上(ElementType.TYPE)
@Target(ElementType.TYPE)
//Retention:生命周期->运行时注解(RetentionPolicy.RUNTIME)... |
3e14b9420537631f8241cce176a5c13d0c27e65d | 1,165 | java | Java | src/main/java/tk/martijn_heil/nincore/api/exceptions/validationexceptions/InvalidCommandSenderException.java | martijn-heil/NinCore-API | e5fc8c46008db4bcdd2a09d8539b4ef7784303de | [
"MIT"
] | 1 | 2016-03-15T10:18:48.000Z | 2016-03-15T10:18:48.000Z | src/main/java/tk/martijn_heil/nincore/api/exceptions/validationexceptions/InvalidCommandSenderException.java | martijn-heil/NinCore-API | e5fc8c46008db4bcdd2a09d8539b4ef7784303de | [
"MIT"
] | null | null | null | src/main/java/tk/martijn_heil/nincore/api/exceptions/validationexceptions/InvalidCommandSenderException.java | martijn-heil/NinCore-API | e5fc8c46008db4bcdd2a09d8539b4ef7784303de | [
"MIT"
] | null | null | null | 41.607143 | 127 | 0.758798 | 8,787 | package tk.martijn_heil.nincore.api.exceptions.validationexceptions;
import org.bukkit.command.CommandSender;
import tk.martijn_heil.nincore.api.NinCore;
import tk.martijn_heil.nincore.api.exceptions.ValidationException;
import tk.martijn_heil.nincore.api.messaging.MessageRecipient;
import tk.martijn_heil.nincore.api.... |
3e14ba36865d176eee6c280729f87ae356b3fc72 | 27,433 | java | Java | app/src/main/java/com/example/animation/activity/MainActivity.java | NicoLiutong/miaosou | 0e3de35b9c461083f2ee05f632178d0afac1ac39 | [
"Apache-2.0"
] | 3 | 2017-11-12T11:23:37.000Z | 2018-07-03T14:25:35.000Z | app/src/main/java/com/example/animation/activity/MainActivity.java | NicoLiutong/miaosou | 0e3de35b9c461083f2ee05f632178d0afac1ac39 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/animation/activity/MainActivity.java | NicoLiutong/miaosou | 0e3de35b9c461083f2ee05f632178d0afac1ac39 | [
"Apache-2.0"
] | null | null | null | 42.73053 | 207 | 0.632559 | 8,788 | package com.example.animation.activity;
import android.app.Dialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
im... |
3e14bba4b1ceb1a7d0bc702077ea05eeb17d452b | 1,801 | java | Java | web/src/main/java/com/navercorp/pinpoint/web/dao/UserGroupDao.java | richardy2012/pinpoint | c50696734a2f7fcc37f8fea879ed4c84946e58f8 | [
"Apache-2.0"
] | 1,473 | 2020-10-14T02:18:07.000Z | 2022-03-31T11:43:49.000Z | web/src/main/java/com/navercorp/pinpoint/web/dao/UserGroupDao.java | richardy2012/pinpoint | c50696734a2f7fcc37f8fea879ed4c84946e58f8 | [
"Apache-2.0"
] | 995 | 2020-10-14T05:09:43.000Z | 2022-03-31T12:04:05.000Z | web/src/main/java/com/navercorp/pinpoint/web/dao/UserGroupDao.java | richardy2012/pinpoint | c50696734a2f7fcc37f8fea879ed4c84946e58f8 | [
"Apache-2.0"
] | 446 | 2020-10-14T02:42:50.000Z | 2022-03-31T03:03:53.000Z | 30.016667 | 75 | 0.767907 | 8,789 | /*
* Copyright 2014 NAVER Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
3e14bc6faf9d7a23fdcc01d8ad43fcb287f2946f | 446 | java | Java | src/main/java/com/future/cinemaxx/dtos/TicketDTO.java | solvemate2018/CInema-XX | dd467bf3aed632d1786193c4ff6144293ed35fc8 | [
"MIT"
] | null | null | null | src/main/java/com/future/cinemaxx/dtos/TicketDTO.java | solvemate2018/CInema-XX | dd467bf3aed632d1786193c4ff6144293ed35fc8 | [
"MIT"
] | null | null | null | src/main/java/com/future/cinemaxx/dtos/TicketDTO.java | solvemate2018/CInema-XX | dd467bf3aed632d1786193c4ff6144293ed35fc8 | [
"MIT"
] | null | null | null | 22.3 | 52 | 0.811659 | 8,790 | package com.future.cinemaxx.dtos;
import com.fasterxml.jackson.annotation.JsonInclude;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
@JsonInclude(JsonInclude.Include.NON_NULL)
public class TicketDTO... |
3e14bcac1de5962c743d2eee3fa3f4f5dd22081c | 1,888 | java | Java | gateway/src/main/java/ru/discloud/gateway/web/GroupController.java | zharkov-eu/discloud.cloud | b4272ae29d22ec234a5153b82985fa7772fb5667 | [
"Apache-2.0"
] | 1 | 2018-07-09T10:14:12.000Z | 2018-07-09T10:14:12.000Z | gateway/src/main/java/ru/discloud/gateway/web/GroupController.java | zharkov-eu/discloud.cloud | b4272ae29d22ec234a5153b82985fa7772fb5667 | [
"Apache-2.0"
] | null | null | null | gateway/src/main/java/ru/discloud/gateway/web/GroupController.java | zharkov-eu/discloud.cloud | b4272ae29d22ec234a5153b82985fa7772fb5667 | [
"Apache-2.0"
] | null | null | null | 34.327273 | 120 | 0.778072 | 8,791 | package ru.discloud.gateway.web;
import com.fasterxml.jackson.core.JsonProcessingException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.*;
import reactor.core.publisher.Mono;
import ru.discloud.gateway.service... |
3e14bd5ee8922cec5cc433cad796a1695bc038f2 | 1,578 | java | Java | src/main/java/lu/uni/serval/commons/git/api/github/Github.java | UL-SnT-Serval/java-commons-git-utils | 49aea88364a80cd347e2dbb4dddccd6c711fd950 | [
"Apache-2.0"
] | null | null | null | src/main/java/lu/uni/serval/commons/git/api/github/Github.java | UL-SnT-Serval/java-commons-git-utils | 49aea88364a80cd347e2dbb4dddccd6c711fd950 | [
"Apache-2.0"
] | null | null | null | src/main/java/lu/uni/serval/commons/git/api/github/Github.java | UL-SnT-Serval/java-commons-git-utils | 49aea88364a80cd347e2dbb4dddccd6c711fd950 | [
"Apache-2.0"
] | null | null | null | 33.574468 | 132 | 0.749683 | 8,792 | package lu.uni.serval.commons.git.api.github;
/*-
* #%L
* GIT Utils
* %%
* Copyright (C) 2020 - 2021 University of Luxembourg, Renaud RWEMALIKA
* %%
* 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... |
3e14bfaaa4b32833a9f28468e7b1a2c7381f0881 | 1,465 | java | Java | app/src/main/java/com/fastaccess/cheaphlight/ui/modules/setup/view/SetupPagerView.java | k0shk0sh/Cheaphlight | 468c9f1f342acf9649837532120fb313758bc4b6 | [
"MIT"
] | 3 | 2016-08-11T10:29:21.000Z | 2022-01-18T01:36:14.000Z | app/src/main/java/com/fastaccess/cheaphlight/ui/modules/setup/view/SetupPagerView.java | k0shk0sh/Cheaphlight | 468c9f1f342acf9649837532120fb313758bc4b6 | [
"MIT"
] | null | null | null | app/src/main/java/com/fastaccess/cheaphlight/ui/modules/setup/view/SetupPagerView.java | k0shk0sh/Cheaphlight | 468c9f1f342acf9649837532120fb313758bc4b6 | [
"MIT"
] | null | null | null | 25.701754 | 81 | 0.711945 | 8,793 | package com.fastaccess.cheaphlight.ui.modules.setup.view;
import android.os.Bundle;
import com.fastaccess.cheaphlight.R;
import com.fastaccess.cheaphlight.ui.base.BaseActivity;
import com.fastaccess.cheaphlight.ui.modules.setup.model.SetupPagerMvp;
import com.fastaccess.cheaphlight.ui.modules.setup.presenter.SetupPag... |
3e14bfe42ad80223ee1b1a3831180260857f83ca | 957 | java | Java | spring-boot-with-configuration-processor-sample/src/main/java/com/xingyun/springbootwithconfigurationprocessorsample/SpringBootWithConfigurationProcessorSampleApplication.java | geekxingyun/spring-boot-best-practices-sample | b8e68e31448c9e1652e60063dd83f6898b13bae6 | [
"Apache-2.0"
] | 13 | 2020-02-14T00:58:59.000Z | 2021-09-24T04:54:02.000Z | spring-boot-with-configuration-processor-sample/src/main/java/com/xingyun/springbootwithconfigurationprocessorsample/SpringBootWithConfigurationProcessorSampleApplication.java | geekxingyun/spring-boot-best-practices-sample | b8e68e31448c9e1652e60063dd83f6898b13bae6 | [
"Apache-2.0"
] | null | null | null | spring-boot-with-configuration-processor-sample/src/main/java/com/xingyun/springbootwithconfigurationprocessorsample/SpringBootWithConfigurationProcessorSampleApplication.java | geekxingyun/spring-boot-best-practices-sample | b8e68e31448c9e1652e60063dd83f6898b13bae6 | [
"Apache-2.0"
] | 3 | 2020-02-14T02:13:46.000Z | 2021-07-16T08:01:26.000Z | 39 | 97 | 0.820513 | 8,794 | package com.xingyun.springbootwithconfigurationprocessorsample;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* Spring Boot 需要一个应用引导类,引导类的作用是让Spring Boot 框架启动并初始化应用.
* @SpringBootApplication 该注解告诉Spring 容器,使用该类作为所有Bean源,通过该起点构建应用上下文
* @S... |
3e14c0929fd5d3cca2698a8a1708f459a2d966d4 | 1,220 | java | Java | testData/after/equalsandhashcode/EqualsAndHashCodeWithExistingMethods.java | 1337c0der/lombok-intellij-plugin | 32374a4fa1428873fdb7ecf35dc7baa5b67a0003 | [
"BSD-3-Clause"
] | 1 | 2018-09-20T09:09:19.000Z | 2018-09-20T09:09:19.000Z | testData/after/equalsandhashcode/EqualsAndHashCodeWithExistingMethods.java | 1337c0der/lombok-intellij-plugin | 32374a4fa1428873fdb7ecf35dc7baa5b67a0003 | [
"BSD-3-Clause"
] | 3 | 2021-12-10T01:53:27.000Z | 2021-12-14T21:56:48.000Z | testData/after/EqualsAndHashCodeWithExistingMethods.java | whitemike889/lombok-intellij-plugin | d2e20aebc9de554557b1f6179f66da112c902d23 | [
"BSD-3-Clause"
] | 2 | 2019-10-15T18:51:15.000Z | 2019-10-15T18:51:17.000Z | 24.4 | 96 | 0.736885 | 8,795 | // Generated by delombok at Sat Jun 11 11:12:44 CEST 2016
class EqualsAndHashCodeWithExistingMethods {
int x;
public int hashCode() {
return 42;
}
}
final class EqualsAndHashCodeWithExistingMethods2 {
int x;
public boolean equals(Object other) {
return false;
}
}
final class EqualsAndHashCodeWithExisting... |
3e14c0a11fc56f934af056b4a568025a2d19104a | 3,585 | java | Java | src/main/java/com/hwy/shipyard/service/impl/PurchaseServiceImpl.java | JinHong1134/ShipyadrDev | 4afcd1595b8bea7ca8fe87d3084e034241fbfb5e | [
"Apache-2.0"
] | null | null | null | src/main/java/com/hwy/shipyard/service/impl/PurchaseServiceImpl.java | JinHong1134/ShipyadrDev | 4afcd1595b8bea7ca8fe87d3084e034241fbfb5e | [
"Apache-2.0"
] | 1 | 2022-02-09T22:20:59.000Z | 2022-02-09T22:20:59.000Z | src/main/java/com/hwy/shipyard/service/impl/PurchaseServiceImpl.java | JinHong1134/ShipyadrDev | 4afcd1595b8bea7ca8fe87d3084e034241fbfb5e | [
"Apache-2.0"
] | null | null | null | 34.471154 | 111 | 0.694561 | 8,796 | package com.hwy.shipyard.service.impl;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.hwy.shipyard.dataobject.Purchase;
import com.hwy.shipyard.service.PurchaseService;
import com.hwy.shipyard.enums.PurchaseStateEnum;
import com.hwy.shipyar... |
3e14c121128915c1c59c86109f4d48caaa9cf465 | 598 | java | Java | offer/src/main/java/leetCode/L10221_MaxSquare.java | seawindnick/javaFamily | d8a6cf8b185e98d6e60961e306a4bbeb4e7360dc | [
"MIT"
] | null | null | null | offer/src/main/java/leetCode/L10221_MaxSquare.java | seawindnick/javaFamily | d8a6cf8b185e98d6e60961e306a4bbeb4e7360dc | [
"MIT"
] | null | null | null | offer/src/main/java/leetCode/L10221_MaxSquare.java | seawindnick/javaFamily | d8a6cf8b185e98d6e60961e306a4bbeb4e7360dc | [
"MIT"
] | null | null | null | 11.283019 | 50 | 0.404682 | 8,797 | package leetCode;
//在一个由 '0' 和 '1' 组成的二维矩阵内,找到只包含 '1' 的最大正方形,并返回其面积。
//
//
//
// 示例 1:
//
//
//输入:matrix = [
// ["1","0","1","0","0"],
// ["1","0","1","1","1"],
// ["1","1","1","1","1"]
//,["1","0","0","1","0"]
// ]
//输出:4
//
//
// 示例 2:
//
//
//输入:matrix = [["0","1"],["1","0"]]
//输出:1
//
//
// 示例 3:
//
//
//输入:matrix... |
3e14c30bb78bef4fabada0ffb1afa513f340b806 | 157 | java | Java | hook/src/test/java/io/gunmetal/benchmarks/testmocks/D.java | rsby/gunmetal | f5907a839af6808c9e4bbe80af92b7e4357f6a3b | [
"Apache-2.0"
] | 2 | 2017-10-25T09:11:58.000Z | 2021-08-06T20:26:08.000Z | hook/src/test/java/io/gunmetal/benchmarks/testmocks/D.java | rsby/gunmetal | f5907a839af6808c9e4bbe80af92b7e4357f6a3b | [
"Apache-2.0"
] | null | null | null | hook/src/test/java/io/gunmetal/benchmarks/testmocks/D.java | rsby/gunmetal | f5907a839af6808c9e4bbe80af92b7e4357f6a3b | [
"Apache-2.0"
] | null | null | null | 10.466667 | 41 | 0.547771 | 8,798 | package io.gunmetal.benchmarks.testmocks;
/**
* @author rees.byars
*/
public class D {
public E e;
public D(E e) {
this.e = e;
}
}
|
3e14c30dc30771a063f7e34a0d9644750c52c84a | 989 | java | Java | configuration-detector/subjects/randoop/randoop-src/randoop/util/IMultiMap.java | zhang-sai/config-errors | d02c2ce1c3808ea1f3c8f59411c0af913eab2617 | [
"MIT"
] | 1 | 2021-10-20T13:06:31.000Z | 2021-10-20T13:06:31.000Z | configuration-detector/subjects/randoop/randoop-src/randoop/util/IMultiMap.java | zhang-sai/config-errors | d02c2ce1c3808ea1f3c8f59411c0af913eab2617 | [
"MIT"
] | 1 | 2021-05-24T06:07:05.000Z | 2021-05-24T06:07:05.000Z | configuration-detector/subjects/randoop/randoop-src/randoop/util/IMultiMap.java | zhang-sai/config-errors | d02c2ce1c3808ea1f3c8f59411c0af913eab2617 | [
"MIT"
] | 1 | 2021-02-16T22:01:33.000Z | 2021-02-16T22:01:33.000Z | 19.78 | 68 | 0.610718 | 8,799 | package randoop.util;
import java.util.Set;
/**
* Represents a relation from a set of T1s (the keys) to
* another set of T2s (the values).
* In partucular, each key maps to a set of values.
*/
public interface IMultiMap<T1, T2> {
/**
* Precondition: the mapping key->value is not already in the map.
*
... |
3e14c4a5eb2318b3b42b159cde1ab9ba88a34120 | 844 | java | Java | MuzeiGram/app/src/main/java/com/cstewart/android/muzeigram/controller/MuzeiGramActivity.java | cstew/MuzeiGram | c6fffbaf0fe5fca0d00203f6eae84366b277bf5b | [
"Apache-2.0"
] | 3 | 2015-06-08T16:20:02.000Z | 2019-11-21T12:00:37.000Z | MuzeiGram/app/src/main/java/com/cstewart/android/muzeigram/controller/MuzeiGramActivity.java | cstew/MuzeiGram | c6fffbaf0fe5fca0d00203f6eae84366b277bf5b | [
"Apache-2.0"
] | 1 | 2018-07-16T06:54:45.000Z | 2018-07-16T14:39:52.000Z | MuzeiGram/app/src/main/java/com/cstewart/android/muzeigram/controller/MuzeiGramActivity.java | cstew/MuzeiGram | c6fffbaf0fe5fca0d00203f6eae84366b277bf5b | [
"Apache-2.0"
] | 3 | 2017-04-16T11:44:16.000Z | 2020-01-10T15:41:54.000Z | 26.375 | 75 | 0.67654 | 8,800 | package com.cstewart.android.muzeigram.controller;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.MenuItem;
import com.cstewart.android.muzeigram.MuzeiGramApplication;
public class MuzeiGramActivity extends AppCompatActivity {
@Override
protected void onCreate... |
3e14c50ec89451d06ebdacb90bbd55d4ac9e58e9 | 6,186 | java | Java | zippy/edu.uci.python/src/edu/uci/python/nodes/control/GetIteratorNode.java | lucapele/pele-c | ff6d06794a171f8e1b08fc6246446d9777116f56 | [
"BSD-3-Clause"
] | 319 | 2016-09-22T15:54:48.000Z | 2022-03-18T02:36:58.000Z | zippy/edu.uci.python/src/edu/uci/python/nodes/control/GetIteratorNode.java | lucapele/pele-c | ff6d06794a171f8e1b08fc6246446d9777116f56 | [
"BSD-3-Clause"
] | 9 | 2016-11-03T21:56:41.000Z | 2020-08-09T19:27:37.000Z | zippy/edu.uci.python/src/edu/uci/python/nodes/control/GetIteratorNode.java | lucapele/pele-c | ff6d06794a171f8e1b08fc6246446d9777116f56 | [
"BSD-3-Clause"
] | 27 | 2016-10-06T16:05:32.000Z | 2022-03-18T02:37:00.000Z | 30.623762 | 89 | 0.686389 | 8,801 | /*
* Copyright (c) 2013, Regents of the University of California
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice... |
3e14c7a6c687fcd4d4051c642b17fd697e5aabf4 | 5,680 | java | Java | platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerConfigurableProxy.java | kirpichik/intellij-community | bc2fe124431bd9d73d694517777790c8a119e773 | [
"Apache-2.0"
] | 1 | 2019-08-28T13:18:50.000Z | 2019-08-28T13:18:50.000Z | platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerConfigurableProxy.java | kirpichik/intellij-community | bc2fe124431bd9d73d694517777790c8a119e773 | [
"Apache-2.0"
] | 173 | 2018-07-05T13:59:39.000Z | 2018-08-09T01:12:03.000Z | platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerConfigurableProxy.java | kirpichik/intellij-community | bc2fe124431bd9d73d694517777790c8a119e773 | [
"Apache-2.0"
] | null | null | null | 32.272727 | 140 | 0.736972 | 8,802 | // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.ide.plugins;
import com.intellij.ide.ui.UINumericRange;
import com.intellij.openapi.options.Configurable;
import com.intellij.openapi.options.ConfigurationEx... |
3e14c7e9b2e0ce12b44da91a1fd7eff536d44a04 | 21,690 | java | Java | dataverse-webapp/src/test/java/edu/harvard/iq/dataverse/datafile/DataFileCreatorTest.java | CeON/dataverse | 6e657572cf000532a8660f57e5484817f0d016c4 | [
"Apache-2.0"
] | 7 | 2019-12-13T22:30:06.000Z | 2021-12-28T20:38:48.000Z | dataverse-webapp/src/test/java/edu/harvard/iq/dataverse/datafile/DataFileCreatorTest.java | CeON/dataverse | 6e657572cf000532a8660f57e5484817f0d016c4 | [
"Apache-2.0"
] | 1,294 | 2019-01-08T18:55:57.000Z | 2022-03-31T09:47:19.000Z | dataverse-webapp/src/test/java/edu/harvard/iq/dataverse/datafile/DataFileCreatorTest.java | CeON/dataverse | 6e657572cf000532a8660f57e5484817f0d016c4 | [
"Apache-2.0"
] | 5 | 2020-02-22T14:30:40.000Z | 2020-02-27T18:07:02.000Z | 55.19084 | 165 | 0.701337 | 8,803 | package edu.harvard.iq.dataverse.datafile;
import edu.harvard.iq.dataverse.UnitTestUtils;
import edu.harvard.iq.dataverse.datasetutility.FileExceedsMaxSizeException;
import edu.harvard.iq.dataverse.datasetutility.VirusFoundException;
import edu.harvard.iq.dataverse.license.TermsOfUseFactory;
import edu.harvard.iq.data... |
3e14c997fa3ff48cf42bc13348a57799080df485 | 468 | java | Java | src/com/supermariorun/main/Interfaceable.java | hungle546/super-mario-run | 7d74a65794fc394d2afaed7f5ac41edccd836a14 | [
"Apache-2.0"
] | 2 | 2021-02-09T06:17:10.000Z | 2021-02-15T15:00:46.000Z | src/com/supermariorun/main/Interfaceable.java | hungle546/super-mario-run | 7d74a65794fc394d2afaed7f5ac41edccd836a14 | [
"Apache-2.0"
] | 3 | 2022-01-25T02:46:44.000Z | 2022-02-01T02:54:38.000Z | src/com/supermariorun/main/Interfaceable.java | hungle546/super-mario-run | 7d74a65794fc394d2afaed7f5ac41edccd836a14 | [
"Apache-2.0"
] | 1 | 2021-01-31T22:17:38.000Z | 2021-01-31T22:17:38.000Z | 31.2 | 52 | 0.805556 | 8,804 | package com.supermariorun.main;
import java.awt.event.KeyEvent;
import java.awt.event.MouseEvent;
public interface Interfaceable extends Displayable {
public void mousePressed(MouseEvent e);
public void mouseReleased(MouseEvent e);
public void mouseClicked(MouseEvent e);
public void mouseDragged(MouseEvent e);
pu... |
3e14c9a1b822625f7fa4f3819d8357b60b342e35 | 6,906 | java | Java | security/src/main/org/jboss/security/plugins/DefaultLoginConfig.java | cquoss/jboss-4.2.3.GA-jdk8 | f3acab9a69c764365bb3f38c0e9a01708dd22b4b | [
"Apache-2.0"
] | null | null | null | security/src/main/org/jboss/security/plugins/DefaultLoginConfig.java | cquoss/jboss-4.2.3.GA-jdk8 | f3acab9a69c764365bb3f38c0e9a01708dd22b4b | [
"Apache-2.0"
] | null | null | null | security/src/main/org/jboss/security/plugins/DefaultLoginConfig.java | cquoss/jboss-4.2.3.GA-jdk8 | f3acab9a69c764365bb3f38c0e9a01708dd22b4b | [
"Apache-2.0"
] | null | null | null | 31.266968 | 108 | 0.665412 | 8,805 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2006, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... |
3e14c9ce18d2cd64caa62e683e1c838403bbda2d | 10,950 | java | Java | endo-server/src/main/java/org/endofusion/endoserver/repository/InstrumentRepositoryImpl.java | VagTsop/endo-project | 865cf2a4ecc17936d0ca39740259546f731c1ce6 | [
"MIT"
] | null | null | null | endo-server/src/main/java/org/endofusion/endoserver/repository/InstrumentRepositoryImpl.java | VagTsop/endo-project | 865cf2a4ecc17936d0ca39740259546f731c1ce6 | [
"MIT"
] | null | null | null | endo-server/src/main/java/org/endofusion/endoserver/repository/InstrumentRepositoryImpl.java | VagTsop/endo-project | 865cf2a4ecc17936d0ca39740259546f731c1ce6 | [
"MIT"
] | null | null | null | 44.693878 | 137 | 0.663288 | 8,806 | package org.endofusion.endoserver.repository;
import org.endofusion.endoserver.dto.InstrumentDto;
import org.endofusion.endoserver.dto.SortField;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageImpl;
import org.sprin... |
3e14ca7f074fe0566575d209705041cd4600d85e | 3,331 | java | Java | src/main/java/com/spittr/location/model/Location.java | wususu/secret | a6c6f5d885dcda7f9b6a9474b20d855efbf35c05 | [
"Apache-2.0"
] | 2 | 2017-08-19T08:44:13.000Z | 2017-08-19T11:23:28.000Z | src/main/java/com/spittr/location/model/Location.java | wususu/secret | a6c6f5d885dcda7f9b6a9474b20d855efbf35c05 | [
"Apache-2.0"
] | 12 | 2017-09-03T03:59:11.000Z | 2017-09-26T03:18:32.000Z | src/main/java/com/spittr/location/model/Location.java | wususu/secret | a6c6f5d885dcda7f9b6a9474b20d855efbf35c05 | [
"Apache-2.0"
] | 3 | 2018-05-29T07:18:55.000Z | 2021-11-02T11:18:12.000Z | 21.62987 | 110 | 0.675773 | 8,807 | package com.spittr.location.model;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import com.fasterxml... |
3e14cad09ed6c545a25d78d4be3bbe33e2f2f14f | 5,266 | java | Java | src/main/java/work/eanson/controller/AdminController.java | eanson023/minzuchess-spring-boot | 7bb864746f68f3c757ffc1a5f4cc9dbea4f5beda | [
"Apache-2.0"
] | 3 | 2020-09-25T02:10:13.000Z | 2021-05-06T15:23:21.000Z | src/main/java/work/eanson/controller/AdminController.java | eanson023/minzuchess-spring-boot | 7bb864746f68f3c757ffc1a5f4cc9dbea4f5beda | [
"Apache-2.0"
] | null | null | null | src/main/java/work/eanson/controller/AdminController.java | eanson023/minzuchess-spring-boot | 7bb864746f68f3c757ffc1a5f4cc9dbea4f5beda | [
"Apache-2.0"
] | 1 | 2021-04-27T07:08:23.000Z | 2021-04-27T07:08:23.000Z | 33.329114 | 122 | 0.670908 | 8,808 | package work.eanson.controller;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.apache.shiro.authz.annotation.RequiresRoles;
import org.springframework.stereotype.Controller;
import org.springf... |
3e14cbe67b940e68272bf97b405c4d2b620901d8 | 1,479 | java | Java | integration-test/src/main/java/com/sequenceiq/it/cloudbreak/newway/action/v4/connector/PlatformSecurityGroupsAction.java | nbathra/cloudbreak | 6e784b9ebd4804de1dcd2d0efd14de65def2abdd | [
"Apache-2.0"
] | null | null | null | integration-test/src/main/java/com/sequenceiq/it/cloudbreak/newway/action/v4/connector/PlatformSecurityGroupsAction.java | nbathra/cloudbreak | 6e784b9ebd4804de1dcd2d0efd14de65def2abdd | [
"Apache-2.0"
] | null | null | null | integration-test/src/main/java/com/sequenceiq/it/cloudbreak/newway/action/v4/connector/PlatformSecurityGroupsAction.java | nbathra/cloudbreak | 6e784b9ebd4804de1dcd2d0efd14de65def2abdd | [
"Apache-2.0"
] | null | null | null | 44.818182 | 101 | 0.675456 | 8,809 | package com.sequenceiq.it.cloudbreak.newway.action.v4.connector;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.sequenceiq.it.cloudbreak.newway.CloudbreakClient;
import com.sequenceiq.it.cloudbreak.newway.action.Action;
import com.sequenceiq.it.cloudbreak.newway.context.TestContext;
import com.se... |
3e14cbee6a7b7aff4ea0c949e0948f46c3d77fc2 | 1,243 | java | Java | extensions/server/kyuubi-server-plugin/src/main/java/org/apache/kyuubi/plugin/SessionConfAdvisor.java | TyrealBM/incubator-kyuubi | 4ec707b7427e90c9a50e70b78d7b5ccf24884d59 | [
"Apache-2.0",
"MIT"
] | 1 | 2018-12-07T01:52:35.000Z | 2018-12-07T01:52:35.000Z | extensions/server/kyuubi-server-plugin/src/main/java/org/apache/kyuubi/plugin/SessionConfAdvisor.java | TyrealBM/incubator-kyuubi | 4ec707b7427e90c9a50e70b78d7b5ccf24884d59 | [
"Apache-2.0",
"MIT"
] | 19 | 2019-02-20T14:47:49.000Z | 2019-04-15T02:44:17.000Z | extensions/server/kyuubi-server-plugin/src/main/java/org/apache/kyuubi/plugin/SessionConfAdvisor.java | TyrealBM/incubator-kyuubi | 4ec707b7427e90c9a50e70b78d7b5ccf24884d59 | [
"Apache-2.0",
"MIT"
] | null | null | null | 40.096774 | 92 | 0.761062 | 8,810 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
3e14cbf190d0c10b104c125f029c021f69ed4d7e | 1,662 | java | Java | src/test/java/io/cdap/plugin/gcp/bigquery/sqlengine/BigQuerySQLEngineConfigTest.java | asishgoudo/google-cloud | 20296cb46cf2e71b134303867f4e0bb6e62fd16b | [
"Apache-2.0"
] | 1 | 2021-10-21T17:21:07.000Z | 2021-10-21T17:21:07.000Z | src/test/java/io/cdap/plugin/gcp/bigquery/sqlengine/BigQuerySQLEngineConfigTest.java | ksahilCF/google-cloud | d26af871f90ced5018b83da135c294c435e8c279 | [
"Apache-2.0"
] | 9 | 2022-03-03T04:31:49.000Z | 2022-03-30T14:07:38.000Z | src/test/java/io/cdap/plugin/gcp/bigquery/sqlengine/BigQuerySQLEngineConfigTest.java | ksahilCF/google-cloud | d26af871f90ced5018b83da135c294c435e8c279 | [
"Apache-2.0"
] | 5 | 2021-12-06T06:21:46.000Z | 2021-12-15T06:23:21.000Z | 31.961538 | 105 | 0.709386 | 8,811 | /*
* Copyright © 2020 Cask Data, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
3e14ccc7cc213b7b372c3baa315c33b92a831baa | 271 | java | Java | shopping-service/shopping-api/src/main/java/com/mall/shopping/dto/ProductDetailResponse.java | Liangsh7/micro_mall | 4c0286fe31eea12589d424d3a6938fdfeb45b842 | [
"Apache-2.0"
] | null | null | null | shopping-service/shopping-api/src/main/java/com/mall/shopping/dto/ProductDetailResponse.java | Liangsh7/micro_mall | 4c0286fe31eea12589d424d3a6938fdfeb45b842 | [
"Apache-2.0"
] | null | null | null | shopping-service/shopping-api/src/main/java/com/mall/shopping/dto/ProductDetailResponse.java | Liangsh7/micro_mall | 4c0286fe31eea12589d424d3a6938fdfeb45b842 | [
"Apache-2.0"
] | null | null | null | 18.066667 | 61 | 0.767528 | 8,812 | package com.mall.shopping.dto;
import com.mall.commons.result.AbstractResponse;
import lombok.Data;
/**
* ciggar
* create-date: 2019/7/24-16:27
*/
@Data
public class ProductDetailResponse extends AbstractResponse {
private ProductDetailDto productDetailDto;
}
|
3e14cd43d286520983ab0eb3db376f7db6bd1b77 | 276 | java | Java | ultimate-breakfast-web/src/main/java/fr/ultimate/breakfast/web/jsConsole/Command.java | exanpe/ultimate-breakfast | 947c0d339a2861204d7f77e750e708b36e83eebe | [
"Apache-2.0"
] | 1 | 2015-01-16T09:57:43.000Z | 2015-01-16T09:57:43.000Z | ultimate-breakfast-web/src/main/java/fr/ultimate/breakfast/web/jsConsole/Command.java | exanpe/ultimate-breakfast | 947c0d339a2861204d7f77e750e708b36e83eebe | [
"Apache-2.0"
] | null | null | null | ultimate-breakfast-web/src/main/java/fr/ultimate/breakfast/web/jsConsole/Command.java | exanpe/ultimate-breakfast | 947c0d339a2861204d7f77e750e708b36e83eebe | [
"Apache-2.0"
] | 1 | 2016-08-04T08:33:07.000Z | 2016-08-04T08:33:07.000Z | 16.235294 | 62 | 0.753623 | 8,813 | /**
*
*/
package fr.ultimate.breakfast.web.jsConsole;
import org.apache.tapestry5.json.JSONArray;
import fr.ultimate.breakfast.web.util.JsConsoleResponseHolder;
/**
* @author lguerin
*/
public interface Command
{
JsConsoleResponseHolder execute(JSONArray args);
}
|
3e14cd533262bd06a118165bfece6a17a7572301 | 5,834 | java | Java | resource-manager/implementation/src/main/yang-gen-config/eu/virtuwind/resourcemanager/impl/AbstractResourcemanagerModuleFactory.java | ali2251/Virtuwind | bea3e00be2bc1d07b8fbb05a5354f1748207c8aa | [
"MIT"
] | null | null | null | resource-manager/implementation/src/main/yang-gen-config/eu/virtuwind/resourcemanager/impl/AbstractResourcemanagerModuleFactory.java | ali2251/Virtuwind | bea3e00be2bc1d07b8fbb05a5354f1748207c8aa | [
"MIT"
] | null | null | null | resource-manager/implementation/src/main/yang-gen-config/eu/virtuwind/resourcemanager/impl/AbstractResourcemanagerModuleFactory.java | ali2251/Virtuwind | bea3e00be2bc1d07b8fbb05a5354f1748207c8aa | [
"MIT"
] | null | null | null | 58.929293 | 337 | 0.785396 | 8,814 | /*
* Generated file
*
* Generated from: yang module name: resourcemanager-impl yang module local name: resourcemanager-impl
* Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
* Generated at: Tue Apr 17 16:40:14 BST 2018
*
* Do not modify this file unless it is present under src/main... |
3e14cdc9ba399fbe068cb77a2c8a1f0fa80b7e2b | 1,430 | java | Java | odin-core/src/main/java/io/jcoder/odin/web/ServletCallerHttpServletRequest.java | jcoderltd/odin | 65571bf439dc6cc825ec8d7ac1097a4794b68e65 | [
"Apache-2.0"
] | null | null | null | odin-core/src/main/java/io/jcoder/odin/web/ServletCallerHttpServletRequest.java | jcoderltd/odin | 65571bf439dc6cc825ec8d7ac1097a4794b68e65 | [
"Apache-2.0"
] | null | null | null | odin-core/src/main/java/io/jcoder/odin/web/ServletCallerHttpServletRequest.java | jcoderltd/odin | 65571bf439dc6cc825ec8d7ac1097a4794b68e65 | [
"Apache-2.0"
] | null | null | null | 27.5 | 109 | 0.716084 | 8,815 | /*
* Copyright 2019 JCoder Ltd.
*
* 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 ... |
3e14ce21085e1238e5c3a228d9719e48416ff266 | 5,776 | java | Java | app/src/main/java/com/codepath/apps/twitterclient/ComposeTweetActivity.java | johnpaulfernandez/Tweetly | 03360f88db9f92332efc45d147f3e56ef2999793 | [
"MIT"
] | null | null | null | app/src/main/java/com/codepath/apps/twitterclient/ComposeTweetActivity.java | johnpaulfernandez/Tweetly | 03360f88db9f92332efc45d147f3e56ef2999793 | [
"MIT"
] | null | null | null | app/src/main/java/com/codepath/apps/twitterclient/ComposeTweetActivity.java | johnpaulfernandez/Tweetly | 03360f88db9f92332efc45d147f3e56ef2999793 | [
"MIT"
] | 1 | 2018-10-08T18:14:05.000Z | 2018-10-08T18:14:05.000Z | 34.586826 | 174 | 0.624654 | 8,816 | package com.codepath.apps.twitterclient;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.Movie;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.text.Editable;
impo... |
3e14ce2b13e4ea22f8821d9c9d071d2790f7e5cd | 3,365 | java | Java | dubbo-switch/src/main/java/com/github/xburning/dubboswitch/view/consumer/ZookeeperConsumerAddUI.java | learningtcc/dubbox | 19cec2b821cd5eddd2f38889227241495ed2ab80 | [
"Apache-2.0"
] | 15 | 2017-04-09T05:10:26.000Z | 2020-08-10T15:16:13.000Z | dubbo-switch/src/main/java/com/github/xburning/dubboswitch/view/consumer/ZookeeperConsumerAddUI.java | learningtcc/dubbox | 19cec2b821cd5eddd2f38889227241495ed2ab80 | [
"Apache-2.0"
] | 6 | 2020-11-16T20:30:21.000Z | 2022-02-01T00:57:13.000Z | dubbo-switch/src/main/java/com/github/xburning/dubboswitch/view/consumer/ZookeeperConsumerAddUI.java | learningtcc/dubbox | 19cec2b821cd5eddd2f38889227241495ed2ab80 | [
"Apache-2.0"
] | 20 | 2017-04-05T05:14:19.000Z | 2020-03-11T12:41:08.000Z | 30.87156 | 92 | 0.643388 | 8,817 | package com.github.xburning.dubboswitch.view.consumer;
import com.github.xburning.dubboswitch.entity.ZookeeperApp;
import com.github.xburning.dubboswitch.entity.ZookeeperConsumer;
import com.github.xburning.dubboswitch.repository.ZookeeperAppRepository;
import com.github.xburning.dubboswitch.repository.ZookeeperConsum... |
3e14cfc01c2a63f3f6911629d0bd74677872dfad | 1,790 | java | Java | src/test/java/com/somedomain/algos/sorting/DutchNationalFlagTest.java | agrawalnishant/algoholism | ad173127b29315759b2979b85b09c04dabfc573c | [
"Apache-2.0"
] | null | null | null | src/test/java/com/somedomain/algos/sorting/DutchNationalFlagTest.java | agrawalnishant/algoholism | ad173127b29315759b2979b85b09c04dabfc573c | [
"Apache-2.0"
] | null | null | null | src/test/java/com/somedomain/algos/sorting/DutchNationalFlagTest.java | agrawalnishant/algoholism | ad173127b29315759b2979b85b09c04dabfc573c | [
"Apache-2.0"
] | null | null | null | 47.105263 | 371 | 0.531285 | 8,818 | package com.somedomain.algos.sorting;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.CsvSource;
import java.util.Arrays;
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
class DutchNationalFlagTest {
@ParameterizedTest(name = "Dutch National Flag f... |
3e14cfc485d9f8de06602fd1125f470cd44b9adb | 235 | java | Java | antproject/ligang16/ch7/InstanceofTest2.java | chenwei182729/Three-questions-a-day | 4dd81666e46b849a648372c963d9c5f8d3957b66 | [
"Apache-2.0"
] | null | null | null | antproject/ligang16/ch7/InstanceofTest2.java | chenwei182729/Three-questions-a-day | 4dd81666e46b849a648372c963d9c5f8d3957b66 | [
"Apache-2.0"
] | null | null | null | antproject/ligang16/ch7/InstanceofTest2.java | chenwei182729/Three-questions-a-day | 4dd81666e46b849a648372c963d9c5f8d3957b66 | [
"Apache-2.0"
] | null | null | null | 33.571429 | 82 | 0.604255 | 8,819 | public class InstanceofTest2{
public static void main(String[] args){
// Object str = "hello";
// Math math = (Math)str;
// System.out.println("hello instanceof String"+(math instanceof String));
}
} |
3e14d08347e4c1fbd7f1c06b4ff7997634e121be | 8,249 | java | Java | src/com/gitblit/wicket/pages/EditUserPage.java | vs/gitblit | 4e89ed699a8073b91af3e2c066d963ce4651cf4a | [
"Apache-2.0"
] | null | null | null | src/com/gitblit/wicket/pages/EditUserPage.java | vs/gitblit | 4e89ed699a8073b91af3e2c066d963ce4651cf4a | [
"Apache-2.0"
] | null | null | null | src/com/gitblit/wicket/pages/EditUserPage.java | vs/gitblit | 4e89ed699a8073b91af3e2c066d963ce4651cf4a | [
"Apache-2.0"
] | null | null | null | 35.252137 | 121 | 0.696569 | 8,820 | /*
* Copyright 2011 gitblit.com.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... |
3e14d1af9d3c8ea4658fd47f24c0ba94f6044c7a | 128 | java | Java | src/main/java/azzy/fabric/lumen/api/Capacitor.java | Dragonoidzero/Lumen | 632dfa0cfbb6d8480e68ca336f0823e288cae415 | [
"CC0-1.0"
] | null | null | null | src/main/java/azzy/fabric/lumen/api/Capacitor.java | Dragonoidzero/Lumen | 632dfa0cfbb6d8480e68ca336f0823e288cae415 | [
"CC0-1.0"
] | null | null | null | src/main/java/azzy/fabric/lumen/api/Capacitor.java | Dragonoidzero/Lumen | 632dfa0cfbb6d8480e68ca336f0823e288cae415 | [
"CC0-1.0"
] | null | null | null | 11.636364 | 33 | 0.71875 | 8,821 | package azzy.fabric.lumen.api;
public interface Capacitor {
long getLumenEnergy();
boolean acceptsLumenEnergy();
}
|
3e14d1e7e92958461b4c7efd7122040f939ee2e8 | 2,891 | java | Java | src/main/java/com/lujianbo/app/shadowsocks/local/connector/socks/SocksRequestHandler.java | lujianbo/moonlight-ss | 52c3346926ff96534652c3056665ec09344e0d8f | [
"MIT"
] | 11 | 2017-03-25T22:42:58.000Z | 2021-06-07T13:10:03.000Z | src/main/java/com/lujianbo/app/shadowsocks/local/connector/socks/SocksRequestHandler.java | lujianbo/moonlight-ss | 52c3346926ff96534652c3056665ec09344e0d8f | [
"MIT"
] | null | null | null | src/main/java/com/lujianbo/app/shadowsocks/local/connector/socks/SocksRequestHandler.java | lujianbo/moonlight-ss | 52c3346926ff96534652c3056665ec09344e0d8f | [
"MIT"
] | 3 | 2016-07-03T02:44:14.000Z | 2017-10-16T20:45:27.000Z | 38.546667 | 110 | 0.610515 | 8,822 | package com.lujianbo.app.shadowsocks.local.connector.socks;
import com.lujianbo.app.shadowsocks.common.codec.ShadowSocksAddressType;
import com.lujianbo.app.shadowsocks.common.codec.ShadowSocksRequest;
import com.lujianbo.app.shadowsocks.common.utils.NetUtils;
import io.netty.channel.ChannelHandlerContext;
import io.n... |
3e14d22686a5ea0d6441190ec363e3d551f25a07 | 2,844 | java | Java | cf-nats/src/main/java/cf/nats/message/StagingStart.java | cloudfoundry-community/cf-java-component | 442468f0bad4645847362f8a55f371540b2bdfea | [
"Apache-2.0"
] | 8 | 2015-03-12T05:07:03.000Z | 2021-03-03T13:02:28.000Z | cf-nats/src/main/java/cf/nats/message/StagingStart.java | cloudfoundry-community/cf-java-component | 442468f0bad4645847362f8a55f371540b2bdfea | [
"Apache-2.0"
] | 13 | 2015-05-22T07:21:26.000Z | 2021-12-30T00:43:32.000Z | cf-nats/src/main/java/cf/nats/message/StagingStart.java | cloudfoundry-community/cf-java-component | 442468f0bad4645847362f8a55f371540b2bdfea | [
"Apache-2.0"
] | 3 | 2015-03-03T20:12:37.000Z | 2019-04-23T03:17:24.000Z | 29.625 | 159 | 0.763713 | 8,823 | /*
* Copyright (c) 2012 Intellectual Reserve, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*... |
3e14d3f07b7b94fcb1e748c8cf8d4910c7474bcf | 1,473 | java | Java | Mage.Sets/src/mage/cards/e/Enfeeblement.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 1,444 | 2015-01-02T00:25:38.000Z | 2022-03-31T13:57:18.000Z | Mage.Sets/src/mage/cards/e/Enfeeblement.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 6,180 | 2015-01-02T19:10:09.000Z | 2022-03-31T21:10:44.000Z | Mage.Sets/src/mage/cards/e/Enfeeblement.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 1,001 | 2015-01-01T01:15:20.000Z | 2022-03-30T20:23:04.000Z | 32.021739 | 130 | 0.753564 | 8,824 |
package mage.cards.e;
import java.util.UUID;
import mage.abilities.Ability;
import mage.abilities.common.SimpleStaticAbility;
import mage.abilities.effects.common.AttachEffect;
import mage.abilities.effects.common.continuous.BoostEnchantedEffect;
import mage.abilities.keyword.EnchantAbility;
import mage.cards.CardImp... |
3e14d406ca077adb4df9226c171ef8fe72c82018 | 1,592 | java | Java | io.joel.tck/src/test/java/com/sun/ts/tests/el/common/elcontext/BarELContext.java | Thihup/joel | 9278bf44d0c128b2d76b108c892f17e66eb76ff9 | [
"MIT"
] | 3 | 2021-04-08T13:51:59.000Z | 2021-10-02T16:28:01.000Z | io.joel.tck/src/test/java/com/sun/ts/tests/el/common/elcontext/BarELContext.java | Thihup/joel | 9278bf44d0c128b2d76b108c892f17e66eb76ff9 | [
"MIT"
] | 2 | 2021-09-23T10:24:27.000Z | 2021-10-09T14:23:30.000Z | io.joel.tck/src/test/java/com/sun/ts/tests/el/common/elcontext/BarELContext.java | Thihup/joel | 9278bf44d0c128b2d76b108c892f17e66eb76ff9 | [
"MIT"
] | null | null | null | 25.677419 | 76 | 0.711055 | 8,825 | /*
* Copyright (c) 2009, 2020 Oracle and/or its affiliates and others.
* All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* This Source Code may also be ... |
3e14d4268ae2e1fddc00777fd3564326c5311f07 | 856 | java | Java | Mage.Sets/src/mage/cards/l/LightningBolt.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 1,444 | 2015-01-02T00:25:38.000Z | 2022-03-31T13:57:18.000Z | Mage.Sets/src/mage/cards/l/LightningBolt.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 6,180 | 2015-01-02T19:10:09.000Z | 2022-03-31T21:10:44.000Z | Mage.Sets/src/mage/cards/l/LightningBolt.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 1,001 | 2015-01-01T01:15:20.000Z | 2022-03-30T20:23:04.000Z | 25.176471 | 73 | 0.712617 | 8,826 | package mage.cards.l;
import java.util.UUID;
import mage.abilities.effects.common.DamageTargetEffect;
import mage.cards.CardImpl;
import mage.cards.CardSetInfo;
import mage.constants.CardType;
import mage.target.common.TargetAnyTarget;
/**
*
* @author BetaSteward_at_googlemail.com
*/
public final class LightningBo... |
3e14d461f53f4d01b3c5d683040071025536d95b | 597 | java | Java | projects/OG-Financial/src/main/java/com/opengamma/financial/generator/PortfolioNodeGenerator.java | emcleod/OG-Platform | dbd4e1c64907f6a2dd27a62d252e9c61e609f779 | [
"Apache-2.0"
] | 12 | 2017-03-10T13:56:52.000Z | 2021-10-03T01:21:20.000Z | projects/OG-Financial/src/main/java/com/opengamma/financial/generator/PortfolioNodeGenerator.java | antikas/OG-Platform | aa683c63e58d33e34cca691290370d71a454077c | [
"Apache-2.0"
] | 10 | 2017-01-19T13:32:36.000Z | 2021-09-20T20:41:48.000Z | projects/OG-Financial/src/main/java/com/opengamma/financial/generator/PortfolioNodeGenerator.java | antikas/OG-Platform | aa683c63e58d33e34cca691290370d71a454077c | [
"Apache-2.0"
] | 16 | 2017-01-12T10:31:58.000Z | 2019-04-19T08:17:33.000Z | 25.956522 | 136 | 0.742044 | 8,827 | /**
* Copyright (C) 2012 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.financial.generator;
import com.opengamma.core.position.PortfolioNode;
/**
* Service interface for constructing a random, but reasonable, portfolio node.
*/... |
3e14d592e12d445f91bfc6ec8b44ae3105fa9a15 | 708 | java | Java | src/main/java/com/rambots4571/rampage/joystick/component/DPadHandler.java | frc4571/RamHorns | 92ff76948a2409a7f856f4858f906d3bade5abc4 | [
"MIT"
] | null | null | null | src/main/java/com/rambots4571/rampage/joystick/component/DPadHandler.java | frc4571/RamHorns | 92ff76948a2409a7f856f4858f906d3bade5abc4 | [
"MIT"
] | null | null | null | src/main/java/com/rambots4571/rampage/joystick/component/DPadHandler.java | frc4571/RamHorns | 92ff76948a2409a7f856f4858f906d3bade5abc4 | [
"MIT"
] | null | null | null | 25.285714 | 71 | 0.751412 | 8,828 | package com.rambots4571.rampage.joystick.component;
import com.rambots4571.rampage.joystick.component.DPadButton.Direction;
import edu.wpi.first.wpilibj.Joystick;
import edu.wpi.first.wpilibj2.command.button.Button;
import java.util.HashMap;
public class DPadHandler {
private final HashMap<Direction, Button> butto... |
3e14d5e4b7682abca507d1cc666bb9d19b09fd01 | 10,001 | java | Java | opendaylight/md-sal/sal-common-impl/src/main/java/org/opendaylight/controller/md/sal/common/impl/util/compat/DataNormalizer.java | rvhub/MultipathODL | 0abd8fd47d6504cc21bdb042f60e830edf9b1bd4 | [
"Apache-2.0"
] | null | null | null | opendaylight/md-sal/sal-common-impl/src/main/java/org/opendaylight/controller/md/sal/common/impl/util/compat/DataNormalizer.java | rvhub/MultipathODL | 0abd8fd47d6504cc21bdb042f60e830edf9b1bd4 | [
"Apache-2.0"
] | null | null | null | opendaylight/md-sal/sal-common-impl/src/main/java/org/opendaylight/controller/md/sal/common/impl/util/compat/DataNormalizer.java | rvhub/MultipathODL | 0abd8fd47d6504cc21bdb042f60e830edf9b1bd4 | [
"Apache-2.0"
] | null | null | null | 44.647321 | 126 | 0.677932 | 8,829 | /*
* Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... |
3e14d65955c81bd4b4a92a5e4c8f7f305a2690a1 | 4,985 | java | Java | src/main/java/com/quantech/entities/doctor/DoctorService.java | quantech-bristol/electronic-handover-v2 | 00aa0b4d3a94d810bcf382b5fd48fa94bb3c7e92 | [
"MIT"
] | null | null | null | src/main/java/com/quantech/entities/doctor/DoctorService.java | quantech-bristol/electronic-handover-v2 | 00aa0b4d3a94d810bcf382b5fd48fa94bb3c7e92 | [
"MIT"
] | null | null | null | src/main/java/com/quantech/entities/doctor/DoctorService.java | quantech-bristol/electronic-handover-v2 | 00aa0b4d3a94d810bcf382b5fd48fa94bb3c7e92 | [
"MIT"
] | null | null | null | 36.925926 | 123 | 0.687663 | 8,830 | package com.quantech.entities.doctor;
import com.quantech.entities.patient.Patient;
import com.quantech.entities.team.Team;
import com.quantech.entities.user.UserCore;
import org.springframework.stereotype.Service;
import java.util.List;
import java.util.function.Predicate;
@Service
public interface DoctorService {
... |
3e14d79822d35d2adcc30db55308a051a6431870 | 471 | java | Java | Jeff/Sweeper.java | BrightNightE/RHUL-CS1820-Robotics | 5511c55e015919d99296288ee1fd665f0d4a2d2c | [
"MIT"
] | null | null | null | Jeff/Sweeper.java | BrightNightE/RHUL-CS1820-Robotics | 5511c55e015919d99296288ee1fd665f0d4a2d2c | [
"MIT"
] | null | null | null | Jeff/Sweeper.java | BrightNightE/RHUL-CS1820-Robotics | 5511c55e015919d99296288ee1fd665f0d4a2d2c | [
"MIT"
] | null | null | null | 20.478261 | 55 | 0.653928 | 8,831 | import lejos.robotics.RegulatedMotor;
public class Sweeper extends Thread {
private RegulatedMotor sc;
public Sweeper(RegulatedMotor sc) {
this.sc = sc;
}
@Override
public void run() {
super.run(); // always call super
// make a motor
sc.setSpeed((int) MoveList.SWEEPER_SPEED.getMove());
... |
3e14d7da0e2d42034dcfe4112d09c42c658e38f4 | 651 | java | Java | src/main/java/xyz/cafeconleche/web/thebride/service/impl/FollowServicePojoImpl.java | topiltzin-butron/thebride | 1e1498a36bd52b802186367b73f623153e8d09a1 | [
"MIT"
] | null | null | null | src/main/java/xyz/cafeconleche/web/thebride/service/impl/FollowServicePojoImpl.java | topiltzin-butron/thebride | 1e1498a36bd52b802186367b73f623153e8d09a1 | [
"MIT"
] | null | null | null | src/main/java/xyz/cafeconleche/web/thebride/service/impl/FollowServicePojoImpl.java | topiltzin-butron/thebride | 1e1498a36bd52b802186367b73f623153e8d09a1 | [
"MIT"
] | null | null | null | 23.25 | 62 | 0.812596 | 8,832 | package xyz.cafeconleche.web.thebride.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import xyz.cafeconleche.web.thebride.dao.FollowDao;
import xyz.cafeconleche.web.thebride.service.FollowService;
@Service
public cla... |
3e14d846adcd8e74624c6aa105ce92c80d43c10a | 36,279 | java | Java | sdk/core/azure-core/src/main/java/com/azure/core/util/BinaryData.java | blackbaud/azure-sdk-for-java | 76951c7e366b0dbb95c8dfb600acd855092e0a35 | [
"MIT"
] | 3 | 2021-09-15T16:25:19.000Z | 2021-12-17T05:41:00.000Z | sdk/core/azure-core/src/main/java/com/azure/core/util/BinaryData.java | omziv/azure-sdk-for-java | 868c2c06ec7188459fea96a1e4533b9d826061e7 | [
"MIT"
] | 2 | 2021-12-24T05:47:16.000Z | 2022-01-10T09:47:03.000Z | sdk/core/azure-core/src/main/java/com/azure/core/util/BinaryData.java | omziv/azure-sdk-for-java | 868c2c06ec7188459fea96a1e4533b9d826061e7 | [
"MIT"
] | 1 | 2020-12-24T04:02:44.000Z | 2020-12-24T04:02:44.000Z | 50.882188 | 149 | 0.693128 | 8,833 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.core.util;
import com.azure.core.util.implementation.BinaryDataContent;
import com.azure.core.util.implementation.ByteArrayContent;
import com.azure.core.util.implementation.FileContent;
import com.azure.... |
3e14d852f9134ac07b54c4c9ee21542e1a2f8ea3 | 729 | java | Java | Labs/src/com/company/exam/rmi/ClientRmiTask2.java | Megarekrut65/Destributed-Programming-labs | a500cad447716b392f8e090d87f8be82ec3d3e1b | [
"MIT"
] | null | null | null | Labs/src/com/company/exam/rmi/ClientRmiTask2.java | Megarekrut65/Destributed-Programming-labs | a500cad447716b392f8e090d87f8be82ec3d3e1b | [
"MIT"
] | null | null | null | Labs/src/com/company/exam/rmi/ClientRmiTask2.java | Megarekrut65/Destributed-Programming-labs | a500cad447716b392f8e090d87f8be82ec3d3e1b | [
"MIT"
] | null | null | null | 34.714286 | 89 | 0.687243 | 8,834 | package com.company.exam.rmi;
import java.net.MalformedURLException;
import java.rmi.Naming;
import java.rmi.NotBoundException;
import java.rmi.RemoteException;
public class ClientRmiTask2 {
public static void main(String[] args) {
try {
CustomerManagerRemote managerRemote =
... |
3e14d8964f6b38f9ed4ed48e4dfcd1659b476e7c | 37,499 | java | Java | fe/fe-core/src/main/java/org/apache/doris/analysis/AggregateInfo.java | xu20160924/incubator-doris | f93dae98e41752663ff12a443c5a46914c7aae7a | [
"Apache-2.0"
] | 3,562 | 2018-08-30T05:26:10.000Z | 2022-03-31T10:01:56.000Z | fe/fe-core/src/main/java/org/apache/doris/analysis/AggregateInfo.java | hf200012/incubator-doris | 9c12060db3616051359d9ac500a124cecf3c358e | [
"Apache-2.0"
] | 5,199 | 2018-09-11T07:57:21.000Z | 2022-03-31T16:17:50.000Z | fe/fe-core/src/main/java/org/apache/doris/analysis/AggregateInfo.java | hf200012/incubator-doris | 9c12060db3616051359d9ac500a124cecf3c358e | [
"Apache-2.0"
] | 1,234 | 2018-08-31T09:34:54.000Z | 2022-03-31T06:01:02.000Z | 45.563791 | 110 | 0.647537 | 8,835 | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... |
3e14d92c4b60070dc0222d3a62283bbd6144d835 | 3,946 | java | Java | app/src/main/java/jxpl/scnu/curb/data/local/PersistenceContract.java | Dawnman/Curb | b2f03a4e8f2aeafad465c4219a222506fcc8ee3a | [
"Apache-2.0"
] | 3 | 2017-10-16T07:50:53.000Z | 2018-03-26T14:51:24.000Z | app/src/main/java/jxpl/scnu/curb/data/local/PersistenceContract.java | Dawnman/Curb | b2f03a4e8f2aeafad465c4219a222506fcc8ee3a | [
"Apache-2.0"
] | 1 | 2018-04-21T01:26:39.000Z | 2018-04-21T01:26:39.000Z | app/src/main/java/jxpl/scnu/curb/data/local/PersistenceContract.java | Dawnman/Curb | b2f03a4e8f2aeafad465c4219a222506fcc8ee3a | [
"Apache-2.0"
] | 2 | 2018-03-24T05:10:13.000Z | 2018-03-24T11:19:38.000Z | 42.430108 | 71 | 0.707805 | 8,836 | package jxpl.scnu.curb.data.local;
import android.provider.BaseColumns;
/**
* @author iri-jwj
* @version 2
* update 3/25
* 更新了information的表结构
* update 3/27
* 新增了scholat的数据表
*/
final class PersistenceContract {
private PersistenceContract() {
}
static abstract class informationEntry implements Base... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.