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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e295575aee29d840cb1a778664b05a10a453f7e | 396 | java | Java | testData/src/patterns/TestInvertedInstanceof.java | VeronikaCheburanova/exam_Cheburanova | f384a3b6604895384236151cd3df118b56a1a9fb | [
"Apache-2.0"
] | null | null | null | testData/src/patterns/TestInvertedInstanceof.java | VeronikaCheburanova/exam_Cheburanova | f384a3b6604895384236151cd3df118b56a1a9fb | [
"Apache-2.0"
] | null | null | null | testData/src/patterns/TestInvertedInstanceof.java | VeronikaCheburanova/exam_Cheburanova | f384a3b6604895384236151cd3df118b56a1a9fb | [
"Apache-2.0"
] | null | null | null | 23.294118 | 39 | 0.492424 | 17,470 | package patterns;
public class TestInvertedInstanceof {
void typePattern(Object str) {
if (!(str instanceof String)) {
System.out.println("no");
return;
}
String s = (String) str;
if (s.length() > 3) {
System.out.println(s);
} else if (s.s... |
3e2955ca902118d108070d99fe72cd09176b8048 | 1,375 | java | Java | sdk/automation/azure-resourcemanager-automation/src/main/java/com/azure/resourcemanager/automation/models/Statistics.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 1,350 | 2015-01-17T05:22:05.000Z | 2022-03-29T21:00:37.000Z | sdk/automation/azure-resourcemanager-automation/src/main/java/com/azure/resourcemanager/automation/models/Statistics.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 16,834 | 2015-01-07T02:19:09.000Z | 2022-03-31T23:29:10.000Z | sdk/automation/azure-resourcemanager-automation/src/main/java/com/azure/resourcemanager/automation/models/Statistics.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 1,586 | 2015-01-02T01:50:28.000Z | 2022-03-31T11:25:34.000Z | 25.462963 | 96 | 0.658182 | 17,471 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.automation.models;
import com.azure.resourcemanager.automation.fluent.models.StatisticsInner;
import java.time.OffsetDateTime;
... |
3e29561b818a34c3028217e52f2fadea29306bfd | 1,273 | java | Java | src/main/java/org/example/gauravk/Day13_Guava_lists.java | fagunbhavsar/100DaysOfCodeJava | e5322b28ff76c9157c221d1828f5e7142a659296 | [
"MIT"
] | 5 | 2020-10-18T17:22:54.000Z | 2021-11-08T05:10:01.000Z | src/main/java/org/example/gauravk/Day13_Guava_lists.java | fagunbhavsar/100DaysOfCodeJava | e5322b28ff76c9157c221d1828f5e7142a659296 | [
"MIT"
] | 3 | 2020-10-15T09:04:09.000Z | 2020-11-02T21:08:59.000Z | src/main/java/org/example/gauravk/Day13_Guava_lists.java | akshattambe/100DaysOfCodeJava | 8ffeff7b5d241027a8c9fe462fe15975f342e6cc | [
"MIT"
] | 7 | 2020-10-14T15:47:31.000Z | 2021-05-23T02:20:26.000Z | 28.931818 | 110 | 0.641791 | 17,472 | package org.example.gauravk;
import com.google.common.base.Predicates;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.Iterables;
import com.google.common.collect.Lists;
import org.junit.Test;
import java.util.List;
public class Day13_Guava_lists {
@Test
public void guava()
... |
3e29566512190537e377a7e6b7b6a621cbf8989e | 3,121 | java | Java | support/cas-server-support-x509-core/src/test/java/org/apereo/cas/AllTestsSuite.java | chulei926/cas | 2ad43ec75016fb43fff98b37922c2daecefffeb9 | [
"Apache-2.0"
] | 8,772 | 2016-05-08T04:44:50.000Z | 2022-03-31T06:02:13.000Z | support/cas-server-support-x509-core/src/test/java/org/apereo/cas/AllTestsSuite.java | chulei926/cas | 2ad43ec75016fb43fff98b37922c2daecefffeb9 | [
"Apache-2.0"
] | 2,911 | 2016-05-07T23:07:52.000Z | 2022-03-31T15:09:08.000Z | support/cas-server-support-x509-core/src/test/java/org/apereo/cas/AllTestsSuite.java | chulei926/cas | 2ad43ec75016fb43fff98b37922c2daecefffeb9 | [
"Apache-2.0"
] | 3,675 | 2016-05-08T04:45:46.000Z | 2022-03-31T09:34:54.000Z | 54.754386 | 121 | 0.868952 | 17,473 | package org.apereo.cas;
import org.apereo.cas.adaptors.x509.authentication.ResourceCRLFetcherTests;
import org.apereo.cas.adaptors.x509.authentication.RevokedCertificateExceptionTests;
import org.apereo.cas.adaptors.x509.authentication.handler.support.CRLDistributionPointRevocationCheckerTests;
import org.apereo.cas.a... |
3e29566afdb3410569fd49a9b3e2da460de475bd | 339 | java | Java | Workspace/GHD-Server-Application-Server-Side/ghd-server-app/src/main/java/com/computingprojecthvlhasanka/ghdserverapp/account/controller/HelloResource.java | hvlhasanka/UOP_SE_Y3-PRCO303SL_COMPUTING_PROJECT | ea90d1dcad31fa2985dd2b396994e4b6dd5049d3 | [
"MIT"
] | 1 | 2021-07-01T14:57:48.000Z | 2021-07-01T14:57:48.000Z | Workspace/GHD-Server-Application-Server-Side/ghd-server-app/src/main/java/com/computingprojecthvlhasanka/ghdserverapp/account/controller/HelloResource.java | hvlhasanka/UOP_SE_Y3-PRCO303SL_COMPUTING_PROJECT | ea90d1dcad31fa2985dd2b396994e4b6dd5049d3 | [
"MIT"
] | null | null | null | Workspace/GHD-Server-Application-Server-Side/ghd-server-app/src/main/java/com/computingprojecthvlhasanka/ghdserverapp/account/controller/HelloResource.java | hvlhasanka/UOP_SE_Y3-PRCO303SL_COMPUTING_PROJECT | ea90d1dcad31fa2985dd2b396994e4b6dd5049d3 | [
"MIT"
] | null | null | null | 22.6 | 71 | 0.781711 | 17,474 | package com.computingprojecthvlhasanka.ghdserverapp.account.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class HelloResource {
@RequestMapping({ "/hello" })
public String hello() {
return "He... |
3e2956e6e010eeaf452612793457ec9af1fee2d1 | 457 | java | Java | src/main/java/com/sahikran/service/FeedServiceImpl.java | kranthiGE/feed-parser | c1a093fac73ebabf4b9af722d188cd40b53f5508 | [
"MIT"
] | null | null | null | src/main/java/com/sahikran/service/FeedServiceImpl.java | kranthiGE/feed-parser | c1a093fac73ebabf4b9af722d188cd40b53f5508 | [
"MIT"
] | 9 | 2021-11-18T13:47:43.000Z | 2021-12-16T08:42:41.000Z | src/main/java/com/sahikran/service/FeedServiceImpl.java | kranthiGE/feed-parser | c1a093fac73ebabf4b9af722d188cd40b53f5508 | [
"MIT"
] | 1 | 2021-11-16T06:20:50.000Z | 2021-11-16T06:20:50.000Z | 21.761905 | 85 | 0.737418 | 17,475 | package com.sahikran.service;
import java.util.List;
import java.util.Optional;
import com.sahikran.model.FeedItem;
import org.springframework.stereotype.Service;
@Service
public class FeedServiceImpl implements FeedService {
@Override
public List<FeedItem> searchForFeedsByDates(Optional<String> publishedS... |
3e2957036750e79827f48ce33daa8fc2d0548ba2 | 3,310 | java | Java | jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/records/TTriggersRecord.java | ben-manes/jOOQ | 9f160d5e869de1a9d66408d90718148f76c5e000 | [
"Apache-2.0"
] | 1 | 2020-05-24T20:35:57.000Z | 2020-05-24T20:35:57.000Z | jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/records/TTriggersRecord.java | ben-manes/jOOQ | 9f160d5e869de1a9d66408d90718148f76c5e000 | [
"Apache-2.0"
] | null | null | null | jOOQ-test/src/org/jooq/test/ase/generatedclasses/tables/records/TTriggersRecord.java | ben-manes/jOOQ | 9f160d5e869de1a9d66408d90718148f76c5e000 | [
"Apache-2.0"
] | null | null | null | 24.518519 | 224 | 0.671299 | 17,476 | /**
* This class is generated by jOOQ
*/
package org.jooq.test.ase.generatedclasses.tables.records;
/**
* This class is generated by jOOQ.
*/
@java.lang.SuppressWarnings("all")
public class TTriggersRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.ase.generatedclasses.tables.records.TTriggersRecord> ... |
3e2957312e2e7da82e12bc5eec022b6001ec697f | 404 | java | Java | src/main/java/br/senac/tads/catdoggerenciador/dao/BaseDao.java | gibsilva/CatDogGerenciadorSenac | 2a317750f277f53117d0bca571664421a1af511d | [
"MIT"
] | null | null | null | src/main/java/br/senac/tads/catdoggerenciador/dao/BaseDao.java | gibsilva/CatDogGerenciadorSenac | 2a317750f277f53117d0bca571664421a1af511d | [
"MIT"
] | null | null | null | src/main/java/br/senac/tads/catdoggerenciador/dao/BaseDao.java | gibsilva/CatDogGerenciadorSenac | 2a317750f277f53117d0bca571664421a1af511d | [
"MIT"
] | null | null | null | 22.444444 | 58 | 0.707921 | 17,477 | package br.senac.tads.catdoggerenciador.dao;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import br.senac.tads.catdoggerenciador.conexao.ConexaoBd;
public abstract class BaseDao {
protected final ConexaoBd conexao;
protected PreparedStatement stmt = null;
protected ResultSet ... |
3e29574e46da5a994fb95131a48b8181151e54f2 | 3,206 | java | Java | aws-java-sdk-directconnect/src/main/java/com/amazonaws/services/directconnect/model/DescribeInterconnectLoaResult.java | erbrito/aws-java-sdk | 853b7e82d708465aca43c6013ab1221ce4d50852 | [
"Apache-2.0"
] | 1 | 2019-02-08T15:23:16.000Z | 2019-02-08T15:23:16.000Z | aws-java-sdk-directconnect/src/main/java/com/amazonaws/services/directconnect/model/DescribeInterconnectLoaResult.java | erbrito/aws-java-sdk | 853b7e82d708465aca43c6013ab1221ce4d50852 | [
"Apache-2.0"
] | 1 | 2020-09-21T09:46:45.000Z | 2020-09-21T09:46:45.000Z | aws-java-sdk-directconnect/src/main/java/com/amazonaws/services/directconnect/model/DescribeInterconnectLoaResult.java | erbrito/aws-java-sdk | 853b7e82d708465aca43c6013ab1221ce4d50852 | [
"Apache-2.0"
] | null | null | null | 29.412844 | 156 | 0.631004 | 17,478 | /*
* Copyright 2012-2017 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... |
3e2957b2ad0556775cb72c5d98abd17c95b9776b | 2,633 | java | Java | bonaparte-core/src/main/java/de/jpaw/bonaparte/util/MutableCloneTools.java | jpaw/bonaparte-java | 1a165271e43098ff334fa9127a613b1e6bd2ae4a | [
"Apache-2.0"
] | 1 | 2018-04-12T20:49:07.000Z | 2018-04-12T20:49:07.000Z | bonaparte-core/src/main/java/de/jpaw/bonaparte/util/MutableCloneTools.java | jpaw/bonaparte-java | 1a165271e43098ff334fa9127a613b1e6bd2ae4a | [
"Apache-2.0"
] | null | null | null | bonaparte-core/src/main/java/de/jpaw/bonaparte/util/MutableCloneTools.java | jpaw/bonaparte-java | 1a165271e43098ff334fa9127a613b1e6bd2ae4a | [
"Apache-2.0"
] | 3 | 2016-04-05T13:42:55.000Z | 2021-02-16T09:59:52.000Z | 41.140625 | 141 | 0.658185 | 17,479 | package de.jpaw.bonaparte.util;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import de.jpaw.bonaparte.core.BonaPortable;
import de.jpaw.bonaparte.core.ObjectValidationException;
import de.jpaw.enums.EnumSetMarker;
p... |
3e2958c8d5aaca04ff737de99d234047983000e2 | 2,145 | java | Java | subprojects/model-core/src/main/java/org/gradle/internal/snapshot/impl/ImmutableManagedValueSnapshot.java | jdai8/gradle | 0fdb1f3ff5c4e8f3444e14e5cdaa6775f1189a5d | [
"Apache-2.0"
] | 2 | 2020-04-01T18:40:33.000Z | 2021-04-23T12:06:15.000Z | subprojects/model-core/src/main/java/org/gradle/internal/snapshot/impl/ImmutableManagedValueSnapshot.java | jdai8/gradle | 0fdb1f3ff5c4e8f3444e14e5cdaa6775f1189a5d | [
"Apache-2.0"
] | 12 | 2020-07-11T15:43:32.000Z | 2020-10-13T23:39:44.000Z | subprojects/model-core/src/main/java/org/gradle/internal/snapshot/impl/ImmutableManagedValueSnapshot.java | jdai8/gradle | 0fdb1f3ff5c4e8f3444e14e5cdaa6775f1189a5d | [
"Apache-2.0"
] | 4 | 2016-12-30T06:18:52.000Z | 2021-01-13T10:39:29.000Z | 28.986486 | 89 | 0.678322 | 17,480 | /*
* Copyright 2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
3e295940a78c1d2ffe0c2ef4fbf368299afb1f81 | 2,640 | java | Java | src/main/java/seedu/studybananas/storage/quizstorage/JsonQuizRecordsStorage.java | chuyiting/tp | e66847704197339e12091cb2b9f5828ea91fddeb | [
"MIT"
] | 1 | 2020-09-30T11:25:21.000Z | 2020-09-30T11:25:21.000Z | src/main/java/seedu/studybananas/storage/quizstorage/JsonQuizRecordsStorage.java | petrickjerico/tp | becf4ff285341fa15769734316ef2597e7e7d83a | [
"MIT"
] | null | null | null | src/main/java/seedu/studybananas/storage/quizstorage/JsonQuizRecordsStorage.java | petrickjerico/tp | becf4ff285341fa15769734316ef2597e7e7d83a | [
"MIT"
] | null | null | null | 33.417722 | 104 | 0.721591 | 17,481 | package seedu.studybananas.storage.quizstorage;
import static java.util.Objects.requireNonNull;
import java.io.IOException;
import java.nio.file.Path;
import java.util.Optional;
import java.util.logging.Logger;
import seedu.studybananas.commons.core.LogsCenter;
import seedu.studybananas.commons.exceptions.DataConver... |
3e29594be2dd93f3345e7e49445998ed3e56ded8 | 785 | java | Java | myBatisPlusSample/src/main/java/com/hk/xia/mybatisplus/generator/autoge/entity/HkEmployee.java | XIACYBING/IDoNotKown | a9369831b054108bbdb534a1022248ed4b74bc3e | [
"Apache-2.0"
] | null | null | null | myBatisPlusSample/src/main/java/com/hk/xia/mybatisplus/generator/autoge/entity/HkEmployee.java | XIACYBING/IDoNotKown | a9369831b054108bbdb534a1022248ed4b74bc3e | [
"Apache-2.0"
] | 4 | 2022-01-12T23:03:55.000Z | 2022-03-31T21:41:29.000Z | myBatisPlusSample/src/main/java/com/hk/xia/mybatisplus/generator/autoge/entity/HkEmployee.java | XIACYBING/IDoNotKown | a9369831b054108bbdb534a1022248ed4b74bc3e | [
"Apache-2.0"
] | null | null | null | 21.216216 | 55 | 0.745223 | 17,482 | package com.hk.xia.mybatisplus.generator.autoge.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableField;
import java.io.Serializable;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimen... |
3e2959a67967e1b30ddcdd9f530bb5b737ae04e0 | 1,256 | java | Java | plugins/dotnet/robocode.dotnet.tests/src/test/java/net/sf/robocode/test/robotscs/TestHttpAttack.java | NotBobTheBuilder/robocode | fc1d38dac82022cd4064738d07005306ed695d9f | [
"Apache-2.0"
] | null | null | null | plugins/dotnet/robocode.dotnet.tests/src/test/java/net/sf/robocode/test/robotscs/TestHttpAttack.java | NotBobTheBuilder/robocode | fc1d38dac82022cd4064738d07005306ed695d9f | [
"Apache-2.0"
] | null | null | null | plugins/dotnet/robocode.dotnet.tests/src/test/java/net/sf/robocode/test/robotscs/TestHttpAttack.java | NotBobTheBuilder/robocode | fc1d38dac82022cd4064738d07005306ed695d9f | [
"Apache-2.0"
] | null | null | null | 25.632653 | 86 | 0.757166 | 17,483 | /**
* Copyright (c) 2001-2014 Mathew A. Nelson and Robocode contributors
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://robocode.sourceforge.net/license/ep... |
3e2959b595849f8688c291c70a9b5b7d9a823a10 | 284 | java | Java | lib/shacl-master/src/main/java/org/topbraid/spin/model/update/Drop.java | buda-base/shacl-plugin | 0de433c9689b1685f634b462d01e4de56242049d | [
"MIT"
] | null | null | null | lib/shacl-master/src/main/java/org/topbraid/spin/model/update/Drop.java | buda-base/shacl-plugin | 0de433c9689b1685f634b462d01e4de56242049d | [
"MIT"
] | null | null | null | lib/shacl-master/src/main/java/org/topbraid/spin/model/update/Drop.java | buda-base/shacl-plugin | 0de433c9689b1685f634b462d01e4de56242049d | [
"MIT"
] | null | null | null | 16.705882 | 65 | 0.68662 | 17,484 | package org.topbraid.spin.model.update;
/**
* A SPARQL Update DROP operation.
*
* @author Holger Knublauch
*/
public interface Drop extends Update {
/**
* Checks if this Update operation has been marked to be SILENT.
* @return true if SILENT
*/
boolean isSilent();
}
|
3e295a0fb6e38f2c053d58d08e06b84061299db9 | 1,563 | java | Java | rest-services/cbs-client/src/main/java/org/onap/dcaegen2/services/sdk/rest/services/cbs/client/api/exceptions/StreamParserError.java | onap/dcaegen2-services-sdk | e2405110b200a26d737c3d5fdc71ca270c99b259 | [
"Apache-2.0",
"CC-BY-4.0"
] | 1 | 2021-10-15T15:55:54.000Z | 2021-10-15T15:55:54.000Z | rest-services/cbs-client/src/main/java/org/onap/dcaegen2/services/sdk/rest/services/cbs/client/api/exceptions/StreamParserError.java | onap/dcaegen2-services-sdk | e2405110b200a26d737c3d5fdc71ca270c99b259 | [
"Apache-2.0",
"CC-BY-4.0"
] | null | null | null | rest-services/cbs-client/src/main/java/org/onap/dcaegen2/services/sdk/rest/services/cbs/client/api/exceptions/StreamParserError.java | onap/dcaegen2-services-sdk | e2405110b200a26d737c3d5fdc71ca270c99b259 | [
"Apache-2.0",
"CC-BY-4.0"
] | 1 | 2021-10-15T15:55:43.000Z | 2021-10-15T15:55:43.000Z | 32.708333 | 79 | 0.611465 | 17,485 | /*
* ============LICENSE_START====================================
* DCAEGEN2-SERVICES-SDK
* =========================================================
* Copyright (C) 2019 Nokia. All rights reserved.
* =========================================================
* Licensed under the Apache License, Version 2.0 (the ... |
3e295a62f1755912c96a648a716f0313bc85ee06 | 1,373 | java | Java | ruoyi-system/src/main/java/com/ruoyi/yaoping/service/ISysYaopingxinxiService.java | wxmhpb/yiliaoxitong | 317c3577849db9435760888954a90a568a5cefde | [
"MIT"
] | null | null | null | ruoyi-system/src/main/java/com/ruoyi/yaoping/service/ISysYaopingxinxiService.java | wxmhpb/yiliaoxitong | 317c3577849db9435760888954a90a568a5cefde | [
"MIT"
] | null | null | null | ruoyi-system/src/main/java/com/ruoyi/yaoping/service/ISysYaopingxinxiService.java | wxmhpb/yiliaoxitong | 317c3577849db9435760888954a90a568a5cefde | [
"MIT"
] | null | null | null | 21.453125 | 93 | 0.658412 | 17,486 | package com.ruoyi.yaoping.service;
import java.util.List;
import com.ruoyi.yaoping.domain.SysYaopingxinxi;
/**
* 药品信息管理Service接口
*
* @author ruoyi
* @date 2022-01-02
*/
public interface ISysYaopingxinxiService
{
/**
* 查询药品信息管理
*
* @param id 药品信息管理主键
* @return 药品信息管理
*/
public Sys... |
3e295abe9f881b0b133034e2804b2b8245330ffb | 2,645 | java | Java | AishiTouchAuto.java | AishiWaghray/AishiCode-FTC | 255a590848dfc258ccc80efe1a6afd5e14585e17 | [
"MIT"
] | null | null | null | AishiTouchAuto.java | AishiWaghray/AishiCode-FTC | 255a590848dfc258ccc80efe1a6afd5e14585e17 | [
"MIT"
] | null | null | null | AishiTouchAuto.java | AishiWaghray/AishiCode-FTC | 255a590848dfc258ccc80efe1a6afd5e14585e17 | [
"MIT"
] | null | null | null | 31.117647 | 80 | 0.57656 | 17,487 |
package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
import com.qualcomm.robotcore.hardware.DcMotor;
import com.qualcomm.robotcore.hardware.DigitalChannel;
import com.qualcomm.robotcore.util.ElapsedTime;
... |
3e295b59e548502cc715ec63cf6a6b1c2a22ccca | 3,293 | java | Java | src/main/java/com/atirodeas/reto03/service/AccessoryService.java | danielcaste1/aTiroDeAsBackend | 485a331f44c3dc8bc8356430466411ec230b3d0a | [
"MIT"
] | null | null | null | src/main/java/com/atirodeas/reto03/service/AccessoryService.java | danielcaste1/aTiroDeAsBackend | 485a331f44c3dc8bc8356430466411ec230b3d0a | [
"MIT"
] | null | null | null | src/main/java/com/atirodeas/reto03/service/AccessoryService.java | danielcaste1/aTiroDeAsBackend | 485a331f44c3dc8bc8356430466411ec230b3d0a | [
"MIT"
] | null | null | null | 37.420455 | 99 | 0.618281 | 17,488 | package com.atirodeas.reto03.service;
import com.atirodeas.reto03.model.Accessory;
import com.atirodeas.reto03.repository.AccessoryRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
import java.util.Optional;
@Ser... |
3e295b99e83307167a3b464ae57103cd83e4bf9d | 39,893 | java | Java | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v202108/Dimension.java | admariner/googleads-java-lib | 31a159d6bae4f98a97ac1210e6cf6d18ef0cb68c | [
"Apache-2.0"
] | 215 | 2015-01-03T08:17:03.000Z | 2022-01-20T09:48:18.000Z | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v202108/Dimension.java | googleads/googleads-java-lib | cc5b2fc8ef76082b72f021c11ff9b7e4d9326aca | [
"Apache-2.0"
] | 189 | 2015-01-06T15:16:41.000Z | 2021-12-16T14:13:12.000Z | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v202108/Dimension.java | admariner/googleads-java-lib | 31a159d6bae4f98a97ac1210e6cf6d18ef0cb68c | [
"Apache-2.0"
] | 382 | 2015-01-07T04:42:40.000Z | 2022-03-03T12:15:10.000Z | 82.93763 | 128 | 0.81112 | 17,489 | // Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writi... |
3e295d3f80086fc6b5289e1d64734000d875c07a | 16,469 | java | Java | src/main/java/net/snowflake/client/jdbc/telemetryOOB/TelemetryService.java | binglihub/snowflake-jdbc | 7ce958ac4f0194b0a3b34ac094d681f94a768ab4 | [
"Apache-2.0"
] | null | null | null | src/main/java/net/snowflake/client/jdbc/telemetryOOB/TelemetryService.java | binglihub/snowflake-jdbc | 7ce958ac4f0194b0a3b34ac094d681f94a768ab4 | [
"Apache-2.0"
] | null | null | null | src/main/java/net/snowflake/client/jdbc/telemetryOOB/TelemetryService.java | binglihub/snowflake-jdbc | 7ce958ac4f0194b0a3b34ac094d681f94a768ab4 | [
"Apache-2.0"
] | null | null | null | 27.126645 | 93 | 0.6507 | 17,490 | package net.snowflake.client.jdbc.telemetryOOB;
import net.minidev.json.JSONArray;
import net.minidev.json.JSONObject;
import net.snowflake.client.log.SFLogger;
import net.snowflake.client.log.SFLoggerFactory;
import net.snowflake.client.util.SecretDetector;
import org.apache.http.HttpResponse;
import org.apache.http.... |
3e295dde9850dbf5a0c58442403725704e54e74e | 958 | java | Java | log4j-core/src/main/java/org/apache/logging/log4j/core/appender/routing/package-info.java | gal-schneider/logging-log4j2 | 35fa50bb99675273932eab81c462756348dc7bf9 | [
"Apache-2.0"
] | 3,034 | 2015-01-19T14:45:09.000Z | 2022-03-31T06:11:10.000Z | log4j-core/src/main/java/org/apache/logging/log4j/core/appender/routing/package-info.java | gal-schneider/logging-log4j2 | 35fa50bb99675273932eab81c462756348dc7bf9 | [
"Apache-2.0"
] | 559 | 2015-03-11T15:45:08.000Z | 2022-03-31T17:56:24.000Z | log4j-core/src/main/java/org/apache/logging/log4j/core/appender/routing/package-info.java | gal-schneider/logging-log4j2 | 35fa50bb99675273932eab81c462756348dc7bf9 | [
"Apache-2.0"
] | 1,620 | 2015-01-31T09:10:08.000Z | 2022-03-31T17:42:41.000Z | 45.619048 | 92 | 0.762004 | 17,491 | /*
* 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 n... |
3e29613679bc542aff3b4023be4614a68c1d78ff | 3,549 | java | Java | HTML5/dev/simplivity-citrixplugin-service/src/main/java/com/vmware/vim25/HbrDiskMigrationAction.java | HewlettPackard/SimpliVity-Citrix-VCenter-Plugin | 504cbeec6fce27a4b6b23887b28d6a4e85393f4b | [
"Apache-2.0"
] | null | null | null | HTML5/dev/simplivity-citrixplugin-service/src/main/java/com/vmware/vim25/HbrDiskMigrationAction.java | HewlettPackard/SimpliVity-Citrix-VCenter-Plugin | 504cbeec6fce27a4b6b23887b28d6a4e85393f4b | [
"Apache-2.0"
] | null | null | null | HTML5/dev/simplivity-citrixplugin-service/src/main/java/com/vmware/vim25/HbrDiskMigrationAction.java | HewlettPackard/SimpliVity-Citrix-VCenter-Plugin | 504cbeec6fce27a4b6b23887b28d6a4e85393f4b | [
"Apache-2.0"
] | 1 | 2018-10-03T16:53:11.000Z | 2018-10-03T16:53:11.000Z | 26.288889 | 110 | 0.666385 | 17,492 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019.06.12 at 09:... |
3e296189ca266369f746dd039bef229963b27fe5 | 12,883 | java | Java | src/main/java/com/ibm/jnvmf/QueuePair.java | zrlio/jNVMf | 06ee9935c103c6678916d6341f22e6da44f0bb96 | [
"Apache-2.0"
] | 22 | 2018-04-18T08:38:11.000Z | 2021-12-18T17:03:30.000Z | src/main/java/com/ibm/jnvmf/QueuePair.java | zrlio/jNVMf | 06ee9935c103c6678916d6341f22e6da44f0bb96 | [
"Apache-2.0"
] | 15 | 2019-06-10T09:18:31.000Z | 2021-11-18T09:17:24.000Z | src/main/java/com/ibm/jnvmf/QueuePair.java | zrlio/jNVMf | 06ee9935c103c6678916d6341f22e6da44f0bb96 | [
"Apache-2.0"
] | 11 | 2018-03-29T12:33:53.000Z | 2021-04-15T13:42:52.000Z | 36.599432 | 100 | 0.717768 | 17,493 | /*
* Copyright (C) 2018, IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... |
3e29618d0619ec64a2aa011410780131b1e790d8 | 1,960 | java | Java | src/main/java/com/arpnetworking/metrics/proxy/models/messages/NewMetric.java | abbeyqy/metrics-aggregator-daemon | e33ae9c4f5084df762b00477d6b8f369a0d217e5 | [
"Apache-2.0"
] | 6 | 2016-04-15T03:22:13.000Z | 2018-08-07T22:29:24.000Z | src/main/java/com/arpnetworking/metrics/proxy/models/messages/NewMetric.java | abbeyqy/metrics-aggregator-daemon | e33ae9c4f5084df762b00477d6b8f369a0d217e5 | [
"Apache-2.0"
] | 92 | 2016-02-08T23:43:10.000Z | 2021-03-25T17:39:48.000Z | src/main/java/com/arpnetworking/metrics/proxy/models/messages/NewMetric.java | abbeyqy/metrics-aggregator-daemon | e33ae9c4f5084df762b00477d6b8f369a0d217e5 | [
"Apache-2.0"
] | 13 | 2016-04-25T10:52:13.000Z | 2020-06-08T16:51:07.000Z | 28.405797 | 89 | 0.658673 | 17,494 | /*
* Copyright 2014 Groupon.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
3e2961a37eaa6c3a8b65eca5e95c796926633477 | 784 | java | Java | src/main/java/com/nealma/ext/ueditor/upload/Uploader.java | nealma/SpringBoot-UEditor-AliyunOSS | 1266c494c0043abc6863c1b055d485b8de91c141 | [
"MIT"
] | 5 | 2018-03-27T09:04:36.000Z | 2020-08-14T06:15:47.000Z | src/main/java/com/nealma/ext/ueditor/upload/Uploader.java | nealma/SpringBoot-UEditor-AliyunOSS | 1266c494c0043abc6863c1b055d485b8de91c141 | [
"MIT"
] | null | null | null | src/main/java/com/nealma/ext/ueditor/upload/Uploader.java | nealma/SpringBoot-UEditor-AliyunOSS | 1266c494c0043abc6863c1b055d485b8de91c141 | [
"MIT"
] | 1 | 2020-08-14T06:15:50.000Z | 2020-08-14T06:15:50.000Z | 22.4 | 93 | 0.735969 | 17,495 | package com.nealma.ext.ueditor.upload;
import com.nealma.ext.ueditor.aliyunoss.OSSConfig;
import com.nealma.ext.ueditor.define.State;
import javax.servlet.http.HttpServletRequest;
import java.util.Map;
public class Uploader {
private HttpServletRequest request;
private Map<String, Object> conf;
private OSSConfig... |
3e2962784bcba5157a0f32d371815e7988efc594 | 8,614 | java | Java | src/de/unihd/osmatrix/util/Utils.java | GIScience/osmatrix-processing | 6ff73f996a0b0b0b329e367da3ea0e6cdc1970a5 | [
"MIT"
] | 1 | 2019-05-23T10:54:42.000Z | 2019-05-23T10:54:42.000Z | src/de/unihd/osmatrix/util/Utils.java | GIScience/osmatrix-processing | 6ff73f996a0b0b0b329e367da3ea0e6cdc1970a5 | [
"MIT"
] | null | null | null | src/de/unihd/osmatrix/util/Utils.java | GIScience/osmatrix-processing | 6ff73f996a0b0b0b329e367da3ea0e6cdc1970a5 | [
"MIT"
] | null | null | null | 36.655319 | 91 | 0.581147 | 17,496 | package de.unihd.osmatrix.util;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Calendar;
import java.util.Map;
import java.util.Set;
// TODO: Auto-generated Javadoc
/**
* The Class Utils.
*/
public class Utils {
/** The Constant USER_ID. */
public static final String... |
3e2963d9b04af5de1832a8d2f0d5ccbafe835719 | 5,435 | java | Java | apm-sniffer/optional-plugins/optional-spring-plugins/optional-spring-cloud/gateway-3.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/cloud/gateway/v3x/HttpClientFinalizerSendInterceptor.java | liweiyuan/skywalking-java | d45818911d9ecd656fb5ab1e6e072e737d57e3ee | [
"Apache-2.0"
] | null | null | null | apm-sniffer/optional-plugins/optional-spring-plugins/optional-spring-cloud/gateway-3.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/cloud/gateway/v3x/HttpClientFinalizerSendInterceptor.java | liweiyuan/skywalking-java | d45818911d9ecd656fb5ab1e6e072e737d57e3ee | [
"Apache-2.0"
] | null | null | null | apm-sniffer/optional-plugins/optional-spring-plugins/optional-spring-cloud/gateway-3.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/cloud/gateway/v3x/HttpClientFinalizerSendInterceptor.java | liweiyuan/skywalking-java | d45818911d9ecd656fb5ab1e6e072e737d57e3ee | [
"Apache-2.0"
] | null | null | null | 46.853448 | 220 | 0.716467 | 17,497 | /*
* 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... |
3e296486b5927d10a42d93fafda69277ef10574c | 3,112 | java | Java | ole-app/olefs/src/main/java/org/kuali/ole/sec/businessobject/SecurityAttributeMetadata.java | VU-libtech/OLE-INST | 9f5efae4dfaf810fa671c6ac6670a6051303b43d | [
"ECL-2.0"
] | 1 | 2017-01-26T03:50:56.000Z | 2017-01-26T03:50:56.000Z | ole-app/olefs/src/main/java/org/kuali/ole/sec/businessobject/SecurityAttributeMetadata.java | VU-libtech/OLE-INST | 9f5efae4dfaf810fa671c6ac6670a6051303b43d | [
"ECL-2.0"
] | 3 | 2020-11-16T20:28:08.000Z | 2021-03-22T23:41:19.000Z | ole-app/olefs/src/main/java/org/kuali/ole/sec/businessobject/SecurityAttributeMetadata.java | VU-libtech/OLE-INST | 9f5efae4dfaf810fa671c6ac6670a6051303b43d | [
"ECL-2.0"
] | null | null | null | 27.298246 | 110 | 0.698586 | 17,498 | /*
* Copyright 2010 The Kuali Foundation.
*
* Licensed under the Educational Community License, Version 1.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.opensource.org/licenses/ecl1.php
*
* Unless required by app... |
3e2964e7aaacee026e5c75806714466c32c6c589 | 2,441 | java | Java | CODE/src/main/java/DAO/impl/coachDAOImpl.java | AXNTROYUANXD/Online-Gym | ac55a277819817d7e1225ffdb81083a5325a91d8 | [
"MIT"
] | null | null | null | CODE/src/main/java/DAO/impl/coachDAOImpl.java | AXNTROYUANXD/Online-Gym | ac55a277819817d7e1225ffdb81083a5325a91d8 | [
"MIT"
] | null | null | null | CODE/src/main/java/DAO/impl/coachDAOImpl.java | AXNTROYUANXD/Online-Gym | ac55a277819817d7e1225ffdb81083a5325a91d8 | [
"MIT"
] | null | null | null | 34.380282 | 167 | 0.501434 | 17,499 | package DAO.impl;
import DAO.coachDAO;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileReader;
import java.io.FileWriter;
public class coachDAOImpl implements coachDAO {
public String[] getInfo(String coachId) {
String filepath = "src/main/resources/files/coach... |
3e29655382ee6db5d79cc54de6271da7698f7e6a | 635 | java | Java | Mission5/app/src/main/java/com/example/user/mission5/MenuActivity.java | postBG/AndroidQuiz | aa24f6fe0bb77c11a1a93b2e4110222d526334dd | [
"MIT"
] | null | null | null | Mission5/app/src/main/java/com/example/user/mission5/MenuActivity.java | postBG/AndroidQuiz | aa24f6fe0bb77c11a1a93b2e4110222d526334dd | [
"MIT"
] | null | null | null | Mission5/app/src/main/java/com/example/user/mission5/MenuActivity.java | postBG/AndroidQuiz | aa24f6fe0bb77c11a1a93b2e4110222d526334dd | [
"MIT"
] | null | null | null | 25.4 | 66 | 0.711811 | 17,500 | package com.example.user.mission5;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class MenuActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceStat... |
3e2965af32c22c07fd0df873312d59dce183e8e3 | 604 | java | Java | src/test/java/tests_dominio/TestCasta.java | TheBitles/jrpg-2017a-dominio | 5b758d1f5202378b6cb41fa9615ea9b5c15a977d | [
"MIT"
] | 4 | 2017-04-13T23:18:27.000Z | 2019-09-11T04:57:30.000Z | src/test/java/tests_dominio/TestCasta.java | TheBitles/jrpg-2017a-dominio | 5b758d1f5202378b6cb41fa9615ea9b5c15a977d | [
"MIT"
] | null | null | null | src/test/java/tests_dominio/TestCasta.java | TheBitles/jrpg-2017a-dominio | 5b758d1f5202378b6cb41fa9615ea9b5c15a977d | [
"MIT"
] | 2 | 2017-04-14T23:20:19.000Z | 2019-09-11T04:57:36.000Z | 22.37037 | 67 | 0.730132 | 17,501 | package tests_dominio;
import org.junit.Assert;
import org.junit.Test;
import dominio.Hechicero;
public class TestCasta {
@Test
public void testGettersYSetters(){
Hechicero h = new Hechicero();
h.setProbabilidadGolpeCritico(0.5);
Assert.assertTrue(0.5 == h.getProbabilidadGolpeCritico());
h.setProbabili... |
3e296790a76ada25e538c848e45b8db6975caa2a | 4,733 | java | Java | jodd-madvoc/src/test/java/jodd/madvoc/component/InterceptorManagerTest.java | anmijay/jodd | 56caf04f127fc932517c1e53234ba4016de4241e | [
"BSD-3-Clause"
] | null | null | null | jodd-madvoc/src/test/java/jodd/madvoc/component/InterceptorManagerTest.java | anmijay/jodd | 56caf04f127fc932517c1e53234ba4016de4241e | [
"BSD-3-Clause"
] | null | null | null | jodd-madvoc/src/test/java/jodd/madvoc/component/InterceptorManagerTest.java | anmijay/jodd | 56caf04f127fc932517c1e53234ba4016de4241e | [
"BSD-3-Clause"
] | null | null | null | 34.05036 | 135 | 0.738221 | 17,502 | // Copyright (c) 2003-2012, Jodd Team (jodd.org). All Rights Reserved.
package jodd.madvoc.component;
import jodd.madvoc.MadvocException;
import jodd.madvoc.MadvocTestCase;
import jodd.madvoc.interceptor.ActionInterceptor;
import jodd.madvoc.interceptor.ActionInterceptorStack;
import jodd.madvoc.interceptor.A... |
3e296822c176e1cb9d4d609b8edd9d87c5da5fd6 | 2,099 | java | Java | app/src/main/java/com/ys/yoosir/zzshow/mvp/apis/PhotoModuleApiImpl.java | shiningguang/ZZShow | ae4e87658e01ae28c9aa8dd2ed947ca1f2e1f95d | [
"Apache-2.0"
] | 1 | 2021-01-20T15:46:28.000Z | 2021-01-20T15:46:28.000Z | app/src/main/java/com/ys/yoosir/zzshow/mvp/apis/PhotoModuleApiImpl.java | shiningguang/ZZShow | ae4e87658e01ae28c9aa8dd2ed947ca1f2e1f95d | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/ys/yoosir/zzshow/mvp/apis/PhotoModuleApiImpl.java | shiningguang/ZZShow | ae4e87658e01ae28c9aa8dd2ed947ca1f2e1f95d | [
"Apache-2.0"
] | 1 | 2021-01-20T15:46:29.000Z | 2021-01-20T15:46:29.000Z | 34.983333 | 112 | 0.622677 | 17,503 | package com.ys.yoosir.zzshow.mvp.apis;
import com.ys.yoosir.zzshow.common.HostType;
import com.ys.yoosir.zzshow.mvp.apis.interfaces.PhotoModuleApi;
import com.ys.yoosir.zzshow.common.RequestCallBack;
import com.ys.yoosir.zzshow.repository.network.PhotoService;
import com.ys.yoosir.zzshow.mvp.entity.photos.GirlData;
im... |
3e29684ef4fd83047ed47ccefe024bea0712ed8d | 530 | java | Java | src/com/example/customviewdemo/view/ChatItemListViewBean.java | jianghang/CustomViewDemo | 3baa1058749ac595cb2e4beace4467fac0386f31 | [
"Apache-2.0"
] | null | null | null | src/com/example/customviewdemo/view/ChatItemListViewBean.java | jianghang/CustomViewDemo | 3baa1058749ac595cb2e4beace4467fac0386f31 | [
"Apache-2.0"
] | null | null | null | src/com/example/customviewdemo/view/ChatItemListViewBean.java | jianghang/CustomViewDemo | 3baa1058749ac595cb2e4beace4467fac0386f31 | [
"Apache-2.0"
] | null | null | null | 13.589744 | 40 | 0.688679 | 17,504 | package com.example.customviewdemo.view;
import android.graphics.Bitmap;
public class ChatItemListViewBean {
private int type;
private String text;
private Bitmap icon;
public ChatItemListViewBean(){
}
public int getType() {
return type;
}
public void setType(int type) {
this.type = type;
}
pu... |
3e2968635e7e4340d475495c874fe17cf5ef5100 | 1,051 | java | Java | src/main/java/lsieun/net/http/handler/sub/CSSHandler.java | lsieun/lsieun-web | c1ce6f8d127224979f29b812d73bc4c2bdb73a6f | [
"Apache-2.0"
] | null | null | null | src/main/java/lsieun/net/http/handler/sub/CSSHandler.java | lsieun/lsieun-web | c1ce6f8d127224979f29b812d73bc4c2bdb73a6f | [
"Apache-2.0"
] | 1 | 2020-10-21T15:18:56.000Z | 2020-10-21T15:18:56.000Z | src/main/java/lsieun/net/http/handler/sub/CSSHandler.java | lsieun/lsieun-web | c1ce6f8d127224979f29b812d73bc4c2bdb73a6f | [
"Apache-2.0"
] | null | null | null | 32.84375 | 86 | 0.691722 | 17,505 | package lsieun.net.http.handler.sub;
import lsieun.net.http.bean.HttpHeader;
import lsieun.net.http.bean.HttpResource;
import lsieun.net.http.handler.FileHandler;
import lsieun.utils.DateUtils;
import java.util.Date;
public class CSSHandler extends FileHandler {
@Override
public HttpResource getResource(Stri... |
3e2968a29dadd471152eb8583e991dbb89127cd2 | 2,535 | java | Java | exec/java-exec/src/main/java/org/apache/drill/exec/store/plan/rel/PluginSortRel.java | qiufeng9862/drill | baf698f63a1e549346fba59254472995e0f7be16 | [
"Apache-2.0"
] | 1,510 | 2015-01-04T01:35:19.000Z | 2022-03-28T23:36:02.000Z | exec/java-exec/src/main/java/org/apache/drill/exec/store/plan/rel/PluginSortRel.java | andreas5588/drill | 5b74325892943d0cca1bc96491fa2236ae88b9ad | [
"Apache-2.0"
] | 1,979 | 2015-01-28T03:18:38.000Z | 2022-03-31T13:49:32.000Z | exec/java-exec/src/main/java/org/apache/drill/exec/store/plan/rel/PluginSortRel.java | andreas5588/drill | 5b74325892943d0cca1bc96491fa2236ae88b9ad | [
"Apache-2.0"
] | 940 | 2015-01-01T01:39:39.000Z | 2022-03-25T08:46:59.000Z | 36.214286 | 91 | 0.77357 | 17,506 | /*
* 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 ... |
3e2968efc188fa7426c79c9c6d1289bf7d34b618 | 2,074 | java | Java | src/main/java/org/azkfw/database/definition/parser/DatabaseDefinitionParser.java | azuki-framework/azuki-database | fc97d626c11231f1b9a7fabd71c8d293f38cb23e | [
"Apache-2.0"
] | null | null | null | src/main/java/org/azkfw/database/definition/parser/DatabaseDefinitionParser.java | azuki-framework/azuki-database | fc97d626c11231f1b9a7fabd71c8d293f38cb23e | [
"Apache-2.0"
] | null | null | null | src/main/java/org/azkfw/database/definition/parser/DatabaseDefinitionParser.java | azuki-framework/azuki-database | fc97d626c11231f1b9a7fabd71c8d293f38cb23e | [
"Apache-2.0"
] | null | null | null | 27.653333 | 110 | 0.707329 | 17,507 | /**
* 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"... |
3e296902738bd99b3844600fc8222d305a0ba7dc | 4,455 | java | Java | testdriver.java | boaz4/Car-Rental | 81cf420972ecf189ef39cdaeb63a8d5ab7361b57 | [
"Apache-2.0"
] | null | null | null | testdriver.java | boaz4/Car-Rental | 81cf420972ecf189ef39cdaeb63a8d5ab7361b57 | [
"Apache-2.0"
] | null | null | null | testdriver.java | boaz4/Car-Rental | 81cf420972ecf189ef39cdaeb63a8d5ab7361b57 | [
"Apache-2.0"
] | null | null | null | 44.108911 | 153 | 0.555107 | 17,508 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Rates;
/**
*
*/
import java.util.*;
public class testdriver
{
public static void main(String[] args)
{
int ... |
3e29695ea5d42ee21e6f46563b8c0d2791de00ae | 2,524 | java | Java | coursework2/src/src/uk/ac/nott/cs/g53dia/multidemo/fleet/HierarchicalFleet.java | SpeedoDevo/G53DIA | 4b0cafff7aa0a5c4190add202209efb8e11eab85 | [
"MIT"
] | null | null | null | coursework2/src/src/uk/ac/nott/cs/g53dia/multidemo/fleet/HierarchicalFleet.java | SpeedoDevo/G53DIA | 4b0cafff7aa0a5c4190add202209efb8e11eab85 | [
"MIT"
] | null | null | null | coursework2/src/src/uk/ac/nott/cs/g53dia/multidemo/fleet/HierarchicalFleet.java | SpeedoDevo/G53DIA | 4b0cafff7aa0a5c4190add202209efb8e11eab85 | [
"MIT"
] | null | null | null | 31.160494 | 114 | 0.601823 | 17,509 | package uk.ac.nott.cs.g53dia.multidemo.fleet;
import java.util.Arrays;
import java.util.stream.Collectors;
import uk.ac.nott.cs.g53dia.multidemo.fleet.data.Server;
import uk.ac.nott.cs.g53dia.multidemo.tanker.MegaTanker;
import uk.ac.nott.cs.g53dia.multilibrary.Action;
import uk.ac.nott.cs.g53dia.multilibrary.ActionF... |
3e2969c72872e8f929deaea16606f31bc5e571b4 | 119 | java | Java | RP2/src/main/java/fallenavatar/rp2_redux/lib/util/java/Supplier3.java | FallenAvatar/rp2-redux | 20066bf1846b2f3a6411b491a9974d0a945734fa | [
"MIT"
] | null | null | null | RP2/src/main/java/fallenavatar/rp2_redux/lib/util/java/Supplier3.java | FallenAvatar/rp2-redux | 20066bf1846b2f3a6411b491a9974d0a945734fa | [
"MIT"
] | null | null | null | RP2/src/main/java/fallenavatar/rp2_redux/lib/util/java/Supplier3.java | FallenAvatar/rp2-redux | 20066bf1846b2f3a6411b491a9974d0a945734fa | [
"MIT"
] | null | null | null | 19.833333 | 45 | 0.722689 | 17,510 | package fallenavatar.rp2_redux.lib.util.java;
public interface Supplier3<A1,A2,A3,R> {
R get(A1 a1, A2 a2, A3 a3);
}
|
3e296a54a621144f148a55bee990ec6555afc4ef | 6,309 | java | Java | src/main/java/fr/insee/eno/ws/controller/IntegrationController.java | InseeFr/Eno-WS | 93372c5ae06cf6b70837286823d634c64228b733 | [
"MIT"
] | null | null | null | src/main/java/fr/insee/eno/ws/controller/IntegrationController.java | InseeFr/Eno-WS | 93372c5ae06cf6b70837286823d634c64228b733 | [
"MIT"
] | 25 | 2017-11-30T14:34:58.000Z | 2022-03-25T03:02:38.000Z | src/main/java/fr/insee/eno/ws/controller/IntegrationController.java | InseeFr/Eno-WS | 93372c5ae06cf6b70837286823d634c64228b733 | [
"MIT"
] | 15 | 2016-11-25T15:03:54.000Z | 2021-11-16T09:37:24.000Z | 46.051095 | 252 | 0.80615 | 17,511 | package fr.insee.eno.ws.controller;
import java.io.File;
import java.io.InputStream;
import java.nio.file.Files;
import org.apache.commons.io.FileUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpHeaders;
... |
3e296a6e8748739f19409f4045b803585c9df032 | 15,478 | java | Java | app/src/main/java/com/example/qd/mysocketdemo/MainFragment.java | wuqingsen/MySocketDemo | e41d3cccec8ccc61b4c8b8c4746c54ceec4dffcd | [
"MIT"
] | null | null | null | app/src/main/java/com/example/qd/mysocketdemo/MainFragment.java | wuqingsen/MySocketDemo | e41d3cccec8ccc61b4c8b8c4746c54ceec4dffcd | [
"MIT"
] | null | null | null | app/src/main/java/com/example/qd/mysocketdemo/MainFragment.java | wuqingsen/MySocketDemo | e41d3cccec8ccc61b4c8b8c4746c54ceec4dffcd | [
"MIT"
] | null | null | null | 33.868709 | 101 | 0.554787 | 17,512 | package com.example.qd.mysocketdemo;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerVi... |
3e296c605bf8981df4070d847cf12d4317aaad6e | 1,431 | java | Java | backend/src/main/java/oidc/management/model/mongo/MongoAuthority.java | matiasah/spring-oidc-backend | 4ff3edff0f7029dd5d31ac957e6f254de688f850 | [
"MIT"
] | 1 | 2022-03-22T01:03:13.000Z | 2022-03-22T01:03:13.000Z | backend/src/main/java/oidc/management/model/mongo/MongoAuthority.java | matiasah/spring-oidc-backend | 4ff3edff0f7029dd5d31ac957e6f254de688f850 | [
"MIT"
] | null | null | null | backend/src/main/java/oidc/management/model/mongo/MongoAuthority.java | matiasah/spring-oidc-backend | 4ff3edff0f7029dd5d31ac957e6f254de688f850 | [
"MIT"
] | null | null | null | 25.553571 | 92 | 0.744934 | 17,513 | package oidc.management.model.mongo;
import lombok.*;
import oidc.management.model.Authority;
import oidc.management.repository.AuthorityRepository;
import oidc.management.validation.annotations.ValidAuthority;
import org.springframework.data.annotation.Id;
import org.springframework.data.domain.Pageable;
import java... |
3e296c75d0a85a950701b4f8c80c100f1477fc0b | 775 | java | Java | algo-learn/java/algorithm/backtracking/leetcode/Permutations.java | nateshao/leetcode | 8e295443a66c1da61f50a6ac9f08a4588cc35d7a | [
"MIT"
] | 153 | 2020-09-24T12:46:51.000Z | 2022-03-31T21:30:44.000Z | algo-learn/java/algorithm/backtracking/leetcode/Permutations.java | nateshao/leetcode | 8e295443a66c1da61f50a6ac9f08a4588cc35d7a | [
"MIT"
] | null | null | null | algo-learn/java/algorithm/backtracking/leetcode/Permutations.java | nateshao/leetcode | 8e295443a66c1da61f50a6ac9f08a4588cc35d7a | [
"MIT"
] | 35 | 2020-12-22T11:07:06.000Z | 2022-03-09T03:25:08.000Z | 21.527778 | 79 | 0.504516 | 17,514 | package algorithm.backtracking.leetcode;
import java.util.ArrayList;
import java.util.List;
/**
* @author roseduan
* 全排列
*/
public class Permutations {
/**
* 深度优先搜索的思路
*/
public List<List<Integer>> permute(int[] nums) {
List<List<Integer>> res = new ArrayList<>();
dfs(nums, new A... |
3e296cafbdb6e320be60bb3bcc94bffa7d5b6265 | 2,384 | java | Java | src/backend/Verdict.java | Saikat-S/cp-anlyzr | 74f599781d86bc93d895ce9621cf8bda7f7e4ec3 | [
"MIT"
] | 8 | 2018-04-16T12:54:21.000Z | 2021-09-17T16:39:48.000Z | src/backend/Verdict.java | Saikat-S/cp-anlyzr | 74f599781d86bc93d895ce9621cf8bda7f7e4ec3 | [
"MIT"
] | 1 | 2018-09-05T18:41:34.000Z | 2018-09-05T18:41:34.000Z | src/backend/Verdict.java | Saikat-S/cp-anlyzr | 74f599781d86bc93d895ce9621cf8bda7f7e4ec3 | [
"MIT"
] | 1 | 2018-04-16T18:46:34.000Z | 2018-04-16T18:46:34.000Z | 28.380952 | 267 | 0.690856 | 17,515 | package backend;
import java.io.BufferedReader;
//import java.io.IOException;
import java.io.InputStreamReader;
import java.net.*;
import java.util.HashMap;
import java.util.Map;
import org.json.*;
public class Verdict {
enum VERDICT {FAILED, OK, PARTIAL, COMPILATION_ERROR, RUNTIME_ERROR, WRONG_ANSWER, PRESENTATION... |
3e296cf569ca152b862ede9f1cf17aabbf2eedb9 | 324 | java | Java | src/main/java/com/github/invictum/reportportal/ItemType.java | pavelsmolensky/serenity-reportportal-integration | 4c63fc9cb8c56f85170999d11ab0486b9f726b09 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/invictum/reportportal/ItemType.java | pavelsmolensky/serenity-reportportal-integration | 4c63fc9cb8c56f85170999d11ab0486b9f726b09 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/invictum/reportportal/ItemType.java | pavelsmolensky/serenity-reportportal-integration | 4c63fc9cb8c56f85170999d11ab0486b9f726b09 | [
"Apache-2.0"
] | null | null | null | 15.428571 | 73 | 0.611111 | 17,516 | package com.github.invictum.reportportal;
/**
* Describes available item types and their map to ReportPortal facility.
*/
public enum ItemType {
SUITE("TEST"),
TEST("STEP");
private String key;
ItemType(String key) {
this.key = key;
}
public String key() {
return key;
... |
3e296ea3f4205ed099e438ae22a0c3a57026e7f8 | 5,367 | java | Java | src/main/java/org/terasology/ligthandshadow/componentsystem/controllers/ClientSkinSystem.java | ujjman/LightAndShadow | cc4bd98e755942cbd3f805b56296250f3e93564a | [
"Apache-2.0"
] | 8 | 2016-10-26T17:39:19.000Z | 2022-01-05T01:25:40.000Z | src/main/java/org/terasology/ligthandshadow/componentsystem/controllers/ClientSkinSystem.java | ujjman/LightAndShadow | cc4bd98e755942cbd3f805b56296250f3e93564a | [
"Apache-2.0"
] | 153 | 2015-01-11T12:26:42.000Z | 2022-01-04T13:20:49.000Z | src/main/java/org/terasology/ligthandshadow/componentsystem/controllers/ClientSkinSystem.java | ujjman/LightAndShadow | cc4bd98e755942cbd3f805b56296250f3e93564a | [
"Apache-2.0"
] | 32 | 2015-05-29T19:56:20.000Z | 2021-11-15T10:37:41.000Z | 50.158879 | 144 | 0.75517 | 17,517 | // Copyright 2021 The Terasology Foundation
// SPDX-License-Identifier: Apache-2.0
package org.terasology.ligthandshadow.componentsystem.controllers;
import org.terasology.gestalt.assets.management.AssetManager;
import org.terasology.engine.core.modes.loadProcesses.AwaitedLocalCharacterSpawnEvent;
import org.terasolog... |
3e296eafd102fd35a7848f15a54c3d401e9ceda5 | 638 | java | Java | src/test/java/io/github/henryssondaniel/teacup/core/assertion/AbstractIntArrayAssertTest.java | HenryssonDaniel/teacup-java-core | 54116ce5fece8baac2a027ceeb50da9e1a91d869 | [
"MIT"
] | null | null | null | src/test/java/io/github/henryssondaniel/teacup/core/assertion/AbstractIntArrayAssertTest.java | HenryssonDaniel/teacup-java-core | 54116ce5fece8baac2a027ceeb50da9e1a91d869 | [
"MIT"
] | null | null | null | src/test/java/io/github/henryssondaniel/teacup/core/assertion/AbstractIntArrayAssertTest.java | HenryssonDaniel/teacup-java-core | 54116ce5fece8baac2a027ceeb50da9e1a91d869 | [
"MIT"
] | null | null | null | 30.380952 | 73 | 0.799373 | 17,518 | package io.github.henryssondaniel.teacup.core.assertion;
import static org.assertj.core.api.Assertions.assertThat;
import org.junit.jupiter.api.Test;
class AbstractIntArrayAssertTest {
@Test
void getAssert() {
assertThat(new TestAbstractIntArrayAssert().getAssert())
.isInstanceOf(org.assertj.core.api... |
3e296eb0728664d305982315e5e796e8962900b3 | 950 | java | Java | src/main/java/com/anteoy/coreJava/unsafe/SuperArray.java | Anteoy/jottings | 3de15288d385f2397932982f356ffcca910be118 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/anteoy/coreJava/unsafe/SuperArray.java | Anteoy/jottings | 3de15288d385f2397932982f356ffcca910be118 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/anteoy/coreJava/unsafe/SuperArray.java | Anteoy/jottings | 3de15288d385f2397932982f356ffcca910be118 | [
"Apache-2.0"
] | null | null | null | 25 | 61 | 0.592632 | 17,519 | package com.anteoy.coreJava.unsafe;
import sun.misc.Unsafe;
import java.lang.reflect.Field;
/**
* @auther zhoudazhuang
* @date 19-3-22 17:11
* @description
*/
public class SuperArray {
public static void main(String[] arg) throws Exception{
//通过反射实例化Unsafe
Field f = Unsafe.class.getDeclared... |
3e296ff1bfb023355ed486d9023eb88b76e4038c | 1,896 | java | Java | src/main/java/com/github/jontejj/dixit/DownloadCards.java | jontejj/dixit | fac050253d834c1f5ebb9165b8ef66f440f1fe66 | [
"Unlicense"
] | null | null | null | src/main/java/com/github/jontejj/dixit/DownloadCards.java | jontejj/dixit | fac050253d834c1f5ebb9165b8ef66f440f1fe66 | [
"Unlicense"
] | 32 | 2020-06-13T18:16:18.000Z | 2021-12-04T20:08:02.000Z | src/main/java/com/github/jontejj/dixit/DownloadCards.java | jontejj/dixit | fac050253d834c1f5ebb9165b8ef66f440f1fe66 | [
"Unlicense"
] | null | null | null | 38.693878 | 123 | 0.732595 | 17,520 | /* Copyright 2020 jonatanjonsson
*
* 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 la... |
3e29705ea9919e3f267c2524ae6ea7436d55e971 | 4,408 | java | Java | RPGOnline2/src/io/github/tomaso2468/rpgonline/net/Server.java | Tomaso2468/rpgonline | 38f147bd124977310831145942d74acb2c6ba98c | [
"BSD-3-Clause"
] | 3 | 2019-11-29T21:16:22.000Z | 2021-07-29T02:06:55.000Z | RPGOnline2/src/io/github/tomaso2468/rpgonline/net/Server.java | Tomaso2468/rpgonline | 38f147bd124977310831145942d74acb2c6ba98c | [
"BSD-3-Clause"
] | 102 | 2019-09-07T09:12:45.000Z | 2019-12-15T10:44:06.000Z | RPGOnline2/src/io/github/tomaso2468/rpgonline/net/Server.java | Tomaso2468/rpgonline | 38f147bd124977310831145942d74acb2c6ba98c | [
"BSD-3-Clause"
] | null | null | null | 38.666667 | 110 | 0.692604 | 17,521 | /*
BSD 3-Clause License
Copyright (c) 2019, Tomas
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of con... |
3e297321dc0d29ff5a9defb6fa6310460ff3333a | 2,242 | java | Java | 1-algorithm/13-leetcode/java/src/fundamentals/tree/dfs/leaf/lc111_minimumdepthofbinarytree/Solution.java | cdai/interview | d2dfffb707eb32ee83ed9caecce5a4dce976ccb7 | [
"MIT"
] | 1 | 2020-01-06T08:40:36.000Z | 2020-01-06T08:40:36.000Z | 1-algorithm/13-leetcode/java/src/fundamentals/tree/dfs/leaf/lc111_minimumdepthofbinarytree/Solution.java | cdai/interview | d2dfffb707eb32ee83ed9caecce5a4dce976ccb7 | [
"MIT"
] | null | null | null | 1-algorithm/13-leetcode/java/src/fundamentals/tree/dfs/leaf/lc111_minimumdepthofbinarytree/Solution.java | cdai/interview | d2dfffb707eb32ee83ed9caecce5a4dce976ccb7 | [
"MIT"
] | null | null | null | 31.138889 | 110 | 0.570027 | 17,522 | package fundamentals.tree.dfs.leaf.lc111_minimumdepthofbinarytree;
import fundamentals.tree.TreeNode;
/**
* Given a binary tree, find its minimum depth.
* The minimum depth is the number of nodes along the shortest path
* from the root node down to the nearest leaf node.
*/
public class Solution {
public sta... |
3e29735257d7bfe3be21290e40e7db68efbb229e | 1,909 | java | Java | src/main/java/de/c/seiler/simpleoptics/primitive/OptionalLongStreamView.java | cseiler/simple-optics | 0fcc80cd56760ac04ff4a261127cc65442ba7f8e | [
"Apache-2.0"
] | 3 | 2017-05-22T22:47:58.000Z | 2019-10-29T07:34:42.000Z | src/main/java/de/c/seiler/simpleoptics/primitive/OptionalLongStreamView.java | cseiler/simple-optics | 0fcc80cd56760ac04ff4a261127cc65442ba7f8e | [
"Apache-2.0"
] | null | null | null | src/main/java/de/c/seiler/simpleoptics/primitive/OptionalLongStreamView.java | cseiler/simple-optics | 0fcc80cd56760ac04ff4a261127cc65442ba7f8e | [
"Apache-2.0"
] | null | null | null | 27.666667 | 96 | 0.657412 | 17,523 | package de.c.seiler.simpleoptics.primitive;
import java.util.Optional;
import java.util.function.Function;
import java.util.stream.LongStream;
import de.c.seiler.simpleoptics.OptionalStreamView;
import de.c.seiler.simpleoptics.OptionalView;
import de.c.seiler.simpleoptics.StreamView;
import de.c.seiler.simpl... |
3e29747d56f51342ba4232fa85399bd1ca7a0d76 | 1,210 | java | Java | PrototypePattern/src/com/github/why168/deepCopy/DeepStudent.java | why168/JavaDesignPatterns | 92982811377dcb26798bd4d3efbcc53f9b1a89f0 | [
"Apache-2.0"
] | 1 | 2017-07-27T07:59:21.000Z | 2017-07-27T07:59:21.000Z | PrototypePattern/src/com/github/why168/deepCopy/DeepStudent.java | why168/JavaDesignPatterns | 92982811377dcb26798bd4d3efbcc53f9b1a89f0 | [
"Apache-2.0"
] | null | null | null | PrototypePattern/src/com/github/why168/deepCopy/DeepStudent.java | why168/JavaDesignPatterns | 92982811377dcb26798bd4d3efbcc53f9b1a89f0 | [
"Apache-2.0"
] | null | null | null | 19.206349 | 61 | 0.577686 | 17,524 | package com.github.why168.deepCopy;
import java.io.Serializable;
/**
* 深拷贝
*
* @author Edwin.Wu
* @version 2016/12/21 14:13
* @since JDK1.8
*/
public class DeepStudent implements Serializable, Cloneable {
private static final long serialVersionUID = 1L;
private int id;
private int age;
private S... |
3e2974f3a63baa14ac5f73455ee2dbca25085978 | 1,978 | java | Java | src/main/java/org/sean/string/RepeatedSubstrFinder.java | rayworks/algorithms | 606a80c447f895a27642caaa561888ac53a1360d | [
"MIT"
] | 1 | 2018-08-09T02:45:10.000Z | 2018-08-09T02:45:10.000Z | src/main/java/org/sean/string/RepeatedSubstrFinder.java | rayworks/algorithms | 606a80c447f895a27642caaa561888ac53a1360d | [
"MIT"
] | null | null | null | src/main/java/org/sean/string/RepeatedSubstrFinder.java | rayworks/algorithms | 606a80c447f895a27642caaa561888ac53a1360d | [
"MIT"
] | null | null | null | 27.09589 | 86 | 0.520222 | 17,525 | package org.sean.string;
import java.util.Arrays;
/** * 459. Repeated Substring Pattern */
public class RepeatedSubstrFinder {
// Solution 1: If the substring is repeated, it must be in the range [0, length/2]
public boolean repeatedSubstringPattern0(String s) {
if (s == null || s.length() <= 1) {
... |
3e2975563ce58ab8df86e3d29187002e7effbac8 | 698 | java | Java | src/main/java/br/com/zupacademy/ifzup/proposta/cartoes/renegociacao/Renegociacao.java | ifzup/orange-talents-07-template-proposta | 659819f6e9c101f95c11fb802cfe8030a4670950 | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zupacademy/ifzup/proposta/cartoes/renegociacao/Renegociacao.java | ifzup/orange-talents-07-template-proposta | 659819f6e9c101f95c11fb802cfe8030a4670950 | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zupacademy/ifzup/proposta/cartoes/renegociacao/Renegociacao.java | ifzup/orange-talents-07-template-proposta | 659819f6e9c101f95c11fb802cfe8030a4670950 | [
"Apache-2.0"
] | null | null | null | 26.846154 | 115 | 0.750716 | 17,526 | package br.com.zupacademy.ifzup.proposta.cartoes.renegociacao;
import javax.persistence.Embeddable;
import java.math.BigDecimal;
import java.time.LocalDateTime;
@Embeddable
public class Renegociacao {
private String idRenegociacao;
private Integer quantidade;
private BigDecimal valor;
private LocalDat... |
3e2975d6f3d08c8eaa097004253b8b135cb50519 | 13,035 | java | Java | app/src/main/java/com/anne/respersystem/ui/salasDisponiveis/SalasDisponiveisFragment.java | AnneLivia/ResperSystem | 7cdd0245eefc01d76ef4ad152f9260d02800b401 | [
"MIT"
] | 1 | 2021-09-12T20:18:07.000Z | 2021-09-12T20:18:07.000Z | app/src/main/java/com/anne/respersystem/ui/salasDisponiveis/SalasDisponiveisFragment.java | AnneLivia/ResperSystem | 7cdd0245eefc01d76ef4ad152f9260d02800b401 | [
"MIT"
] | null | null | null | app/src/main/java/com/anne/respersystem/ui/salasDisponiveis/SalasDisponiveisFragment.java | AnneLivia/ResperSystem | 7cdd0245eefc01d76ef4ad152f9260d02800b401 | [
"MIT"
] | null | null | null | 46.888489 | 145 | 0.526352 | 17,527 | package com.anne.respersystem.ui.salasdisponiveis;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.... |
3e29770378908e8185f76ffa4fcb0d65b231a447 | 2,245 | java | Java | src/test/java/org/dstadler/jgit/ValidateGitRepository.java | centic9/JGitFS | a70ef0775f095f6a22e8371ebed9525a9a3f922b | [
"BSD-2-Clause",
"Apache-2.0"
] | 18 | 2016-03-21T22:47:09.000Z | 2022-03-29T07:04:01.000Z | src/test/java/org/dstadler/jgit/ValidateGitRepository.java | centic9/JGitFS | a70ef0775f095f6a22e8371ebed9525a9a3f922b | [
"BSD-2-Clause",
"Apache-2.0"
] | 7 | 2015-10-11T06:01:12.000Z | 2021-11-10T13:09:24.000Z | src/test/java/org/dstadler/jgit/ValidateGitRepository.java | centic9/JGitFS | a70ef0775f095f6a22e8371ebed9525a9a3f922b | [
"BSD-2-Clause",
"Apache-2.0"
] | 13 | 2015-10-20T04:17:30.000Z | 2019-01-28T07:17:40.000Z | 31.732394 | 145 | 0.702619 | 17,528 | package org.dstadler.jgit;
import net.fusejna.StructStat.StatWrapper;
import org.dstadler.jgitfs.JGitFilesystemTest;
import org.dstadler.jgitfs.util.JGitHelper;
import java.io.IOException;
import java.io.InputStream;
import java.util.Collection;
import java.util.List;
import java.util.Set;
import static org.junit.As... |
3e2977337149bf6092d9ecfbcd1fb92bac52c6a9 | 1,910 | java | Java | flink-cdc-base/src/main/java/com/ververica/cdc/connectors/base/source/assigner/state/StreamPendingSplitsState.java | yangrong688/flink-cdc-connectors | 9c905f6dd12e3885f08362110eb0197e8cf7689c | [
"Apache-2.0"
] | 1 | 2022-01-19T13:19:53.000Z | 2022-01-19T13:19:53.000Z | flink-cdc-base/src/main/java/com/ververica/cdc/connectors/base/source/assigner/state/StreamPendingSplitsState.java | yangrong688/flink-cdc-connectors | 9c905f6dd12e3885f08362110eb0197e8cf7689c | [
"Apache-2.0"
] | null | null | null | flink-cdc-base/src/main/java/com/ververica/cdc/connectors/base/source/assigner/state/StreamPendingSplitsState.java | yangrong688/flink-cdc-connectors | 9c905f6dd12e3885f08362110eb0197e8cf7689c | [
"Apache-2.0"
] | null | null | null | 32.931034 | 100 | 0.705236 | 17,529 | /*
* 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 ... |
3e2978399d37bfe31336f54444e5543fe4d01ae0 | 2,112 | java | Java | src/main/java/com/microsoft/graph/models/extensions/WorkbookNamedItemAddBody.java | ashwanikumar04/msgraph-sdk-java | 9ed8de320a7b1af7792ba24e0fa0cd010c4e1100 | [
"MIT"
] | 1 | 2021-05-17T07:56:01.000Z | 2021-05-17T07:56:01.000Z | src/main/java/com/microsoft/graph/models/extensions/WorkbookNamedItemAddBody.java | ashwanikumar04/msgraph-sdk-java | 9ed8de320a7b1af7792ba24e0fa0cd010c4e1100 | [
"MIT"
] | 21 | 2021-02-01T08:37:29.000Z | 2022-03-02T11:07:27.000Z | src/main/java/com/microsoft/graph/models/extensions/WorkbookNamedItemAddBody.java | ashwanikumar04/msgraph-sdk-java | 9ed8de320a7b1af7792ba24e0fa0cd010c4e1100 | [
"MIT"
] | null | null | null | 24.55814 | 152 | 0.594223 | 17,530 | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... |
3e2978bb40fc5b67921fb05888bd72ff7790d07a | 2,397 | java | Java | src/main/java/cn/coderoom/juc/containers/TestConcurrentHashMap.java | coderoom-cn/javaStudy | c0245f8a39c28219c360db4fdd04a223491effd7 | [
"MIT"
] | 1 | 2020-01-10T06:48:27.000Z | 2020-01-10T06:48:27.000Z | src/main/java/cn/coderoom/juc/containers/TestConcurrentHashMap.java | coderoom-cn/javaStudy | c0245f8a39c28219c360db4fdd04a223491effd7 | [
"MIT"
] | 1 | 2020-04-11T16:35:35.000Z | 2021-05-10T15:20:32.000Z | src/main/java/cn/coderoom/juc/containers/TestConcurrentHashMap.java | coderoom-cn/javaStudy | c0245f8a39c28219c360db4fdd04a223491effd7 | [
"MIT"
] | null | null | null | 23.086538 | 59 | 0.489796 | 17,531 | package cn.coderoom.juc.containers;
import java.util.Map;
import java.util.UUID;
import java.util.concurrent.ConcurrentHashMap;
/**
*
* ConcurrentHashMap定义了线程安全的复合操作。
*
* @package:cn.coderoom.juc.containers
* @author: Leesire
* @email:ychag@example.com
*/
public class TestConcurrentHashMap {
static Map<UU... |
3e29795fe74ac6402c48e3eeb5b5baa6c68d7681 | 4,173 | java | Java | lightcrafts/src/com/lightcrafts/ui/toolkit/IconFontFactory.java | clayne/LightZone | 99c93ac2b98ebc45784ad2d68b9cbd9e6346412b | [
"BSD-3-Clause"
] | 303 | 2015-01-28T12:03:10.000Z | 2022-03-21T12:14:56.000Z | lightcrafts/src/com/lightcrafts/ui/toolkit/IconFontFactory.java | clayne/LightZone | 99c93ac2b98ebc45784ad2d68b9cbd9e6346412b | [
"BSD-3-Clause"
] | 127 | 2015-01-04T12:14:22.000Z | 2022-03-29T01:48:30.000Z | lightcrafts/src/com/lightcrafts/ui/toolkit/IconFontFactory.java | clayne/LightZone | 99c93ac2b98ebc45784ad2d68b9cbd9e6346412b | [
"BSD-3-Clause"
] | 51 | 2015-03-19T22:18:08.000Z | 2022-01-28T15:42:19.000Z | 36.605263 | 105 | 0.616343 | 17,532 | /*
* Copyright (c) 2019. Masahiro Kitagawa
*/
package com.lightcrafts.ui.toolkit;
import jiconfont.IconCode;
import jiconfont.icons.FontAwesome;
import jiconfont.icons.google_material_design_icons.GoogleMaterialDesignIcons;
import jiconfont.swing.IconFontSwing;
import lombok.val;
import org.jetbrains.annotations.Nu... |
3e297a3aacdf09ff989293343ce142eb1460cb2d | 3,297 | java | Java | bootique-jersey-client/src/test/java/io/bootique/jersey/client/HttpTargets_FeaturesIT.java | elena-bondareva/bootique-jersey-client | 3f86b49006547c9fb2ea5575f802fade5b1997da | [
"Apache-2.0"
] | null | null | null | bootique-jersey-client/src/test/java/io/bootique/jersey/client/HttpTargets_FeaturesIT.java | elena-bondareva/bootique-jersey-client | 3f86b49006547c9fb2ea5575f802fade5b1997da | [
"Apache-2.0"
] | null | null | null | bootique-jersey-client/src/test/java/io/bootique/jersey/client/HttpTargets_FeaturesIT.java | elena-bondareva/bootique-jersey-client | 3f86b49006547c9fb2ea5575f802fade5b1997da | [
"Apache-2.0"
] | null | null | null | 31.103774 | 95 | 0.637853 | 17,533 | package io.bootique.jersey.client;
import io.bootique.jersey.JerseyModule;
import io.bootique.jetty.JettyModule;
import io.bootique.logback.LogbackModuleProvider;
import io.bootique.test.junit.BQTestFactory;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Rule;
import org.junit.Test;
import... |
3e297b3678366d350acdf2fc4e5637ef4f499114 | 40,595 | java | Java | src/main/java/au/gov/aims/ereefs/helper/NcAnimateConfigHelper.java | open-AIMS/ereefs-database | 16aa17dd362df4d890044e79bd812b9c048be555 | [
"MIT"
] | null | null | null | src/main/java/au/gov/aims/ereefs/helper/NcAnimateConfigHelper.java | open-AIMS/ereefs-database | 16aa17dd362df4d890044e79bd812b9c048be555 | [
"MIT"
] | null | null | null | src/main/java/au/gov/aims/ereefs/helper/NcAnimateConfigHelper.java | open-AIMS/ereefs-database | 16aa17dd362df4d890044e79bd812b9c048be555 | [
"MIT"
] | null | null | null | 49.090689 | 196 | 0.595891 | 17,534 | /*
* Copyright (c) Australian Institute of Marine Science, 2021.
* @author Gael Lafond <anpch@example.com>
*/
package au.gov.aims.ereefs.helper;
import au.gov.aims.ereefs.bean.metadata.netcdf.NetCDFMetadataBean;
import au.gov.aims.ereefs.bean.metadata.netcdf.TemporalDomainBean;
import au.gov.aims.ereefs.bean.metada... |
3e297bce13119567d60fa6f61aa3ffcd6992f2e0 | 4,444 | java | Java | junior/pack3_pre/p2_spring/ch1_storages/src/test/java/ru/job4j/services/StorageJDBCTest.java | multiscripter/job4j | 2aaaf59c2b4e1d9866395f1247897d5f09f9ef84 | [
"Apache-2.0"
] | 1 | 2018-01-16T11:27:23.000Z | 2018-01-16T11:27:23.000Z | junior/pack3_pre/p2_spring/ch1_storages/src/test/java/ru/job4j/services/StorageJDBCTest.java | multiscripter/job4j | 2aaaf59c2b4e1d9866395f1247897d5f09f9ef84 | [
"Apache-2.0"
] | 11 | 2020-07-01T18:39:12.000Z | 2022-02-16T01:11:31.000Z | junior/pack3_pre/p2_spring/ch1_storages/src/test/java/ru/job4j/services/StorageJDBCTest.java | multiscripter/job4j | 2aaaf59c2b4e1d9866395f1247897d5f09f9ef84 | [
"Apache-2.0"
] | null | null | null | 37.033333 | 134 | 0.635464 | 17,535 | package ru.job4j.services;
import java.io.File;
import java.util.HashMap;
import java.util.List;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
//import org.junit.Ignore;
import org.junit.Test;
import org.springframework.context.ApplicationContext... |
3e297ea080aa56191db000b24e58b4d3899db25b | 4,985 | java | Java | vertx-core/src/main/java/org/vertx/java/core/dns/impl/netty/decoder/RecordDecoderFactory.java | jpaw/vert.x | 390b4a74b20a92a1aeaae2922208d53dc72a466c | [
"Apache-2.0"
] | 1 | 2019-04-21T12:06:50.000Z | 2019-04-21T12:06:50.000Z | vertx-core/src/main/java/org/vertx/java/core/dns/impl/netty/decoder/RecordDecoderFactory.java | jpaw/vert.x | 390b4a74b20a92a1aeaae2922208d53dc72a466c | [
"Apache-2.0"
] | 4 | 2017-05-17T07:30:36.000Z | 2019-11-06T09:04:10.000Z | vertx-core/src/main/java/org/vertx/java/core/dns/impl/netty/decoder/RecordDecoderFactory.java | jpaw/vert.x | 390b4a74b20a92a1aeaae2922208d53dc72a466c | [
"Apache-2.0"
] | 1 | 2017-05-17T06:59:43.000Z | 2017-05-17T06:59:43.000Z | 36.654412 | 108 | 0.640722 | 17,536 | /*
* Copyright (c) 2013 The Netty Project
* ------------------------------------
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distribution.
*
* The Eclipse Public Lic... |
3e297ee922d2e8b52f93f05c69e83f1ebfdf36da | 488 | java | Java | neverpile-eureka-core/src/main/java/com/neverpile/eureka/api/NeverpileException.java | drewshz/neverpile-eureka | 595ccc1d075e5d866c35118c912c449fcbfd7d03 | [
"Apache-2.0"
] | 18 | 2019-12-11T13:31:12.000Z | 2021-04-16T06:15:33.000Z | neverpile-eureka-core/src/main/java/com/neverpile/eureka/api/NeverpileException.java | levigo/neverpile-eureka | 72e9e3e3f7ec10995802a3269d74345568569ed4 | [
"Apache-2.0"
] | 43 | 2019-11-28T16:25:26.000Z | 2022-01-21T23:33:50.000Z | neverpile-eureka-core/src/main/java/com/neverpile/eureka/api/NeverpileException.java | drewshz/neverpile-eureka | 595ccc1d075e5d866c35118c912c449fcbfd7d03 | [
"Apache-2.0"
] | 4 | 2019-12-06T17:16:18.000Z | 2021-08-14T20:48:04.000Z | 23.238095 | 75 | 0.711066 | 17,537 | package com.neverpile.eureka.api;
/**
* Base class for all neverpile specific exceptions.
*/
public class NeverpileException extends RuntimeException {
private static final long serialVersionUID = 1L;
public NeverpileException(final String message, final Throwable cause) {
super(message, cause);
... |
3e297f275fd77ebe87aaf85ca8f31498c478523d | 1,465 | java | Java | src/linkedlist/DeleteNodesHavingGreaterValueOnRight.java | demonpratapdemon/CodingDSA | e54cd50f5280baaa3f42d87c71b6e6a89cae397b | [
"MIT"
] | null | null | null | src/linkedlist/DeleteNodesHavingGreaterValueOnRight.java | demonpratapdemon/CodingDSA | e54cd50f5280baaa3f42d87c71b6e6a89cae397b | [
"MIT"
] | null | null | null | src/linkedlist/DeleteNodesHavingGreaterValueOnRight.java | demonpratapdemon/CodingDSA | e54cd50f5280baaa3f42d87c71b6e6a89cae397b | [
"MIT"
] | null | null | null | 19.276316 | 75 | 0.611604 | 17,538 | /**
*
*/
package linkedlist;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import entities.Node;
/**
* @author PRATAP
*
*/
public class DeleteNodesHavingGreaterValueOnRight {
/**
* @param args
*/
public static void main(String[] args) throws Exception {
// TODO Auto-generated method... |
3e297f4102331e93dfdfc70a9888bbb8ecfc08d9 | 13,752 | java | Java | aws-java-sdk-managedblockchain/src/main/java/com/amazonaws/services/managedblockchain/model/NetworkSummary.java | jplippi/aws-sdk-java | 147eefec220e2944dc571283af6552611bc94301 | [
"Apache-2.0"
] | 1 | 2020-08-27T17:36:34.000Z | 2020-08-27T17:36:34.000Z | aws-java-sdk-managedblockchain/src/main/java/com/amazonaws/services/managedblockchain/model/NetworkSummary.java | jplippi/aws-sdk-java | 147eefec220e2944dc571283af6552611bc94301 | [
"Apache-2.0"
] | 3 | 2020-04-15T20:08:15.000Z | 2021-06-30T19:58:16.000Z | aws-java-sdk-managedblockchain/src/main/java/com/amazonaws/services/managedblockchain/model/NetworkSummary.java | jplippi/aws-sdk-java | 147eefec220e2944dc571283af6552611bc94301 | [
"Apache-2.0"
] | 1 | 2020-10-10T15:59:17.000Z | 2020-10-10T15:59:17.000Z | 27.894523 | 139 | 0.58217 | 17,539 | /*
* Copyright 2015-2020 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... |
3e297f6f51e700e9cfa3b213118d24d5f8e1e7c6 | 5,847 | java | Java | src/AsteroidImpl.java | dustymethod/asteroids | d736b745c5bceffc7d56bb2f4a10f9736199c436 | [
"MIT"
] | null | null | null | src/AsteroidImpl.java | dustymethod/asteroids | d736b745c5bceffc7d56bb2f4a10f9736199c436 | [
"MIT"
] | null | null | null | src/AsteroidImpl.java | dustymethod/asteroids | d736b745c5bceffc7d56bb2f4a10f9736199c436 | [
"MIT"
] | null | null | null | 27.580189 | 109 | 0.673679 | 17,540 | import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.geom.AffineTransform;
import java.awt.geom.Area;
import java.awt.geom.Ellipse2D;
import java.awt.geom.Line2D;
import java.awt.geom.Point2D;
import java.awt.geom.Rectangle2D;
import java.awt.Polygon;
import java.awt.Shape;
import java.util.Arra... |
3e297fdd447e5fbe138de9a16962d5f7ce3e692c | 915 | java | Java | types/src/main/java/org/infinispan/protostream/types/java/arrays/ShortArrayAdapter.java | johnou/protostream | 3c71b53a38ad19e6f13de3a860291687728885e1 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | types/src/main/java/org/infinispan/protostream/types/java/arrays/ShortArrayAdapter.java | johnou/protostream | 3c71b53a38ad19e6f13de3a860291687728885e1 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | types/src/main/java/org/infinispan/protostream/types/java/arrays/ShortArrayAdapter.java | johnou/protostream | 3c71b53a38ad19e6f13de3a860291687728885e1 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 25.444444 | 96 | 0.7369 | 17,541 | package org.infinispan.protostream.types.java.arrays;
import org.infinispan.protostream.annotations.ProtoAdapter;
import org.infinispan.protostream.annotations.ProtoFactory;
import org.infinispan.protostream.annotations.ProtoName;
import org.infinispan.protostream.containers.IndexedElementContainerAdapter;
/**
* @au... |
3e2980317cf46166a6aa5f9362b0eb75726c1e99 | 7,796 | java | Java | src/main/java/com/github/mauricioaniche/ck/metric/Coupling.java | AntoniosBarotsis/ck | e0fa3edefaf6457af447f8d26f9418b12cd16ed4 | [
"Apache-2.0"
] | 259 | 2017-01-25T11:35:44.000Z | 2022-03-21T15:26:02.000Z | src/main/java/com/github/mauricioaniche/ck/metric/Coupling.java | AntoniosBarotsis/ck | e0fa3edefaf6457af447f8d26f9418b12cd16ed4 | [
"Apache-2.0"
] | 84 | 2016-01-17T16:26:45.000Z | 2022-02-23T16:50:55.000Z | src/main/java/com/github/mauricioaniche/ck/metric/Coupling.java | AntoniosBarotsis/ck | e0fa3edefaf6457af447f8d26f9418b12cd16ed4 | [
"Apache-2.0"
] | 101 | 2015-10-09T17:31:12.000Z | 2022-03-14T10:23:04.000Z | 23.133531 | 84 | 0.684197 | 17,542 | package com.github.mauricioaniche.ck.metric;
import com.github.mauricioaniche.ck.CKClassResult;
import com.github.mauricioaniche.ck.CKMethodResult;
import com.github.mauricioaniche.ck.util.JDTUtils;
import org.eclipse.jdt.core.dom.*;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.... |
3e29807082bceda2fc58234845184ef865197db6 | 699 | java | Java | oscm-common-unittests/javasrc/org/oscm/converter/ReportEngineUrlTest.java | srinathjiinfotach/billingdevelopment | 564e66593c9d272b8e04804410b633bc089aa203 | [
"Apache-2.0"
] | 56 | 2015-10-06T15:09:39.000Z | 2021-08-09T01:18:03.000Z | oscm-common-unittests/javasrc/org/oscm/converter/ReportEngineUrlTest.java | srinathjiinfotach/billingdevelopment | 564e66593c9d272b8e04804410b633bc089aa203 | [
"Apache-2.0"
] | 845 | 2016-02-10T14:06:17.000Z | 2020-10-20T07:44:09.000Z | oscm-common-unittests/javasrc/org/oscm/converter/ReportEngineUrlTest.java | srinathjiinfotach/billingdevelopment | 564e66593c9d272b8e04804410b633bc089aa203 | [
"Apache-2.0"
] | 41 | 2015-10-22T14:22:23.000Z | 2022-03-18T07:55:15.000Z | 23.3 | 81 | 0.483548 | 17,543 | /*******************************************************************************
* Copyright FUJITSU LIMITED 2017
*******************************************************************************/
package org.oscm.converter;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
public class ReportEng... |
3e2980ff3b7d543d67a0185691ff450096b56a1e | 265 | java | Java | springbootDemo1/src/main/java/com/hcl/repository/EmployeeRepository.java | 1919satya/onedrive | c2d73a47ec5f3a811a0967694be4c57324280218 | [
"Apache-2.0"
] | null | null | null | springbootDemo1/src/main/java/com/hcl/repository/EmployeeRepository.java | 1919satya/onedrive | c2d73a47ec5f3a811a0967694be4c57324280218 | [
"Apache-2.0"
] | null | null | null | springbootDemo1/src/main/java/com/hcl/repository/EmployeeRepository.java | 1919satya/onedrive | c2d73a47ec5f3a811a0967694be4c57324280218 | [
"Apache-2.0"
] | null | null | null | 22.083333 | 78 | 0.841509 | 17,544 | package com.hcl.repository;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.hcl.model.Employee;
@Repository
public interface EmployeeRepository extends CrudRepository<Employee,Integer> {
}
|
3e29813fd297f922aa8620b9e9ce86254c1fc6eb | 202 | java | Java | orm/src/main/java/com/github/forax/framework/orm/Repository.java | forax/write_your_own_java_framework | a9d8e5a6f9ff8567d8a18d9f09dae1cc0263bfc1 | [
"Apache-2.0"
] | 11 | 2021-06-16T10:25:42.000Z | 2022-03-02T16:00:50.000Z | orm/src/main/java/com/github/forax/framework/orm/Repository.java | forax/write_your_own_java_framework_exercices | 3926833071c5ec8a9f1db1937bfb306d04aa4f99 | [
"Apache-2.0"
] | 2 | 2021-11-05T11:38:55.000Z | 2021-11-06T15:58:48.000Z | orm/src/main/java/com/github/forax/framework/orm/Repository.java | forax/write_your_own_java_framework_exercices | 3926833071c5ec8a9f1db1937bfb306d04aa4f99 | [
"Apache-2.0"
] | 3 | 2021-07-01T00:05:52.000Z | 2021-11-18T12:21:17.000Z | 20.2 | 39 | 0.722772 | 17,545 | package com.github.forax.framework.orm;
import java.util.List;
import java.util.Optional;
public interface Repository<T, ID> {
List<T> findAll();
Optional<T> findById(ID id);
T save(T entity);
} |
3e298146ffcd41a12e6f4ff9055d20711559b5be | 2,966 | java | Java | src/Test/java/training/components/MainViewElement.java | nonWhistle/vaadin-testbench | 4715393481785fa163de38932bada8be4732a6f7 | [
"Unlicense"
] | null | null | null | src/Test/java/training/components/MainViewElement.java | nonWhistle/vaadin-testbench | 4715393481785fa163de38932bada8be4732a6f7 | [
"Unlicense"
] | null | null | null | src/Test/java/training/components/MainViewElement.java | nonWhistle/vaadin-testbench | 4715393481785fa163de38932bada8be4732a6f7 | [
"Unlicense"
] | null | null | null | 37.544304 | 114 | 0.719488 | 17,546 | package training.components;
import com.vaadin.flow.component.confirmdialog.testbench.ConfirmDialogElement;
import com.vaadin.flow.component.crud.testbench.CrudElement;
import com.vaadin.flow.component.formlayout.testbench.FormLayoutElement;
import com.vaadin.flow.component.grid.testbench.GridElement;
import com.vaadi... |
3e298457ee71c8b6c50898333aeaae21d6a60ee7 | 4,866 | java | Java | sponge-core/src/main/java/org/openksavi/sponge/core/rule/BaseRuleBuilder.java | mnpas/sponge | 7190f23ae888bbef49d0fbb85157444d6ea48bcd | [
"Apache-2.0"
] | 9 | 2017-12-16T21:48:57.000Z | 2022-01-06T12:22:24.000Z | sponge-core/src/main/java/org/openksavi/sponge/core/rule/BaseRuleBuilder.java | mnpas/sponge | 7190f23ae888bbef49d0fbb85157444d6ea48bcd | [
"Apache-2.0"
] | 3 | 2020-12-18T11:56:46.000Z | 2022-03-31T18:37:10.000Z | sponge-core/src/main/java/org/openksavi/sponge/core/rule/BaseRuleBuilder.java | mnpas/sponge | 7190f23ae888bbef49d0fbb85157444d6ea48bcd | [
"Apache-2.0"
] | 2 | 2019-12-29T16:08:32.000Z | 2020-06-15T14:05:34.000Z | 28.792899 | 96 | 0.717838 | 17,547 | /*
* Copyright 2016-2019 The Sponge authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... |
3e2984dcffd841b29dc0bb7172da98d7f7df967d | 129 | java | Java | ProjectSourceCode/Apache Commons Math v3.5/src/main/java/org/apache/commons/math3/analysis/function/Divide.java | yashgolwala/Software_Measurement_Team_M | 3d2aef4c0711b7a02155a42ca6b08bb6c2693d4c | [
"Unlicense"
] | null | null | null | ProjectSourceCode/Apache Commons Math v3.5/src/main/java/org/apache/commons/math3/analysis/function/Divide.java | yashgolwala/Software_Measurement_Team_M | 3d2aef4c0711b7a02155a42ca6b08bb6c2693d4c | [
"Unlicense"
] | null | null | null | ProjectSourceCode/Apache Commons Math v3.5/src/main/java/org/apache/commons/math3/analysis/function/Divide.java | yashgolwala/Software_Measurement_Team_M | 3d2aef4c0711b7a02155a42ca6b08bb6c2693d4c | [
"Unlicense"
] | 2 | 2019-06-24T22:57:32.000Z | 2019-06-26T16:58:52.000Z | 32.25 | 75 | 0.883721 | 17,548 | version https://git-lfs.github.com/spec/v1
oid sha256:a83b7fa6655a06d830f472af771c9e6b94d089008e92604a0c5093a36fc05aff
size 1138
|
3e29850ac90aeeaf3970680a49c9b501264ae196 | 768 | java | Java | src/carnero/cgeo/cgSearch.java | just-radovan/c-geo | d92c90355b43a0c12508888132bbeb3880dac89b | [
"Apache-2.0"
] | 4 | 2016-09-26T20:09:18.000Z | 2020-02-16T11:50:53.000Z | src/carnero/cgeo/cgSearch.java | carnero/c-geo | d92c90355b43a0c12508888132bbeb3880dac89b | [
"Apache-2.0"
] | null | null | null | src/carnero/cgeo/cgSearch.java | carnero/c-geo | d92c90355b43a0c12508888132bbeb3880dac89b | [
"Apache-2.0"
] | 4 | 2016-05-14T00:07:58.000Z | 2019-12-13T00:17:22.000Z | 19.2 | 93 | 0.691406 | 17,549 | package carnero.cgeo;
import java.util.ArrayList;
public class cgSearch {
private Long id = null;
private ArrayList<String> geocodes = new ArrayList<String>();
public int errorRetrieve = 0;
public String error = null;
public String url = "";
public String viewstate = "";
public String viewstate1 = "";
public... |
3e298552ead3b6cffe79e0ccbdc85afc084eb08b | 322 | java | Java | Uzumzki-project/2018/GA/src/main/java/com/ruiec/web/service/ControlPersonRelationService.java | 15207108156/Naruto-Uzumaki | 120ecaec28948e26dfdd0205923a8f8e6bb212d0 | [
"MIT"
] | null | null | null | Uzumzki-project/2018/GA/src/main/java/com/ruiec/web/service/ControlPersonRelationService.java | 15207108156/Naruto-Uzumaki | 120ecaec28948e26dfdd0205923a8f8e6bb212d0 | [
"MIT"
] | null | null | null | Uzumzki-project/2018/GA/src/main/java/com/ruiec/web/service/ControlPersonRelationService.java | 15207108156/Naruto-Uzumaki | 120ecaec28948e26dfdd0205923a8f8e6bb212d0 | [
"MIT"
] | null | null | null | 23 | 97 | 0.795031 | 17,550 | package com.ruiec.web.service;
import com.ruiec.framework.server.support.service.BaseService;
import com.ruiec.web.entity.ControlPersonRelation;
/**
* 重点人关系服务接口
* @author Senghor<br>
* @date 2017年12月1日 上午9:16:57
*/
public interface ControlPersonRelationService extends BaseService<ControlPersonRelation, String>{
... |
3e2985d72a491170ae00843069059f1eac306638 | 18,080 | java | Java | lib/kryo-5.0.0-RC4/src/com/esotericsoftware/kryo/util/IdentityObjectIntMap.java | Fadreus/kanjitomo-ocr | 0cc032fd7dd9581ae7837f581ae7c28656c211c6 | [
"IJG"
] | 131 | 2019-12-15T11:33:10.000Z | 2022-03-28T03:28:03.000Z | lib/kryo-5.0.0-RC4/src/com/esotericsoftware/kryo/util/IdentityObjectIntMap.java | Fadreus/kanjitomo-ocr | 0cc032fd7dd9581ae7837f581ae7c28656c211c6 | [
"IJG"
] | 6 | 2020-03-28T14:40:49.000Z | 2021-08-30T23:23:24.000Z | lib/kryo-5.0.0-RC4/src/com/esotericsoftware/kryo/util/IdentityObjectIntMap.java | Fadreus/kanjitomo-ocr | 0cc032fd7dd9581ae7837f581ae7c28656c211c6 | [
"IJG"
] | 20 | 2020-02-05T21:27:28.000Z | 2022-03-15T00:05:19.000Z | 30.234114 | 133 | 0.664657 | 17,551 | /* Copyright (c) 2008-2018, Nathan Sweet
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
* conditions are met:
*
* - Redistributions of source code must retain the above copyright notice, this list of condition... |
3e2986ea9ad9bf61aff1a3cc2dc36af0a43d029d | 1,199 | java | Java | java/joa-im/src-gen/com/wilutions/mslib/uccollaborationlib/WorkingHours.java | wolfgangimig/joa | 5a3e51a3d07a32393ef08fda3668fbe5e64ba443 | [
"MIT"
] | 12 | 2015-05-29T09:26:17.000Z | 2021-11-29T07:29:50.000Z | java/joa-im/src-gen/com/wilutions/mslib/uccollaborationlib/WorkingHours.java | wolfgangimig/joa | 5a3e51a3d07a32393ef08fda3668fbe5e64ba443 | [
"MIT"
] | 14 | 2015-01-18T10:51:11.000Z | 2020-12-02T13:02:06.000Z | java/joa-im/src-gen/com/wilutions/mslib/uccollaborationlib/WorkingHours.java | wolfgangimig/joa | 5a3e51a3d07a32393ef08fda3668fbe5e64ba443 | [
"MIT"
] | 13 | 2015-04-24T00:17:05.000Z | 2020-12-03T13:29:55.000Z | 37.46875 | 99 | 0.706422 | 17,552 | /* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.uccollaborationlib;
import com.wilutions.com.*;
/**
* WorkingHours.
* Represents working hours of a contact.
*/
@CoClass(guid="{FF235FFE-EDEF-4D1B-9205-519888A7AD8D}")
public class WorkingHours extends Dispatch implements IWorkingHour... |
3e2986edbf6411c753b16916b63af274b75103bf | 3,572 | java | Java | src/main/java/glowredman/fpsp/item/ItemDefinitions.java | FPSP-Modpack/FPSP-Core | c0fb569a976c88029fe7346b16f50599114c7963 | [
"MIT"
] | null | null | null | src/main/java/glowredman/fpsp/item/ItemDefinitions.java | FPSP-Modpack/FPSP-Core | c0fb569a976c88029fe7346b16f50599114c7963 | [
"MIT"
] | null | null | null | src/main/java/glowredman/fpsp/item/ItemDefinitions.java | FPSP-Modpack/FPSP-Core | c0fb569a976c88029fe7346b16f50599114c7963 | [
"MIT"
] | null | null | null | 18.507772 | 114 | 0.720885 | 17,553 | package glowredman.fpsp.item;
import glowredman.fpsp.FPSP;
import net.minecraft.item.ItemStack;
public enum ItemDefinitions {
// Stuff
MassZivicioDust(0),
UnknownCrystalSeeds(63),
IronEnderCompound(70),
CosmicFish(72),
CosmicMushroom(73),
CosmicVeggie(94),
CosmicFruit(108),
CosmicGrain(109),
CosmicBerry(11... |
3e2987f5b44d125ee4af36f9467be313c281168e | 997 | java | Java | core/src/stonering/util/math/MathUtil.java | GlennHoran/Tearfall | 226ceb1130bd85ff08d8e938c965009c21139780 | [
"MIT"
] | null | null | null | core/src/stonering/util/math/MathUtil.java | GlennHoran/Tearfall | 226ceb1130bd85ff08d8e938c965009c21139780 | [
"MIT"
] | null | null | null | core/src/stonering/util/math/MathUtil.java | GlennHoran/Tearfall | 226ceb1130bd85ff08d8e938c965009c21139780 | [
"MIT"
] | null | null | null | 31.15625 | 111 | 0.632899 | 17,554 | package stonering.util.math;
import java.util.Arrays;
/**
* @author Alexander on 26.08.2019.
*/
public class MathUtil {
public static int toRange(int value, int min, int max) {
return Math.min(Math.max(value, min), max);
}
public static boolean inPercentRange(float val, float base, int lowRange... |
3e2989cc9406dfdaa707cb8025075ccf6684b7ac | 408 | java | Java | shop-war/src/main/java/wieczorek/jakub/shop/ServletInitializer.java | jakubwieczorek/shop | 54674b0526074817b2c3056802aceca254de602b | [
"MIT"
] | null | null | null | shop-war/src/main/java/wieczorek/jakub/shop/ServletInitializer.java | jakubwieczorek/shop | 54674b0526074817b2c3056802aceca254de602b | [
"MIT"
] | null | null | null | shop-war/src/main/java/wieczorek/jakub/shop/ServletInitializer.java | jakubwieczorek/shop | 54674b0526074817b2c3056802aceca254de602b | [
"MIT"
] | null | null | null | 29.142857 | 85 | 0.857843 | 17,555 | package wieczorek.jakub.shop;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure(SpringAppli... |
3e2989da61f398c1bf3fbde6324ce65ec136f52b | 1,042 | java | Java | src/sample/read/ReadSafeFile.java | Kamronbek1/Criptography | 3b0e9b96600725a628d2e66ef996d73e2fdc4d78 | [
"Apache-2.0"
] | 2 | 2022-02-10T10:35:24.000Z | 2022-02-10T10:35:30.000Z | src/sample/read/ReadSafeFile.java | Kamronbek1/Criptography | 3b0e9b96600725a628d2e66ef996d73e2fdc4d78 | [
"Apache-2.0"
] | null | null | null | src/sample/read/ReadSafeFile.java | Kamronbek1/Criptography | 3b0e9b96600725a628d2e66ef996d73e2fdc4d78 | [
"Apache-2.0"
] | null | null | null | 29.771429 | 86 | 0.581574 | 17,556 | package sample.read;
import javax.swing.*;
import java.io.*;
import java.util.Scanner;
public class ReadSafeFile {
public static String text = "";
/* public static void fileOpen(String path) {
File file = new File(path);
Scanner scanner = null;
try {
scanner = new Scanner(f... |
3e298a2a22c5118776521f32dc360396f4b789a0 | 720 | java | Java | src/main/java/hu/flowacademy/springvizsga/model/SuperHero.java | VassTamas87/spring-vizsga | 543eb7f6a172da4fb3ad33e1f69378c84d1320ff | [
"MIT"
] | null | null | null | src/main/java/hu/flowacademy/springvizsga/model/SuperHero.java | VassTamas87/spring-vizsga | 543eb7f6a172da4fb3ad33e1f69378c84d1320ff | [
"MIT"
] | null | null | null | src/main/java/hu/flowacademy/springvizsga/model/SuperHero.java | VassTamas87/spring-vizsga | 543eb7f6a172da4fb3ad33e1f69378c84d1320ff | [
"MIT"
] | null | null | null | 20.571429 | 81 | 0.758333 | 17,557 | package hu.flowacademy.springvizsga.model;
import hu.flowacademy.springvizsga.enums.Universe;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
@Data
@Builder(toBuilder = true)
... |
3e298a8c64c205eb3e038653f0146545d0ac0949 | 1,528 | java | Java | rest/headers/src/test/java/example/springdata/rest/headers/ApplicationIntegrationTests.java | WuChao-Main/spring-data-examples | 0e0668d12a34862aa0911c614556f2be9317366e | [
"Apache-2.0"
] | 2 | 2018-04-26T03:04:46.000Z | 2018-11-14T11:48:27.000Z | rest/headers/src/test/java/example/springdata/rest/headers/ApplicationIntegrationTests.java | DevJoseWeb/spring-data-examples | 77d2c5dfd34a5a0111a1e4a3bbad4695db26d990 | [
"Apache-2.0"
] | 1 | 2018-11-14T02:59:37.000Z | 2018-11-14T02:59:37.000Z | rest/headers/src/test/java/example/springdata/rest/headers/ApplicationIntegrationTests.java | DevJoseWeb/spring-data-examples | 77d2c5dfd34a5a0111a1e4a3bbad4695db26d990 | [
"Apache-2.0"
] | 3 | 2017-01-27T17:47:02.000Z | 2018-11-02T20:13:46.000Z | 31.833333 | 81 | 0.768979 | 17,558 | /*
* Copyright 2015-2018 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... |
3e298aeb6966dc1f6ced25cbefd19c80a53af38a | 1,910 | java | Java | simple-proxy/src/test/java/MaricoOutletModel.java | codefacts/elasta | 2b2dba9f8d2de10ce45eb8e694b75fdee8696663 | [
"MIT"
] | 5 | 2016-08-31T00:01:25.000Z | 2016-12-19T12:09:08.000Z | simple-proxy/src/test/java/MaricoOutletModel.java | codefacts/Elastic-Components | 2b2dba9f8d2de10ce45eb8e694b75fdee8696663 | [
"MIT"
] | null | null | null | simple-proxy/src/test/java/MaricoOutletModel.java | codefacts/Elastic-Components | 2b2dba9f8d2de10ce45eb8e694b75fdee8696663 | [
"MIT"
] | null | null | null | 29.384615 | 65 | 0.649215 | 17,559 | /**
* Created by sohan on 2017-08-06.
*/
public interface MaricoOutletModel {
String serial_no = "serial_no";
String guid = "guid";
String region = "region";
String area = "area";
String town = "town";
String district = "district";
String thana = "thana";
String _union = "_union";
... |
3e298bda75798a6312810eb8f9e1a8ae49cb7377 | 1,327 | java | Java | app/src/main/java/com/wanhuiyuan/szoa/fragment/MeetingInfoFragment.java | cococbx/OA | 6d0d0f85bc95f2222664770e4947712f8f19b915 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/wanhuiyuan/szoa/fragment/MeetingInfoFragment.java | cococbx/OA | 6d0d0f85bc95f2222664770e4947712f8f19b915 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/wanhuiyuan/szoa/fragment/MeetingInfoFragment.java | cococbx/OA | 6d0d0f85bc95f2222664770e4947712f8f19b915 | [
"Apache-2.0"
] | null | null | null | 27.081633 | 84 | 0.778448 | 17,560 | package com.wanhuiyuan.szoa.fragment;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.text.Html;
import android.text.method.ScrollingMovementMethod;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.webkit.WebView;
import androi... |
3e298c34b65c6b3c4a93599b3c1fb0a73fdf93e1 | 923 | java | Java | src/test/java/org/mybatis/spring/submitted/xa/UserServiceImpl.java | yangfancoming/mybatis-spring | 191583657f60bd10d610723904a84846870378a7 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/test/java/org/mybatis/spring/submitted/xa/UserServiceImpl.java | yangfancoming/mybatis-spring | 191583657f60bd10d610723904a84846870378a7 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/test/java/org/mybatis/spring/submitted/xa/UserServiceImpl.java | yangfancoming/mybatis-spring | 191583657f60bd10d610723904a84846870378a7 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2021-06-05T07:25:05.000Z | 2021-06-05T07:25:05.000Z | 22.512195 | 64 | 0.747562 | 17,561 |
package org.mybatis.spring.submitted.xa;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@Service
public class UserServiceImpl implements UserService {
@Autowired
private UserMapper us... |
3e298c836b22723c556e3c0b7d5a012c565aa318 | 18,673 | java | Java | source/game/content/skilling/Mining.java | FavyTeam/Elderscape_server | 38bf75396e4e13222be67d5f15eb0b9862dca6bb | [
"MIT"
] | 3 | 2019-05-09T16:59:13.000Z | 2019-05-09T18:29:57.000Z | source/game/content/skilling/Mining.java | FavyTeam/Elderscape_server | 38bf75396e4e13222be67d5f15eb0b9862dca6bb | [
"MIT"
] | null | null | null | source/game/content/skilling/Mining.java | FavyTeam/Elderscape_server | 38bf75396e4e13222be67d5f15eb0b9862dca6bb | [
"MIT"
] | 7 | 2019-07-11T23:04:40.000Z | 2021-08-02T14:27:13.000Z | 28.292424 | 159 | 0.679377 | 17,562 | package game.content.skilling;
import core.GameType;
import core.ServerConstants;
import game.content.achievement.Achievements;
import game.content.miscellaneous.RandomEvent;
import game.content.skilling.crafting.GemCrafting;
import game.item.ItemAssistant;
import game.npc.NpcHandler;
import game.npc.pet.Pet;
import g... |
3e298cd979ca38172fab38bed1c4193f1578287b | 2,671 | java | Java | cosmetic-modules/cosmetic-module-circle/src/main/java/com/cyberlink/cosmetic/modules/circle/repository/redis/CircleRepositoryRedis.java | datree-demo/bcserver_demo | 852a8d4780d3724236e1d5069cccf2dbe7a4dce9 | [
"Apache-2.0"
] | 1 | 2019-01-08T15:53:01.000Z | 2019-01-08T15:53:01.000Z | cosmetic-modules/cosmetic-module-circle/src/main/java/com/cyberlink/cosmetic/modules/circle/repository/redis/CircleRepositoryRedis.java | datree-demo/bcserver_demo | 852a8d4780d3724236e1d5069cccf2dbe7a4dce9 | [
"Apache-2.0"
] | null | null | null | cosmetic-modules/cosmetic-module-circle/src/main/java/com/cyberlink/cosmetic/modules/circle/repository/redis/CircleRepositoryRedis.java | datree-demo/bcserver_demo | 852a8d4780d3724236e1d5069cccf2dbe7a4dce9 | [
"Apache-2.0"
] | null | null | null | 36.094595 | 97 | 0.625234 | 17,563 | package com.cyberlink.cosmetic.modules.circle.repository.redis;
import org.hibernate.ScrollableResults;
import org.springframework.data.redis.core.Cursor;
import org.springframework.data.redis.core.ScanOptions;
import com.cyberlink.core.dao.hibernate.ScrollableResultsCallback;
import com.cyberlink.cosmetic.modules.ci... |
3e298db286fff39be6daeba43bf26405eb5c8c8c | 1,813 | java | Java | shesmu-server/src/main/java/ca/on/oicr/gsi/shesmu/compiler/ListNodeMap.java | apmasell/shesmu | 2906ebc995fa061238a9112e1be6ae70b7671060 | [
"MIT"
] | 6 | 2018-03-21T02:06:59.000Z | 2022-01-06T00:55:26.000Z | shesmu-server/src/main/java/ca/on/oicr/gsi/shesmu/compiler/ListNodeMap.java | apmasell/shesmu | 2906ebc995fa061238a9112e1be6ae70b7671060 | [
"MIT"
] | 64 | 2018-05-03T21:14:57.000Z | 2021-11-26T20:40:03.000Z | shesmu-server/src/main/java/ca/on/oicr/gsi/shesmu/compiler/ListNodeMap.java | apmasell/shesmu | 2906ebc995fa061238a9112e1be6ae70b7671060 | [
"MIT"
] | 3 | 2018-08-31T04:08:54.000Z | 2021-09-23T17:41:20.000Z | 30.216667 | 98 | 0.752344 | 17,564 | package ca.on.oicr.gsi.shesmu.compiler;
import ca.on.oicr.gsi.Pair;
import ca.on.oicr.gsi.shesmu.plugin.types.Imyhat;
import java.util.Optional;
import java.util.function.Consumer;
public class ListNodeMap extends ListNodeWithExpression {
private final DestructuredArgumentNode nextName;
public ListNodeMap(
... |
3e298db2c24500d69982bdbc9e391005e12dec6c | 1,490 | java | Java | mock-infrastructure/src/main/java/com/sequenceiq/mock/clouderamanager/v40/controller/ServicesResourcesV40Controller.java | isabella232/cloudbreak | d974679739023107a9c232e62c552f2359311eb8 | [
"Apache-2.0"
] | null | null | null | mock-infrastructure/src/main/java/com/sequenceiq/mock/clouderamanager/v40/controller/ServicesResourcesV40Controller.java | isabella232/cloudbreak | d974679739023107a9c232e62c552f2359311eb8 | [
"Apache-2.0"
] | 1 | 2021-02-24T09:19:56.000Z | 2021-02-24T09:19:56.000Z | mock-infrastructure/src/main/java/com/sequenceiq/mock/clouderamanager/v40/controller/ServicesResourcesV40Controller.java | isabella232/cloudbreak | d974679739023107a9c232e62c552f2359311eb8 | [
"Apache-2.0"
] | null | null | null | 39.210526 | 143 | 0.800671 | 17,565 | package com.sequenceiq.mock.clouderamanager.v40.controller;
import java.util.List;
import javax.inject.Inject;
import javax.validation.Valid;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import com.sequenceiq.mock.clouderamanager.ProfileAwareComponent;
import com... |
3e298db4f587681a80b78a35207d60d7a0ea459e | 424 | java | Java | platform/src/main/java/com/toparchy/platform/ui/PositionLayoutEnum.java | currying/molecule | af4bb20d8aa11e25b0ff7890958e3d4fa0cb2712 | [
"Apache-2.0"
] | 1 | 2017-10-22T18:01:25.000Z | 2017-10-22T18:01:25.000Z | platform/src/main/java/com/toparchy/platform/ui/PositionLayoutEnum.java | currying/molecule | af4bb20d8aa11e25b0ff7890958e3d4fa0cb2712 | [
"Apache-2.0"
] | null | null | null | platform/src/main/java/com/toparchy/platform/ui/PositionLayoutEnum.java | currying/molecule | af4bb20d8aa11e25b0ff7890958e3d4fa0cb2712 | [
"Apache-2.0"
] | 1 | 2018-03-14T08:06:05.000Z | 2018-03-14T08:06:05.000Z | 70.666667 | 349 | 0.813679 | 17,566 | package com.toparchy.platform.ui;
public enum PositionLayoutEnum {
north, north_north, north_south, north_west, north_east, north_center, south, south_north, south_south, south_west, south_east, south_center, west, west_north, west_south, west_west, west_east, west_center, east, east_north, east_south, east_west, ... |
3e298ef2197a2d3496a82aa45b77143c39d02dfd | 5,780 | java | Java | src/main/java/tool/CWECheckerToolWrapper.java | MSUSEL/msusel-pique-bin | a22b3aa660c16af299cb122595adde851c4f3870 | [
"MIT"
] | 1 | 2022-02-01T18:51:03.000Z | 2022-02-01T18:51:03.000Z | src/main/java/tool/CWECheckerToolWrapper.java | MSUSEL/msusel-pique-bin | a22b3aa660c16af299cb122595adde851c4f3870 | [
"MIT"
] | 1 | 2021-12-15T16:11:17.000Z | 2021-12-15T16:11:17.000Z | src/main/java/tool/CWECheckerToolWrapper.java | MSUSEL/msusel-pique-bin | a22b3aa660c16af299cb122595adde851c4f3870 | [
"MIT"
] | null | null | null | 33.028571 | 157 | 0.716609 | 17,567 | /**
* MIT License
* Copyright (c) 2019 Montana State University Software Engineering Labs
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limita... |
3e298fc9de6708d0956d701d2491ea6d0db3c174 | 2,738 | java | Java | shw-group/src/main/java/top/itning/server/shwgroup/router/GroupRouters.java | zhijiezung/shw_server | 312fe2f2e62e2c006311e9b5dd63612913e90a9c | [
"Apache-2.0"
] | null | null | null | shw-group/src/main/java/top/itning/server/shwgroup/router/GroupRouters.java | zhijiezung/shw_server | 312fe2f2e62e2c006311e9b5dd63612913e90a9c | [
"Apache-2.0"
] | null | null | null | shw-group/src/main/java/top/itning/server/shwgroup/router/GroupRouters.java | zhijiezung/shw_server | 312fe2f2e62e2c006311e9b5dd63612913e90a9c | [
"Apache-2.0"
] | null | null | null | 48.892857 | 196 | 0.655953 | 17,568 | package top.itning.server.shwgroup.router;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.reactive.function.server.RouterFunction;
import org.springframework.w... |
3e299130d080e10af863c1eb2b4ccdc1f6039adc | 6,042 | java | Java | src/main/java/com/app/model/dicionario/FmdPresentation.java | wlclimaco85/Angular-SpringBoot-REST-JWT | c81fc71833ef99f05ac7abeedcc64a8cb599299a | [
"MIT"
] | null | null | null | src/main/java/com/app/model/dicionario/FmdPresentation.java | wlclimaco85/Angular-SpringBoot-REST-JWT | c81fc71833ef99f05ac7abeedcc64a8cb599299a | [
"MIT"
] | null | null | null | src/main/java/com/app/model/dicionario/FmdPresentation.java | wlclimaco85/Angular-SpringBoot-REST-JWT | c81fc71833ef99f05ac7abeedcc64a8cb599299a | [
"MIT"
] | null | null | null | 27.715596 | 96 | 0.720126 | 17,569 | package com.app.model.dicionario;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
imp... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.