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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e0c4e8ff729e444fb81b6e67ec2ce6673800102 | 216 | java | Java | src/main/java/edu/xihua/project/pms/model/vo/CardListVO.java | GuaSeed/property-manage-system | 9beae1b66d15568ae52af153e4811c6dde7c6bfa | [
"MIT"
] | null | null | null | src/main/java/edu/xihua/project/pms/model/vo/CardListVO.java | GuaSeed/property-manage-system | 9beae1b66d15568ae52af153e4811c6dde7c6bfa | [
"MIT"
] | null | null | null | src/main/java/edu/xihua/project/pms/model/vo/CardListVO.java | GuaSeed/property-manage-system | 9beae1b66d15568ae52af153e4811c6dde7c6bfa | [
"MIT"
] | 1 | 2022-01-03T07:45:19.000Z | 2022-01-03T07:45:19.000Z | 15.428571 | 43 | 0.666667 | 5,224 | package edu.xihua.project.pms.model.vo;
import lombok.Data;
/**
* @author intent <a>zzy.main@gmail.com</a>
* @date 2021/5/30 2:50 下午
* @since 1.0
*/
@Data
public class CardListVO {
private String openid;
}
|
3e0c4f4fe532931260f18d2348491cdc68f74748 | 735 | java | Java | src/test/java/com/capgemini/nobank/model/AccountUT.java | alanAraujoSousa/nobank-api | 3b9d47f090fa80b8f55331017a65df24dcf6b4c2 | [
"MIT"
] | null | null | null | src/test/java/com/capgemini/nobank/model/AccountUT.java | alanAraujoSousa/nobank-api | 3b9d47f090fa80b8f55331017a65df24dcf6b4c2 | [
"MIT"
] | null | null | null | src/test/java/com/capgemini/nobank/model/AccountUT.java | alanAraujoSousa/nobank-api | 3b9d47f090fa80b8f55331017a65df24dcf6b4c2 | [
"MIT"
] | null | null | null | 28.269231 | 73 | 0.760544 | 5,225 | package com.capgemini.nobank.model;
import com.capgemini.nobank.domain.dto.v1.CreateAccountV1DTO;
import com.capgemini.nobank.domain.persistence.Account;
import org.junit.jupiter.api.Test;
import org.modelmapper.ModelMapper;
import java.math.BigDecimal;
import static org.junit.jupiter.api.Assertions.assertEquals;
p... |
3e0c4f56cf02fab5bf98b310ae515d8a4c02f763 | 762 | java | Java | eagle-oj-web/src/main/java/com/eagleoj/web/postman/task/SendProblemAuditingMessageTask.java | YeGuangjun/eagle-oj-api | b6f5e902df8a471f6e853cc0d521103e6f2e5b25 | [
"Apache-2.0"
] | null | null | null | eagle-oj-web/src/main/java/com/eagleoj/web/postman/task/SendProblemAuditingMessageTask.java | YeGuangjun/eagle-oj-api | b6f5e902df8a471f6e853cc0d521103e6f2e5b25 | [
"Apache-2.0"
] | null | null | null | eagle-oj-web/src/main/java/com/eagleoj/web/postman/task/SendProblemAuditingMessageTask.java | YeGuangjun/eagle-oj-api | b6f5e902df8a471f6e853cc0d521103e6f2e5b25 | [
"Apache-2.0"
] | null | null | null | 16.212766 | 65 | 0.587927 | 5,226 | package com.eagleoj.web.postman.task;
/**
* @author Smith
**/
public class SendProblemAuditingMessageTask implements BaseTask {
private String title;
private int pid;
private int uid;
private boolean isAccepted;
public String getTitle() {
return title;
}
public void setTitle(... |
3e0c50807406877144363d35926d12e6f3157f8e | 11,848 | java | Java | integration/mediation-tests/tests-service/src/test/java/org/wso2/carbon/esb/rest/test/api/TemplateAdminService.java | sajithaliyanage/product-ei | 7cc0ab117429967bc01d602a23805e9955924e6a | [
"Apache-2.0"
] | 339 | 2017-03-29T20:40:34.000Z | 2022-03-31T08:05:43.000Z | integration/mediation-tests/tests-service/src/test/java/org/wso2/carbon/esb/rest/test/api/TemplateAdminService.java | sajithaliyanage/product-ei | 7cc0ab117429967bc01d602a23805e9955924e6a | [
"Apache-2.0"
] | 3,938 | 2017-01-23T12:28:02.000Z | 2022-03-28T14:20:20.000Z | integration/mediation-tests/tests-service/src/test/java/org/wso2/carbon/esb/rest/test/api/TemplateAdminService.java | sajithaliyanage/product-ei | 7cc0ab117429967bc01d602a23805e9955924e6a | [
"Apache-2.0"
] | 345 | 2016-12-21T11:59:07.000Z | 2022-03-31T08:39:38.000Z | 47.967611 | 182 | 0.670662 | 5,227 | /*
*Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you under the Apache License,
*Version 2.0 (the "License"); you may not use this file except
*in compliance with the License.
*You may obtain a copy of the License at
*
*http://www.apache.org/licenses... |
3e0c51a5f1cb70b6c0fd262832e5441d5e8420b0 | 746 | java | Java | app/src/main/java/com/nakeyfishzh/coolweather14/model/County.java | nakeyfishzh/coolweather | 0c676108fd40594428f3cbdc8fde262b4b7180c6 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/nakeyfishzh/coolweather14/model/County.java | nakeyfishzh/coolweather | 0c676108fd40594428f3cbdc8fde262b4b7180c6 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/nakeyfishzh/coolweather14/model/County.java | nakeyfishzh/coolweather | 0c676108fd40594428f3cbdc8fde262b4b7180c6 | [
"Apache-2.0"
] | null | null | null | 14.075472 | 44 | 0.537534 | 5,228 | package com.nakeyfishzh.coolweather14.model;
/**
* Created by walker on 15/11/17.
*/
public class County
{
private int id;
private int cityId;
private String name;
private String code;
public int getId()
{
return id;
}
public int getCityId()
{
return cityId;
... |
3e0c52204dd95aa8c43b5ee6e601ef681c51c9a2 | 1,220 | java | Java | it.ismb.pert.pwal.core/it.ismb.pert.pwal.core.api/src/main/java/it/ismb/pertlab/pwal/api/events/base/PWALBaseEvent.java | almanacproject/scral | b4771e8464ea7f3962bdc342b3a71dbd3e71c924 | [
"Apache-2.0"
] | null | null | null | it.ismb.pert.pwal.core/it.ismb.pert.pwal.core.api/src/main/java/it/ismb/pertlab/pwal/api/events/base/PWALBaseEvent.java | almanacproject/scral | b4771e8464ea7f3962bdc342b3a71dbd3e71c924 | [
"Apache-2.0"
] | null | null | null | it.ismb.pert.pwal.core/it.ismb.pert.pwal.core.api/src/main/java/it/ismb/pertlab/pwal/api/events/base/PWALBaseEvent.java | almanacproject/scral | b4771e8464ea7f3962bdc342b3a71dbd3e71c924 | [
"Apache-2.0"
] | null | null | null | 20.333333 | 74 | 0.621311 | 5,229 | package it.ismb.pertlab.pwal.api.events.base;
import it.ismb.pertlab.pwal.api.devices.interfaces.Device;
import org.joda.time.DateTime;
import org.joda.time.DateTimeZone;
public abstract class PWALBaseEvent // implements Event<PWALBaseEvent>
{
/**
* Event time stamp in UTC format
*/
private DateTim... |
3e0c523b5d58deb2edf468d73be7cc45f749e824 | 1,435 | java | Java | wan_server/src/main/java/net/wancom/graph/Graph.java | manu2504/WANCom | 8acdffb947d36fa7d7c8c78cbe9c3b06864128a6 | [
"MIT"
] | null | null | null | wan_server/src/main/java/net/wancom/graph/Graph.java | manu2504/WANCom | 8acdffb947d36fa7d7c8c78cbe9c3b06864128a6 | [
"MIT"
] | null | null | null | wan_server/src/main/java/net/wancom/graph/Graph.java | manu2504/WANCom | 8acdffb947d36fa7d7c8c78cbe9c3b06864128a6 | [
"MIT"
] | null | null | null | 23.916667 | 122 | 0.625784 | 5,230 | package net.wancom.graph;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
/**
* We have a Graph that is a set of nodes.
*
* @see {@link Node}
*
* Inspired by the implentation available at:
* https://github.com/eugenp/tutorials/blob/master/algorithms/src/main/java/com/baeldung/algorithms/ga... |
3e0c528cfefe35c3e8ce705d01ca363f43c21af5 | 444 | java | Java | common-swagger/src/main/java/io/eventuate/examples/tram/ordersandcustomers/commonswagger/CommonSwaggerConfiguration.java | dartartem/eventuate-tram-reactive-examples-customers-and-orders | 026f3b2880d2900169deb53a79c3f9ddf4adcc63 | [
"Apache-2.0"
] | 407 | 2018-03-22T22:53:19.000Z | 2022-03-25T14:34:30.000Z | common-swagger/src/main/java/io/eventuate/examples/tram/ordersandcustomers/commonswagger/CommonSwaggerConfiguration.java | dartartem/eventuate-tram-reactive-examples-customers-and-orders | 026f3b2880d2900169deb53a79c3f9ddf4adcc63 | [
"Apache-2.0"
] | 35 | 2018-06-04T16:19:50.000Z | 2022-02-12T18:01:25.000Z | common-swagger/src/main/java/io/eventuate/examples/tram/ordersandcustomers/commonswagger/CommonSwaggerConfiguration.java | dartartem/eventuate-tram-reactive-examples-customers-and-orders | 026f3b2880d2900169deb53a79c3f9ddf4adcc63 | [
"Apache-2.0"
] | 218 | 2018-03-20T07:34:09.000Z | 2022-03-31T17:12:57.000Z | 31.714286 | 68 | 0.826577 | 5,231 | package io.eventuate.examples.tram.ordersandcustomers.commonswagger;
import io.eventuate.util.spring.swagger.EventuateSwaggerConfig;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class CommonSwaggerConfiguration {
@Bean
publi... |
3e0c53277b8d245334337cfe0a3e7057efd5b99b | 8,088 | java | Java | encoders/firebase-encoders-processor/src/main/java/com/google/firebase/encoders/processor/getters/GetterFactory.java | dmeng/firebase-android-sdk | 7b72c8203f1b301bd69c0f6e058facaa6d808458 | [
"Apache-2.0"
] | 12 | 2021-10-21T12:08:42.000Z | 2022-03-23T06:15:22.000Z | encoders/firebase-encoders-processor/src/main/java/com/google/firebase/encoders/processor/getters/GetterFactory.java | dmeng/firebase-android-sdk | 7b72c8203f1b301bd69c0f6e058facaa6d808458 | [
"Apache-2.0"
] | 42 | 2020-06-28T04:26:13.000Z | 2021-12-28T07:01:34.000Z | encoders/firebase-encoders-processor/src/main/java/com/google/firebase/encoders/processor/getters/GetterFactory.java | dmeng/firebase-android-sdk | 7b72c8203f1b301bd69c0f6e058facaa6d808458 | [
"Apache-2.0"
] | 2 | 2021-02-24T19:59:18.000Z | 2021-06-08T09:41:05.000Z | 38.698565 | 110 | 0.692755 | 5,232 | // Copyright 2019 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 ... |
3e0c539d54a311887a3420ea3df971485a520a60 | 12,866 | java | Java | src/net/betterpvp/osFighter/managers/Paint.java | Tomhoogstra/osFighter | cc0fba24e3d7c4b85e2ea56b033e731493397ee0 | [
"MIT"
] | 1 | 2019-02-10T19:12:54.000Z | 2019-02-10T19:12:54.000Z | src/net/betterpvp/osFighter/managers/Paint.java | Tomhoogstra/osFighter | cc0fba24e3d7c4b85e2ea56b033e731493397ee0 | [
"MIT"
] | null | null | null | src/net/betterpvp/osFighter/managers/Paint.java | Tomhoogstra/osFighter | cc0fba24e3d7c4b85e2ea56b033e731493397ee0 | [
"MIT"
] | null | null | null | 35.153005 | 132 | 0.577957 | 5,233 | package net.betterpvp.osFighter.managers;
import java.awt.*;
import java.awt.event.MouseEvent;
import java.awt.geom.AffineTransform;
import java.awt.geom.Arc2D;
import java.awt.image.BufferedImage;
import java.beans.SimpleBeanInfo;
import java.io.*;
import java.net.URL;
import java.nio.file.Files;
import java.nio.file... |
3e0c542bdc3c33218c299a0f9853bf164cf84f35 | 1,929 | java | Java | security/src/main/java/org/xipki/security/pkcs11/emulator/PKCS11Exception.java | feiyangqyw/xipki | adf5dab9d2bf7311187dc77a70c739ed55778bc1 | [
"Apache-2.0"
] | 1 | 2019-03-12T03:13:21.000Z | 2019-03-12T03:13:21.000Z | security/src/main/java/org/xipki/security/pkcs11/emulator/PKCS11Exception.java | feiyangqyw/xipki | adf5dab9d2bf7311187dc77a70c739ed55778bc1 | [
"Apache-2.0"
] | null | null | null | security/src/main/java/org/xipki/security/pkcs11/emulator/PKCS11Exception.java | feiyangqyw/xipki | adf5dab9d2bf7311187dc77a70c739ed55778bc1 | [
"Apache-2.0"
] | null | null | null | 25.381579 | 75 | 0.689476 | 5,234 | /*
*
* Copyright (c) 2013 - 2019 Lijun Liao
*
* 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 a... |
3e0c553fc20b309af265b2a376f5d124785cf25a | 1,262 | java | Java | ddcat-modules/ddcat-system/src/main/java/com/ddcat/system/service/impl/SysDictServiceImpl.java | dd-cat/ddcat-cloud | 4d17cb4700a6648afc242ac774644e94f77236c8 | [
"AFL-3.0"
] | 2 | 2021-06-21T08:40:00.000Z | 2021-06-26T09:45:07.000Z | ddcat-modules/ddcat-system/src/main/java/com/ddcat/system/service/impl/SysDictServiceImpl.java | dd-cat/ddcat-cloud | 4d17cb4700a6648afc242ac774644e94f77236c8 | [
"AFL-3.0"
] | null | null | null | ddcat-modules/ddcat-system/src/main/java/com/ddcat/system/service/impl/SysDictServiceImpl.java | dd-cat/ddcat-cloud | 4d17cb4700a6648afc242ac774644e94f77236c8 | [
"AFL-3.0"
] | 1 | 2021-06-26T02:45:33.000Z | 2021-06-26T02:45:33.000Z | 32.358974 | 105 | 0.775753 | 5,235 | package com.ddcat.system.service.impl;
import com.baomidou.mybatisplus.core.toolkit.Wrappers;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.ddcat.api.entity.SysDict;
import com.ddcat.api.entity.SysDictItem;
import com.ddcat.core.constant.CacheConstants;
import com.ddcat.system.mapper.S... |
3e0c55e0d3f4c16ec359e59586697b0aacb22bad | 770 | java | Java | src/main/java/br/ufmg/dcc/nanocomp/ctl/CtlVector.java | henriquenicolas1/ctl-parser | 52dcf2d59c48fe1caa416316abf789b45f05caa7 | [
"Apache-2.0"
] | null | null | null | src/main/java/br/ufmg/dcc/nanocomp/ctl/CtlVector.java | henriquenicolas1/ctl-parser | 52dcf2d59c48fe1caa416316abf789b45f05caa7 | [
"Apache-2.0"
] | null | null | null | src/main/java/br/ufmg/dcc/nanocomp/ctl/CtlVector.java | henriquenicolas1/ctl-parser | 52dcf2d59c48fe1caa416316abf789b45f05caa7 | [
"Apache-2.0"
] | null | null | null | 20.810811 | 78 | 0.715584 | 5,236 | package br.ufmg.dcc.nanocomp.ctl;
import java.io.IOException;
import java.util.Iterator;
import java.util.List;
public class CtlVector extends CtlObject implements Iterable<CtlVariable<?>> {
private static final long serialVersionUID = 1L;
private List<CtlVariable<?>> values;
public CtlVector(List<CtlVariable<?... |
3e0c564f47ce4a7931ab30f7e018987f7055a3f4 | 23,777 | java | Java | http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/NettyNioAsyncHttpClient.java | sheeraz21/aws-sdk-java-v2 | 6411db36f1ef8240dcfeb71b7d9f10799631309f | [
"Apache-2.0"
] | 1 | 2020-10-16T15:36:06.000Z | 2020-10-16T15:36:06.000Z | http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/NettyNioAsyncHttpClient.java | sheeraz21/aws-sdk-java-v2 | 6411db36f1ef8240dcfeb71b7d9f10799631309f | [
"Apache-2.0"
] | 41 | 2019-07-17T18:39:38.000Z | 2019-08-15T22:51:05.000Z | http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/NettyNioAsyncHttpClient.java | hitesh0901/aws-sdk-java-v2 | c615fbfaf1733944fa6d8dcbc8350d70e894b979 | [
"Apache-2.0"
] | null | null | null | 45.117647 | 128 | 0.681541 | 5,237 | /*
* Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... |
3e0c5712c39760a1694dfb7daa432e0f012c3c2c | 3,050 | java | Java | iis-wf/iis-wf-affmatching/src/test/java/eu/dnetlib/iis/wf/affmatching/bucket/projectorg/read/DocumentOrganizationFetcherTest.java | johnfouf/iis | c27398cfa71a60af4932b4d6a12f8d21429578a2 | [
"Apache-2.0"
] | 20 | 2015-09-19T21:17:23.000Z | 2022-03-01T10:37:59.000Z | iis-wf/iis-wf-affmatching/src/test/java/eu/dnetlib/iis/wf/affmatching/bucket/projectorg/read/DocumentOrganizationFetcherTest.java | johnfouf/iis | c27398cfa71a60af4932b4d6a12f8d21429578a2 | [
"Apache-2.0"
] | 1,054 | 2015-09-11T06:51:27.000Z | 2022-03-30T09:46:54.000Z | iis-wf/iis-wf-affmatching/src/test/java/eu/dnetlib/iis/wf/affmatching/bucket/projectorg/read/DocumentOrganizationFetcherTest.java | LSmyrnaios/iis | 9a6a5e0eeafb1df0067b725d95fd36b1dc8c2e11 | [
"Apache-2.0"
] | 80 | 2015-12-09T12:41:52.000Z | 2022-02-16T11:46:42.000Z | 33.516484 | 156 | 0.744262 | 5,238 | package eu.dnetlib.iis.wf.affmatching.bucket.projectorg.read;
import eu.dnetlib.iis.wf.affmatching.bucket.projectorg.model.AffMatchDocumentOrganization;
import eu.dnetlib.iis.wf.affmatching.bucket.projectorg.model.AffMatchDocumentProject;
import eu.dnetlib.iis.wf.affmatching.bucket.projectorg.model.AffMatchProjectOrga... |
3e0c571e089539467443b44dadd64b2d489b02a4 | 1,751 | java | Java | Skizzle/net/minecraft/client/renderer/GLAllocation.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | 3 | 2022-02-28T17:34:51.000Z | 2022-03-06T21:55:16.000Z | Skizzle/net/minecraft/client/renderer/GLAllocation.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | 2 | 2022-02-25T20:10:14.000Z | 2022-03-03T14:25:03.000Z | Skizzle/net/minecraft/client/renderer/GLAllocation.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | null | null | null | 32.425926 | 146 | 0.680754 | 5,239 | /*
* Decompiled with CFR 0.150.
*
* Could not load the following classes:
* org.lwjgl.opengl.GL11
* org.lwjgl.util.glu.GLU
*/
package net.minecraft.client.renderer;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import org.lwjgl.opengl.GL11;
impo... |
3e0c575fec60f73b38ba4b2d3c247acc5d08729f | 82 | java | Java | terasoluna-batch/src/main/java/jp/terasoluna/fw/batch/executor/concurrent/package-info.java | syama0731/batch3 | a197da2865aa015f37bec5274e479c8d153b0ba6 | [
"Apache-2.0"
] | null | null | null | terasoluna-batch/src/main/java/jp/terasoluna/fw/batch/executor/concurrent/package-info.java | syama0731/batch3 | a197da2865aa015f37bec5274e479c8d153b0ba6 | [
"Apache-2.0"
] | null | null | null | terasoluna-batch/src/main/java/jp/terasoluna/fw/batch/executor/concurrent/package-info.java | syama0731/batch3 | a197da2865aa015f37bec5274e479c8d153b0ba6 | [
"Apache-2.0"
] | null | null | null | 20.5 | 51 | 0.719512 | 5,240 | /**
* エグゼキュータ関連 非同期処理用
*/
package jp.terasoluna.fw.batch.executor.concurrent; |
3e0c57f51984b7f61b84007fdf8f76749a60597b | 968 | java | Java | src/main/java/SymbolicRexNode/RexNodeBase.java | hiramahmood/spes | 79f77bd7500a3f361dd03eae36b61cdbdfd1edf4 | [
"Apache-2.0"
] | 13 | 2021-01-06T06:17:54.000Z | 2022-03-23T02:50:52.000Z | src/main/java/SymbolicRexNode/RexNodeBase.java | hiramahmood/spes | 79f77bd7500a3f361dd03eae36b61cdbdfd1edf4 | [
"Apache-2.0"
] | 1 | 2022-01-14T00:57:20.000Z | 2022-01-14T01:13:55.000Z | src/main/java/SymbolicRexNode/RexNodeBase.java | hiramahmood/spes | 79f77bd7500a3f361dd03eae36b61cdbdfd1edf4 | [
"Apache-2.0"
] | 7 | 2021-03-20T07:32:36.000Z | 2022-03-23T07:53:33.000Z | 27.657143 | 85 | 0.713843 | 5,241 | package SymbolicRexNode;
import com.microsoft.z3.BoolExpr;
import com.microsoft.z3.Context;
import com.microsoft.z3.Expr;
import org.apache.calcite.rex.RexNode;
import java.util.ArrayList;
import java.util.List;
public abstract class RexNodeBase {
protected Context z3Context;
protected SymbolicColumn output... |
3e0c588241da03d09d659a71ee8217577d5466c5 | 1,523 | java | Java | Dubbo-in-action/Demo/Consumer/src/main/java/org/apache/dubbo/demo/consumer/APiConsumerMockResult.java | lmmarisej/dubbo-source-code-read | bb4e7c12fbddf21a76891d780fa2c7008fa912c0 | [
"Apache-2.0"
] | null | null | null | Dubbo-in-action/Demo/Consumer/src/main/java/org/apache/dubbo/demo/consumer/APiConsumerMockResult.java | lmmarisej/dubbo-source-code-read | bb4e7c12fbddf21a76891d780fa2c7008fa912c0 | [
"Apache-2.0"
] | null | null | null | Dubbo-in-action/Demo/Consumer/src/main/java/org/apache/dubbo/demo/consumer/APiConsumerMockResult.java | lmmarisej/dubbo-source-code-read | bb4e7c12fbddf21a76891d780fa2c7008fa912c0 | [
"Apache-2.0"
] | null | null | null | 50.766667 | 128 | 0.699934 | 5,242 | package org.apache.dubbo.demo.consumer;
import org.apache.dubbo.common.URL;
import org.apache.dubbo.common.extension.ExtensionLoader;
import org.apache.dubbo.registry.Registry;
import org.apache.dubbo.registry.RegistryFactory;
public class APiConsumerMockResult {
public static void mockResult(String type) {
... |
3e0c58ee7a37efb72d124571169baf5744975fe7 | 845 | java | Java | elza/elza-core/src/main/java/cz/tacr/elza/packageimport/xml/RelationTypes.java | elzasw/elza | 5c9751f8b7366e8090b709bbcea3d085848125b6 | [
"Apache-2.0"
] | null | null | null | elza/elza-core/src/main/java/cz/tacr/elza/packageimport/xml/RelationTypes.java | elzasw/elza | 5c9751f8b7366e8090b709bbcea3d085848125b6 | [
"Apache-2.0"
] | null | null | null | elza/elza-core/src/main/java/cz/tacr/elza/packageimport/xml/RelationTypes.java | elzasw/elza | 5c9751f8b7366e8090b709bbcea3d085848125b6 | [
"Apache-2.0"
] | 1 | 2022-01-09T12:21:31.000Z | 2022-01-09T12:21:31.000Z | 25.606061 | 74 | 0.745562 | 5,243 | package cz.tacr.elza.packageimport.xml;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import java.util.List;
/**
* VO typ vztahu... |
3e0c592d6f47fb00e7982b536c5e06eae9566303 | 814 | java | Java | src/main/java/it/polimi/ingsw/ps14/model/bonus/BonusMainAction.java | pietroferretti/counciloffour | 8f55dc3e80a1c45690fd506a29c39c901287c823 | [
"Apache-2.0"
] | null | null | null | src/main/java/it/polimi/ingsw/ps14/model/bonus/BonusMainAction.java | pietroferretti/counciloffour | 8f55dc3e80a1c45690fd506a29c39c901287c823 | [
"Apache-2.0"
] | null | null | null | src/main/java/it/polimi/ingsw/ps14/model/bonus/BonusMainAction.java | pietroferretti/counciloffour | 8f55dc3e80a1c45690fd506a29c39c901287c823 | [
"Apache-2.0"
] | null | null | null | 21.421053 | 77 | 0.690418 | 5,244 | package it.polimi.ingsw.ps14.model.bonus;
import it.polimi.ingsw.ps14.model.Model;
import it.polimi.ingsw.ps14.model.Player;
public class BonusMainAction implements Bonus {
/**
*
*/
private static final long serialVersionUID = 6259525072078835164L;
private final int quantity;
public BonusMai... |
3e0c59e1a3dd12ff81b80176a3124cd16885dd99 | 2,115 | java | Java | gulimall-coupon/src/main/java/com/atguigu/gulimall/coupon/controller/SkuFullReductionController.java | yrcao95/gulimall | 9689356d370f50228d2faacf77e16f7b5c028342 | [
"Apache-2.0"
] | null | null | null | gulimall-coupon/src/main/java/com/atguigu/gulimall/coupon/controller/SkuFullReductionController.java | yrcao95/gulimall | 9689356d370f50228d2faacf77e16f7b5c028342 | [
"Apache-2.0"
] | null | null | null | gulimall-coupon/src/main/java/com/atguigu/gulimall/coupon/controller/SkuFullReductionController.java | yrcao95/gulimall | 9689356d370f50228d2faacf77e16f7b5c028342 | [
"Apache-2.0"
] | null | null | null | 23.511111 | 80 | 0.691399 | 5,245 | package com.atguigu.gulimall.coupon.controller;
import java.util.Arrays;
import java.util.Map;
import com.atguigu.common.to.SkuReductionTo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import com.atguigu.gulimall.coupon.entity.SkuFullReductionEntity... |
3e0c5a2ef71406a8ad8684128901cd8b40d82fdc | 4,926 | java | Java | src/java/billiards/viewer/ColorPicker.java | wadymwadim/normandeau | 2995a3293b22df269b88c3486e4f4009a1a5d76f | [
"Xnet",
"X11"
] | null | null | null | src/java/billiards/viewer/ColorPicker.java | wadymwadim/normandeau | 2995a3293b22df269b88c3486e4f4009a1a5d76f | [
"Xnet",
"X11"
] | null | null | null | src/java/billiards/viewer/ColorPicker.java | wadymwadim/normandeau | 2995a3293b22df269b88c3486e4f4009a1a5d76f | [
"Xnet",
"X11"
] | null | null | null | 41.05 | 96 | 0.647787 | 5,246 | package billiards.viewer;
import java.util.Optional;
import javafx.geometry.Insets;
import javafx.scene.Scene;
import javafx.scene.control.Tooltip;
import javafx.scene.layout.GridPane;
import javafx.scene.paint.Color;
import javafx.scene.shape.Rectangle;
import javafx.stage.Stage;
public class ColorPicker {
priv... |
3e0c5b160f5d976e7525f314d846b32da6c7d0d2 | 611 | java | Java | applications/dev-management/src/main/java/no/dcat/testadmin/MvcConfig.java | tereseskavhaug/fdk | 0d4cd65d161f6bef50982297288b1c36cca3275c | [
"ECL-2.0",
"Apache-2.0"
] | 9 | 2016-09-09T07:07:17.000Z | 2018-05-16T12:52:36.000Z | applications/dev-management/src/main/java/no/dcat/testadmin/MvcConfig.java | computas/fdk | 5cbc1d82c25c941756add75c235963cdeb573fef | [
"ECL-2.0",
"Apache-2.0"
] | 1,404 | 2018-06-12T07:42:34.000Z | 2020-10-01T19:13:27.000Z | applications/dev-management/src/main/java/no/dcat/testadmin/MvcConfig.java | computas/fdk | 5cbc1d82c25c941756add75c235963cdeb573fef | [
"ECL-2.0",
"Apache-2.0"
] | 9 | 2018-08-22T09:05:07.000Z | 2020-06-04T07:33:42.000Z | 35.941176 | 81 | 0.785597 | 5,247 | package no.dcat.testadmin;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.ViewControllerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
@Configuration
public class MvcConfig extends WebMvcConfigurerAdapt... |
3e0c5b882d3d46650489039d5c1fda5ac7cf6f1f | 1,066 | java | Java | src/main/java/edu/neu/coe/info6205/FinalProject/Sort/MultiThreadSorting.java | Negi97Mohit/INFO-6205-Final_Project | 7ed50efab6a98e91c560ad22996a7d6dc9766bde | [
"Apache-2.0"
] | 1 | 2021-12-07T17:59:19.000Z | 2021-12-07T17:59:19.000Z | src/main/java/edu/neu/coe/info6205/FinalProject/Sort/MultiThreadSorting.java | Negi97Mohit/INFO-6205-Final_Project | 7ed50efab6a98e91c560ad22996a7d6dc9766bde | [
"Apache-2.0"
] | null | null | null | src/main/java/edu/neu/coe/info6205/FinalProject/Sort/MultiThreadSorting.java | Negi97Mohit/INFO-6205-Final_Project | 7ed50efab6a98e91c560ad22996a7d6dc9766bde | [
"Apache-2.0"
] | null | null | null | 41 | 86 | 0.659475 | 5,248 | package edu.neu.coe.info6205.FinalProject.Sort;
import edu.neu.coe.info6205.util.SortBenchmark;
import java.io.IOException;
import java.util.concurrent.ForkJoinPool;
import static edu.neu.coe.info6205.util.SortBenchmark.getNames;
public class MultiThreadSorting {
public static void main(String[] args) throws IO... |
3e0c5c5009405717397f5f3e2f1edaf4dbd75dc8 | 721 | java | Java | extensions/np/api/src/main/java/org/pcsoft/framework/jremote/ext/np/api/annotation/RemoteKeepAliveService.java | KleinerHacker/jremote | 0ed0f254ddb98e300bf212f5ea5317f76c7016b6 | [
"Apache-2.0"
] | null | null | null | extensions/np/api/src/main/java/org/pcsoft/framework/jremote/ext/np/api/annotation/RemoteKeepAliveService.java | KleinerHacker/jremote | 0ed0f254ddb98e300bf212f5ea5317f76c7016b6 | [
"Apache-2.0"
] | null | null | null | extensions/np/api/src/main/java/org/pcsoft/framework/jremote/ext/np/api/annotation/RemoteKeepAliveService.java | KleinerHacker/jremote | 0ed0f254ddb98e300bf212f5ea5317f76c7016b6 | [
"Apache-2.0"
] | null | null | null | 32.772727 | 101 | 0.773925 | 5,249 | package org.pcsoft.framework.jremote.ext.np.api.annotation;
import org.pcsoft.framework.jremote.api.internal.RemoteService;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Mark an interface as remo... |
3e0c5cbb51e501a13a959c459cb3b0a29a657c08 | 922 | java | Java | amberle-core/src/main/java/amberle/Either.java | ReactivePlatform/amberle | e40b8885e5675b4995595874c7ab78d2ba6261cd | [
"Apache-2.0"
] | 5 | 2018-12-21T02:13:57.000Z | 2018-12-25T02:09:19.000Z | amberle-core/src/main/java/amberle/Either.java | ReactivePlatform/amberle | e40b8885e5675b4995595874c7ab78d2ba6261cd | [
"Apache-2.0"
] | 13 | 2018-12-21T03:50:24.000Z | 2019-01-08T18:40:52.000Z | amberle-core/src/main/java/amberle/Either.java | ReactivePlatform/amberle | e40b8885e5675b4995595874c7ab78d2ba6261cd | [
"Apache-2.0"
] | 1 | 2018-12-25T02:10:17.000Z | 2018-12-25T02:10:17.000Z | 31.793103 | 75 | 0.76898 | 5,250 | /*
* Copyright 2018 amberle-core
*
* 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... |
3e0c5cbe3964c6607a4850829c3a0163bb406835 | 8,630 | java | Java | androidviewertools/src/main/java/com/example/evan/androidviewertools/utils/Utils.java | KateUnger/viewer-2018-android-1 | 501c62c5b5fb3ad756e97a43017db2e6250d6d85 | [
"MIT"
] | 1 | 2019-03-21T23:55:31.000Z | 2019-03-21T23:55:31.000Z | androidviewertools/src/main/java/com/example/evan/androidviewertools/utils/Utils.java | KateUnger/viewer-2018-android-1 | 501c62c5b5fb3ad756e97a43017db2e6250d6d85 | [
"MIT"
] | 4 | 2018-10-11T03:37:33.000Z | 2018-12-30T00:42:18.000Z | androidviewertools/src/main/java/com/example/evan/androidviewertools/utils/Utils.java | KateUnger/viewer-2018-android-1 | 501c62c5b5fb3ad756e97a43017db2e6250d6d85 | [
"MIT"
] | 3 | 2018-08-02T01:46:28.000Z | 2022-01-17T22:57:19.000Z | 42.303922 | 169 | 0.656083 | 5,251 | package com.example.evan.androidviewertools.utils;
import android.content.Intent;
import android.graphics.Color;
import android.text.SpannableString;
import android.text.style.BackgroundColorSpan;
import android.util.Log;
import com.example.evan.androidviewertools.firebase_classes.Match;
import com.example.evan.andro... |
3e0c5cd57b445b55a683dc284ac4fe3135f315ee | 2,108 | java | Java | src/main/java/br/edu/les/realmofcard/dao/CartaDAO.java | LucasCascao/realmofcards-api | ffab64dd72bd2365dc17d64f1a882fb3784cb542 | [
"MIT"
] | null | null | null | src/main/java/br/edu/les/realmofcard/dao/CartaDAO.java | LucasCascao/realmofcards-api | ffab64dd72bd2365dc17d64f1a882fb3784cb542 | [
"MIT"
] | 11 | 2020-02-24T01:03:36.000Z | 2022-03-02T10:53:50.000Z | src/main/java/br/edu/les/realmofcard/dao/CartaDAO.java | LucasCascao/realmofcards-api | ffab64dd72bd2365dc17d64f1a882fb3784cb542 | [
"MIT"
] | null | null | null | 32.430769 | 102 | 0.638994 | 5,252 | package br.edu.les.realmofcard.dao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import br.edu.les.realmofcard.domain.Carta;
import br.edu.les.realmofcard.domain.EntidadeDominio;
import br.edu.les.realmofcard.repository.CartaRepository;
import br.edu.le... |
3e0c5d9d758e6e8f75f4bde17e14812bd39ccf76 | 10,112 | java | Java | platform-facet/src/main/java/net/kyori/adventure/platform/facet/FacetAudienceProvider.java | Silthus/adventure-platform | 72e9bbbec58c09a69a93bf0f4e4ca074ab6bfcb3 | [
"MIT"
] | 59 | 2020-06-11T06:47:13.000Z | 2022-03-03T14:29:58.000Z | platform-facet/src/main/java/net/kyori/adventure/platform/facet/FacetAudienceProvider.java | Silthus/adventure-platform | 72e9bbbec58c09a69a93bf0f4e4ca074ab6bfcb3 | [
"MIT"
] | 47 | 2020-06-25T16:14:26.000Z | 2022-03-07T10:51:16.000Z | platform-facet/src/main/java/net/kyori/adventure/platform/facet/FacetAudienceProvider.java | Silthus/adventure-platform | 72e9bbbec58c09a69a93bf0f4e4ca074ab6bfcb3 | [
"MIT"
] | 24 | 2020-06-24T20:11:59.000Z | 2022-01-16T21:30:46.000Z | 33.045752 | 166 | 0.680182 | 5,253 | /*
* This file is part of adventure-platform, licensed under the MIT License.
*
* Copyright (c) 2018-2020 KyoriPowered
*
* 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 restric... |
3e0c5de1a452a3aa20ccf7ab2abd0b84e6dcec71 | 1,075 | java | Java | LeetCodeProgram/src/test/java/restoreipaddresses/MyTest.java | cnkmym/LeetCodeSolutions | 64d2407e76364d0b0b015ef4002e745461442888 | [
"Apache-2.0"
] | null | null | null | LeetCodeProgram/src/test/java/restoreipaddresses/MyTest.java | cnkmym/LeetCodeSolutions | 64d2407e76364d0b0b015ef4002e745461442888 | [
"Apache-2.0"
] | null | null | null | LeetCodeProgram/src/test/java/restoreipaddresses/MyTest.java | cnkmym/LeetCodeSolutions | 64d2407e76364d0b0b015ef4002e745461442888 | [
"Apache-2.0"
] | null | null | null | 21.36 | 109 | 0.661985 | 5,254 | package restoreipaddresses;
import static org.junit.Assert.*;
import java.util.Collections;
import java.util.List;
import org.junit.Before;
import org.junit.Test;
public class MyTest {
Solution s;
@Before
public void init() {
s = new Solution();
}
private String print(List<String> ips) {
Collections.sort... |
3e0c5f28823391e6e45c746e254f5612375d3b86 | 1,113 | java | Java | mochila_voraz/src/mochila_voraz/Objeto.java | louri91/ALG201516 | fa738c872b9cc4e484048bb11f012ee18b4ac1a7 | [
"MIT"
] | null | null | null | mochila_voraz/src/mochila_voraz/Objeto.java | louri91/ALG201516 | fa738c872b9cc4e484048bb11f012ee18b4ac1a7 | [
"MIT"
] | null | null | null | mochila_voraz/src/mochila_voraz/Objeto.java | louri91/ALG201516 | fa738c872b9cc4e484048bb11f012ee18b4ac1a7 | [
"MIT"
] | null | null | null | 18.245902 | 88 | 0.654987 | 5,255 | package mochila_voraz;
/**
*
* @author louri
* @date 1 Mayo 2016
*/
public class Objeto implements Comparable<Objeto>{
private String nombre;
private double peso;
private double beneficio;
public Objeto(String nombre, double peso, double beneficio) {
super();
this.nombre = nombre;
this.peso = peso;
t... |
3e0c60c8d2a2e1f9ded565c6f10f8090e96c089c | 1,063 | java | Java | app/src/main/java/com/example/coolweather/android/db/County.java | MarkITSpacer/coolweather | 25ed5af3a20166c193d776effa557bdacbb2e1ed | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/coolweather/android/db/County.java | MarkITSpacer/coolweather | 25ed5af3a20166c193d776effa557bdacbb2e1ed | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/coolweather/android/db/County.java | MarkITSpacer/coolweather | 25ed5af3a20166c193d776effa557bdacbb2e1ed | [
"Apache-2.0"
] | null | null | null | 16.873016 | 50 | 0.618062 | 5,256 | package com.example.coolweather.android.db;
import org.litepal.crud.DataSupport;
/**
* author:Mark
* date:2017/4/2
* time:10:14
*/
public class County extends DataSupport {
private int id;
private String countyName;
private String countyCode;
private int cityId;
private String weatherId;... |
3e0c61108b156bbb4aeb802af91897b6a2765277 | 2,101 | java | Java | src/main/java/xyz/kvantum/plotbot/commands/Material.java | Sauilitired/PlotBot | af7360aa72e1490088c1cdecc054007054c4c5ec | [
"MIT"
] | 2 | 2019-05-04T14:21:15.000Z | 2020-09-06T20:37:06.000Z | src/main/java/xyz/kvantum/plotbot/commands/Material.java | Sauilitired/PlotBot | af7360aa72e1490088c1cdecc054007054c4c5ec | [
"MIT"
] | 1 | 2020-09-25T19:07:10.000Z | 2020-09-25T19:07:10.000Z | src/main/java/xyz/kvantum/plotbot/commands/Material.java | Sauilitired/PlotBot | af7360aa72e1490088c1cdecc054007054c4c5ec | [
"MIT"
] | 3 | 2018-12-23T12:58:15.000Z | 2019-05-04T14:21:21.000Z | 46.688889 | 294 | 0.743931 | 5,257 | package xyz.kvantum.plotbot.commands;
import com.intellectualsites.commands.Command;
import com.intellectualsites.commands.CommandDeclaration;
import com.intellectualsites.commands.CommandInstance;
import com.intellectualsites.commands.parser.impl.StringParser;
import xyz.kvantum.plotbot.BukkitLegacyMappings;
import x... |
3e0c613c08b6ffa0c21b8232fd71536bc2695d7b | 8,328 | java | Java | fwmf-module-category/fwmf-module-category-service/src/main/java/cn/faury/fwmf/module/service/category/generate/sqlProvider/CategoryInfoGenerateSqlProvider.java | fzyycp/fwmf-module | 36d39a312ad73b0f9a77e96acd614b0ff8cebe4f | [
"Apache-2.0"
] | null | null | null | fwmf-module-category/fwmf-module-category-service/src/main/java/cn/faury/fwmf/module/service/category/generate/sqlProvider/CategoryInfoGenerateSqlProvider.java | fzyycp/fwmf-module | 36d39a312ad73b0f9a77e96acd614b0ff8cebe4f | [
"Apache-2.0"
] | null | null | null | fwmf-module-category/fwmf-module-category-service/src/main/java/cn/faury/fwmf/module/service/category/generate/sqlProvider/CategoryInfoGenerateSqlProvider.java | fzyycp/fwmf-module | 36d39a312ad73b0f9a77e96acd614b0ff8cebe4f | [
"Apache-2.0"
] | null | null | null | 41.024631 | 149 | 0.56196 | 5,258 | /**
* This file was generator by Fwmf Generated
* !!!Do not modify this file!!
*
* @fwmf.generated 2018-12-12 08:48:52
*/
package cn.faury.fwmf.module.service.category.generate.sqlProvider;
import cn.faury.fdk.common.utils.StringUtil;
import cn.faury.fwmf.module.api.category.generate.bean.CategoryInfoGenerateBea... |
3e0c6232d8fe2153704552cef7331714aed139fb | 10,819 | java | Java | src/generated/java/org/schema/HowToSupply.java | aweiland/jsonld-metadata | fe0b9e4acdd4a459558ba601181812e2e7f11146 | [
"Apache-2.0"
] | null | null | null | src/generated/java/org/schema/HowToSupply.java | aweiland/jsonld-metadata | fe0b9e4acdd4a459558ba601181812e2e7f11146 | [
"Apache-2.0"
] | null | null | null | src/generated/java/org/schema/HowToSupply.java | aweiland/jsonld-metadata | fe0b9e4acdd4a459558ba601181812e2e7f11146 | [
"Apache-2.0"
] | 1 | 2021-08-05T06:07:51.000Z | 2021-08-05T06:07:51.000Z | 37.178694 | 422 | 0.6801 | 5,259 | /*
* Copyright 2015-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
3e0c62723f239e41db8cf053a54eb8d506927264 | 10,736 | java | Java | src/ucar/unidata/view/sounding/WetTrajectoryBean.java | oxelson/IDV | 06ea41150e6a303c5c59d5aa59b1907a5a6e488b | [
"CNRI-Jython"
] | 48 | 2015-02-22T05:05:01.000Z | 2022-03-14T14:23:41.000Z | src/ucar/unidata/view/sounding/WetTrajectoryBean.java | oxelson/IDV | 06ea41150e6a303c5c59d5aa59b1907a5a6e488b | [
"CNRI-Jython"
] | 40 | 2015-02-09T19:25:29.000Z | 2022-02-16T00:21:08.000Z | src/ucar/unidata/view/sounding/WetTrajectoryBean.java | oxelson/IDV | 06ea41150e6a303c5c59d5aa59b1907a5a6e488b | [
"CNRI-Jython"
] | 28 | 2015-04-03T05:43:00.000Z | 2022-01-31T23:41:20.000Z | 35.455446 | 125 | 0.570139 | 5,260 | /*
* $Id: WetTrajectoryBean.java,v 1.6 2005/05/13 18:33:40 jeffmc Exp $
*
* Copyright 1997-2022 Unidata Program Center/University Corporation for
* Atmospheric Research, P.O. Box 3000, Boulder, CO 80307,
* upchh@example.com.
*
* This library is free software; you can redistribute it and/or modify it
* under th... |
3e0c64ecd6f859bf4cfaee43aa47b2dc3a50501d | 4,291 | java | Java | reservas-teatro-ecst/src/test/java/com/autentia/tutoriales/reservas/teatro/command/RepresentacionCommandServiceTest.java | dav-garcia/reservas-teatro | 7d127d2987d7fc30d35dc4c90821aad48767dc50 | [
"Apache-2.0"
] | 8 | 2021-01-16T20:37:26.000Z | 2021-10-09T04:07:25.000Z | reservas-teatro-ecst/src/test/java/com/autentia/tutoriales/reservas/teatro/command/RepresentacionCommandServiceTest.java | dav-garcia/reservas-teatro | 7d127d2987d7fc30d35dc4c90821aad48767dc50 | [
"Apache-2.0"
] | null | null | null | reservas-teatro-ecst/src/test/java/com/autentia/tutoriales/reservas/teatro/command/RepresentacionCommandServiceTest.java | dav-garcia/reservas-teatro | 7d127d2987d7fc30d35dc4c90821aad48767dc50 | [
"Apache-2.0"
] | 4 | 2020-12-20T19:38:59.000Z | 2022-03-30T17:08:03.000Z | 44.697917 | 102 | 0.74901 | 5,261 | package com.autentia.tutoriales.reservas.teatro.command;
import com.autentia.tutoriales.reservas.teatro.Butaca;
import com.autentia.tutoriales.reservas.teatro.Representacion;
import com.autentia.tutoriales.reservas.teatro.Reserva;
import com.autentia.tutoriales.reservas.teatro.Sala;
import com.autentia.tutoriales.rese... |
3e0c652c895054317d957100aba31b6478f913d9 | 477 | java | Java | src/main/java/com/gearservice/model/cheque/samples/Models.java | lwluc/gear-service | 9f698e996bb85160e21284d67d00a6f860135b6e | [
"MIT"
] | null | null | null | src/main/java/com/gearservice/model/cheque/samples/Models.java | lwluc/gear-service | 9f698e996bb85160e21284d67d00a6f860135b6e | [
"MIT"
] | null | null | null | src/main/java/com/gearservice/model/cheque/samples/Models.java | lwluc/gear-service | 9f698e996bb85160e21284d67d00a6f860135b6e | [
"MIT"
] | null | null | null | 23.85 | 107 | 0.685535 | 5,262 | package com.gearservice.model.cheque.samples;
/**
* Enum Models contains samples of models
*
* @version 1.0
* @author Dmitry
* @since 04.09.2015
*/
public enum Models {
model1("Asus.T100TA-DK003H"),
model2("Apple.MacBook Pro MGXA2");
private final String model;
Models(String s) {model = s;}
... |
3e0c667aed74bd4d0af1c17151f610299808aca0 | 1,641 | java | Java | web/src/main/java/com/navercorp/pinpoint/web/vo/stat/AggreJoinTotalThreadCountBo.java | richardy2012/pinpoint | c50696734a2f7fcc37f8fea879ed4c84946e58f8 | [
"Apache-2.0"
] | 1,473 | 2020-10-14T02:18:07.000Z | 2022-03-31T11:43:49.000Z | web/src/main/java/com/navercorp/pinpoint/web/vo/stat/AggreJoinTotalThreadCountBo.java | richardy2012/pinpoint | c50696734a2f7fcc37f8fea879ed4c84946e58f8 | [
"Apache-2.0"
] | 995 | 2020-10-14T05:09:43.000Z | 2022-03-31T12:04:05.000Z | web/src/main/java/com/navercorp/pinpoint/web/vo/stat/AggreJoinTotalThreadCountBo.java | richardy2012/pinpoint | c50696734a2f7fcc37f8fea879ed4c84946e58f8 | [
"Apache-2.0"
] | 446 | 2020-10-14T02:42:50.000Z | 2022-03-31T03:03:53.000Z | 40.02439 | 135 | 0.769653 | 5,263 | /*
* Copyright 2020 NAVER Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
3e0c673d6abd1b00caf2c1fa6bd1ff0a80d5973d | 1,949 | java | Java | online-education/course/business/src/main/java/com/course/business/controller/admin/CourseController.java | OSrcD/java-for-linux | 5424b1af0e74797d57d820425b91c991aa28fda9 | [
"Apache-2.0"
] | 8 | 2020-12-31T16:36:13.000Z | 2021-07-14T12:05:37.000Z | online-education/course/business/src/main/java/com/course/business/controller/admin/CourseController.java | OpenSrcDeveloper/java-architect-grow-through-train | 5424b1af0e74797d57d820425b91c991aa28fda9 | [
"Apache-2.0"
] | 6 | 2021-01-01T10:22:06.000Z | 2021-02-20T08:57:34.000Z | online-education/course/business/src/main/java/com/course/business/controller/admin/CourseController.java | OpenSrcDeveloper/java-architect-grow-through-train | 5424b1af0e74797d57d820425b91c991aa28fda9 | [
"Apache-2.0"
] | 3 | 2020-12-31T16:36:15.000Z | 2021-01-18T09:34:47.000Z | 24.987179 | 86 | 0.67881 | 5,264 | package com.course.business.controller.admin;
import com.course.server.domain.Course;
import com.course.server.dto.CourseDto;
import com.course.server.dto.PageDto;
import com.course.server.dto.ResponseDto;
import com.course.server.service.CourseService;
import com.course.server.util.ValidatorUtil;
import org.slf4j.Lo... |
3e0c683f579f3a628fc0b71b29765d88f8eaf0fc | 1,109 | java | Java | src/com/comcast/cns/controller/CNSMonitorMBean.java | musicglue/cmb | 32d1bce23249d3caac263bd2ff90881a47d500f6 | [
"Apache-2.0"
] | 149 | 2015-01-03T13:25:40.000Z | 2020-10-19T07:49:25.000Z | src/com/comcast/cns/controller/CNSMonitorMBean.java | stopme/cmb | d93e9e24f98563ac843cd841e4b863ee1bc92ba4 | [
"Apache-2.0"
] | 24 | 2015-01-01T20:12:17.000Z | 2018-05-21T14:12:37.000Z | src/com/comcast/cns/controller/CNSMonitorMBean.java | stopme/cmb | d93e9e24f98563ac843cd841e4b863ee1bc92ba4 | [
"Apache-2.0"
] | 41 | 2015-01-18T23:14:01.000Z | 2021-11-11T18:22:14.000Z | 24.644444 | 76 | 0.646528 | 5,265 | /**
* Copyright 2012 Comcast Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... |
3e0c6844bdd35d22dab306dcd5a3ca2fa0b05c6f | 4,247 | java | Java | Gui/opensim/K12/src/org/opensim/k12/ResultDisplayPanel.java | adamkewley/opensim-gui | f1236964886da07b5e80f96e919ee525cf71f743 | [
"Apache-2.0"
] | 34 | 2017-10-26T15:21:30.000Z | 2022-01-09T15:56:09.000Z | Gui/opensim/K12/src/org/opensim/k12/ResultDisplayPanel.java | adamkewley/opensim-gui | f1236964886da07b5e80f96e919ee525cf71f743 | [
"Apache-2.0"
] | 769 | 2017-10-06T02:33:26.000Z | 2022-03-29T15:17:46.000Z | Gui/opensim/K12/src/org/opensim/k12/ResultDisplayPanel.java | adamkewley/opensim-gui | f1236964886da07b5e80f96e919ee525cf71f743 | [
"Apache-2.0"
] | 28 | 2017-10-26T10:32:36.000Z | 2021-11-28T09:33:37.000Z | 44.705263 | 180 | 0.581352 | 5,266 | /* -------------------------------------------------------------------------- *
* OpenSim: ResultDisplayPanel.java *
* -------------------------------------------------------------------------- *
* OpenSim is a toolkit for musculoskeletal modeling and simulation, *
... |
3e0c68540b0c619ff063529abb700b5b237f7c84 | 441 | java | Java | build-tools/src/main/java/uk/ac/ox/ndph/mts/json_schema_generator/model/SpringCloud.java | NDPH-ARTS/mts-services | e2d7d654f8784858e04a6ed75236f33f106fec74 | [
"MIT"
] | 3 | 2021-01-15T22:00:13.000Z | 2021-03-10T10:48:29.000Z | build-tools/src/main/java/uk/ac/ox/ndph/mts/json_schema_generator/model/SpringCloud.java | NDPH-ARTS/mts-services | e2d7d654f8784858e04a6ed75236f33f106fec74 | [
"MIT"
] | 248 | 2020-12-23T17:21:51.000Z | 2021-06-23T15:47:28.000Z | build-tools/src/main/java/uk/ac/ox/ndph/mts/json_schema_generator/model/SpringCloud.java | NDPH-ARTS/mts-services | e2d7d654f8784858e04a6ed75236f33f106fec74 | [
"MIT"
] | 4 | 2021-03-05T16:48:45.000Z | 2021-05-30T14:17:06.000Z | 29.4 | 63 | 0.761905 | 5,267 | package uk.ac.ox.ndph.mts.json_schema_generator.model;
import com.fasterxml.jackson.annotation.JsonProperty;
public class SpringCloud {
@JsonProperty(value = "gateway_service", required = true)
private Service gatewayService;
@JsonProperty(value = "discovery_service", required = true)
private Service... |
3e0c6947f417f4baf242a7af14c383f8888a6c9d | 740 | java | Java | company-employee-storage-api/src/main/java/com/ebf/storage/api/model/Company.java | gokhan-ebf/company-employee-storage | ad01d2dd7abba90d0f1fdd2ad11deeec83bc16f2 | [
"Apache-2.0"
] | 1 | 2020-05-28T15:12:42.000Z | 2020-05-28T15:12:42.000Z | company-employee-storage-api/src/main/java/com/ebf/storage/api/model/Company.java | gokhan-ebf/company-employee-storage | ad01d2dd7abba90d0f1fdd2ad11deeec83bc16f2 | [
"Apache-2.0"
] | 1 | 2021-03-09T20:31:14.000Z | 2021-03-09T20:31:14.000Z | company-employee-storage-api/src/main/java/com/ebf/storage/api/model/Company.java | gokhan-ebf/company-employee-storage | ad01d2dd7abba90d0f1fdd2ad11deeec83bc16f2 | [
"Apache-2.0"
] | null | null | null | 17.619048 | 55 | 0.617568 | 5,268 | package com.ebf.storage.api.model;
import javax.persistence.*;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
@Table(name = "companies")
@Entity
public class Company {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private long id;
@NotBlank(messa... |
3e0c695ccaa46b0a09b7aa43810021586026ca61 | 1,337 | java | Java | optimuscode-ranking-api/src/main/java/com/optimuscode/ranking/api/Ability.java | sujaybhowmick/online-code-evaluator | 37a684b3eeb6235e2d49b7c374f58709a0e6c341 | [
"Apache-2.0"
] | null | null | null | optimuscode-ranking-api/src/main/java/com/optimuscode/ranking/api/Ability.java | sujaybhowmick/online-code-evaluator | 37a684b3eeb6235e2d49b7c374f58709a0e6c341 | [
"Apache-2.0"
] | null | null | null | optimuscode-ranking-api/src/main/java/com/optimuscode/ranking/api/Ability.java | sujaybhowmick/online-code-evaluator | 37a684b3eeb6235e2d49b7c374f58709a0e6c341 | [
"Apache-2.0"
] | null | null | null | 22.661017 | 81 | 0.587883 | 5,269 | package com.optimuscode.ranking.api;
/**
* Created with IntelliJ IDEA.
* User: sujay
* Date: 11/5/13
* Time: 11:32 AM
* To change this template use File | Settings | File Templates.
*/
public class Ability {
private double mean;
private double variance;
private Ability(final double mean,
... |
3e0c6a7edfbcd6b5c11cfef446e0b2d2615c3817 | 5,926 | java | Java | src/main/java/com/github/trustedworldofcorona/cedar/proxy/ProxyApplication.java | TrustedWorldOfCorona/cedar-sparql-proxy | 401d8747616eaa1f357c9c3d564c0e44610f09c6 | [
"MIT"
] | null | null | null | src/main/java/com/github/trustedworldofcorona/cedar/proxy/ProxyApplication.java | TrustedWorldOfCorona/cedar-sparql-proxy | 401d8747616eaa1f357c9c3d564c0e44610f09c6 | [
"MIT"
] | null | null | null | src/main/java/com/github/trustedworldofcorona/cedar/proxy/ProxyApplication.java | TrustedWorldOfCorona/cedar-sparql-proxy | 401d8747616eaa1f357c9c3d564c0e44610f09c6 | [
"MIT"
] | null | null | null | 40.312925 | 195 | 0.629598 | 5,270 | package com.github.trustedworldofcorona.cedar.proxy;
import com.fasterxml.jackson.annotation.JsonIncludeProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
imp... |
3e0c6af62381086f21434b05b908704689d33022 | 703 | java | Java | ClickEffect/app/src/main/java/com/mjj/clickeffect/StateListAnimActivity.java | haloxxg/Android | 922084bb792f8e73ce91f6edb0c4c681b6a905c7 | [
"MIT"
] | 465 | 2015-09-30T08:20:44.000Z | 2022-03-08T08:37:00.000Z | ClickEffect/app/src/main/java/com/mjj/clickeffect/StateListAnimActivity.java | haloxxg/Android | 922084bb792f8e73ce91f6edb0c4c681b6a905c7 | [
"MIT"
] | 4 | 2015-10-18T08:54:36.000Z | 2019-11-12T10:02:48.000Z | ClickEffect/app/src/main/java/com/mjj/clickeffect/StateListAnimActivity.java | haloxxg/Android | 922084bb792f8e73ce91f6edb0c4c681b6a905c7 | [
"MIT"
] | 343 | 2015-10-22T02:57:00.000Z | 2022-03-10T03:50:08.000Z | 24.241379 | 77 | 0.805121 | 5,271 | package com.mjj.clickeffect;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import com.mjj.clickeffect.adapter.StateListAnimAdapter;
public class StateListAnimActivity extends ABSActivity {
@Override
prote... |
3e0c6bbac2895f7511d87129167152b3914597eb | 923 | java | Java | lab1/lab1_solutionOfB.java | Uncle-Road/CS203_Dsaa | f6ffa4993ea5d1505d0b8d909b49b9161b576673 | [
"MIT"
] | null | null | null | lab1/lab1_solutionOfB.java | Uncle-Road/CS203_Dsaa | f6ffa4993ea5d1505d0b8d909b49b9161b576673 | [
"MIT"
] | null | null | null | lab1/lab1_solutionOfB.java | Uncle-Road/CS203_Dsaa | f6ffa4993ea5d1505d0b8d909b49b9161b576673 | [
"MIT"
] | null | null | null | 27.969697 | 51 | 0.462622 | 5,272 | package com.company;
import java.util.Scanner;
public class lab1_solutionOfB {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int times = scanner.nextInt();
for (int i = 0; i < times; i++) {
int a = scanner.nextInt();
in... |
3e0c6c7cc55abf398d85de8194ed691742334bd8 | 1,598 | java | Java | kettle-plugins/mapreduce/src/main/java/org/pentaho/big/data/kettle/plugins/mapreduce/entry/UserDefinedItem.java | rusxakep/big-data-plugin | f8cca06dbe3856471917937ddbbca16e8ee19c9f | [
"Apache-2.0"
] | 158 | 2015-01-06T06:06:52.000Z | 2022-03-18T03:06:51.000Z | kettle-plugins/mapreduce/src/main/java/org/pentaho/big/data/kettle/plugins/mapreduce/entry/UserDefinedItem.java | rusxakep/big-data-plugin | f8cca06dbe3856471917937ddbbca16e8ee19c9f | [
"Apache-2.0"
] | 1,575 | 2015-01-08T03:42:57.000Z | 2022-03-31T20:39:19.000Z | kettle-plugins/mapreduce/src/main/java/org/pentaho/big/data/kettle/plugins/mapreduce/entry/UserDefinedItem.java | rusxakep/big-data-plugin | f8cca06dbe3856471917937ddbbca16e8ee19c9f | [
"Apache-2.0"
] | 285 | 2015-01-16T17:53:00.000Z | 2022-03-30T13:38:30.000Z | 27.084746 | 80 | 0.616395 | 5,273 | /*******************************************************************************
*
* Pentaho Big Data
*
* Copyright (C) 2002-2017 by Hitachi Vantara : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (the ... |
3e0c6cdf1341789281116239d8c90e2b4cd545cc | 1,069 | java | Java | springsecurityoauth2demo/src/main/java/fun/fibreyu/springsecurityoauth2demo/config/JwtTokenStoreConfig.java | fibreyu/SpringSecurity_Demo | 3502eadb72682cd49f0becc6a07caf32dfd98261 | [
"Apache-2.0"
] | null | null | null | springsecurityoauth2demo/src/main/java/fun/fibreyu/springsecurityoauth2demo/config/JwtTokenStoreConfig.java | fibreyu/SpringSecurity_Demo | 3502eadb72682cd49f0becc6a07caf32dfd98261 | [
"Apache-2.0"
] | null | null | null | springsecurityoauth2demo/src/main/java/fun/fibreyu/springsecurityoauth2demo/config/JwtTokenStoreConfig.java | fibreyu/SpringSecurity_Demo | 3502eadb72682cd49f0becc6a07caf32dfd98261 | [
"Apache-2.0"
] | null | null | null | 28.131579 | 88 | 0.745557 | 5,274 | package fun.fibreyu.springsecurityoauth2demo.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.oauth2.provider.token.TokenStore;
import org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConve... |
3e0c6d3145e3479739fe9231064c5065761539a2 | 345 | java | Java | src/main/java/io/github/linuxforhealth/rules/fact/StringValueType.java | LinuxForHealth/dicom-rules-engine | aec3f7498cf747a4c1c449794b2a88b3709a5a65 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/github/linuxforhealth/rules/fact/StringValueType.java | LinuxForHealth/dicom-rules-engine | aec3f7498cf747a4c1c449794b2a88b3709a5a65 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/github/linuxforhealth/rules/fact/StringValueType.java | LinuxForHealth/dicom-rules-engine | aec3f7498cf747a4c1c449794b2a88b3709a5a65 | [
"Apache-2.0"
] | null | null | null | 13.269231 | 51 | 0.684058 | 5,275 | /*
* (C) Copyright IBM Corp. 2021
*
* SPDX-License-Identifier: Apache-2.0
*/
package io.github.linuxforhealth.rules.fact;
public class StringValueType implements ValueType {
private String value;
public StringValueType(String value) {
this.value = value;
}
@Override
public String getValue() {
... |
3e0c6dd4973e356db8f140999b56d5372722fbff | 2,130 | java | Java | hazelcast/src/test/java/com/hazelcast/query/impl/extractor/predicates/SingleValueDataStructure.java | ldziedziul-gh-tests/hazelcast | 3a7382ac8164bc17836fc9b1f852b2667e7bef96 | [
"ECL-2.0",
"Apache-2.0"
] | 4,283 | 2015-01-02T03:56:10.000Z | 2022-03-29T23:07:45.000Z | hazelcast/src/test/java/com/hazelcast/query/impl/extractor/predicates/SingleValueDataStructure.java | ldziedziul-gh-tests/hazelcast | 3a7382ac8164bc17836fc9b1f852b2667e7bef96 | [
"ECL-2.0",
"Apache-2.0"
] | 14,014 | 2015-01-01T04:29:38.000Z | 2022-03-31T21:47:55.000Z | hazelcast/src/test/java/com/hazelcast/query/impl/extractor/predicates/SingleValueDataStructure.java | ldziedziul-gh-tests/hazelcast | 3a7382ac8164bc17836fc9b1f852b2667e7bef96 | [
"ECL-2.0",
"Apache-2.0"
] | 1,608 | 2015-01-04T09:57:08.000Z | 2022-03-31T12:05:26.000Z | 26.962025 | 98 | 0.622066 | 5,276 | /*
* Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... |
3e0c6e481fd5a69b6925d17dc8fbd82e190aaeaf | 612 | java | Java | src/main/java/com/febs/common/authentication/ShiroSessionListener.java | liubaixing/febs-dev | b1b3b804d98e2618a50be5ecaec322ede738e367 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/febs/common/authentication/ShiroSessionListener.java | liubaixing/febs-dev | b1b3b804d98e2618a50be5ecaec322ede738e367 | [
"Apache-2.0"
] | 1 | 2022-02-09T22:26:07.000Z | 2022-02-09T22:26:07.000Z | src/main/java/com/febs/common/authentication/ShiroSessionListener.java | liubaixing/febs-dev | b1b3b804d98e2618a50be5ecaec322ede738e367 | [
"Apache-2.0"
] | null | null | null | 20.4 | 65 | 0.779412 | 5,277 | package com.febs.common.authentication;
import org.apache.shiro.session.Session;
import org.apache.shiro.session.SessionListener;
import java.util.concurrent.atomic.AtomicInteger;
/**
* @author MrBird
*/
public class ShiroSessionListener implements SessionListener{
private final AtomicInteger sessionCount = new ... |
3e0c6e4bbe0f8f24c332a7420b009b453513bbed | 477 | java | Java | src/main/java/com/stanrnd/excel/Sheet.java | stanslab/excel-generator | 83c698f8fd1a30cced90d982d916ccd25ab769f4 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/stanrnd/excel/Sheet.java | stanslab/excel-generator | 83c698f8fd1a30cced90d982d916ccd25ab769f4 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/stanrnd/excel/Sheet.java | stanslab/excel-generator | 83c698f8fd1a30cced90d982d916ccd25ab769f4 | [
"Apache-2.0"
] | null | null | null | 12.552632 | 45 | 0.610063 | 5,278 | package com.stanrnd.excel;
import java.util.List;
/**
*
* @author Stalin
*
*/
public class Sheet {
private Class<?> clazz;
private List<?> data;
public Sheet(Class<?> clazz, List<?> data) {
this.clazz = clazz;
this.data = data;
}
public Class<?> getClazz() {
return clazz;
}
public void setCla... |
3e0c6ecc07f8aa82c837d712873ce91311bf9498 | 1,390 | java | Java | basics/src/test/java/ca/wbac/callbags/basics/helpers/PushableSource.java | mr-rampage/java-callbags | 65217ee181022e20717b0b3ca553bfaf485a694b | [
"CC0-1.0"
] | 1 | 2019-05-30T08:52:24.000Z | 2019-05-30T08:52:24.000Z | basics/src/test/java/ca/wbac/callbags/basics/helpers/PushableSource.java | mr-rampage/java-callbags | 65217ee181022e20717b0b3ca553bfaf485a694b | [
"CC0-1.0"
] | null | null | null | basics/src/test/java/ca/wbac/callbags/basics/helpers/PushableSource.java | mr-rampage/java-callbags | 65217ee181022e20717b0b3ca553bfaf485a694b | [
"CC0-1.0"
] | null | null | null | 27.8 | 87 | 0.558273 | 5,279 | package ca.wbac.callbags.basics.helpers;
import ca.wbac.callbags.core.Sink;
import ca.wbac.callbags.core.Source;
import java.util.List;
import java.util.Timer;
import java.util.TimerTask;
import java.util.concurrent.CompletableFuture;
public final class PushableSource<T> implements Source<T> {
private final Time... |
3e0c6ef3dcda7f9cc6e9525cb51bbf868d03cd89 | 2,452 | java | Java | proto-google-cloud-redis-v1beta1/src/main/java/com/google/cloud/redis/v1beta1/UpgradeInstanceRequestOrBuilder.java | pmakani/java-redis | e7c1a6114ad176f109fd1b8fbd10e90bc0c2d230 | [
"Apache-2.0"
] | 8 | 2020-09-19T12:38:13.000Z | 2022-02-12T07:48:31.000Z | proto-google-cloud-redis-v1beta1/src/main/java/com/google/cloud/redis/v1beta1/UpgradeInstanceRequestOrBuilder.java | pmakani/java-redis | e7c1a6114ad176f109fd1b8fbd10e90bc0c2d230 | [
"Apache-2.0"
] | 483 | 2019-10-25T21:43:19.000Z | 2022-03-30T09:33:03.000Z | proto-google-cloud-redis-v1beta1/src/main/java/com/google/cloud/redis/v1beta1/UpgradeInstanceRequestOrBuilder.java | pmakani/java-redis | e7c1a6114ad176f109fd1b8fbd10e90bc0c2d230 | [
"Apache-2.0"
] | 14 | 2019-10-25T21:05:41.000Z | 2021-08-24T16:54:32.000Z | 29.190476 | 105 | 0.668842 | 5,280 | /*
* Copyright 2020 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
3e0c7029b6a676fb6d57dd51e547f06d623fbff1 | 4,464 | java | Java | math/src/test/java/org/apache/mahout/math/stats/OnlineSummarizerTest.java | shihken/mahout-cloudera | 53b897fd02110000b399f418f0e5a9338686505e | [
"Apache-2.0"
] | 1 | 2019-02-23T00:49:13.000Z | 2019-02-23T00:49:13.000Z | math/src/test/java/org/apache/mahout/math/stats/OnlineSummarizerTest.java | shihken/mahout-cloudera | 53b897fd02110000b399f418f0e5a9338686505e | [
"Apache-2.0"
] | null | null | null | math/src/test/java/org/apache/mahout/math/stats/OnlineSummarizerTest.java | shihken/mahout-cloudera | 53b897fd02110000b399f418f0e5a9338686505e | [
"Apache-2.0"
] | null | null | null | 33.56391 | 102 | 0.605959 | 5,281 | /*
* 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 ... |
3e0c70e4a731830ebaf687ea3dcf37a23f96e853 | 1,670 | java | Java | src/com/kylecorry/ml4k/ModelStatus.java | kylecorry31/ML4K-AI-Extension | 5065c87ce4ce37ff23753f36bbb8074ea2849140 | [
"MIT"
] | 18 | 2018-07-31T01:26:00.000Z | 2021-12-05T13:30:19.000Z | src/com/kylecorry/ml4k/ModelStatus.java | kylecorry31/ML4K-AI-Extension | 5065c87ce4ce37ff23753f36bbb8074ea2849140 | [
"MIT"
] | 35 | 2018-07-17T18:24:53.000Z | 2022-03-21T10:07:44.000Z | src/com/kylecorry/ml4k/ModelStatus.java | kylecorry31/ML4K-AI-Extension | 5065c87ce4ce37ff23753f36bbb8074ea2849140 | [
"MIT"
] | 15 | 2018-08-03T01:29:49.000Z | 2021-12-05T13:30:25.000Z | 26.935484 | 76 | 0.581437 | 5,282 | package com.kylecorry.ml4k;
class ModelStatus {
private int statusCode;
private String message;
private String projectType;
/**
* Default constructor
* @param statusCode the status code
* @param message the message
*/
private ModelStatus(int statusCode, String message, String p... |
3e0c710a4e4b49538e0dad5d1979df9566a38576 | 7,568 | java | Java | micrometer-core/src/main/java/io/micrometer/core/instrument/binder/okhttp3/OkHttpConnectionPoolMetrics.java | master-starcloud/micrometer | faedc1cbc73a9ff0eb99e265a762b63ade83d7f7 | [
"Apache-2.0"
] | 3,292 | 2017-07-21T02:33:05.000Z | 2022-03-31T16:15:23.000Z | micrometer-core/src/main/java/io/micrometer/core/instrument/binder/okhttp3/OkHttpConnectionPoolMetrics.java | master-starcloud/micrometer | faedc1cbc73a9ff0eb99e265a762b63ade83d7f7 | [
"Apache-2.0"
] | 2,355 | 2017-07-20T21:57:08.000Z | 2022-03-31T22:55:05.000Z | micrometer-core/src/main/java/io/micrometer/core/instrument/binder/okhttp3/OkHttpConnectionPoolMetrics.java | master-starcloud/micrometer | faedc1cbc73a9ff0eb99e265a762b63ade83d7f7 | [
"Apache-2.0"
] | 892 | 2017-07-24T13:44:05.000Z | 2022-03-30T19:48:07.000Z | 41.582418 | 138 | 0.645745 | 5,283 | /**
* Copyright 2020 VMware, Inc.
* <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>
* https://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law or... |
3e0c716c506d39713cfa2d697a162b6371515615 | 7,854 | java | Java | languages/baseLanguage/collections/source_gen/jetbrains/mps/baseLanguage/collections/editor/HeadSetOperation_EditorBuilder_a.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | languages/baseLanguage/collections/source_gen/jetbrains/mps/baseLanguage/collections/editor/HeadSetOperation_EditorBuilder_a.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | languages/baseLanguage/collections/source_gen/jetbrains/mps/baseLanguage/collections/editor/HeadSetOperation_EditorBuilder_a.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | 46.2 | 236 | 0.786351 | 5,284 | package jetbrains.mps.baseLanguage.collections.editor;
/*Generated by MPS */
import jetbrains.mps.editor.runtime.descriptor.AbstractEditorBuilder;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.mps.openapi.model.SNode;
import jetbrains.mps.openapi.editor.EditorContext;
import jetbrains.mps.openapi.edi... |
3e0c71bc8afe18225e41fad963b10d4926c2b568 | 1,336 | java | Java | src/main/java/dailydiary/handlers/builtin/FallbackIntentHandler.java | MUAS-DTLab-WiSe19-20-Alexa-Demenz/WiSe19-20-Alexa-Demenz-DailyDiary | d65d1193e09fe6b9dcbcc3ad0290ccd1e7a0c65d | [
"Apache-2.0"
] | null | null | null | src/main/java/dailydiary/handlers/builtin/FallbackIntentHandler.java | MUAS-DTLab-WiSe19-20-Alexa-Demenz/WiSe19-20-Alexa-Demenz-DailyDiary | d65d1193e09fe6b9dcbcc3ad0290ccd1e7a0c65d | [
"Apache-2.0"
] | null | null | null | src/main/java/dailydiary/handlers/builtin/FallbackIntentHandler.java | MUAS-DTLab-WiSe19-20-Alexa-Demenz/WiSe19-20-Alexa-Demenz-DailyDiary | d65d1193e09fe6b9dcbcc3ad0290ccd1e7a0c65d | [
"Apache-2.0"
] | null | null | null | 35.157895 | 92 | 0.725299 | 5,285 | package dailydiary.handlers.builtin;
import com.amazon.ask.dispatcher.request.handler.HandlerInput;
import com.amazon.ask.dispatcher.request.handler.RequestHandler;
import com.amazon.ask.model.Response;
import dailydiary.handlers.DailyDiaryRequestHandler;
import java.util.Optional;
import static com.amazon.ask.requ... |
3e0c71c447f5297236f84f2a869203ef9c8f48c6 | 7,645 | java | Java | src/common/com/pinhuba/common/util/WorkCalenderMonth.java | cgs1999/mybams | 2e40e9792c241971d7fab7d9cae4b54ba30dd382 | [
"Apache-2.0"
] | null | null | null | src/common/com/pinhuba/common/util/WorkCalenderMonth.java | cgs1999/mybams | 2e40e9792c241971d7fab7d9cae4b54ba30dd382 | [
"Apache-2.0"
] | null | null | null | src/common/com/pinhuba/common/util/WorkCalenderMonth.java | cgs1999/mybams | 2e40e9792c241971d7fab7d9cae4b54ba30dd382 | [
"Apache-2.0"
] | null | null | null | 39.005102 | 202 | 0.626684 | 5,286 | package com.pinhuba.common.util;
import java.util.Calendar;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import com.pinhuba.core.pojo.OaCalender;
public class WorkCalenderMonth {
private Map<Integer, List<OaCalender>> map = new HashMap<Intege... |
3e0c71e5b960e1e58b6bf3db5631be7d6223cfc7 | 234 | java | Java | src/main/java/net/aunacraft/chatlogger/repository/APIKeyRepository.java | AunaCraft/ChatLog | 497ed9fdb14f5036801453d5d04933ec079d1e7d | [
"MIT"
] | null | null | null | src/main/java/net/aunacraft/chatlogger/repository/APIKeyRepository.java | AunaCraft/ChatLog | 497ed9fdb14f5036801453d5d04933ec079d1e7d | [
"MIT"
] | 3 | 2022-03-15T09:04:42.000Z | 2022-03-15T09:09:19.000Z | src/main/java/net/aunacraft/chatlogger/repository/APIKeyRepository.java | AunaCraft/ChatLog | 497ed9fdb14f5036801453d5d04933ec079d1e7d | [
"MIT"
] | null | null | null | 29.25 | 73 | 0.846154 | 5,287 | package net.aunacraft.chatlogger.repository;
import net.aunacraft.chatlogger.entities.APIKey;
import org.springframework.data.jpa.repository.JpaRepository;
public interface APIKeyRepository extends JpaRepository<APIKey, String> {
}
|
3e0c72c5e9c4e9bc0ac77e35873225ed4da06172 | 2,172 | java | Java | src/com/netease/nim/uikit/common/util/log/sdk/wrapper/NimLog.java | ckchenkai/uikit | 5cf09ee955697c049f5d708a6e7f72f88a37953c | [
"MIT"
] | 623 | 2015-09-08T07:35:36.000Z | 2021-06-01T09:57:32.000Z | src/com/netease/nim/uikit/common/util/log/sdk/wrapper/NimLog.java | ckchenkai/uikit | 5cf09ee955697c049f5d708a6e7f72f88a37953c | [
"MIT"
] | 60 | 2016-09-09T04:54:01.000Z | 2021-04-14T00:54:11.000Z | src/com/netease/nim/uikit/common/util/log/sdk/wrapper/NimLog.java | ckchenkai/uikit | 5cf09ee955697c049f5d708a6e7f72f88a37953c | [
"MIT"
] | 116 | 2015-10-16T03:25:27.000Z | 2021-05-07T16:32:57.000Z | 43.44 | 192 | 0.708103 | 5,288 | package com.netease.nim.uikit.common.util.log.sdk.wrapper;
import com.netease.nim.uikit.common.util.log.sdk.LogBase;
import com.netease.nim.uikit.common.util.log.sdk.NDateLogImpl;
import com.netease.nim.uikit.common.util.log.sdk.NLogImpl;
/**
* 云信日志封装
* <p>
* Created by huangjun on 2017/9/20.
*/
public class NimL... |
3e0c72cc766429c6eeffa9b9e58c113f8e472306 | 3,627 | java | Java | src/main/java/org/logicng/predicates/satisfiability/SATPredicate.java | tnstrssnr/LogicNG | 994294fbb283b7b96230da3937369bf8fc062b5f | [
"Apache-2.0"
] | 92 | 2016-01-22T08:46:39.000Z | 2022-03-15T20:18:54.000Z | src/main/java/org/logicng/predicates/satisfiability/SATPredicate.java | tnstrssnr/LogicNG | 994294fbb283b7b96230da3937369bf8fc062b5f | [
"Apache-2.0"
] | 29 | 2016-05-14T09:07:42.000Z | 2022-02-22T07:40:23.000Z | src/main/java/org/logicng/predicates/satisfiability/SATPredicate.java | tnstrssnr/LogicNG | 994294fbb283b7b96230da3937369bf8fc062b5f | [
"Apache-2.0"
] | 18 | 2016-01-13T20:50:40.000Z | 2022-01-26T18:04:44.000Z | 43.698795 | 88 | 0.438379 | 5,289 | ///////////////////////////////////////////////////////////////////////////
// __ _ _ ________ //
// / / ____ ____ _(_)____/ | / / ____/ //
// / / / __ \/ __ `/ / ___/ |/ / / __ //
// ... |
3e0c72ff4460e0439806d5787bc7260d6a6ffc66 | 40,273 | java | Java | openapi-cli/src/main/java/io/ballerina/openapi/generators/schema/BallerinaSchemaGenerator.java | gigara/ballerina-openapi | 5b3ca760272be91ad1a0b6f08f16ddf830438f79 | [
"Apache-2.0"
] | null | null | null | openapi-cli/src/main/java/io/ballerina/openapi/generators/schema/BallerinaSchemaGenerator.java | gigara/ballerina-openapi | 5b3ca760272be91ad1a0b6f08f16ddf830438f79 | [
"Apache-2.0"
] | null | null | null | openapi-cli/src/main/java/io/ballerina/openapi/generators/schema/BallerinaSchemaGenerator.java | gigara/ballerina-openapi | 5b3ca760272be91ad1a0b6f08f16ddf830438f79 | [
"Apache-2.0"
] | null | null | null | 55.779778 | 120 | 0.655923 | 5,290 | /*
* Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.or... |
3e0c733940b541b225afef2fbdb37520c0e8d020 | 1,522 | java | Java | backend/src/main/java/CS591/GradeManageSystem/Service/impl/UserServiceImpl.java | xhyzzZ/CS591-Group7 | 49e0db62c10c66cf3f5267b366d9c40b6ca53cf0 | [
"MIT"
] | 2 | 2019-05-06T21:05:47.000Z | 2019-11-16T21:57:57.000Z | backend/src/main/java/CS591/GradeManageSystem/Service/impl/UserServiceImpl.java | xhyzzZ/CS591-Group7 | 49e0db62c10c66cf3f5267b366d9c40b6ca53cf0 | [
"MIT"
] | null | null | null | backend/src/main/java/CS591/GradeManageSystem/Service/impl/UserServiceImpl.java | xhyzzZ/CS591-Group7 | 49e0db62c10c66cf3f5267b366d9c40b6ca53cf0 | [
"MIT"
] | null | null | null | 37.121951 | 91 | 0.722733 | 5,291 | package CS591.GradeManageSystem.Service.impl;
import CS591.GradeManageSystem.DAO.Impl.UserRepositoryImpl;
import CS591.GradeManageSystem.Service.UserService;
import CS591.GradeManageSystem.entity.User;
public class UserServiceImpl implements UserService {
private static final int SUCCESS = 0;
private static ... |
3e0c736be3644aa749e10a1b8d2458373625b225 | 2,757 | java | Java | src/main/java/com/avail/tools/options/DefaultOption.java | tdhsmith/Avail | d033c2e4ca9b6ac60e605a9d5c8ad3b47e3bdf52 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/avail/tools/options/DefaultOption.java | tdhsmith/Avail | d033c2e4ca9b6ac60e605a9d5c8ad3b47e3bdf52 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/avail/tools/options/DefaultOption.java | tdhsmith/Avail | d033c2e4ca9b6ac60e605a9d5c8ad3b47e3bdf52 | [
"BSD-3-Clause"
] | null | null | null | 39.385714 | 80 | 0.751542 | 5,292 | /*
* DefaultOption.java
* Copyright © 1993-2018, The Avail Foundation, LLC.
* 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 copyr... |
3e0c73f841067db1415d630cbabe298726015b27 | 1,056 | java | Java | InterfacesAndAbstractionsExercise/src/BorderControl/Main.java | Dochko0/OOP_Advanced_November_2017 | 21cd80755761b8de5570a9dd15c35b7a28854959 | [
"MIT"
] | null | null | null | InterfacesAndAbstractionsExercise/src/BorderControl/Main.java | Dochko0/OOP_Advanced_November_2017 | 21cd80755761b8de5570a9dd15c35b7a28854959 | [
"MIT"
] | null | null | null | InterfacesAndAbstractionsExercise/src/BorderControl/Main.java | Dochko0/OOP_Advanced_November_2017 | 21cd80755761b8de5570a9dd15c35b7a28854959 | [
"MIT"
] | null | null | null | 27.076923 | 81 | 0.563447 | 5,293 | package BorderControl;
import com.sun.xml.internal.bind.v2.model.core.ID;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.List;
public class Main {
public static void main(String[] args) throws IOException {
List<Id... |
3e0c7463d82efe9b4242cec1b46ea32a8aebcd6e | 12,641 | java | Java | java/calcite/src/main/java/com/mapd/parser/server/ExtensionFunction.java | smilemaxdev/omniscidb | 0517d99b467806f6af7b4c969e351368a667497d | [
"Apache-2.0"
] | 868 | 2019-05-14T22:11:17.000Z | 2022-02-28T09:15:23.000Z | java/calcite/src/main/java/com/mapd/parser/server/ExtensionFunction.java | smilemaxdev/omniscidb | 0517d99b467806f6af7b4c969e351368a667497d | [
"Apache-2.0"
] | 327 | 2019-05-16T18:07:57.000Z | 2022-02-26T09:34:04.000Z | java/calcite/src/main/java/com/mapd/parser/server/ExtensionFunction.java | smilemaxdev/omniscidb | 0517d99b467806f6af7b4c969e351368a667497d | [
"Apache-2.0"
] | 166 | 2019-05-22T11:17:10.000Z | 2022-02-26T06:58:45.000Z | 27.966814 | 90 | 0.638953 | 5,294 | /*
* Copyright 2017 MapD Technologies, 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 o... |
3e0c74815bd68bb5a3c0dac03f516d8caebb5450 | 1,120 | java | Java | main/src/cgeo/geocaching/maps/routing/AbstractServiceConnection.java | paatonkana/cgeo | ff96a0fa95374c2254ad253bfba94f75ed74db53 | [
"Apache-2.0"
] | null | null | null | main/src/cgeo/geocaching/maps/routing/AbstractServiceConnection.java | paatonkana/cgeo | ff96a0fa95374c2254ad253bfba94f75ed74db53 | [
"Apache-2.0"
] | null | null | null | main/src/cgeo/geocaching/maps/routing/AbstractServiceConnection.java | paatonkana/cgeo | ff96a0fa95374c2254ad253bfba94f75ed74db53 | [
"Apache-2.0"
] | null | null | null | 27.317073 | 90 | 0.734821 | 5,295 | package cgeo.geocaching.maps.routing;
import android.content.ComponentName;
import android.content.ServiceConnection;
import android.os.Bundle;
import android.os.IBinder;
import androidx.annotation.Nullable;
class AbstractServiceConnection implements ServiceConnection {
protected android.os.IInterface routingSer... |
3e0c749a429e349667feababda06ef982a92a337 | 2,708 | java | Java | redisson/src/main/java/org/redisson/api/RAtomicDouble.java | ZJRui/redisson | 00eeedc719fa8f58eeb7092ea76bee0480901795 | [
"Apache-2.0"
] | 1 | 2020-06-30T09:45:37.000Z | 2020-06-30T09:45:37.000Z | redisson/src/main/java/org/redisson/api/RAtomicDouble.java | klamo/redisson | acbff29eab675ddc6fcfac4e4ae5dbb0f7c3ae45 | [
"Apache-2.0"
] | 4 | 2020-08-24T12:34:08.000Z | 2020-08-24T12:58:50.000Z | redisson/src/main/java/org/redisson/api/RAtomicDouble.java | klamo/redisson | acbff29eab675ddc6fcfac4e4ae5dbb0f7c3ae45 | [
"Apache-2.0"
] | 1 | 2022-03-02T13:54:14.000Z | 2022-03-02T13:54:14.000Z | 24.396396 | 75 | 0.630355 | 5,296 | /**
* Copyright (c) 2013-2020 Nikita Koksharov
*
* 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... |
3e0c74d61107fb0c5738e410560b173547afaee9 | 220 | java | Java | samples/_opengl/ParticlesBasic/androidstudio/ParticlesBasic/app/src/main/java/org/libcinder/samples/particlesbasic/ParticlesBasicActivity.java | s3global/Cinder | e83f5bb9c01a63eec20168d02953a0879e5100f7 | [
"BSD-2-Clause"
] | 3,494 | 2015-01-02T08:42:09.000Z | 2022-03-31T14:16:23.000Z | samples/_opengl/ParticlesBasic/androidstudio/ParticlesBasic/app/src/main/java/org/libcinder/samples/particlesbasic/ParticlesBasicActivity.java | edselmalasig/Cinder | 2284df43f77b6b99f8f05384c516e962d9336bc3 | [
"BSD-2-Clause"
] | 1,284 | 2015-01-02T07:31:47.000Z | 2022-03-30T02:06:43.000Z | samples/_opengl/ParticlesBasic/androidstudio/ParticlesBasic/app/src/main/java/org/libcinder/samples/particlesbasic/ParticlesBasicActivity.java | edselmalasig/Cinder | 2284df43f77b6b99f8f05384c516e962d9336bc3 | [
"BSD-2-Clause"
] | 780 | 2015-01-02T22:14:29.000Z | 2022-03-30T00:16:56.000Z | 27.5 | 66 | 0.831818 | 5,297 | package org.libcinder.samples.particlesbasic;
import org.libcinder.app.CinderNativeActivity;
public class ParticlesBasicActivity extends CinderNativeActivity {
static final String TAG = "ParticlesBasicActivity";
}
|
3e0c754ff362ec716614ad713b09304e7be20940 | 6,994 | java | Java | app/src/main/java/com/jlu/chengjie/zhihu/activity/EditorActivity.java | Easoncheng0405/ZhiHu | e7e1dc0702a3806b46c8d0c69238ecd30b43a18c | [
"Apache-2.0"
] | 3 | 2021-04-08T11:20:42.000Z | 2022-03-10T13:23:50.000Z | app/src/main/java/com/jlu/chengjie/zhihu/activity/EditorActivity.java | Easoncheng0405/ZhiHu | e7e1dc0702a3806b46c8d0c69238ecd30b43a18c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/jlu/chengjie/zhihu/activity/EditorActivity.java | Easoncheng0405/ZhiHu | e7e1dc0702a3806b46c8d0c69238ecd30b43a18c | [
"Apache-2.0"
] | 4 | 2019-05-09T15:24:55.000Z | 2022-03-19T06:49:00.000Z | 38.218579 | 156 | 0.664713 | 5,298 | /*
* Copyright [2018] [chengjie.jlu@qq.com]
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... |
3e0c75bf59d1861c6e3fd81ecbabc315b9a6d224 | 5,372 | java | Java | sofa-dashboard-backend/sofa-dashboard-governance/src/main/java/com/alipay/sofa/dashboard/registry/ZookeeperAdminRegistry.java | liujjpp/sofa-dashboard | 8f6e601f439ba7a145ac10e4c4c6f1ad7fa2f2fb | [
"Apache-2.0"
] | 62 | 2019-05-12T12:31:20.000Z | 2022-02-08T02:08:02.000Z | sofa-dashboard-backend/sofa-dashboard-governance/src/main/java/com/alipay/sofa/dashboard/registry/ZookeeperAdminRegistry.java | liujjpp/sofa-dashboard | 8f6e601f439ba7a145ac10e4c4c6f1ad7fa2f2fb | [
"Apache-2.0"
] | 50 | 2019-05-12T07:25:32.000Z | 2022-02-09T08:50:32.000Z | sofa-dashboard-backend/sofa-dashboard-governance/src/main/java/com/alipay/sofa/dashboard/registry/ZookeeperAdminRegistry.java | liujjpp/sofa-dashboard | 8f6e601f439ba7a145ac10e4c4c6f1ad7fa2f2fb | [
"Apache-2.0"
] | 39 | 2019-05-12T04:58:44.000Z | 2022-03-29T07:24:04.000Z | 37.830986 | 98 | 0.680938 | 5,299 | /*
* 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 ... |
3e0c7610a6d67dc8646aadf14271e7332374a5fa | 968 | java | Java | p2/p2/logic/objects/Shockwave.java | Corrochano/TP1-2019 | aa8877e728bee8bc8cdbdc8cca5631b9f7f83daf | [
"MIT"
] | null | null | null | p2/p2/logic/objects/Shockwave.java | Corrochano/TP1-2019 | aa8877e728bee8bc8cdbdc8cca5631b9f7f83daf | [
"MIT"
] | null | null | null | p2/p2/logic/objects/Shockwave.java | Corrochano/TP1-2019 | aa8877e728bee8bc8cdbdc8cca5631b9f7f83daf | [
"MIT"
] | null | null | null | 15.612903 | 50 | 0.616736 | 5,300 | package tp.p2.p2.logic.objects;
import tp.p2.p2.logic.Game;
public class Shockwave extends Weapon {
private boolean enable;
public Shockwave(Game game) {
super(game, -1, -1, 1);
this.setEnable(true);
}
@Override
public void computerAction() {
// TODO Auto-generated method stub
}
... |
3e0c76f588027429cf62b21c4c8d09ee078589a9 | 3,625 | java | Java | manager/manager-core/src/main/java/cn/vbill/middleware/porter/manager/service/MrJobTasksScheduleService.java | js20166098/sxfStandard | e3ed994cc7aafde49572698609f1ddf7db7be0d0 | [
"Apache-2.0"
] | 542 | 2018-08-01T10:24:39.000Z | 2022-03-17T02:51:03.000Z | manager/manager-core/src/main/java/cn/vbill/middleware/porter/manager/service/MrJobTasksScheduleService.java | js20166098/sxfStandard | e3ed994cc7aafde49572698609f1ddf7db7be0d0 | [
"Apache-2.0"
] | 21 | 2018-08-07T09:36:03.000Z | 2020-04-08T03:13:38.000Z | manager/manager-core/src/main/java/cn/vbill/middleware/porter/manager/service/MrJobTasksScheduleService.java | js20166098/sxfStandard | e3ed994cc7aafde49572698609f1ddf7db7be0d0 | [
"Apache-2.0"
] | 166 | 2018-08-01T10:24:50.000Z | 2022-03-17T09:29:17.000Z | 27.255639 | 131 | 0.625103 | 5,301 | /*
* Copyright ©2018 vbill.cn.
* <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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... |
3e0c76faf953f63e88b964355acf97032320e48a | 1,616 | java | Java | evosuite/runtime/src/main/java/org/evosuite/runtime/mock/java/time/chrono/MockJapaneseChronology.java | racoq/TESRAC | 75a33741bd7a0c27a5fcd183fb4418d7b7146e80 | [
"Apache-2.0"
] | null | null | null | evosuite/runtime/src/main/java/org/evosuite/runtime/mock/java/time/chrono/MockJapaneseChronology.java | racoq/TESRAC | 75a33741bd7a0c27a5fcd183fb4418d7b7146e80 | [
"Apache-2.0"
] | null | null | null | evosuite/runtime/src/main/java/org/evosuite/runtime/mock/java/time/chrono/MockJapaneseChronology.java | racoq/TESRAC | 75a33741bd7a0c27a5fcd183fb4418d7b7146e80 | [
"Apache-2.0"
] | null | null | null | 34.382979 | 83 | 0.729579 | 5,302 | /**
* Copyright (C) 2010-2018 Gordon Fraser, Andrea Arcuri and EvoSuite
* contributors
*
* This file is part of EvoSuite.
*
* EvoSuite is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, eit... |
3e0c774c68774ceb4cc30262fa08975cced2abbb | 168 | java | Java | orchestrator/src/main/java/hu/perit/orchestrator/rest/model/PlaceOrderResponse.java | nagypet/camundastudy | 3bd7f15197088fc0e6ad4f4f33336cc2fabcd3e4 | [
"Apache-2.0"
] | 1 | 2021-06-01T12:48:01.000Z | 2021-06-01T12:48:01.000Z | orchestrator/src/main/java/hu/perit/orchestrator/rest/model/PlaceOrderResponse.java | nagypet/camundastudy | 3bd7f15197088fc0e6ad4f4f33336cc2fabcd3e4 | [
"Apache-2.0"
] | null | null | null | orchestrator/src/main/java/hu/perit/orchestrator/rest/model/PlaceOrderResponse.java | nagypet/camundastudy | 3bd7f15197088fc0e6ad4f4f33336cc2fabcd3e4 | [
"Apache-2.0"
] | null | null | null | 14 | 41 | 0.791667 | 5,303 | package hu.perit.orchestrator.rest.model;
import lombok.Builder;
import lombok.Data;
@Data
@Builder
public class PlaceOrderResponse
{
String processInstanceId;
}
|
3e0c795dc8d81ef1966f75eb1b0386c56f8ac9e6 | 1,644 | java | Java | src/main/java/net/soularcana/common/entity/FrostProjectileEntity.java | gabeernie/Soul-Arcana | 314e693992984b252b78a6712ca3fb1dfb4a636d | [
"CC0-1.0"
] | null | null | null | src/main/java/net/soularcana/common/entity/FrostProjectileEntity.java | gabeernie/Soul-Arcana | 314e693992984b252b78a6712ca3fb1dfb4a636d | [
"CC0-1.0"
] | null | null | null | src/main/java/net/soularcana/common/entity/FrostProjectileEntity.java | gabeernie/Soul-Arcana | 314e693992984b252b78a6712ca3fb1dfb4a636d | [
"CC0-1.0"
] | null | null | null | 26.095238 | 101 | 0.657543 | 5,304 | package net.soularcana.common.entity;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityType;
import net.minecraft.entity.LivingEntity;
import net.minecraft.entity.damage.ProjectileDamageSource;
import net.minecraft.util.hit.HitResult;
import net.minecraft.world.World;
import net.voxelindustry.brok... |
3e0c79ea932b6657c76d3cf7fd42850ba0d4a511 | 2,843 | java | Java | src/main/java/com/sensiblemetrics/api/alpenidos/pattern/throttling/ThrottlingPatternLoader.java | AlexRogalskiy/java4you | 7657177bcc3acc4029e19a63f21fe4d65c714aac | [
"MIT"
] | null | null | null | src/main/java/com/sensiblemetrics/api/alpenidos/pattern/throttling/ThrottlingPatternLoader.java | AlexRogalskiy/java4you | 7657177bcc3acc4029e19a63f21fe4d65c714aac | [
"MIT"
] | 144 | 2021-01-21T00:11:18.000Z | 2022-03-31T21:35:01.000Z | src/main/java/com/sensiblemetrics/api/alpenidos/pattern/throttling/ThrottlingPatternLoader.java | AlexRogalskiy/java4you | 7657177bcc3acc4029e19a63f21fe4d65c714aac | [
"MIT"
] | null | null | null | 41.808824 | 114 | 0.699261 | 5,305 | package com.sensiblemetrics.api.alpenidos.pattern.throttling;
import com.sensiblemetrics.api.alpenidos.pattern.throttling.iface.Throttler;
import com.sensiblemetrics.api.alpenidos.pattern.throttling.impl.ThrottleTimerImpl;
import com.sensiblemetrics.api.alpenidos.pattern.throttling.model.CallsCount;
import com.sensibl... |
3e0c7b39fb105ae0039c6ec510f93677995fc3f1 | 3,944 | java | Java | src/dynamicinvoke/impl/DynamicBeanAccessor.java | tomatsu/dynamicinvoke | 12b9f0a8a844a7cb50810d1abded8759261cf70c | [
"CC0-1.0"
] | null | null | null | src/dynamicinvoke/impl/DynamicBeanAccessor.java | tomatsu/dynamicinvoke | 12b9f0a8a844a7cb50810d1abded8759261cf70c | [
"CC0-1.0"
] | null | null | null | src/dynamicinvoke/impl/DynamicBeanAccessor.java | tomatsu/dynamicinvoke | 12b9f0a8a844a7cb50810d1abded8759261cf70c | [
"CC0-1.0"
] | 1 | 2019-04-23T03:32:28.000Z | 2019-04-23T03:32:28.000Z | 28.788321 | 71 | 0.699797 | 5,306 | /*
* This software is released to the public domain, as explained at
* http://creativecommons.org/publicdomain/zero/1.0/.
*/
package dynamicinvoke.impl;
import java.util.Map;
import java.util.HashMap;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.lang.reflect.InvocationTargetExcep... |
3e0c7b6da9a0decece6cfb3c61757685561b2c26 | 3,881 | java | Java | Common/data/src/test/java/adsbrecorder/common/test/user/TestRoleService.java | wangyeee/adsbrecorder | 3774c13d641865d5635be1e66b47754b1536077c | [
"BSD-3-Clause"
] | 2 | 2019-06-04T09:30:10.000Z | 2019-06-04T09:30:11.000Z | Common/data/src/test/java/adsbrecorder/common/test/user/TestRoleService.java | wangyeee/adsbrecorder | 3774c13d641865d5635be1e66b47754b1536077c | [
"BSD-3-Clause"
] | null | null | null | Common/data/src/test/java/adsbrecorder/common/test/user/TestRoleService.java | wangyeee/adsbrecorder | 3774c13d641865d5635be1e66b47754b1536077c | [
"BSD-3-Clause"
] | 1 | 2020-10-04T21:57:00.000Z | 2020-10-04T21:57:00.000Z | 41.287234 | 122 | 0.735635 | 5,307 | package adsbrecorder.common.test.user;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.facto... |
3e0c7c84c6fe26c99cf057a87726889f9cc42adb | 2,177 | java | Java | src/main/java/com/proyecto/AbeRol/UIUtils/AudioFilePlayer.java | Abepuoh/AbeRol | 5edf152c0c2df1000590409cb02f893f1d4a9f04 | [
"MIT"
] | null | null | null | src/main/java/com/proyecto/AbeRol/UIUtils/AudioFilePlayer.java | Abepuoh/AbeRol | 5edf152c0c2df1000590409cb02f893f1d4a9f04 | [
"MIT"
] | null | null | null | src/main/java/com/proyecto/AbeRol/UIUtils/AudioFilePlayer.java | Abepuoh/AbeRol | 5edf152c0c2df1000590409cb02f893f1d4a9f04 | [
"MIT"
] | null | null | null | 33.492308 | 113 | 0.642168 | 5,308 | package com.proyecto.AbeRol.UIUtils;
import static javax.sound.sampled.AudioFormat.Encoding.PCM_SIGNED;
import static javax.sound.sampled.AudioSystem.getAudioInputStream;
import java.io.File;
import java.io.IOException;
import javax.sound.sampled.AudioFormat;
import javax.sound.sampled.AudioInputStream;
import javax.... |
3e0c7cd06847314c6909be695f8dc652422e2f3c | 1,704 | java | Java | app/src/androidTest/java/com/github/devjn/githubsearch/Utils.java | devjn/GithubSearch | a61d3bd55db1c211759fecbe26bf27f2f931402e | [
"Apache-2.0"
] | 4 | 2017-05-04T07:37:44.000Z | 2019-02-15T05:18:13.000Z | app/src/androidTest/java/com/github/devjn/githubsearch/Utils.java | devjn/GithubSearch | a61d3bd55db1c211759fecbe26bf27f2f931402e | [
"Apache-2.0"
] | 1 | 2017-05-04T07:34:09.000Z | 2017-05-05T18:29:59.000Z | app/src/androidTest/java/com/github/devjn/githubsearch/Utils.java | devjn/GithubSearch | a61d3bd55db1c211759fecbe26bf27f2f931402e | [
"Apache-2.0"
] | null | null | null | 25.432836 | 110 | 0.609155 | 5,309 | package com.github.devjn.githubsearch;
import org.jetbrains.annotations.NotNull;
import java.util.List;
import java.util.concurrent.AbstractExecutorService;
import java.util.concurrent.ConcurrentLinkedQueue;
import java.util.concurrent.Executor;
import java.util.concurrent.ExecutorService;
import java.util.concurrent... |
3e0c7d53de02c99ce89de0ac2224478f7062a874 | 655 | java | Java | src/main/java/com/spring/auth/role/infrastructure/dtos/output/CreateRoleOutputDto.java | diegotobalina/auth | ea9c9b66c9892a6952872835e5cf9ef8859a68f0 | [
"MIT"
] | null | null | null | src/main/java/com/spring/auth/role/infrastructure/dtos/output/CreateRoleOutputDto.java | diegotobalina/auth | ea9c9b66c9892a6952872835e5cf9ef8859a68f0 | [
"MIT"
] | null | null | null | src/main/java/com/spring/auth/role/infrastructure/dtos/output/CreateRoleOutputDto.java | diegotobalina/auth | ea9c9b66c9892a6952872835e5cf9ef8859a68f0 | [
"MIT"
] | null | null | null | 23.392857 | 56 | 0.761832 | 5,310 | package com.spring.auth.role.infrastructure.dtos.output;
import com.spring.auth.role.domain.Role;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
/** @author diegotobalina created on 24/06/2020 */
@Getter
@Setter
@ToString
@NoArgsConstructor
public class CreateRole... |
3e0c7edae40260f459d1600d6a992a2f1733b56b | 191 | java | Java | src/main/java/ltd/kafka/soonelu/plugins/ui/gen/base/Item.java | soonelu/idea-plugin | 552f6619a4b31523c01e602a0047345a68e81c7c | [
"MIT"
] | null | null | null | src/main/java/ltd/kafka/soonelu/plugins/ui/gen/base/Item.java | soonelu/idea-plugin | 552f6619a4b31523c01e602a0047345a68e81c7c | [
"MIT"
] | null | null | null | src/main/java/ltd/kafka/soonelu/plugins/ui/gen/base/Item.java | soonelu/idea-plugin | 552f6619a4b31523c01e602a0047345a68e81c7c | [
"MIT"
] | null | null | null | 11.9375 | 46 | 0.539267 | 5,311 | package ltd.kafka.soonelu.plugins.ui.gen.base;
/**
* 元素接口
*
* @author soonelu
*/
public interface Item {
/**
* 获取元素名称
*
* @return 元素名称
*/
String getName();
}
|
3e0c7f4144819c2672545b0aba7c0c1d3361ed66 | 1,060 | java | Java | mllib/target/java/org/apache/spark/ml/tree/ContinuousSplit.java | Y-sir/spark-cn | 06a0459999131ee14864a69a15746c900e815a14 | [
"BSD-2-Clause",
"Apache-2.0",
"CC0-1.0",
"MIT",
"MIT-0",
"ECL-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | mllib/target/java/org/apache/spark/ml/tree/ContinuousSplit.java | Y-sir/spark-cn | 06a0459999131ee14864a69a15746c900e815a14 | [
"BSD-2-Clause",
"Apache-2.0",
"CC0-1.0",
"MIT",
"MIT-0",
"ECL-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | mllib/target/java/org/apache/spark/ml/tree/ContinuousSplit.java | Y-sir/spark-cn | 06a0459999131ee14864a69a15746c900e815a14 | [
"BSD-2-Clause",
"Apache-2.0",
"CC0-1.0",
"MIT",
"MIT-0",
"ECL-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | 55.789474 | 120 | 0.714151 | 5,312 | package org.apache.spark.ml.tree;
/**
* Split which tests a continuous feature.
* param: featureIndex Index of the feature to test
* param: threshold If the feature value is less than or equal to this threshold, then the
* split goes left. Otherwise, it goes right.
*/
public class Continuous... |
3e0c7f798c0c9d04a775d4dfafc56d57043b5e23 | 251 | java | Java | src/ClientPeer/Peer.java | ltdagabriel/projeto-sd | acd9556b9aa9d842d4142ed263cdbef2233e8eaf | [
"Unlicense"
] | null | null | null | src/ClientPeer/Peer.java | ltdagabriel/projeto-sd | acd9556b9aa9d842d4142ed263cdbef2233e8eaf | [
"Unlicense"
] | null | null | null | src/ClientPeer/Peer.java | ltdagabriel/projeto-sd | acd9556b9aa9d842d4142ed263cdbef2233e8eaf | [
"Unlicense"
] | null | null | null | 17.928571 | 43 | 0.661355 | 5,313 | package ClientPeer;
import java.io.Serializable;
import java.net.InetAddress;
public class Peer implements Serializable {
InetAddress ip;
int port;
Peer(InetAddress ip, int port) {
this.ip = ip;
this.port = port;
}
} |
3e0c7fcfaa2e7cafe6a47961ebaf5fbcbba86d56 | 8,471 | java | Java | src/main/java/org/cloudfoundry/promregator/cfaccessor/ReactiveCFPaginatedRequestFetcher.java | mcsammac/promregator | c79bff7029573ca9f57e32a6b56b976fed4fa8fe | [
"Apache-2.0"
] | null | null | null | src/main/java/org/cloudfoundry/promregator/cfaccessor/ReactiveCFPaginatedRequestFetcher.java | mcsammac/promregator | c79bff7029573ca9f57e32a6b56b976fed4fa8fe | [
"Apache-2.0"
] | null | null | null | src/main/java/org/cloudfoundry/promregator/cfaccessor/ReactiveCFPaginatedRequestFetcher.java | mcsammac/promregator | c79bff7029573ca9f57e32a6b56b976fed4fa8fe | [
"Apache-2.0"
] | null | null | null | 42.782828 | 124 | 0.711132 | 5,314 | package org.cloudfoundry.promregator.cfaccessor;
import java.time.Duration;
import java.util.LinkedList;
import java.util.List;
import java.util.concurrent.TimeoutException;
import java.util.function.Function;
import java.util.logging.Level;
import org.cloudfoundry.client.v2.OrderDirection;
import org.cloudfoundry.cl... |
3e0c8028424393e0e880ed7dc93b4cf3d1e39002 | 3,668 | java | Java | oauth2/oauth2-jose/src/test/java/org/springframework/security/oauth2/jwt/JwtClaimsSetTests.java | CangYaCommunity2022/spring-security | 4c5d404c46167f1c8660dd38324a6a8b8d43cfd3 | [
"Apache-2.0"
] | 6,992 | 2015-01-02T15:38:39.000Z | 2022-03-31T05:57:56.000Z | oauth2/oauth2-jose/src/test/java/org/springframework/security/oauth2/jwt/JwtClaimsSetTests.java | CangYaCommunity2022/spring-security | 4c5d404c46167f1c8660dd38324a6a8b8d43cfd3 | [
"Apache-2.0"
] | 7,823 | 2015-01-05T15:04:20.000Z | 2022-03-31T21:38:32.000Z | oauth2/oauth2-jose/src/test/java/org/springframework/security/oauth2/jwt/JwtClaimsSetTests.java | CangYaCommunity2022/spring-security | 4c5d404c46167f1c8660dd38324a6a8b8d43cfd3 | [
"Apache-2.0"
] | 5,393 | 2015-01-04T14:29:19.000Z | 2022-03-31T02:16:35.000Z | 40.307692 | 108 | 0.778353 | 5,315 | /*
* Copyright 2002-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
3e0c807805e5fa3e760073bc6340b03bc308e40d | 18,113 | java | Java | src/Challenges.java | informramiz/hacker-rank-coding-challenges | 16ff326817b85dd07539d782994ff42a1c1f5486 | [
"Apache-2.0"
] | null | null | null | src/Challenges.java | informramiz/hacker-rank-coding-challenges | 16ff326817b85dd07539d782994ff42a1c1f5486 | [
"Apache-2.0"
] | null | null | null | src/Challenges.java | informramiz/hacker-rank-coding-challenges | 16ff326817b85dd07539d782994ff42a1c1f5486 | [
"Apache-2.0"
] | null | null | null | 28.796502 | 103 | 0.484514 | 5,316 | import java.util.*;
/**
* Created by ramiz on 11/9/17.
*/
public class Challenges {
public static void main(String args[]) {
testKnapSackSumChallenge();
// testKnapsack();
// testTextQueries();
// countNumbers();
// testStringTokens();
// testDFSConnectedRegionChalleng... |
3e0c80ca808ac2f44dcc0bf71ea47a13ecbf0576 | 4,569 | java | Java | web/src/main/java/de/cotto/lndmanagej/controller/ChannelController.java | C-Otto/lnd-manageJ | c06487faeb47f153199beb5b71da737d358ad1c5 | [
"MIT"
] | 6 | 2022-03-09T23:32:29.000Z | 2022-03-21T23:04:29.000Z | web/src/main/java/de/cotto/lndmanagej/controller/ChannelController.java | C-Otto/lnd-manageJ | c06487faeb47f153199beb5b71da737d358ad1c5 | [
"MIT"
] | 12 | 2022-03-09T22:47:51.000Z | 2022-03-27T16:34:37.000Z | web/src/main/java/de/cotto/lndmanagej/controller/ChannelController.java | C-Otto/lnd-manageJ | c06487faeb47f153199beb5b71da737d358ad1c5 | [
"MIT"
] | null | null | null | 42.305556 | 112 | 0.764062 | 5,317 | package de.cotto.lndmanagej.controller;
import com.codahale.metrics.annotation.Timed;
import de.cotto.lndmanagej.controller.dto.BalanceInformationDto;
import de.cotto.lndmanagej.controller.dto.ChannelDetailsDto;
import de.cotto.lndmanagej.controller.dto.ChannelDto;
import de.cotto.lndmanagej.controller.dto.ClosedChann... |
3e0c81d9441eea9dbf7b9af2a8d0750e43f9d9ca | 51,908 | java | Java | server/src/test/java/org/apache/iotdb/db/engine/compaction/inner/InnerSeqCompactionTest.java | SzyWilliam/iotdb | 13c732b43a307fe2ecbf6cd990cc537f8c73eceb | [
"Apache-2.0"
] | 945 | 2018-12-13T00:39:04.000Z | 2020-10-01T04:17:02.000Z | server/src/test/java/org/apache/iotdb/db/engine/compaction/inner/InnerSeqCompactionTest.java | SzyWilliam/iotdb | 13c732b43a307fe2ecbf6cd990cc537f8c73eceb | [
"Apache-2.0"
] | 923 | 2019-01-18T01:12:04.000Z | 2020-10-01T02:17:11.000Z | server/src/test/java/org/apache/iotdb/db/engine/compaction/inner/InnerSeqCompactionTest.java | leety1228/iotdb | ffdcc0a5381596a74bb807a8f89fe6de3749125a | [
"Apache-2.0"
] | 375 | 2018-12-23T06:40:33.000Z | 2020-10-01T02:49:20.000Z | 54.070833 | 100 | 0.554963 | 5,318 | /*
* 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 ... |
3e0c83803eb647e5e89349e4730a0c9f3895ed06 | 286 | java | Java | role_game/src/main/java/ru/job4j/observers/HeroCreatedObserver.java | zCRUSADERz/AlexanderYakovlev | 9b098fb876b5a60d5e5fdc8274b3b47e994d88ba | [
"Apache-2.0"
] | 2 | 2019-03-03T16:26:31.000Z | 2019-03-13T08:35:34.000Z | role_game/src/main/java/ru/job4j/observers/HeroCreatedObserver.java | zCRUSADERz/AlexanderYakovlev | 9b098fb876b5a60d5e5fdc8274b3b47e994d88ba | [
"Apache-2.0"
] | 1 | 2022-02-16T00:55:29.000Z | 2022-02-16T00:55:29.000Z | role_game/src/main/java/ru/job4j/observers/HeroCreatedObserver.java | zCRUSADERz/AlexanderYakovlev | 9b098fb876b5a60d5e5fdc8274b3b47e994d88ba | [
"Apache-2.0"
] | null | null | null | 20.428571 | 61 | 0.734266 | 5,319 | package ru.job4j.observers;
import ru.job4j.heroes.Hero;
import java.util.function.BiConsumer;
public interface HeroCreatedObserver {
BiConsumer<Hero, HeroCreatedObserver> CREATED
= (hero, observer) -> observer.heroCreated(hero);
void heroCreated(Hero hero);
}
|
3e0c84ab8dddfe533dbfdfd86ad44ea8382952c2 | 842 | java | Java | api/src/test/java/chezz/users/UserTokenGeneratorTests.java | niamster/chezz | 8daa5d6fb19e7ae0576fccab230bb93a680adea1 | [
"MIT"
] | null | null | null | api/src/test/java/chezz/users/UserTokenGeneratorTests.java | niamster/chezz | 8daa5d6fb19e7ae0576fccab230bb93a680adea1 | [
"MIT"
] | 6 | 2021-03-10T00:42:16.000Z | 2022-02-26T20:53:15.000Z | api/src/test/java/chezz/users/UserTokenGeneratorTests.java | niamster/chezz | 8daa5d6fb19e7ae0576fccab230bb93a680adea1 | [
"MIT"
] | null | null | null | 32.384615 | 76 | 0.76247 | 5,320 | package chezz.users;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Value... |
3e0c85648990077026532367d0e3a9010dc60939 | 1,748 | java | Java | src/main/java/io/slingr/endpoints/ftp/components/CustomSftpComponent.java | NicoGitHub98/ftp-endpoint | ba65407d777009d3ac374af66fc8b50cdaabedb0 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/slingr/endpoints/ftp/components/CustomSftpComponent.java | NicoGitHub98/ftp-endpoint | ba65407d777009d3ac374af66fc8b50cdaabedb0 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/slingr/endpoints/ftp/components/CustomSftpComponent.java | NicoGitHub98/ftp-endpoint | ba65407d777009d3ac374af66fc8b50cdaabedb0 | [
"Apache-2.0"
] | 1 | 2021-11-12T18:38:19.000Z | 2021-11-12T18:38:19.000Z | 36.416667 | 153 | 0.720252 | 5,321 | package io.slingr.endpoints.ftp.components;
import com.jcraft.jsch.ChannelSftp;
import org.apache.camel.CamelContext;
import org.apache.camel.component.file.GenericFileEndpoint;
import org.apache.camel.component.file.remote.FtpUtils;
import org.apache.camel.component.file.remote.SftpComponent;
import org.apache.camel.... |
3e0c8586f47c7cbf54291acf21c8de916bc02212 | 40,141 | java | Java | src/main/java/org/broadinstitute/hellbender/tools/genomicsdb/GenomicsDBImport.java | falcon-computing/gatk4 | eff34c69e0ee1557396c5ad7f94128a08c0ab2f3 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/org/broadinstitute/hellbender/tools/genomicsdb/GenomicsDBImport.java | falcon-computing/gatk4 | eff34c69e0ee1557396c5ad7f94128a08c0ab2f3 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/org/broadinstitute/hellbender/tools/genomicsdb/GenomicsDBImport.java | falcon-computing/gatk4 | eff34c69e0ee1557396c5ad7f94128a08c0ab2f3 | [
"BSD-3-Clause"
] | null | null | null | 50.811392 | 324 | 0.683516 | 5,322 | package org.broadinstitute.hellbender.tools.genomicsdb;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
import com.intel.genomicsdb.importer.GenomicsDBImporter;
import com.intel.genomicsdb.importer.model.ChromosomeInterval;
import com.intel.genomicsdb.model.Coordinates;
import com.intel.genomicsdb.model... |
3e0c8589bac8b58335b2431f94128a7dc4ec08a6 | 8,395 | java | Java | FHICT-Companion/app/src/main/java/s/pahlplatz/fhict_companion/controllers/PeopleController.java | StefanPahlplatz/fontys-companion-app | 6bcf305e9e2a1f2f9c05ce95e8c2bddf95d6a6b2 | [
"MIT"
] | null | null | null | FHICT-Companion/app/src/main/java/s/pahlplatz/fhict_companion/controllers/PeopleController.java | StefanPahlplatz/fontys-companion-app | 6bcf305e9e2a1f2f9c05ce95e8c2bddf95d6a6b2 | [
"MIT"
] | 2 | 2017-04-30T14:47:38.000Z | 2018-04-03T14:25:02.000Z | FHICT-Companion/app/src/main/java/s/pahlplatz/fhict_companion/controllers/PeopleController.java | StefanPahlplatz/fontys-companion-app | 6bcf305e9e2a1f2f9c05ce95e8c2bddf95d6a6b2 | [
"MIT"
] | null | null | null | 34.547325 | 118 | 0.56081 | 5,323 | package s.pahlplatz.fhict_companion.controllers;
import android.content.Context;
import android.os.AsyncTask;
import android.support.annotation.NonNull;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import android.w... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.