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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e329e893376f33326b15e76ad148a9a058181b3 | 11,672 | java | Java | de.dc.javafx.xcore.model/src-gen/de/dc/emf/javafx/model/javafx/impl/JavafxFactoryImpl.java | chqu1012/de.dc.emf.javafx.xtext.lang | c6e6c8686285c8cb852c057693427b47e3662b84 | [
"Apache-2.0"
] | 5 | 2019-04-14T12:15:30.000Z | 2019-05-17T15:19:29.000Z | de.dc.javafx.xcore.model/src-gen/de/dc/emf/javafx/model/javafx/impl/JavafxFactoryImpl.java | chqu1012/de.dc.emf.javafx.xtext.lang | c6e6c8686285c8cb852c057693427b47e3662b84 | [
"Apache-2.0"
] | 456 | 2019-04-09T08:22:26.000Z | 2019-06-29T09:19:32.000Z | de.dc.javafx.xcore.model/src-gen/de/dc/emf/javafx/model/javafx/impl/JavafxFactoryImpl.java | chqu1012/de.dc.emf.javafx.xtext.lang | c6e6c8686285c8cb852c057693427b47e3662b84 | [
"Apache-2.0"
] | null | null | null | 24.469602 | 111 | 0.643677 | 21,383 | /**
*/
package de.dc.emf.javafx.model.javafx.impl;
import de.dc.emf.javafx.model.javafx.*;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EDataType;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.impl.EFactoryImpl;
import or... |
3e329edc42c24bfb5b3c47691cfe70c1ba7eec21 | 855 | java | Java | src/main/java/com/cn/memento/Test.java | Damon0814/desingn-pattern | 8b104c09f2a6baf7c9992c87a615c2495b519ab6 | [
"MIT"
] | 1 | 2020-05-15T01:44:42.000Z | 2020-05-15T01:44:42.000Z | src/main/java/com/cn/memento/Test.java | Damon0814/desingn-pattern | 8b104c09f2a6baf7c9992c87a615c2495b519ab6 | [
"MIT"
] | 1 | 2020-05-09T04:28:25.000Z | 2020-05-09T04:28:25.000Z | src/main/java/com/cn/memento/Test.java | NPFDamon/desingn-pattern | 8b104c09f2a6baf7c9992c87a615c2495b519ab6 | [
"MIT"
] | null | null | null | 27.580645 | 64 | 0.614035 | 21,384 | package com.cn.memento;
/**
* 备忘录模式;保存一个对象的某个状态,以便在适当的时候恢复
* 在不破坏封装的前提下,捕获一个对象的内部状态,并在对象之外保存它
*
*/
public class Test {
public static void main(String[] args) {
GameArchiving save = new GameArchiving();
GameArchivingTask task = new GameArchivingTask();
save.saveInfo("Super Mars Bro", "1... |
3e329f7f389ff5d2523dcff6cf0b10cc4514a550 | 310 | java | Java | src/main/java/com/signomix/messaging/dto/MessageWrapper.java | signomix/signomix-ta-ms | 25cdeb18651b92af6a054fc48765d15c1c65a3a0 | [
"MIT"
] | null | null | null | src/main/java/com/signomix/messaging/dto/MessageWrapper.java | signomix/signomix-ta-ms | 25cdeb18651b92af6a054fc48765d15c1c65a3a0 | [
"MIT"
] | null | null | null | src/main/java/com/signomix/messaging/dto/MessageWrapper.java | signomix/signomix-ta-ms | 25cdeb18651b92af6a054fc48765d15c1c65a3a0 | [
"MIT"
] | null | null | null | 18.235294 | 35 | 0.670968 | 21,385 | package com.signomix.messaging.dto;
import java.util.UUID;
public class MessageWrapper {
public UUID uuid;
public String type;
public String eui;
public String subject;
public String message;
public User user;
public MessageWrapper(){
uuid=UUID.randomUUID();
}
}
|
3e329f822b073e91a9761721102fc6f628daa8d1 | 6,674 | java | Java | freeipa/src/main/java/com/sequenceiq/freeipa/service/multiaz/MultiAzCalculatorService.java | sidseth/cloudbreak | 83a48d7f918b7e2a1476f9c3573fb2eff0712c99 | [
"Apache-2.0"
] | 174 | 2017-07-14T03:20:42.000Z | 2022-03-25T05:03:18.000Z | freeipa/src/main/java/com/sequenceiq/freeipa/service/multiaz/MultiAzCalculatorService.java | sidseth/cloudbreak | 83a48d7f918b7e2a1476f9c3573fb2eff0712c99 | [
"Apache-2.0"
] | 2,242 | 2017-07-12T05:52:01.000Z | 2022-03-31T15:50:08.000Z | freeipa/src/main/java/com/sequenceiq/freeipa/service/multiaz/MultiAzCalculatorService.java | sidseth/cloudbreak | 83a48d7f918b7e2a1476f9c3573fb2eff0712c99 | [
"Apache-2.0"
] | 172 | 2017-07-12T08:53:48.000Z | 2022-03-24T12:16:33.000Z | 47.671429 | 155 | 0.698082 | 21,386 | package com.sequenceiq.freeipa.service.multiaz;
import static com.sequenceiq.cloudbreak.common.network.NetworkConstants.SUBNET_IDS;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import j... |
3e32a052d7bac44bbe0a4ded9ca9fad7d2712956 | 8,268 | java | Java | Server/integrations.deprecatred/toopher/sdk/src/main/java/com/toopher/ToopherAPI.java | trochaeli/oxAuth | c8fe50fc8108131cba5f75b422053970baeccb8e | [
"MIT"
] | 380 | 2015-01-08T23:28:43.000Z | 2022-03-07T20:19:51.000Z | Server/integrations.deprecatred/toopher/sdk/src/main/java/com/toopher/ToopherAPI.java | trochaeli/oxAuth | c8fe50fc8108131cba5f75b422053970baeccb8e | [
"MIT"
] | 1,489 | 2020-11-06T14:04:47.000Z | 2020-11-06T14:30:43.000Z | Server/integrations.deprecatred/toopher/sdk/src/main/java/com/toopher/ToopherAPI.java | trochaeli/oxAuth | c8fe50fc8108131cba5f75b422053970baeccb8e | [
"MIT"
] | 172 | 2015-01-10T09:48:21.000Z | 2022-02-24T03:01:59.000Z | 37.411765 | 105 | 0.651185 | 21,387 | package com.toopher;
import java.io.IOException;
import java.net.URI;
import java.util.ArrayList;
import java.util.List;
import oauth.signpost.OAuthConsumer;
import oauth.signpost.commonshttp.CommonsHttpOAuthConsumer;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.Name... |
3e32a0951d2ec5363bdb53033bd715b7908c6175 | 2,532 | java | Java | src/test/java/org/vaadin/col/example/ExampleUI.java | silb/col-vaadin | dd91cc1c64974cd619e6dd5b35199ea564208cae | [
"Apache-2.0"
] | 3 | 2016-10-16T19:33:53.000Z | 2018-04-12T03:08:57.000Z | src/test/java/org/vaadin/col/example/ExampleUI.java | silb/col-vaadin | dd91cc1c64974cd619e6dd5b35199ea564208cae | [
"Apache-2.0"
] | null | null | null | src/test/java/org/vaadin/col/example/ExampleUI.java | silb/col-vaadin | dd91cc1c64974cd619e6dd5b35199ea564208cae | [
"Apache-2.0"
] | null | null | null | 35.166667 | 118 | 0.659163 | 21,388 | package org.vaadin.col.example;
import org.mortbay.jetty.Server;
import org.mortbay.jetty.servlet.ServletHolder;
import org.vaadin.col.Context;
import org.vaadin.col.ContextHolder;
import org.vaadin.col.ContextLocator;
import org.vaadin.col.ContextProvider;
import com.vaadin.server.VaadinRequest;
import com.vaadin.ui... |
3e32a0b5272c91e27103fb634e5c8b4cde330c9b | 685 | java | Java | src/main/java/tk/dwarventreasures/common/item/goblet/EmptiedGoldenGobletItem.java | DanikingRD/DwarvenTreasures | 925eb83307df2295ce68a821c7a95d52540df879 | [
"MIT"
] | 1 | 2022-01-05T19:25:25.000Z | 2022-01-05T19:25:25.000Z | src/main/java/tk/dwarventreasures/common/item/goblet/EmptiedGoldenGobletItem.java | DanikingRD/DwarvenTreasures | 925eb83307df2295ce68a821c7a95d52540df879 | [
"MIT"
] | 7 | 2022-01-07T07:59:24.000Z | 2022-01-11T17:11:51.000Z | src/main/java/tk/dwarventreasures/common/item/goblet/EmptiedGoldenGobletItem.java | DanikingRD/DwarvenTreasures | 925eb83307df2295ce68a821c7a95d52540df879 | [
"MIT"
] | 1 | 2021-08-18T17:25:32.000Z | 2021-08-18T17:25:32.000Z | 32.619048 | 72 | 0.762044 | 21,389 | package tk.dwarventreasures.common.item.goblet;
import tk.dwarventreasures.common.item.util.EmptiedGobletItem;
import tk.dwarventreasures.common.registry.DTObjects;
import net.minecraft.block.Block;
import net.minecraft.item.ItemStack;
public class EmptiedGoldenGobletItem extends EmptiedGobletItem {
public Emptie... |
3e32a1c58e818a255cdeb9d6d84bf5c46b80b563 | 1,054 | java | Java | src/main/java/gd/rf/acro/ace/blocks/FleetingBlock.java | JSJBDEV/ACE | 09ae9add74a386982c0a4cc87ef6fefbe66b47f0 | [
"MIT"
] | 2 | 2021-10-30T07:17:48.000Z | 2021-10-30T08:17:00.000Z | src/main/java/gd/rf/acro/ace/blocks/FleetingBlock.java | JSJBDEV/ACE | 09ae9add74a386982c0a4cc87ef6fefbe66b47f0 | [
"MIT"
] | 1 | 2021-11-12T13:37:25.000Z | 2021-12-01T20:43:22.000Z | src/main/java/gd/rf/acro/ace/blocks/FleetingBlock.java | JSJBDEV/ACE | 09ae9add74a386982c0a4cc87ef6fefbe66b47f0 | [
"MIT"
] | null | null | null | 30.114286 | 112 | 0.716319 | 21,390 | package gd.rf.acro.ace.blocks;
import net.minecraft.block.Block;
import net.minecraft.block.BlockState;
import net.minecraft.block.Blocks;
import net.minecraft.server.world.ServerWorld;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.World;
import java.util.Random;
public class FleetingBlock exte... |
3e32a20935dc5f630b7bab365708fdb7220553bc | 1,271 | java | Java | smiqs/smiqs.Android/obj/Release/110/android/src/crc64bc5fa566a7b37c7d/ProTimer.java | yehiaraslan85/SmiqsMobileApp | 28eb7e0cc96bf6f9a9b098ba943bac3f50f5fe33 | [
"MIT"
] | null | null | null | smiqs/smiqs.Android/obj/Release/110/android/src/crc64bc5fa566a7b37c7d/ProTimer.java | yehiaraslan85/SmiqsMobileApp | 28eb7e0cc96bf6f9a9b098ba943bac3f50f5fe33 | [
"MIT"
] | null | null | null | smiqs/smiqs.Android/obj/Release/110/android/src/crc64bc5fa566a7b37c7d/ProTimer.java | yehiaraslan85/SmiqsMobileApp | 28eb7e0cc96bf6f9a9b098ba943bac3f50f5fe33 | [
"MIT"
] | null | null | null | 23.109091 | 206 | 0.707317 | 21,391 | package crc64bc5fa566a7b37c7d;
public class ProTimer
extends java.util.TimerTask
implements
mono.android.IGCUserPeer
{
/** @hide */
public static final String __md_methods;
static {
__md_methods =
"n_run:()V:GetRunHandler\n" +
"";
mono.android.Runtime.register ("Com.Syncfusion.Rotator.ProTimer, Syncf... |
3e32a240cc9a424540814b6fdc3bb4d7140a581e | 3,209 | java | Java | src/main/java/com/djr/cards/games/golf/services/GolfServiceImpl.java | djr4488/cards | 98688da8ebc71cd43bbd5b1390c6f012c8a76503 | [
"Apache-1.1"
] | null | null | null | src/main/java/com/djr/cards/games/golf/services/GolfServiceImpl.java | djr4488/cards | 98688da8ebc71cd43bbd5b1390c6f012c8a76503 | [
"Apache-1.1"
] | 1 | 2016-11-04T15:14:33.000Z | 2016-11-04T15:14:33.000Z | src/main/java/com/djr/cards/games/golf/services/GolfServiceImpl.java | djr4488/cards | 98688da8ebc71cd43bbd5b1390c6f012c8a76503 | [
"Apache-1.1"
] | null | null | null | 30.855769 | 127 | 0.645996 | 21,392 | package com.djr.cards.games.golf.services;
import com.djr.cards.data.entities.User;
import com.djr.cards.games.golf.GolfService;
import com.djr.cards.games.golf.model.*;
import java.util.List;
/**
* User: djr4488
* Date: 2/20/14
* Time: 6:37 PM
*/
public class GolfServiceImpl implements GolfService {
public ... |
3e32a2cb31fc79f70d71143bfbc582b18182a929 | 1,836 | java | Java | src/crackingleetcode/PackageDelivery_Microsoft01.java | HaomingChen/LeetCodeNotes | 498da18a92a4fc5a2d5b6059f634142e6801fb08 | [
"MIT"
] | null | null | null | src/crackingleetcode/PackageDelivery_Microsoft01.java | HaomingChen/LeetCodeNotes | 498da18a92a4fc5a2d5b6059f634142e6801fb08 | [
"MIT"
] | null | null | null | src/crackingleetcode/PackageDelivery_Microsoft01.java | HaomingChen/LeetCodeNotes | 498da18a92a4fc5a2d5b6059f634142e6801fb08 | [
"MIT"
] | null | null | null | 33.381818 | 107 | 0.557734 | 21,393 | package crackingleetcode;
/**
* 假设有3栋楼,每栋楼都有对应的高度,假设是(10,15,12),我们有升序排列的包裹,代号表示为(9,14,25,36),
* 要输出包裹被deliver到第几栋大楼的第几层,这个意思就是假设包裹是9,就输出第一栋的第9层,19这个样子。14就是第二栋楼
* 的第四层,24。以此类推
*
* @author Haoming Chen
* Created on 2020/1/4
*/
public class PackageDelivery_Microsoft01 {
int[] building;
int[] pkg;
pub... |
3e32a34c2b2b658755e671e0dc23dcbed2c49c7d | 2,115 | java | Java | src/main/java/certyficate/sheetHandlers/search/order/DeviceData.java | FranciszekStepien/generate | 4bca33822221a4c32209ffce655972567d19a3cf | [
"Unlicense"
] | null | null | null | src/main/java/certyficate/sheetHandlers/search/order/DeviceData.java | FranciszekStepien/generate | 4bca33822221a4c32209ffce655972567d19a3cf | [
"Unlicense"
] | null | null | null | src/main/java/certyficate/sheetHandlers/search/order/DeviceData.java | FranciszekStepien/generate | 4bca33822221a4c32209ffce655972567d19a3cf | [
"Unlicense"
] | null | null | null | 28.581081 | 69 | 0.704965 | 21,394 | package certyficate.sheetHandlers.search.order;
import java.util.Map;
import org.jopendocument.dom.spreadsheet.Sheet;
import certyficate.entitys.Device;
import certyficate.property.CalibrationData;
public class DeviceData {
private static final String DEVICES_LABEL = "Urządzenia";
private static final String EMPT... |
3e32a35a43016130a8a33a39e9d3a05140542074 | 1,126 | java | Java | networking/p2p/src/main/java/tech/pegasys/artemis/networking/p2p/jvmlibp2p/rpc/encodings/RpcEncoding.java | dangerousfood/artemis | 0ad8daf04d8619915b73d9db14b8d073b88f9d7c | [
"Apache-2.0"
] | null | null | null | networking/p2p/src/main/java/tech/pegasys/artemis/networking/p2p/jvmlibp2p/rpc/encodings/RpcEncoding.java | dangerousfood/artemis | 0ad8daf04d8619915b73d9db14b8d073b88f9d7c | [
"Apache-2.0"
] | null | null | null | networking/p2p/src/main/java/tech/pegasys/artemis/networking/p2p/jvmlibp2p/rpc/encodings/RpcEncoding.java | dangerousfood/artemis | 0ad8daf04d8619915b73d9db14b8d073b88f9d7c | [
"Apache-2.0"
] | null | null | null | 36.322581 | 118 | 0.778863 | 21,395 | /*
* Copyright 2019 ConsenSys AG.
*
* 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 wr... |
3e32a38c09700c9622eb572b1e766306f6e32339 | 905 | java | Java | proguard/classfile/visitor/ImplementedClassFilter.java | CoOwner/VisualPvP | c92d1dcf40a812787e32e8a21d6462b57e755b99 | [
"MIT"
] | null | null | null | proguard/classfile/visitor/ImplementedClassFilter.java | CoOwner/VisualPvP | c92d1dcf40a812787e32e8a21d6462b57e755b99 | [
"MIT"
] | null | null | null | proguard/classfile/visitor/ImplementedClassFilter.java | CoOwner/VisualPvP | c92d1dcf40a812787e32e8a21d6462b57e755b99 | [
"MIT"
] | null | null | null | 12.569444 | 82 | 0.742541 | 21,396 | package proguard.classfile.visitor;
import proguard.classfile.Clazz;
import proguard.classfile.LibraryClass;
import proguard.classfile.ProgramClass;
public class ImplementedClassFilter
implements ClassVisitor
{
private final Clazz implementedClass;
private final ClassVisitor cla... |
3e32a55ca4848b04b96325eeb059c9676b550d87 | 1,566 | java | Java | ph-db-api/src/main/java/com/helger/db/api/callback/IExecutionTimeExceededCallback.java | phax/ph-db-api | 7f36dadbb8a66259a8fd87cfc41c05689ab9aad3 | [
"Apache-2.0"
] | null | null | null | ph-db-api/src/main/java/com/helger/db/api/callback/IExecutionTimeExceededCallback.java | phax/ph-db-api | 7f36dadbb8a66259a8fd87cfc41c05689ab9aad3 | [
"Apache-2.0"
] | null | null | null | ph-db-api/src/main/java/com/helger/db/api/callback/IExecutionTimeExceededCallback.java | phax/ph-db-api | 7f36dadbb8a66259a8fd87cfc41c05689ab9aad3 | [
"Apache-2.0"
] | null | null | null | 34.043478 | 122 | 0.727331 | 21,397 | /*
* Copyright (C) 2014-2022 Philip Helger (www.helger.com)
* philip[at]helger[dot]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/LICEN... |
3e32a65fef01c7f05e3e1f741fe59b327e27626e | 2,941 | java | Java | model-colr-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/SystemPartyIdentification11.java | luongnvUIT/prowide-iso20022 | 59210a4b67cd38759df2d0dd82ad19acf93ffe75 | [
"Apache-2.0"
] | 40 | 2020-10-13T13:44:59.000Z | 2022-03-30T13:58:32.000Z | model-colr-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/SystemPartyIdentification11.java | luongnvUIT/prowide-iso20022 | 59210a4b67cd38759df2d0dd82ad19acf93ffe75 | [
"Apache-2.0"
] | 25 | 2020-10-04T23:46:22.000Z | 2022-03-30T12:31:03.000Z | model-colr-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/SystemPartyIdentification11.java | luongnvUIT/prowide-iso20022 | 59210a4b67cd38759df2d0dd82ad19acf93ffe75 | [
"Apache-2.0"
] | 22 | 2020-12-22T14:50:22.000Z | 2022-03-30T13:19:10.000Z | 23.34127 | 88 | 0.620537 | 21,398 |
package com.prowidesoftware.swift.model.mx.dic;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang... |
3e32a6e06d33286dcf88f5bdf445a20a7639c23d | 2,834 | java | Java | firebase-firestore/src/main/java/com/google/firebase/firestore/core/TargetIdGenerator.java | gatarelib/firebase-android-sdk | ff6ae3fc21d4e98e3c41f4b16a1c8c4055076621 | [
"Apache-2.0"
] | null | null | null | firebase-firestore/src/main/java/com/google/firebase/firestore/core/TargetIdGenerator.java | gatarelib/firebase-android-sdk | ff6ae3fc21d4e98e3c41f4b16a1c8c4055076621 | [
"Apache-2.0"
] | 6 | 2018-10-17T18:07:37.000Z | 2018-10-18T23:06:27.000Z | firebase-firestore/src/main/java/com/google/firebase/firestore/core/TargetIdGenerator.java | gatarelib/firebase-android-sdk | ff6ae3fc21d4e98e3c41f4b16a1c8c4055076621 | [
"Apache-2.0"
] | null | null | null | 34.560976 | 97 | 0.696189 | 21,399 | // Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... |
3e32a7d77e731ec780741a2c3d9a573102094386 | 408 | java | Java | src/main/java/de/thro/inf/prg3/a08/model/FilterBase.java | sWMAveholz/08-singleton-factory-strategy-jfx | 3302a7396be3335e44bdbb855c5a6b6cbf2b3cc8 | [
"MIT"
] | null | null | null | src/main/java/de/thro/inf/prg3/a08/model/FilterBase.java | sWMAveholz/08-singleton-factory-strategy-jfx | 3302a7396be3335e44bdbb855c5a6b6cbf2b3cc8 | [
"MIT"
] | null | null | null | src/main/java/de/thro/inf/prg3/a08/model/FilterBase.java | sWMAveholz/08-singleton-factory-strategy-jfx | 3302a7396be3335e44bdbb855c5a6b6cbf2b3cc8 | [
"MIT"
] | null | null | null | 16.32 | 57 | 0.70098 | 21,400 | package de.thro.inf.prg3.a08.model;
import java.util.ArrayList;
import java.util.List;
public abstract class FilterBase implements MealsFilter {
protected abstract boolean include(Meal m);
@Override
public List<Meal> filter(List<Meal> meals) {
List<Meal> resultmeals = new ArrayList<Meal>();
for (Meal m : me... |
3e32a7fe8f071cd3e34bbbe8ed0a3545df8108fd | 346 | java | Java | als-server/jvm/src/main/scala/org/mulesoft/als/server/lsp4j/extension/CleanDiagnosticTreeClientCapabilities.java | aml-org/als | da00a297c255bfd4c237b8f13dc91399d9b6e61f | [
"Apache-2.0"
] | 6 | 2021-08-30T17:52:29.000Z | 2022-01-25T00:25:47.000Z | als-server/jvm/src/main/scala/org/mulesoft/als/server/lsp4j/extension/CleanDiagnosticTreeClientCapabilities.java | aml-org/als | da00a297c255bfd4c237b8f13dc91399d9b6e61f | [
"Apache-2.0"
] | 44 | 2021-03-31T17:19:39.000Z | 2022-03-28T21:23:16.000Z | als-server/jvm/src/main/scala/org/mulesoft/als/server/lsp4j/extension/CleanDiagnosticTreeClientCapabilities.java | aml-org/als | da00a297c255bfd4c237b8f13dc91399d9b6e61f | [
"Apache-2.0"
] | 4 | 2021-04-09T21:13:08.000Z | 2021-12-13T17:51:24.000Z | 24.714286 | 72 | 0.754335 | 21,401 | package org.mulesoft.als.server.lsp4j.extension;
public class CleanDiagnosticTreeClientCapabilities {
private Boolean enabledClean;
public CleanDiagnosticTreeClientCapabilities(Boolean enabledClean) {
this.enabledClean = enabledClean;
}
public Boolean getEnabledCleanDiagnostic() {
ret... |
3e32a87143866c515960f25b8e8715789d275777 | 1,106 | java | Java | samples/evcache-server-sample/src/main/java/sample/EVCacheServer.java | aafwu00/netflix-evcache-spring | bf5a9b5e97abfe1ff38384e2e4fe7dd00574f3c4 | [
"Apache-2.0"
] | 8 | 2018-01-27T04:06:54.000Z | 2021-03-18T09:08:21.000Z | samples/evcache-server-sample/src/main/java/sample/EVCacheServer.java | aafwu00/netflix-evcache-spring | bf5a9b5e97abfe1ff38384e2e4fe7dd00574f3c4 | [
"Apache-2.0"
] | 2 | 2018-03-05T03:18:43.000Z | 2018-03-27T03:30:10.000Z | samples/evcache-server-sample/src/main/java/sample/EVCacheServer.java | aafwu00/netflix-evcache-spring | bf5a9b5e97abfe1ff38384e2e4fe7dd00574f3c4 | [
"Apache-2.0"
] | 6 | 2018-01-27T03:38:20.000Z | 2020-04-12T09:08:08.000Z | 31.6 | 75 | 0.759494 | 21,402 | /*
* Copyright 2017-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e32a8b707f2a6f87b3a00f953d8237cbaab339d | 3,379 | java | Java | runescape-client/src/main/java/ByteArrayPool.java | wmcgough/OpenOSRS | d13bc058d53b4f3e2e7d99c0a0839fe969acedef | [
"BSD-2-Clause"
] | null | null | null | runescape-client/src/main/java/ByteArrayPool.java | wmcgough/OpenOSRS | d13bc058d53b4f3e2e7d99c0a0839fe969acedef | [
"BSD-2-Clause"
] | null | null | null | runescape-client/src/main/java/ByteArrayPool.java | wmcgough/OpenOSRS | d13bc058d53b4f3e2e7d99c0a0839fe969acedef | [
"BSD-2-Clause"
] | null | null | null | 29.902655 | 97 | 0.707014 | 21,403 | import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("kg")
@Implements("ByteArrayPool")
public class ByteArrayPool {
@ObfuscatedName("z")
@... |
3e32a90f3a841b1b6fa3bf87f4336df49ed45296 | 752 | java | Java | net.menthor.ontouml/src/RefOntoUML/impl/KindImpl.java | tgoprince/menthor-editor | 1618b272d8976688dff46fc9e9e35eb9371cd0f4 | [
"MIT"
] | 28 | 2016-09-26T13:27:57.000Z | 2022-01-19T10:01:37.000Z | net.menthor.ontouml/src/RefOntoUML/impl/KindImpl.java | tgoprince/menthor-editor | 1618b272d8976688dff46fc9e9e35eb9371cd0f4 | [
"MIT"
] | 16 | 2016-09-19T16:43:48.000Z | 2021-03-10T20:47:23.000Z | net.menthor.ontouml/src/RefOntoUML/impl/KindImpl.java | tgoprince/menthor-editor | 1618b272d8976688dff46fc9e9e35eb9371cd0f4 | [
"MIT"
] | 6 | 2016-09-27T20:55:04.000Z | 2022-03-20T15:52:22.000Z | 17.090909 | 68 | 0.56383 | 21,404 | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package RefOntoUML.impl;
import RefOntoUML.Kind;
import RefOntoUML.RefOntoUMLPackage;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Kind</b></em>'.
* <!-- end-user-doc -->
* <p>... |
3e32a941d44545697aa244c2f19f72aeccf6f8de | 2,179 | java | Java | src/main/java/hudson/plugins/selenium/configuration/browser/webdriver/ChromeBrowser.java | VijayChaudharySym/selenium-plugin | c7b9cf3b19c264115eb025bd702209dd820d9c28 | [
"MIT"
] | 61 | 2015-01-10T18:29:52.000Z | 2022-02-27T19:15:59.000Z | src/main/java/hudson/plugins/selenium/configuration/browser/webdriver/ChromeBrowser.java | VijayChaudharySym/selenium-plugin | c7b9cf3b19c264115eb025bd702209dd820d9c28 | [
"MIT"
] | 106 | 2015-03-03T19:04:44.000Z | 2021-11-17T08:28:01.000Z | src/main/java/hudson/plugins/selenium/configuration/browser/webdriver/ChromeBrowser.java | VijayChaudharySym/selenium-plugin | c7b9cf3b19c264115eb025bd702209dd820d9c28 | [
"MIT"
] | 79 | 2015-03-17T08:12:54.000Z | 2021-08-08T14:51:42.000Z | 28.298701 | 156 | 0.674621 | 21,405 | package hudson.plugins.selenium.configuration.browser.webdriver;
import hudson.Extension;
import hudson.util.FormValidation;
import org.apache.commons.lang.StringUtils;
import org.kohsuke.stapler.DataBoundConstructor;
import org.kohsuke.stapler.QueryParameter;
import java.util.HashMap;
import java.util.Map;
public c... |
3e32a9a1493b983c355fb1331ddde3c2c75e450f | 159 | java | Java | src/p2/submibot/resources/Submission.java | gabrielfern/SubmiBot | d74e1ff65836edf3f43c1427755e693eb61f2ef1 | [
"MIT"
] | 18 | 2018-10-12T23:35:00.000Z | 2021-05-13T05:56:36.000Z | src/p2/submibot/resources/Submission.java | gabrielfern/SubmiBot | d74e1ff65836edf3f43c1427755e693eb61f2ef1 | [
"MIT"
] | 9 | 2018-09-25T20:50:52.000Z | 2019-03-29T16:46:02.000Z | src/p2/submibot/resources/Submission.java | gabrielfern/SubmiBot | d74e1ff65836edf3f43c1427755e693eb61f2ef1 | [
"MIT"
] | 5 | 2018-10-01T15:49:34.000Z | 2019-02-19T13:44:03.000Z | 14.454545 | 30 | 0.754717 | 21,406 | package p2.submibot.resources;
public class Submission {
private String preview_url;
@Override
public String toString() {
return this.preview_url;
}
}
|
3e32ab0c2e4a51a25e3f4a682ca4647aed3dd528 | 340 | java | Java | src/main/java/nl/atlasdev/v1wac/standalone/les1/p5/Server.java | AtlasDev/TICT-V1WAC-15 | fe87f59f3b935dcecc45716c364de29ede5c44b4 | [
"MIT"
] | 1 | 2018-04-20T10:30:40.000Z | 2018-04-20T10:30:40.000Z | src/main/java/nl/atlasdev/v1wac/standalone/les1/p5/Server.java | AtlasDev/TICT-V1WAC-15 | fe87f59f3b935dcecc45716c364de29ede5c44b4 | [
"MIT"
] | null | null | null | src/main/java/nl/atlasdev/v1wac/standalone/les1/p5/Server.java | AtlasDev/TICT-V1WAC-15 | fe87f59f3b935dcecc45716c364de29ede5c44b4 | [
"MIT"
] | null | null | null | 26.153846 | 65 | 0.758824 | 21,407 | package nl.atlasdev.v1wac.standalone.les1.p5;
import java.io.IOException;
import java.net.ServerSocket;
public class Server {
public static void main(String[] args) throws IOException {
@SuppressWarnings("resource")
ServerSocket server = new ServerSocket(4711);
while(true) new Thread(new MyServlet(server.accep... |
3e32ac232db92b295c17252100c494814063b9de | 324 | java | Java | app/src/test/java/io/github/superprofis/supergame/ExampleUnitTest.java | SuperProfis/SuperGame | b4cdbc47418c182fdedde25b2a845ebcaf82b643 | [
"MIT"
] | null | null | null | app/src/test/java/io/github/superprofis/supergame/ExampleUnitTest.java | SuperProfis/SuperGame | b4cdbc47418c182fdedde25b2a845ebcaf82b643 | [
"MIT"
] | null | null | null | app/src/test/java/io/github/superprofis/supergame/ExampleUnitTest.java | SuperProfis/SuperGame | b4cdbc47418c182fdedde25b2a845ebcaf82b643 | [
"MIT"
] | null | null | null | 21.6 | 78 | 0.700617 | 21,408 | package io.github.superprofis.supergame;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
... |
3e32ac6b42a0ca899f7df3f279580485a420f17c | 3,128 | java | Java | src/test/java/ch/uzh/ifi/hase/soprafs22/repository/UserRepositoryIntegrationTest.java | sopra-fs22-group-12/sopra-fs22-server | 52060c7f00241a86a3606eac209191d2c6536243 | [
"Apache-2.0"
] | null | null | null | src/test/java/ch/uzh/ifi/hase/soprafs22/repository/UserRepositoryIntegrationTest.java | sopra-fs22-group-12/sopra-fs22-server | 52060c7f00241a86a3606eac209191d2c6536243 | [
"Apache-2.0"
] | null | null | null | src/test/java/ch/uzh/ifi/hase/soprafs22/repository/UserRepositoryIntegrationTest.java | sopra-fs22-group-12/sopra-fs22-server | 52060c7f00241a86a3606eac209191d2c6536243 | [
"Apache-2.0"
] | null | null | null | 34 | 77 | 0.715153 | 21,409 | package ch.uzh.ifi.hase.soprafs22.repository;
import ch.uzh.ifi.hase.soprafs22.constant.UserStatus;
import ch.uzh.ifi.hase.soprafs22.entity.User;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest;
imp... |
3e32aed4db9f06f9148384998ef50dfec2469513 | 1,727 | java | Java | Cerb4-Impex/src/com/cerb4/impex/XMLThread.java | wgm/cerb4-impex | a800365644c0785ca5b8d13b4c743b92672fd89e | [
"MIT"
] | null | null | null | Cerb4-Impex/src/com/cerb4/impex/XMLThread.java | wgm/cerb4-impex | a800365644c0785ca5b8d13b4c743b92672fd89e | [
"MIT"
] | null | null | null | Cerb4-Impex/src/com/cerb4/impex/XMLThread.java | wgm/cerb4-impex | a800365644c0785ca5b8d13b4c743b92672fd89e | [
"MIT"
] | null | null | null | 29.271186 | 102 | 0.603937 | 21,410 | package com.cerb4.impex;
import org.dom4j.Document;
import org.dom4j.io.OutputFormat;
import org.dom4j.io.XMLWriter;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
public class XMLThread extends Thread {
Document doc = null;
String... |
3e32af7f2c25048ae7b447f1eef86676ed685b44 | 3,433 | java | Java | server/src/main/java/org/elasticsearch/action/termvectors/MultiTermVectorsItemResponse.java | YMhao/elasticsearch | 3bb826aa5cf477d3f0cc2397bda517d501c08b9a | [
"Apache-2.0"
] | 1,125 | 2016-09-11T17:27:35.000Z | 2022-03-29T13:41:58.000Z | server/src/main/java/org/elasticsearch/action/termvectors/MultiTermVectorsItemResponse.java | YMhao/elasticsearch | 3bb826aa5cf477d3f0cc2397bda517d501c08b9a | [
"Apache-2.0"
] | 346 | 2016-12-03T18:37:07.000Z | 2022-03-29T08:33:04.000Z | server/src/main/java/org/elasticsearch/action/termvectors/MultiTermVectorsItemResponse.java | YMhao/elasticsearch | 3bb826aa5cf477d3f0cc2397bda517d501c08b9a | [
"Apache-2.0"
] | 190 | 2016-12-15T13:46:19.000Z | 2022-03-04T05:17:11.000Z | 27.910569 | 113 | 0.642004 | 21,411 | /*
* 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... |
3e32afc31770efd3b3f857627cabd1c0e627f422 | 2,236 | java | Java | src/main/java/fr/yuki/yrpf/luaapi/items/CreateItemTemplateEF.java | OALM-Team/YRPF | 10bd64e82956797f443642763236fcd262510418 | [
"Apache-2.0"
] | 6 | 2020-05-31T17:04:13.000Z | 2020-08-16T18:28:46.000Z | src/main/java/fr/yuki/yrpf/luaapi/items/CreateItemTemplateEF.java | OualiS/YRPF | da43a34224bb98cb80e9ed69b8ae7c07d5c439e8 | [
"Apache-2.0"
] | 5 | 2020-07-13T17:25:13.000Z | 2021-01-22T19:55:57.000Z | src/main/java/fr/yuki/yrpf/luaapi/items/CreateItemTemplateEF.java | OualiS/YRPF | da43a34224bb98cb80e9ed69b8ae7c07d5c439e8 | [
"Apache-2.0"
] | 3 | 2020-07-07T18:42:18.000Z | 2021-04-01T12:57:44.000Z | 43.843137 | 119 | 0.680233 | 21,413 | package fr.yuki.yrpf.luaapi.items;
import fr.yuki.yrpf.i18n.I18n;
import fr.yuki.yrpf.manager.InventoryManager;
import fr.yuki.yrpf.manager.ItemManager;
import fr.yuki.yrpf.model.ItemTemplate;
import net.onfirenetwork.onsetjava.Onset;
import net.onfirenetwork.onsetjava.plugin.ExportFunction;
public class Cre... |
3e32b0588eb4497eec94ecae952bdc24b1756176 | 1,758 | java | Java | com.io7m.cardant.model/src/main/java/com/io7m/cardant/model/CAItemAttachment.java | io7m/cardant | 6558f11c2031e6c83bf76d68184c574c0795abda | [
"0BSD"
] | null | null | null | com.io7m.cardant.model/src/main/java/com/io7m/cardant/model/CAItemAttachment.java | io7m/cardant | 6558f11c2031e6c83bf76d68184c574c0795abda | [
"0BSD"
] | 4 | 2021-10-03T21:13:40.000Z | 2021-10-30T16:15:48.000Z | com.io7m.cardant.model/src/main/java/com/io7m/cardant/model/CAItemAttachment.java | io7m/cardant | 6558f11c2031e6c83bf76d68184c574c0795abda | [
"0BSD"
] | null | null | null | 27.40625 | 78 | 0.72691 | 21,414 | /*
* Copyright © 2021 Mark Raynsford <envkt@example.com> https://www.io7m.com
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE ... |
3e32b0c22968cdaa13e9e0a69b4b8d1aca235cc4 | 1,844 | java | Java | invest_proj/invest/src/main/java/com/flc/service/school/courses_teacher/impl/Courses_teacherService.java | 542869246/wxkt | cd5344ceb12bb7c30c02fa127cd2c5630af64317 | [
"MIT"
] | null | null | null | invest_proj/invest/src/main/java/com/flc/service/school/courses_teacher/impl/Courses_teacherService.java | 542869246/wxkt | cd5344ceb12bb7c30c02fa127cd2c5630af64317 | [
"MIT"
] | 4 | 2021-01-20T22:28:17.000Z | 2021-12-09T20:05:47.000Z | invest_proj/invest/src/main/java/com/flc/service/school/courses_teacher/impl/Courses_teacherService.java | 542869246/wxkt | cd5344ceb12bb7c30c02fa127cd2c5630af64317 | [
"MIT"
] | 1 | 2018-07-11T03:49:09.000Z | 2018-07-11T03:49:09.000Z | 22.487805 | 85 | 0.72885 | 21,415 | package com.flc.service.school.courses_teacher.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.flc.dao.DaoSupport;
import com.flc.entity.Page;
import com.flc.util.PageData;
import com.flc.service.school.courses_teacher.Courses_teacherManager;
/*... |
3e32b0dd1a1eb02776560815de339053717c100b | 2,556 | java | Java | application/application-obr-resolver/src/main/java/org/apache/aries/application/resolver/obr/impl/MapToDictionary.java | lburgazzoli/apache-aries | d85be2b8f8a026cb1959c83ceb4ed812cd9d1279 | [
"Apache-2.0"
] | 75 | 2015-01-09T20:20:37.000Z | 2022-03-22T13:22:30.000Z | application/application-obr-resolver/src/main/java/org/apache/aries/application/resolver/obr/impl/MapToDictionary.java | lburgazzoli/apache-aries | d85be2b8f8a026cb1959c83ceb4ed812cd9d1279 | [
"Apache-2.0"
] | 77 | 2015-02-06T11:24:25.000Z | 2022-03-18T17:41:52.000Z | application/application-obr-resolver/src/main/java/org/apache/aries/application/resolver/obr/impl/MapToDictionary.java | coheigea/aries | 457551c4dda9ceca2e57572c121c605afb52db36 | [
"Apache-2.0"
] | 157 | 2015-01-12T20:43:13.000Z | 2022-01-31T12:11:40.000Z | 20.612903 | 67 | 0.656495 | 21,416 | /*
* 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 ... |
3e32b116443b16aa17ec1fc26e729f6eb0b6c274 | 983 | java | Java | src/main/java/se/bjurr/sbcc/data/SbccChangeSet.java | tied/simple-bitbucket-commit-checker | 603c369b23bc2aa3eab970e141de4e0feccc8a9e | [
"Apache-2.0"
] | 18 | 2015-12-09T12:40:04.000Z | 2021-11-12T19:25:32.000Z | src/main/java/se/bjurr/sbcc/data/SbccChangeSet.java | tied/simple-bitbucket-commit-checker | 603c369b23bc2aa3eab970e141de4e0feccc8a9e | [
"Apache-2.0"
] | 53 | 2015-11-18T08:00:31.000Z | 2020-02-28T12:24:39.000Z | src/main/java/se/bjurr/sbcc/data/SbccChangeSet.java | tied/simple-bitbucket-commit-checker | 603c369b23bc2aa3eab970e141de4e0feccc8a9e | [
"Apache-2.0"
] | 21 | 2015-10-23T06:15:01.000Z | 2021-02-11T18:17:06.000Z | 18.54717 | 65 | 0.669379 | 21,417 | package se.bjurr.sbcc.data;
public class SbccChangeSet implements Comparable<SbccChangeSet> {
private final SbccPerson author;
private final SbccPerson committer;
private final String id;
private final String message;
private final boolean tag;
public SbccChangeSet(
final String id,
final ... |
3e32b12406498859e80b5ae8ea03b64f3383d26e | 3,756 | java | Java | src/test/java/com/rbkmoney/dudoser/kafka/InvoicingKafkaListenerTest.java | devxpay/dudoser | f27e5fa965417de4cf08e5bc0156a5ad6de6f43b | [
"Apache-2.0"
] | 2 | 2020-03-21T05:03:36.000Z | 2020-12-25T10:29:05.000Z | src/test/java/com/rbkmoney/dudoser/kafka/InvoicingKafkaListenerTest.java | devxpay/dudoser | f27e5fa965417de4cf08e5bc0156a5ad6de6f43b | [
"Apache-2.0"
] | 3 | 2019-11-25T09:58:27.000Z | 2021-03-25T16:18:48.000Z | src/test/java/com/rbkmoney/dudoser/kafka/InvoicingKafkaListenerTest.java | rbkmoney/dudoser | f27e5fa965417de4cf08e5bc0156a5ad6de6f43b | [
"Apache-2.0"
] | 3 | 2020-11-18T02:30:43.000Z | 2021-12-07T09:06:00.000Z | 37.188119 | 110 | 0.74787 | 21,418 | package com.rbkmoney.dudoser.kafka;
import com.rbkmoney.damsel.payment_processing.EventPayload;
import com.rbkmoney.damsel.payment_processing.InvoiceChange;
import com.rbkmoney.dudoser.configuration.KafkaConfig;
import com.rbkmoney.dudoser.listener.InvoicingKafkaListener;
import com.rbkmoney.dudoser.service.HandlerMan... |
3e32b15aafcdcd6c05db14001f7c8b50c4baf2a1 | 314 | java | Java | src/main/java/tw/edu/au/csie/ucan/beebit/seco/Project.java | ucanlab/beebit-seco-api | 55fa218d7808902180b6df41591bb75c95ee9066 | [
"Apache-2.0"
] | 1 | 2021-01-10T06:25:20.000Z | 2021-01-10T06:25:20.000Z | src/main/java/tw/edu/au/csie/ucan/beebit/seco/Project.java | ucanlab/beebit-seco-api | 55fa218d7808902180b6df41591bb75c95ee9066 | [
"Apache-2.0"
] | null | null | null | src/main/java/tw/edu/au/csie/ucan/beebit/seco/Project.java | ucanlab/beebit-seco-api | 55fa218d7808902180b6df41591bb75c95ee9066 | [
"Apache-2.0"
] | null | null | null | 20.933333 | 45 | 0.595541 | 21,419 | package tw.edu.au.csie.ucan.beebit.seco;
public class Project {
private String pid;
private String uid;
public Project(String uid, String pid) {
this.uid = uid;
this.pid = pid;
}
public String getUid() { return uid;}
public String getPid() { return pid;}
}
|
3e32b22a4cf1372c37681835a772e6156ee99bf6 | 1,337 | java | Java | alipay-sdk/src/main/java/com/alipay/api/domain/ItemDeliveryDetail.java | js882829/pay | b54882ca1bf542b53d46bf9bcd689ce5797ed213 | [
"Apache-2.0"
] | 61 | 2017-10-18T02:19:09.000Z | 2022-03-23T09:52:55.000Z | alipay-sdk/src/main/java/com/alipay/api/domain/ItemDeliveryDetail.java | js882829/pay | b54882ca1bf542b53d46bf9bcd689ce5797ed213 | [
"Apache-2.0"
] | 1 | 2019-06-21T04:26:23.000Z | 2019-06-21T04:26:23.000Z | alipay-sdk/src/main/java/com/alipay/api/domain/ItemDeliveryDetail.java | js882829/pay | b54882ca1bf542b53d46bf9bcd689ce5797ed213 | [
"Apache-2.0"
] | 45 | 2017-11-21T06:43:27.000Z | 2021-11-20T00:57:01.000Z | 19.376812 | 67 | 0.731488 | 21,420 | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 物料生产订单物流详情, 包括物流订单号, 物流公司名称等信息
*
* @author auto create
* @since 1.0, 2017-06-30 10:15:08
*/
public class ItemDeliveryDetail extends AlipayObject {
private static final long serialVersionUID... |
3e32b3036af64ddd45cef5fdbe61955f6d45278a | 3,742 | java | Java | src/main/java/chess/connection/XBoardHandler.java | TheSamsai/Testing | 0df41cf2900306dcc36a4ea39a72b12cece7dfef | [
"MIT"
] | null | null | null | src/main/java/chess/connection/XBoardHandler.java | TheSamsai/Testing | 0df41cf2900306dcc36a4ea39a72b12cece7dfef | [
"MIT"
] | null | null | null | src/main/java/chess/connection/XBoardHandler.java | TheSamsai/Testing | 0df41cf2900306dcc36a4ea39a72b12cece7dfef | [
"MIT"
] | null | null | null | 30.92562 | 94 | 0.466061 | 21,421 | package chess.connection;
import chess.bot.ChessBot;
import chess.engine.GameState;
import java.io.BufferedReader;
import java.io.IOException;
import chess.model.Side;
import logging.Logger;
/**
* Class for handling game input coming from XBoard
*/
public class XBoardHandler {
private ChessBot bot;
private G... |
3e32b3088ceebacc6d6fb7d3719087c700da0373 | 5,394 | java | Java | src/main/java/com/seven20/picklejar/utils/RunnerArchive.java | siliconmenace/picklejar | ce9883d8a0df3cb991a0a1420c849a6727a569b5 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/seven20/picklejar/utils/RunnerArchive.java | siliconmenace/picklejar | ce9883d8a0df3cb991a0a1420c849a6727a569b5 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/seven20/picklejar/utils/RunnerArchive.java | siliconmenace/picklejar | ce9883d8a0df3cb991a0a1420c849a6727a569b5 | [
"Apache-2.0"
] | null | null | null | 29.966667 | 128 | 0.707824 | 21,422 | package com.seven20.picklejar.utils;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.logging.Logger;
import java.util.zi... |
3e32b32470efd7e09699a78c99b4c961936b21ac | 2,631 | java | Java | src/test/java/de/danielbechler/diff/visitor/PrintingVisitorTest.java | oplohmann/java-object-diff | 595a3e430371e91ae96258d0a42816ac29145a1f | [
"Apache-2.0"
] | 1 | 2017-07-13T06:36:26.000Z | 2017-07-13T06:36:26.000Z | src/test/java/de/danielbechler/diff/visitor/PrintingVisitorTest.java | oplohmann/java-object-diff | 595a3e430371e91ae96258d0a42816ac29145a1f | [
"Apache-2.0"
] | null | null | null | src/test/java/de/danielbechler/diff/visitor/PrintingVisitorTest.java | oplohmann/java-object-diff | 595a3e430371e91ae96258d0a42816ac29145a1f | [
"Apache-2.0"
] | null | null | null | 32.085366 | 111 | 0.757887 | 21,423 | /*
* Copyright 2012 Daniel Bechler
*
* 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 i... |
3e32b335937bc2d4499f02470c9d97b128218679 | 918 | java | Java | src/scheduler/src/test/java/org/cloudfoundry/autoscaler/scheduler/util/TimeZoneTestRule.java | salzmannsusan/app-autoscaler-release | b914dcdeef8282b6dca5907e631d83b09ff7c0d0 | [
"Apache-2.0"
] | 57 | 2016-04-19T07:56:52.000Z | 2019-02-20T06:34:33.000Z | src/scheduler/src/test/java/org/cloudfoundry/autoscaler/scheduler/util/TimeZoneTestRule.java | salzmannsusan/app-autoscaler-release | b914dcdeef8282b6dca5907e631d83b09ff7c0d0 | [
"Apache-2.0"
] | 452 | 2016-04-18T07:34:00.000Z | 2019-02-26T10:54:20.000Z | scheduler/src/test/java/org/cloudfoundry/autoscaler/scheduler/util/TimeZoneTestRule.java | garethjevans/app-autoscaler | 242b8c9573aa246b62b1a6336ed14767c077a866 | [
"Apache-2.0"
] | 46 | 2016-04-14T22:31:10.000Z | 2019-02-10T13:40:56.000Z | 25.5 | 73 | 0.671024 | 21,424 | package org.cloudfoundry.autoscaler.scheduler.util;
import java.util.TimeZone;
import org.junit.rules.TestRule;
import org.junit.runner.Description;
import org.junit.runners.model.Statement;
/** Rule for running the test classes with different Time zones */
public class TimeZoneTestRule implements TestRule {
privat... |
3e32b3a13d50779818f9446d8bac330217d5e992 | 849 | java | Java | src/main/chariot/chariot/api/Analysis.java | tors42/chariot | e174d85186092279171648127eafd6bc19451493 | [
"MIT"
] | 17 | 2021-08-14T18:00:33.000Z | 2022-02-07T03:32:33.000Z | src/main/chariot/chariot/api/Analysis.java | tors42/chariot | 43aa57816b86aec90b37901d5eadaf31e8262a3d | [
"MIT"
] | 1 | 2021-11-27T13:55:23.000Z | 2021-11-27T22:04:39.000Z | src/main/chariot/chariot/api/Analysis.java | tors42/chariot | e174d85186092279171648127eafd6bc19451493 | [
"MIT"
] | null | null | null | 24.970588 | 84 | 0.639576 | 21,425 | package chariot.api;
import java.util.function.Consumer;
import java.util.function.Function;
import chariot.model.Enums.VariantName;
import chariot.model.Result;
public interface Analysis {
Result<chariot.model.Analysis> cloudEval(String fen, Consumer<Params> params);
default Result<chariot.model.Analysis> ... |
3e32b50b5dd5c9ccaee7c94fdf08e8fe3a17aa87 | 179 | java | Java | src/main/java/alekseybykov/portfolio/patterns/gof/structural/adapter/VgaSocket.java | AlekseyBykov/gof | 7b25657d5f3fe696948c2f71e06e740f2620196e | [
"MIT"
] | null | null | null | src/main/java/alekseybykov/portfolio/patterns/gof/structural/adapter/VgaSocket.java | AlekseyBykov/gof | 7b25657d5f3fe696948c2f71e06e740f2620196e | [
"MIT"
] | null | null | null | src/main/java/alekseybykov/portfolio/patterns/gof/structural/adapter/VgaSocket.java | AlekseyBykov/gof | 7b25657d5f3fe696948c2f71e06e740f2620196e | [
"MIT"
] | null | null | null | 17.9 | 63 | 0.731844 | 21,426 | package alekseybykov.portfolio.patterns.gof.structural.adapter;
/**
* @author Aleksey Bykov
* @since 03.11.2019
*/
public interface VgaSocket {
String getVideoSignal();
}
|
3e32b5927d23d39c3ef7a51cddcee3fb35ead815 | 1,380 | java | Java | Estrutura de Dados/src/ecomp/ed/lista/ListaLigadaSimples.java | Blackwol/EstruturaDeDados | cad70b497e99cc0155e0e9eeda68015e23d1643a | [
"MIT"
] | null | null | null | Estrutura de Dados/src/ecomp/ed/lista/ListaLigadaSimples.java | Blackwol/EstruturaDeDados | cad70b497e99cc0155e0e9eeda68015e23d1643a | [
"MIT"
] | null | null | null | Estrutura de Dados/src/ecomp/ed/lista/ListaLigadaSimples.java | Blackwol/EstruturaDeDados | cad70b497e99cc0155e0e9eeda68015e23d1643a | [
"MIT"
] | null | null | null | 18.4 | 56 | 0.576812 | 21,427 | package ecomp.ed.lista;
public class ListaLigadaSimples<T> implements TADLista {
private NoSimples inicio;
private int quantidade;
public void add(Object o) {
NoSimples novo = new NoSimples();
novo.setElemento(o);
if (inicio == null)
inicio = novo;
else {
novo.setProximo(inicio);
inicio = novo;
... |
3e32b6c0bcbe30726102f29f41bacd8c013e2802 | 1,418 | java | Java | src/test/java/AppTest.java | AustinMinnon/Triangle-Tracker-java | af055188a012973e4c249bc76a99db4c4d4e4f84 | [
"MIT"
] | null | null | null | src/test/java/AppTest.java | AustinMinnon/Triangle-Tracker-java | af055188a012973e4c249bc76a99db4c4d4e4f84 | [
"MIT"
] | null | null | null | src/test/java/AppTest.java | AustinMinnon/Triangle-Tracker-java | af055188a012973e4c249bc76a99db4c4d4e4f84 | [
"MIT"
] | null | null | null | 25.781818 | 78 | 0.643159 | 21,428 | import org.fluentlenium.adapter.FluentTest;
import org.junit.ClassRule;
import org.junit.Test;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
import static org.assertj.core.api.Assertions.assertThat;
public class AppTest extends FluentTest {
public WebDriver webDriver = ne... |
3e32b771002c50ddf7b5e07798cd7424977fb3f4 | 5,539 | java | Java | core/src/main/java/wtf/nucker/kitpvpplus/commands/DebugCommand.java | realdeadbeef/KitPvPPlus | 62e49da2017b64dc7204a3c6815b9b6c21ad0eff | [
"MIT"
] | 9 | 2021-07-18T16:52:45.000Z | 2022-03-16T23:59:46.000Z | core/src/main/java/wtf/nucker/kitpvpplus/commands/DebugCommand.java | realdeadbeef/KitPvPPlus | 62e49da2017b64dc7204a3c6815b9b6c21ad0eff | [
"MIT"
] | 2 | 2021-08-29T15:23:51.000Z | 2021-12-22T22:27:21.000Z | core/src/main/java/wtf/nucker/kitpvpplus/commands/DebugCommand.java | realdeadbeef/KitPvPPlus | 62e49da2017b64dc7204a3c6815b9b6c21ad0eff | [
"MIT"
] | 8 | 2021-07-18T17:22:46.000Z | 2021-10-30T09:35:07.000Z | 38.2 | 161 | 0.652464 | 21,429 | package wtf.nucker.kitpvpplus.commands;
import co.aikar.commands.BaseCommand;
import co.aikar.commands.annotation.*;
import co.aikar.commands.bukkit.contexts.OnlinePlayer;
import org.bukkit.Bukkit;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.inventory.Inventory;
import w... |
3e32b77a5ce844e5e762a57948e78396fa123c9d | 306 | java | Java | Web/src/main/java/org/voovan/http/extend/SocketIOParserException.java | helyho/voovan | 435e4fe1d5a95a51e22f3b06e00202f48f137b3c | [
"Apache-2.0"
] | 269 | 2015-05-06T00:41:30.000Z | 2022-03-03T08:49:02.000Z | Web/src/main/java/org/voovan/http/extend/SocketIOParserException.java | helyho/voovan | 435e4fe1d5a95a51e22f3b06e00202f48f137b3c | [
"Apache-2.0"
] | 7 | 2015-05-06T16:38:15.000Z | 2022-03-12T15:55:33.000Z | Web/src/main/java/org/voovan/http/extend/SocketIOParserException.java | helyho/voovan | 435e4fe1d5a95a51e22f3b06e00202f48f137b3c | [
"Apache-2.0"
] | 90 | 2015-05-06T00:29:59.000Z | 2022-03-10T06:27:30.000Z | 19.125 | 55 | 0.699346 | 21,430 | package org.voovan.http.extend;
/**
* SocketIO 异常
*
* @author: helyho
* Voovan Framework.
* WebSite: https://github.com/helyho/Voovan
* Licence: Apache v2 License
*/
public class SocketIOParserException extends Exception{
public SocketIOParserException(String msg){
super(msg);
}
}
|
3e32b77ce76e57daa5d8645437e2fb1f4672332b | 1,189 | java | Java | src/main/java/com/sphenon/engines/generator/CompiledGenerator.java | 616c/java-com.sphenon.components.engines.generator | 6404cd37409d74f503496ffc28506f767dd59c4f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/sphenon/engines/generator/CompiledGenerator.java | 616c/java-com.sphenon.components.engines.generator | 6404cd37409d74f503496ffc28506f767dd59c4f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/sphenon/engines/generator/CompiledGenerator.java | 616c/java-com.sphenon.components.engines.generator | 6404cd37409d74f503496ffc28506f767dd59c4f | [
"Apache-2.0"
] | null | null | null | 44.037037 | 125 | 0.687132 | 21,431 | package com.sphenon.engines.generator;
/****************************************************************************
Copyright 2001-2018 Sphenon GmbH
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy
of the Li... |
3e32b84222b07c7524c35b2030aa59ad70588b46 | 11,084 | java | Java | module/nuls-cross-chain/cross-chain/src/main/java/network/nerve/utils/BroadCtxUtil.java | LaudateCorpus1/nerve-2 | 4980c66ae7fc66b21399e374c778fd84273dd7de | [
"MIT"
] | 103 | 2020-02-07T03:55:21.000Z | 2022-01-21T16:13:48.000Z | module/nuls-cross-chain/cross-chain/src/main/java/network/nerve/utils/BroadCtxUtil.java | LaudateCorpus1/nerve-2 | 4980c66ae7fc66b21399e374c778fd84273dd7de | [
"MIT"
] | 59 | 2020-04-07T10:14:29.000Z | 2021-07-29T04:08:23.000Z | module/nuls-cross-chain/cross-chain/src/main/java/network/nerve/utils/BroadCtxUtil.java | LaudateCorpus1/nerve-2 | 4980c66ae7fc66b21399e374c778fd84273dd7de | [
"MIT"
] | 30 | 2020-04-13T10:08:36.000Z | 2022-03-22T10:33:42.000Z | 45.801653 | 219 | 0.607903 | 21,432 | package network.nerve.utils;
import io.nuls.base.basic.AddressTool;
import io.nuls.base.data.NulsHash;
import io.nuls.base.data.Transaction;
import io.nuls.core.constant.TxType;
import io.nuls.core.core.annotation.Autowired;
import io.nuls.core.core.annotation.Component;
import io.nuls.core.exception.NulsException;
im... |
3e32b8c36ac282e0fd523a64802deb4cde3ad710 | 7,528 | java | Java | baleen-uima/src/main/java/uk/gov/dstl/baleen/types/structure/Style.java | uk-gov-mirror/NationalCrimeAgency.baleen | 4620f1ee685602d8542ec66a8e4f58c7548a2da8 | [
"Apache-2.0"
] | 3 | 2018-02-02T08:20:46.000Z | 2018-06-17T11:05:44.000Z | baleen-uima/src/main/java/uk/gov/dstl/baleen/types/structure/Style.java | NationalCrimeAgency/baleen | 4620f1ee685602d8542ec66a8e4f58c7548a2da8 | [
"Apache-2.0"
] | null | null | null | baleen-uima/src/main/java/uk/gov/dstl/baleen/types/structure/Style.java | NationalCrimeAgency/baleen | 4620f1ee685602d8542ec66a8e4f58c7548a2da8 | [
"Apache-2.0"
] | null | null | null | 31.107438 | 117 | 0.67229 | 21,433 | // Dstl (c) Crown Copyright 2017
/* First created by JCasGen Fri Oct 14 12:12:15 BST 2016 */
package uk.gov.dstl.baleen.types.structure;
import org.apache.uima.jcas.JCas;
import org.apache.uima.jcas.JCasRegistry;
import org.apache.uima.jcas.cas.StringArray;
import org.apache.uima.jcas.cas.TOP_Type;
/**
* To capture... |
3e32b8e6d8668a039ecf15d95b64e11e9ad9d9f3 | 4,081 | java | Java | anchor-image-io/src/main/java/org/anchoranalysis/image/io/bean/object/draw/Outline.java | anchorimageanalysis/anchor | 28a5b068841a405e66bd9e0e29d287b0e7afb0b9 | [
"MIT"
] | null | null | null | anchor-image-io/src/main/java/org/anchoranalysis/image/io/bean/object/draw/Outline.java | anchorimageanalysis/anchor | 28a5b068841a405e66bd9e0e29d287b0e7afb0b9 | [
"MIT"
] | null | null | null | anchor-image-io/src/main/java/org/anchoranalysis/image/io/bean/object/draw/Outline.java | anchorimageanalysis/anchor | 28a5b068841a405e66bd9e0e29d287b0e7afb0b9 | [
"MIT"
] | null | null | null | 37.787037 | 101 | 0.678265 | 21,434 | /*-
* #%L
* anchor-io
* %%
* Copyright (C) 2010 - 2020 Owen Feehan, ETH Zurich, University of Zurich, Hoffmann-La Roche
* %%
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software wi... |
3e32b94bc4cdcbcfcaa041e2134835a1ebb41214 | 225 | java | Java | quarkus/security-jdbc-quickstart/src/main/java/org/acme/security/jdbc/Main.java | mageddo/java-examples | 666cd8a1b822e3102bb3edcc952b0862ec3b2cfd | [
"Apache-2.0"
] | 19 | 2019-02-14T21:22:49.000Z | 2022-02-23T20:25:36.000Z | quarkus/security-jdbc-quickstart/src/main/java/org/acme/security/jdbc/Main.java | mageddo/java-examples | 666cd8a1b822e3102bb3edcc952b0862ec3b2cfd | [
"Apache-2.0"
] | 4 | 2021-03-11T06:40:41.000Z | 2022-02-27T10:54:28.000Z | quarkus/security-jdbc-quickstart/src/main/java/org/acme/security/jdbc/Main.java | mageddo/java-examples | 666cd8a1b822e3102bb3edcc952b0862ec3b2cfd | [
"Apache-2.0"
] | 10 | 2019-09-05T04:44:15.000Z | 2022-02-02T04:51:03.000Z | 18.75 | 50 | 0.751111 | 21,435 | package org.acme.security.jdbc;
import io.quarkus.runtime.Quarkus;
import io.quarkus.runtime.annotations.QuarkusMain;
@QuarkusMain
public class Main {
public static void main(String[] args) {
Quarkus.run(args);
}
}
|
3e32b975e06e0356bfd257193aa5d64cad271c74 | 2,726 | java | Java | src/main/java/com/bullhorn/entity/timecard/TimecardPayClassApiProperty.java | truthiswill/starter-kit-spring-maven | 3b3ca74d187722ca0bd391669d3823473090dc81 | [
"MIT"
] | 1 | 2019-12-08T13:45:47.000Z | 2019-12-08T13:45:47.000Z | src/main/java/com/bullhorn/entity/timecard/TimecardPayClassApiProperty.java | truthiswill/starter-kit-spring-maven | 3b3ca74d187722ca0bd391669d3823473090dc81 | [
"MIT"
] | 3 | 2021-05-18T20:53:34.000Z | 2021-12-09T23:04:59.000Z | src/main/java/com/bullhorn/entity/timecard/TimecardPayClassApiProperty.java | whitemike889/starter-kit-spring-maven | 3b3ca74d187722ca0bd391669d3823473090dc81 | [
"MIT"
] | 1 | 2021-01-07T14:06:24.000Z | 2021-01-07T14:06:24.000Z | 30.977273 | 95 | 0.685987 | 21,436 |
package com.bullhorn.entity.timecard;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for timecardPayClassApiProperty.
*
* <p>The following schema fragment specifies the expected content contained within this ... |
3e32b9dcecb98170da22b0e69f5a67f59df8ee7d | 4,913 | java | Java | java/jdk/jdk_14/jdk_code_view/src/com/company/source/java.base/sun/security/x509/CertException.java | jaylinjiehong/- | 591834e6d90ec8fbfd6c1d2a0913631f9f723a0a | [
"MIT"
] | null | null | null | java/jdk/jdk_14/jdk_code_view/src/com/company/source/java.base/sun/security/x509/CertException.java | jaylinjiehong/- | 591834e6d90ec8fbfd6c1d2a0913631f9f723a0a | [
"MIT"
] | null | null | null | java/jdk/jdk_14/jdk_code_view/src/com/company/source/java.base/sun/security/x509/CertException.java | jaylinjiehong/- | 591834e6d90ec8fbfd6c1d2a0913631f9f723a0a | [
"MIT"
] | null | null | null | 28.074286 | 80 | 0.641156 | 21,437 | /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package sun.security.x509;
/**
* CertException indicates one of a variety of certificate problems.
*... |
3e32ba0765b27b33b30633c37256345901322201 | 2,160 | java | Java | src/main/java/com/groupon/nakala/analysis/SingletonAnalysisCollector.java | groupon/nakala | a3b798f77198c636a5e806ebfb4fdaef68cdb17d | [
"BSD-3-Clause"
] | 7 | 2015-02-02T21:49:13.000Z | 2019-06-07T03:36:27.000Z | src/main/java/com/groupon/nakala/analysis/SingletonAnalysisCollector.java | groupon/nakala | a3b798f77198c636a5e806ebfb4fdaef68cdb17d | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/groupon/nakala/analysis/SingletonAnalysisCollector.java | groupon/nakala | a3b798f77198c636a5e806ebfb4fdaef68cdb17d | [
"BSD-3-Clause"
] | 2 | 2015-09-11T15:54:35.000Z | 2019-02-22T15:38:56.000Z | 34.870968 | 85 | 0.778908 | 21,438 | /*
Copyright (c) 2013, Groupon, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disc... |
3e32ba2b94a52e62653dc01279657fb197683931 | 12,521 | java | Java | test/com/vanessagl2/dojo/model/VendingMachineTest.java | lihbk/dojo | 561512856c9ff0ed87181e9275d23b320ffd67a9 | [
"MIT"
] | 1 | 2019-09-23T14:18:01.000Z | 2019-09-23T14:18:01.000Z | test/com/vanessagl2/dojo/model/VendingMachineTest.java | lihbk/dojo | 561512856c9ff0ed87181e9275d23b320ffd67a9 | [
"MIT"
] | null | null | null | test/com/vanessagl2/dojo/model/VendingMachineTest.java | lihbk/dojo | 561512856c9ff0ed87181e9275d23b320ffd67a9 | [
"MIT"
] | 1 | 2019-09-13T13:41:06.000Z | 2019-09-13T13:41:06.000Z | 36.398256 | 142 | 0.76216 | 21,439 | package com.vanessagl2.dojo.model;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;... |
3e32bbce7d256e14873b622b0d58bd15f4995480 | 615 | java | Java | gdx-graph/src/com/gempukku/libgdx/graph/pipeline/producer/math/common/FloorPipelineNodeProducer.java | sakibguy/libgdx-graph | 5b8ceffd355c5056213d34135e5068446843031b | [
"MIT"
] | 49 | 2020-08-19T06:59:34.000Z | 2022-01-06T08:26:12.000Z | gdx-graph/src/com/gempukku/libgdx/graph/pipeline/producer/math/common/FloorPipelineNodeProducer.java | sakibguy/libgdx-graph | 5b8ceffd355c5056213d34135e5068446843031b | [
"MIT"
] | 1 | 2021-11-17T03:42:36.000Z | 2021-11-17T03:42:36.000Z | gdx-graph/src/com/gempukku/libgdx/graph/pipeline/producer/math/common/FloorPipelineNodeProducer.java | sakibguy/libgdx-graph | 5b8ceffd355c5056213d34135e5068446843031b | [
"MIT"
] | 6 | 2020-09-10T19:55:47.000Z | 2021-09-08T01:22:44.000Z | 36.176471 | 104 | 0.806504 | 21,440 | package com.gempukku.libgdx.graph.pipeline.producer.math.common;
import com.badlogic.gdx.math.MathUtils;
import com.gempukku.libgdx.graph.pipeline.config.math.common.FloorPipelineNodeConfiguration;
import com.gempukku.libgdx.graph.pipeline.producer.math.SingleParamMathFunctionPipelineNodeProducerImpl;
public class Fl... |
3e32bc32ed0d5b19f83413c0cc81ffaf5dd04dff | 647 | java | Java | app/src/main/java/com/example/android/quakereport/Earthquake.java | HarmeetSidhuBrar/QuakeReport | d88ccf6722f8f547fc20a20fa3ddf90f2591c1cf | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/quakereport/Earthquake.java | HarmeetSidhuBrar/QuakeReport | d88ccf6722f8f547fc20a20fa3ddf90f2591c1cf | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/quakereport/Earthquake.java | HarmeetSidhuBrar/QuakeReport | d88ccf6722f8f547fc20a20fa3ddf90f2591c1cf | [
"Apache-2.0"
] | null | null | null | 17.486486 | 91 | 0.698609 | 21,441 | package com.example.android.quakereport;
public class Earthquake {
private Double eMagnitude;
private String ePlace;
private long mTimeInMilliseconds;
private String eUrl;
public Earthquake (Double magnitude , String place , long timeInMilliseconds , String url){
eMagnitude=magnitude;
ePlace=place;
... |
3e32bc4aa9d1f412ff2adf7e37a69b58afc74b9a | 1,480 | java | Java | src/org/usfirst/frc/team342/robot/commands/autonomous/LiftUpTimed.java | frc-team-342/frc-team342-power-up | 92f14a83c2af89f789e5e0ea9a7f70b23623d866 | [
"MIT"
] | null | null | null | src/org/usfirst/frc/team342/robot/commands/autonomous/LiftUpTimed.java | frc-team-342/frc-team342-power-up | 92f14a83c2af89f789e5e0ea9a7f70b23623d866 | [
"MIT"
] | null | null | null | src/org/usfirst/frc/team342/robot/commands/autonomous/LiftUpTimed.java | frc-team-342/frc-team342-power-up | 92f14a83c2af89f789e5e0ea9a7f70b23623d866 | [
"MIT"
] | null | null | null | 21.142857 | 79 | 0.646622 | 21,442 | package org.usfirst.frc.team342.robot.commands.autonomous;
import org.usfirst.frc.team342.robot.subsystems.LiftSystem;
import edu.wpi.first.wpilibj.command.Command;
/**
* Raises the lift using a timed function
*/
public class LiftUpTimed extends Command {
private LiftSystem lift;
private static final double ... |
3e32bc81101b62b0b95ba90deb19d928a1398549 | 3,236 | java | Java | butterknife/src/test/java/butterknife/OnTouchTest.java | TengJunWei/butterknife | 7c39e473efd501269a444f2e3d03184eb41d2d05 | [
"Apache-2.0"
] | 1 | 2017-05-05T21:19:58.000Z | 2017-05-05T21:19:58.000Z | butterknife/src/test/java/butterknife/OnTouchTest.java | TengJunWei/butterknife | 7c39e473efd501269a444f2e3d03184eb41d2d05 | [
"Apache-2.0"
] | null | null | null | butterknife/src/test/java/butterknife/OnTouchTest.java | TengJunWei/butterknife | 7c39e473efd501269a444f2e3d03184eb41d2d05 | [
"Apache-2.0"
] | 1 | 2020-05-22T15:32:58.000Z | 2020-05-22T15:32:58.000Z | 37.627907 | 101 | 0.59487 | 21,443 | package butterknife;
import butterknife.compiler.ButterKnifeProcessor;
import com.google.testing.compile.JavaFileObjects;
import javax.tools.JavaFileObject;
import org.junit.Test;
import static com.google.common.truth.Truth.assertAbout;
import static com.google.testing.compile.JavaSourceSubjectFactory.javaSource;
pu... |
3e32bcb2bc8dbb3af0ef138ba5585111a32c9137 | 2,397 | java | Java | test-java-demo/src/main/java/io/github/muxiaobai/java/java/collectionTest/SetTest.java | muxiaobai/springboot-demo | 72fedb5a54136ac2fc344f239431cd1f0048d42b | [
"Apache-2.0"
] | 1 | 2020-05-15T05:33:58.000Z | 2020-05-15T05:33:58.000Z | test-java-demo/src/main/java/io/github/muxiaobai/java/java/collectionTest/SetTest.java | muxiaobai/springboot-demo | 72fedb5a54136ac2fc344f239431cd1f0048d42b | [
"Apache-2.0"
] | null | null | null | test-java-demo/src/main/java/io/github/muxiaobai/java/java/collectionTest/SetTest.java | muxiaobai/springboot-demo | 72fedb5a54136ac2fc344f239431cd1f0048d42b | [
"Apache-2.0"
] | null | null | null | 21.990826 | 69 | 0.600751 | 21,444 | package io.github.muxiaobai.java.java.collectionTest;
import java.util.HashSet;
import java.util.Set;
/**
*
* @author zhang
* @date 2016年7月20日 下午2:32:48
*
*/
public class SetTest {
public static void main(String[] args) {
Set<Person> persons=new HashSet<>();
Person person1=new Person();
Person person2... |
3e32bcfcabb48baba1b48d39ac00b2214da4a975 | 261 | java | Java | src/main/java/org/web3j/protocol/parity/methods/response/PersonalEcRecover.java | h2mch/web3j | 3c6f609c7ce43c3c8655fac436ed487aa787e5b5 | [
"Apache-2.0"
] | 2 | 2018-12-14T02:03:13.000Z | 2019-03-03T06:38:52.000Z | src/main/java/org/web3j/protocol/parity/methods/response/PersonalEcRecover.java | h2mch/web3j | 3c6f609c7ce43c3c8655fac436ed487aa787e5b5 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/web3j/protocol/parity/methods/response/PersonalEcRecover.java | h2mch/web3j | 3c6f609c7ce43c3c8655fac436ed487aa787e5b5 | [
"Apache-2.0"
] | null | null | null | 20.076923 | 57 | 0.731801 | 21,445 | package org.web3j.protocol.parity.methods.response;
import org.web3j.protocol.core.Response;
/**
* personal_ecRecover
*/
public class PersonalEcRecover extends Response<String> {
public String getRecoverAccountId() {
return getResult();
}
}
|
3e32be76daf3fb7740bcebe407529083d6a89093 | 1,983 | java | Java | api/src/main/java/io/neba/api/annotations/Path.java | unic/neba | a34e0c38778f093aa9d6b37c20559ac795603f23 | [
"Apache-2.0"
] | 55 | 2015-01-29T15:41:30.000Z | 2022-03-30T05:39:56.000Z | api/src/main/java/io/neba/api/annotations/Path.java | unic/neba | a34e0c38778f093aa9d6b37c20559ac795603f23 | [
"Apache-2.0"
] | 368 | 2015-01-05T12:34:13.000Z | 2022-03-31T18:40:35.000Z | api/src/main/java/io/neba/api/annotations/Path.java | unic/neba | a34e0c38778f093aa9d6b37c20559ac795603f23 | [
"Apache-2.0"
] | 26 | 2015-02-05T10:03:05.000Z | 2022-02-22T03:29:14.000Z | 31.47619 | 101 | 0.720121 | 21,446 | /*
Copyright 2013 the original author or authors.
<p>
Licensed under the Apache License, Version 2.0 the "License";
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
<p>
http://www.apache.org/licenses/LICENSE-2.0
<p>
Unless required by applicable ... |
3e32bf420718048d3b62b0c21fe26bb3f9b4e4b4 | 1,601 | java | Java | enderio-base/src/main/java/crazypants/enderio/base/scheduler/Scheduler.java | hypherionmc/EnderIO | 70552e7deb1dedb9131495550fba3c05aa84526b | [
"Unlicense"
] | 721 | 2015-03-19T08:49:00.000Z | 2022-03-26T19:24:19.000Z | enderio-base/src/main/java/crazypants/enderio/base/scheduler/Scheduler.java | hypherionmc/EnderIO | 70552e7deb1dedb9131495550fba3c05aa84526b | [
"Unlicense"
] | 3,428 | 2015-03-17T10:13:37.000Z | 2022-03-29T17:55:38.000Z | enderio-base/src/main/java/crazypants/enderio/base/scheduler/Scheduler.java | hypherionmc/EnderIO | 70552e7deb1dedb9131495550fba3c05aa84526b | [
"Unlicense"
] | 569 | 2015-03-19T10:12:54.000Z | 2022-03-27T01:08:00.000Z | 22.549296 | 71 | 0.606496 | 21,447 | package crazypants.enderio.base.scheduler;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.Locale;
public final class Scheduler extends Thread {
public final static Scheduler instance = new Scheduler();
pri... |
3e32bfa6a639d323d8f257dff013655708a1aa79 | 3,155 | java | Java | docs/src/test/java/jdbi/doc/ArgumentsTest.java | paladin235/jdbi | fc9cbe070291e9c68c168fb72256b1c60eb88880 | [
"Apache-2.0"
] | 1,396 | 2015-01-02T17:08:38.000Z | 2022-03-31T22:39:30.000Z | docs/src/test/java/jdbi/doc/ArgumentsTest.java | paladin235/jdbi | fc9cbe070291e9c68c168fb72256b1c60eb88880 | [
"Apache-2.0"
] | 1,498 | 2015-01-01T00:08:02.000Z | 2022-03-26T15:02:57.000Z | docs/src/test/java/jdbi/doc/ArgumentsTest.java | paladin235/jdbi | fc9cbe070291e9c68c168fb72256b1c60eb88880 | [
"Apache-2.0"
] | 322 | 2015-01-17T20:20:30.000Z | 2022-03-30T22:21:14.000Z | 30.336538 | 104 | 0.658954 | 21,448 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... |
3e32c0559644ffa19e8796aac76b76dabcbbbba7 | 2,794 | java | Java | src/main/java/eu/matejkormuth/starving/items/commands/ItemInvCommandExecutor.java | dobrakmato/starving3 | fda627c56c657be25ee8c675aabf6bdd4079dab7 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/eu/matejkormuth/starving/items/commands/ItemInvCommandExecutor.java | dobrakmato/starving3 | fda627c56c657be25ee8c675aabf6bdd4079dab7 | [
"BSD-2-Clause"
] | 1 | 2020-10-13T09:01:07.000Z | 2020-10-13T09:01:07.000Z | src/main/java/eu/matejkormuth/starving/items/commands/ItemInvCommandExecutor.java | dobrakmato/starving3 | fda627c56c657be25ee8c675aabf6bdd4079dab7 | [
"BSD-2-Clause"
] | 1 | 2017-04-24T07:27:24.000Z | 2017-04-24T07:27:24.000Z | 42.333333 | 105 | 0.747674 | 21,449 | /**
* Starving - Bukkit API server mod with Zombies.
* Copyright (c) 2015, Matej Kormuth <http://www.github.com/dobrakmato>
* 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. Redistrib... |
3e32c06efae75e44ddaed5ae6700e1ecc53dcb13 | 1,607 | java | Java | apps/examples/src/main/java/org/apache/struts/webapp/examples/CustomActionForward.java | xpoinsard/struts1 | 9c30fda50da1fdaf695136e4618ecee1eec883ce | [
"Apache-2.0"
] | 2 | 2021-07-04T03:16:09.000Z | 2021-09-30T13:13:55.000Z | apps/examples/src/main/java/org/apache/struts/webapp/examples/CustomActionForward.java | xpoinsard/struts1 | 9c30fda50da1fdaf695136e4618ecee1eec883ce | [
"Apache-2.0"
] | 12 | 2017-11-17T19:35:40.000Z | 2022-02-09T08:22:53.000Z | apps/examples/src/main/java/org/apache/struts/webapp/examples/CustomActionForward.java | xpoinsard/struts1 | 9c30fda50da1fdaf695136e4618ecee1eec883ce | [
"Apache-2.0"
] | 2 | 2018-04-08T16:34:08.000Z | 2020-11-25T16:01:20.000Z | 22.633803 | 77 | 0.6285 | 21,450 | /*
* $Id$
*
* 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
* "Lice... |
3e32c0da10c7c26902f4b6b5fe90043550017cd9 | 1,369 | java | Java | src/main/java/io/spring/isomorphic/Comment.java | paulo101977/spring-react-isomorphic | 3d10abc81172d85eb435aed7f6ecf6b9d1b506d5 | [
"Apache-2.0"
] | 130 | 2015-04-22T11:29:27.000Z | 2020-10-12T00:54:13.000Z | src/main/java/io/spring/isomorphic/Comment.java | easybird/playground-spring-react-isomorphic | c1a4ff94a2578f40724192a05c0bc140914f1a68 | [
"Apache-2.0"
] | 7 | 2015-05-01T13:34:01.000Z | 2021-06-08T11:27:10.000Z | src/main/java/io/spring/isomorphic/Comment.java | easybird/playground-spring-react-isomorphic | c1a4ff94a2578f40724192a05c0bc140914f1a68 | [
"Apache-2.0"
] | 42 | 2015-04-30T05:06:37.000Z | 2020-01-20T04:18:52.000Z | 20.432836 | 75 | 0.677867 | 21,451 | /*
* Copyright 2002-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e32c1dde1443c6eea446be5c49ae5415a91ce58 | 2,105 | java | Java | flight-service/src/main/java/ua/lviv/iot/flightservice/service/impl/AirplaneServiceImpl.java | kuzmovychm/cloud | 59ae0ee0bf072189858034fbbbbfe556c72f2340 | [
"MIT"
] | null | null | null | flight-service/src/main/java/ua/lviv/iot/flightservice/service/impl/AirplaneServiceImpl.java | kuzmovychm/cloud | 59ae0ee0bf072189858034fbbbbfe556c72f2340 | [
"MIT"
] | null | null | null | flight-service/src/main/java/ua/lviv/iot/flightservice/service/impl/AirplaneServiceImpl.java | kuzmovychm/cloud | 59ae0ee0bf072189858034fbbbbfe556c72f2340 | [
"MIT"
] | null | null | null | 35.677966 | 138 | 0.737292 | 21,452 | package ua.lviv.iot.flightservice.service.impl;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import ua.lviv.iot.flightservice.entity.airplane.Airplane;
import ua.lviv.iot.flightservice.entity.airplane.AirplaneRace... |
3e32c203f589be4686c171194f04a86fcbfec9c6 | 2,812 | java | Java | codigo/src/main/java/Num_.java | rodrigo129/Trabajo_Investigacion_Ingesoft | 220edb6b901c61535b8dad7128ba19a561e4131a | [
"MIT"
] | null | null | null | codigo/src/main/java/Num_.java | rodrigo129/Trabajo_Investigacion_Ingesoft | 220edb6b901c61535b8dad7128ba19a561e4131a | [
"MIT"
] | null | null | null | codigo/src/main/java/Num_.java | rodrigo129/Trabajo_Investigacion_Ingesoft | 220edb6b901c61535b8dad7128ba19a561e4131a | [
"MIT"
] | null | null | null | 25.563636 | 70 | 0.453414 | 21,453 | import javax.xml.stream.FactoryConfigurationError;
import java.lang.reflect.Array;
public class Num_ {
public Num_ (){
}
public boolean EsFactorisable(float numero){
int conv_num = (int) numero;
if ((float) conv_num != numero){
return false;
}
else {
... |
3e32c21da23b772b1a84ea63cbdd0972563c48b8 | 11,866 | java | Java | location/java/android/location/GnssMeasurementCorrections.java | rio-31/android_frameworks_base-1 | 091a068a3288d27d77636708679dde58b7b7fd25 | [
"Apache-2.0"
] | 164 | 2015-01-05T16:49:11.000Z | 2022-03-29T20:40:27.000Z | location/java/android/location/GnssMeasurementCorrections.java | rio-31/android_frameworks_base-1 | 091a068a3288d27d77636708679dde58b7b7fd25 | [
"Apache-2.0"
] | 127 | 2015-01-12T12:02:32.000Z | 2021-11-28T08:46:25.000Z | location/java/android/location/GnssMeasurementCorrections.java | rio-31/android_frameworks_base-1 | 091a068a3288d27d77636708679dde58b7b7fd25 | [
"Apache-2.0"
] | 1,141 | 2015-01-01T22:54:40.000Z | 2022-02-09T22:08:26.000Z | 40.917241 | 100 | 0.671246 | 21,454 | /*
* Copyright (C) 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 app... |
3e32c2837dcae7a8e819fd737e38395344a67b27 | 22,366 | java | Java | projects/master/src/test/java/com/opengamma/master/historicaltimeseries/impl/InMemoryHistoricalTimeSeriesMasterTest.java | McLeodMoores/starling | 7ae0689e06704f78fd9497f8ddb57ee82974a9c8 | [
"Apache-2.0"
] | 3 | 2017-12-18T09:32:40.000Z | 2021-03-08T20:05:54.000Z | projects/master/src/test/java/com/opengamma/master/historicaltimeseries/impl/InMemoryHistoricalTimeSeriesMasterTest.java | McLeodMoores/starling | 7ae0689e06704f78fd9497f8ddb57ee82974a9c8 | [
"Apache-2.0"
] | 10 | 2017-01-19T13:32:36.000Z | 2021-09-20T20:41:48.000Z | projects/master/src/test/java/com/opengamma/master/historicaltimeseries/impl/InMemoryHistoricalTimeSeriesMasterTest.java | McLeodMoores/starling | 7ae0689e06704f78fd9497f8ddb57ee82974a9c8 | [
"Apache-2.0"
] | 3 | 2017-12-14T12:46:18.000Z | 2020-12-11T19:52:37.000Z | 45.738241 | 139 | 0.738666 | 21,455 | /**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.master.historicaltimeseries.impl;
import static org.testng.AssertJUnit.assertEquals;
import static org.testng.AssertJUnit.assertNotNull;
import static org.test... |
3e32c4113401ed78128bb7c6421cae636dcbe7d3 | 426 | java | Java | src/main/java/net/dataforte/infinispan/playground/custommbean/CustomMBeanTest.java | tristantarrant/infinispan-playground-custom-mbean | b880786cde250ac68bf450b385c8e18931306df6 | [
"Apache-2.0"
] | null | null | null | src/main/java/net/dataforte/infinispan/playground/custommbean/CustomMBeanTest.java | tristantarrant/infinispan-playground-custom-mbean | b880786cde250ac68bf450b385c8e18931306df6 | [
"Apache-2.0"
] | null | null | null | src/main/java/net/dataforte/infinispan/playground/custommbean/CustomMBeanTest.java | tristantarrant/infinispan-playground-custom-mbean | b880786cde250ac68bf450b385c8e18931306df6 | [
"Apache-2.0"
] | null | null | null | 25.058824 | 60 | 0.711268 | 21,456 | package net.dataforte.infinispan.playground.custommbean;
import org.infinispan.Cache;
import org.infinispan.manager.DefaultCacheManager;
public class CustomMBeanTest {
public static void main(String[] args) throws Exception {
DefaultCacheManager cm = new DefaultCacheManager();
Cache<Object, Object> ca... |
3e32c46c3e10f3a37d4a554ad6d853dfae9162fe | 1,417 | java | Java | src/com/coolweather/app/util/HttpUtil.java | weihwqs/coolweather | a179f7f0fc39ffff7340e7b4c88e81d0698ddbd6 | [
"Apache-2.0"
] | null | null | null | src/com/coolweather/app/util/HttpUtil.java | weihwqs/coolweather | a179f7f0fc39ffff7340e7b4c88e81d0698ddbd6 | [
"Apache-2.0"
] | null | null | null | src/com/coolweather/app/util/HttpUtil.java | weihwqs/coolweather | a179f7f0fc39ffff7340e7b4c88e81d0698ddbd6 | [
"Apache-2.0"
] | null | null | null | 27.25 | 94 | 0.681016 | 21,457 | package com.coolweather.app.util;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
public class HttpUtil {
public static void sendHttpRequest(final String address,final HttpCallbackListener listener){
new Thread(new... |
3e32c4bd58774f7c72ca6b2f69edbee9315ecff9 | 1,622 | java | Java | javaagent-instrumentation-api/src/main/java/io/opentelemetry/javaagent/instrumentation/api/OpenTelemetrySdkAccess.java | Zane-XY/opentelemetry-java-instrumentation | bf23b122da4f56f20e41dc013aa1de2813840bc6 | [
"Apache-2.0"
] | 683 | 2020-05-30T19:20:06.000Z | 2022-03-30T22:08:23.000Z | javaagent-instrumentation-api/src/main/java/io/opentelemetry/javaagent/instrumentation/api/OpenTelemetrySdkAccess.java | Zane-XY/opentelemetry-java-instrumentation | bf23b122da4f56f20e41dc013aa1de2813840bc6 | [
"Apache-2.0"
] | 2,736 | 2020-05-30T20:21:17.000Z | 2022-03-31T18:26:35.000Z | javaagent-instrumentation-api/src/main/java/io/opentelemetry/javaagent/instrumentation/api/OpenTelemetrySdkAccess.java | Zane-XY/opentelemetry-java-instrumentation | bf23b122da4f56f20e41dc013aa1de2813840bc6 | [
"Apache-2.0"
] | 350 | 2020-05-30T09:34:34.000Z | 2022-03-31T14:34:28.000Z | 32.44 | 100 | 0.738594 | 21,458 | /*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
package io.opentelemetry.javaagent.instrumentation.api;
import java.util.concurrent.TimeUnit;
/**
* A helper to facilitate accessing OpenTelemetry SDK methods from instrumentation. Because
* instrumentation runs in the app classlo... |
3e32c4f80af0731033e4c431a5661aeb9c395793 | 705 | java | Java | service/service_oss/src/main/java/com/xiaobai/oss/OssApplication.java | Kiritokp/online_education | e8a46e1a5375bb3f78dc7616b3b962ab0f021475 | [
"Apache-2.0"
] | 2 | 2022-01-10T07:38:41.000Z | 2022-01-10T07:38:54.000Z | service/service_oss/src/main/java/com/xiaobai/oss/OssApplication.java | Kiritokp/online_education | e8a46e1a5375bb3f78dc7616b3b962ab0f021475 | [
"Apache-2.0"
] | null | null | null | service/service_oss/src/main/java/com/xiaobai/oss/OssApplication.java | Kiritokp/online_education | e8a46e1a5375bb3f78dc7616b3b962ab0f021475 | [
"Apache-2.0"
] | null | null | null | 33.571429 | 79 | 0.808511 | 21,459 | package com.xiaobai.oss;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springfram... |
3e32c542c99fa29dda199d490ba91ba6a23d511a | 2,282 | java | Java | src/test/java/com/renewable/gateway/util/OtherUtilTest.java | cureking/gateway | 6370433b71d93a65343f45ea8ccf6ea521185bb4 | [
"MIT"
] | 2 | 2019-04-19T08:59:10.000Z | 2019-06-12T04:19:36.000Z | src/test/java/com/renewable/gateway/util/OtherUtilTest.java | cureking/gateway | 6370433b71d93a65343f45ea8ccf6ea521185bb4 | [
"MIT"
] | null | null | null | src/test/java/com/renewable/gateway/util/OtherUtilTest.java | cureking/gateway | 6370433b71d93a65343f45ea8ccf6ea521185bb4 | [
"MIT"
] | 5 | 2019-04-16T07:06:09.000Z | 2020-05-31T07:48:50.000Z | 19.016667 | 82 | 0.674847 | 21,460 | package com.renewable.gateway.util;
import com.renewable.gateway.BaseSpringTestCase;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static com.renewable.gateway.util.OtherUtil.calAngleTotal;
import static junit.framework.TestCase.assertTrue;
/**
* OtherUtil Tester.
*
* @author <Aut... |
3e32c5d9579a883eda1be3751e75d73ae790ff68 | 750 | java | Java | POOAulas/ExeDois/src/exedois/ExeDois.java | gianbertoldi/JavaBasicoNetBeans | d32b472b6f499c40bfd9b505b8d088da42219508 | [
"MIT"
] | null | null | null | POOAulas/ExeDois/src/exedois/ExeDois.java | gianbertoldi/JavaBasicoNetBeans | d32b472b6f499c40bfd9b505b8d088da42219508 | [
"MIT"
] | null | null | null | POOAulas/ExeDois/src/exedois/ExeDois.java | gianbertoldi/JavaBasicoNetBeans | d32b472b6f499c40bfd9b505b8d088da42219508 | [
"MIT"
] | null | null | null | 19.736842 | 79 | 0.437333 | 21,461 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package exedois;
/**
*
* @author berto
*/
public class ExeDois {
/**
* @param args the command line arguments
*/
... |
3e32c62cb773ebc9af03c3801738df37da30c830 | 411 | java | Java | supos-cloud-common/supos-cloud-common-base/src/main/java/com/supos/cloud/base/dto/BaseQuery.java | cacotopia/paascloud-master | 069b6b5a188c9ce893c16c9e7d9609fe054a0eaa | [
"Apache-2.0"
] | 1 | 2019-10-31T05:45:58.000Z | 2019-10-31T05:45:58.000Z | supos-cloud-common/supos-cloud-common-base/src/main/java/com/supos/cloud/base/dto/BaseQuery.java | cacotopia/paascloud-master | 069b6b5a188c9ce893c16c9e7d9609fe054a0eaa | [
"Apache-2.0"
] | null | null | null | supos-cloud-common/supos-cloud-common-base/src/main/java/com/supos/cloud/base/dto/BaseQuery.java | cacotopia/paascloud-master | 069b6b5a188c9ce893c16c9e7d9609fe054a0eaa | [
"Apache-2.0"
] | 1 | 2019-10-31T05:46:00.000Z | 2019-10-31T05:46:00.000Z | 12.84375 | 67 | 0.671533 | 21,462 | package com.supos.cloud.base.dto;
import lombok.Data;
import java.io.Serializable;
/**
* The class Base query.
*
* @author walkman
*/
@Data
public class BaseQuery implements Serializable {
private static final long serialVersionUID = 3319698607712846427L;
/**
* 当前页
*/
private Integer pageNum = 1;
/**
... |
3e32c643d8483c00f79153eb74b9d8f80995e1a5 | 2,200 | java | Java | src/main/java/br/com/vandersonsampaio/config/SwaggerConfig.java | vandersonsampaio/vote_in_session | d7d74281bdfb7cc2e2f9d5102ed3537b5127dfca | [
"Apache-2.0"
] | 1 | 2021-08-30T13:21:20.000Z | 2021-08-30T13:21:20.000Z | src/main/java/br/com/vandersonsampaio/config/SwaggerConfig.java | vandersonsampaio/vote_in_session | d7d74281bdfb7cc2e2f9d5102ed3537b5127dfca | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/vandersonsampaio/config/SwaggerConfig.java | vandersonsampaio/vote_in_session | d7d74281bdfb7cc2e2f9d5102ed3537b5127dfca | [
"Apache-2.0"
] | null | null | null | 38.12069 | 121 | 0.677521 | 21,463 | package br.com.vandersonsampaio.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpMethod;
import springfox.documentation.builders.PathSelectors;
import springfox.documentation.builders.RequestHandlerSelectors;
i... |
3e32c6b48c124c4b17c31162962c17aad862a7d6 | 6,970 | java | Java | src/com/dci/intellij/dbn/object/impl/DBUserImpl.java | consulo/consulo-sql | d85206f43c39999c836ea19cc944672e6f72414e | [
"Apache-2.0"
] | null | null | null | src/com/dci/intellij/dbn/object/impl/DBUserImpl.java | consulo/consulo-sql | d85206f43c39999c836ea19cc944672e6f72414e | [
"Apache-2.0"
] | null | null | null | src/com/dci/intellij/dbn/object/impl/DBUserImpl.java | consulo/consulo-sql | d85206f43c39999c836ea19cc944672e6f72414e | [
"Apache-2.0"
] | null | null | null | 37.473118 | 182 | 0.672884 | 21,464 | /*
* Copyright 2012-2014 Dan Cioca
*
* 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 i... |
3e32c7195004c3dd7810c37b86a64fb2892c8a48 | 812 | java | Java | org.apache.http.legacy_intermediates/src/org/apache/commons/codec/Encoder.java | team-miracle/android-libs | a6fbe765c2b862c25950ec339b6345b1c6bd7c43 | [
"Apache-2.0"
] | 1 | 2020-12-24T01:33:37.000Z | 2020-12-24T01:33:37.000Z | org.apache.http.legacy_intermediates/src/org/apache/commons/codec/Encoder.java | team-miracle/android-libs | a6fbe765c2b862c25950ec339b6345b1c6bd7c43 | [
"Apache-2.0"
] | null | null | null | org.apache.http.legacy_intermediates/src/org/apache/commons/codec/Encoder.java | team-miracle/android-libs | a6fbe765c2b862c25950ec339b6345b1c6bd7c43 | [
"Apache-2.0"
] | null | null | null | 35.304348 | 116 | 0.770936 | 21,465 | /*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... |
3e32c7ab8d34dd386f895bc1c11d0c1f21d78e26 | 8,592 | java | Java | src/org/apache/xalan/lib/sql/JNDIConnectionPool.java | maxfortun/xalan-j | 660e12dca29e28df9f3f9ebb7c19435bb16362f3 | [
"Apache-2.0"
] | 16 | 2015-01-01T15:49:07.000Z | 2021-11-10T18:37:14.000Z | src/org/apache/xalan/lib/sql/JNDIConnectionPool.java | maxfortun/xalan-j | 660e12dca29e28df9f3f9ebb7c19435bb16362f3 | [
"Apache-2.0"
] | 1 | 2021-11-03T11:20:52.000Z | 2021-11-03T11:20:52.000Z | src/org/apache/xalan/lib/sql/JNDIConnectionPool.java | isabella232/xalan-java | 222095d55ac8352fd08f8fa23869fcd58660cea8 | [
"Apache-2.0"
] | 49 | 2015-02-16T10:48:24.000Z | 2022-03-03T08:10:57.000Z | 25.420118 | 91 | 0.651187 | 21,466 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the "License");
* you m... |
3e32c7fa4eacd4f2fac69128c55a8ddb15b5c8c2 | 5,848 | java | Java | flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/factories/HiveFunctionDefinitionFactory.java | xuyulou/flink | c73b2fb676ea6264d8d761351bb9ed8950a483dc | [
"Apache-2.0"
] | 2 | 2019-10-22T08:20:29.000Z | 2019-10-22T08:20:31.000Z | flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/factories/HiveFunctionDefinitionFactory.java | xuyulou/flink | c73b2fb676ea6264d8d761351bb9ed8950a483dc | [
"Apache-2.0"
] | null | null | null | flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/factories/HiveFunctionDefinitionFactory.java | xuyulou/flink | c73b2fb676ea6264d8d761351bb9ed8950a483dc | [
"Apache-2.0"
] | null | null | null | 41.475177 | 119 | 0.782148 | 21,467 | /*
* 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 ... |
3e32c8f43780f0f42c2dcf4e8e4e7ae78dcd68ec | 1,824 | java | Java | graphqlapi/src/main/java/io/stargate/graphql/schema/graphqlfirst/processor/MutationModel.java | polandll/stargate | e2f0ac1b86fea1cb27fcf67dc544753afccecbee | [
"Apache-2.0"
] | 602 | 2020-09-03T16:19:59.000Z | 2022-03-31T12:44:20.000Z | graphqlapi/src/main/java/io/stargate/graphql/schema/graphqlfirst/processor/MutationModel.java | polandll/stargate | e2f0ac1b86fea1cb27fcf67dc544753afccecbee | [
"Apache-2.0"
] | 1,174 | 2020-08-29T20:55:24.000Z | 2022-03-31T15:26:22.000Z | graphqlapi/src/main/java/io/stargate/graphql/schema/graphqlfirst/processor/MutationModel.java | polandll/stargate | e2f0ac1b86fea1cb27fcf67dc544753afccecbee | [
"Apache-2.0"
] | 86 | 2020-09-10T13:23:52.000Z | 2022-03-28T16:36:05.000Z | 30.915254 | 75 | 0.763706 | 21,468 | /*
* Copyright The Stargate 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 or agreed to ... |
3e32c95f801bf69bbf0dbfa5b2f7594efab3f934 | 4,215 | java | Java | caffeine/src/main/java/com/github/benmanes/caffeine/cache/AsyncCacheLoader.java | jyterencekim/caffeine | 19f0911a78fa8096a4f610a24b756741dd4ed984 | [
"Apache-2.0"
] | 1 | 2018-12-11T12:33:49.000Z | 2018-12-11T12:33:49.000Z | caffeine/src/main/java/com/github/benmanes/caffeine/cache/AsyncCacheLoader.java | jyterencekim/caffeine | 19f0911a78fa8096a4f610a24b756741dd4ed984 | [
"Apache-2.0"
] | 1 | 2019-06-20T00:23:05.000Z | 2019-06-20T00:23:05.000Z | caffeine/src/main/java/com/github/benmanes/caffeine/cache/AsyncCacheLoader.java | jyterencekim/caffeine | 19f0911a78fa8096a4f610a24b756741dd4ed984 | [
"Apache-2.0"
] | 1 | 2020-03-19T00:21:54.000Z | 2020-03-19T00:21:54.000Z | 43.474227 | 100 | 0.724449 | 21,469 | /*
* Copyright 2016 Ben Manes. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... |
3e32ca4fa359b95d753db0a4b5231baaf29aa8b1 | 1,768 | java | Java | app/src/main/java/com/obs/log/LoggerMethodHolder.java | huaweicloud/huaweicloud-sdk-java-obs | 7fe8d89e31ef4c92415cc9bb7a810dbdbd423446 | [
"ECL-2.0",
"Apache-2.0"
] | 95 | 2019-02-13T07:29:42.000Z | 2022-03-30T15:42:01.000Z | app/src/main/java/com/obs/log/LoggerMethodHolder.java | huaweicloud/huaweicloud-sdk-java-obs | 7fe8d89e31ef4c92415cc9bb7a810dbdbd423446 | [
"ECL-2.0",
"Apache-2.0"
] | 68 | 2019-03-06T03:18:58.000Z | 2022-03-28T10:39:34.000Z | app/src/main/java/com/obs/log/LoggerMethodHolder.java | huaweicloud/huaweicloud-sdk-java-obs | 7fe8d89e31ef4c92415cc9bb7a810dbdbd423446 | [
"ECL-2.0",
"Apache-2.0"
] | 83 | 2019-02-21T07:20:57.000Z | 2022-02-16T15:31:01.000Z | 37.617021 | 116 | 0.700226 | 21,470 | /**
* Copyright 2019 Huawei Technologies Co.,Ltd.
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use
* this file except in compliance with the License. You may obtain a copy of the
* License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... |
3e32ca974142c504fb063f06a179a40207e186fd | 2,027 | java | Java | jdbc/command/src/main/java/org/apache/karaf/jdbc/command/QueryCommand.java | vanSabben/karaf | 310dd5e04f77f29e36cb7ae8fcac0d79a4825f86 | [
"Apache-2.0"
] | null | null | null | jdbc/command/src/main/java/org/apache/karaf/jdbc/command/QueryCommand.java | vanSabben/karaf | 310dd5e04f77f29e36cb7ae8fcac0d79a4825f86 | [
"Apache-2.0"
] | null | null | null | jdbc/command/src/main/java/org/apache/karaf/jdbc/command/QueryCommand.java | vanSabben/karaf | 310dd5e04f77f29e36cb7ae8fcac0d79a4825f86 | [
"Apache-2.0"
] | null | null | null | 36.196429 | 127 | 0.670942 | 21,471 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
3e32cad36b9fbbb19c9d1cfed8cdaf434512db93 | 2,660 | java | Java | src/main/java/com/andre601/commands/info/CmdServer.java | TomsUsername/NekoBot | 9c9a56de06cda8b6462d3fa3241928886e97724c | [
"MIT"
] | 1 | 2019-03-29T05:42:51.000Z | 2019-03-29T05:42:51.000Z | src/main/java/com/andre601/commands/info/CmdServer.java | TomsUsername/NekoBot | 9c9a56de06cda8b6462d3fa3241928886e97724c | [
"MIT"
] | null | null | null | src/main/java/com/andre601/commands/info/CmdServer.java | TomsUsername/NekoBot | 9c9a56de06cda8b6462d3fa3241928886e97724c | [
"MIT"
] | 1 | 2018-11-17T03:20:16.000Z | 2018-11-17T03:20:16.000Z | 33.670886 | 105 | 0.531579 | 21,472 | package com.andre601.commands.info;
import com.andre601.util.PermUtil;
import com.andre601.util.messagehandling.MessageUtil;
import com.andre601.commands.Command;
import com.andre601.util.messagehandling.EmbedUtil;
import net.dv8tion.jda.core.EmbedBuilder;
import net.dv8tion.jda.core.entities.Guild;
import net.dv8tion... |
3e32cc24f04cae728ac3010ce4d5a10dba1610c5 | 344 | java | Java | src/main/java/com/free/paris/core/type/AnnotationMetadata.java | weimin0812/paris | bfee4f9746571c63f63608dcbf0f73000c6268a3 | [
"MIT"
] | null | null | null | src/main/java/com/free/paris/core/type/AnnotationMetadata.java | weimin0812/paris | bfee4f9746571c63f63608dcbf0f73000c6268a3 | [
"MIT"
] | null | null | null | src/main/java/com/free/paris/core/type/AnnotationMetadata.java | weimin0812/paris | bfee4f9746571c63f63608dcbf0f73000c6268a3 | [
"MIT"
] | null | null | null | 24.571429 | 72 | 0.811047 | 21,473 | package com.free.paris.core.type;
import com.free.paris.core.annotation.AnnotationAttributes;
import java.util.Set;
public interface AnnotationMetadata extends ClassMetadata {
Set<String> getAnnotationTypes();
boolean hasAnnotation(String annotationType);
AnnotationAttributes getAnnotationAttributes(St... |
3e32ccbcc0e22d0a44fbd3163407652e43e14eba | 4,261 | java | Java | hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/erasurecode/coder/TestXORCoder.java | dmgerman/hadoop | 70c015914a8756c5440cd969d70dac04b8b6142b | [
"Apache-2.0"
] | null | null | null | hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/erasurecode/coder/TestXORCoder.java | dmgerman/hadoop | 70c015914a8756c5440cd969d70dac04b8b6142b | [
"Apache-2.0"
] | null | null | null | hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/erasurecode/coder/TestXORCoder.java | dmgerman/hadoop | 70c015914a8756c5440cd969d70dac04b8b6142b | [
"Apache-2.0"
] | null | null | null | 18.366379 | 814 | 0.788078 | 21,474 | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/** * 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 license... |
3e32cdc268690686c078efbb48d2c7b51b8427a7 | 1,278 | java | Java | robozonky-test/src/main/java/com/github/robozonky/test/mock/MockReservationBuilder.java | Gobie/robozonky | 6dd9432106b3b9deff2e69da9cd2fab31f4975b1 | [
"Apache-2.0"
] | null | null | null | robozonky-test/src/main/java/com/github/robozonky/test/mock/MockReservationBuilder.java | Gobie/robozonky | 6dd9432106b3b9deff2e69da9cd2fab31f4975b1 | [
"Apache-2.0"
] | null | null | null | robozonky-test/src/main/java/com/github/robozonky/test/mock/MockReservationBuilder.java | Gobie/robozonky | 6dd9432106b3b9deff2e69da9cd2fab31f4975b1 | [
"Apache-2.0"
] | null | null | null | 32.769231 | 102 | 0.748826 | 21,475 | /*
* Copyright 2019 The RoboZonky 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 applicable law or ... |
3e32ce3299c33437e720b8aacfd3c507cc81b32d | 1,051 | java | Java | src/main/java/com/pesegato/goldmonkey/MermaidStatic.java | Pesegato/Mermaid | 924135cece261c5df96ca526a0c086134b595c29 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/pesegato/goldmonkey/MermaidStatic.java | Pesegato/Mermaid | 924135cece261c5df96ca526a0c086134b595c29 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/pesegato/goldmonkey/MermaidStatic.java | Pesegato/Mermaid | 924135cece261c5df96ca526a0c086134b595c29 | [
"BSD-3-Clause"
] | null | null | null | 32.84375 | 79 | 0.708849 | 21,476 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.pesegato.goldmonkey;
/**
*
* @author Pesegato
*/
public class MermaidStatic {
public static final String CLASS = "... |
3e32d0269928e22b90c5fc0235cdb2e0218b48b1 | 5,664 | java | Java | plugins/de.fraunhofer.ipa.ros/src/ros/impl/ArtifactImpl.java | ipa-rwu/ros-model | 3c01e7b2853215128b10c83e5fcf803d9f2a79bf | [
"BSD-3-Clause"
] | 28 | 2019-02-05T15:47:26.000Z | 2022-02-21T16:30:36.000Z | plugins/de.fraunhofer.ipa.ros/src/ros/impl/ArtifactImpl.java | ipa-rwu/ros-model | 3c01e7b2853215128b10c83e5fcf803d9f2a79bf | [
"BSD-3-Clause"
] | 101 | 2019-01-29T10:03:39.000Z | 2022-03-21T15:37:16.000Z | plugins/de.fraunhofer.ipa.ros/src/ros/impl/ArtifactImpl.java | ipa-rwu/ros-model | 3c01e7b2853215128b10c83e5fcf803d9f2a79bf | [
"BSD-3-Clause"
] | 11 | 2019-02-06T15:17:23.000Z | 2021-06-10T08:42:39.000Z | 22.746988 | 127 | 0.638771 | 21,477 | /**
*/
package ros.impl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObject... |
3e32d126d61b8de6df431e6a1b96eb84f33445fc | 961 | java | Java | src/main/java/com/citi/portfolio/controller/PerformanceController.java | cq340/Portfolio-Management | d1fd15c1cfbfa720da6ca3ec66ef4c750829a072 | [
"MIT"
] | null | null | null | src/main/java/com/citi/portfolio/controller/PerformanceController.java | cq340/Portfolio-Management | d1fd15c1cfbfa720da6ca3ec66ef4c750829a072 | [
"MIT"
] | null | null | null | src/main/java/com/citi/portfolio/controller/PerformanceController.java | cq340/Portfolio-Management | d1fd15c1cfbfa720da6ca3ec66ef4c750829a072 | [
"MIT"
] | null | null | null | 36.961538 | 87 | 0.817898 | 21,478 | package com.citi.portfolio.controller;
import com.citi.portfolio.model.ManagerPerformance;
import com.citi.portfolio.service.serviceInterface.ManagerPerformanceService;
import com.citi.response.entity.Response;
import com.citi.response.util.ResponseUtil;
import org.springframework.beans.factory.annotation.Autowired;
i... |
3e32d1cc1b5ca1fd9897f90c0c5f3b1692f34ac0 | 2,707 | java | Java | easyfxml/src/main/java/moe/tristan/easyfxml/model/beanmanagement/Selector.java | fossabot/EasyFXML | ff80aa8751d9cfe33b5845236537e1b289c2edf6 | [
"Apache-2.0"
] | 109 | 2017-11-24T12:56:05.000Z | 2021-12-29T06:08:13.000Z | easyfxml/src/main/java/moe/tristan/easyfxml/model/beanmanagement/Selector.java | fossabot/EasyFXML | ff80aa8751d9cfe33b5845236537e1b289c2edf6 | [
"Apache-2.0"
] | 20 | 2018-03-05T02:39:20.000Z | 2020-07-26T01:58:23.000Z | easyfxml/src/main/java/moe/tristan/easyfxml/model/beanmanagement/Selector.java | fossabot/EasyFXML | ff80aa8751d9cfe33b5845236537e1b289c2edf6 | [
"Apache-2.0"
] | 8 | 2018-03-06T13:59:06.000Z | 2021-08-29T10:54:40.000Z | 31.114943 | 115 | 0.669376 | 21,479 | /*
* Copyright 2017 - 2019 EasyFXML project and 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
*
* Unl... |
3e32d3b1c8d7ec9cda53e6b08590c7b2cb2505ee | 2,063 | java | Java | src/main/com/intellij/lang/jsgraphql/types/schema/idl/errors/DirectiveUndeclaredError.java | Andrea-MariaDB-2/js-graphql-intellij-plugin | cec6914136aa3aa743d280fe0d7d2177f8e3b397 | [
"MIT"
] | 797 | 2015-12-14T00:30:04.000Z | 2022-03-30T08:06:44.000Z | src/main/com/intellij/lang/jsgraphql/types/schema/idl/errors/DirectiveUndeclaredError.java | Andrea-MariaDB-2/js-graphql-intellij-plugin | cec6914136aa3aa743d280fe0d7d2177f8e3b397 | [
"MIT"
] | 578 | 2015-12-14T13:15:16.000Z | 2022-03-26T09:05:55.000Z | src/main/com/intellij/lang/jsgraphql/types/schema/idl/errors/DirectiveUndeclaredError.java | Andrea-MariaDB-2/js-graphql-intellij-plugin | cec6914136aa3aa743d280fe0d7d2177f8e3b397 | [
"MIT"
] | 113 | 2016-09-08T12:15:54.000Z | 2022-02-10T18:36:35.000Z | 47.976744 | 135 | 0.758604 | 21,480 | /*
The MIT License (MIT)
Copyright (c) 2015 Andreas Marek and Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
(the "Software"), to deal in the Software without restriction, including without limitation the ri... |
3e32d4ae7fe987183ded0c1ec06d8854efec0a7e | 1,862 | java | Java | opensrp-interface/src/test/java/org.opensrp.dto/register/CondomRegisterEntryDTOTest.java | fazries/opensrp-server | 9ad058aa6c5a38d9bf24deb9cf894e7e5495ac47 | [
"Apache-2.0"
] | 26 | 2015-03-05T15:44:34.000Z | 2018-11-03T20:01:39.000Z | opensrp-interface/src/test/java/org.opensrp.dto/register/CondomRegisterEntryDTOTest.java | fazries/opensrp-server | 9ad058aa6c5a38d9bf24deb9cf894e7e5495ac47 | [
"Apache-2.0"
] | 462 | 2015-02-23T17:10:38.000Z | 2020-10-23T10:37:04.000Z | opensrp-interface/src/test/java/org.opensrp.dto/register/CondomRegisterEntryDTOTest.java | fazries/opensrp-server | 9ad058aa6c5a38d9bf24deb9cf894e7e5495ac47 | [
"Apache-2.0"
] | 50 | 2015-02-20T12:07:52.000Z | 2020-07-09T11:36:57.000Z | 34.481481 | 105 | 0.661117 | 21,481 | package org.opensrp.dto.register;
import nl.jqno.equalsverifier.EqualsVerifier;
import nl.jqno.equalsverifier.Warning;
import org.junit.Test;
import org.opensrp.dto.utils.PojoTestUtils;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import static org.junit.Assert.a... |
3e32d50564155115959b50850f26b26199991f16 | 6,763 | java | Java | driver-core/src/main/com/mongodb/internal/connection/DefaultSdamServerDescriptionManager.java | kulabun/mongo-java-driver | 958d8aa27e4f7b79225d8d1ed31981b13fa59a53 | [
"Apache-2.0"
] | null | null | null | driver-core/src/main/com/mongodb/internal/connection/DefaultSdamServerDescriptionManager.java | kulabun/mongo-java-driver | 958d8aa27e4f7b79225d8d1ed31981b13fa59a53 | [
"Apache-2.0"
] | null | null | null | driver-core/src/main/com/mongodb/internal/connection/DefaultSdamServerDescriptionManager.java | kulabun/mongo-java-driver | 958d8aa27e4f7b79225d8d1ed31981b13fa59a53 | [
"Apache-2.0"
] | null | null | null | 48.307143 | 135 | 0.706935 | 21,482 | /*
* Copyright 2008-present MongoDB, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... |
3e32d6c39a6040b99b741e3e8af0d179927383fb | 74 | java | Java | src/main/java/dev/park/e/bookcafemanager/dto/Convertible.java | epark-grace/book-cafe-manager | 7842888cbbf9198b48bf843d576026c103e52917 | [
"MIT"
] | null | null | null | src/main/java/dev/park/e/bookcafemanager/dto/Convertible.java | epark-grace/book-cafe-manager | 7842888cbbf9198b48bf843d576026c103e52917 | [
"MIT"
] | 34 | 2020-06-16T15:31:48.000Z | 2021-07-12T05:21:05.000Z | src/main/java/dev/park/e/bookcafemanager/dto/Convertible.java | epark-grace/book-cafe-manager | 7842888cbbf9198b48bf843d576026c103e52917 | [
"MIT"
] | null | null | null | 14.8 | 39 | 0.797297 | 21,483 | package dev.park.e.bookcafemanager.dto;
public interface Convertible {
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.