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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e09bf22990115bab2780203def75727446f103c | 1,016 | java | Java | selene-device-peripheral/src/main/java/moonstone/selene/device/peripheral/devices/grovepi/Buzzer.java | konexios/moonstone | 47f7b874e68833e19314dd9bc5fdf1755a82a42f | [
"Apache-2.0"
] | 3 | 2019-12-24T05:28:11.000Z | 2021-05-02T21:20:16.000Z | selene-device-peripheral/src/main/java/moonstone/selene/device/peripheral/devices/grovepi/Buzzer.java | arrow-acs/moonstone | 47f7b874e68833e19314dd9bc5fdf1755a82a42f | [
"Apache-2.0"
] | 4 | 2019-11-20T17:10:45.000Z | 2020-06-18T15:09:12.000Z | selene-device-peripheral/src/main/java/moonstone/selene/device/peripheral/devices/grovepi/Buzzer.java | arrow-acs/moonstone | 47f7b874e68833e19314dd9bc5fdf1755a82a42f | [
"Apache-2.0"
] | 1 | 2021-05-02T21:20:30.000Z | 2021-05-02T21:20:30.000Z | 22.086957 | 95 | 0.719488 | 4,118 | package moonstone.selene.device.peripheral.devices.grovepi;
import java.util.Map;
import java.util.Objects;
import moonstone.selene.device.peripheral.ControlledPeripheralDevice;
import moonstone.selene.engine.state.State;
public class Buzzer extends GrovePiDevice<BuzzerStates> implements ControlledPeripheralDevice {... |
3e09bf6b140c4ca3cb150cdc9c352f0202e09454 | 1,534 | java | Java | Communicator/src/main/java/com/george200150/bsc/util/BitmapFormatAdapter.java | george200150/Licenta | 9c3f7d86abf3cc5d90204db0acc956eb8bee26dc | [
"MIT"
] | null | null | null | Communicator/src/main/java/com/george200150/bsc/util/BitmapFormatAdapter.java | george200150/Licenta | 9c3f7d86abf3cc5d90204db0acc956eb8bee26dc | [
"MIT"
] | null | null | null | Communicator/src/main/java/com/george200150/bsc/util/BitmapFormatAdapter.java | george200150/Licenta | 9c3f7d86abf3cc5d90204db0acc956eb8bee26dc | [
"MIT"
] | null | null | null | 28.943396 | 64 | 0.520209 | 4,119 | package com.george200150.bsc.util;
import com.george200150.bsc.model.Bitmap;
public class BitmapFormatAdapter {
public static Bitmap convertColorToRGB(Bitmap bitmap) {
int h = bitmap.getHeight();
int w = bitmap.getWidth();
int[] androidPixels = bitmap.getPixels();
int[] pixels = ne... |
3e09c08dd8f8c179568509d7fe033f6b5b229133 | 651 | java | Java | src/test/java/org/otaibe/eureka/client/TestControllerTest.java | tpenakov/org-otaibe-eureka-client | 3b8ddde837fbb5f24dcae678763f305642ed622c | [
"MIT"
] | 8 | 2019-10-14T09:21:41.000Z | 2021-08-16T12:04:50.000Z | src/test/java/org/otaibe/eureka/client/TestControllerTest.java | tpenakov/org-otaibe-eureka-client | 3b8ddde837fbb5f24dcae678763f305642ed622c | [
"MIT"
] | null | null | null | src/test/java/org/otaibe/eureka/client/TestControllerTest.java | tpenakov/org-otaibe-eureka-client | 3b8ddde837fbb5f24dcae678763f305642ed622c | [
"MIT"
] | 1 | 2021-08-05T18:35:01.000Z | 2021-08-05T18:35:01.000Z | 22.448276 | 67 | 0.680492 | 4,120 | package org.otaibe.eureka.client;
import io.quarkus.test.junit.QuarkusTest;
import lombok.Getter;
import org.junit.jupiter.api.Test;
import org.otaibe.eureka.client.utils.ControllerUtils;
import javax.inject.Inject;
import static io.restassured.RestAssured.given;
import static org.hamcrest.CoreMatchers.is;
@Quarkus... |
3e09c12be9bb43a3efcf7006a410111e58c804ed | 8,562 | java | Java | webrtc-peerconnection/src/test/java/com/bitbreeds/webrtc/sctp/impl/buffer/ReceiveBufferOrderedUnfragmentedTest.java | IIlllII/bitbreeds-webrtc | 863dbcbcad115a8a505bb4b64be8479bac059ba0 | [
"MIT"
] | 11 | 2017-04-08T16:12:44.000Z | 2021-09-20T21:07:07.000Z | webrtc-peerconnection/src/test/java/com/bitbreeds/webrtc/sctp/impl/buffer/ReceiveBufferOrderedUnfragmentedTest.java | IIlllII/bitbreeds-webrtc | 863dbcbcad115a8a505bb4b64be8479bac059ba0 | [
"MIT"
] | 4 | 2017-03-04T18:26:08.000Z | 2020-01-06T23:37:43.000Z | webrtc-peerconnection/src/test/java/com/bitbreeds/webrtc/sctp/impl/buffer/ReceiveBufferOrderedUnfragmentedTest.java | IIlllII/bitbreeds-webrtc | 863dbcbcad115a8a505bb4b64be8479bac059ba0 | [
"MIT"
] | 3 | 2018-05-07T11:46:48.000Z | 2021-01-17T05:48:58.000Z | 36.434043 | 140 | 0.663046 | 4,121 | package com.bitbreeds.webrtc.sctp.impl.buffer;
import com.bitbreeds.webrtc.model.sctp.SCTPPayloadProtocolId;
import com.bitbreeds.webrtc.model.sctp.SackUtil;
import com.bitbreeds.webrtc.model.webrtc.Deliverable;
import com.bitbreeds.webrtc.sctp.impl.SCTPReliability;
import com.bitbreeds.webrtc.sctp.impl.model.Received... |
3e09c191bfaab91946c4c923495eb95141f505c0 | 2,306 | java | Java | bundles/gw4e-eclipse-plugin/src/org/gw4e/eclipse/builder/marker/MultipleMarkerResolution.java | gw4e/gw4e-project | 148127b1ab4f68762d22c33104fce656d094cbbf | [
"MIT"
] | 4 | 2017-06-02T16:43:01.000Z | 2020-04-02T15:23:07.000Z | bundles/gw4e-eclipse-plugin/src/org/gw4e/eclipse/builder/marker/MultipleMarkerResolution.java | gw4e/gw4e-project | 148127b1ab4f68762d22c33104fce656d094cbbf | [
"MIT"
] | 2 | 2020-04-02T13:47:02.000Z | 2021-10-14T06:00:52.000Z | bundles/gw4e-eclipse-plugin/src/org/gw4e/eclipse/builder/marker/MultipleMarkerResolution.java | gw4e/gw4e-project | 148127b1ab4f68762d22c33104fce656d094cbbf | [
"MIT"
] | 1 | 2020-10-08T07:49:40.000Z | 2020-10-08T07:49:40.000Z | 31.589041 | 111 | 0.728534 | 4,122 | package org.gw4e.eclipse.builder.marker;
/*-
* #%L
* gw4e
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2017 gw4e-project
* %%
* 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 r... |
3e09c222a5099cc89837f31789316873949d63df | 974 | java | Java | crd-generator/api/src/test/java/io/fabric8/crd/example/person/Person.java | see-quick/kubernetes-client | 34f37509a37cbc156ed1a458cf7e03ec55d2639b | [
"Apache-2.0"
] | 2,460 | 2015-08-26T08:44:49.000Z | 2022-03-31T09:52:23.000Z | crd-generator/api/src/test/java/io/fabric8/crd/example/person/Person.java | see-quick/kubernetes-client | 34f37509a37cbc156ed1a458cf7e03ec55d2639b | [
"Apache-2.0"
] | 3,934 | 2015-07-16T14:51:50.000Z | 2022-03-31T20:14:44.000Z | crd-generator/api/src/test/java/io/fabric8/crd/example/person/Person.java | see-quick/kubernetes-client | 34f37509a37cbc156ed1a458cf7e03ec55d2639b | [
"Apache-2.0"
] | 1,259 | 2015-07-16T14:36:46.000Z | 2022-03-31T09:52:26.000Z | 27.828571 | 75 | 0.732033 | 4,123 | /**
* Copyright (C) 2015 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... |
3e09c285cb8c08b40a87fb9e5cd5f615165e48a7 | 1,039 | java | Java | mantis-tests/src/test/java/ru/stqa/b28/mantis/appmanager/SessionHelper.java | olgamit/java_b28 | e4a1bbb6abf0fb8a9fa3d35f8d45af24c494405e | [
"Apache-2.0"
] | null | null | null | mantis-tests/src/test/java/ru/stqa/b28/mantis/appmanager/SessionHelper.java | olgamit/java_b28 | e4a1bbb6abf0fb8a9fa3d35f8d45af24c494405e | [
"Apache-2.0"
] | null | null | null | mantis-tests/src/test/java/ru/stqa/b28/mantis/appmanager/SessionHelper.java | olgamit/java_b28 | e4a1bbb6abf0fb8a9fa3d35f8d45af24c494405e | [
"Apache-2.0"
] | null | null | null | 32.46875 | 72 | 0.640038 | 4,124 | package ru.stqa.b28.mantis.appmanager;
import org.openqa.selenium.By;
public class SessionHelper extends HelperBase {
public SessionHelper(ApplicationManager app) {
super(app);
}
public void login() {
wd.get(app.getProperty("web.baseUrl") + "/login_page.php");
type(By.name("usern... |
3e09c488ca518383e29fa9f8dc912043d0ff290b | 1,088 | java | Java | src/test/java/refreshable/service/RefreshableServiceSendTest.java | valliappanr/refreshable-beans | b3ff30c436174a107487366c2f51959ef87fa278 | [
"Apache-2.0"
] | 2 | 2017-12-10T07:47:34.000Z | 2022-01-29T03:00:07.000Z | src/test/java/refreshable/service/RefreshableServiceSendTest.java | valliappanr/refreshable-beans | b3ff30c436174a107487366c2f51959ef87fa278 | [
"Apache-2.0"
] | null | null | null | src/test/java/refreshable/service/RefreshableServiceSendTest.java | valliappanr/refreshable-beans | b3ff30c436174a107487366c2f51959ef87fa278 | [
"Apache-2.0"
] | null | null | null | 30.222222 | 90 | 0.773897 | 4,125 | package refreshable.service;
import javax.jms.JMSException;
import javax.jms.Message;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jms.core.JmsTemplate;
import org.springframework.jms.core.MessagePostProcessor;
import... |
3e09c5cb50446963bf0591b8de17cc4ac955a637 | 2,485 | java | Java | src/test/java/services/RegistrationServiceNegativeTest.java | juagarfer4/Acme-Pilgrim | babb009558e61f62524218a149059bf105694439 | [
"MIT"
] | null | null | null | src/test/java/services/RegistrationServiceNegativeTest.java | juagarfer4/Acme-Pilgrim | babb009558e61f62524218a149059bf105694439 | [
"MIT"
] | null | null | null | src/test/java/services/RegistrationServiceNegativeTest.java | juagarfer4/Acme-Pilgrim | babb009558e61f62524218a149059bf105694439 | [
"MIT"
] | null | null | null | 27.307692 | 78 | 0.767404 | 4,126 | package services;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.*;
import org.springframework.security.authentication.TestingAuthenti... |
3e09c5d2767081c9118ed06d7a86405d96893c59 | 4,735 | java | Java | geoportal/src/com/esri/gpt/catalog/harvest/history/HeUpdateRequest.java | tomkralidis/geoportal-server | 9844d7caa1f0b9fdf2b76b336ca7aa213fbd59ee | [
"Apache-2.0"
] | 176 | 2015-01-08T19:00:40.000Z | 2022-03-23T10:17:30.000Z | geoportal/src/com/esri/gpt/catalog/harvest/history/HeUpdateRequest.java | tomkralidis/geoportal-server | 9844d7caa1f0b9fdf2b76b336ca7aa213fbd59ee | [
"Apache-2.0"
] | 224 | 2015-01-05T16:17:21.000Z | 2021-08-30T22:39:28.000Z | geoportal/src/com/esri/gpt/catalog/harvest/history/HeUpdateRequest.java | tomkralidis/geoportal-server | 9844d7caa1f0b9fdf2b76b336ca7aa213fbd59ee | [
"Apache-2.0"
] | 88 | 2015-01-15T11:47:05.000Z | 2022-03-10T02:06:46.000Z | 31.778523 | 98 | 0.651954 | 4,127 | /* See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* Esri Inc. licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
... |
3e09c5e523f92ee13f9d6f284c6aecf24df09463 | 2,259 | java | Java | spring-web/src/test/java/org/springframework/web/method/support/ModelAndViewContainerTests.java | ericbottard/spring-framework | 859e1e800345d528b17f23e74dfaf8bf4185b070 | [
"Apache-2.0"
] | 2 | 2017-02-06T04:00:57.000Z | 2017-02-06T04:01:01.000Z | spring-web/src/test/java/org/springframework/web/method/support/ModelAndViewContainerTests.java | ericbottard/spring-framework | 859e1e800345d528b17f23e74dfaf8bf4185b070 | [
"Apache-2.0"
] | null | null | null | spring-web/src/test/java/org/springframework/web/method/support/ModelAndViewContainerTests.java | ericbottard/spring-framework | 859e1e800345d528b17f23e74dfaf8bf4185b070 | [
"Apache-2.0"
] | 4 | 2018-02-05T23:49:37.000Z | 2021-08-12T20:14:01.000Z | 29.723684 | 83 | 0.749447 | 4,128 | /*
* Copyright 2002-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e09c65e80fcea426afa67e184f5b6e87f2f3b1f | 1,469 | java | Java | example-v2/concurrent/src/main/java/cn/enjoyedu/ch4/future/MyFutureTaskToo.java | ZuRun/xstudy | 6364d7f3c1a4a29ec2bea31632bbdd2c98e2f92e | [
"MIT"
] | 1 | 2019-04-17T01:59:46.000Z | 2019-04-17T01:59:46.000Z | example-v2/concurrent/src/main/java/cn/enjoyedu/ch4/future/MyFutureTaskToo.java | ZuRun/xstudy | 6364d7f3c1a4a29ec2bea31632bbdd2c98e2f92e | [
"MIT"
] | 20 | 2020-04-23T18:29:24.000Z | 2022-02-01T00:59:15.000Z | example-v2/concurrent/src/main/java/cn/enjoyedu/ch4/future/MyFutureTaskToo.java | ZuRun/xstudy | 6364d7f3c1a4a29ec2bea31632bbdd2c98e2f92e | [
"MIT"
] | null | null | null | 21.289855 | 68 | 0.588155 | 4,129 | package cn.enjoyedu.ch4.future;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Future;
import java.util.concurrent.TimeUnit;
/**
* 类说明:FutureTask的get方法实现:
*/
public class MyFutureTaskToo <V> implements Runnable,Future<V> {
Callable<V> callable ... |
3e09c7748f036de3d2586f9de9ecdaba67f15915 | 5,733 | java | Java | org.conqat.engine.core/test-src/org/conqat/engine/core/driver/specification/ProcessorSpecificationParameterTest.java | assessorgeneral/ConQAT | 2a462f23f22c22aa9d01a7a204453d1be670ba60 | [
"Apache-2.0"
] | 1 | 2020-04-28T20:06:30.000Z | 2020-04-28T20:06:30.000Z | org.conqat.engine.core/test-src/org/conqat/engine/core/driver/specification/ProcessorSpecificationParameterTest.java | assessorgeneral/ConQAT | 2a462f23f22c22aa9d01a7a204453d1be670ba60 | [
"Apache-2.0"
] | null | null | null | org.conqat.engine.core/test-src/org/conqat/engine/core/driver/specification/ProcessorSpecificationParameterTest.java | assessorgeneral/ConQAT | 2a462f23f22c22aa9d01a7a204453d1be670ba60 | [
"Apache-2.0"
] | null | null | null | 46.233871 | 107 | 0.729461 | 4,130 | /*-------------------------------------------------------------------------+
| |
| Copyright 2005-2011 The ConQAT Project |
| |
| Licensed u... |
3e09c88583d18d074258a30ca979b7926bf7fe21 | 434 | java | Java | src/mygame/generators/RandomPointWorldGenerator.java | SteveSmith16384/Blocky | 031653c7c2b07db8cc95c034ebb5e7ffa357c769 | [
"MIT"
] | 9 | 2019-01-15T21:11:42.000Z | 2022-03-30T12:17:21.000Z | src/mygame/generators/RandomPointWorldGenerator.java | toshnika/Blocky | 031653c7c2b07db8cc95c034ebb5e7ffa357c769 | [
"MIT"
] | null | null | null | src/mygame/generators/RandomPointWorldGenerator.java | toshnika/Blocky | 031653c7c2b07db8cc95c034ebb5e7ffa357c769 | [
"MIT"
] | 1 | 2019-12-12T01:19:06.000Z | 2019-12-12T01:19:06.000Z | 21.7 | 67 | 0.645161 | 4,131 | package mygame.generators;
import java.util.Random;
public class RandomPointWorldGenerator implements IWorldGenerator {
@Override
public float[][] createWorld(int width, int height) {
float[][] map = new float[width][height];
Random r = new Random();
for(int x = 0; x<map.length; x++) {
for(int y = 0; y ... |
3e09c956f6c004a6f7a785992b0fb1a6d43c2bb7 | 3,771 | java | Java | src/main/java/org/openapitools/client/model/EzsignfolderGetListV1ResponseMPayload.java | ezmaxinc/eZmax-SDK-android | 7e9ced5809702199cd8664aabfe2625aea81960c | [
"MIT"
] | null | null | null | src/main/java/org/openapitools/client/model/EzsignfolderGetListV1ResponseMPayload.java | ezmaxinc/eZmax-SDK-android | 7e9ced5809702199cd8664aabfe2625aea81960c | [
"MIT"
] | null | null | null | src/main/java/org/openapitools/client/model/EzsignfolderGetListV1ResponseMPayload.java | ezmaxinc/eZmax-SDK-android | 7e9ced5809702199cd8664aabfe2625aea81960c | [
"MIT"
] | null | null | null | 36.640777 | 197 | 0.732909 | 4,132 | /**
* eZmax API Definition (Full)
* This API expose all the functionnalities for the eZmax and eZsign applications.
*
* The version of the OpenAPI document: 1.1.9
* Contact: dycjh@example.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generato... |
3e09c9db9595a4e530be275e3cde69a17168b0d0 | 7,072 | java | Java | loopa/src/main/java/org/loopa/monitor/MonitorCreatorSocial.java | Martouta/loopa | 5e359aa8adc9e47d5ba53ef83172fdc488b1ba31 | [
"Apache-2.0"
] | null | null | null | loopa/src/main/java/org/loopa/monitor/MonitorCreatorSocial.java | Martouta/loopa | 5e359aa8adc9e47d5ba53ef83172fdc488b1ba31 | [
"Apache-2.0"
] | null | null | null | loopa/src/main/java/org/loopa/monitor/MonitorCreatorSocial.java | Martouta/loopa | 5e359aa8adc9e47d5ba53ef83172fdc488b1ba31 | [
"Apache-2.0"
] | null | null | null | 51.620438 | 162 | 0.793269 | 4,133 | package org.loopa.monitor;
import java.util.HashMap;
import java.util.Map;
import org.loopa.element.adaptationlogic.AdaptationLogic;
import org.loopa.element.adaptationlogic.IAdaptationLogic;
import org.loopa.element.adaptationlogic.enactor.AdaptationLogicEnactor;
import org.loopa.element.adaptationlogic.enactor.IAda... |
3e09ca1b7b3be749a1034dc724947e5d2f175c18 | 1,267 | java | Java | pet-clinic-data/src/test/java/guru/springframework/sfgpetclinic/services/map/PetMapServiceTest.java | MihaiTudorP/SFG-Pet-clinic | 0605d4696bba817a7a255d808ae8e0eafe6ef818 | [
"Apache-2.0"
] | null | null | null | pet-clinic-data/src/test/java/guru/springframework/sfgpetclinic/services/map/PetMapServiceTest.java | MihaiTudorP/SFG-Pet-clinic | 0605d4696bba817a7a255d808ae8e0eafe6ef818 | [
"Apache-2.0"
] | 64 | 2020-11-28T13:20:53.000Z | 2021-01-09T11:19:27.000Z | pet-clinic-data/src/test/java/guru/springframework/sfgpetclinic/services/map/PetMapServiceTest.java | MihaiTudorP/SFG-Pet-clinic | 0605d4696bba817a7a255d808ae8e0eafe6ef818 | [
"Apache-2.0"
] | null | null | null | 26.957447 | 136 | 0.664562 | 4,134 | package guru.springframework.sfgpetclinic.services.map;
import guru.springframework.sfgpetclinic.model.Pet;
import guru.springframework.sfgpetclinic.model.PetType;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class PetMapServiceTest {
... |
3e09cacbbd93c1f37dd237e86f0b2925fcc266b5 | 1,612 | java | Java | src/main/java/com/github/vvorks/builder/server/extender/QueryExtender.java | vvorks/builder | 17e0bf3455ddcf07fe4f294662b4eac3ea3bbe7a | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/vvorks/builder/server/extender/QueryExtender.java | vvorks/builder | 17e0bf3455ddcf07fe4f294662b4eac3ea3bbe7a | [
"Apache-2.0"
] | 21 | 2021-12-10T07:31:15.000Z | 2022-03-19T14:33:39.000Z | src/main/java/com/github/vvorks/builder/server/extender/QueryExtender.java | vvorks/builder | 17e0bf3455ddcf07fe4f294662b4eac3ea3bbe7a | [
"Apache-2.0"
] | null | null | null | 29.309091 | 104 | 0.7866 | 4,135 | package com.github.vvorks.builder.server.extender;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.github.vvorks.builder.common.lang.Strings;
import com.github.vvorks.builder.server.domain.ClassContent;
import com.githu... |
3e09cad639e47e9be46efe30ad583d76a976bec8 | 2,816 | java | Java | Export_and_Visualization_Schemas_Versions_from_JSON_Data/src/data_processing/JsonProcessing.java | SiozosThomas/Diploma | 979ffd217c295b00cb0b3f39459848171b2fec2f | [
"MIT"
] | 1 | 2020-07-18T19:40:28.000Z | 2020-07-18T19:40:28.000Z | Export_and_Visualization_Schemas_Versions_from_JSON_Data/src/data_processing/JsonProcessing.java | SiozosThomas/Diploma | 979ffd217c295b00cb0b3f39459848171b2fec2f | [
"MIT"
] | 2 | 2020-04-23T21:04:48.000Z | 2020-05-21T20:36:10.000Z | Export_and_Visualization_Schemas_Versions_from_JSON_Data/src/data_processing/JsonProcessing.java | SiozosThomas/Export-and-Visualization-Schema-s-Versions-from-JSON-Data | 979ffd217c295b00cb0b3f39459848171b2fec2f | [
"MIT"
] | null | null | null | 27.881188 | 67 | 0.705611 | 4,136 | package data_processing;
import java.io.File;
import java.io.IOException;
import com.fasterxml.jackson.core.JsonFactory;
import com.fasterxml.jackson.core.JsonParseException;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.JsonToken;
import com.fasterxml.jackson.databind.JsonNode;
impor... |
3e09cb91a505c0c5cc6b3fc421f4be3f09d05f38 | 5,274 | java | Java | src/main/java/XmlInputFormat.java | zychn/wikimedia | 0b5c49f7f3a2f57c2c30de3c2cc2494acb013ea5 | [
"Apache-2.0"
] | null | null | null | src/main/java/XmlInputFormat.java | zychn/wikimedia | 0b5c49f7f3a2f57c2c30de3c2cc2494acb013ea5 | [
"Apache-2.0"
] | null | null | null | src/main/java/XmlInputFormat.java | zychn/wikimedia | 0b5c49f7f3a2f57c2c30de3c2cc2494acb013ea5 | [
"Apache-2.0"
] | null | null | null | 35.395973 | 125 | 0.557452 | 4,137 | package main.java;
import java.io.IOException;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.InputSplit;
import org.apache.hadoop.mapreduce.JobContext;
import org.apache.hadoop.mapreduce.RecordReader;
import org.apache.h... |
3e09cbb6a7a30a99019ff302d9a355f9c738eec4 | 1,058 | java | Java | app/src/main/java/com/gautam/medicinetime/medicine/MedicineContract.java | battleplayer02/medicine | cef206f82c63d8d76650bf3f596e39b86a52be9d | [
"Apache-2.0"
] | 1 | 2019-04-03T11:38:44.000Z | 2019-04-03T11:38:44.000Z | app/src/main/java/com/gautam/medicinetime/medicine/MedicineContract.java | battleplayer02/medicine | cef206f82c63d8d76650bf3f596e39b86a52be9d | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/gautam/medicinetime/medicine/MedicineContract.java | battleplayer02/medicine | cef206f82c63d8d76650bf3f596e39b86a52be9d | [
"Apache-2.0"
] | null | null | null | 19.592593 | 69 | 0.706049 | 4,138 | package com.gautam.medicinetime.medicine;
import android.support.annotation.NonNull;
import com.gautam.medicinetime.BasePresenter;
import com.gautam.medicinetime.BaseView;
import com.gautam.medicinetime.data.source.MedicineAlarm;
import java.util.Date;
import java.util.List;
/**
* Created by gautam on 13/07/17.
*... |
3e09cbd99ccb008ecdbc5a6c30b803d673bfb41a | 1,496 | java | Java | src/main/java/se/kth/iv1201/grupp13/recruiterapplication/repository/ApplicationRepository.java | anga13/recruiter-application | b05ae475429313306555cab2d59a9c673a4178e9 | [
"MIT"
] | null | null | null | src/main/java/se/kth/iv1201/grupp13/recruiterapplication/repository/ApplicationRepository.java | anga13/recruiter-application | b05ae475429313306555cab2d59a9c673a4178e9 | [
"MIT"
] | 3 | 2019-02-07T10:38:01.000Z | 2019-02-27T15:12:33.000Z | src/main/java/se/kth/iv1201/grupp13/recruiterapplication/repository/ApplicationRepository.java | anga13/recruiter-application | b05ae475429313306555cab2d59a9c673a4178e9 | [
"MIT"
] | 1 | 2019-03-05T10:58:19.000Z | 2019-03-05T10:58:19.000Z | 35.619048 | 140 | 0.772059 | 4,139 | package se.kth.iv1201.grupp13.recruiterapplication.repository;
import java.util.Date;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transac... |
3e09cbf653d26a25f46d50f7f339708a6afd1bdd | 12,542 | java | Java | TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/protocol/preparator/GOSTClientKeyExchangePreparator.java | woniuxia/TLS-Attacker | 09dd837deb49f79158c99177c2f1ec6b7dcbc106 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2021-02-11T01:13:15.000Z | 2021-02-11T01:13:15.000Z | TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/protocol/preparator/GOSTClientKeyExchangePreparator.java | woniuxia/TLS-Attacker | 09dd837deb49f79158c99177c2f1ec6b7dcbc106 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/protocol/preparator/GOSTClientKeyExchangePreparator.java | woniuxia/TLS-Attacker | 09dd837deb49f79158c99177c2f1ec6b7dcbc106 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 46.798507 | 121 | 0.692952 | 4,140 | /**
* TLS-Attacker - A Modular Penetration Testing Framework for TLS
*
* Copyright 2014-2020 Ruhr University Bochum, Paderborn University,
* and Hackmanit GmbH
*
* Licensed under Apache License 2.0
* http://www.apache.org/licenses/LICENSE-2.0
*/
package de.rub.nds.tlsattacker.core.protocol.preparator;
import d... |
3e09cc7b920939ca84df6cc178239f90c7047b66 | 296 | java | Java | podium-common/src/main/java/nl/thehyve/podium/common/enumeration/Classifier.java | thehyve/podium | 158e222bd03d23a4696c94b1e45aa1bfcead8038 | [
"Apache-2.0"
] | 13 | 2017-02-23T07:33:44.000Z | 2022-02-17T12:01:08.000Z | podium-common/src/main/java/nl/thehyve/podium/common/enumeration/Classifier.java | thehyve/podium | 158e222bd03d23a4696c94b1e45aa1bfcead8038 | [
"Apache-2.0"
] | 119 | 2017-02-20T17:13:44.000Z | 2022-02-26T12:23:37.000Z | podium-common/src/main/java/nl/thehyve/podium/common/enumeration/Classifier.java | thehyve/podium | 158e222bd03d23a4696c94b1e45aa1bfcead8038 | [
"Apache-2.0"
] | 5 | 2017-08-21T03:47:54.000Z | 2019-05-24T23:24:06.000Z | 19.733333 | 93 | 0.652027 | 4,141 | package nl.thehyve.podium.common.enumeration;
/**
* Indicates a type as a status or outcome type, used as classifier, which should be an enum.
*/
public interface Classifier {
/**
* The name of the enum value.
* @return the name of the enum value.
*/
String name();
}
|
3e09ccb34d52fd92c56f36bd3c3fd260833bc3f2 | 768 | java | Java | prosolo-main/src/main/java/org/prosolo/services/common/data/SelectableData.java | prosolotechnologies/prosolo | fb2058577002f9dce362375afb2ca72bb51deef7 | [
"BSD-3-Clause"
] | null | null | null | prosolo-main/src/main/java/org/prosolo/services/common/data/SelectableData.java | prosolotechnologies/prosolo | fb2058577002f9dce362375afb2ca72bb51deef7 | [
"BSD-3-Clause"
] | 11 | 2020-02-08T21:54:11.000Z | 2021-12-09T22:02:13.000Z | prosolo-main/src/main/java/org/prosolo/services/common/data/SelectableData.java | prosolotechnologies/prosolo | fb2058577002f9dce362375afb2ca72bb51deef7 | [
"BSD-3-Clause"
] | null | null | null | 20.756757 | 98 | 0.643229 | 4,142 | package org.prosolo.services.common.data;
/**
* Represents selectable data with arbitrary object that represents data and a flag that indicates
* whether this piece of data (object) is selected (enabled).
*
* @author stefanvuckovic
* @date 2018-11-16
* @since 1.2.0
*/
public class SelectableData<T> {
priva... |
3e09cd0dbdb3fa3d76b5f379c76b8e5548bb2274 | 8,347 | java | Java | actor-apps/app-android/src/main/java/im/actor/messenger/app/Intents.java | liruqi/actor-platform-v0.9 | 29724f0028f84b642e935b6381d5effe556b4a24 | [
"MIT"
] | 1 | 2015-10-10T22:49:13.000Z | 2015-10-10T22:49:13.000Z | actor-apps/app-android/src/main/java/im/actor/messenger/app/Intents.java | liruqi/actor-platform-v0.9 | 29724f0028f84b642e935b6381d5effe556b4a24 | [
"MIT"
] | null | null | null | actor-apps/app-android/src/main/java/im/actor/messenger/app/Intents.java | liruqi/actor-platform-v0.9 | 29724f0028f84b642e935b6381d5effe556b4a24 | [
"MIT"
] | null | null | null | 37.097778 | 113 | 0.693662 | 4,143 | package im.actor.messenger.app;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Environment;
import android.util.Log;
import android.view.View;
import android.webkit.MimeTypeMap;
import java.io.File;
... |
3e09cd6fc2522c417772ceb13a080aac00633cb0 | 834 | java | Java | src/main/java/burlap/visualizer/StatePainter.java | dohona/burlap | cc3b09de81f33e6bed8154144a3183dee8595e32 | [
"Apache-2.0"
] | 293 | 2015-01-25T21:33:30.000Z | 2022-01-23T13:26:30.000Z | src/main/java/burlap/visualizer/StatePainter.java | dohona/burlap | cc3b09de81f33e6bed8154144a3183dee8595e32 | [
"Apache-2.0"
] | 31 | 2015-04-27T19:40:39.000Z | 2021-11-21T19:48:47.000Z | src/main/java/burlap/visualizer/StatePainter.java | dohona/burlap | cc3b09de81f33e6bed8154144a3183dee8595e32 | [
"Apache-2.0"
] | 201 | 2015-01-15T15:36:55.000Z | 2021-11-20T21:57:07.000Z | 27.8 | 85 | 0.742206 | 4,144 | package burlap.visualizer;
import burlap.mdp.core.state.State;
import java.awt.*;
/**
* This class paints general properties of a state/domain that may not be represented
* by any specific object instance data. For instance, the GridWorld class
* may have walls that need to be painted, but the walls are part of... |
3e09cd9d6fdab6d6b5abf73656abb3cd42d12306 | 1,558 | java | Java | app/src/main/java/com/touchlogger/capture/CapturePreparation.java | bbragap/Android-TouchLoggerModified | 40701ef18eb0d35bba8c94963e3b70cecf2dae3e | [
"MIT"
] | 12 | 2017-09-26T23:39:52.000Z | 2022-03-26T21:30:22.000Z | app/src/main/java/com/touchlogger/capture/CapturePreparation.java | bbragap/Android-TouchLoggerModified | 40701ef18eb0d35bba8c94963e3b70cecf2dae3e | [
"MIT"
] | null | null | null | app/src/main/java/com/touchlogger/capture/CapturePreparation.java | bbragap/Android-TouchLoggerModified | 40701ef18eb0d35bba8c94963e3b70cecf2dae3e | [
"MIT"
] | 3 | 2018-05-03T20:38:41.000Z | 2019-07-17T19:47:39.000Z | 31.16 | 101 | 0.633504 | 4,145 | package com.touchlogger.capture;
import android.util.Log;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
/**
* Created by Owner on 03.06.2016.
*/
public class CapturePreparation {
private static final String LOGTAG = "CapturePreparation";
priv... |
3e09cda88644347a2868636183a152de60129a0a | 11,534 | java | Java | acuity-etl/src/main/java/com/acuity/visualisations/model/output/entities/AdverseEvent.java | digital-ECMT/acuity-admin | 79d0ac4c5f76594c2c96349da319a523263c6fa4 | [
"Apache-2.0"
] | null | null | null | acuity-etl/src/main/java/com/acuity/visualisations/model/output/entities/AdverseEvent.java | digital-ECMT/acuity-admin | 79d0ac4c5f76594c2c96349da319a523263c6fa4 | [
"Apache-2.0"
] | null | null | null | acuity-etl/src/main/java/com/acuity/visualisations/model/output/entities/AdverseEvent.java | digital-ECMT/acuity-admin | 79d0ac4c5f76594c2c96349da319a523263c6fa4 | [
"Apache-2.0"
] | 1 | 2022-01-26T14:52:56.000Z | 2022-01-26T14:52:56.000Z | 27.527446 | 122 | 0.686492 | 4,146 | /*
* Copyright 2021 The University of Manchester
*
* 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 ... |
3e09ce3060298db4969736eb37b2a8708c1a55f6 | 1,440 | java | Java | app/src/main/java/com/example/cybersafetyapp/UtilityPackage/ErrorMessageVariables.java | RahatIbnRafiq/CyberbullyingAndroidAppOngoing | e67999f15bce15c22c349313d09e3fd40ee03a4f | [
"FSFAP"
] | null | null | null | app/src/main/java/com/example/cybersafetyapp/UtilityPackage/ErrorMessageVariables.java | RahatIbnRafiq/CyberbullyingAndroidAppOngoing | e67999f15bce15c22c349313d09e3fd40ee03a4f | [
"FSFAP"
] | null | null | null | app/src/main/java/com/example/cybersafetyapp/UtilityPackage/ErrorMessageVariables.java | RahatIbnRafiq/CyberbullyingAndroidAppOngoing | e67999f15bce15c22c349313d09e3fd40ee03a4f | [
"FSFAP"
] | null | null | null | 49.655172 | 144 | 0.769444 | 4,147 | package com.example.cybersafetyapp.UtilityPackage;
/**
* Created by RahatIbnRafiq on 11/16/2016.
*/
public class ErrorMessageVariables {
public static final String NOT_VALID_PHONE_NUMBER = "Sorry. This is not a valid phone number.";
public static final String NOT_VALID_EMAIL = "Sorry. This is not a valid em... |
3e09ce8019bea69b96d95e81174cd122d5c4ca79 | 1,034 | java | Java | src/main/java/com/codeborne/selenide/logevents/ErrorsCollector.java | anilreddy/selenide | 3f48053e3c42cc22257a0d267a32c0786d72d3a0 | [
"MIT"
] | null | null | null | src/main/java/com/codeborne/selenide/logevents/ErrorsCollector.java | anilreddy/selenide | 3f48053e3c42cc22257a0d267a32c0786d72d3a0 | [
"MIT"
] | null | null | null | src/main/java/com/codeborne/selenide/logevents/ErrorsCollector.java | anilreddy/selenide | 3f48053e3c42cc22257a0d267a32c0786d72d3a0 | [
"MIT"
] | null | null | null | 25.85 | 73 | 0.637331 | 4,148 | package com.codeborne.selenide.logevents;
import java.util.ArrayList;
import java.util.List;
import static com.codeborne.selenide.logevents.LogEvent.EventStatus.FAIL;
public class ErrorsCollector implements LogEventListener {
private final List<Throwable> errors = new ArrayList<>();
@Override
public void onEv... |
3e09cf685730c3d98d73b9f59f1455f0051b6675 | 3,220 | java | Java | src/main/java/com/jaskulski/app/UI/CalculatedSquaresUI/SingleCalculatedSquare.java | Jaskulski94/Leveler | 3ac8856f1fe91b4c5a5a5722b16993cd5196eb95 | [
"MIT"
] | null | null | null | src/main/java/com/jaskulski/app/UI/CalculatedSquaresUI/SingleCalculatedSquare.java | Jaskulski94/Leveler | 3ac8856f1fe91b4c5a5a5722b16993cd5196eb95 | [
"MIT"
] | null | null | null | src/main/java/com/jaskulski/app/UI/CalculatedSquaresUI/SingleCalculatedSquare.java | Jaskulski94/Leveler | 3ac8856f1fe91b4c5a5a5722b16993cd5196eb95 | [
"MIT"
] | null | null | null | 25.354331 | 64 | 0.599379 | 4,149 | package com.jaskulski.app.UI.CalculatedSquaresUI;
import com.jaskulski.app.UI.UIParameters;
import javax.swing.*;
import javax.swing.border.LineBorder;
import java.awt.*;
import static org.apache.commons.lang3.StringUtils.rightPad;
public class SingleCalculatedSquare extends JPanel {
private JLabel lblIndex;
... |
3e09d081c80f7f27b26680e34037d7e10177439b | 9,028 | java | Java | src/main/java/io/vertx/core/http/RequestOptions.java | broadmind-admin/vert.x | d1b48e6557038553bfe31b1d7ad0f62b5796e696 | [
"Apache-2.0"
] | 1 | 2021-05-10T11:39:14.000Z | 2021-05-10T11:39:14.000Z | src/main/java/io/vertx/core/http/RequestOptions.java | broadmind-admin/vert.x | d1b48e6557038553bfe31b1d7ad0f62b5796e696 | [
"Apache-2.0"
] | 1 | 2021-12-14T21:45:10.000Z | 2021-12-14T21:45:10.000Z | src/main/java/io/vertx/core/http/RequestOptions.java | broadmind-admin/vert.x | d1b48e6557038553bfe31b1d7ad0f62b5796e696 | [
"Apache-2.0"
] | null | null | null | 24.745205 | 112 | 0.654119 | 4,150 | /*
* Copyright (c) 2011-2019 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
* which is available at https:... |
3e09d0a05a1b54527cd1501c4f5be474e41f489b | 91 | java | Java | java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/joinDeclaration/afterParenthesis.java | protector1990/intellij-community | b30024b236e84c803ee0b2df7c39eb18dbcaf827 | [
"Apache-2.0"
] | 2 | 2018-12-29T09:53:39.000Z | 2018-12-29T09:53:42.000Z | java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/joinDeclaration/afterParenthesis.java | protector1990/intellij-community | b30024b236e84c803ee0b2df7c39eb18dbcaf827 | [
"Apache-2.0"
] | null | null | null | java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/joinDeclaration/afterParenthesis.java | protector1990/intellij-community | b30024b236e84c803ee0b2df7c39eb18dbcaf827 | [
"Apache-2.0"
] | 1 | 2018-10-03T12:35:06.000Z | 2018-10-03T12:35:06.000Z | 15.166667 | 43 | 0.527473 | 4,151 | // "Join declaration and assignment" "true"
class Test {
{
int i = 4 * (2 + 3);
}
} |
3e09d0e7ade724f1e2c90919318f8a47f90d5953 | 3,046 | java | Java | jdk11/openj9.dtfj/com/ibm/j9ddr/vm29/structure/BuildResult.java | 1446554749/jdk_11_src_read | b9c070d7232ee3cf5f2f6270e748ada74cbabb3f | [
"Apache-2.0"
] | null | null | null | jdk11/openj9.dtfj/com/ibm/j9ddr/vm29/structure/BuildResult.java | 1446554749/jdk_11_src_read | b9c070d7232ee3cf5f2f6270e748ada74cbabb3f | [
"Apache-2.0"
] | null | null | null | jdk11/openj9.dtfj/com/ibm/j9ddr/vm29/structure/BuildResult.java | 1446554749/jdk_11_src_read | b9c070d7232ee3cf5f2f6270e748ada74cbabb3f | [
"Apache-2.0"
] | null | null | null | 34.613636 | 135 | 0.722259 | 4,152 | /*******************************************************************************
* Copyright (c) 1991, 2021 IBM Corp. and others
*
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
* distribution and is available at https://w... |
3e09d15ae234cf19bf79ac7f23b130896b0df988 | 8,092 | java | Java | runtime/Java/src/org/antlr/v4/runtime/Recognizer.java | xsIceman/antlr4 | 527118197f89b5fbd1fb938c6445ccd5063eee48 | [
"BSD-3-Clause"
] | 11,811 | 2015-01-01T02:40:39.000Z | 2022-03-31T16:11:19.000Z | runtime/Java/src/org/antlr/v4/runtime/Recognizer.java | xsIceman/antlr4 | 527118197f89b5fbd1fb938c6445ccd5063eee48 | [
"BSD-3-Clause"
] | 2,364 | 2015-01-01T00:29:19.000Z | 2022-03-31T21:26:34.000Z | runtime/Java/src/org/antlr/v4/runtime/Recognizer.java | xsIceman/antlr4 | 527118197f89b5fbd1fb938c6445ccd5063eee48 | [
"BSD-3-Clause"
] | 3,240 | 2015-01-05T02:34:15.000Z | 2022-03-30T18:26:29.000Z | 29.212996 | 108 | 0.712803 | 4,153 | /*
* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.
* Use of this file is governed by the BSD 3-clause license that
* can be found in the LICENSE.txt file in the project root.
*/
package org.antlr.v4.runtime;
import org.antlr.v4.runtime.atn.ATN;
import org.antlr.v4.runtime.atn.ATNSimulator;
impor... |
3e09d160903f3d87840b2dfc6d9e291223b3567d | 2,519 | java | Java | src/main/java/techreborn/api/recipe/ScrapboxRecipeCrafter.java | trobol/TechReborn | 0f94cbd2857a76d94e96fcc1f301ffdda96a1142 | [
"MIT"
] | 318 | 2015-04-10T08:40:29.000Z | 2022-03-19T21:31:03.000Z | src/main/java/techreborn/api/recipe/ScrapboxRecipeCrafter.java | trobol/TechReborn | 0f94cbd2857a76d94e96fcc1f301ffdda96a1142 | [
"MIT"
] | 2,574 | 2015-04-11T23:01:42.000Z | 2022-03-31T18:46:14.000Z | src/main/java/techreborn/api/recipe/ScrapboxRecipeCrafter.java | trobol/TechReborn | 0f94cbd2857a76d94e96fcc1f301ffdda96a1142 | [
"MIT"
] | 332 | 2015-05-19T20:39:56.000Z | 2022-03-27T09:17:10.000Z | 38.753846 | 118 | 0.759428 | 4,154 | /*
* This file is part of TechReborn, licensed under the MIT License (MIT).
*
* Copyright (c) 2020 TechReborn
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, inc... |
3e09d1dc7b2e5120def883429e54f16833dacda8 | 144 | java | Java | Java/java-snippet/src/main/java/com/sununiq/snippet/jianzhioffer/Question8.java | Sitrone/coding-notes | 121f32be35281b857e8a9082644013d0d19d74d9 | [
"MIT"
] | null | null | null | Java/java-snippet/src/main/java/com/sununiq/snippet/jianzhioffer/Question8.java | Sitrone/coding-notes | 121f32be35281b857e8a9082644013d0d19d74d9 | [
"MIT"
] | 1 | 2021-12-14T21:15:32.000Z | 2021-12-14T21:15:32.000Z | Java/java-snippet/src/main/java/com/sununiq/snippet/jianzhioffer/Question8.java | Sitrone/coding-notes | 121f32be35281b857e8a9082644013d0d19d74d9 | [
"MIT"
] | null | null | null | 13.090909 | 42 | 0.6875 | 4,155 | package com.sununiq.snippet.jianzhioffer;
/**
* 旋转数组最小的数字 TODO
*/
public class Question8 {
public static void main(String[] args) {
}
}
|
3e09d2217f15c82404db1042b9f23787566f5e8b | 2,712 | java | Java | src/test/java/com/epam/digital/data/platform/starter/actuator/readinessprobe/UrlAvailabilityCheckerTest.java | epam/edp-ddm-starter-actuator | 41a476b3e311f54332980d440046555e4b6e0a2e | [
"Apache-2.0"
] | null | null | null | src/test/java/com/epam/digital/data/platform/starter/actuator/readinessprobe/UrlAvailabilityCheckerTest.java | epam/edp-ddm-starter-actuator | 41a476b3e311f54332980d440046555e4b6e0a2e | [
"Apache-2.0"
] | null | null | null | src/test/java/com/epam/digital/data/platform/starter/actuator/readinessprobe/UrlAvailabilityCheckerTest.java | epam/edp-ddm-starter-actuator | 41a476b3e311f54332980d440046555e4b6e0a2e | [
"Apache-2.0"
] | null | null | null | 32.674699 | 75 | 0.763274 | 4,156 | /*
* Copyright 2021 EPAM Systems.
*
* 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 t... |
3e09d3743cabe074e1e67f6bd59c4b73dbed7856 | 2,451 | java | Java | ksql-parser/src/main/java/io/confluent/ksql/parser/tree/CreateStream.java | bbejeck/ksql | 011e7e66bdc4dbfff1d185636781050d654c7188 | [
"Apache-2.0"
] | 1 | 2019-05-03T19:31:00.000Z | 2019-05-03T19:31:00.000Z | ksql-parser/src/main/java/io/confluent/ksql/parser/tree/CreateStream.java | bbejeck/ksql | 011e7e66bdc4dbfff1d185636781050d654c7188 | [
"Apache-2.0"
] | null | null | null | ksql-parser/src/main/java/io/confluent/ksql/parser/tree/CreateStream.java | bbejeck/ksql | 011e7e66bdc4dbfff1d185636781050d654c7188 | [
"Apache-2.0"
] | null | null | null | 28.172414 | 82 | 0.699306 | 4,157 | /*
* Copyright 2018 Confluent Inc.
*
* Licensed under the Confluent Community License (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.confluent.io/confluent-community-license
*
* Unless required by applicable law or a... |
3e09d3c5e5513474a1322b91c03bc75daa929cc8 | 1,815 | java | Java | core/src/test/java/com/google/errorprone/bugpatterns/DepAnnTest.java | gaul/error-prone | 03495e209823c554a2733d5a37764ab310cb3ddb | [
"Apache-2.0"
] | 1 | 2016-11-23T10:18:47.000Z | 2016-11-23T10:18:47.000Z | core/src/test/java/com/google/errorprone/bugpatterns/DepAnnTest.java | andrewgaul/error-prone | 03495e209823c554a2733d5a37764ab310cb3ddb | [
"Apache-2.0"
] | null | null | null | core/src/test/java/com/google/errorprone/bugpatterns/DepAnnTest.java | andrewgaul/error-prone | 03495e209823c554a2733d5a37764ab310cb3ddb | [
"Apache-2.0"
] | null | null | null | 29.274194 | 84 | 0.748209 | 4,158 | /*
* Copyright 2013 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
3e09d3d298efe8cf6de88a76dd9da66518894a3d | 2,543 | java | Java | richedit/classes/src/com/ibm/richtext/textapps/MTextToString.java | srl295/icu | 7c7f805b917476f269babc853fb1eb3e0a17a88b | [
"ICU",
"Unlicense"
] | 1 | 2018-07-24T21:03:12.000Z | 2018-07-24T21:03:12.000Z | richedit/classes/src/com/ibm/richtext/textapps/MTextToString.java | srl295/icu | 7c7f805b917476f269babc853fb1eb3e0a17a88b | [
"ICU",
"Unlicense"
] | null | null | null | richedit/classes/src/com/ibm/richtext/textapps/MTextToString.java | srl295/icu | 7c7f805b917476f269babc853fb1eb3e0a17a88b | [
"ICU",
"Unlicense"
] | 1 | 2018-07-13T15:52:46.000Z | 2018-07-13T15:52:46.000Z | 31.012195 | 77 | 0.621313 | 4,159 | /*
* (C) Copyright IBM Corp. 1998-2004. All Rights Reserved.
*
* The program is provided "as is" without any warranty express or
* implied, including the warranty of non-infringement and the implied
* warranties of merchantibility and fitness for a particular purpose.
* IBM will not be liable for any damages suf... |
3e09d4bbe49dc109a86822a888b7a31c75111327 | 504 | java | Java | sandbox/src/test/java/test_exercise4/PrimeTests.java | vori1987/java_pft2 | 70d8b4b33e66260acc4a5e08bd284062b7dda3a8 | [
"Apache-2.0"
] | null | null | null | sandbox/src/test/java/test_exercise4/PrimeTests.java | vori1987/java_pft2 | 70d8b4b33e66260acc4a5e08bd284062b7dda3a8 | [
"Apache-2.0"
] | null | null | null | sandbox/src/test/java/test_exercise4/PrimeTests.java | vori1987/java_pft2 | 70d8b4b33e66260acc4a5e08bd284062b7dda3a8 | [
"Apache-2.0"
] | null | null | null | 18.666667 | 64 | 0.69246 | 4,160 | package test_exercise4;
import exercise4.Primes;
import org.testng.Assert;
import org.testng.annotations.Test;
public class PrimeTests {
@Test
public void testPrime() {
Assert.assertTrue(Primes.isPrimeFast(Integer.MAX_VALUE));
}
/*
@Test
public void testNonPrime() {
Assert.assertFalse(Primes.... |
3e09d4e2ca63231091417fad5b55f651526afbdf | 1,742 | java | Java | src/main/java/org/spongepowered/common/interfaces/world/IMixinDimensionType.java | Limeth/SpongeCommon | a73c930b1692340cc61c1742a957dd00c1191533 | [
"MIT"
] | null | null | null | src/main/java/org/spongepowered/common/interfaces/world/IMixinDimensionType.java | Limeth/SpongeCommon | a73c930b1692340cc61c1742a957dd00c1191533 | [
"MIT"
] | null | null | null | src/main/java/org/spongepowered/common/interfaces/world/IMixinDimensionType.java | Limeth/SpongeCommon | a73c930b1692340cc61c1742a957dd00c1191533 | [
"MIT"
] | null | null | null | 37.06383 | 80 | 0.764638 | 4,161 | /*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... |
3e09d54dbc2b34781a8cde3a55a462cdbb6d5590 | 16,604 | java | Java | output/089e9594bb39456eadbfe1f30469afa8.java | comprakt/comprakt-fuzz-tests | c0082d105d7c54ad31ab4ea461c3b8319358eaaa | [
"Apache-2.0",
"MIT"
] | null | null | null | output/089e9594bb39456eadbfe1f30469afa8.java | comprakt/comprakt-fuzz-tests | c0082d105d7c54ad31ab4ea461c3b8319358eaaa | [
"Apache-2.0",
"MIT"
] | null | null | null | output/089e9594bb39456eadbfe1f30469afa8.java | comprakt/comprakt-fuzz-tests | c0082d105d7c54ad31ab4ea461c3b8319358eaaa | [
"Apache-2.0",
"MIT"
] | null | null | null | 38.258065 | 383 | 0.485726 | 4,162 | class d8mNLjdHbmgm {
public int[] w () {
( !null[ !682019202[ ( ( !mmTR3FcFT1h.ir64k9ujp3FIBy())[ -new boolean[ this[ !!RT8F4CUoEI.J0BUAqqO6nhVad]].bSpGDRlZ]).zBcsNC4H3XxFSn()]]).S0u;
-8.w6Q();
return;
AIAj0h8tBK AGLdnCW = new iFup().ggOP = true[ !-!---!--this.HhEMJW];
!!t... |
3e09d7b40e6b446687c66be2da3dc9d7f878bba0 | 1,932 | java | Java | app/src/main/java/ws/mochaa/biometricpay/view/MessageView.java | traidento/FingerprintPay | d17f6e7960989680930361ccc8763ff78a2d5915 | [
"BSD-2-Clause"
] | null | null | null | app/src/main/java/ws/mochaa/biometricpay/view/MessageView.java | traidento/FingerprintPay | d17f6e7960989680930361ccc8763ff78a2d5915 | [
"BSD-2-Clause"
] | 1 | 2022-01-08T07:36:44.000Z | 2022-01-08T07:36:44.000Z | app/src/main/java/ws/mochaa/biometricpay/view/MessageView.java | traidento/BiometricPay | d17f6e7960989680930361ccc8763ff78a2d5915 | [
"BSD-2-Clause"
] | null | null | null | 26.833333 | 98 | 0.687888 | 4,163 | package ws.mochaa.biometricpay.view;
import android.content.Context;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AlertDialog;
import ws.mochaa.biometricpay.Lang;... |
3e09d7e710fbe9b10e850e71ff9d134c8bd531bc | 630 | java | Java | src/main/java/com/aryaman/load/CheckDate.java | Aryaman91999/Load-Inventory-Manager | e412faede98eb839e0a9963fbd46aa3d468615a2 | [
"MIT"
] | null | null | null | src/main/java/com/aryaman/load/CheckDate.java | Aryaman91999/Load-Inventory-Manager | e412faede98eb839e0a9963fbd46aa3d468615a2 | [
"MIT"
] | null | null | null | src/main/java/com/aryaman/load/CheckDate.java | Aryaman91999/Load-Inventory-Manager | e412faede98eb839e0a9963fbd46aa3d468615a2 | [
"MIT"
] | null | null | null | 39.375 | 380 | 0.45873 | 4,164 | package com.aryaman.load;
import java.util.regex.Pattern;
public class CheckDate {
private final Pattern pattern;
public CheckDate() {
pattern = Pattern.compile("^(?:(?:31(x\\/|-|\\.)(?:0?[13578]|1[02]))\\1|(?:(?:29|30)(\\/|-|\\.)(?:0?[13-9]|1[0-2])\\2))(?:(?:1[6-9]|[2-9]\\d)?\\d{2})$|^(?:29(\\/|-|\\... |
3e09d825d15df19307d50ce3b54258073d78c0af | 5,983 | java | Java | src/main/java/com/xero/models/payroll/PayTemplate.java | FullStopAccounts/Xero-Java | 5add1395a83f9cbe45638555a25cb43f19906f01 | [
"MIT"
] | null | null | null | src/main/java/com/xero/models/payroll/PayTemplate.java | FullStopAccounts/Xero-Java | 5add1395a83f9cbe45638555a25cb43f19906f01 | [
"MIT"
] | null | null | null | src/main/java/com/xero/models/payroll/PayTemplate.java | FullStopAccounts/Xero-Java | 5add1395a83f9cbe45638555a25cb43f19906f01 | [
"MIT"
] | null | null | null | 30.065327 | 134 | 0.73408 | 4,165 | /*
* Payroll API
*/
package com.xero.models.payroll;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.xero.models.accounting.ValidationError;
import io.swagger.annotations.ApiModelProperty;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
/**
* Pa... |
3e09d82a938a4ae65fcaeda120fef0d028691b89 | 209 | java | Java | corpus/class/eclipse.jdt.ui/9301.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 15 | 2018-07-10T09:38:31.000Z | 2021-11-29T08:28:07.000Z | corpus/class/eclipse.jdt.ui/9301.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 3 | 2018-11-16T02:58:59.000Z | 2021-01-20T16:03:51.000Z | corpus/class/eclipse.jdt.ui/9301.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 6 | 2018-06-27T20:19:00.000Z | 2022-02-19T02:29:53.000Z | 11.611111 | 42 | 0.526316 | 4,166 | package p;
class A {
B fB;
public void doit(String doitArg) {
subroutine(1.2f);
}
public void subroutine(float subArg) {
subsub();
}
public void subsub() {
}
}
|
3e09d86a213a7d6defdff7aad49defbc03c7c71e | 2,560 | java | Java | src/main/java/fr/laposte/sv/project/back/controller/CorrespondantController.java | robthebear/sv.project.back | 7fcb8f83e17b5e08bc6f71cb8a298c7d7790559f | [
"MIT"
] | null | null | null | src/main/java/fr/laposte/sv/project/back/controller/CorrespondantController.java | robthebear/sv.project.back | 7fcb8f83e17b5e08bc6f71cb8a298c7d7790559f | [
"MIT"
] | 1 | 2020-03-31T10:16:56.000Z | 2020-03-31T10:16:56.000Z | src/main/java/fr/laposte/sv/project/back/controller/CorrespondantController.java | robthebear/sv.project.back | 7fcb8f83e17b5e08bc6f71cb8a298c7d7790559f | [
"MIT"
] | null | null | null | 34.594595 | 136 | 0.733594 | 4,167 | package fr.laposte.sv.project.back.controller;
import fr.laposte.sv.project.back.model.Correspondant;
import fr.laposte.sv.project.back.repository.CorrespondantRepository;
import fr.laposte.sv.project.back.service.CorrespondantService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfra... |
3e09d8812bf9aef7fe6f02c2fded2d088bd3784e | 960 | java | Java | app/src/main/java/com/example/hahaha/musicplayer/feature/common/CollectViewHolder.java | nh632343/MusicPlayer | 7ff7cf3b874a892fea1b7af26fb2342669bbf037 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/hahaha/musicplayer/feature/common/CollectViewHolder.java | nh632343/MusicPlayer | 7ff7cf3b874a892fea1b7af26fb2342669bbf037 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/hahaha/musicplayer/feature/common/CollectViewHolder.java | nh632343/MusicPlayer | 7ff7cf3b874a892fea1b7af26fb2342669bbf037 | [
"Apache-2.0"
] | null | null | null | 34.285714 | 88 | 0.792708 | 4,168 | package com.example.hahaha.musicplayer.feature.common;
import android.content.Context;
import android.view.ViewGroup;
import android.widget.TextView;
import butterknife.BindView;
import butterknife.OnClick;
import com.example.hahaha.musicplayer.R;
import com.example.hahaha.musicplayer.app.MusicApp;
import com.example.... |
3e09d8b08e0d0608909a73711d212222d706c233 | 1,031 | java | Java | opensrp-chw-anc/src/main/java/org/smartregister/chw/anc/listener/BaseAncBottomNavigationListener.java | opensrp/opensrp-client-chw-anc | f4726a3109e5b599fd045861b233f12d2f7b75d2 | [
"Apache-2.0"
] | null | null | null | opensrp-chw-anc/src/main/java/org/smartregister/chw/anc/listener/BaseAncBottomNavigationListener.java | opensrp/opensrp-client-chw-anc | f4726a3109e5b599fd045861b233f12d2f7b75d2 | [
"Apache-2.0"
] | 318 | 2019-04-12T06:58:24.000Z | 2020-10-02T08:54:47.000Z | opensrp-chw-anc/src/main/java/org/smartregister/chw/anc/listener/BaseAncBottomNavigationListener.java | opensrp/opensrp-client-chw-anc | f4726a3109e5b599fd045861b233f12d2f7b75d2 | [
"Apache-2.0"
] | 2 | 2019-05-20T09:49:04.000Z | 2019-10-12T07:54:20.000Z | 31.242424 | 83 | 0.739088 | 4,169 | package org.smartregister.chw.anc.listener;
import android.app.Activity;
import androidx.annotation.NonNull;
import android.view.MenuItem;
import org.smartregister.chw.opensrp_chw_anc.R;
import org.smartregister.listener.BottomNavigationListener;
import org.smartregister.view.activity.BaseRegisterActivity;
public cl... |
3e09d8d2c58a9cee2003a19e921d949506d5d8eb | 1,683 | java | Java | lichkin-framework-utils/src/main/java/com/lichkin/framework/utils/LKRandomUtils.java | LichKinContributor/lichkin-framework | 855d919e0a8bbdc08e0e2d7e4482dd1af288eb9c | [
"MIT"
] | null | null | null | lichkin-framework-utils/src/main/java/com/lichkin/framework/utils/LKRandomUtils.java | LichKinContributor/lichkin-framework | 855d919e0a8bbdc08e0e2d7e4482dd1af288eb9c | [
"MIT"
] | null | null | null | lichkin-framework-utils/src/main/java/com/lichkin/framework/utils/LKRandomUtils.java | LichKinContributor/lichkin-framework | 855d919e0a8bbdc08e0e2d7e4482dd1af288eb9c | [
"MIT"
] | null | null | null | 22.144737 | 116 | 0.713607 | 4,170 | package com.lichkin.framework.utils;
import java.util.Random;
import com.lichkin.framework.defines.enums.LKPairEnum;
import com.lichkin.framework.defines.enums.impl.LKDateTimeTypeEnum;
import com.lichkin.framework.defines.enums.impl.LKRangeTypeEnum;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
/**
*... |
3e09db27f58f48ca0b68872eb830c00c9fb960ae | 14,516 | java | Java | igloo/igloo-components/igloo-component-jpa/src/main/java/org/iglooproject/jpa/batch/executor/SimpleHibernateBatchExecutor.java | igloo-project/igloo-parent | bd4ef874aad99e96b9b1bc3ebf9f74db5f41f999 | [
"Apache-2.0"
] | 17 | 2017-10-19T07:03:44.000Z | 2022-01-17T20:44:22.000Z | igloo/igloo-components/igloo-component-jpa/src/main/java/org/iglooproject/jpa/batch/executor/SimpleHibernateBatchExecutor.java | igloo-project/igloo-parent | bd4ef874aad99e96b9b1bc3ebf9f74db5f41f999 | [
"Apache-2.0"
] | 38 | 2018-01-22T15:57:35.000Z | 2022-01-14T16:28:45.000Z | igloo/igloo-components/igloo-component-jpa/src/main/java/org/iglooproject/jpa/batch/executor/SimpleHibernateBatchExecutor.java | igloo-project/igloo-parent | bd4ef874aad99e96b9b1bc3ebf9f74db5f41f999 | [
"Apache-2.0"
] | 6 | 2017-10-19T07:03:50.000Z | 2020-08-06T16:12:35.000Z | 35.404878 | 130 | 0.742422 | 4,171 | package org.iglooproject.jpa.batch.executor;
import java.util.Collection;
import java.util.List;
import java.util.concurrent.ExecutionException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.config.Confi... |
3e09db2d4ab6c335ca29d88f41e249ff4c00f598 | 366 | java | Java | gmall-sms/src/main/java/com/atguigu/gmall/sms/dao/SkuLadderDao.java | LOOSERJ/gmall | c70c84f1cfeabd3976e05c7c3ef4e2c2a8246053 | [
"Apache-2.0"
] | null | null | null | gmall-sms/src/main/java/com/atguigu/gmall/sms/dao/SkuLadderDao.java | LOOSERJ/gmall | c70c84f1cfeabd3976e05c7c3ef4e2c2a8246053 | [
"Apache-2.0"
] | 2 | 2021-04-22T17:06:21.000Z | 2021-09-20T20:57:18.000Z | gmall-sms/src/main/java/com/atguigu/gmall/sms/dao/SkuLadderDao.java | LOOSERJ/gmall | c70c84f1cfeabd3976e05c7c3ef4e2c2a8246053 | [
"Apache-2.0"
] | null | null | null | 20.277778 | 67 | 0.758904 | 4,172 | package com.atguigu.gmall.sms.dao;
import com.atguigu.gmall.sms.entity.SkuLadderEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 商品阶梯价格
*
* @author dong
* @email anpch@example.com
* @date 2020-03-30 18:58:58
*/
@Mapper
public interface SkuLadder... |
3e09dc1d2f7c77eca1877559b989c7bf42693114 | 290 | java | Java | ezm-server/src/main/java/com/fangjc1986/ezmpro/sys/mapper/UploadMapper.java | fangjc1986/easy-management | a08e746633a50f5229aacb492a6f7c7868c2c855 | [
"MIT"
] | 23 | 2020-05-07T01:17:26.000Z | 2022-02-08T10:09:36.000Z | ezm-server/src/main/java/com/fangjc1986/ezmpro/sys/mapper/UploadMapper.java | fangjc1986/easy-management | a08e746633a50f5229aacb492a6f7c7868c2c855 | [
"MIT"
] | 5 | 2020-12-04T20:29:12.000Z | 2022-02-27T04:14:48.000Z | ezm-server/src/main/java/com/fangjc1986/ezmpro/sys/mapper/UploadMapper.java | fangjc1986/easy-management | a08e746633a50f5229aacb492a6f7c7868c2c855 | [
"MIT"
] | 7 | 2020-05-06T14:31:46.000Z | 2020-09-04T03:07:39.000Z | 17.058824 | 58 | 0.72069 | 4,173 | package com.fangjc1986.ezmpro.sys.mapper;
import com.fangjc1986.ezmpro.sys.model.Upload;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author EricFang
* @since 2020-04-02
*/
public interface UploadMapper extends BaseMapper<Upload> {
}
|
3e09dd1e00b33e0c4e07e5b215d9e7d0eb089435 | 35,070 | java | Java | client/src/main/java/com/bcs/bm/catalog_of_instruments_rudata/client/grpc/InfoFintoolReferenceDataResponse.java | ZacParize/x5 | 602a207e8a3f1b0c472b2977aa4f8bc64038e110 | [
"MIT"
] | null | null | null | client/src/main/java/com/bcs/bm/catalog_of_instruments_rudata/client/grpc/InfoFintoolReferenceDataResponse.java | ZacParize/x5 | 602a207e8a3f1b0c472b2977aa4f8bc64038e110 | [
"MIT"
] | null | null | null | client/src/main/java/com/bcs/bm/catalog_of_instruments_rudata/client/grpc/InfoFintoolReferenceDataResponse.java | ZacParize/x5 | 602a207e8a3f1b0c472b2977aa4f8bc64038e110 | [
"MIT"
] | null | null | null | 39.272116 | 279 | 0.70864 | 4,174 | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GrpcService.proto
package com.bcs.bm.catalog_of_instruments_rudata.client.grpc;
/**
* Protobuf type {@code InfoFintoolReferenceDataResponse}
*/
public final class InfoFintoolReferenceDataResponse extends
com.google.protobuf.GeneratedMessage... |
3e09dd3450ef9b227cbb488dd9c40323f1379830 | 3,521 | java | Java | bytx_web/src/main/java/com/bytx/admin/controller/NewsController.java | Baymax6/bytx_admin | 42485e1f9e78f5519d2a016d60f14297fe41125b | [
"Apache-2.0"
] | null | null | null | bytx_web/src/main/java/com/bytx/admin/controller/NewsController.java | Baymax6/bytx_admin | 42485e1f9e78f5519d2a016d60f14297fe41125b | [
"Apache-2.0"
] | null | null | null | bytx_web/src/main/java/com/bytx/admin/controller/NewsController.java | Baymax6/bytx_admin | 42485e1f9e78f5519d2a016d60f14297fe41125b | [
"Apache-2.0"
] | null | null | null | 32.302752 | 107 | 0.684465 | 4,175 | package com.bytx.admin.controller;
import com.bytx.admin.entity.NewsCenter;
import com.bytx.admin.service.NewsCenterPersistenceService;
import com.bytx.admin.util.SFTPUtil;
import org.apache.commons.io.FileUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Contr... |
3e09dd5d12d64c426c64fe47973a24f90feec082 | 717 | java | Java | src/Tarea2/Cuadrado.java | martinezmizael/EjerciciosPOO | dc6cfefd5a5b74f1103e493b5b5210f77839d9b9 | [
"MIT"
] | null | null | null | src/Tarea2/Cuadrado.java | martinezmizael/EjerciciosPOO | dc6cfefd5a5b74f1103e493b5b5210f77839d9b9 | [
"MIT"
] | 3 | 2022-01-11T02:38:26.000Z | 2022-01-11T03:25:05.000Z | src/Tarea2/Cuadrado.java | martinezmizael/EjerciciosPOO | dc6cfefd5a5b74f1103e493b5b5210f77839d9b9 | [
"MIT"
] | null | null | null | 17.071429 | 50 | 0.564854 | 4,176 | package Tarea2;
public class Cuadrado implements FiguraGeometrica{
private int lado;
private String color;
public Cuadrado(int lado)
{
this.lado=lado;
}
@Override
public float perimetro()
{
return 4*this.lado;
}
@Override
public float area()
{
... |
3e09dd6ed867d4ca8edfc902be4d55236f4c98e0 | 96 | java | Java | src/telerik/enumerators/GameStateButtons.java | smt-test/NinjaDefense | bdf85ad1a27d1bebd78b0f00e82a32a451098b90 | [
"MIT"
] | null | null | null | src/telerik/enumerators/GameStateButtons.java | smt-test/NinjaDefense | bdf85ad1a27d1bebd78b0f00e82a32a451098b90 | [
"MIT"
] | null | null | null | src/telerik/enumerators/GameStateButtons.java | smt-test/NinjaDefense | bdf85ad1a27d1bebd78b0f00e82a32a451098b90 | [
"MIT"
] | 1 | 2019-04-24T07:36:25.000Z | 2019-04-24T07:36:25.000Z | 16 | 32 | 0.75 | 4,177 | package telerik.enumerators;
public enum GameStateButtons {
PLAY, PAUSE, NEW_GAME, EXIT;
}
|
3e09dd81af956132bba928b2514296394e176794 | 2,758 | java | Java | mall-order/src/main/java/com/ylkget/gmall/order/entity/OrderEntity.java | ylksty/gulimall | f03ad44cf77340ef2c004fd4fd377f9584d6c256 | [
"MIT"
] | null | null | null | mall-order/src/main/java/com/ylkget/gmall/order/entity/OrderEntity.java | ylksty/gulimall | f03ad44cf77340ef2c004fd4fd377f9584d6c256 | [
"MIT"
] | null | null | null | mall-order/src/main/java/com/ylkget/gmall/order/entity/OrderEntity.java | ylksty/gulimall | f03ad44cf77340ef2c004fd4fd377f9584d6c256 | [
"MIT"
] | null | null | null | 14.201031 | 53 | 0.626134 | 4,178 | package com.ylkget.gmall.order.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.math.BigDecimal;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 订单
*
* @author yanglk
* @email upchh@example.com
* @date 20... |
3e09de7304e0dd738b1c0cb51e4c396c401175e9 | 1,726 | java | Java | mobi.chouette.exchange.neptune/src/main/java/mobi/chouette/exchange/neptune/model/NeptuneObjectFactory.java | JLLeitschuh/chouette | 1a05aa9467a7108bd22c4235e56052bcd09e7096 | [
"CECILL-B"
] | 30 | 2015-01-21T07:26:30.000Z | 2022-01-26T21:50:01.000Z | mobi.chouette.exchange.neptune/src/main/java/mobi/chouette/exchange/neptune/model/NeptuneObjectFactory.java | JLLeitschuh/chouette | 1a05aa9467a7108bd22c4235e56052bcd09e7096 | [
"CECILL-B"
] | 141 | 2020-10-26T15:32:24.000Z | 2022-03-29T21:52:52.000Z | mobi.chouette.exchange.neptune/src/main/java/mobi/chouette/exchange/neptune/model/NeptuneObjectFactory.java | JLLeitschuh/chouette | 1a05aa9467a7108bd22c4235e56052bcd09e7096 | [
"CECILL-B"
] | 23 | 2015-01-06T12:55:29.000Z | 2020-02-11T03:34:36.000Z | 20.795181 | 67 | 0.701622 | 4,179 | package mobi.chouette.exchange.neptune.model;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import lombok.Getter;
import lombok.Setter;
import mobi.chouette.model.Route;
public class NeptuneObjectFactory {
@Getter
@Setter
private Map<String, AreaCentroid> area... |
3e09de7d19d2b9441805003c6e18c6695ef080c2 | 565 | java | Java | sample/src/main/java/com/github/florent37/carpaccio/sample/MainActivityParallax.java | florent37/Carpaccio | 837fc8a8cfdadf7659b78798d7304aacc9dfe59f | [
"Apache-2.0"
] | 485 | 2015-07-29T13:53:03.000Z | 2021-11-09T10:12:24.000Z | sample/src/main/java/com/github/florent37/carpaccio/sample/MainActivityParallax.java | florent37/BadView | 837fc8a8cfdadf7659b78798d7304aacc9dfe59f | [
"Apache-2.0"
] | 10 | 2015-07-30T13:57:08.000Z | 2017-06-16T23:15:29.000Z | sample/src/main/java/com/github/florent37/carpaccio/sample/MainActivityParallax.java | florent37/BadView | 837fc8a8cfdadf7659b78798d7304aacc9dfe59f | [
"Apache-2.0"
] | 81 | 2015-07-29T15:49:11.000Z | 2020-02-07T14:20:01.000Z | 23.541667 | 65 | 0.79469 | 4,180 | package com.github.florent37.carpaccio.sample;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import com.github.florent37.carpaccio.Carpaccio;
import com.github.florent37.carpaccio.sample.factory.UserFactory;
import java.util.List;
import butterknife.Bind;
import butterknife.ButterKnife;... |
3e09decffa4e8802d72725a00a26bf7f85e11545 | 829 | java | Java | src/main/java/org/italiangrid/storm/webdav/authz/pdp/PathAuthorizationPdp.java | italiangrid/storm-webdav | 99262faa7b166ca8351e4db45b0eb1af5bf7fb11 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/italiangrid/storm/webdav/authz/pdp/PathAuthorizationPdp.java | italiangrid/storm-webdav | 99262faa7b166ca8351e4db45b0eb1af5bf7fb11 | [
"Apache-2.0"
] | 2 | 2015-02-03T15:03:48.000Z | 2020-03-30T16:15:25.000Z | src/main/java/org/italiangrid/storm/webdav/authz/pdp/PathAuthorizationPdp.java | italiangrid/storm-webdav | 99262faa7b166ca8351e4db45b0eb1af5bf7fb11 | [
"Apache-2.0"
] | 1 | 2020-05-07T10:48:36.000Z | 2020-05-07T10:48:36.000Z | 34.541667 | 77 | 0.761158 | 4,181 | /**
* Copyright (c) Istituto Nazionale di Fisica Nucleare, 2014-2021.
*
* 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 re... |
3e09df1cfefbc6ca1e84560cad347462c55ae074 | 3,378 | java | Java | app/src/main/java/de/kai_morich/simple_bluetooth_terminal/MainMenuFragment.java | limyingjie/mimicareApp | 5657c5505eeec4b070b76832c122bbe8b36497ef | [
"MIT"
] | null | null | null | app/src/main/java/de/kai_morich/simple_bluetooth_terminal/MainMenuFragment.java | limyingjie/mimicareApp | 5657c5505eeec4b070b76832c122bbe8b36497ef | [
"MIT"
] | null | null | null | app/src/main/java/de/kai_morich/simple_bluetooth_terminal/MainMenuFragment.java | limyingjie/mimicareApp | 5657c5505eeec4b070b76832c122bbe8b36497ef | [
"MIT"
] | null | null | null | 33.117647 | 112 | 0.656898 | 4,182 | package de.kai_morich.simple_bluetooth_terminal;
import android.animation.ObjectAnimator;
import android.os.Bundle;
import android.os.Handler;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.Layo... |
3e09e08f9d860a3d5ff2f6f214f7eb1a7b95f553 | 338 | java | Java | chapter_001/src/main/java/ru/job4j/Calculate.java | Basil135/vkucyh | bd286cbb465ddf8cded21454a1e7ee27bae0aa01 | [
"Apache-2.0"
] | null | null | null | chapter_001/src/main/java/ru/job4j/Calculate.java | Basil135/vkucyh | bd286cbb465ddf8cded21454a1e7ee27bae0aa01 | [
"Apache-2.0"
] | null | null | null | chapter_001/src/main/java/ru/job4j/Calculate.java | Basil135/vkucyh | bd286cbb465ddf8cded21454a1e7ee27bae0aa01 | [
"Apache-2.0"
] | null | null | null | 14.652174 | 75 | 0.661721 | 4,183 | package ru.job4j;
/**
* Class Calculate is the solution of the problem from package 001 lesson 1.
*
* @author Kucyh Vasily (mailto:nnheo@example.com)
* @since 29.03.2017
*/
public class Calculate {
/**
* Method main.
*
* @param args - args
*/
public static void main(String... args) {
System.out.println("Hell... |
3e09e0a19c44a0a97976ac591d1930905d2ca688 | 982 | java | Java | ambry-clustermap/src/main/java/com/github/ambry/clustermap/HelixClusterSpectatorFactory.java | CoppernicSoftware/ambry | 40387ae668351000db3e9faf211fd6c07dcd966f | [
"Apache-2.0"
] | 1 | 2019-01-11T11:49:58.000Z | 2019-01-11T11:49:58.000Z | ambry-clustermap/src/main/java/com/github/ambry/clustermap/HelixClusterSpectatorFactory.java | CoppernicSoftware/ambry | 40387ae668351000db3e9faf211fd6c07dcd966f | [
"Apache-2.0"
] | null | null | null | ambry-clustermap/src/main/java/com/github/ambry/clustermap/HelixClusterSpectatorFactory.java | CoppernicSoftware/ambry | 40387ae668351000db3e9faf211fd6c07dcd966f | [
"Apache-2.0"
] | null | null | null | 32.733333 | 107 | 0.771894 | 4,184 | /*
* Copyright 2019 LinkedIn Corp. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... |
3e09e1c9516eb5e794f22a783be72345fc68f6db | 4,736 | java | Java | BCH/plugin/crypto_router/fermat-bch-plugin-crypto-router-incoming-crypto-bitdubai/src/main/java/com/bitdubai/fermat_bch_plugin/layer/crypto_router/incoming_crypto/developer/bitdubai/version_1/util/SpecialistSelector.java | guillermo20/fermat | f0a912adb66a439023ec4e70b821ba397e0f7760 | [
"MIT"
] | 3 | 2016-03-23T05:26:51.000Z | 2016-03-24T14:33:05.000Z | BCH/plugin/crypto_router/fermat-bch-plugin-crypto-router-incoming-crypto-bitdubai/src/main/java/com/bitdubai/fermat_bch_plugin/layer/crypto_router/incoming_crypto/developer/bitdubai/version_1/util/SpecialistSelector.java | yalayn/fermat | f0a912adb66a439023ec4e70b821ba397e0f7760 | [
"MIT"
] | 17 | 2015-11-20T20:43:17.000Z | 2016-07-25T20:35:49.000Z | BCH/plugin/crypto_router/fermat-bch-plugin-crypto-router-incoming-crypto-bitdubai/src/main/java/com/bitdubai/fermat_bch_plugin/layer/crypto_router/incoming_crypto/developer/bitdubai/version_1/util/SpecialistSelector.java | yalayn/fermat | f0a912adb66a439023ec4e70b821ba397e0f7760 | [
"MIT"
] | 26 | 2015-11-20T13:20:23.000Z | 2022-03-11T07:50:06.000Z | 57.756098 | 275 | 0.71875 | 4,185 | package com.bitdubai.fermat_bch_plugin.layer.crypto_router.incoming_crypto.developer.bitdubai.version_1.util;
import com.bitdubai.fermat_api.layer.all_definition.money.CryptoAddress;
import com.bitdubai.fermat_api.layer.all_definition.transaction_transference_protocol.Specialist;
import com.bitdubai.fermat_api.layer.a... |
3e09e211a490b4ae4c39e4cb6f084fdc460994fb | 674 | java | Java | Grammar/src/org/fundacionjala/oblivion/apex/grammar/ast/SOQLGroupByExpressionTree.java | fundacionjala/oblivion-netbeans-plugin | 2b4023988c743519799b55fb824b4c215396ba97 | [
"MIT"
] | 6 | 2016-11-03T18:28:55.000Z | 2018-08-03T13:00:51.000Z | Grammar/src/org/fundacionjala/oblivion/apex/grammar/ast/SOQLGroupByExpressionTree.java | fundacionjala/oblivion-netbeans-plugin | 2b4023988c743519799b55fb824b4c215396ba97 | [
"MIT"
] | 5 | 2016-08-10T15:28:15.000Z | 2019-03-05T00:26:44.000Z | Grammar/src/org/fundacionjala/oblivion/apex/grammar/ast/SOQLGroupByExpressionTree.java | fundacionjala/oblivion-netbeans-plugin | 2b4023988c743519799b55fb824b4c215396ba97 | [
"MIT"
] | 8 | 2016-11-03T18:29:01.000Z | 2021-12-18T09:32:10.000Z | 29.304348 | 101 | 0.778932 | 4,186 | /*
* Copyright (c) Fundacion Jala. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
package org.fundacionjala.oblivion.apex.grammar.ast;
import com.sun.source.tree.ExpressionTree;
import com.sun.source.tree.IdentifierTree;
import com.sun.s... |
3e09e2cf00a863350846f7fae0791b1602ec8bd2 | 1,261 | java | Java | src/main/resources/templates/azure-active-directory/AADOAuth2LoginSecurityConfig.java | songshansitulv/spring-cloud-playground | ace0e29ba565fd07387e40110648e500b7b47775 | [
"MIT"
] | 10 | 2018-06-13T07:20:40.000Z | 2018-10-19T07:44:11.000Z | src/main/resources/templates/azure-active-directory/AADOAuth2LoginSecurityConfig.java | songshansitulv/spring-cloud-playground | ace0e29ba565fd07387e40110648e500b7b47775 | [
"MIT"
] | 79 | 2018-06-12T02:11:33.000Z | 2018-10-08T09:40:44.000Z | src/main/resources/templates/azure-active-directory/AADOAuth2LoginSecurityConfig.java | songshansitulv/spring-cloud-playground | ace0e29ba565fd07387e40110648e500b7b47775 | [
"MIT"
] | 5 | 2019-11-03T16:29:54.000Z | 2020-08-05T15:03:59.000Z | 43.482759 | 102 | 0.776368 | 4,187 | package {{packageName}};
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.anno... |
3e09e3852be640f00cba40fdb0a6a51be776ab2b | 5,156 | java | Java | test/edu/washington/escience/myria/operator/SampleWRTest.java | UFFeScience/Myria | bf2c64e7816a990e64fe893bd88143770e76aaed | [
"BSD-3-Clause"
] | 103 | 2015-01-24T08:29:44.000Z | 2021-11-25T08:26:55.000Z | test/edu/washington/escience/myria/operator/SampleWRTest.java | UFFeScience/Myria | bf2c64e7816a990e64fe893bd88143770e76aaed | [
"BSD-3-Clause"
] | 257 | 2015-01-01T04:56:13.000Z | 2019-04-11T01:02:41.000Z | test/edu/washington/escience/myria/operator/SampleWRTest.java | UFFeScience/Myria | bf2c64e7816a990e64fe893bd88143770e76aaed | [
"BSD-3-Clause"
] | 39 | 2015-01-07T20:54:35.000Z | 2022-02-28T10:36:23.000Z | 31.439024 | 99 | 0.695112 | 4,188 | package edu.washington.escience.myria.operator;
import static org.junit.Assert.assertEquals;
import java.util.Arrays;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import edu.washington.escience.myria.DbException;
import edu.washington.escience.myria.Schema;
import edu.washington.escience.... |
3e09e3a403fc3113926e3aaa42377289a2745275 | 3,687 | java | Java | src/main/java/info/gianlucacosta/arcontes/fx/rendering/metainfo/DefaultLinkLabelConnectorRenderingInfo.java | giancosta86/Arcontes-fx | 5b0db13e3d3c18d5a87f87a10a749b14e9478198 | [
"Apache-2.0"
] | null | null | null | src/main/java/info/gianlucacosta/arcontes/fx/rendering/metainfo/DefaultLinkLabelConnectorRenderingInfo.java | giancosta86/Arcontes-fx | 5b0db13e3d3c18d5a87f87a10a749b14e9478198 | [
"Apache-2.0"
] | null | null | null | src/main/java/info/gianlucacosta/arcontes/fx/rendering/metainfo/DefaultLinkLabelConnectorRenderingInfo.java | giancosta86/Arcontes-fx | 5b0db13e3d3c18d5a87f87a10a749b14e9478198 | [
"Apache-2.0"
] | null | null | null | 29.97561 | 96 | 0.623 | 4,189 | /*§
===========================================================================
Arcontes - FX
===========================================================================
Copyright (C) 2013-2015 Gianluca Costa
===========================================================================
Licensed under the Apac... |
3e09e49144fee8d54529bcab99efaee8e268b218 | 5,753 | java | Java | jobs/pacman-awsrules/src/test/java/com/tmobile/cloud/awsrules/iam/ServiceAccountPrivilegesRuleTest.java | lifer84/pacbot | 997c240c123d81cf3f55ff5093127c5fda6119c3 | [
"Apache-2.0"
] | 1,165 | 2018-10-05T19:07:34.000Z | 2022-03-28T19:34:27.000Z | jobs/pacman-awsrules/src/test/java/com/tmobile/cloud/awsrules/iam/ServiceAccountPrivilegesRuleTest.java | lifer84/pacbot | 997c240c123d81cf3f55ff5093127c5fda6119c3 | [
"Apache-2.0"
] | 334 | 2018-10-10T14:00:41.000Z | 2022-03-19T16:32:08.000Z | jobs/pacman-awsrules/src/test/java/com/tmobile/cloud/awsrules/iam/ServiceAccountPrivilegesRuleTest.java | lifer84/pacbot | 997c240c123d81cf3f55ff5093127c5fda6119c3 | [
"Apache-2.0"
] | 268 | 2018-10-05T19:53:25.000Z | 2022-03-31T07:39:47.000Z | 47.941667 | 182 | 0.733009 | 4,190 | /*******************************************************************************
* Copyright 2018 T Mobile, 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. You may obtain a copy
... |
3e09e4ee31a86213ab95c14859df50db4c8b1424 | 10,869 | java | Java | src/main/java/org/ohdsi/webapi/audittrail/AuditTrailServiceImpl.java | cumc-dbmi/WebAPI | 51f56718dc1807c601192b19f41005f40ad31b1e | [
"Apache-2.0"
] | 99 | 2015-01-06T18:24:25.000Z | 2022-03-10T16:34:04.000Z | src/main/java/org/ohdsi/webapi/audittrail/AuditTrailServiceImpl.java | cumc-dbmi/WebAPI | 51f56718dc1807c601192b19f41005f40ad31b1e | [
"Apache-2.0"
] | 1,261 | 2015-01-01T17:33:35.000Z | 2022-03-28T18:16:27.000Z | src/main/java/org/ohdsi/webapi/audittrail/AuditTrailServiceImpl.java | cumc-dbmi/WebAPI | 51f56718dc1807c601192b19f41005f40ad31b1e | [
"Apache-2.0"
] | 159 | 2015-01-12T13:39:42.000Z | 2022-03-15T13:39:31.000Z | 41.643678 | 130 | 0.654154 | 4,191 | package org.ohdsi.webapi.audittrail;
import com.cloudbees.syslog.Facility;
import com.cloudbees.syslog.Severity;
import com.cloudbees.syslog.SyslogMessage;
import org.apache.commons.lang3.StringUtils;
import org.ohdsi.webapi.Constants;
import org.ohdsi.webapi.cohortsample.dto.CohortSampleDTO;
import org.slf4j.Logger;
... |
3e09e52e38fd0457c9aacba363c12e812df55e30 | 3,294 | java | Java | src/main/java/ec/edu/espe/saturn/model/Ptrtenr.java | NinjaDevelopersEspeYavirac/SATURN2017 | f62dff91c9b82456d6c350140b2c64523a46b52d | [
"Apache-2.0"
] | null | null | null | src/main/java/ec/edu/espe/saturn/model/Ptrtenr.java | NinjaDevelopersEspeYavirac/SATURN2017 | f62dff91c9b82456d6c350140b2c64523a46b52d | [
"Apache-2.0"
] | null | null | null | src/main/java/ec/edu/espe/saturn/model/Ptrtenr.java | NinjaDevelopersEspeYavirac/SATURN2017 | f62dff91c9b82456d6c350140b2c64523a46b52d | [
"Apache-2.0"
] | null | null | null | 31.075472 | 284 | 0.702186 | 4,192 | package ec.edu.espe.saturn.model;
// Generated 27-oct-2017 9:54:16 by Hibernate Tools 4.3.1
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
/**
* Ptrtenr generated by hbm2java
*/
public class Ptrtenr implements java.io.Serializable {
private String ptrtenrCode;
private String pt... |
3e09e5869dcbdc0cb4169d63a2fcfd61e9adfe3a | 13,863 | java | Java | oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/CommitQueueTest.java | mrozati/jackrabbit-oak | eefe51315926cc2cc1736bfdd03f1a0f4abf725a | [
"Apache-2.0"
] | 288 | 2015-01-11T04:09:03.000Z | 2022-03-28T22:20:09.000Z | oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/CommitQueueTest.java | mrozati/jackrabbit-oak | eefe51315926cc2cc1736bfdd03f1a0f4abf725a | [
"Apache-2.0"
] | 154 | 2016-10-30T11:31:04.000Z | 2022-03-31T14:20:52.000Z | oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/CommitQueueTest.java | mrozati/jackrabbit-oak | eefe51315926cc2cc1736bfdd03f1a0f4abf725a | [
"Apache-2.0"
] | 405 | 2015-01-15T16:15:56.000Z | 2022-03-24T08:27:08.000Z | 35.007576 | 107 | 0.537618 | 4,193 | /*
* 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 ... |
3e09e59bd6a718dfb64a36eba99902b7512552a8 | 555 | java | Java | hibernate-release-5.3.7.Final/project/hibernate-core/src/main/java/org/hibernate/mapping/SyntheticProperty.java | lauracristinaes/aula-java | cb8d5b314b65a9914b93f3b5792bc98b548fe260 | [
"Apache-2.0"
] | 1 | 2021-11-11T01:36:23.000Z | 2021-11-11T01:36:23.000Z | hibernate-release-5.3.7.Final/project/hibernate-core/src/main/java/org/hibernate/mapping/SyntheticProperty.java | lauracristinaes/aula-java | cb8d5b314b65a9914b93f3b5792bc98b548fe260 | [
"Apache-2.0"
] | null | null | null | hibernate-release-5.3.7.Final/project/hibernate-core/src/main/java/org/hibernate/mapping/SyntheticProperty.java | lauracristinaes/aula-java | cb8d5b314b65a9914b93f3b5792bc98b548fe260 | [
"Apache-2.0"
] | null | null | null | 25.227273 | 99 | 0.727928 | 4,194 | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.mapping;
/**
* Models a property which does not actually e... |
3e09e60009a3ad164e80d87020257f4eddf38201 | 1,842 | java | Java | aws-java-sdk-directory/src/main/java/com/amazonaws/services/directory/model/ClientException.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 3,372 | 2015-01-03T00:35:43.000Z | 2022-03-31T15:56:24.000Z | aws-java-sdk-directory/src/main/java/com/amazonaws/services/directory/model/ClientException.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 2,391 | 2015-01-01T12:55:24.000Z | 2022-03-31T08:01:50.000Z | aws-java-sdk-directory/src/main/java/com/amazonaws/services/directory/model/ClientException.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 2,876 | 2015-01-01T14:38:37.000Z | 2022-03-29T19:53:10.000Z | 27.492537 | 119 | 0.684582 | 4,195 | /*
* Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
3e09e643a7c4a36731c8ee16e3364f4f745163f9 | 4,617 | java | Java | Java/00-Code/Imooc-Socket/Java-Socket/src/main/chat-room-stream/clink/impl/SocketChannelAdapter.java | hiloWang/notes | 64a637a86f734e4e80975f4aa93ab47e8d7e8b64 | [
"Apache-2.0"
] | 2 | 2020-10-08T13:22:08.000Z | 2021-07-28T14:45:41.000Z | Java/Imooc-Socket/Java-Socket/src/main/chat-room-stream/clink/impl/SocketChannelAdapter.java | flyfire/Programming-Notes-Code | 4b1bdd74c1ba0c007c504834e4508ec39f01cd94 | [
"Apache-2.0"
] | null | null | null | Java/Imooc-Socket/Java-Socket/src/main/chat-room-stream/clink/impl/SocketChannelAdapter.java | flyfire/Programming-Notes-Code | 4b1bdd74c1ba0c007c504834e4508ec39f01cd94 | [
"Apache-2.0"
] | 6 | 2020-08-20T07:19:17.000Z | 2022-03-02T08:16:21.000Z | 33.456522 | 161 | 0.649773 | 4,196 | package clink.impl;
import java.io.IOException;
import java.nio.channels.SocketChannel;
import java.util.concurrent.atomic.AtomicBoolean;
import clink.core.IoArgs;
import clink.core.IoProvider;
import clink.core.Receiver;
import clink.core.Sender;
import clink.utils.CloseUtils;
/**
* SocketChannel 对读写的实现。
*/
publi... |
3e09e6b7337ee62e55c7bef2796cc2fbcad22ce6 | 128 | java | Java | Bingo Client/src/me/dylanmullen/bingo/gfx/ui/buttons/ButtonListener.java | DylanMullen/Bingo | a1e33dd0c88768474f496e7cc2119151761af7c9 | [
"CC0-1.0"
] | 1 | 2021-02-19T12:18:41.000Z | 2021-02-19T12:18:41.000Z | Bingo Client/src/me/dylanmullen/bingo/gfx/ui/buttons/ButtonListener.java | DylanMullen/Bingo | a1e33dd0c88768474f496e7cc2119151761af7c9 | [
"CC0-1.0"
] | null | null | null | Bingo Client/src/me/dylanmullen/bingo/gfx/ui/buttons/ButtonListener.java | DylanMullen/Bingo | a1e33dd0c88768474f496e7cc2119151761af7c9 | [
"CC0-1.0"
] | null | null | null | 14.222222 | 45 | 0.742188 | 4,197 | package me.dylanmullen.bingo.gfx.ui.buttons;
@FunctionalInterface
public interface ButtonListener
{
void invoke();
}
|
3e09e806553e8b853ef3394d5e4408306f262875 | 796 | java | Java | src/main/java/com/fun/project/admin/monitor/entity/JobLog.java | mrdjun/funboot-redis | 88c86b09f8d6874e5658bcca562c4b94c247a690 | [
"MIT"
] | null | null | null | src/main/java/com/fun/project/admin/monitor/entity/JobLog.java | mrdjun/funboot-redis | 88c86b09f8d6874e5658bcca562c4b94c247a690 | [
"MIT"
] | null | null | null | src/main/java/com/fun/project/admin/monitor/entity/JobLog.java | mrdjun/funboot-redis | 88c86b09f8d6874e5658bcca562c4b94c247a690 | [
"MIT"
] | null | null | null | 13.964912 | 52 | 0.591709 | 4,198 | package com.fun.project.admin.monitor.entity;
import com.fun.framework.web.entity.BaseEntity;
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.util.Date;
/**
* 定时任务调度日志表
*
* @author DJun
*/
@EqualsAndHashCode(callSuper = true)
@Data
public class JobLog extends BaseEntity {
private static fina... |
3e09e8b227f3f030f39d60f14f0ba23b3f12e2d9 | 2,334 | java | Java | ebean-test/src/test/java/io/ebeaninternal/server/type/BasePlatformArrayTypeFactoryTest.java | tibco-jufernan/ebean-h2-fix | acfd882078ad154886a81c7baf193d88d58877f8 | [
"Apache-2.0"
] | 1,041 | 2016-08-03T12:27:03.000Z | 2022-03-31T20:06:05.000Z | ebean-test/src/test/java/io/ebeaninternal/server/type/BasePlatformArrayTypeFactoryTest.java | tibco-jufernan/ebean-h2-fix | acfd882078ad154886a81c7baf193d88d58877f8 | [
"Apache-2.0"
] | 1,501 | 2016-08-03T11:37:04.000Z | 2022-03-31T20:03:05.000Z | ebean-test/src/test/java/io/ebeaninternal/server/type/BasePlatformArrayTypeFactoryTest.java | tibco-jufernan/ebean-h2-fix | acfd882078ad154886a81c7baf193d88d58877f8 | [
"Apache-2.0"
] | 196 | 2016-08-09T03:26:24.000Z | 2022-03-27T15:12:06.000Z | 24.829787 | 79 | 0.674379 | 4,199 | package io.ebeaninternal.server.type;
import io.ebean.core.type.ScalarType;
import org.postgresql.util.PGobject;
import java.sql.SQLException;
import static org.junit.jupiter.api.Assertions.assertTrue;
class BasePlatformArrayTypeFactoryTest {
void assertBindNullTo_Null(ScalarType<?> type) throws SQLException {
... |
3e09e98198d3c7e62b5077f8f80396f29b00b34c | 628 | java | Java | java-core/src/main/java/com/sayemahmed/example/executor/ExpensiveComputation.java | sayembd/java-examples | 0cd455fd011269f45b610133da7a8593688e3a20 | [
"Apache-2.0"
] | 19 | 2017-03-22T06:42:15.000Z | 2019-08-24T04:08:53.000Z | java-core/src/main/java/com/sayemahmed/example/executor/ExpensiveComputation.java | sayembd/java-examples | 0cd455fd011269f45b610133da7a8593688e3a20 | [
"Apache-2.0"
] | 2 | 2017-03-16T16:41:22.000Z | 2017-06-26T16:06:05.000Z | java-core/src/main/java/com/sayemahmed/example/executor/ExpensiveComputation.java | sayembd/java-examples | 0cd455fd011269f45b610133da7a8593688e3a20 | [
"Apache-2.0"
] | 21 | 2017-03-16T14:25:08.000Z | 2021-03-15T17:02:49.000Z | 25.12 | 103 | 0.646497 | 4,200 | package com.sayemahmed.example.executor;
import lombok.extern.slf4j.Slf4j;
@Slf4j
class ExpensiveComputation {
private final int id;
ExpensiveComputation(int id) {
this.id = id;
}
void compute() {
try {
log.info("{} - I am trying to compute some heavy stuff. Current thread interruption status:... |
3e09e9fb1aada529e31b06f0f53767d3c1e84ade | 1,204 | java | Java | src/main/java/org/isouth/cat/tomcat/CatEndpoint.java | qiyi/cat | 795bb710b4e35b1c295bb92403b3046bdbdd46f3 | [
"MIT"
] | null | null | null | src/main/java/org/isouth/cat/tomcat/CatEndpoint.java | qiyi/cat | 795bb710b4e35b1c295bb92403b3046bdbdd46f3 | [
"MIT"
] | null | null | null | src/main/java/org/isouth/cat/tomcat/CatEndpoint.java | qiyi/cat | 795bb710b4e35b1c295bb92403b3046bdbdd46f3 | [
"MIT"
] | null | null | null | 30.871795 | 96 | 0.730066 | 4,201 | package org.isouth.cat.tomcat;
import org.isouth.cat.Cat;
import org.isouth.cat.Subscriber;
import org.isouth.cat.Subscription;
import javax.websocket.CloseReason;
import javax.websocket.Endpoint;
import javax.websocket.EndpointConfig;
import javax.websocket.Session;
import java.util.concurrent.ConcurrentHashMap;
imp... |
3e09ea4ae45c335d7464f9297adf1e84b1284362 | 3,744 | java | Java | aliyun-java-sdk-afs/src/main/java/com/aliyuncs/afs/model/v20180112/DescribeCaptchaDayResponse.java | cctvzd7/aliyun-openapi-java-sdk | b8e4dce2a61ca968615c9b910bedebaea71781ae | [
"Apache-2.0"
] | 3 | 2021-01-25T16:15:23.000Z | 2021-01-25T16:15:54.000Z | aliyun-java-sdk-afs/src/main/java/com/aliyuncs/afs/model/v20180112/DescribeCaptchaDayResponse.java | cctvzd7/aliyun-openapi-java-sdk | b8e4dce2a61ca968615c9b910bedebaea71781ae | [
"Apache-2.0"
] | 27 | 2021-06-11T21:08:40.000Z | 2022-03-11T21:25:09.000Z | aliyun-java-sdk-afs/src/main/java/com/aliyuncs/afs/model/v20180112/DescribeCaptchaDayResponse.java | cctvzd7/aliyun-openapi-java-sdk | b8e4dce2a61ca968615c9b910bedebaea71781ae | [
"Apache-2.0"
] | 1 | 2020-03-05T07:30:16.000Z | 2020-03-05T07:30:16.000Z | 22.023529 | 84 | 0.719551 | 4,202 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... |
3e09ea70a9cd295ac4e5704709855a646cccff53 | 371 | java | Java | src/main/java/cn/wuxia/project/basic/mvc/filter/WeixinAuthHandler.java | wuxiatech/wuxia-project-core | 992a30d070268555d7bc3a79b2a2994cedd3103f | [
"Apache-2.0"
] | 1 | 2020-06-10T23:13:04.000Z | 2020-06-10T23:13:04.000Z | src/main/java/cn/wuxia/project/basic/mvc/filter/WeixinAuthHandler.java | wuxiatech/wuxia-project-core | 992a30d070268555d7bc3a79b2a2994cedd3103f | [
"Apache-2.0"
] | null | null | null | src/main/java/cn/wuxia/project/basic/mvc/filter/WeixinAuthHandler.java | wuxiatech/wuxia-project-core | 992a30d070268555d7bc3a79b2a2994cedd3103f | [
"Apache-2.0"
] | 1 | 2020-06-10T23:13:25.000Z | 2020-06-10T23:13:25.000Z | 33.727273 | 132 | 0.851752 | 4,203 | package cn.wuxia.project.basic.mvc.filter;
import cn.wuxia.common.exception.AppSecurityException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public abstract class WeixinAuthHandler {
public abstract boolean handlerWeixinAuth(HttpServletRequest request, HttpServle... |
3e09eb9cb3690b5fefbec1e1faaab2e83de225ed | 301 | java | Java | threatconnect-sdk/threatconnect-sdk-core/src/main/java/com/threatconnect/sdk/client/fluent/AdversaryBuilder.java | ThreatConnect-Inc/threatconnect-java | af1397e9e9d49c4391e321cbd627340bfd3003bc | [
"Apache-2.0"
] | 4 | 2015-07-09T20:53:08.000Z | 2018-06-12T21:47:42.000Z | threatconnect-sdk/threatconnect-sdk-core/src/main/java/com/threatconnect/sdk/client/fluent/AdversaryBuilder.java | ThreatConnect-Inc/threatconnect-java | af1397e9e9d49c4391e321cbd627340bfd3003bc | [
"Apache-2.0"
] | 6 | 2017-03-08T20:42:53.000Z | 2020-03-10T14:02:11.000Z | threatconnect-sdk/threatconnect-sdk-core/src/main/java/com/threatconnect/sdk/client/fluent/AdversaryBuilder.java | ThreatConnect-Inc/threatconnect-java | af1397e9e9d49c4391e321cbd627340bfd3003bc | [
"Apache-2.0"
] | 2 | 2016-07-27T16:37:18.000Z | 2017-03-08T19:43:57.000Z | 27.363636 | 77 | 0.803987 | 4,204 | package com.threatconnect.sdk.client.fluent;
import com.threatconnect.sdk.server.entity.Adversary;
public class AdversaryBuilder extends AbstractGroupBuilder<AdversaryBuilder>
{
public Adversary createAdversary()
{
return new Adversary(id, name, type, owner, ownerName, dateAdded, webLink);
}
} |
3e09ebf2f188853c51f293764394f19f3ec011f0 | 1,323 | java | Java | lyj-core/src/org/lyj/commons/io/cache/filecache/registry/IRegistry.java | botikasm/lyj-framework | a806711a5dbe73643f1659774d353def3ecaef24 | [
"MIT"
] | 2 | 2018-12-12T21:13:33.000Z | 2019-03-18T14:20:14.000Z | lyj-core/src/org/lyj/commons/io/cache/filecache/registry/IRegistry.java | botikasm/lyj-framework | a806711a5dbe73643f1659774d353def3ecaef24 | [
"MIT"
] | null | null | null | lyj-core/src/org/lyj/commons/io/cache/filecache/registry/IRegistry.java | botikasm/lyj-framework | a806711a5dbe73643f1659774d353def3ecaef24 | [
"MIT"
] | 1 | 2018-12-12T21:13:36.000Z | 2018-12-12T21:13:36.000Z | 20.045455 | 95 | 0.633409 | 4,205 | package org.lyj.commons.io.cache.filecache.registry;
import java.io.IOException;
public interface IRegistry {
public enum Mode {
File((byte) 0),
Memory((byte) 1);
private final byte _value;
private Mode(byte value) {
_value = value;
}
public byte ge... |
3e09edf003f2437b73229cea7e96393e20a8092c | 264 | java | Java | src/main/java/com/awslabs/iam/data/RoleName.java | awslabs/results-iterator-for-aws-java-sdk | 17f77da7c85d2fda408a208d466b298cd1059e8e | [
"Apache-2.0"
] | 8 | 2019-07-08T23:51:41.000Z | 2022-03-06T08:18:26.000Z | src/main/java/com/awslabs/iam/data/RoleName.java | awslabs/results-iterator-for-aws-java-sdk | 17f77da7c85d2fda408a208d466b298cd1059e8e | [
"Apache-2.0"
] | 817 | 2019-07-10T14:04:34.000Z | 2022-03-10T13:07:48.000Z | src/main/java/com/awslabs/iam/data/RoleName.java | awslabs/results-iterator-for-aws-java-sdk | 17f77da7c85d2fda408a208d466b298cd1059e8e | [
"Apache-2.0"
] | 4 | 2019-10-23T02:30:27.000Z | 2022-03-28T13:20:50.000Z | 22 | 51 | 0.799242 | 4,206 | package com.awslabs.iam.data;
import com.awslabs.data.NoToString;
import org.immutables.gson.Gson;
import org.immutables.value.Value;
@Gson.TypeAdapters
@Value.Immutable
public abstract class RoleName extends NoToString {
public abstract String getName();
}
|
3e09ee9f1696ebc114dbc707eef75388bd5b8c52 | 15,074 | java | Java | src/main/java/alemiz/bettersurvival/addons/myland/MyLandProtect.java | Quartyn/BetterSurvival | b0f4b09f26baecbcc810156e57a1f55b1a5c6f64 | [
"Apache-2.0"
] | null | null | null | src/main/java/alemiz/bettersurvival/addons/myland/MyLandProtect.java | Quartyn/BetterSurvival | b0f4b09f26baecbcc810156e57a1f55b1a5c6f64 | [
"Apache-2.0"
] | null | null | null | src/main/java/alemiz/bettersurvival/addons/myland/MyLandProtect.java | Quartyn/BetterSurvival | b0f4b09f26baecbcc810156e57a1f55b1a5c6f64 | [
"Apache-2.0"
] | null | null | null | 40.521505 | 138 | 0.601765 | 4,207 | package alemiz.bettersurvival.addons.myland;
import alemiz.bettersurvival.commands.LandCommand;
import alemiz.bettersurvival.utils.Addon;
import alemiz.bettersurvival.utils.ConfigManager;
import alemiz.bettersurvival.utils.SuperConfig;
import cn.nukkit.Player;
import cn.nukkit.block.Block;
import cn.nukkit.event.Event... |
3e09ee9f795a4cd4e24a813fb3f7b732b66c2d96 | 694 | java | Java | java-gateway/src/main/java/com/revianlabs/ju/config/YamlConfig.java | SCBbestof/rest-multiple-languages-demo | 75f7f1fbcaa69439345d66dc901e8f3765a1d438 | [
"MIT"
] | null | null | null | java-gateway/src/main/java/com/revianlabs/ju/config/YamlConfig.java | SCBbestof/rest-multiple-languages-demo | 75f7f1fbcaa69439345d66dc901e8f3765a1d438 | [
"MIT"
] | 1 | 2019-01-09T16:35:49.000Z | 2019-01-09T16:35:56.000Z | java-gateway/src/main/java/com/revianlabs/ju/config/YamlConfig.java | SCBbestof/rest-multiple-languages-demo | 75f7f1fbcaa69439345d66dc901e8f3765a1d438 | [
"MIT"
] | null | null | null | 26.692308 | 81 | 0.776657 | 4,208 | package com.revianlabs.ju.config;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
import java.util.ArrayList;
import java.util.HashMap;
import java... |
3e09eead656749c7eb85e7855b3a6b0bac78660b | 3,985 | java | Java | modules/transport-netty4/src/test/java/org/elasticsearch/transport/netty4/ESLoggingHandlerIT.java | a137872798/elasticsearch | 293ff2f60eb1fce9af59d23692d783ad040e0654 | [
"Apache-2.0"
] | 3 | 2020-07-09T19:00:34.000Z | 2020-07-09T19:01:20.000Z | modules/transport-netty4/src/test/java/org/elasticsearch/transport/netty4/ESLoggingHandlerIT.java | paulbaudrier/elasticsearch | 16bfdcacc0172264db9b32aa6edfa8b5c327f3b4 | [
"Apache-2.0"
] | 2 | 2019-12-05T10:21:58.000Z | 2020-01-10T09:17:26.000Z | modules/transport-netty4/src/test/java/org/elasticsearch/transport/netty4/ESLoggingHandlerIT.java | paulbaudrier/elasticsearch | 16bfdcacc0172264db9b32aa6edfa8b5c327f3b4 | [
"Apache-2.0"
] | 2 | 2020-02-03T07:05:44.000Z | 2020-02-05T01:51:57.000Z | 44.277778 | 133 | 0.678545 | 4,209 | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... |
3e09ef5922b4baeda055f4f42d60b2b1873e562b | 26,841 | java | Java | src/com/kcsl/x86/short_circuit/ShortCircuitChecking.java | rgoluch/binary_analyzer | b59d7229b655126d87c718def130b1ea71db3677 | [
"MIT"
] | null | null | null | src/com/kcsl/x86/short_circuit/ShortCircuitChecking.java | rgoluch/binary_analyzer | b59d7229b655126d87c718def130b1ea71db3677 | [
"MIT"
] | 26 | 2020-02-06T16:56:19.000Z | 2021-02-01T05:32:27.000Z | src/com/kcsl/x86/short_circuit/ShortCircuitChecking.java | rgoluch/x86_analyzer | b59d7229b655126d87c718def130b1ea71db3677 | [
"MIT"
] | null | null | null | 32.029833 | 139 | 0.645468 | 4,210 | package com.kcsl.x86.short_circuit;
import static com.kcsl.x86.Importer.my_cfg;
import static com.kcsl.x86.Importer.my_function;
import static com.kcsl.x86.support.SupportMethods.*;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
i... |
3e09efa9b34142a880422c36a9b05b717b8c8367 | 2,976 | java | Java | ec_pdm/src/main/java/com/gohuinuo/web/sys/model/SysMain.java | gto5516172/test | cb9883a42363945d7aa0fd4ef7aca87b0e6faf4d | [
"Apache-2.0"
] | null | null | null | ec_pdm/src/main/java/com/gohuinuo/web/sys/model/SysMain.java | gto5516172/test | cb9883a42363945d7aa0fd4ef7aca87b0e6faf4d | [
"Apache-2.0"
] | null | null | null | ec_pdm/src/main/java/com/gohuinuo/web/sys/model/SysMain.java | gto5516172/test | cb9883a42363945d7aa0fd4ef7aca87b0e6faf4d | [
"Apache-2.0"
] | null | null | null | 19.973154 | 52 | 0.728495 | 4,211 | //Powered By if, Since 2014 - 2020
package com.gohuinuo.web.sys.model;
import java.util.Date;
import java.util.List;
import com.gohuinuo.common.base.BaseEntity;
import com.gohuinuo.common.constant.Constant;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id... |
3e09f032ec8248d60f4fce2ef8e8a6be31e98d3d | 935 | java | Java | src/test/java/Command/AddListCommandTest.java | chosti34/TODOList | da6df20af6cd6de0cdc03402b3b077fc6594cd17 | [
"MIT"
] | null | null | null | src/test/java/Command/AddListCommandTest.java | chosti34/TODOList | da6df20af6cd6de0cdc03402b3b077fc6594cd17 | [
"MIT"
] | null | null | null | src/test/java/Command/AddListCommandTest.java | chosti34/TODOList | da6df20af6cd6de0cdc03402b3b077fc6594cd17 | [
"MIT"
] | 1 | 2018-01-07T12:37:01.000Z | 2018-01-07T12:37:01.000Z | 23.974359 | 100 | 0.704813 | 4,212 | package Command;
import Command.AddListCommand;
import Command.InputCommandType;
import Task.TODOListManager;
import org.junit.Test;
import java.util.ArrayList;
import static org.junit.Assert.*;
public class AddListCommandTest {
private AddListCommand command = new AddListCommand(new ArrayList<String>() {{ add(... |
3e09f0493d5213a1684f4c0a99f6f174882ee59a | 715 | java | Java | Flashlight Application/src/RedFlashlightActivity.java | neilpelow/workspace | 09fb7fd428526321ea5b52370414407a705bd04a | [
"MIT"
] | null | null | null | Flashlight Application/src/RedFlashlightActivity.java | neilpelow/workspace | 09fb7fd428526321ea5b52370414407a705bd04a | [
"MIT"
] | null | null | null | Flashlight Application/src/RedFlashlightActivity.java | neilpelow/workspace | 09fb7fd428526321ea5b52370414407a705bd04a | [
"MIT"
] | null | null | null | 29.791667 | 90 | 0.735664 | 4,213 | package com.oreilly.android.simpleflashlight;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class RedFlashlightActivity extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
su... |
3e09f07e96ede6be2fd248781abdabd67bee1dae | 3,740 | java | Java | app/src/main/java/com/rcc/tamagosan/rubikscubecontroller/RankingActivity.java | tamagosan/Rubiks-Cube | 6e9fcfb9006fb29c8f8df58e805dd3fc3f6daf55 | [
"Unlicense"
] | 3 | 2016-09-24T05:52:24.000Z | 2017-12-08T11:58:14.000Z | app/src/main/java/com/rcc/tamagosan/rubikscubecontroller/RankingActivity.java | tamagosan/Rubiks-Cube | 6e9fcfb9006fb29c8f8df58e805dd3fc3f6daf55 | [
"Unlicense"
] | null | null | null | app/src/main/java/com/rcc/tamagosan/rubikscubecontroller/RankingActivity.java | tamagosan/Rubiks-Cube | 6e9fcfb9006fb29c8f8df58e805dd3fc3f6daf55 | [
"Unlicense"
] | null | null | null | 42.988506 | 140 | 0.585561 | 4,214 | package com.rcc.tamagosan.rubikscubecontroller;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.os.Bundle;
import android.service.notification.NotificationListenerService;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
i... |
3e09f10c6dde0991a6371b6998f7d07efc8b6822 | 439 | java | Java | octopus-core/src/main/java/com/github/linkeer8802/octopus/core/cache/Cache.java | linkeer8802/octopus | 1f2cb2af21a5c5380500d83769f5fc7cdef029cb | [
"Apache-2.0"
] | 2 | 2020-01-07T08:44:49.000Z | 2020-01-07T09:07:15.000Z | octopus-core/src/main/java/com/github/linkeer8802/octopus/core/cache/Cache.java | linkeer8802/octopus | 1f2cb2af21a5c5380500d83769f5fc7cdef029cb | [
"Apache-2.0"
] | null | null | null | octopus-core/src/main/java/com/github/linkeer8802/octopus/core/cache/Cache.java | linkeer8802/octopus | 1f2cb2af21a5c5380500d83769f5fc7cdef029cb | [
"Apache-2.0"
] | 2 | 2020-01-07T09:07:19.000Z | 2022-03-20T02:11:21.000Z | 15.137931 | 50 | 0.53303 | 4,215 | package com.github.linkeer8802.octopus.core.cache;
/**
* 缓存抽象接口
* @author wrd
* @param <K> key类型
* @param <V> value类型
*/
public interface Cache<K, V> {
/**
* 从缓存中获取指定key的value
* @param key key
* @return value
*/
V get(K key);
/**
* 设置指定key的对象到缓存中
* @param key key
* ... |
3e09f15bef0993451c784ced8dcf7f002495e218 | 661 | java | Java | design-patterns/HeadFirst Design Patterns/src/day19/copy/CopyTest.java | nnoco/playground | 7149f49eedc5f72454296c40667231d43b54087f | [
"Apache-2.0"
] | null | null | null | design-patterns/HeadFirst Design Patterns/src/day19/copy/CopyTest.java | nnoco/playground | 7149f49eedc5f72454296c40667231d43b54087f | [
"Apache-2.0"
] | null | null | null | design-patterns/HeadFirst Design Patterns/src/day19/copy/CopyTest.java | nnoco/playground | 7149f49eedc5f72454296c40667231d43b54087f | [
"Apache-2.0"
] | null | null | null | 15.738095 | 59 | 0.644478 | 4,216 | package day19.copy;
import java.util.Arrays;
public class CopyTest {
public static void main(String[] args) {
Value[] values = {new Value(1), new Value(5)};
Value[] newValues = Arrays.copyOf(values, values.length);
values[0].i = 113;
System.out.println(newValues[0].i);
}
}
class Reference {
Value... |
3e09f186eeceb64163177a347c22d47f9bb34818 | 1,173 | java | Java | jogl/src/com/jogl/unpack/ZeroTerminatedStringPacker.java | Otaka/mydifferentprojects | 28489042fb574d1178a6d814b6accc29cdc3aeed | [
"Apache-2.0"
] | null | null | null | jogl/src/com/jogl/unpack/ZeroTerminatedStringPacker.java | Otaka/mydifferentprojects | 28489042fb574d1178a6d814b6accc29cdc3aeed | [
"Apache-2.0"
] | null | null | null | jogl/src/com/jogl/unpack/ZeroTerminatedStringPacker.java | Otaka/mydifferentprojects | 28489042fb574d1178a6d814b6accc29cdc3aeed | [
"Apache-2.0"
] | null | null | null | 24.4375 | 78 | 0.508099 | 4,217 | package com.jogl.unpack;
import java.io.IOException;
import java.io.InputStream;
import java.util.List;
/**
* @author Dmitry
*/
class ZeroTerminatedStringPacker extends BasePacker {
private int maxSize;
public ZeroTerminatedStringPacker(int maxSize) {
super(null);
this.maxSize = maxSize;
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.