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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e1d5c01a2d886116110dc2dd453cd934dbdc0b1 | 2,131 | java | Java | pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/SinkRecord.java | atlantic2099/pulsar | 66f56f11b9dc9db4c9aeb2caaa40c0ddf542b22b | [
"Apache-2.0"
] | 3 | 2016-10-03T19:47:18.000Z | 2017-11-01T21:05:05.000Z | pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/SinkRecord.java | atlantic2099/pulsar | 66f56f11b9dc9db4c9aeb2caaa40c0ddf542b22b | [
"Apache-2.0"
] | 116 | 2021-08-10T15:25:12.000Z | 2021-08-11T01:05:18.000Z | pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/SinkRecord.java | atlantic2099/pulsar | 66f56f11b9dc9db4c9aeb2caaa40c0ddf542b22b | [
"Apache-2.0"
] | 1 | 2019-03-15T09:34:50.000Z | 2019-03-15T09:34:50.000Z | 25.070588 | 63 | 0.690286 | 12,450 | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... |
3e1d5c0a73e257475b031080d37a58e455cbec23 | 2,095 | java | Java | library/src/main/java/com/github/peejweej/androidsideloading/adapters/ShareAdapter.java | PeeJWeeJ/AndroidSideLoading | 0db76a0eb1bf8829d18f5413ad6c838c54fa280a | [
"MIT"
] | 2 | 2015-11-18T22:26:15.000Z | 2015-12-08T14:10:34.000Z | library/src/main/java/com/github/peejweej/androidsideloading/adapters/ShareAdapter.java | PeeJWeeJ/AndroidSideLoading | 0db76a0eb1bf8829d18f5413ad6c838c54fa280a | [
"MIT"
] | null | null | null | library/src/main/java/com/github/peejweej/androidsideloading/adapters/ShareAdapter.java | PeeJWeeJ/AndroidSideLoading | 0db76a0eb1bf8829d18f5413ad6c838c54fa280a | [
"MIT"
] | null | null | null | 29.928571 | 118 | 0.685442 | 12,451 | package com.github.peejweej.androidsideloading.adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import java.util.List;
import com.... |
3e1d5c56e63e1c1344b1a49efda24a92a2dee5b4 | 236 | java | Java | EvoMaster/e2e-tests/spring-examples/src/test/java/com/foo/rest/examples/spring/positiveinteger/PIController.java | mitchellolsthoorn/ASE-Technical-2021-api-linkage-replication | 50e9fb327fe918cc64c6b5e30d0daa2d9d5d923f | [
"MIT"
] | null | null | null | EvoMaster/e2e-tests/spring-examples/src/test/java/com/foo/rest/examples/spring/positiveinteger/PIController.java | mitchellolsthoorn/ASE-Technical-2021-api-linkage-replication | 50e9fb327fe918cc64c6b5e30d0daa2d9d5d923f | [
"MIT"
] | 7 | 2021-07-15T12:42:54.000Z | 2021-07-15T12:44:15.000Z | EvoMaster/e2e-tests/spring-examples/src/test/java/com/foo/rest/examples/spring/positiveinteger/PIController.java | mitchellolsthoorn/ASE-Technical-2021-api-linkage-replication | 50e9fb327fe918cc64c6b5e30d0daa2d9d5d923f | [
"MIT"
] | 1 | 2021-08-17T06:49:07.000Z | 2021-08-17T06:49:07.000Z | 21.454545 | 53 | 0.758475 | 12,452 | package com.foo.rest.examples.spring.positiveinteger;
import com.foo.rest.examples.spring.SpringController;
public class PIController extends SpringController {
public PIController() {
super(PIApplication.class);
}
}
|
3e1d5cef02082850c6177a49c0cc190a31607caa | 1,445 | java | Java | jdbc/src/main/java/com/kylinolap/jdbc/KylinPrepareImpl.java | oguennec/Kylin | 81eb205ceeab7f5064d18d81a71d34a4c19d0889 | [
"Apache-2.0"
] | null | null | null | jdbc/src/main/java/com/kylinolap/jdbc/KylinPrepareImpl.java | oguennec/Kylin | 81eb205ceeab7f5064d18d81a71d34a4c19d0889 | [
"Apache-2.0"
] | 1 | 2022-01-21T23:48:05.000Z | 2022-01-21T23:48:05.000Z | jdbc/src/main/java/com/kylinolap/jdbc/KylinPrepareImpl.java | oguennec/Kylin | 81eb205ceeab7f5064d18d81a71d34a4c19d0889 | [
"Apache-2.0"
] | null | null | null | 31.413043 | 119 | 0.678201 | 12,453 | /*
* Copyright 2013-2014 eBay Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e1d5d41e4ea8ef1f72650fd647278189f45a26e | 16,594 | java | Java | subprojects/core/src/main/java/org/gradle/api/internal/classpath/DefaultModuleRegistry.java | cldvr/gradle | 91ab08e89cf7cd3c80fbec706eb5629f28e531b6 | [
"Apache-2.0"
] | 2 | 2020-04-01T18:40:33.000Z | 2021-04-23T12:06:15.000Z | subprojects/core/src/main/java/org/gradle/api/internal/classpath/DefaultModuleRegistry.java | richard1230/gradle | f69c3019f27e25ec3b6b462f7fb3d903932351a8 | [
"Apache-2.0"
] | 12 | 2020-07-11T15:43:32.000Z | 2020-10-13T23:39:44.000Z | subprojects/core/src/main/java/org/gradle/api/internal/classpath/DefaultModuleRegistry.java | richard1230/gradle | f69c3019f27e25ec3b6b462f7fb3d903932351a8 | [
"Apache-2.0"
] | 1 | 2020-05-18T14:01:39.000Z | 2020-05-18T14:01:39.000Z | 39.985542 | 203 | 0.635953 | 12,454 | /*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
3e1d5dc43d65967b3d2ef6e4af8b5fd57808d870 | 883 | java | Java | src/data/event/InstructionGoShop.java | heyao-yang/VOOGASALAD | 2a9322b5cb1edb7221a24bcf459e9a1589af82fc | [
"MIT"
] | 1 | 2021-11-19T12:47:36.000Z | 2021-11-19T12:47:36.000Z | src/data/event/InstructionGoShop.java | NathanBlaise/VoogaSalad-Pokemon-Creator | 2a9322b5cb1edb7221a24bcf459e9a1589af82fc | [
"MIT"
] | null | null | null | src/data/event/InstructionGoShop.java | NathanBlaise/VoogaSalad-Pokemon-Creator | 2a9322b5cb1edb7221a24bcf459e9a1589af82fc | [
"MIT"
] | null | null | null | 24.527778 | 129 | 0.753114 | 12,455 | package data.event;
import javafx.scene.paint.Color;
import javafx.stage.Stage;
import data.map.GameMap;
import data.player.Player;
import engine.game.GameScene;
import engine.shop.ShopScene;
/**
* show the shop to the player
* @author cy122
*
*/
public class InstructionGoShop extends Instruction{
private stati... |
3e1d5dd5cdf3a3b16b57a23e74a881d2484e39df | 836 | java | Java | src/main/java/chefmod/cards/attacks/FryPan.java | arasmus8/ChefMod | cb0760417c5527e00a1d276809def731ec844d50 | [
"MIT"
] | null | null | null | src/main/java/chefmod/cards/attacks/FryPan.java | arasmus8/ChefMod | cb0760417c5527e00a1d276809def731ec844d50 | [
"MIT"
] | null | null | null | src/main/java/chefmod/cards/attacks/FryPan.java | arasmus8/ChefMod | cb0760417c5527e00a1d276809def731ec844d50 | [
"MIT"
] | null | null | null | 26.967742 | 67 | 0.666268 | 12,456 | package chefmod.cards.attacks;
import chefmod.cards.AbstractChefCard;
import com.megacrit.cardcrawl.actions.AbstractGameAction;
import com.megacrit.cardcrawl.characters.AbstractPlayer;
import com.megacrit.cardcrawl.monsters.AbstractMonster;
import static chefmod.ChefMod.makeID;
public class FryPan extends AbstractCh... |
3e1d5f1bfbef54439f4bf74a7ff497e230205692 | 1,424 | java | Java | xcloud-iam-security/src/main/java/com/wl4g/iam/sns/CallbackResult.java | wl4g/dopaas-iam | 45d426d5c3459169b59dd3f1b8cf793008e55ce8 | [
"Apache-2.0"
] | 3 | 2020-08-02T13:39:06.000Z | 2021-11-05T09:16:00.000Z | xcloud-iam-security/src/main/java/com/wl4g/iam/sns/CallbackResult.java | wl4g/dopaas-iam | 45d426d5c3459169b59dd3f1b8cf793008e55ce8 | [
"Apache-2.0"
] | null | null | null | xcloud-iam-security/src/main/java/com/wl4g/iam/sns/CallbackResult.java | wl4g/dopaas-iam | 45d426d5c3459169b59dd3f1b8cf793008e55ce8 | [
"Apache-2.0"
] | 1 | 2021-12-23T06:32:14.000Z | 2021-12-23T06:32:14.000Z | 26.886792 | 95 | 0.712281 | 12,457 | /*
* Copyright 2017 ~ 2025 the original author or authors. <efpyi@example.com, ychag@example.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/license... |
3e1d5f304660c51267e9f342fb88607ba62bb905 | 3,824 | java | Java | app/src/main/java/com/daydream/lazyloadfragment/fragment/LazyLoadFragment.java | 10ydaydream/LazyLoadFragment | 5b11d6469c22fa83aaf526fa93f15c41af451a2e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/daydream/lazyloadfragment/fragment/LazyLoadFragment.java | 10ydaydream/LazyLoadFragment | 5b11d6469c22fa83aaf526fa93f15c41af451a2e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/daydream/lazyloadfragment/fragment/LazyLoadFragment.java | 10ydaydream/LazyLoadFragment | 5b11d6469c22fa83aaf526fa93f15c41af451a2e | [
"Apache-2.0"
] | null | null | null | 26.191781 | 132 | 0.648797 | 12,458 | package com.daydream.lazyloadfragment.fragment;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
... |
3e1d5ffaed6ead0505f2a751e9d0a8dc3668d083 | 1,409 | java | Java | src/main/java8/net/finmath/modelling/descriptor/InterestRateSwapProductDescriptor.java | xiayingfeng/finmath-lib | 49b71c512775b786f54d33dc828c2e0d1e701883 | [
"Apache-2.0"
] | 373 | 2015-01-01T11:27:51.000Z | 2022-03-29T21:51:49.000Z | src/main/java8/net/finmath/modelling/descriptor/InterestRateSwapProductDescriptor.java | xiayingfeng/finmath-lib | 49b71c512775b786f54d33dc828c2e0d1e701883 | [
"Apache-2.0"
] | 67 | 2015-01-21T08:52:23.000Z | 2021-09-22T20:13:11.000Z | src/main/java8/net/finmath/modelling/descriptor/InterestRateSwapProductDescriptor.java | xiayingfeng/finmath-lib | 49b71c512775b786f54d33dc828c2e0d1e701883 | [
"Apache-2.0"
] | 184 | 2015-01-05T17:30:18.000Z | 2022-03-28T10:55:29.000Z | 22.725806 | 90 | 0.753016 | 12,459 | package net.finmath.modelling.descriptor;
import net.finmath.modelling.InterestRateProductDescriptor;
/**
* Product descriptor for an interest rate swap.
*
* @author Christian Fries
* @author Roland Bachl
* @version 1.0
*/
public class InterestRateSwapProductDescriptor implements InterestRateProductDescriptor {... |
3e1d602df9b850a689fc9e6f9d72ab447a745ae3 | 2,467 | java | Java | platform/lang-impl/src/com/intellij/codeInsight/daemon/impl/SdkSetupNotificationProvider.java | nokok/intellij-community | 84443a8468565db7fc719e077093059740456982 | [
"Apache-2.0"
] | 1 | 2018-10-13T19:43:36.000Z | 2018-10-13T19:43:36.000Z | platform/lang-impl/src/com/intellij/codeInsight/daemon/impl/SdkSetupNotificationProvider.java | nokok/intellij-community | 84443a8468565db7fc719e077093059740456982 | [
"Apache-2.0"
] | null | null | null | platform/lang-impl/src/com/intellij/codeInsight/daemon/impl/SdkSetupNotificationProvider.java | nokok/intellij-community | 84443a8468565db7fc719e077093059740456982 | [
"Apache-2.0"
] | null | null | null | 38.546875 | 140 | 0.773814 | 12,460 | // 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.codeInsight.daemon.impl;
import com.intellij.ProjectTopics;
import com.intellij.codeInsight.daemon.ProjectSdkSetupValidator;
import com.intellij.openapi.file... |
3e1d60fd65e9eb079b91cccc1e47fb393fa54d7e | 1,588 | java | Java | library/src/main/java/com/github/siyamed/shapeimageview/ShapeImageView.java | eaaomk/android-shape-imageview | c4e0a94a62bdcf123506e4596e648265a9c12a26 | [
"MIT"
] | 2,541 | 2015-01-01T00:25:52.000Z | 2022-03-29T01:14:43.000Z | library/src/main/java/com/github/siyamed/shapeimageview/ShapeImageView.java | eaaomk/android-shape-imageview | c4e0a94a62bdcf123506e4596e648265a9c12a26 | [
"MIT"
] | 79 | 2015-01-09T06:49:39.000Z | 2021-11-02T23:40:34.000Z | library/src/main/java/com/github/siyamed/shapeimageview/ShapeImageView.java | eaaomk/android-shape-imageview | c4e0a94a62bdcf123506e4596e648265a9c12a26 | [
"MIT"
] | 660 | 2015-01-03T09:38:20.000Z | 2022-03-29T01:14:47.000Z | 24.060606 | 78 | 0.617128 | 12,461 | package com.github.siyamed.shapeimageview;
import android.content.Context;
import android.util.AttributeSet;
import com.github.siyamed.shapeimageview.shader.ShaderHelper;
import com.github.siyamed.shapeimageview.shader.SvgShader;
public class ShapeImageView extends ShaderImageView {
private SvgShader shader;
... |
3e1d61ca7002327f005ca89d6ab1a2d4d1349cbc | 1,478 | java | Java | ghost.framework.core/src/main/java/ghost/framework/core/module/maven/ModuleFileArtifact.java | guoshucan/mpaas | 8949c0c484987d9c030595b24d62a10585a814ce | [
"Apache-2.0"
] | 1 | 2020-09-29T10:24:03.000Z | 2020-09-29T10:24:03.000Z | ghost.framework.core/src/main/java/ghost/framework/core/module/maven/ModuleFileArtifact.java | guoshucan/mpaas | 8949c0c484987d9c030595b24d62a10585a814ce | [
"Apache-2.0"
] | null | null | null | ghost.framework.core/src/main/java/ghost/framework/core/module/maven/ModuleFileArtifact.java | guoshucan/mpaas | 8949c0c484987d9c030595b24d62a10585a814ce | [
"Apache-2.0"
] | 3 | 2020-11-05T15:52:17.000Z | 2021-07-27T04:37:00.000Z | 19.972973 | 85 | 0.602842 | 12,462 | package ghost.framework.core.module.maven;
import ghost.framework.context.module.IModule;
import ghost.framework.maven.FileArtifact;
import org.eclipse.aether.artifact.Artifact;
/**
* package: ghost.framework.core.module.maven
*
* @Author: 郭树灿{guo-w541}
* @link: 手机:13715848993, QQ 27048384
* @Description:模块文件包信息... |
3e1d6253dc7670108137853cb1d0f485cdb0ff3c | 51,655 | java | Java | lab4/src/main/antlr4/GrammarParser.java | AlexeyShik/Translation-Methods | c205ec471c097517f3551480d6a2dd31e8de677d | [
"MIT"
] | null | null | null | lab4/src/main/antlr4/GrammarParser.java | AlexeyShik/Translation-Methods | c205ec471c097517f3551480d6a2dd31e8de677d | [
"MIT"
] | null | null | null | lab4/src/main/antlr4/GrammarParser.java | AlexeyShik/Translation-Methods | c205ec471c097517f3551480d6a2dd31e8de677d | [
"MIT"
] | null | null | null | 34.16336 | 453 | 0.653257 | 12,463 | // Generated from Grammar.g4 by ANTLR 4.9.2
import org.antlr.v4.runtime.atn.*;
import org.antlr.v4.runtime.dfa.DFA;
import org.antlr.v4.runtime.*;
import org.antlr.v4.runtime.misc.*;
import org.antlr.v4.runtime.tree.*;
import java.util.List;
import java.util.Iterator;
import java.util.ArrayList;
@SuppressWarnings({"al... |
3e1d627f81c6b76ed6d1b2ac13cc0e59d407ee14 | 2,087 | java | Java | app/src/main/java/com/wd/utils/sdk/fragment/SampleFragment.java | MayankParyani/UtilsSdk | 7450b61d32abf80dce5f08b7c8fae836ae00170e | [
"MIT"
] | null | null | null | app/src/main/java/com/wd/utils/sdk/fragment/SampleFragment.java | MayankParyani/UtilsSdk | 7450b61d32abf80dce5f08b7c8fae836ae00170e | [
"MIT"
] | null | null | null | app/src/main/java/com/wd/utils/sdk/fragment/SampleFragment.java | MayankParyani/UtilsSdk | 7450b61d32abf80dce5f08b7c8fae836ae00170e | [
"MIT"
] | null | null | null | 30.691176 | 109 | 0.657882 | 12,464 | package com.wd.utils.sdk.fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.Toast;
import com.wd.utils.sdk.R;
import com.wd.utils.sdk.basecontrols.BaseFragment;
import sdk.utils.wd.networ... |
3e1d6304d88c174a2cc7c320ef345577d6d1b374 | 14,148 | java | Java | src/main/java/org/hcjf/io/net/NetServiceConsumer.java | armedina/HolandaCatalinaFw | c5b8138bfaefe784f79630e29374510082ebd1a1 | [
"Apache-2.0"
] | 21 | 2017-05-19T11:49:17.000Z | 2022-02-25T12:49:26.000Z | src/main/java/org/hcjf/io/net/NetServiceConsumer.java | armedina/HolandaCatalinaFw | c5b8138bfaefe784f79630e29374510082ebd1a1 | [
"Apache-2.0"
] | 26 | 2017-01-20T14:13:59.000Z | 2022-03-16T19:42:07.000Z | src/main/java/org/hcjf/io/net/NetServiceConsumer.java | armedina/HolandaCatalinaFw | c5b8138bfaefe784f79630e29374510082ebd1a1 | [
"Apache-2.0"
] | 16 | 2016-11-11T10:09:42.000Z | 2022-01-06T18:37:32.000Z | 34.091566 | 131 | 0.62136 | 12,465 | package org.hcjf.io.net;
import org.hcjf.errors.HCJFRuntimeException;
import org.hcjf.log.Log;
import org.hcjf.properties.SystemProperties;
import org.hcjf.service.Service;
import org.hcjf.service.ServiceConsumer;
import org.hcjf.service.ServiceSession;
import javax.net.ssl.SSLEngine;
import java.io.IOException;
impo... |
3e1d63674f24b9af76c5c2215ae763661ea349f7 | 6,921 | java | Java | HelloJava/src/containers/ListPerformance.java | william396-co/ThinkInJava | cb1be9fab2c44416203fd98b4cd8a02f3040afcb | [
"MIT"
] | null | null | null | HelloJava/src/containers/ListPerformance.java | william396-co/ThinkInJava | cb1be9fab2c44416203fd98b4cd8a02f3040afcb | [
"MIT"
] | null | null | null | HelloJava/src/containers/ListPerformance.java | william396-co/ThinkInJava | cb1be9fab2c44416203fd98b4cd8a02f3040afcb | [
"MIT"
] | null | null | null | 30.897321 | 99 | 0.472186 | 12,466 | package containers;
import com.thinkinjava.util.CountingGenerator;
import com.thinkinjava.util.CountingIntegerList;
import com.thinkinjava.util.Generated;
import com.thinkinjava.util.Generator;
import java.awt.*;
import java.util.*;
import java.util.List;
import static com.thinkinjava.util.Print.*;
public class Li... |
3e1d63b19bb470bd2280df5daa93ebf104d73212 | 2,136 | java | Java | src/main/java/com/dsi/parallax/ml/trees/GreaterThanSplitCondition.java | jattenberg/parallax | 372c7d02d1f5bad055014c418bd238b7413aa4f8 | [
"FSFAP"
] | null | null | null | src/main/java/com/dsi/parallax/ml/trees/GreaterThanSplitCondition.java | jattenberg/parallax | 372c7d02d1f5bad055014c418bd238b7413aa4f8 | [
"FSFAP"
] | null | null | null | src/main/java/com/dsi/parallax/ml/trees/GreaterThanSplitCondition.java | jattenberg/parallax | 372c7d02d1f5bad055014c418bd238b7413aa4f8 | [
"FSFAP"
] | null | null | null | 25.73494 | 80 | 0.651217 | 12,467 | /*******************************************************************************
* Copyright 2012 Josh Attenberg. Not for re-use or redistribution.
******************************************************************************/
package com.dsi.parallax.ml.trees;
import com.dsi.parallax.ml.dictionary.ReversableDictio... |
3e1d63de8e1cfbc9abed90111290c310c1096074 | 5,353 | java | Java | src/main/java/com/tale/service/ContentsService.java | NightsiX/tale | a012a5b61bc6ba09b9dd9856011f0bcf99556f8a | [
"MIT"
] | 5,594 | 2017-02-24T12:15:09.000Z | 2022-03-30T00:42:57.000Z | src/main/java/com/tale/service/ContentsService.java | zhouzhisheng/tale | 9845919c8089ad03a1190698982fda8da5a765c6 | [
"MIT"
] | 458 | 2017-02-24T16:35:04.000Z | 2022-03-12T12:33:19.000Z | src/main/java/com/tale/service/ContentsService.java | zhouzhisheng/tale | 9845919c8089ad03a1190698982fda8da5a765c6 | [
"MIT"
] | 2,171 | 2017-02-24T16:29:11.000Z | 2022-03-29T03:03:46.000Z | 31.304094 | 97 | 0.62096 | 12,468 | package com.tale.service;
import com.blade.exception.ValidatorException;
import com.blade.ioc.annotation.Bean;
import com.blade.ioc.annotation.Inject;
import com.blade.kit.DateKit;
import com.blade.kit.StringKit;
import com.tale.model.dto.Types;
import com.tale.model.entity.Comments;
import com.tale.model.entity.Conte... |
3e1d642f16b7e7abd004d364cf8703e126759357 | 2,020 | java | Java | core/persistence-jpa-json/src/main/java/org/apache/syncope/core/persistence/jpa/dao/MyJPAJSONPlainSchemaDAO.java | mmoayyed/syncope | 597d8e86f7c6b2eba7c8785192b44297cfd2e57e | [
"Apache-2.0"
] | 176 | 2015-01-31T09:42:29.000Z | 2022-03-30T08:25:32.000Z | core/persistence-jpa-json/src/main/java/org/apache/syncope/core/persistence/jpa/dao/MyJPAJSONPlainSchemaDAO.java | mmoayyed/syncope | 597d8e86f7c6b2eba7c8785192b44297cfd2e57e | [
"Apache-2.0"
] | 169 | 2015-04-14T15:02:12.000Z | 2022-03-03T15:57:58.000Z | core/persistence-jpa-json/src/main/java/org/apache/syncope/core/persistence/jpa/dao/MyJPAJSONPlainSchemaDAO.java | mmoayyed/syncope | 597d8e86f7c6b2eba7c8785192b44297cfd2e57e | [
"Apache-2.0"
] | 285 | 2015-03-03T12:04:35.000Z | 2022-03-24T14:15:06.000Z | 42.978723 | 106 | 0.737129 | 12,469 | /*
* 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 ... |
3e1d64a0039505354da8b38719f43b908c399ad2 | 3,199 | java | Java | Fusion Engine V2/src/shaders/Shader.java | StepperDox/Fusion-Engine-V2 | 831ff3a72046939a8a4bae807b952fc8ba5a8485 | [
"MIT"
] | null | null | null | Fusion Engine V2/src/shaders/Shader.java | StepperDox/Fusion-Engine-V2 | 831ff3a72046939a8a4bae807b952fc8ba5a8485 | [
"MIT"
] | null | null | null | Fusion Engine V2/src/shaders/Shader.java | StepperDox/Fusion-Engine-V2 | 831ff3a72046939a8a4bae807b952fc8ba5a8485 | [
"MIT"
] | null | null | null | 26.438017 | 81 | 0.698343 | 12,470 | package shaders;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.nio.FloatBuffer;
import org.lwjgl.BufferUtils;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GL20;
import org.lwjgl.util.vector.Matrix4f;
import org.lwjgl.util.vector.Vector2f;
import o... |
3e1d64bc63119451712c4356f22306a76518a6e0 | 1,847 | java | Java | org.conqat.engine.dotnet/src/org/conqat/engine/dotnet/test/xunit/EXUnitAttribute.java | assessorgeneral/ConQAT | 2a462f23f22c22aa9d01a7a204453d1be670ba60 | [
"Apache-2.0"
] | 1 | 2020-04-28T20:06:30.000Z | 2020-04-28T20:06:30.000Z | org.conqat.engine.dotnet/src/org/conqat/engine/dotnet/test/xunit/EXUnitAttribute.java | assessorgeneral/ConQAT | 2a462f23f22c22aa9d01a7a204453d1be670ba60 | [
"Apache-2.0"
] | null | null | null | org.conqat.engine.dotnet/src/org/conqat/engine/dotnet/test/xunit/EXUnitAttribute.java | assessorgeneral/ConQAT | 2a462f23f22c22aa9d01a7a204453d1be670ba60 | [
"Apache-2.0"
] | null | null | null | 36.215686 | 76 | 0.455333 | 12,471 | /*-------------------------------------------------------------------------+
| |
| Copyright 2005-2011 The ConQAT Project |
| |
| Licensed u... |
3e1d64f0a6b06bbb23eb3d34a200165cec9d190f | 3,776 | java | Java | src/main/java/net/minecraft/inventory/ContainerBeacon.java | AspireWorld-Project/AspireCore | 61dfc4f6cc7bca4ed7fd4de1413b7c8030a72042 | [
"WTFPL"
] | null | null | null | src/main/java/net/minecraft/inventory/ContainerBeacon.java | AspireWorld-Project/AspireCore | 61dfc4f6cc7bca4ed7fd4de1413b7c8030a72042 | [
"WTFPL"
] | null | null | null | src/main/java/net/minecraft/inventory/ContainerBeacon.java | AspireWorld-Project/AspireCore | 61dfc4f6cc7bca4ed7fd4de1413b7c8030a72042 | [
"WTFPL"
] | null | null | null | 28.606061 | 109 | 0.717161 | 12,472 | package net.minecraft.inventory;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.item.ItemStack;
import net.minecraft.tileentity.TileEntityBeacon;
public class Contai... |
3e1d675ff0792a2a0bdd01e51a2d58973df68257 | 798 | java | Java | core/src/main/java/com/alibaba/alink/params/tensorflow/bert/HasNumFineTunedLayersDefaultAs1.java | java-app-scans/Alink | 462ca6b6fbc9de2839ba2e6c14f5f0ed19036561 | [
"Apache-2.0"
] | 1 | 2022-01-24T07:42:54.000Z | 2022-01-24T07:42:54.000Z | core/src/main/java/com/alibaba/alink/params/tensorflow/bert/HasNumFineTunedLayersDefaultAs1.java | java-app-scans/Alink | 462ca6b6fbc9de2839ba2e6c14f5f0ed19036561 | [
"Apache-2.0"
] | null | null | null | core/src/main/java/com/alibaba/alink/params/tensorflow/bert/HasNumFineTunedLayersDefaultAs1.java | java-app-scans/Alink | 462ca6b6fbc9de2839ba2e6c14f5f0ed19036561 | [
"Apache-2.0"
] | null | null | null | 29.555556 | 76 | 0.769424 | 12,473 | package com.alibaba.alink.params.tensorflow.bert;
import org.apache.flink.ml.api.misc.param.ParamInfo;
import org.apache.flink.ml.api.misc.param.ParamInfoFactory;
import org.apache.flink.ml.api.misc.param.WithParams;
public interface HasNumFineTunedLayersDefaultAs1<T> extends WithParams <T> {
/**
* @cn 微调层数
* @c... |
3e1d67bd334371cfaac02973308c16ad0b4b798a | 1,540 | java | Java | src/main/java/com/yyu/akka/study/xmlparser/actor/AggregateActor.java | yang030405/yyufwk | 266da33b824fceb9ef72abc2d33abbc9384de2f4 | [
"Unlicense"
] | null | null | null | src/main/java/com/yyu/akka/study/xmlparser/actor/AggregateActor.java | yang030405/yyufwk | 266da33b824fceb9ef72abc2d33abbc9384de2f4 | [
"Unlicense"
] | null | null | null | src/main/java/com/yyu/akka/study/xmlparser/actor/AggregateActor.java | yang030405/yyufwk | 266da33b824fceb9ef72abc2d33abbc9384de2f4 | [
"Unlicense"
] | null | null | null | 38.5 | 138 | 0.703896 | 12,474 | package com.yyu.akka.study.xmlparser.actor;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import akka.actor.ActorRef;
import akka.actor.Props;
import akka.actor.UntypedActor;
import akka.routing.RoundRobinRouter;
import com.yyu.akka.study.xmlparser.action.ColumnParseAction;
import com.yyu.... |
3e1d680f941c82371dce3754c0a1c99b93835b33 | 6,023 | java | Java | src/extends-parent/jetty-all/src/main/java/org/eclipse/jetty/continuation/ContinuationSupport.java | ivanDannels/hasor | 3b9f4ae6355c6dad2ea8818750b3e04e90cc3e39 | [
"Apache-2.0"
] | 1 | 2018-12-03T09:07:44.000Z | 2018-12-03T09:07:44.000Z | src/extends-parent/jetty-all/src/main/java/org/eclipse/jetty/continuation/ContinuationSupport.java | ivanDannels/hasor | 3b9f4ae6355c6dad2ea8818750b3e04e90cc3e39 | [
"Apache-2.0"
] | null | null | null | src/extends-parent/jetty-all/src/main/java/org/eclipse/jetty/continuation/ContinuationSupport.java | ivanDannels/hasor | 3b9f4ae6355c6dad2ea8818750b3e04e90cc3e39 | [
"Apache-2.0"
] | null | null | null | 36.50303 | 191 | 0.590071 | 12,475 | //
// ========================================================================
// Copyright (c) 1995-2013 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... |
3e1d68656fe762351249c4be971f9b615894bdc7 | 8,458 | java | Java | aws-java-sdk-lexmodelbuilding/src/main/java/com/amazonaws/services/lexmodelbuilding/model/GetIntentVersionsRequest.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 3,372 | 2015-01-03T00:35:43.000Z | 2022-03-31T15:56:24.000Z | aws-java-sdk-lexmodelbuilding/src/main/java/com/amazonaws/services/lexmodelbuilding/model/GetIntentVersionsRequest.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 2,391 | 2015-01-01T12:55:24.000Z | 2022-03-31T08:01:50.000Z | aws-java-sdk-lexmodelbuilding/src/main/java/com/amazonaws/services/lexmodelbuilding/model/GetIntentVersionsRequest.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 2,876 | 2015-01-01T14:38:37.000Z | 2022-03-29T19:53:10.000Z | 34.522449 | 120 | 0.630173 | 12,476 | /*
* Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
3e1d6a2d164936353c28ed24e02c97a6b756ea5d | 1,710 | java | Java | bdnav-common/common-utils/src/main/java/com/bdxh/common/helper/weixiao/qrcode/QRCodeUtils.java | kichenn/bdnav_platform | 9154a3ba121bcc3cca5f71907fccd6a198589809 | [
"Apache-2.0"
] | 1 | 2019-09-28T06:31:00.000Z | 2019-09-28T06:31:00.000Z | bdnav-common/common-utils/src/main/java/com/bdxh/common/helper/weixiao/qrcode/QRCodeUtils.java | kichenn/bdnav_platform | 9154a3ba121bcc3cca5f71907fccd6a198589809 | [
"Apache-2.0"
] | 5 | 2020-03-04T23:19:32.000Z | 2021-06-04T22:02:09.000Z | bdnav-common/common-utils/src/main/java/com/bdxh/common/helper/weixiao/qrcode/QRCodeUtils.java | kichenn/bdnav_platform | 9154a3ba121bcc3cca5f71907fccd6a198589809 | [
"Apache-2.0"
] | 1 | 2021-01-10T11:07:05.000Z | 2021-01-10T11:07:05.000Z | 29.482759 | 79 | 0.618713 | 12,477 | package com.bdxh.common.helper.weixiao.qrcode;
import com.bdxh.common.helper.baidu.yingyan.constant.FenceConstant;
import com.bdxh.common.helper.baidu.yingyan.request.CreateFenceRoundRequest;
import com.bdxh.common.helper.weixiao.qrcode.constant.CodeConstant;
import com.bdxh.common.helper.weixiao.qrcode.request.Campus... |
3e1d6a800f28a5c63937f24d39b310e65c5bbe69 | 1,161 | java | Java | pinot-common/src/main/java/com/linkedin/pinot/common/config/ChildKeyTransformer.java | TomMD/pinot | efe3d0f0ddd8a4adcdde4bcdf4533b124400cd18 | [
"Apache-2.0"
] | null | null | null | pinot-common/src/main/java/com/linkedin/pinot/common/config/ChildKeyTransformer.java | TomMD/pinot | efe3d0f0ddd8a4adcdde4bcdf4533b124400cd18 | [
"Apache-2.0"
] | 2 | 2018-05-18T22:14:59.000Z | 2018-05-18T22:16:27.000Z | pinot-common/src/main/java/com/linkedin/pinot/common/config/ChildKeyTransformer.java | TomMD/pinot | efe3d0f0ddd8a4adcdde4bcdf4533b124400cd18 | [
"Apache-2.0"
] | null | null | null | 38.9 | 118 | 0.741217 | 12,478 | /**
* Copyright (C) 2014-2016 LinkedIn Corp. (upchh@example.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... |
3e1d6b34ef6995a55c26a3db421f950924ba6d9a | 14,019 | java | Java | src/main/java/org/rcsb/cif/schema/mm/Publ.java | rcsb/ciftools-java | d2da0bc67b94cda2af7309590eed1c4d1e55a161 | [
"MIT"
] | 9 | 2019-05-02T22:42:35.000Z | 2021-12-14T11:19:32.000Z | src/main/java/org/rcsb/cif/schema/mm/Publ.java | rcsb/ciftools-java | d2da0bc67b94cda2af7309590eed1c4d1e55a161 | [
"MIT"
] | 9 | 2019-11-20T18:39:34.000Z | 2021-11-23T14:42:44.000Z | src/main/java/org/rcsb/cif/schema/mm/Publ.java | rcsb/ciftools-java | d2da0bc67b94cda2af7309590eed1c4d1e55a161 | [
"MIT"
] | 6 | 2019-11-18T07:59:40.000Z | 2021-07-02T02:23:28.000Z | 36.318653 | 88 | 0.666667 | 12,479 | package org.rcsb.cif.schema.mm;
import org.rcsb.cif.model.*;
import org.rcsb.cif.schema.*;
import javax.annotation.Generated;
/**
* Data items in the PUBL category are used when submitting a
* manuscript for publication.
*/
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class Publ extends Dele... |
3e1d6c57a284a416e07f6ecca57dbb054ed9a4fa | 735 | java | Java | Images/app/src/main/java/com/example/hafizhamza/images/MainActivity.java | HafizHamza19/ImageView-in-Android | 1441b4e02666c64fd4cc2882b1f1354565a0f0fb | [
"MIT"
] | null | null | null | Images/app/src/main/java/com/example/hafizhamza/images/MainActivity.java | HafizHamza19/ImageView-in-Android | 1441b4e02666c64fd4cc2882b1f1354565a0f0fb | [
"MIT"
] | null | null | null | Images/app/src/main/java/com/example/hafizhamza/images/MainActivity.java | HafizHamza19/ImageView-in-Android | 1441b4e02666c64fd4cc2882b1f1354565a0f0fb | [
"MIT"
] | null | null | null | 23.709677 | 70 | 0.727891 | 12,480 | package com.example.hafizhamza.images;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.ImageView;
public class MainActivity extends AppCompatActivity {
public void Next(View view)
{
ImageView imageImageView=(ImageView)findViewById(R.id.iI... |
3e1d6c79832efb704d1c65a9ecec6a3d5147a66e | 2,844 | java | Java | exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/DirectPlan.java | idvp-project/drill | 94e86d19407b0a66cfe432f45fb91a880eae4ea9 | [
"Apache-2.0"
] | 1,510 | 2015-01-04T01:35:19.000Z | 2022-03-28T23:36:02.000Z | exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/DirectPlan.java | idvp-project/drill | 94e86d19407b0a66cfe432f45fb91a880eae4ea9 | [
"Apache-2.0"
] | 1,979 | 2015-01-28T03:18:38.000Z | 2022-03-31T13:49:32.000Z | exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/DirectPlan.java | zhangxiangyang/drill | 97a321d8dc7430d8840fb4e0ee805b9fd2a0c329 | [
"Apache-2.0"
] | 940 | 2015-01-01T01:39:39.000Z | 2022-03-25T08:46:59.000Z | 44.4375 | 117 | 0.789733 | 12,481 | /*
* 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 ... |
3e1d6cad9595432e3ff186ea37deeac7c54ba61d | 1,873 | java | Java | oscm-portal/javasrc/org/oscm/ui/dialog/common/ldapsettings/LdapSettingConverter.java | srinathjiinfotach/billingdevelopment | 564e66593c9d272b8e04804410b633bc089aa203 | [
"Apache-2.0"
] | 56 | 2015-10-06T15:09:39.000Z | 2021-08-09T01:18:03.000Z | oscm-portal/javasrc/org/oscm/ui/dialog/common/ldapsettings/LdapSettingConverter.java | srinathjiinfotach/billingdevelopment | 564e66593c9d272b8e04804410b633bc089aa203 | [
"Apache-2.0"
] | 845 | 2016-02-10T14:06:17.000Z | 2020-10-20T07:44:09.000Z | oscm-portal/javasrc/org/oscm/ui/dialog/common/ldapsettings/LdapSettingConverter.java | srinathjiinfotach/billingdevelopment | 564e66593c9d272b8e04804410b633bc089aa203 | [
"Apache-2.0"
] | 41 | 2015-10-22T14:22:23.000Z | 2022-03-18T07:55:15.000Z | 34.685185 | 82 | 0.583022 | 12,482 | /*******************************************************************************
* Copyright FUJITSU LIMITED 2017
*******************************************************************************/
package org.oscm.ui.dialog.common.ldapsettings;
import java.util.Collection;
import java.util.Properties;
import org.os... |
3e1d6e94a21e88f55f04f4a7ba411020f17ca1d9 | 5,304 | java | Java | my-quartz/src/main/java/org/quartz/Scheduler.java | sharplook/microservice | 31c91c31504ca1cf5ac15a445a618b988b3a52df | [
"MIT"
] | null | null | null | my-quartz/src/main/java/org/quartz/Scheduler.java | sharplook/microservice | 31c91c31504ca1cf5ac15a445a618b988b3a52df | [
"MIT"
] | null | null | null | my-quartz/src/main/java/org/quartz/Scheduler.java | sharplook/microservice | 31c91c31504ca1cf5ac15a445a618b988b3a52df | [
"MIT"
] | null | null | null | 31.384615 | 133 | 0.76678 | 12,484 |
/*
* Copyright 2001-2009 Terracotta, 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 applicab... |
3e1d6e95651f6367869b1f5e79bf6d11be242e2f | 188 | java | Java | lottery-module/src/module-info.java | deepcloudlabs/dcl350-2021-jun-07 | 05332025909e49b8067657d02eed1bef08c03a92 | [
"MIT"
] | 1 | 2021-06-07T09:57:43.000Z | 2021-06-07T09:57:43.000Z | lottery-module/src/module-info.java | deepcloudlabs/dcl350-2021-jun-07 | 05332025909e49b8067657d02eed1bef08c03a92 | [
"MIT"
] | null | null | null | lottery-module/src/module-info.java | deepcloudlabs/dcl350-2021-jun-07 | 05332025909e49b8067657d02eed1bef08c03a92 | [
"MIT"
] | null | null | null | 23.5 | 54 | 0.81383 | 12,485 | import com.example.random.service.RandomNumberService;
module com.example.lottery {
requires java.base;
requires java.logging;
requires com.example.random;
uses RandomNumberService;
} |
3e1d720d4bbb010d4d0ff77358323005beef42b4 | 744 | java | Java | app/src/main/java/com/fantasystock/fantasystock/Onboarding/OnboardingFragment4.java | ted7726/FantasyStock | dd4942bc0a5af75e71351309795f7e215ed583c6 | [
"Apache-2.0"
] | 4 | 2016-03-03T00:06:16.000Z | 2018-08-02T16:48:11.000Z | app/src/main/java/com/fantasystock/fantasystock/Onboarding/OnboardingFragment4.java | ted7726/FantasyStock | dd4942bc0a5af75e71351309795f7e215ed583c6 | [
"Apache-2.0"
] | 11 | 2016-03-03T05:10:15.000Z | 2016-03-19T05:16:26.000Z | app/src/main/java/com/fantasystock/fantasystock/Onboarding/OnboardingFragment4.java | ted7726/FantasyStock | dd4942bc0a5af75e71351309795f7e215ed583c6 | [
"Apache-2.0"
] | 3 | 2016-04-03T02:11:30.000Z | 2021-02-08T17:19:49.000Z | 25.655172 | 100 | 0.747312 | 12,487 | package com.fantasystock.fantasystock.Onboarding;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.fantasystock.fantasystock.R;
import butterknife.ButterKnife;
/**
* Created by wilsonsu on 3... |
3e1d721921c70137488c2f8546543c02b9a3a335 | 4,726 | java | Java | app/src/main/java/cn/incongress/endorcrinemagazine/utils/HttpUtils.java | lingchendehuxi/endorcrine | 748442bbabfce6174c99c4f3ca8b288ad00111fa | [
"Apache-2.0"
] | null | null | null | app/src/main/java/cn/incongress/endorcrinemagazine/utils/HttpUtils.java | lingchendehuxi/endorcrine | 748442bbabfce6174c99c4f3ca8b288ad00111fa | [
"Apache-2.0"
] | null | null | null | app/src/main/java/cn/incongress/endorcrinemagazine/utils/HttpUtils.java | lingchendehuxi/endorcrine | 748442bbabfce6174c99c4f3ca8b288ad00111fa | [
"Apache-2.0"
] | 1 | 2020-07-09T16:18:25.000Z | 2020-07-09T16:18:25.000Z | 38.422764 | 114 | 0.582522 | 12,488 | package cn.incongress.endorcrinemagazine.utils;
import android.content.Context;
import android.util.Log;
import android.widget.Toast;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.UnsupportedEncodingException;
import java.net.... |
3e1d7221507e8ccf4c9ec7ec5c9c75d0b63aafc3 | 1,790 | java | Java | src/main/java/org/apache/hdfs/mgmt/HDFSMgmtBean.java | gss2002/hdfsmgmt | 8ae7564c0ef47627baffe0ead4635450eb4e7e27 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/apache/hdfs/mgmt/HDFSMgmtBean.java | gss2002/hdfsmgmt | 8ae7564c0ef47627baffe0ead4635450eb4e7e27 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/apache/hdfs/mgmt/HDFSMgmtBean.java | gss2002/hdfsmgmt | 8ae7564c0ef47627baffe0ead4635450eb4e7e27 | [
"Apache-2.0"
] | null | null | null | 36.530612 | 79 | 0.760894 | 12,489 | /**
* 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... |
3e1d73c550d6e9f30b6ecef13114e0427570312e | 4,062 | java | Java | engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/migration/util/TimerEventFactory.java | mrFranklin/camunda-bpm-platform | 7c5bf37307d3eeac3aee5724b6e4669a9992eaba | [
"Apache-2.0"
] | 2,577 | 2015-01-02T07:43:55.000Z | 2022-03-31T22:31:45.000Z | engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/migration/util/TimerEventFactory.java | mrFranklin/camunda-bpm-platform | 7c5bf37307d3eeac3aee5724b6e4669a9992eaba | [
"Apache-2.0"
] | 839 | 2015-01-12T22:06:28.000Z | 2022-03-24T13:26:29.000Z | engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/migration/util/TimerEventFactory.java | mrFranklin/camunda-bpm-platform | 7c5bf37307d3eeac3aee5724b6e4669a9992eaba | [
"Apache-2.0"
] | 1,270 | 2015-01-02T03:39:25.000Z | 2022-03-31T06:04:37.000Z | 37.611111 | 169 | 0.769079 | 12,490 | /*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2.0; y... |
3e1d743078b8df4deff893cae9998caf4ed96bc7 | 4,865 | java | Java | codebase/projects/test-report/src/java/edu/duke/cabig/catrip/test/report/ant/JUnitDocReport.java | NCIP/catrip | 1615ab2598cf5ce060e98d69052ae0e52eaf9148 | [
"BSD-3-Clause"
] | null | null | null | codebase/projects/test-report/src/java/edu/duke/cabig/catrip/test/report/ant/JUnitDocReport.java | NCIP/catrip | 1615ab2598cf5ce060e98d69052ae0e52eaf9148 | [
"BSD-3-Clause"
] | 1 | 2019-04-30T06:37:01.000Z | 2019-04-30T06:37:01.000Z | codebase/projects/test-report/src/java/edu/duke/cabig/catrip/test/report/ant/JUnitDocReport.java | NCIP/catrip | 1615ab2598cf5ce060e98d69052ae0e52eaf9148 | [
"BSD-3-Clause"
] | null | null | null | 24.570707 | 93 | 0.703186 | 12,491 | /*L
* Copyright Duke Comprehensive Cancer Center
*
* Distributed under the OSI-approved BSD 3-Clause License.
* See http://ncip.github.com/catrip/LICENSE.txt for details.
*/
/*
* Created on Jul 18, 2006
*/
package edu.duke.cabig.catrip.test.report.ant;
import java.io.BufferedOutputStream;
import java.io.File;
... |
3e1d74b794b0570db64859745f68293746288657 | 1,942 | java | Java | src/main/java/com/elytradev/davincisvessels/movingworld/common/chunk/mobilechunk/MobileChunkServer.java | ferreusveritas/DavincisVessels | 3e49bd8f0fc274e0421fcd7d2371000606c4457c | [
"Apache-2.0"
] | null | null | null | src/main/java/com/elytradev/davincisvessels/movingworld/common/chunk/mobilechunk/MobileChunkServer.java | ferreusveritas/DavincisVessels | 3e49bd8f0fc274e0421fcd7d2371000606c4457c | [
"Apache-2.0"
] | null | null | null | src/main/java/com/elytradev/davincisvessels/movingworld/common/chunk/mobilechunk/MobileChunkServer.java | ferreusveritas/DavincisVessels | 3e49bd8f0fc274e0421fcd7d2371000606c4457c | [
"Apache-2.0"
] | null | null | null | 26.60274 | 81 | 0.678167 | 12,492 | package com.elytradev.davincisvessels.movingworld.common.chunk.mobilechunk;
import com.elytradev.davincisvessels.movingworld.common.entity.EntityMovingWorld;
import net.minecraft.block.state.IBlockState;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.Wor... |
3e1d74ccfc762e2483872ccccdc7e63aaee5c47d | 3,414 | java | Java | src/main/java/com/alibaba/compileflow/idea/graph/nodeview/dialog/TransitionPropertiesDialog.java | CatkinLi/compileflow-idea-designer | 883c27d6b30f3036480d672b10e9edabbc822b2a | [
"Apache-2.0"
] | 171 | 2020-07-24T09:10:24.000Z | 2022-03-31T06:53:42.000Z | src/main/java/com/alibaba/compileflow/idea/graph/nodeview/dialog/TransitionPropertiesDialog.java | CatkinLi/compileflow-idea-designer | 883c27d6b30f3036480d672b10e9edabbc822b2a | [
"Apache-2.0"
] | 20 | 2020-08-17T10:08:32.000Z | 2022-01-25T06:48:34.000Z | src/main/java/com/alibaba/compileflow/idea/graph/nodeview/dialog/TransitionPropertiesDialog.java | CatkinLi/compileflow-idea-designer | 883c27d6b30f3036480d672b10e9edabbc822b2a | [
"Apache-2.0"
] | 50 | 2020-07-27T09:19:07.000Z | 2022-03-30T15:40:47.000Z | 31.036364 | 110 | 0.635032 | 12,493 | package com.alibaba.compileflow.idea.graph.nodeview.dialog;
import com.alibaba.compileflow.idea.graph.mxgraph.GraphComponent;
import com.alibaba.compileflow.idea.graph.model.EdgeModel;
import com.intellij.openapi.project.Project;
import com.mxgraph.model.mxCell;
import com.mxgraph.util.mxEvent;
import com.mxgraph.uti... |
3e1d74eaf022fb032193e2b2fcfd7870be8c2a0b | 242 | java | Java | CoreFeatures/MessageProcessingInterfaces/IMessage/src/main/java/info/smart_tools/smartactors/message_processing_interfaces/imessage/IMessage.java | asatuchin/smartactors-core | 35d6cae61144305e80b22db04264c14be8405c3f | [
"Apache-2.0"
] | 21 | 2017-09-29T09:45:37.000Z | 2021-09-21T14:12:54.000Z | CoreFeatures/MessageProcessingInterfaces/IMessage/src/main/java/info/smart_tools/smartactors/message_processing_interfaces/imessage/IMessage.java | asatuchin/smartactors-core | 35d6cae61144305e80b22db04264c14be8405c3f | [
"Apache-2.0"
] | 310 | 2019-04-11T16:42:11.000Z | 2021-05-23T08:14:16.000Z | CoreFeatures/MessageProcessingInterfaces/IMessage/src/main/java/info/smart_tools/smartactors/message_processing_interfaces/imessage/IMessage.java | asatuchin/smartactors-core | 35d6cae61144305e80b22db04264c14be8405c3f | [
"Apache-2.0"
] | 12 | 2017-09-29T09:50:30.000Z | 2022-02-09T08:08:29.000Z | 24.2 | 76 | 0.822314 | 12,494 | package info.smart_tools.smartactors.message_processing_interfaces.imessage;
import info.smart_tools.smartactors.iobject.iobject.IObject;
/**
* Interface for objects representing messages.
*/
public interface IMessage extends IObject {
}
|
3e1d7625b9dadc6802bd884145289144167ad4f1 | 458 | java | Java | shugomall-auth/src/main/java/com/sen/shugomall/auth/feign/ThirdFeignService.java | Raven-633/shugomall | c44af3c2d15350aacd6c0b86174bf14dd163da1a | [
"Apache-2.0"
] | null | null | null | shugomall-auth/src/main/java/com/sen/shugomall/auth/feign/ThirdFeignService.java | Raven-633/shugomall | c44af3c2d15350aacd6c0b86174bf14dd163da1a | [
"Apache-2.0"
] | 1 | 2022-03-13T06:00:31.000Z | 2022-03-13T06:00:31.000Z | shugomall-auth/src/main/java/com/sen/shugomall/auth/feign/ThirdFeignService.java | Raven-633/shugomall | c44af3c2d15350aacd6c0b86174bf14dd163da1a | [
"Apache-2.0"
] | null | null | null | 32.714286 | 86 | 0.796943 | 12,495 | package com.sen.shugomall.auth.feign;
import com.sen.shugomall.common.utils.R;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
@FeignClient("shugomall-third-service")
public interface ThirdF... |
3e1d76566c8a65c7e968ff72afa89c5fba77c594 | 5,751 | java | Java | acceptanceTests/src/test/java/org/mifos/test/acceptance/loan/ClientLoanStatusChangeTest.java | sureshkrishnamoorthy/suresh-mifos | 88e7df964688ca3955b38125213090297d4171a4 | [
"Apache-2.0"
] | 7 | 2016-06-23T12:50:58.000Z | 2020-12-21T18:39:55.000Z | acceptanceTests/src/test/java/org/mifos/test/acceptance/loan/ClientLoanStatusChangeTest.java | sureshkrishnamoorthy/suresh-mifos | 88e7df964688ca3955b38125213090297d4171a4 | [
"Apache-2.0"
] | 8 | 2019-02-04T14:15:49.000Z | 2022-02-01T01:04:00.000Z | acceptanceTests/src/test/java/org/mifos/test/acceptance/loan/ClientLoanStatusChangeTest.java | sureshkrishnamoorthy/suresh-mifos | 88e7df964688ca3955b38125213090297d4171a4 | [
"Apache-2.0"
] | 20 | 2015-02-11T06:31:19.000Z | 2020-03-04T15:24:52.000Z | 51.810811 | 148 | 0.791862 | 12,496 | /*
* Copyright (c) 2005-2011 Grameen Foundation USA
* 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
*
* Unl... |
3e1d779204b45679e18ac87cd88c5cc8bbf0b086 | 18,836 | java | Java | src/main/java/org/znerd/xmlenc/XMLEncoder.java | znerd/xmlenc | 6ff483777d9467db9990b7c7ae0158f21a243c31 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/org/znerd/xmlenc/XMLEncoder.java | znerd/xmlenc | 6ff483777d9467db9990b7c7ae0158f21a243c31 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/org/znerd/xmlenc/XMLEncoder.java | znerd/xmlenc | 6ff483777d9467db9990b7c7ae0158f21a243c31 | [
"BSD-2-Clause"
] | 2 | 2015-11-14T23:18:09.000Z | 2019-01-08T01:48:42.000Z | 43.400922 | 248 | 0.569441 | 12,497 | // See the COPYRIGHT.txt file for copyright and license information
package org.znerd.xmlenc;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.io.Writer;
/**
* Encodes character streams for an XML document.
* <p>
* The following encodings are supported:
* <ul>
* <li><code>UTF-... |
3e1d79217e4396a741a5cb523c5065b41e40be4e | 8,806 | java | Java | preference/src/main/java/androidx/preference/CollapsiblePreferenceGroupController.java | aosp-caf-upstream/platform_frameworks_support | 46bd3eb63bba8f52560a41db3cca3ff607edb7e4 | [
"Apache-2.0"
] | 992 | 2015-01-05T03:03:25.000Z | 2017-10-10T12:24:28.000Z | preference/src/main/java/androidx/preference/CollapsiblePreferenceGroupController.java | aosp-caf-upstream/platform_frameworks_support | 46bd3eb63bba8f52560a41db3cca3ff607edb7e4 | [
"Apache-2.0"
] | 22 | 2018-11-05T22:59:25.000Z | 2021-10-17T18:03:34.000Z | preference/src/main/java/androidx/preference/CollapsiblePreferenceGroupController.java | aosp-caf-upstream/platform_frameworks_support | 46bd3eb63bba8f52560a41db3cca3ff607edb7e4 | [
"Apache-2.0"
] | 499 | 2015-01-05T02:36:32.000Z | 2017-10-09T07:19:05.000Z | 40.394495 | 100 | 0.633659 | 12,498 | /*
* Copyright 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
3e1d792b0221b364bc567ec5282d956ce5fd8814 | 2,621 | java | Java | app/src/main/java/cmput301f18t18/health_detective/presentation/view/activity/presenters/CameraPresenter.java | CMPUT301F18T18/Health-Detective | e79c49abf0019ee2254c7fd8dc0b026943e1b946 | [
"Apache-2.0"
] | 1 | 2018-11-11T04:02:45.000Z | 2018-11-11T04:02:45.000Z | app/src/main/java/cmput301f18t18/health_detective/presentation/view/activity/presenters/CameraPresenter.java | CMPUT301F18T18/Health-Detective | e79c49abf0019ee2254c7fd8dc0b026943e1b946 | [
"Apache-2.0"
] | 15 | 2018-10-17T00:50:56.000Z | 2018-12-03T19:23:58.000Z | app/src/main/java/cmput301f18t18/health_detective/presentation/view/activity/presenters/CameraPresenter.java | CMPUT301F18T18/Health-Detective | e79c49abf0019ee2254c7fd8dc0b026943e1b946 | [
"Apache-2.0"
] | null | null | null | 28.802198 | 85 | 0.716139 | 12,499 | package cmput301f18t18.health_detective.presentation.view.activity.presenters;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.util.Base64;
import java.io.ByteArrayOutputStream;
import cmput301f18t18.health_detective.domain.interactors.AddPhoto;
import cmput301f18t18.health_dete... |
3e1d79301dcd9981c1e0dde668bdd9003b67383b | 1,701 | java | Java | backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetNextRunGraphicsDevicesQuery.java | emesika/ovirt-engine | db6458e688eeb385b683a0c9c5530917cd6dfe5f | [
"Apache-2.0"
] | 347 | 2015-01-20T14:13:21.000Z | 2022-03-31T17:53:11.000Z | backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetNextRunGraphicsDevicesQuery.java | emesika/ovirt-engine | db6458e688eeb385b683a0c9c5530917cd6dfe5f | [
"Apache-2.0"
] | 128 | 2015-05-22T19:14:32.000Z | 2022-03-31T08:11:18.000Z | backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetNextRunGraphicsDevicesQuery.java | emesika/ovirt-engine | db6458e688eeb385b683a0c9c5530917cd6dfe5f | [
"Apache-2.0"
] | 202 | 2015-01-04T06:20:49.000Z | 2022-03-08T15:30:08.000Z | 40.5 | 144 | 0.723104 | 12,500 | package org.ovirt.engine.core.bll;
import java.util.LinkedList;
import java.util.List;
import org.ovirt.engine.core.bll.context.EngineContext;
import org.ovirt.engine.core.common.businessentities.GraphicsDevice;
import org.ovirt.engine.core.common.businessentities.GraphicsType;
import org.ovirt.engine.core.common.bus... |
3e1d7a4badc2877f8551b4a61f26d9f6c98be59c | 1,211 | java | Java | src/test/java/org/liveontologies/puli/pinpointing/input/Cycles.java | liveontologies/proof-utils | 9dce2a3427a10cbc410b8c47170a4e02bbf810cc | [
"Apache-2.0"
] | null | null | null | src/test/java/org/liveontologies/puli/pinpointing/input/Cycles.java | liveontologies/proof-utils | 9dce2a3427a10cbc410b8c47170a4e02bbf810cc | [
"Apache-2.0"
] | null | null | null | src/test/java/org/liveontologies/puli/pinpointing/input/Cycles.java | liveontologies/proof-utils | 9dce2a3427a10cbc410b8c47170a4e02bbf810cc | [
"Apache-2.0"
] | null | null | null | 31.051282 | 76 | 0.657308 | 12,501 | /*-
* #%L
* Proof Utility Library
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2014 - 2017 Live Ontologies Project
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*... |
3e1d7b36f5878b1abc8abad0d4face3b80408459 | 2,028 | java | Java | stomp-client/src/main/java/org/projectodd/stilts/stomp/client/protocol/AbstractClientControlFrameHandler.java | artri/stilts | 6ba81d4162325b98f591c206520476cf575d0567 | [
"Apache-2.0"
] | 20 | 2015-01-15T10:31:54.000Z | 2021-08-02T09:20:53.000Z | stomp-client/src/main/java/org/projectodd/stilts/stomp/client/protocol/AbstractClientControlFrameHandler.java | artri/stilts | 6ba81d4162325b98f591c206520476cf575d0567 | [
"Apache-2.0"
] | 6 | 2015-02-08T17:49:54.000Z | 2019-07-02T17:24:15.000Z | stomp-client/src/main/java/org/projectodd/stilts/stomp/client/protocol/AbstractClientControlFrameHandler.java | artri/stilts | 6ba81d4162325b98f591c206520476cf575d0567 | [
"Apache-2.0"
] | 13 | 2015-05-03T16:56:00.000Z | 2020-08-05T12:50:08.000Z | 36.872727 | 104 | 0.737179 | 12,502 | /*
* Copyright 2011 Red Hat, Inc, and individual contributors.
*
* 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... |
3e1d7c1d1e88b88753b2d31f6b5f96af5b246b2c | 902 | java | Java | modules/core/src/java/no/kantega/publishing/common/exception/InvalidTemplateReferenceException.java | kantega/Flyt-cms | bb1786a92903208d070bd64a84473acadde9bd19 | [
"Apache-2.0"
] | 10 | 2015-03-12T18:06:00.000Z | 2018-04-09T03:50:43.000Z | modules/core/src/java/no/kantega/publishing/common/exception/InvalidTemplateReferenceException.java | kantega/Flyt-cms | bb1786a92903208d070bd64a84473acadde9bd19 | [
"Apache-2.0"
] | 13 | 2016-04-28T09:01:53.000Z | 2021-08-23T20:41:09.000Z | modules/core/src/java/no/kantega/publishing/common/exception/InvalidTemplateReferenceException.java | kantega/Flyt-cms | bb1786a92903208d070bd64a84473acadde9bd19 | [
"Apache-2.0"
] | 3 | 2015-03-12T18:08:33.000Z | 2017-05-04T12:23:24.000Z | 36.08 | 103 | 0.752772 | 12,503 | /*
* Copyright 2009 Kantega AS
*
* 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... |
3e1d7c4d3bf4e0db5efd8fdc17ccdecacb63775d | 2,013 | java | Java | bboss-taglib/src/com/frameworkset/common/tag/pager/tags/EmptyTag.java | besom/bbossgroups-3.5 | d1c6fcec93c62ae6ca58eb00225f287a49ce1772 | [
"Apache-2.0"
] | 246 | 2015-10-29T03:02:48.000Z | 2022-03-31T03:58:17.000Z | bboss-taglib/src/com/frameworkset/common/tag/pager/tags/EmptyTag.java | besom/bbossgroups-3.5 | d1c6fcec93c62ae6ca58eb00225f287a49ce1772 | [
"Apache-2.0"
] | 4 | 2016-11-17T08:27:47.000Z | 2021-07-28T09:31:56.000Z | bboss-taglib/src/com/frameworkset/common/tag/pager/tags/EmptyTag.java | besom/bbossgroups-3.5 | d1c6fcec93c62ae6ca58eb00225f287a49ce1772 | [
"Apache-2.0"
] | 148 | 2015-01-19T06:35:15.000Z | 2022-01-07T04:53:04.000Z | 21.645161 | 89 | 0.665176 | 12,504 | /**
* Copyright 2008 biaoping.yin
*
* 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 ag... |
3e1d7cd6d31f7c73d6f54b4d9aff9233184ad2bb | 596 | java | Java | src/main/java/com/rbkmoney/fraudbusters/config/properties/KafkaTopics.java | fraudbusters/fraudbusters | 8afd73d4b237012a071f6ba7d15ee3922afbce27 | [
"Apache-2.0"
] | 35 | 2020-01-24T10:40:29.000Z | 2022-03-03T20:32:41.000Z | src/main/java/com/rbkmoney/fraudbusters/config/properties/KafkaTopics.java | fraudbusters/fraudbusters | 8afd73d4b237012a071f6ba7d15ee3922afbce27 | [
"Apache-2.0"
] | 8 | 2019-11-18T09:21:42.000Z | 2021-05-13T13:55:32.000Z | src/main/java/com/rbkmoney/fraudbusters/config/properties/KafkaTopics.java | fraudbusters/fraudbusters | 8afd73d4b237012a071f6ba7d15ee3922afbce27 | [
"Apache-2.0"
] | 13 | 2019-11-28T23:11:51.000Z | 2022-02-17T06:59:45.000Z | 23.84 | 75 | 0.79698 | 12,505 | package com.rbkmoney.fraudbusters.config.properties;
import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
@Getter
@Setter
@Component
@ConfigurationProperties(prefix = "kafka.topic")
public class KafkaTo... |
3e1d7e7f36bdda3faf399a1e0e70c20e0b43edfb | 28,154 | java | Java | server/src/main/java/org/elasticsearch/rest/action/cat/RestNodesAction.java | GaiserChan/elasticsearch | dcd4667e955666837e2cd9b6177ffb9ebfdcc249 | [
"Apache-2.0"
] | 1,125 | 2016-09-11T17:27:35.000Z | 2022-03-29T13:41:58.000Z | server/src/main/java/org/elasticsearch/rest/action/cat/RestNodesAction.java | GaiserChan/elasticsearch | dcd4667e955666837e2cd9b6177ffb9ebfdcc249 | [
"Apache-2.0"
] | 346 | 2016-12-03T18:37:07.000Z | 2022-03-29T08:33:04.000Z | server/src/main/java/org/elasticsearch/rest/action/cat/RestNodesAction.java | GaiserChan/elasticsearch | dcd4667e955666837e2cd9b6177ffb9ebfdcc249 | [
"Apache-2.0"
] | 190 | 2016-12-15T13:46:19.000Z | 2022-03-04T05:17:11.000Z | 66.400943 | 140 | 0.688463 | 12,506 | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... |
3e1d7ee53f42bb775d005a517f8d0a11e7abdde0 | 2,377 | java | Java | huntbugs/src/test/java/one/util/huntbugs/testdata/TestSelfComputation.java | amaembo/huntbugs | 05e7ebd511c99e7d19bd194757e8d6e92732e125 | [
"Apache-2.0"
] | 345 | 2016-04-15T18:09:18.000Z | 2021-11-09T09:36:36.000Z | huntbugs/src/test/java/one/util/huntbugs/testdata/TestSelfComputation.java | amaembo/huntbugs | 05e7ebd511c99e7d19bd194757e8d6e92732e125 | [
"Apache-2.0"
] | 37 | 2016-05-05T09:31:35.000Z | 2017-10-28T08:09:45.000Z | huntbugs/src/test/java/one/util/huntbugs/testdata/TestSelfComputation.java | amaembo/huntbugs | 05e7ebd511c99e7d19bd194757e8d6e92732e125 | [
"Apache-2.0"
] | 40 | 2016-04-28T14:50:47.000Z | 2022-03-04T08:42:56.000Z | 27.639535 | 120 | 0.615061 | 12,507 | /*
* Copyright 2016 HuntBugs contributors
*
* 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 ... |
3e1d7f8ddb6865ada1825ca9354dbfcaa4e4bdf0 | 1,973 | java | Java | src/pizzaria/java/persistencia/IngredienteMySQL.java | juliano-araujo/pizzaarriba | 5311355276bc134d44854995f1dc8ca398bf6d38 | [
"Apache-2.0"
] | null | null | null | src/pizzaria/java/persistencia/IngredienteMySQL.java | juliano-araujo/pizzaarriba | 5311355276bc134d44854995f1dc8ca398bf6d38 | [
"Apache-2.0"
] | null | null | null | src/pizzaria/java/persistencia/IngredienteMySQL.java | juliano-araujo/pizzaarriba | 5311355276bc134d44854995f1dc8ca398bf6d38 | [
"Apache-2.0"
] | null | null | null | 27.788732 | 88 | 0.709579 | 12,508 | package pizzaria.java.persistencia;
import java.util.ArrayList;
import pizzaria.java.exception.PizzariaException;
import pizzaria.java.modelo.Ingrediente;
public class IngredienteMySQL implements IngredienteDAO{
@Override
public Ingrediente selecionar(int id) throws PizzariaException {
ConexaoMySQL con = new Co... |
3e1d7fb7978090f8b188660e68c3c3858ea21cb4 | 1,432 | java | Java | Chapter 4/cache/src/main/java/com/example/cache/CacheApplication.java | Du-Feng/SpringFamily | fcb155bdd8f4df6aef692e105a6fd2e01b093008 | [
"MIT"
] | 1 | 2020-09-30T00:16:01.000Z | 2020-09-30T00:16:01.000Z | Chapter 4/cache/src/main/java/com/example/cache/CacheApplication.java | Du-Feng/SpringFamily | fcb155bdd8f4df6aef692e105a6fd2e01b093008 | [
"MIT"
] | null | null | null | Chapter 4/cache/src/main/java/com/example/cache/CacheApplication.java | Du-Feng/SpringFamily | fcb155bdd8f4df6aef692e105a6fd2e01b093008 | [
"MIT"
] | null | null | null | 35.8 | 87 | 0.757682 | 12,509 | package com.example.cache;
import com.example.cache.service.CoffeeService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.ApplicationArguments;
import org.springframework.boot.ApplicationRunner;
import org.springframework.boot.SpringAppl... |
3e1d814381a1cb11cce021b0a50fb4233c21bb5b | 908 | java | Java | selenium/test/java/com/thoughtworks/selenium/corebased/TestOpenInTargetFrame.java | epall/selenium | 273260522efb84116979da2a499f64510250249b | [
"Apache-2.0"
] | 4 | 2015-10-26T01:43:04.000Z | 2018-05-12T17:39:32.000Z | selenium/test/java/com/thoughtworks/selenium/corebased/TestOpenInTargetFrame.java | hugs/selenium | 9fa09c04294bd43099aa8461b027148ba81be7b7 | [
"Apache-2.0"
] | 1 | 2021-06-18T00:45:52.000Z | 2021-06-18T00:45:52.000Z | selenium/test/java/com/thoughtworks/selenium/corebased/TestOpenInTargetFrame.java | hugs/selenium | 9fa09c04294bd43099aa8461b027148ba81be7b7 | [
"Apache-2.0"
] | 2 | 2016-07-11T20:19:31.000Z | 2018-11-17T22:36:54.000Z | 39.478261 | 84 | 0.759912 | 12,510 | package com.thoughtworks.selenium.corebased;
import com.thoughtworks.selenium.*;
import org.testng.annotations.*;
import static org.testng.Assert.*;
import java.util.regex.Pattern;
public class TestOpenInTargetFrame extends SeleneseTestNgHelper {
@Test public void testOpenInTargetFrame() throws Exception {
seleniu... |
3e1d82a0b72ffb0b2a166b49d5c9893c1f0059b7 | 685 | java | Java | core/src/main/java/io/nixer/nixerplugin/core/detection/rules/threshold/ThresholdLoginRule.java | gcwiak/nixer-spring-plugin | bc2f5540fa8203f949257e8b9f87b7d268bf4a1a | [
"Apache-2.0"
] | 9 | 2019-11-19T15:01:09.000Z | 2022-02-17T13:10:23.000Z | core/src/main/java/io/nixer/nixerplugin/core/detection/rules/threshold/ThresholdLoginRule.java | gcwiak/nixer-spring-plugin | bc2f5540fa8203f949257e8b9f87b7d268bf4a1a | [
"Apache-2.0"
] | 6 | 2020-01-08T16:25:20.000Z | 2022-03-28T08:17:42.000Z | core/src/main/java/io/nixer/nixerplugin/core/detection/rules/threshold/ThresholdLoginRule.java | gcwiak/nixer-spring-plugin | bc2f5540fa8203f949257e8b9f87b7d268bf4a1a | [
"Apache-2.0"
] | 2 | 2019-11-12T09:32:25.000Z | 2019-11-27T08:16:00.000Z | 27.4 | 73 | 0.734307 | 12,511 | package io.nixer.nixerplugin.core.detection.rules.threshold;
import java.util.concurrent.atomic.AtomicInteger;
import io.nixer.nixerplugin.core.detection.rules.LoginRule;
import org.springframework.util.Assert;
abstract class ThresholdLoginRule implements LoginRule {
private final AtomicInteger threshold;
... |
3e1d83d5bb16a5340b882b2d46cdc1fae2c7431b | 2,595 | java | Java | src/main/java/com/dritanium/delegates/AbstractFunction3.java | DrItanium/Java-Delegates | bfb46d9473db42aa1bf8af1b9179602d58f304c0 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | src/main/java/com/dritanium/delegates/AbstractFunction3.java | DrItanium/Java-Delegates | bfb46d9473db42aa1bf8af1b9179602d58f304c0 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | src/main/java/com/dritanium/delegates/AbstractFunction3.java | DrItanium/Java-Delegates | bfb46d9473db42aa1bf8af1b9179602d58f304c0 | [
"BSD-2-Clause-FreeBSD"
] | 1 | 2019-04-23T03:25:22.000Z | 2019-04-23T03:25:22.000Z | 40.546875 | 129 | 0.733333 | 12,512 | //Copyright 2012-2013 Joshua Scoggins. All rights reserved.
//
//Redistribution and use in source and binary forms, with or without modification, are
//permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice, this list of
// conditi... |
3e1d848260b5c9639e204f143015b2c1e5a072df | 1,331 | java | Java | src/main/java/cn/badguy/dream/vo/StudentVo.java | SoftpaseFar/Java_MINI_Dreamer | d8cb2df0651123ab5ee7cfca27b84e9efa511461 | [
"Apache-2.0"
] | 2 | 2018-01-25T04:57:59.000Z | 2018-01-25T04:58:02.000Z | src/main/java/cn/badguy/dream/vo/StudentVo.java | SoftpaseFar/Java_MINI_Dreamer | d8cb2df0651123ab5ee7cfca27b84e9efa511461 | [
"Apache-2.0"
] | null | null | null | src/main/java/cn/badguy/dream/vo/StudentVo.java | SoftpaseFar/Java_MINI_Dreamer | d8cb2df0651123ab5ee7cfca27b84e9efa511461 | [
"Apache-2.0"
] | null | null | null | 18.746479 | 51 | 0.609316 | 12,513 | package cn.badguy.dream.vo;
public class StudentVo {
private String name;
private String id;
private String university;
private String college;
private String profession;
private boolean StuCertify;
private String phoneNum;
public StudentVo() {
}
public String getName() {
... |
3e1d84d4407b2c652996b79241d17f2753c25b2c | 430 | java | Java | ls-jdbc/src/test/java/com/ls/framework/jdbc/ResultBean.java | zdj666666/springcode | 2f88df64561166ada268e29d8103f505fc7e6f19 | [
"MIT"
] | 55 | 2018-07-27T06:20:14.000Z | 2021-05-17T02:02:56.000Z | ls-jdbc/src/test/java/com/ls/framework/jdbc/ResultBean.java | zdj666666/springcode | 2f88df64561166ada268e29d8103f505fc7e6f19 | [
"MIT"
] | null | null | null | ls-jdbc/src/test/java/com/ls/framework/jdbc/ResultBean.java | zdj666666/springcode | 2f88df64561166ada268e29d8103f505fc7e6f19 | [
"MIT"
] | 3 | 2020-09-28T03:37:18.000Z | 2021-03-30T04:00:23.000Z | 20.47619 | 49 | 0.504651 | 12,514 | package com.ls.framework.jdbc;
import com.ls.framework.jdbc.annotation.LSColumn;
public class ResultBean {
public long id;
public String day;
@LSColumn("col_result")
public String result;
@Override
public String toString() {
return "ResultBean{" +
"id=" + id +
... |
3e1d8589ec0c7a1ddba655c29291de7c0bf2a78e | 832 | java | Java | spring-boot/src/main/java/com/sampleapp/Repos/UserRepository.java | cyberark/identity-demo-angular | 61176afbce632fbe2550895d688324c5f4e037d1 | [
"Apache-2.0"
] | null | null | null | spring-boot/src/main/java/com/sampleapp/Repos/UserRepository.java | cyberark/identity-demo-angular | 61176afbce632fbe2550895d688324c5f4e037d1 | [
"Apache-2.0"
] | null | null | null | spring-boot/src/main/java/com/sampleapp/Repos/UserRepository.java | cyberark/identity-demo-angular | 61176afbce632fbe2550895d688324c5f4e037d1 | [
"Apache-2.0"
] | null | null | null | 34.666667 | 75 | 0.764423 | 12,515 | /*
* Copyright (c) 2022 CyberArk Software Ltd. 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... |
3e1d85c1bd5960997b93341bfeea8f679a707862 | 668 | java | Java | LeakCanaryDemo/app/src/main/java/com/yxhuang/leakcanarydemo/LeakingSingleton.java | yxhuangCH/AndroidDemo | 78871ad11736febf48c6e895d9b7256c1516cbd2 | [
"MIT"
] | null | null | null | LeakCanaryDemo/app/src/main/java/com/yxhuang/leakcanarydemo/LeakingSingleton.java | yxhuangCH/AndroidDemo | 78871ad11736febf48c6e895d9b7256c1516cbd2 | [
"MIT"
] | null | null | null | LeakCanaryDemo/app/src/main/java/com/yxhuang/leakcanarydemo/LeakingSingleton.java | yxhuangCH/AndroidDemo | 78871ad11736febf48c6e895d9b7256c1516cbd2 | [
"MIT"
] | null | null | null | 18.555556 | 55 | 0.60479 | 12,516 | package com.yxhuang.leakcanarydemo;
import android.view.View;
import java.util.ArrayList;
import java.util.List;
/**
* Created by yxhuang
* Date: 2020/10/25
* Description:
*/
public class LeakingSingleton {
private static volatile LeakingSingleton sInstance;
public static LeakingSingleton getInstance()... |
3e1d85c2f0ccaff99366fb355e6e46b87089dca3 | 7,342 | java | Java | agrirouter-middleware-business/src/main/java/de/agrirouter/middleware/business/TenantService.java | agrirouter-middleware/agrirouter-middleware | 0e50461d72164cd217e9a0c5ebc3cf8e999c3e19 | [
"Apache-2.0"
] | 3 | 2022-02-08T15:17:30.000Z | 2022-03-15T07:25:05.000Z | agrirouter-middleware-business/src/main/java/de/agrirouter/middleware/business/TenantService.java | agrirouter-middleware/agrirouter-middleware | 0e50461d72164cd217e9a0c5ebc3cf8e999c3e19 | [
"Apache-2.0"
] | 31 | 2022-01-31T18:43:18.000Z | 2022-03-31T17:18:56.000Z | agrirouter-middleware-business/src/main/java/de/agrirouter/middleware/business/TenantService.java | agrirouter-middleware/agrirouter-middleware | 0e50461d72164cd217e9a0c5ebc3cf8e999c3e19 | [
"Apache-2.0"
] | 3 | 2022-02-02T00:09:03.000Z | 2022-02-23T22:07:21.000Z | 50.634483 | 180 | 0.574367 | 12,517 | package de.agrirouter.middleware.business;
import de.agrirouter.middleware.api.IdFactory;
import de.agrirouter.middleware.api.errorhandling.BusinessException;
import de.agrirouter.middleware.api.errorhandling.error.ErrorMessageFactory;
import de.agrirouter.middleware.business.dto.TenantRegistrationResult;
import de.ag... |
3e1d86be187ebf01434252c6d4dc9de7def453f6 | 7,727 | java | Java | src/main/java/com/rultor/Entry.java | Piterden/rultor | 6282be86a628683e2916f906a0d4348746b17377 | [
"BSD-3-Clause"
] | 419 | 2015-01-04T00:37:38.000Z | 2022-03-23T19:50:37.000Z | src/main/java/com/rultor/Entry.java | Piterden/rultor | 6282be86a628683e2916f906a0d4348746b17377 | [
"BSD-3-Clause"
] | 687 | 2015-01-01T12:49:12.000Z | 2022-03-14T02:00:51.000Z | src/main/java/com/rultor/Entry.java | Piterden/rultor | 6282be86a628683e2916f906a0d4348746b17377 | [
"BSD-3-Clause"
] | 168 | 2015-01-03T16:47:03.000Z | 2022-02-22T10:13:16.000Z | 32.334728 | 79 | 0.617624 | 12,518 | /**
* Copyright (c) 2009-2021 Yegor Bugayenko
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met: 1) Redistributions of source code must retain the above
* copyright notice, this list of cond... |
3e1d8751737a7aa6b99646375bbeae8cd1d57f24 | 3,727 | java | Java | src/main/java/nz/ac/lconz/irr/curate/task/MakeThesisPrimaryBitstream.java | lconz-irr/Curation-Tasks | 7dcea9fe23525e2e74d7d0180717c7b5bc3c439f | [
"BSD-3-Clause"
] | 3 | 2018-08-21T09:59:09.000Z | 2020-10-03T03:09:38.000Z | src/main/java/nz/ac/lconz/irr/curate/task/MakeThesisPrimaryBitstream.java | lconz-irr/Curation-Tasks | 7dcea9fe23525e2e74d7d0180717c7b5bc3c439f | [
"BSD-3-Clause"
] | null | null | null | src/main/java/nz/ac/lconz/irr/curate/task/MakeThesisPrimaryBitstream.java | lconz-irr/Curation-Tasks | 7dcea9fe23525e2e74d7d0180717c7b5bc3c439f | [
"BSD-3-Clause"
] | null | null | null | 31.584746 | 131 | 0.715052 | 12,519 | package nz.ac.lconz.irr.curate.task;
import org.apache.log4j.Logger;
import org.dspace.authorize.AuthorizeException;
import org.dspace.content.Bitstream;
import org.dspace.content.Bundle;
import org.dspace.content.DSpaceObject;
import org.dspace.content.Item;
import org.dspace.core.Constants;
import org.dspace.core.Co... |
3e1d875d359eebcac878f1be2e285779bfd08acc | 1,544 | java | Java | src/main/java/com/github/avalon/packet/packet/status/PacketPong.java | Avalon-Minecraft/Avalon | 352c97e6f0f6c402de50ee5af0921d14dcb93b2f | [
"MIT"
] | 3 | 2021-07-27T07:02:19.000Z | 2021-10-09T12:43:00.000Z | src/main/java/com/github/avalon/packet/packet/status/PacketPong.java | Avalon-Minecraft/Avalon | 352c97e6f0f6c402de50ee5af0921d14dcb93b2f | [
"MIT"
] | null | null | null | src/main/java/com/github/avalon/packet/packet/status/PacketPong.java | Avalon-Minecraft/Avalon | 352c97e6f0f6c402de50ee5af0921d14dcb93b2f | [
"MIT"
] | 2 | 2021-07-14T12:55:28.000Z | 2021-08-17T23:26:13.000Z | 24.507937 | 96 | 0.728627 | 12,520 | package com.github.avalon.packet.packet.status;
import com.github.avalon.common.data.DataType;
import com.github.avalon.network.ProtocolType;
import com.github.avalon.packet.annotation.PacketRegister;
import com.github.avalon.packet.packet.Packet;
import com.github.avalon.packet.schema.FunctionScheme;
import com.githu... |
3e1d88194c540978f8dfd22c8512a2fc203dc4ee | 3,814 | java | Java | core/src/test/java/com/delmar/core/test/PeopleServiceImpl.java | ldlqdsdcn/wms | 0be5e05d65bf76d226e32d7d438f0036e3f47beb | [
"Apache-2.0"
] | 20 | 2016-08-23T08:31:42.000Z | 2022-03-14T13:44:57.000Z | core/src/test/java/com/delmar/core/test/PeopleServiceImpl.java | ldlqdsdcn/wms | 0be5e05d65bf76d226e32d7d438f0036e3f47beb | [
"Apache-2.0"
] | null | null | null | core/src/test/java/com/delmar/core/test/PeopleServiceImpl.java | ldlqdsdcn/wms | 0be5e05d65bf76d226e32d7d438f0036e3f47beb | [
"Apache-2.0"
] | 12 | 2016-08-23T08:31:43.000Z | 2019-06-28T08:58:56.000Z | 26.289655 | 109 | 0.658972 | 12,521 | /******************************************************************************
* 版权所有 刘大磊 2013-07-01 *
* 作者:刘大磊 *
* 电话:13336390671 *
* email:lyhxr@example.com ... |
3e1d8a0c3931a6ea23dfe4c98e06d714384e6bbf | 595 | java | Java | src/test/java/redis/clients/jedis/commands/unified/pooled/PooledAllKindOfValuesCommandsTest.java | sebdehne/jedis | 83af8c19fd360f299eae7c54d7fc14f2a6cb3f6d | [
"MIT"
] | 8,456 | 2015-01-02T02:31:37.000Z | 2020-10-20T06:57:17.000Z | src/test/java/redis/clients/jedis/commands/unified/pooled/PooledAllKindOfValuesCommandsTest.java | sebdehne/jedis | 83af8c19fd360f299eae7c54d7fc14f2a6cb3f6d | [
"MIT"
] | 1,550 | 2015-01-01T03:34:02.000Z | 2020-10-15T05:21:13.000Z | src/test/java/redis/clients/jedis/commands/unified/pooled/PooledAllKindOfValuesCommandsTest.java | sebdehne/jedis | 83af8c19fd360f299eae7c54d7fc14f2a6cb3f6d | [
"MIT"
] | 3,198 | 2015-01-02T06:58:09.000Z | 2020-10-20T10:41:07.000Z | 23.8 | 88 | 0.781513 | 12,522 | package redis.clients.jedis.commands.unified.pooled;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import redis.clients.jedis.commands.unified.AllKindOfValuesCommandsTestBase;
public class PooledAllKindOfValuesCommandsTest extends AllKindOfValuesCommandsTestBase {
@BeforeClass... |
3e1d8b4e745c0da5de25d96db63f0d2933032132 | 776 | java | Java | yygh_parent/service/service_msm/src/main/java/com/atguigu/yygh/msm/service/aliyunSms/ConstantPropertiesUtils.java | Giaming/yygh-project | 8b7ed18d6b4c810f7c468767893b8c72ea931de9 | [
"Apache-2.0"
] | 2 | 2022-03-01T03:08:51.000Z | 2022-03-13T10:57:02.000Z | yygh_parent/service/service_msm/src/main/java/com/atguigu/yygh/msm/service/aliyunSms/ConstantPropertiesUtils.java | Giaming/yygh-project | 8b7ed18d6b4c810f7c468767893b8c72ea931de9 | [
"Apache-2.0"
] | null | null | null | yygh_parent/service/service_msm/src/main/java/com/atguigu/yygh/msm/service/aliyunSms/ConstantPropertiesUtils.java | Giaming/yygh-project | 8b7ed18d6b4c810f7c468767893b8c72ea931de9 | [
"Apache-2.0"
] | null | null | null | 25.032258 | 66 | 0.739691 | 12,523 | package com.atguigu.yygh.msm.service.aliyunSms;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
@Component
public class ConstantPropertiesUtils implements InitializingBean {
@Value("${aliyun.sm... |
3e1d8ccf6e723a4151cf95d9fe9ffac5a6c6728d | 3,672 | java | Java | app/src/main/java/de/uni_stuttgart/informatik/sopra/sopraapp/db/DAOs/EventUserPuzzleListJoinDAO.java | GeoCodingApp/geocoding | 7022421b7890fae1014d8055949c06c3b3246d39 | [
"MIT"
] | null | null | null | app/src/main/java/de/uni_stuttgart/informatik/sopra/sopraapp/db/DAOs/EventUserPuzzleListJoinDAO.java | GeoCodingApp/geocoding | 7022421b7890fae1014d8055949c06c3b3246d39 | [
"MIT"
] | null | null | null | app/src/main/java/de/uni_stuttgart/informatik/sopra/sopraapp/db/DAOs/EventUserPuzzleListJoinDAO.java | GeoCodingApp/geocoding | 7022421b7890fae1014d8055949c06c3b3246d39 | [
"MIT"
] | null | null | null | 35.650485 | 231 | 0.738562 | 12,524 | package de.uni_stuttgart.informatik.sopra.sopraapp.db.DAOs;
import android.arch.persistence.room.Dao;
import android.arch.persistence.room.Delete;
import android.arch.persistence.room.Insert;
import android.arch.persistence.room.OnConflictStrategy;
import android.arch.persistence.room.Query;
import android.arch.persis... |
3e1d8d04df4cde45ee226a531ee1b00dc2c85e30 | 96 | java | Java | src/org/tiefaces/components/websheet/utility/package-info.java | singgih88/TieFaces | 9401dcc4c09cd55ab4b3aff88c26c8088a22963e | [
"MIT"
] | 20 | 2017-01-09T15:43:57.000Z | 2020-07-14T16:12:10.000Z | src/org/tiefaces/components/websheet/utility/package-info.java | singgih88/TieFaces | 9401dcc4c09cd55ab4b3aff88c26c8088a22963e | [
"MIT"
] | 38 | 2017-01-13T19:18:01.000Z | 2019-03-27T22:06:25.000Z | src/org/tiefaces/components/websheet/utility/package-info.java | singgih88/TieFaces | 9401dcc4c09cd55ab4b3aff88c26c8088a22963e | [
"MIT"
] | 5 | 2017-11-20T09:56:27.000Z | 2021-06-20T00:08:37.000Z | 12 | 49 | 0.5625 | 12,525 | /**
*
*/
/**
* @author JASON
*
*/
package org.tiefaces.components.websheet.utility; |
3e1d8dfc14144f81b7be6f87c7842d3aff731b46 | 2,137 | java | Java | src-lib/no/npolar/common/forms/view/FilterLink.java | paulflakstad/opencms-module-forms | 68f6fb019da45da97ce885ef0e5d4c62531a5bbb | [
"MIT"
] | null | null | null | src-lib/no/npolar/common/forms/view/FilterLink.java | paulflakstad/opencms-module-forms | 68f6fb019da45da97ce885ef0e5d4c62531a5bbb | [
"MIT"
] | null | null | null | src-lib/no/npolar/common/forms/view/FilterLink.java | paulflakstad/opencms-module-forms | 68f6fb019da45da97ce885ef0e5d4c62531a5bbb | [
"MIT"
] | null | null | null | 33.920635 | 159 | 0.668694 | 12,526 | package no.npolar.common.forms.view;
/*import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.HashMap;
import java.util.Arrays;
import java.util.Iterator;*/
/**
* Convenience class to simplify working with "filter links", that is; regular
* links used to narrow down a result list... |
3e1d8e791b055ea014d1bbf7f48a53b70772b16f | 2,547 | java | Java | src/main/java/br/org/casa/pedidosimples/service/ItemVendaService.java | jrjosecarlos/pedido-simples | 2f89ac99f749ab2b7b189fb4108cfec36573706e | [
"MIT"
] | null | null | null | src/main/java/br/org/casa/pedidosimples/service/ItemVendaService.java | jrjosecarlos/pedido-simples | 2f89ac99f749ab2b7b189fb4108cfec36573706e | [
"MIT"
] | null | null | null | src/main/java/br/org/casa/pedidosimples/service/ItemVendaService.java | jrjosecarlos/pedido-simples | 2f89ac99f749ab2b7b189fb4108cfec36573706e | [
"MIT"
] | null | null | null | 33.96 | 106 | 0.759325 | 12,527 | /**
*
*/
package br.org.casa.pedidosimples.service;
import java.util.Map;
import java.util.Optional;
import java.util.UUID;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import br.org.casa.pedidosimples.exception.EntidadeNaoEncontradaException;
import br.org.casa.ped... |
3e1d8ea0c310ea85d64cc5a4002c1aa5ebbbb44e | 1,344 | java | Java | mysol/Category/Array/E119_Pascals_Triangle_II/src/E119_Pascals_Triangle_II.java | specter01wj/Leetcode_Java | 1f017f6a7093d13c7a62b62d52755392dfff959d | [
"MIT"
] | 2 | 2019-07-07T02:18:11.000Z | 2021-04-03T16:10:07.000Z | mysol/Easy/E119_Pascals_Triangle_II/src/E119_Pascals_Triangle_II.java | specter01wj/Leetcode_Java | 1f017f6a7093d13c7a62b62d52755392dfff959d | [
"MIT"
] | null | null | null | mysol/Easy/E119_Pascals_Triangle_II/src/E119_Pascals_Triangle_II.java | specter01wj/Leetcode_Java | 1f017f6a7093d13c7a62b62d52755392dfff959d | [
"MIT"
] | null | null | null | 22.4 | 95 | 0.512649 | 12,528 | import java.util.*;
/*Given a non-negative index k where k ≤ 33, return the kth index row of the Pascal's triangle.
Note that the row index starts from 0.
In Pascal's triangle, each number is the sum of the two numbers directly above it.
Example:
Input: 3
Output: [1,3,3,1]
*/
public class E119_Pascals_Triangle_I... |
3e1d8ee4e128001d07eea45076fefdef8cef7fa7 | 82 | java | Java | src/test/java/de/fh/kiel/advancedjava/pojomodel/exampleData/Here.java | MaltePetersen/pojoverse | aacaefd03892a0c5cf40fd7a9af3acd08b4f703d | [
"Apache-2.0"
] | null | null | null | src/test/java/de/fh/kiel/advancedjava/pojomodel/exampleData/Here.java | MaltePetersen/pojoverse | aacaefd03892a0c5cf40fd7a9af3acd08b4f703d | [
"Apache-2.0"
] | null | null | null | src/test/java/de/fh/kiel/advancedjava/pojomodel/exampleData/Here.java | MaltePetersen/pojoverse | aacaefd03892a0c5cf40fd7a9af3acd08b4f703d | [
"Apache-2.0"
] | null | null | null | 16.4 | 54 | 0.804878 | 12,529 | package de.fh.kiel.advancedjava.pojomodel.exampleData;
public interface Here {
}
|
3e1d8f3373008294fb69663d2f3c1192d3298a3d | 20,257 | java | Java | rbac-distributed-service-impl/src/test/java/com/dwarfeng/rbacds/impl/service/PermissionLookupServiceImplTest.java | DwArFeng/rbac-distributed-service | 43378467f007f85c6ca0633ada97ed8f3f842293 | [
"Apache-2.0"
] | null | null | null | rbac-distributed-service-impl/src/test/java/com/dwarfeng/rbacds/impl/service/PermissionLookupServiceImplTest.java | DwArFeng/rbac-distributed-service | 43378467f007f85c6ca0633ada97ed8f3f842293 | [
"Apache-2.0"
] | null | null | null | rbac-distributed-service-impl/src/test/java/com/dwarfeng/rbacds/impl/service/PermissionLookupServiceImplTest.java | DwArFeng/rbac-distributed-service | 43378467f007f85c6ca0633ada97ed8f3f842293 | [
"Apache-2.0"
] | null | null | null | 56.113573 | 136 | 0.690132 | 12,530 | package com.dwarfeng.rbacds.impl.service;
import com.dwarfeng.rbacds.stack.bean.entity.Permission;
import com.dwarfeng.rbacds.stack.bean.entity.Pexp;
import com.dwarfeng.rbacds.stack.bean.entity.Role;
import com.dwarfeng.rbacds.stack.bean.entity.User;
import com.dwarfeng.rbacds.stack.service.*;
import com.dwarfeng.sub... |
3e1d8f5ff9e6cbc630cb858a5ba66166f79dbf43 | 699 | java | Java | Java/JUnitExamples/src/test/java/edu/bu/met/cs665/SimpleTest.java | SStepurko/MET-CS665 | bd425d73cd36e4e138ae23f4e8fa552f8ef24b11 | [
"Apache-2.0"
] | 80 | 2018-07-04T00:47:21.000Z | 2021-10-02T20:25:20.000Z | Java/JUnitExamples/src/test/java/edu/bu/met/cs665/SimpleTest.java | SStepurko/MET-CS665 | bd425d73cd36e4e138ae23f4e8fa552f8ef24b11 | [
"Apache-2.0"
] | 3 | 2018-07-30T01:22:50.000Z | 2020-07-29T18:57:17.000Z | Java/JUnitExamples/src/test/java/edu/bu/met/cs665/SimpleTest.java | SStepurko/MET-CS665 | bd425d73cd36e4e138ae23f4e8fa552f8ef24b11 | [
"Apache-2.0"
] | 43 | 2018-06-04T23:32:34.000Z | 2021-09-24T14:55:05.000Z | 20.558824 | 65 | 0.663805 | 12,531 | package edu.bu.met.cs665;
import static org.junit.Assert.assertEquals;
import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
import edu.bu.met.cs665.example1.Order;
import edu.bu.met.cs665.example1.Product;
public class SimpleTest {
@Test
public void test() {
List<Product> products = new... |
3e1d902204de371d71c4536f1d9050ee67fb83f8 | 6,390 | java | Java | app/src/main/java/com/vv/uweather/activity/WeatherActivity.java | MMarking/UWeather | f49cc6f8c101c6a4720e3976ec80c6d59ec5c88a | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/vv/uweather/activity/WeatherActivity.java | MMarking/UWeather | f49cc6f8c101c6a4720e3976ec80c6d59ec5c88a | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/vv/uweather/activity/WeatherActivity.java | MMarking/UWeather | f49cc6f8c101c6a4720e3976ec80c6d59ec5c88a | [
"Apache-2.0"
] | null | null | null | 35.5 | 94 | 0.603599 | 12,532 | package com.vv.uweather.activity;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import android.view.View;
import andr... |
3e1d905e727b0de8f9911e2a54a2eb43fab1a0bb | 819 | java | Java | dbflute-runtime/src/main/java/org/dbflute/helper/secretary/DateCompareCallback.java | dbflute/dbflute-core | 06eea8fdb4a2fe489b717d035bfb8f92c7e1c8c1 | [
"Apache-1.1"
] | 23 | 2016-01-22T06:56:17.000Z | 2022-03-13T23:20:27.000Z | dbflute-runtime/src/main/java/org/dbflute/helper/secretary/DateCompareCallback.java | dbflute/dbflute-core | 06eea8fdb4a2fe489b717d035bfb8f92c7e1c8c1 | [
"Apache-1.1"
] | 18 | 2015-03-04T07:48:13.000Z | 2020-12-30T10:12:16.000Z | dbflute-runtime/src/main/java/org/dbflute/helper/secretary/DateCompareCallback.java | dbflute/dbflute-core | 06eea8fdb4a2fe489b717d035bfb8f92c7e1c8c1 | [
"Apache-1.1"
] | 20 | 2015-03-04T01:04:44.000Z | 2020-02-09T06:42:45.000Z | 29.25 | 71 | 0.742369 | 12,533 | /*
* Copyright 2014-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e1d9138298066e88ce2cc224f630029c32edb81 | 20,322 | java | Java | library/core/src/main/java/com/google/android/exoplayer2/Renderer.java | harismexis/ExoPlayer | 8430965723ab9afe511ad7f507f535076fa7f24d | [
"Apache-2.0"
] | 19,920 | 2015-01-02T16:05:01.000Z | 2022-03-31T16:18:05.000Z | library/core/src/main/java/com/google/android/exoplayer2/Renderer.java | harismexis/ExoPlayer | 8430965723ab9afe511ad7f507f535076fa7f24d | [
"Apache-2.0"
] | 9,682 | 2015-01-02T17:31:39.000Z | 2022-03-31T17:12:41.000Z | library/core/src/main/java/com/google/android/exoplayer2/Renderer.java | harismexis/ExoPlayer | 8430965723ab9afe511ad7f507f535076fa7f24d | [
"Apache-2.0"
] | 6,627 | 2015-01-01T12:47:35.000Z | 2022-03-31T16:18:09.000Z | 41.728953 | 100 | 0.71863 | 12,534 | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e1d919cfcdef827e33790bd657eaab183c2c883 | 1,418 | java | Java | app/src/main/java/com/ardiya/simpleweather/Helper/HttpDataHandler.java | DariusWong94/mhci_doublejey | f91766823dce76a2d6f6b5a04e7d862494ddd732 | [
"MIT"
] | null | null | null | app/src/main/java/com/ardiya/simpleweather/Helper/HttpDataHandler.java | DariusWong94/mhci_doublejey | f91766823dce76a2d6f6b5a04e7d862494ddd732 | [
"MIT"
] | null | null | null | app/src/main/java/com/ardiya/simpleweather/Helper/HttpDataHandler.java | DariusWong94/mhci_doublejey | f91766823dce76a2d6f6b5a04e7d862494ddd732 | [
"MIT"
] | null | null | null | 25.781818 | 89 | 0.595205 | 12,535 | package com.ardiya.simpleweather.Helper;
import java.io.BufferedInputStream;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
/**
* Created by reale o... |
3e1d92da6e869dbe460f7e35d3c6bbfb4f243823 | 18,894 | java | Java | protos/gen/main/java/org/tensorflow/metadata/v0/InfinityNorm.java | jakubhava/feast | 9d556bd78b1b61b1ac6aa2122c5579066ede90c6 | [
"Apache-2.0"
] | null | null | null | protos/gen/main/java/org/tensorflow/metadata/v0/InfinityNorm.java | jakubhava/feast | 9d556bd78b1b61b1ac6aa2122c5579066ede90c6 | [
"Apache-2.0"
] | null | null | null | protos/gen/main/java/org/tensorflow/metadata/v0/InfinityNorm.java | jakubhava/feast | 9d556bd78b1b61b1ac6aa2122c5579066ede90c6 | [
"Apache-2.0"
] | null | null | null | 33.739286 | 127 | 0.692707 | 12,536 | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/schema.proto
package org.tensorflow.metadata.v0;
/**
* <pre>
* Checks that the L-infinity norm is below a certain threshold between the
* two discrete distributions. Since this is applied to a FeatureNameStatistics,... |
3e1d939b6d565d2b835848f574fa9daa917d2d1f | 312 | java | Java | chapter_005/src/main/java/ru/job4j/h3list/t3simplestackandqueue/SimpleStack.java | Ravmouse/vvasilyev | 2e38c7131326e96afff7271c8eab773d25c9ce64 | [
"Apache-2.0"
] | null | null | null | chapter_005/src/main/java/ru/job4j/h3list/t3simplestackandqueue/SimpleStack.java | Ravmouse/vvasilyev | 2e38c7131326e96afff7271c8eab773d25c9ce64 | [
"Apache-2.0"
] | 2 | 2022-02-16T00:55:36.000Z | 2022-02-16T00:56:04.000Z | chapter_005/src/main/java/ru/job4j/h3list/t3simplestackandqueue/SimpleStack.java | Ravmouse/vvasilyev | 2e38c7131326e96afff7271c8eab773d25c9ce64 | [
"Apache-2.0"
] | null | null | null | 22.285714 | 55 | 0.634615 | 12,537 | package ru.job4j.h3list.t3simplestackandqueue;
/**
* @param <E> is the name of type parameter.
*/
public class SimpleStack<E> extends SimpleAbstract<E> {
/**
* @param value to be pushed in the stack.
*/
@Override
public void push(E value) {
getLinkList().addFirst(value);
}
} |
3e1d93e14f982c7a699d6addf1dd56a3ee70f35e | 2,421 | java | Java | src/main/java/collections/NoCategoryYet/FMSketch.java | BookerLoL/JLibrary | 1e29ba1bd62c37d8808e62582a2e233deb3d6619 | [
"MIT"
] | 3 | 2020-10-17T18:53:25.000Z | 2021-03-28T00:35:44.000Z | src/main/java/collections/NoCategoryYet/FMSketch.java | BookerLoL/JLibrary | 1e29ba1bd62c37d8808e62582a2e233deb3d6619 | [
"MIT"
] | null | null | null | src/main/java/collections/NoCategoryYet/FMSketch.java | BookerLoL/JLibrary | 1e29ba1bd62c37d8808e62582a2e233deb3d6619 | [
"MIT"
] | null | null | null | 23.057143 | 93 | 0.670384 | 12,538 | package main.collections.NoCategoryYet;
import java.util.Arrays;
import java.util.Collection;
//Also known as a Simple Counter
public class FMSketch<T> {
public interface Hasher<T> {
long hash(T obj);
}
private int[] bits;
private Hasher<T> hasher;
public FMSketch(Hasher<T> hasher) {
this(32, hasher); // 3... |
3e1d93e8f282bb5c5acbdf20fb6885414fbea108 | 210 | java | Java | documentation/src/main/asciidoc/topics/code_examples/InfinispanContainer.java | clara0/infinispan | f2cb717bbd51dd8e3e4265679585cd637a55bed5 | [
"Apache-2.0"
] | 713 | 2015-01-06T02:14:17.000Z | 2022-03-29T10:22:07.000Z | documentation/src/main/asciidoc/topics/code_examples/InfinispanContainer.java | clara0/infinispan | f2cb717bbd51dd8e3e4265679585cd637a55bed5 | [
"Apache-2.0"
] | 5,732 | 2015-01-01T19:13:35.000Z | 2022-03-31T16:31:11.000Z | documentation/src/main/asciidoc/topics/code_examples/InfinispanContainer.java | clara0/infinispan | f2cb717bbd51dd8e3e4265679585cd637a55bed5 | [
"Apache-2.0"
] | 402 | 2015-01-05T23:23:42.000Z | 2022-03-25T08:14:32.000Z | 30 | 78 | 0.733333 | 12,539 | try (InfinispanContainer container = new InfinispanContainer()) {
container.start();
try (RemoteCacheManager cacheManager = container.getRemoteCacheManager()) {
// Use the RemoteCacheManager
}
}
|
3e1d9492dc1c75e829a9eedb5deb7e549f1c36cd | 1,535 | java | Java | engine/src/main/java/de/hpi/des/hdes/engine/window/assigner/TumblingWindow.java | hpides/zeus | a8143ae2a7dea6b9ede36a87c32f1be91804113f | [
"MIT"
] | null | null | null | engine/src/main/java/de/hpi/des/hdes/engine/window/assigner/TumblingWindow.java | hpides/zeus | a8143ae2a7dea6b9ede36a87c32f1be91804113f | [
"MIT"
] | null | null | null | engine/src/main/java/de/hpi/des/hdes/engine/window/assigner/TumblingWindow.java | hpides/zeus | a8143ae2a7dea6b9ede36a87c32f1be91804113f | [
"MIT"
] | null | null | null | 26.016949 | 80 | 0.732248 | 12,540 | package de.hpi.des.hdes.engine.window.assigner;
import de.hpi.des.hdes.engine.window.Time;
import de.hpi.des.hdes.engine.window.TimeWindow;
import java.util.List;
public abstract class TumblingWindow implements WindowAssigner<TimeWindow> {
private final long size;
protected TumblingWindow(final long size) {
... |
3e1d96721534ceacbce1e36f37cebd99a008f5e5 | 3,345 | java | Java | javar/jdk8-analysis/src/sun/rmi/server/ActivationGroupInit.java | vitahlin/kennen | b0de36d3b6e766b59291d885a0699b6be59318a7 | [
"MIT"
] | 12 | 2018-04-04T12:47:40.000Z | 2022-01-02T04:36:38.000Z | jdk/src/main/java/sun/rmi/server/ActivationGroupInit.java | dibt/spring-framework | ce2dfa68e2331a07d36bdcf7aa92597c91a391ee | [
"Apache-2.0"
] | 2 | 2020-07-19T08:29:50.000Z | 2020-07-21T01:20:56.000Z | jdk/src/main/java/sun/rmi/server/ActivationGroupInit.java | dibt/spring-framework | ce2dfa68e2331a07d36bdcf7aa92597c91a391ee | [
"Apache-2.0"
] | 1 | 2020-11-04T07:02:06.000Z | 2020-11-04T07:02:06.000Z | 38.895349 | 79 | 0.681315 | 12,541 | /*
* Copyright (c) 1997, 2002, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
3e1d982fd7a2d8e36a1420bf3d6e8e0fa54a55fd | 2,704 | java | Java | pro-admin/src/main/java/senntyou/sbs/admin/controller/AdminPermissionController.java | senntyou/spring-boot-starter | d760b9daf965bfacb7e8d9358e1b6cd6269b6268 | [
"MIT"
] | 4 | 2020-05-09T07:04:39.000Z | 2021-05-19T11:00:55.000Z | pro-admin/src/main/java/senntyou/sbs/admin/controller/AdminPermissionController.java | senntyou/spring-boot-starter | d760b9daf965bfacb7e8d9358e1b6cd6269b6268 | [
"MIT"
] | null | null | null | pro-admin/src/main/java/senntyou/sbs/admin/controller/AdminPermissionController.java | senntyou/spring-boot-starter | d760b9daf965bfacb7e8d9358e1b6cd6269b6268 | [
"MIT"
] | 1 | 2020-11-11T16:00:15.000Z | 2020-11-11T16:00:15.000Z | 36.053333 | 94 | 0.768121 | 12,542 | package senntyou.sbs.admin.controller;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
impo... |
3e1d98aa81edeb4b6cebac31476a7dfcb06dc5aa | 6,121 | java | Java | spock-core/src/main/java/org/spockframework/util/TeePrintStream.java | sencrest/SpockFrame | 5b48fa811002703a9ec0216bbb4259cefd5bb003 | [
"Apache-2.0"
] | 2,863 | 2015-01-02T07:08:15.000Z | 2022-03-31T16:38:09.000Z | spock-core/src/main/java/org/spockframework/util/TeePrintStream.java | i32jiprd/spock | d222bd2f805ed93369a9acde8b1c75bc69377d76 | [
"Apache-2.0"
] | 989 | 2015-01-12T20:20:15.000Z | 2022-03-29T10:19:25.000Z | spock-core/src/main/java/org/spockframework/util/TeePrintStream.java | i32jiprd/spock | d222bd2f805ed93369a9acde8b1c75bc69377d76 | [
"Apache-2.0"
] | 465 | 2015-01-22T22:55:53.000Z | 2022-03-27T06:39:23.000Z | 20.609428 | 75 | 0.634373 | 12,543 | /*
* Copyright 2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law... |
3e1d99433aed070cb9d7fbfa64dd147f894fa8ab | 186 | java | Java | src/main/java/org/opencds/cqf/cds/exceptions/InvalidHookException.java | maxsibilla/org-opencds-cqf-cds | 116c48acdf29dc17a002e3d2cb7ef510e7c35ee7 | [
"Apache-2.0"
] | 3 | 2021-02-22T18:27:46.000Z | 2021-10-01T08:00:20.000Z | src/main/java/org/opencds/cqf/cds/exceptions/InvalidHookException.java | maxsibilla/org-opencds-cqf-cds | 116c48acdf29dc17a002e3d2cb7ef510e7c35ee7 | [
"Apache-2.0"
] | 14 | 2020-02-26T19:34:12.000Z | 2022-02-09T16:08:25.000Z | src/main/java/org/opencds/cqf/cds/exceptions/InvalidHookException.java | maxsibilla/org-opencds-cqf-cds | 116c48acdf29dc17a002e3d2cb7ef510e7c35ee7 | [
"Apache-2.0"
] | 2 | 2020-04-27T15:17:10.000Z | 2020-11-10T19:50:26.000Z | 18.6 | 60 | 0.741935 | 12,544 | package org.opencds.cqf.cds.exceptions;
public class InvalidHookException extends RuntimeException {
public InvalidHookException(String message) {
super(message);
}
}
|
3e1d994cc81cbea12ad93a40a86849b012e8f4f7 | 2,174 | java | Java | hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncTableRegionReplicasGet.java | unozawah/hbase | 00075ea4fc0ca13a763a1acf8bcb52b7f168018a | [
"Apache-2.0"
] | 4,857 | 2015-01-02T11:45:14.000Z | 2022-03-31T14:00:55.000Z | hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncTableRegionReplicasGet.java | unozawah/hbase | 00075ea4fc0ca13a763a1acf8bcb52b7f168018a | [
"Apache-2.0"
] | 4,070 | 2015-05-01T02:52:57.000Z | 2022-03-31T23:54:50.000Z | hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncTableRegionReplicasGet.java | unozawah/hbase | 00075ea4fc0ca13a763a1acf8bcb52b7f168018a | [
"Apache-2.0"
] | 3,611 | 2015-01-02T11:33:55.000Z | 2022-03-31T11:12:19.000Z | 38.821429 | 95 | 0.774609 | 12,545 | /**
* 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... |
3e1d9b84110cd6c61b0d9033211a57c9a483543c | 4,452 | java | Java | wasd-http/src/main/java/com/spotify/wasd/service/ServiceResource.java | spotify/wasd | d5f8b1aff6413df7180ad8c1dca28b41744ce389 | [
"ISC"
] | 3 | 2015-07-13T13:07:14.000Z | 2017-08-09T03:32:35.000Z | wasd-http/src/main/java/com/spotify/wasd/service/ServiceResource.java | spotify/wasd | d5f8b1aff6413df7180ad8c1dca28b41744ce389 | [
"ISC"
] | null | null | null | wasd-http/src/main/java/com/spotify/wasd/service/ServiceResource.java | spotify/wasd | d5f8b1aff6413df7180ad8c1dca28b41744ce389 | [
"ISC"
] | 4 | 2015-06-24T17:15:44.000Z | 2022-03-19T16:22:10.000Z | 31.8 | 108 | 0.646226 | 12,546 | package com.spotify.wasd.service;
import com.spotify.wasd.db.*;
import com.sun.jersey.api.NotFoundException;
import java.util.HashSet;
import lombok.extern.slf4j.Slf4j;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
i... |
3e1d9b8f89941f46e76f11e12655f3826fa3b87c | 4,123 | java | Java | src/main/java/com/py/py/domain/Tag.java | tomjbarry/penstro-domain | 1ffc09c695572fc9f6880ac76b19b73923a0ffca | [
"MIT"
] | null | null | null | src/main/java/com/py/py/domain/Tag.java | tomjbarry/penstro-domain | 1ffc09c695572fc9f6880ac76b19b73923a0ffca | [
"MIT"
] | null | null | null | src/main/java/com/py/py/domain/Tag.java | tomjbarry/penstro-domain | 1ffc09c695572fc9f6880ac76b19b73923a0ffca | [
"MIT"
] | null | null | null | 29.45 | 73 | 0.71089 | 12,547 | package com.py.py.domain;
import java.util.Date;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.index.CompoundIndex;
import org.springframework.data.mongodb.core.index.CompoundIndexes;
import org.springframework.data.mongodb.core.mapping.Document;
import org.springframewor... |
3e1d9c0c38d0cd11984a149090ab0289e4ae7ac2 | 141 | java | Java | _fixtures/java/src/main/java/com/phodal/pepper/refactor/parser/JsonParser.java | Fedomn/guarding | 91a6c074a3479a8881d2a697ea1fa665d1311257 | [
"MIT"
] | 31 | 2021-05-13T09:37:58.000Z | 2021-10-31T11:19:26.000Z | _fixtures/java/src/main/java/com/phodal/pepper/refactor/parser/JsonParser.java | Fedomn/guarding | 91a6c074a3479a8881d2a697ea1fa665d1311257 | [
"MIT"
] | null | null | null | _fixtures/java/src/main/java/com/phodal/pepper/refactor/parser/JsonParser.java | Fedomn/guarding | 91a6c074a3479a8881d2a697ea1fa665d1311257 | [
"MIT"
] | 4 | 2021-05-14T07:59:09.000Z | 2021-08-13T03:16:26.000Z | 15.666667 | 47 | 0.70922 | 12,548 | package com.phodal.pepper.refactor.parser;
public class JsonParser implements BaseParser {
@Override
public void parse() {
}
}
|
3e1d9d65a304eea3c98ec8c863fe479da23bd5ba | 1,756 | java | Java | monitor/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/monitor/v2016_03_01/implementation/MetricDefinitionImpl.java | minaltolpadi/azure-sdk-for-java | a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb | [
"MIT"
] | 3 | 2021-09-15T16:25:19.000Z | 2021-12-17T05:41:00.000Z | monitor/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/monitor/v2016_03_01/implementation/MetricDefinitionImpl.java | minaltolpadi/azure-sdk-for-java | a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb | [
"MIT"
] | 306 | 2019-09-27T06:41:56.000Z | 2019-10-14T08:19:57.000Z | monitor/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/monitor/v2016_03_01/implementation/MetricDefinitionImpl.java | minaltolpadi/azure-sdk-for-java | a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb | [
"MIT"
] | 1 | 2019-10-05T04:59:12.000Z | 2019-10-05T04:59:12.000Z | 28.322581 | 99 | 0.724374 | 12,549 | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.monitor.v2016_03_01.implementation;
import com.m... |
3e1d9dc948f3d0c31c2e6174159b16ff89f3ce4c | 10,164 | java | Java | src/main/java/pl/coderslab/cls_wms_app/controller/LocationController.java | beomir/WMS | e4f503bedd4515a2b2ed787896d3c851d564c3a6 | [
"Apache-2.0"
] | null | null | null | src/main/java/pl/coderslab/cls_wms_app/controller/LocationController.java | beomir/WMS | e4f503bedd4515a2b2ed787896d3c851d564c3a6 | [
"Apache-2.0"
] | null | null | null | src/main/java/pl/coderslab/cls_wms_app/controller/LocationController.java | beomir/WMS | e4f503bedd4515a2b2ed787896d3c851d564c3a6 | [
"Apache-2.0"
] | 1 | 2021-01-24T18:22:41.000Z | 2021-01-24T18:22:41.000Z | 48.4 | 448 | 0.75915 | 12,550 | package pl.coderslab.cls_wms_app.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
impo... |
3e1d9de908b7656b8ee4b6b69d5314145a7b0e5b | 1,171 | java | Java | src/main/java/sh/okx/rankup/placeholders/Placeholders.java | arantesxyz/Rankup3 | 1dedb151efcae29ec655fe444e6494ff5f10cedc | [
"MIT"
] | null | null | null | src/main/java/sh/okx/rankup/placeholders/Placeholders.java | arantesxyz/Rankup3 | 1dedb151efcae29ec655fe444e6494ff5f10cedc | [
"MIT"
] | null | null | null | src/main/java/sh/okx/rankup/placeholders/Placeholders.java | arantesxyz/Rankup3 | 1dedb151efcae29ec655fe444e6494ff5f10cedc | [
"MIT"
] | 1 | 2020-11-02T10:17:30.000Z | 2020-11-02T10:17:30.000Z | 27.880952 | 104 | 0.736123 | 12,551 | package sh.okx.rankup.placeholders;
import lombok.Getter;
import me.clip.placeholderapi.PlaceholderAPI;
import org.bukkit.Bukkit;
import sh.okx.rankup.Rankup;
import java.text.DecimalFormat;
public class Placeholders {
private final Rankup plugin;
@Getter
private final DecimalFormat moneyFormat;
@Getter
pr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.