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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e18543b57ebd583d175ea9382219bec1e4f79b1 | 673 | java | Java | 30 Days of Code Challenges/Day 26- Nested Logic/Nested.java | Yashika25/HackerRank-in-Java | d5223fdcbcd9efea1ce2f44e4c7ea7a41c5ccf9b | [
"Unlicense"
] | 19 | 2019-09-25T17:59:35.000Z | 2021-08-25T05:28:06.000Z | 30 Days of Code Challenges/Day 26- Nested Logic/Nested.java | Yashika25/HackerRank-in-Java | d5223fdcbcd9efea1ce2f44e4c7ea7a41c5ccf9b | [
"Unlicense"
] | 12 | 2019-09-20T08:04:52.000Z | 2020-10-05T07:10:59.000Z | 30 Days of Code Challenges/Day 26- Nested Logic/Nested.java | Yashika25/HackerRank-in-Java | d5223fdcbcd9efea1ce2f44e4c7ea7a41c5ccf9b | [
"Unlicense"
] | 26 | 2019-09-25T18:14:29.000Z | 2021-08-08T19:21:42.000Z | 21.03125 | 52 | 0.451709 | 10,339 | import java.util.Scanner;
public class Nested
{
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
int days = in.nextInt();
int months = in.nextInt();
int years = in.nextInt();
int da = in.nextInt();
int mo = in.nextInt();
i... |
3e18550aff3567f73c118ed631d91cd5eac83d4a | 993 | java | Java | src/main/java/org/slf4j/impl/StaticLoggerBinder.java | 137310853/logtube-java | 9df4793b5fbc57d04075e0ce19d49959f8d3db07 | [
"MIT"
] | 14 | 2019-05-10T07:07:37.000Z | 2021-08-03T06:16:37.000Z | src/main/java/org/slf4j/impl/StaticLoggerBinder.java | 137310853/logtube-java | 9df4793b5fbc57d04075e0ce19d49959f8d3db07 | [
"MIT"
] | 7 | 2021-01-19T03:15:14.000Z | 2022-03-31T20:07:39.000Z | src/main/java/org/slf4j/impl/StaticLoggerBinder.java | 137310853/logtube-java | 9df4793b5fbc57d04075e0ce19d49959f8d3db07 | [
"MIT"
] | 9 | 2019-06-20T02:43:03.000Z | 2021-11-26T07:22:17.000Z | 26.837838 | 93 | 0.741188 | 10,340 | package org.slf4j.impl;
import io.github.logtube.LogtubeLoggerFactory;
import org.slf4j.ILoggerFactory;
import org.slf4j.spi.LoggerFactoryBinder;
public class StaticLoggerBinder implements LoggerFactoryBinder {
private final LogtubeLoggerFactory loggerFactory;
private static final String loggerFactoryClassS... |
3e1855d6262fd273aaa28aa566796bb9868ddc76 | 3,490 | java | Java | src/main/java/de/srendi/advancedperipherals/common/items/base/BaseItem.java | Niall-mc/AdvancedPeripherals | e504d756b06e11116421c39b3303d56cd10e4b36 | [
"Apache-2.0"
] | 1 | 2021-07-07T04:40:30.000Z | 2021-07-07T04:40:30.000Z | src/main/java/de/srendi/advancedperipherals/common/items/base/BaseItem.java | Shibetaro/AdvancedPeripherals | b4cc2f6f8438e8d27482bdf0f9518129c5488d72 | [
"Apache-2.0"
] | null | null | null | src/main/java/de/srendi/advancedperipherals/common/items/base/BaseItem.java | Shibetaro/AdvancedPeripherals | b4cc2f6f8438e8d27482bdf0f9518129c5488d72 | [
"Apache-2.0"
] | null | null | null | 41.058824 | 130 | 0.726934 | 10,341 | package de.srendi.advancedperipherals.common.items.base;
import de.srendi.advancedperipherals.AdvancedPeripherals;
import de.srendi.advancedperipherals.common.util.EnumColor;
import de.srendi.advancedperipherals.common.util.ItemUtil;
import net.minecraft.client.Minecraft;
import net.minecraft.client.util.ITooltipFlag;... |
3e1855e66561cc48152ef4e19085e4885f49ae1f | 893 | java | Java | circumgraph-storage/src/test/java/com/circumgraph/storage/types/objects/BlankObjectTest.java | circumgraph/circumgraph | e32e86d1c960671d667189a8f2e6f0333d7eaf3e | [
"MIT"
] | null | null | null | circumgraph-storage/src/test/java/com/circumgraph/storage/types/objects/BlankObjectTest.java | circumgraph/circumgraph | e32e86d1c960671d667189a8f2e6f0333d7eaf3e | [
"MIT"
] | 54 | 2021-08-04T19:03:09.000Z | 2022-03-08T03:17:59.000Z | circumgraph-storage/src/test/java/com/circumgraph/storage/types/objects/BlankObjectTest.java | circumgraph/circumgraph | e32e86d1c960671d667189a8f2e6f0333d7eaf3e | [
"MIT"
] | null | null | null | 21.261905 | 52 | 0.744681 | 10,342 | package com.circumgraph.storage.types.objects;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
import com.circumgraph.model.ObjectDef;
import com.circumgraph.model.Schema;
import com.circumgraph.storage.SingleSchemaTest;
import com.circumgraph.storage.StorageSchema;
impor... |
3e185677aaf04b2276fe15c1a9008772488faf6d | 1,560 | java | Java | GoofyCoin/GoofyCoin/mainClass.java | suraj13k/Goofy-Coin | fb4a904f22dbd80a848220711bcd1bf54df7e2dc | [
"MIT"
] | null | null | null | GoofyCoin/GoofyCoin/mainClass.java | suraj13k/Goofy-Coin | fb4a904f22dbd80a848220711bcd1bf54df7e2dc | [
"MIT"
] | null | null | null | GoofyCoin/GoofyCoin/mainClass.java | suraj13k/Goofy-Coin | fb4a904f22dbd80a848220711bcd1bf54df7e2dc | [
"MIT"
] | null | null | null | 21.971831 | 73 | 0.615385 | 10,343 | import java.io.*;
import java.net.*;
import java.util.*;
public class mainClass
{
public static void main(String[] args)throws Exception
{
Scanner sc=new Scanner(System.in);
HashMap<String, DSA> dsa = new HashMap<String, DSA>();
System.out.println("Enter no. of people : ");
int n=sc.nextInt();
for(int i=0;... |
3e185689716f190f20d6792c6a1519306b1d26f2 | 2,946 | java | Java | src/main/java/org/vincenzolabs/paymaya/dto/CheckoutGETResponse.java | vincenzolabs/PayMaya-Java-Spring-SDK | a7534849de5cc2b74043b72398bb175da3cedf32 | [
"MIT"
] | null | null | null | src/main/java/org/vincenzolabs/paymaya/dto/CheckoutGETResponse.java | vincenzolabs/PayMaya-Java-Spring-SDK | a7534849de5cc2b74043b72398bb175da3cedf32 | [
"MIT"
] | null | null | null | src/main/java/org/vincenzolabs/paymaya/dto/CheckoutGETResponse.java | vincenzolabs/PayMaya-Java-Spring-SDK | a7534849de5cc2b74043b72398bb175da3cedf32 | [
"MIT"
] | null | null | null | 31.052632 | 90 | 0.767458 | 10,344 | /*
* Copyright (c) 2021 VincenzoLabs
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publis... |
3e1856bcc64527bd8ff59d60c7138810e0f70a63 | 425 | java | Java | ch15-1/ch15-1-gateway/src/main/java/cn/springcloud/book/gateway/filter/TokenController.java | shadowedge/spring-cloud-code | 1988314ac228b9b60756eaeaad164ac1aa47883b | [
"Apache-2.0"
] | 1,932 | 2018-08-08T03:56:32.000Z | 2022-03-29T08:28:14.000Z | ch15-1/ch15-1-gateway/src/main/java/cn/springcloud/book/gateway/filter/TokenController.java | shadowedge/spring-cloud-code | 1988314ac228b9b60756eaeaad164ac1aa47883b | [
"Apache-2.0"
] | 43 | 2018-08-29T14:20:25.000Z | 2021-10-14T06:30:45.000Z | ch15-1/ch15-1-gateway/src/main/java/cn/springcloud/book/gateway/filter/TokenController.java | shadowedge/spring-cloud-code | 1988314ac228b9b60756eaeaad164ac1aa47883b | [
"Apache-2.0"
] | 1,001 | 2018-08-27T08:17:27.000Z | 2022-03-23T04:42:25.000Z | 26.5625 | 62 | 0.774118 | 10,345 | package cn.springcloud.book.gateway.filter;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class TokenController {
@GetMapping("/getToken/{name}")
publi... |
3e185763e2a9360dfb49e84ca19f2b081be6c9e3 | 142 | java | Java | HackWinds/src/main/java/com/nucc/hackwinds/listeners/TideChangedListener.java | ubitaco/HackWinds-Bermuda | 1e505405a531951a39699b92f153e21278d2eb26 | [
"MIT"
] | 1 | 2015-03-05T03:31:43.000Z | 2015-03-05T03:31:43.000Z | HackWinds/src/main/java/com/nucc/hackwinds/listeners/TideChangedListener.java | ubitaco/HackWinds-Bermuda | 1e505405a531951a39699b92f153e21278d2eb26 | [
"MIT"
] | 70 | 2015-04-16T03:38:01.000Z | 2017-11-21T15:59:32.000Z | HackWinds/src/main/java/com/nucc/hackwinds/listeners/TideChangedListener.java | mpiannucci/HackWinds | ea7f27418c887e166c8243de05d9d8e6164d7eeb | [
"MIT"
] | 2 | 2017-05-05T16:28:05.000Z | 2017-11-26T01:08:39.000Z | 17.75 | 38 | 0.767606 | 10,346 | package com.nucc.hackwinds.listeners;
public interface TideChangedListener {
void tideDataUpdated();
void tideDataUpdateFailed();
}
|
3e1857776b8a1c337b274f0015d9b1132fe08edf | 8,123 | java | Java | org.vlcj/uk/co/caprica/vlcj/test/basic/PlayerVideoAdjustPanel.java | InnovativeDigitalSolution/NASA_astrobee_gds | 1945c7cf63ef526efaf975137102cdc6cad4640f | [
"Apache-2.0"
] | 9 | 2019-10-01T20:50:35.000Z | 2022-02-24T10:45:55.000Z | org.vlcj/uk/co/caprica/vlcj/test/basic/PlayerVideoAdjustPanel.java | InnovativeDigitalSolution/NASA_astrobee_gds | 1945c7cf63ef526efaf975137102cdc6cad4640f | [
"Apache-2.0"
] | null | null | null | org.vlcj/uk/co/caprica/vlcj/test/basic/PlayerVideoAdjustPanel.java | InnovativeDigitalSolution/NASA_astrobee_gds | 1945c7cf63ef526efaf975137102cdc6cad4640f | [
"Apache-2.0"
] | 10 | 2019-10-01T20:50:36.000Z | 2021-06-13T01:37:46.000Z | 37.261468 | 85 | 0.659485 | 10,347 | /*
* This file is part of VLCJ.
*
* VLCJ is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* VLCJ is distributed in the hope th... |
3e1857b536ef862173bf5ea06333d526268401e1 | 899 | java | Java | mule-esb-plugin/src/main/java/org/mule/tooling/esb/lang/mel/MelFileType.java | machaval/mule-intellij-plugins | aa61d06b7fae73951cebc927a6668fb8f3ff5a67 | [
"Apache-2.0"
] | 40 | 2016-07-08T09:39:14.000Z | 2022-03-23T02:38:23.000Z | mule-esb-plugin/src/main/java/org/mule/tooling/esb/lang/mel/MelFileType.java | machaval/mule-intellij-plugins | aa61d06b7fae73951cebc927a6668fb8f3ff5a67 | [
"Apache-2.0"
] | 70 | 2016-07-22T13:49:06.000Z | 2022-03-04T07:38:09.000Z | mule-esb-plugin/src/main/java/org/mule/tooling/esb/lang/mel/MelFileType.java | machaval/mule-intellij-plugins | aa61d06b7fae73951cebc927a6668fb8f3ff5a67 | [
"Apache-2.0"
] | 26 | 2016-08-23T17:29:53.000Z | 2021-11-01T05:55:04.000Z | 19.12766 | 59 | 0.664071 | 10,348 | package org.mule.tooling.esb.lang.mel;
import com.intellij.openapi.fileTypes.LanguageFileType;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.mule.tooling.esb.util.MuleIcons;
import javax.swing.*;
public class MelFileType extends LanguageFileType {
public static... |
3e1857fd3eef24d521ab258c620a4ca4c07812e7 | 876 | java | Java | store-ms/src/main/java/com/spring/cloud/microservices/sample/storems/client/SupplierClient.java | davidkmaia/spring-cloud-microservices-sample | fb799447c53fae3c0961c8c6bfffb143f5c6da2c | [
"MIT"
] | null | null | null | store-ms/src/main/java/com/spring/cloud/microservices/sample/storems/client/SupplierClient.java | davidkmaia/spring-cloud-microservices-sample | fb799447c53fae3c0961c8c6bfffb143f5c6da2c | [
"MIT"
] | null | null | null | store-ms/src/main/java/com/spring/cloud/microservices/sample/storems/client/SupplierClient.java | davidkmaia/spring-cloud-microservices-sample | fb799447c53fae3c0961c8c6bfffb143f5c6da2c | [
"MIT"
] | null | null | null | 35.04 | 73 | 0.824201 | 10,349 | package com.spring.cloud.microservices.sample.storems.client;
import java.util.List;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.Reques... |
3e1859544b66bf14a26a9d322334444b0eb3544b | 7,312 | java | Java | aws-java-sdk-timestreamquery/src/main/java/com/amazonaws/services/timestreamquery/model/ColumnInfo.java | Whenthingsarerightthenendoftime/aws-sdk-java | ce893003507d3eabbe750fbd86b1c0112d3cf962 | [
"Apache-2.0"
] | 1 | 2020-10-14T16:15:38.000Z | 2020-10-14T16:15:38.000Z | aws-java-sdk-timestreamquery/src/main/java/com/amazonaws/services/timestreamquery/model/ColumnInfo.java | Whenthingsarerightthenendoftime/aws-sdk-java | ce893003507d3eabbe750fbd86b1c0112d3cf962 | [
"Apache-2.0"
] | null | null | null | aws-java-sdk-timestreamquery/src/main/java/com/amazonaws/services/timestreamquery/model/ColumnInfo.java | Whenthingsarerightthenendoftime/aws-sdk-java | ce893003507d3eabbe750fbd86b1c0112d3cf962 | [
"Apache-2.0"
] | 1 | 2020-10-10T15:59:17.000Z | 2020-10-10T15:59:17.000Z | 35.323671 | 137 | 0.624316 | 10,350 | /*
* 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... |
3e185a34d5061bcf761da0a5712fdcb4d70a273d | 29,565 | java | Java | server/test/unit/com/thoughtworks/go/server/service/UserServiceTest.java | acidburn0zzz/gocd | 671f8558abadecbf6dffd84ae7e8f7f9a5027400 | [
"Apache-2.0"
] | 1 | 2017-03-01T05:17:17.000Z | 2017-03-01T05:17:17.000Z | server/test/unit/com/thoughtworks/go/server/service/UserServiceTest.java | acidburn0zzz/gocd | 671f8558abadecbf6dffd84ae7e8f7f9a5027400 | [
"Apache-2.0"
] | 1 | 2021-04-23T11:31:48.000Z | 2021-04-23T11:31:48.000Z | server/test/unit/com/thoughtworks/go/server/service/UserServiceTest.java | Acidburn0zzz/gocd | 671f8558abadecbf6dffd84ae7e8f7f9a5027400 | [
"Apache-2.0"
] | null | null | null | 54.758364 | 181 | 0.70998 | 10,351 | /*
* Copyright 2017 ThoughtWorks, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
3e185a5613b675de7dfb55addf6a0abb48d6cfc7 | 634 | java | Java | src/test/java/com/wp/ioc/Foo.java | qimok/spring-framework-4.2.0 | 3e2fc7a6724cea78fd3288429a452c601ecdce5f | [
"Apache-2.0"
] | 112 | 2017-11-04T11:48:25.000Z | 2022-03-14T08:10:35.000Z | src/test/java/com/wp/ioc/Foo.java | qimok/spring-framework-4.2.0 | 3e2fc7a6724cea78fd3288429a452c601ecdce5f | [
"Apache-2.0"
] | 2 | 2018-09-11T03:26:20.000Z | 2020-09-06T13:31:25.000Z | src/test/java/com/wp/ioc/Foo.java | wanwanpp/spring-framework-4.2.0 | 3e2fc7a6724cea78fd3288429a452c601ecdce5f | [
"Apache-2.0"
] | 78 | 2017-12-15T13:28:46.000Z | 2021-12-19T09:59:09.000Z | 21.133333 | 66 | 0.656151 | 10,352 | package com.wp.ioc;
import org.springframework.beans.factory.InitializingBean;
public class Foo extends ParentOfFoo implements InitializingBean {
private int age;
public int getAge() {
return age;
}
//必须要有setter方法,spring会调用setter完成属性的注入。
public void setAge(int age) {
this.age = ... |
3e185ab7862a2b648ea65866bfa764daec3538b0 | 1,866 | java | Java | src/Compiler/AST/Expression/PrefixExpression/PrefixIncrementExpression.java | KurodaKanbei/Compiler-2018 | 49d10c79786a59ac71a1eb9e977fbefe15c9eabb | [
"MIT"
] | 1 | 2019-01-10T14:42:48.000Z | 2019-01-10T14:42:48.000Z | src/Compiler/AST/Expression/PrefixExpression/PrefixIncrementExpression.java | KurodaKanbei/Compiler-2018 | 49d10c79786a59ac71a1eb9e977fbefe15c9eabb | [
"MIT"
] | null | null | null | src/Compiler/AST/Expression/PrefixExpression/PrefixIncrementExpression.java | KurodaKanbei/Compiler-2018 | 49d10c79786a59ac71a1eb9e977fbefe15c9eabb | [
"MIT"
] | 4 | 2018-04-28T18:30:05.000Z | 2018-11-11T15:34:13.000Z | 32.736842 | 99 | 0.71329 | 10,353 | package Compiler.AST.Expression.PrefixExpression;
import Compiler.AST.Expression.Expression;
import Compiler.AST.Type.IntType;
import Compiler.CFG.Instruction.Instruction;
import Compiler.CFG.Instruction.UnaryInstruction;
import Compiler.Utility.Error.CompilationError;
import Compiler.Utility.Utility;
import java.uti... |
3e185b27f2c2d7aa7ebb28da46bedb5381485c35 | 1,308 | java | Java | cpp-tester-maven-plugin/src/main/java/com/ericsson/tools/cpp/tester/execution/AbstractTestExecutor.java | elchtzeasar/cpp-maven-plugins | c145942356ac0c9f537d9a02383b3b81d0777970 | [
"Apache-2.0"
] | 1 | 2020-11-30T23:45:08.000Z | 2020-11-30T23:45:08.000Z | cpp-tester-maven-plugin/src/main/java/com/ericsson/tools/cpp/tester/execution/AbstractTestExecutor.java | d-stahl/cpp-maven-plugins | 24c6e1a7517508b5ba79301aa366920b0c3ea3ff | [
"Apache-2.0"
] | null | null | null | cpp-tester-maven-plugin/src/main/java/com/ericsson/tools/cpp/tester/execution/AbstractTestExecutor.java | d-stahl/cpp-maven-plugins | 24c6e1a7517508b5ba79301aa366920b0c3ea3ff | [
"Apache-2.0"
] | 1 | 2019-03-12T08:48:01.000Z | 2019-03-12T08:48:01.000Z | 27.829787 | 77 | 0.704128 | 10,354 | /*
* Copyright 2012 Ericsson AB
*
* 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 l... |
3e185b57b1592d1d6afc4b865b73dbbe9cddcdec | 747 | java | Java | app/src/main/java/com/epicodus/conscioume/SearchResultActivity.java | wcchang1382/Conscious-Consumer | caa893ba8b00836ef929f2d7695b7212d1ba707d | [
"Unlicense"
] | null | null | null | app/src/main/java/com/epicodus/conscioume/SearchResultActivity.java | wcchang1382/Conscious-Consumer | caa893ba8b00836ef929f2d7695b7212d1ba707d | [
"Unlicense"
] | null | null | null | app/src/main/java/com/epicodus/conscioume/SearchResultActivity.java | wcchang1382/Conscious-Consumer | caa893ba8b00836ef929f2d7695b7212d1ba707d | [
"Unlicense"
] | null | null | null | 35.571429 | 100 | 0.759036 | 10,355 | package com.epicodus.conscioume;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.content.Intent;
import android.widget.TextView;
public class SearchResultActivity extends AppCompatActivity {
private TextView mSearchResultTextView;
@Override
protected void onCreat... |
3e185bcfb840157863be145080e8c957453259d5 | 2,468 | java | Java | library/src/main/java/com/h6ah4i/android/widget/advrecyclerview/expandable/ExpandableAdapterHelper.java | sumeng199/RecyclerView_ItemAnimation | 1f2feca36f18a7a5a34c5978967c66da5aca3f70 | [
"Apache-2.0"
] | 2 | 2019-02-20T09:59:42.000Z | 2019-12-05T14:39:12.000Z | library/src/main/java/com/h6ah4i/android/widget/advrecyclerview/expandable/ExpandableAdapterHelper.java | sumeng199/RecyclerView_ItemAnimation | 1f2feca36f18a7a5a34c5978967c66da5aca3f70 | [
"Apache-2.0"
] | null | null | null | library/src/main/java/com/h6ah4i/android/widget/advrecyclerview/expandable/ExpandableAdapterHelper.java | sumeng199/RecyclerView_ItemAnimation | 1f2feca36f18a7a5a34c5978967c66da5aca3f70 | [
"Apache-2.0"
] | 1 | 2016-07-07T07:27:30.000Z | 2016-07-07T07:27:30.000Z | 35.768116 | 94 | 0.714749 | 10,356 | /*
* Copyright (C) 2015 Haruki Hasegawa
*
* 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... |
3e185cc109ad5f56965a27b26e816b76d80f60c1 | 593 | java | Java | k12servo/src/main/java/cn/k12soft/servo/repository/VideoDeviceRepository.java | Coy0tes/k12 | 3af8d1e37606cae089475f3c767b04454cbd5a15 | [
"Apache-2.0"
] | 2 | 2019-04-20T13:03:47.000Z | 2019-05-23T07:22:46.000Z | k12servo/src/main/java/cn/k12soft/servo/repository/VideoDeviceRepository.java | Coy0tes/k12 | 3af8d1e37606cae089475f3c767b04454cbd5a15 | [
"Apache-2.0"
] | null | null | null | k12servo/src/main/java/cn/k12soft/servo/repository/VideoDeviceRepository.java | Coy0tes/k12 | 3af8d1e37606cae089475f3c767b04454cbd5a15 | [
"Apache-2.0"
] | null | null | null | 37.0625 | 101 | 0.846543 | 10,357 | package cn.k12soft.servo.repository;
import cn.k12soft.servo.domain.VideoDevice;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface VideoDeviceRepository extends JpaRepository<VideoDevice, Integer> {
Li... |
3e185d2c16ff6f55794b46dbe859c7b822df9ba4 | 2,151 | java | Java | ole-app/olefs/src/main/java/org/kuali/ole/fp/businessobject/options/DisbursementVoucherDocumentationLocationValuesFinder.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/fp/businessobject/options/DisbursementVoucherDocumentationLocationValuesFinder.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/fp/businessobject/options/DisbursementVoucherDocumentationLocationValuesFinder.java | VU-libtech/OLE-INST | 9f5efae4dfaf810fa671c6ac6670a6051303b43d | [
"ECL-2.0"
] | null | null | null | 43.02 | 299 | 0.772664 | 10,358 | /*
* Copyright 2007 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless required by appl... |
3e185f6b2af9252f923c2a76e4b84413c2ceb05a | 272 | java | Java | clbs/src/main/java/com/zw/platform/basic/repository/JobDao.java | youyouqiu/hybrid-development | 784c5227a73d1e6609b701a42ef4cdfd6400d2b7 | [
"MIT"
] | 1 | 2021-09-29T02:13:49.000Z | 2021-09-29T02:13:49.000Z | clbs/src/main/java/com/zw/platform/basic/repository/JobDao.java | youyouqiu/hybrid-development | 784c5227a73d1e6609b701a42ef4cdfd6400d2b7 | [
"MIT"
] | null | null | null | clbs/src/main/java/com/zw/platform/basic/repository/JobDao.java | youyouqiu/hybrid-development | 784c5227a73d1e6609b701a42ef4cdfd6400d2b7 | [
"MIT"
] | null | null | null | 13.6 | 42 | 0.621324 | 10,359 | package com.zw.platform.basic.repository;
import com.zw.platform.basic.domain.JobDO;
import java.util.List;
/**
* 职位DAO类
*
* @author zhangjuan
*/
public interface JobDao {
/**
* 获取所有的职位类别
*
* @return 职位类别列表
*/
List<JobDO> getAllJob();
}
|
3e18605d69a6ded79a0f3df367290b5e10a82e4f | 1,865 | java | Java | platform/diff-impl/src/com/intellij/diff/util/DiffTaskQueue.java | protector1990/intellij-community | b30024b236e84c803ee0b2df7c39eb18dbcaf827 | [
"Apache-2.0"
] | 2 | 2018-12-29T09:53:39.000Z | 2018-12-29T09:53:42.000Z | platform/diff-impl/src/com/intellij/diff/util/DiffTaskQueue.java | protector1990/intellij-community | b30024b236e84c803ee0b2df7c39eb18dbcaf827 | [
"Apache-2.0"
] | 173 | 2018-07-05T13:59:39.000Z | 2018-08-09T01:12:03.000Z | platform/diff-impl/src/com/intellij/diff/util/DiffTaskQueue.java | protector1990/intellij-community | b30024b236e84c803ee0b2df7c39eb18dbcaf827 | [
"Apache-2.0"
] | 1 | 2018-10-03T12:35:06.000Z | 2018-10-03T12:35:06.000Z | 37.3 | 115 | 0.715282 | 10,360 | /*
* Copyright 2000-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
3e186129d0ed7921e5fe2e00161c1dcff4658d89 | 94 | java | Java | A07.Thread/B01.MultiThreadPractiseDesignPatterns/src/main/java/com/thread/study/chapter04/Predicate.java | huaxueyihao/NoteOfStudy | 061e62c97f4fa04fa417fd08ecf1dab361c20b87 | [
"Apache-2.0"
] | null | null | null | A07.Thread/B01.MultiThreadPractiseDesignPatterns/src/main/java/com/thread/study/chapter04/Predicate.java | huaxueyihao/NoteOfStudy | 061e62c97f4fa04fa417fd08ecf1dab361c20b87 | [
"Apache-2.0"
] | 2 | 2020-05-12T02:05:50.000Z | 2022-01-12T23:04:55.000Z | A07.Thread/B01.MultiThreadPractiseDesignPatterns/src/main/java/com/thread/study/chapter04/Predicate.java | huaxueyihao/NoteOfStudy | 061e62c97f4fa04fa417fd08ecf1dab361c20b87 | [
"Apache-2.0"
] | null | null | null | 11.75 | 35 | 0.734043 | 10,361 | package com.thread.study.chapter04;
public interface Predicate {
boolean evaluate();
}
|
3e18616a067b3ffc82c31f6bdd9038943e5c2a65 | 2,730 | java | Java | src/test/java/apoc/util/UtilTest.java | DirkMahler/neo4j-apoc-procedures | 5800d60ba5649c20770449fb2957fefa7ee8f450 | [
"Apache-2.0"
] | 10 | 2019-07-02T13:56:12.000Z | 2021-12-27T05:29:03.000Z | src/test/java/apoc/util/UtilTest.java | DirkMahler/neo4j-apoc-procedures | 5800d60ba5649c20770449fb2957fefa7ee8f450 | [
"Apache-2.0"
] | 30 | 2018-09-04T16:14:38.000Z | 2019-02-27T17:36:18.000Z | src/test/java/apoc/util/UtilTest.java | DirkMahler/neo4j-apoc-procedures | 5800d60ba5649c20770449fb2957fefa7ee8f450 | [
"Apache-2.0"
] | 3 | 2020-02-10T20:57:36.000Z | 2021-07-04T05:40:33.000Z | 32.891566 | 79 | 0.660806 | 10,362 | package apoc.util;
import apoc.index.FreeTextSearch;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import org.neo4j.graphdb.*;
import org.neo4j.graphdb.index.Index;
import org.neo4j.graphdb.index.IndexHits;
import org.neo4j.test.TestGraphDatabaseFactory;
import java.util.List;
impo... |
3e1861f656c87ede8c984d88a8781d6602a24a6e | 1,159 | java | Java | src/main/java/com/javaperks/api/db/BaseDb.java | kevincloud/javaperks-customer-api | 6f8a750cfeb7494f871453b72d43bee706592b77 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/javaperks/api/db/BaseDb.java | kevincloud/javaperks-customer-api | 6f8a750cfeb7494f871453b72d43bee706592b77 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/javaperks/api/db/BaseDb.java | kevincloud/javaperks-customer-api | 6f8a750cfeb7494f871453b72d43bee706592b77 | [
"Apache-2.0"
] | null | null | null | 26.340909 | 97 | 0.648835 | 10,363 | package com.javaperks.api.db;
import java.sql.DriverManager;
import java.sql.Statement;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
// import javassist.bytecode.stackmap.BasicBlock.Catch;
// import java.sql.Connection;
public class BaseDb
{
private String connstr;
pr... |
3e1861fc20959ec4432d2f17b747ffc670d4b03b | 1,105 | java | Java | src/main/java/com/example/provider/auth/grpcservice/AuthenticatedGrpcServiceProvider.java | googlemaps/java-on-demand-rides-deliveries-stub-provider | 778f7296debd56b1d6a7abc5da4b54d71210537d | [
"Apache-2.0"
] | 2 | 2022-01-13T18:13:06.000Z | 2022-01-25T03:21:08.000Z | src/main/java/com/example/provider/auth/grpcservice/AuthenticatedGrpcServiceProvider.java | googlemaps/java-on-demand-rides-deliveries-stub-provider | 778f7296debd56b1d6a7abc5da4b54d71210537d | [
"Apache-2.0"
] | 4 | 2022-01-19T23:32:37.000Z | 2022-03-24T18:23:20.000Z | src/main/java/com/example/provider/auth/grpcservice/AuthenticatedGrpcServiceProvider.java | googlemaps/java-on-demand-rides-deliveries-stub-provider | 778f7296debd56b1d6a7abc5da4b54d71210537d | [
"Apache-2.0"
] | null | null | null | 38.103448 | 75 | 0.772851 | 10,364 | /* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... |
3e186220f1b441fe2aee20142278338d16a5e88c | 1,241 | java | Java | src/main/java/jp/co/tis/gsp/tools/db/beans/DataType.java | developer-mkh/gsp-dba-maven-plugin | 76c705629a8333994c505d9fa7f31e6eb2c55448 | [
"Apache-2.0"
] | 15 | 2015-06-26T01:53:33.000Z | 2020-12-05T13:01:31.000Z | src/main/java/jp/co/tis/gsp/tools/db/beans/DataType.java | developer-mkh/gsp-dba-maven-plugin | 76c705629a8333994c505d9fa7f31e6eb2c55448 | [
"Apache-2.0"
] | 49 | 2016-01-18T02:29:09.000Z | 2022-03-09T07:00:16.000Z | src/main/java/jp/co/tis/gsp/tools/db/beans/DataType.java | developer-mkh/gsp-dba-maven-plugin | 76c705629a8333994c505d9fa7f31e6eb2c55448 | [
"Apache-2.0"
] | 12 | 2016-01-13T01:31:55.000Z | 2022-02-24T13:34:44.000Z | 23.865385 | 75 | 0.721998 | 10,365 | /*
* Copyright (C) 2015 coastland
*
* 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 t... |
3e1862564699d28a4807801e20386d8bfbb3a529 | 3,110 | java | Java | src/test/java/com/lambdaworks/redis/ConnectionCommandTest.java | wg/lettuce | 5141640dc8289ff3af07b44a87020cef719c5f4a | [
"Apache-2.0"
] | 123 | 2015-01-01T03:54:34.000Z | 2022-03-16T08:43:20.000Z | src/test/java/com/lambdaworks/redis/ConnectionCommandTest.java | wg/lettuce | 5141640dc8289ff3af07b44a87020cef719c5f4a | [
"Apache-2.0"
] | 9 | 2015-01-31T21:30:40.000Z | 2018-08-20T15:42:15.000Z | src/test/java/com/lambdaworks/redis/ConnectionCommandTest.java | wg/lettuce | 5141640dc8289ff3af07b44a87020cef719c5f4a | [
"Apache-2.0"
] | 44 | 2015-02-02T11:09:47.000Z | 2021-04-15T04:40:02.000Z | 30.792079 | 89 | 0.56045 | 10,366 | // Copyright (C) 2011 - Will Glozer. All rights reserved.
package com.lambdaworks.redis;
import org.junit.Test;
import java.lang.reflect.Field;
import static org.junit.Assert.*;
public class ConnectionCommandTest extends AbstractCommandTest {
@Test
public void auth() throws Exception {
new WithPas... |
3e1862c5b4a35bebafa29a59e26cbb04c71435e4 | 2,121 | java | Java | examples/src/main/java/example/customtype/CustomResource.java | malcolmm83/hapi-fhir | 6178f35ef4e123d5ffc3ef3cb50fca83fca23a32 | [
"Apache-2.0"
] | 5 | 2018-01-21T08:00:14.000Z | 2021-09-03T22:56:43.000Z | examples/src/main/java/example/customtype/CustomResource.java | malcolmm83/hapi-fhir | 6178f35ef4e123d5ffc3ef3cb50fca83fca23a32 | [
"Apache-2.0"
] | 40 | 2019-07-19T20:53:40.000Z | 2021-03-01T01:30:59.000Z | examples/src/main/java/example/customtype/CustomResource.java | malcolmm83/hapi-fhir | 6178f35ef4e123d5ffc3ef3cb50fca83fca23a32 | [
"Apache-2.0"
] | 3 | 2020-05-13T13:36:55.000Z | 2020-09-21T20:01:44.000Z | 24.37931 | 95 | 0.72513 | 10,367 | package example.customtype;
// START SNIPPET: resource
import java.util.ArrayList;
import java.util.List;
import org.hl7.fhir.dstu3.model.DomainResource;
import org.hl7.fhir.dstu3.model.ResourceType;
import org.hl7.fhir.dstu3.model.StringType;
import org.hl7.fhir.dstu3.model.Type;
import ca.uhn.fhir.context.FhirVers... |
3e1862ce4cc69da332dd3d06fff6aec31b3dcb99 | 3,416 | java | Java | src/test/java/uk/co/sleonard/unison/datahandling/DAO/UsenetUserTest.java | leonarduk/unison | 9e7ce7f90b296f4f5e0816d832934740573c7950 | [
"Apache-2.0"
] | 6 | 2016-05-01T07:56:09.000Z | 2021-12-28T09:28:59.000Z | src/test/java/uk/co/sleonard/unison/datahandling/DAO/UsenetUserTest.java | leonarduk/unison | 9e7ce7f90b296f4f5e0816d832934740573c7950 | [
"Apache-2.0"
] | 110 | 2016-04-25T05:29:36.000Z | 2021-03-26T21:17:28.000Z | src/test/java/uk/co/sleonard/unison/datahandling/DAO/UsenetUserTest.java | leonarduk/unison | 9e7ce7f90b296f4f5e0816d832934740573c7950 | [
"Apache-2.0"
] | 11 | 2016-04-24T23:36:59.000Z | 2019-01-21T12:40:00.000Z | 23.59589 | 88 | 0.701016 | 10,368 | /**
* UsenetUserTest
*
* @author ${author}
* @since 20-Jun-2016
*/
package uk.co.sleonard.unison.datahandling.DAO;
import org.junit.Assert;
import org.junit.Test;
/**
* Extends UsenetUser to change setId(protected)
*
* @author Elton <efpyi@example.com>
*
*/
@SuppressWarnings("serial")
class TestUsenetUser e... |
3e1863284db444adf643e6d0a0f512202f78a08a | 3,473 | java | Java | aws-java-sdk-dms/src/main/java/com/amazonaws/services/databasemigrationservice/model/transform/DescribeOrderableReplicationInstancesRequestMarshaller.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-dms/src/main/java/com/amazonaws/services/databasemigrationservice/model/transform/DescribeOrderableReplicationInstancesRequestMarshaller.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-dms/src/main/java/com/amazonaws/services/databasemigrationservice/model/transform/DescribeOrderableReplicationInstancesRequestMarshaller.java | erbrito/aws-java-sdk | 853b7e82d708465aca43c6013ab1221ce4d50852 | [
"Apache-2.0"
] | null | null | null | 42.353659 | 137 | 0.748344 | 10,369 | /*
* 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... |
3e186469c53a39affdfbf7a007d076348f3ad8b3 | 11,507 | java | Java | src/jason_controller/src/java/knowHome.java | calumshep/erl-consumer-meng-2022 | 14de1fb1be859b0e6c940211765d75f5da711f12 | [
"BSD-3-Clause-Clear"
] | null | null | null | src/jason_controller/src/java/knowHome.java | calumshep/erl-consumer-meng-2022 | 14de1fb1be859b0e6c940211765d75f5da711f12 | [
"BSD-3-Clause-Clear"
] | null | null | null | src/jason_controller/src/java/knowHome.java | calumshep/erl-consumer-meng-2022 | 14de1fb1be859b0e6c940211765d75f5da711f12 | [
"BSD-3-Clause-Clear"
] | 5 | 2021-11-26T12:06:56.000Z | 2022-02-15T14:15:16.000Z | 35.297546 | 114 | 0.573216 | 10,370 | // Environment code
// Start rosbridge to allow Jason to ROS communication:
// roslaunch rosbridge_server rosbridge_websocket.launch
import jason.asSyntax.*;
import jason.environment.*;
import java.util.logging.*;
import ros.Publisher;
import ros.RosBridge;
import ros.RosListenDelegate;
import ros.SubscriptionRequestM... |
3e18652afce945245ca8e9159059026aed065ea2 | 263 | java | Java | mallplus-mbg/src/main/java/com/zscat/mallplus/sys/mapper/SysDealerUseMapper.java | zhangtao0711/mallplus | 337dcc0d823836d0a8e4e932d4460f0476f41006 | [
"Apache-2.0"
] | null | null | null | mallplus-mbg/src/main/java/com/zscat/mallplus/sys/mapper/SysDealerUseMapper.java | zhangtao0711/mallplus | 337dcc0d823836d0a8e4e932d4460f0476f41006 | [
"Apache-2.0"
] | 6 | 2020-07-21T07:43:48.000Z | 2022-02-13T16:55:32.000Z | mallplus-mbg/src/main/java/com/zscat/mallplus/sys/mapper/SysDealerUseMapper.java | zhangtao0711/mallplus | 337dcc0d823836d0a8e4e932d4460f0476f41006 | [
"Apache-2.0"
] | 4 | 2020-10-30T21:47:04.000Z | 2021-03-06T07:41:25.000Z | 20.230769 | 70 | 0.787072 | 10,371 | package com.zscat.mallplus.sys.mapper;
import com.zscat.mallplus.sys.entity.SysDealerUse;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author wang
* @date 2020-05-25
*/
public interface SysDealerUseMapper extends BaseMapper<SysDealerUse> {
}
|
3e1866186b3ff06d7558bd6f2ea90bf93b5658c6 | 9,567 | java | Java | src/main/java/org/globsframework/gui/GlobsPanelBuilder.java | mathieu-chauvet/globs | b33def49e28d73a099083c0bd21d74ce9bddf5ce | [
"Apache-2.0"
] | null | null | null | src/main/java/org/globsframework/gui/GlobsPanelBuilder.java | mathieu-chauvet/globs | b33def49e28d73a099083c0bd21d74ce9bddf5ce | [
"Apache-2.0"
] | null | null | null | src/main/java/org/globsframework/gui/GlobsPanelBuilder.java | mathieu-chauvet/globs | b33def49e28d73a099083c0bd21d74ce9bddf5ce | [
"Apache-2.0"
] | null | null | null | 40.710638 | 122 | 0.760322 | 10,372 | package org.globsframework.gui;
import org.globsframework.gui.actions.CreateGlobAction;
import org.globsframework.gui.actions.DeleteGlobAction;
import org.globsframework.gui.editors.*;
import org.globsframework.gui.splits.SplitsBuilder;
import org.globsframework.gui.splits.PanelBuilder;
import org.globsframework.gui.s... |
3e18668f46a232c2a1cef86ba4a79781addb407c | 3,711 | java | Java | app/src/main/java/com/example/android/inventory/data/InventoryContract.java | Olazysks/InventoryApp_Project9 | dc63d696c702bb1be50e32fa6b759dd4a3cb6813 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/inventory/data/InventoryContract.java | Olazysks/InventoryApp_Project9 | dc63d696c702bb1be50e32fa6b759dd4a3cb6813 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/inventory/data/InventoryContract.java | Olazysks/InventoryApp_Project9 | dc63d696c702bb1be50e32fa6b759dd4a3cb6813 | [
"Apache-2.0"
] | null | null | null | 32.269565 | 103 | 0.608461 | 10,373 | package com.example.android.inventory.data;
import android.content.ContentResolver;
import android.net.Uri;
import android.provider.BaseColumns;
/**
* API Contract for the Inventory app.
*/
public final class InventoryContract {
/**
* The "Content authority" is a name for the entire content provider, simi... |
3e1866ad452615889357038b705be5f994082c87 | 9,545 | java | Java | src/main/java/com/amogh/lms/web/rest/ExerciseResource.java | neelkirit/LearningManagementSystem | 1722f157cb91e1d0faf35060c5e126d763711446 | [
"MIT"
] | null | null | null | src/main/java/com/amogh/lms/web/rest/ExerciseResource.java | neelkirit/LearningManagementSystem | 1722f157cb91e1d0faf35060c5e126d763711446 | [
"MIT"
] | null | null | null | src/main/java/com/amogh/lms/web/rest/ExerciseResource.java | neelkirit/LearningManagementSystem | 1722f157cb91e1d0faf35060c5e126d763711446 | [
"MIT"
] | 3 | 2018-04-20T15:09:32.000Z | 2019-04-03T08:48:01.000Z | 42.048458 | 161 | 0.715767 | 10,374 | package com.amogh.lms.web.rest;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import javax.validation.Valid;
import org.slf4j.Logger;
import org.slf4j... |
3e1866c9b48b51eda25c45f4d36a601829500813 | 6,089 | java | Java | jdk1.8-source-analysis/src/javax/naming/NamingEnumeration.java | lhj502819/Java-Family-Bucket | 95c48664e56ae37b74a393587ae2b218261d18ad | [
"Apache-2.0"
] | 1,305 | 2018-03-11T15:04:26.000Z | 2022-03-30T16:02:34.000Z | jdk1.8-source-analysis/src/javax/naming/NamingEnumeration.java | lhj502819/Java-Family-Bucket | 95c48664e56ae37b74a393587ae2b218261d18ad | [
"Apache-2.0"
] | 7 | 2019-03-20T09:43:08.000Z | 2021-08-20T03:19:24.000Z | jdk1.8-source-analysis/src/javax/naming/NamingEnumeration.java | lhj502819/Java-Family-Bucket | 95c48664e56ae37b74a393587ae2b218261d18ad | [
"Apache-2.0"
] | 575 | 2018-03-11T15:15:41.000Z | 2022-03-30T16:03:48.000Z | 41.141892 | 113 | 0.695845 | 10,375 | /*
* Copyright (c) 1999, 2004, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package javax.naming;
import java.util.Enumeration;
/**
* This interface is for enumerating lists r... |
3e1867e724f4d27fced0ee1924b4f5dce4521bd9 | 6,948 | java | Java | src/main/java/jp/co/yahoo/adsdisplayapi/v6/model/RetargetingListServiceRuleTargetList.java | yahoojp-marketing/ads-display-api-java-lib | 2b1d9227e200e9c4807da37388a0db6eb15f5dc2 | [
"MIT"
] | null | null | null | src/main/java/jp/co/yahoo/adsdisplayapi/v6/model/RetargetingListServiceRuleTargetList.java | yahoojp-marketing/ads-display-api-java-lib | 2b1d9227e200e9c4807da37388a0db6eb15f5dc2 | [
"MIT"
] | null | null | null | src/main/java/jp/co/yahoo/adsdisplayapi/v6/model/RetargetingListServiceRuleTargetList.java | yahoojp-marketing/ads-display-api-java-lib | 2b1d9227e200e9c4807da37388a0db6eb15f5dc2 | [
"MIT"
] | null | null | null | 35.269036 | 513 | 0.73057 | 10,376 | package jp.co.yahoo.adsdisplayapi.v6.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.ArrayList;
import java.util.List;
imp... |
3e1868745b829e443666b05311be2a135649fd30 | 310 | java | Java | lab3/src/decaf/error/SuperVarError.java | JohndeVostok/THU-Compiler-lab | 3eac6f6e002d6a5adf07968f8ef3892cadab3d9a | [
"MIT"
] | null | null | null | lab3/src/decaf/error/SuperVarError.java | JohndeVostok/THU-Compiler-lab | 3eac6f6e002d6a5adf07968f8ef3892cadab3d9a | [
"MIT"
] | null | null | null | lab3/src/decaf/error/SuperVarError.java | JohndeVostok/THU-Compiler-lab | 3eac6f6e002d6a5adf07968f8ef3892cadab3d9a | [
"MIT"
] | null | null | null | 14.761905 | 47 | 0.722581 | 10,377 | package decaf.error;
import decaf.Location;
/**
* can not use this in static function
* PA2
*/
public class SuperVarError extends DecafError {
public SuperVarError(Location location) {
super(location);
}
@Override
protected String getErrMsg() {
return "super.member_var is not supported";
}
}
|
3e1869b61c698291fce6f40cfd37092f5ac74f8b | 1,718 | java | Java | src/main/java/io/github/jonestimd/util/JavaFunctions.java | jonestimd/swing-extensions | 611adcaa4e1910555103a61daae1ccff7c73135a | [
"MIT"
] | 5 | 2021-01-07T20:57:22.000Z | 2022-03-28T02:17:27.000Z | src/main/java/io/github/jonestimd/util/JavaFunctions.java | jonestimd/swing-extensions | 611adcaa4e1910555103a61daae1ccff7c73135a | [
"MIT"
] | 3 | 2019-11-24T02:37:02.000Z | 2021-08-13T20:15:59.000Z | src/main/java/io/github/jonestimd/util/JavaFunctions.java | jonestimd/swing-extensions | 611adcaa4e1910555103a61daae1ccff7c73135a | [
"MIT"
] | null | null | null | 42.95 | 110 | 0.726426 | 10,378 | // The MIT License (MIT)
//
// Copyright (c) 2017 Timothy D. Jones
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use... |
3e1869eb714ce81c0d8b23ec8f0d3c8e303e2def | 3,973 | java | Java | datasketches-memory-java8/src/main/java/org/apache/datasketches/memory/BaseBuffer.java | apache/incubator-datasketches-memory | 67d7244b7a95ae3deffc0e9c8a69927a5f7461e1 | [
"Apache-2.0"
] | 24 | 2019-05-21T17:39:23.000Z | 2020-12-16T13:19:13.000Z | datasketches-memory-java8/src/main/java/org/apache/datasketches/memory/BaseBuffer.java | apache/datasketches-memory | b981fdf9f1f1af3d18d41d7b79c4f62460c7156e | [
"Apache-2.0"
] | 17 | 2021-01-22T23:19:38.000Z | 2022-02-03T06:19:09.000Z | datasketches-memory-java8/src/main/java/org/apache/datasketches/memory/BaseBuffer.java | apache/datasketches-memory | b981fdf9f1f1af3d18d41d7b79c4f62460c7156e | [
"Apache-2.0"
] | 10 | 2021-02-18T20:09:42.000Z | 2022-03-19T11:15:48.000Z | 31.784 | 99 | 0.71558 | 10,379 | /*
* 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 ... |
3e1869faaf227690e145cddabdc278075e5954a4 | 890 | java | Java | src/audiosteganography/fourier/FFTDataAnalyzer.java | kklin/java-audio-steganography | a10b8929768f70bb20d967ba9417c9eb27901d5f | [
"Apache-2.0"
] | 8 | 2016-04-28T16:59:36.000Z | 2021-04-07T17:04:27.000Z | src/audiosteganography/fourier/FFTDataAnalyzer.java | Chocohead/Audio-Steganography | 171b7f099bc11aec6ade7418ffbd2bae1ba1d4d1 | [
"Apache-2.0"
] | 1 | 2016-03-08T12:01:23.000Z | 2016-03-09T08:02:08.000Z | src/audiosteganography/fourier/FFTDataAnalyzer.java | Chocohead/Audio-Steganography | 171b7f099bc11aec6ade7418ffbd2bae1ba1d4d1 | [
"Apache-2.0"
] | 10 | 2015-07-27T08:12:58.000Z | 2020-04-11T06:08:31.000Z | 26.176471 | 88 | 0.662921 | 10,380 | package audiosteganography.fourier;
public class FFTDataAnalyzer {
public static final double REST_THRESHOLD = .01;
FFTData[] fftData;
public FFTDataAnalyzer(FFTData[] fftData) {
this.fftData = fftData;
}
public boolean isRest() {
return false;
/*double maxMagnitude = 0;
for (int i = 0 ; i<fftData.leng... |
3e186a1753b1ee40d4636aba917f1f3b80c61fec | 2,068 | java | Java | ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/ambari/metrics/core/loadsimulator/util/Json.java | MacgradyHuang/ApacheAmbari | 961ce825b9e2681bf21819147b0ee72438e0b04a | [
"Apache-2.0"
] | 29 | 2018-10-03T21:50:39.000Z | 2022-03-30T04:01:25.000Z | ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/ambari/metrics/core/loadsimulator/util/Json.java | MacgradyHuang/ApacheAmbari | 961ce825b9e2681bf21819147b0ee72438e0b04a | [
"Apache-2.0"
] | 29 | 2019-12-04T03:00:39.000Z | 2022-03-02T06:25:44.000Z | ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/ambari/metrics/core/loadsimulator/util/Json.java | MacgradyHuang/ApacheAmbari | 961ce825b9e2681bf21819147b0ee72438e0b04a | [
"Apache-2.0"
] | 48 | 2018-09-25T20:11:27.000Z | 2022-02-10T06:39:06.000Z | 32.825397 | 84 | 0.746615 | 10,381 | /**
* 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... |
3e186a204c97ee5fe308438fcdf322d73692da61 | 9,713 | java | Java | src/main/java/com/google/devtools/build/lib/rules/cpp/CcStarlarkInternal.java | patryk-kozak/bazel | e0e589658463beb9605030b4820dcc97e6a36f48 | [
"Apache-2.0"
] | 1 | 2022-03-22T11:55:06.000Z | 2022-03-22T11:55:06.000Z | src/main/java/com/google/devtools/build/lib/rules/cpp/CcStarlarkInternal.java | patryk-kozak/bazel | e0e589658463beb9605030b4820dcc97e6a36f48 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/google/devtools/build/lib/rules/cpp/CcStarlarkInternal.java | patryk-kozak/bazel | e0e589658463beb9605030b4820dcc97e6a36f48 | [
"Apache-2.0"
] | null | null | null | 38.391304 | 99 | 0.724596 | 10,382 | // Copyright 2021 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... |
3e186a82042226492c7c795ad4ec01218aee2af9 | 969 | java | Java | src/main/java/com/fleetpin/graphql/builder/annotations/Restrict.java | phocassoftware/graphql-builder | 12fe6a7a28d6ebff7a925963163e002f0444e6a7 | [
"Apache-2.0"
] | 2 | 2020-02-03T19:33:48.000Z | 2020-03-19T21:50:55.000Z | src/main/java/com/fleetpin/graphql/builder/annotations/Restrict.java | phocassoftware/graphql-builder | 12fe6a7a28d6ebff7a925963163e002f0444e6a7 | [
"Apache-2.0"
] | 1 | 2020-03-15T22:38:08.000Z | 2020-03-15T22:38:08.000Z | src/main/java/com/fleetpin/graphql/builder/annotations/Restrict.java | phocassoftware/graphql-builder | 12fe6a7a28d6ebff7a925963163e002f0444e6a7 | [
"Apache-2.0"
] | 1 | 2020-11-02T20:38:07.000Z | 2020-11-02T20:38:07.000Z | 33.413793 | 100 | 0.779154 | 10,383 | /*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under t... |
3e186b09a81323959398f64580c868b443ae5a01 | 9,566 | java | Java | modules/flowable-cmmn-rest/src/main/java/org/flowable/cmmn/rest/service/api/history/caze/HistoricCaseInstanceQueryRequest.java | BearerPipelineTest/flowable-engine | 1c546c1117e60c5b435ba8ca8a6d2f73edc5e855 | [
"Apache-2.0"
] | null | null | null | modules/flowable-cmmn-rest/src/main/java/org/flowable/cmmn/rest/service/api/history/caze/HistoricCaseInstanceQueryRequest.java | BearerPipelineTest/flowable-engine | 1c546c1117e60c5b435ba8ca8a6d2f73edc5e855 | [
"Apache-2.0"
] | null | null | null | modules/flowable-cmmn-rest/src/main/java/org/flowable/cmmn/rest/service/api/history/caze/HistoricCaseInstanceQueryRequest.java | BearerPipelineTest/flowable-engine | 1c546c1117e60c5b435ba8ca8a6d2f73edc5e855 | [
"Apache-2.0"
] | null | null | null | 28.900302 | 89 | 0.726322 | 10,384 | /* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
3e186b1a2b1a51200346f296f2bc0404369ae8b1 | 12,076 | java | Java | src/main/java/com/es/lib/common/binary/Bytes.java | E-System/common-lib | 4d4ec0f5cdb4ff768e79f1520443379bd2c3e615 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/es/lib/common/binary/Bytes.java | E-System/common-lib | 4d4ec0f5cdb4ff768e79f1520443379bd2c3e615 | [
"Apache-2.0"
] | 18 | 2016-11-17T04:08:33.000Z | 2021-05-19T16:14:47.000Z | src/main/java/com/es/lib/common/binary/Bytes.java | E-System/common-lib | 4d4ec0f5cdb4ff768e79f1520443379bd2c3e615 | [
"Apache-2.0"
] | 1 | 2018-08-17T05:02:08.000Z | 2018-08-17T05:02:08.000Z | 29.547677 | 129 | 0.552586 | 10,385 | /*
* Copyright 2016 E-System 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 l... |
3e186b7246076441c2f8df0974bcb58438b6797e | 1,645 | java | Java | Corpus/swt/480.java | JamesCao2048/BlizzardData | a524bec4f0d297bb748234eeb1c2fcdee3dce7d7 | [
"MIT"
] | 1 | 2022-01-15T02:47:45.000Z | 2022-01-15T02:47:45.000Z | Corpus/swt/480.java | JamesCao2048/BlizzardData | a524bec4f0d297bb748234eeb1c2fcdee3dce7d7 | [
"MIT"
] | null | null | null | Corpus/swt/480.java | JamesCao2048/BlizzardData | a524bec4f0d297bb748234eeb1c2fcdee3dce7d7 | [
"MIT"
] | null | null | null | 32.9 | 81 | 0.644377 | 10,386 | /*******************************************************************************
* Copyright (c) 2000, 2006 IBM Corporation and others.
* 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, an... |
3e186ba7fa6b7bcb07d16eb172539905c09527bf | 11,646 | java | Java | driver/src/test/java/org/neo4j/driver/internal/DriverFactoryTest.java | dotStart/neo4j-java-driver | e153bb4e27cae266b8ea73672902bddb2987c943 | [
"Apache-2.0"
] | 1 | 2021-07-09T15:58:41.000Z | 2021-07-09T15:58:41.000Z | driver/src/test/java/org/neo4j/driver/internal/DriverFactoryTest.java | dotStart/neo4j-java-driver | e153bb4e27cae266b8ea73672902bddb2987c943 | [
"Apache-2.0"
] | null | null | null | driver/src/test/java/org/neo4j/driver/internal/DriverFactoryTest.java | dotStart/neo4j-java-driver | e153bb4e27cae266b8ea73672902bddb2987c943 | [
"Apache-2.0"
] | null | null | null | 40.4375 | 159 | 0.715954 | 10,387 | /*
* Copyright (c) "Neo4j"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/license... |
3e186c57f8ed948ee9c0a5be5665ab815aec139e | 1,362 | java | Java | src/de/oberien/adbremotecontrol/adb/AdbDevice.java | schlomo/adb-remote-control | c992e44a37d434347d9569b978723b4005de219b | [
"Apache-2.0",
"MIT"
] | null | null | null | src/de/oberien/adbremotecontrol/adb/AdbDevice.java | schlomo/adb-remote-control | c992e44a37d434347d9569b978723b4005de219b | [
"Apache-2.0",
"MIT"
] | null | null | null | src/de/oberien/adbremotecontrol/adb/AdbDevice.java | schlomo/adb-remote-control | c992e44a37d434347d9569b978723b4005de219b | [
"Apache-2.0",
"MIT"
] | null | null | null | 27.795918 | 93 | 0.604993 | 10,388 | package de.oberien.adbremotecontrol.adb;
import de.oberien.adbremotecontrol.thread.KeyboardInputThread;
import java.awt.image.BufferedImage;
import java.io.IOException;
public class AdbDevice {
private KeyboardInputThread keyboardThread;
public AdbDevice() {
this.keyboardThread = new KeyboardInputTh... |
3e186dd47ef3cfec08c321d47fa87752aa4bb47b | 2,049 | java | Java | scheduler/src/test/java/org/apache/falcon/state/service/TestFalconJPAService.java | raghavgautam/incubator-falcon | 1e348f5d090129b03689f574c00786b2e1a58a20 | [
"Apache-2.0"
] | 92 | 2015-01-14T08:19:04.000Z | 2021-11-10T16:33:54.000Z | scheduler/src/test/java/org/apache/falcon/state/service/TestFalconJPAService.java | raghavgautam/incubator-falcon | 1e348f5d090129b03689f574c00786b2e1a58a20 | [
"Apache-2.0"
] | 341 | 2015-04-02T19:40:13.000Z | 2018-10-17T06:36:27.000Z | scheduler/src/test/java/org/apache/falcon/state/service/TestFalconJPAService.java | raghavgautam/incubator-falcon | 1e348f5d090129b03689f574c00786b2e1a58a20 | [
"Apache-2.0"
] | 133 | 2015-01-21T11:47:58.000Z | 2022-02-26T13:19:28.000Z | 31.523077 | 78 | 0.739385 | 10,389 | /**
* 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... |
3e186f3e7362b485b873b69ca6c3f038d17e6e1d | 1,837 | java | Java | src/main/java/ecse321/fall2014/group3/bomberman/physics/entity/mob/Mob.java | DDoS/Bomberman | 480e833f3738ed1dad05641de5c2b16aa55c7aa3 | [
"MIT"
] | null | null | null | src/main/java/ecse321/fall2014/group3/bomberman/physics/entity/mob/Mob.java | DDoS/Bomberman | 480e833f3738ed1dad05641de5c2b16aa55c7aa3 | [
"MIT"
] | null | null | null | src/main/java/ecse321/fall2014/group3/bomberman/physics/entity/mob/Mob.java | DDoS/Bomberman | 480e833f3738ed1dad05641de5c2b16aa55c7aa3 | [
"MIT"
] | null | null | null | 38.270833 | 80 | 0.750136 | 10,390 | /*
* This file is part of Bomberman, licensed under the MIT License (MIT).
*
* Copyright (c) 2014 Group 3
*
* 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, includi... |
3e186f9643c5d04bd6f7d4ece2720c4cbdcec136 | 7,606 | java | Java | client/YYQuan/app/src/main/java/com/yyquan/jzh/xmpp/XmppReceiver.java | tangsh19951204/nova | c009fb984fa01f563a9cf7501f72953d7c13b4f0 | [
"Apache-2.0"
] | 619 | 2016-11-01T06:31:40.000Z | 2022-03-10T04:28:25.000Z | client/YYQuan/app/src/main/java/com/yyquan/jzh/xmpp/XmppReceiver.java | tangsh19951204/nova | c009fb984fa01f563a9cf7501f72953d7c13b4f0 | [
"Apache-2.0"
] | 6 | 2016-11-21T08:55:02.000Z | 2019-04-17T07:44:20.000Z | client/YYQuan/app/src/main/java/com/yyquan/jzh/xmpp/XmppReceiver.java | tangsh19951204/nova | c009fb984fa01f563a9cf7501f72953d7c13b4f0 | [
"Apache-2.0"
] | 236 | 2016-11-01T07:54:32.000Z | 2022-02-17T17:24:15.000Z | 37.102439 | 135 | 0.579017 | 10,391 | package com.yyquan.jzh.xmpp;
import android.annotation.TargetApi;
import android.app.ActivityManager;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.AsyncQueryHandler;
import android.content.BroadcastReceiver;
import android.content.Con... |
3e186fd38c0ed03dacdfa65b96973f273474ba09 | 1,808 | java | Java | src/test/java/com/acmerocket/plex/client/model/impl/AbstractSerializationTest.java | acmerocket/plex-client | 14abc124c4ecffaf112dbac24e17524bea9af6cb | [
"MIT"
] | null | null | null | src/test/java/com/acmerocket/plex/client/model/impl/AbstractSerializationTest.java | acmerocket/plex-client | 14abc124c4ecffaf112dbac24e17524bea9af6cb | [
"MIT"
] | null | null | null | src/test/java/com/acmerocket/plex/client/model/impl/AbstractSerializationTest.java | acmerocket/plex-client | 14abc124c4ecffaf112dbac24e17524bea9af6cb | [
"MIT"
] | null | null | null | 32.872727 | 86 | 0.768252 | 10,392 | /**
* The MIT License (MIT)
*
* Copyright (c) 2012 David Carver
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to u... |
3e186ffa3e08376c47770ef66e4f9170d415b53b | 3,661 | java | Java | enhanced/java/jdktools/modules/jpda/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/BytecodesTest.java | qinFamily/freeVM | 9caa0256b4089d74186f84b8fb2afc95a0afc7bc | [
"Apache-2.0"
] | 5 | 2017-03-08T20:32:39.000Z | 2021-07-10T10:12:38.000Z | enhanced/java/jdktools/modules/jpda/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/BytecodesTest.java | qinFamily/freeVM | 9caa0256b4089d74186f84b8fb2afc95a0afc7bc | [
"Apache-2.0"
] | null | null | null | enhanced/java/jdktools/modules/jpda/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/BytecodesTest.java | qinFamily/freeVM | 9caa0256b4089d74186f84b8fb2afc95a0afc7bc | [
"Apache-2.0"
] | 4 | 2015-07-07T07:06:59.000Z | 2018-06-19T22:38:04.000Z | 38.135417 | 96 | 0.682874 | 10,393 | /*
* 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 ... |
3e18700d82c8988ff52e6daa933ae90b4cc1cb67 | 1,111 | java | Java | src/com/levigo/jbig2/decoder/huffman/Node.java | mamuesp/Patty | 06d3b6613afe66c205885dc6c4f282497728fc67 | [
"Apache-2.0"
] | null | null | null | src/com/levigo/jbig2/decoder/huffman/Node.java | mamuesp/Patty | 06d3b6613afe66c205885dc6c4f282497728fc67 | [
"Apache-2.0"
] | null | null | null | src/com/levigo/jbig2/decoder/huffman/Node.java | mamuesp/Patty | 06d3b6613afe66c205885dc6c4f282497728fc67 | [
"Apache-2.0"
] | null | null | null | 33.787879 | 75 | 0.72287 | 10,394 | /**
* Copyright (C) 1995-2013 levigo holding gmbh.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*... |
3e1870416f60ed91ed4750342c0836f67cc394de | 791 | java | Java | src/com/icloud/seraphcxl/string/LongestCommonPrefix.java | seraphcxl/LeeCode-exercises | 67d272eac001c5c1c3f96ba81b607c532bef912a | [
"MIT"
] | null | null | null | src/com/icloud/seraphcxl/string/LongestCommonPrefix.java | seraphcxl/LeeCode-exercises | 67d272eac001c5c1c3f96ba81b607c532bef912a | [
"MIT"
] | null | null | null | src/com/icloud/seraphcxl/string/LongestCommonPrefix.java | seraphcxl/LeeCode-exercises | 67d272eac001c5c1c3f96ba81b607c532bef912a | [
"MIT"
] | null | null | null | 24.71875 | 70 | 0.481669 | 10,395 | package com.icloud.seraphcxl.string;
/**
* 14. Longest Common Prefix
*
* @author xiaoliangchen
*/
public class LongestCommonPrefix {
public static void main(String[] args) {
String[] strs = {"flower","flow","flight"};
System.out.println(longestCommonPrefix(strs));
}
public static Strin... |
3e1870cf7e3a865d6f71895598f5e4abc0e67dc2 | 5,978 | java | Java | deeplearning4j-modelimport/src/main/java/org/deeplearning4j/nn/modelimport/keras/layers/convolutional/KerasAtrousConvolution1D.java | firasdib/deeplearning4j | ecfd11e4c6e72361a913821ce38b7a7b01c9b9f4 | [
"Apache-2.0"
] | 2 | 2020-10-07T18:23:06.000Z | 2021-06-13T16:17:28.000Z | deeplearning4j-modelimport/src/main/java/org/deeplearning4j/nn/modelimport/keras/layers/convolutional/KerasAtrousConvolution1D.java | firasdib/deeplearning4j | ecfd11e4c6e72361a913821ce38b7a7b01c9b9f4 | [
"Apache-2.0"
] | null | null | null | deeplearning4j-modelimport/src/main/java/org/deeplearning4j/nn/modelimport/keras/layers/convolutional/KerasAtrousConvolution1D.java | firasdib/deeplearning4j | ecfd11e4c6e72361a913821ce38b7a7b01c9b9f4 | [
"Apache-2.0"
] | null | null | null | 46.341085 | 108 | 0.722315 | 10,396 | /*-
*
* * Copyright 2017 Skymind,Inc.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* *
* * http://www.apache.org/licenses/LICENSE-2.0
* *
* * ... |
3e1870e9f2568bb086b5ba63bde2c98a6e07a2a8 | 803 | java | Java | app/src/main/java/com/mv_design_patterns/LayeredArchitcture/BusinessEntities/Bottle.java | ItaySharabi/DesignPatterns | ea7fc041217bd5a6fa0d08e6991672e617d5eb1c | [
"MIT"
] | null | null | null | app/src/main/java/com/mv_design_patterns/LayeredArchitcture/BusinessEntities/Bottle.java | ItaySharabi/DesignPatterns | ea7fc041217bd5a6fa0d08e6991672e617d5eb1c | [
"MIT"
] | null | null | null | app/src/main/java/com/mv_design_patterns/LayeredArchitcture/BusinessEntities/Bottle.java | ItaySharabi/DesignPatterns | ea7fc041217bd5a6fa0d08e6991672e617d5eb1c | [
"MIT"
] | null | null | null | 19.119048 | 67 | 0.601494 | 10,397 | package com.mv_design_patterns.LayeredArchitcture.BusinessEntities;
public class Bottle {
private double capacity;
private double currentAmount;
public Bottle(double capacity) {
this.capacity = capacity;
}
public Bottle() {
this(10);
}
public double getCapacity() {
... |
3e1871264ca9644aa4ee5dde574a6e1926818090 | 2,150 | java | Java | src/main/java/com/jenkov/iap/ion/IonFieldTypes.java | jjenkov/iap-tools-java | 2e58611d95e2c0b10524b9a5697ba2be13ab391a | [
"Apache-2.0"
] | 83 | 2015-12-11T20:06:30.000Z | 2021-10-10T20:48:35.000Z | src/main/java/com/jenkov/iap/ion/IonFieldTypes.java | jjenkov/iap-tools-java | 2e58611d95e2c0b10524b9a5697ba2be13ab391a | [
"Apache-2.0"
] | 8 | 2016-02-03T21:59:06.000Z | 2021-01-04T16:29:40.000Z | src/main/java/com/jenkov/iap/ion/IonFieldTypes.java | jjenkov/iap-tools-java | 2e58611d95e2c0b10524b9a5697ba2be13ab391a | [
"Apache-2.0"
] | 6 | 2016-02-05T20:55:06.000Z | 2020-09-17T09:20:38.000Z | 39.090909 | 169 | 0.64186 | 10,398 | package com.jenkov.iap.ion;
/**
* Created by jjenkov on 02-11-2015.
*/
public class IonFieldTypes {
/* Core type ID constants */
public static final int BYTES = 0; //a series of raw bytes
public static final int BOOLEAN = 1; // a number between 1 and 15, useful for booleans and sma... |
3e18720b779b90a3a2a280ef9c2c8c1b76ad0d20 | 2,607 | java | Java | src/util/ariba/util/fieldvalue/OrderedList_List.java | kazz12211/aribaweb | 59a429e17d70dce9316374ea60aefc7e9680c33b | [
"Apache-2.0"
] | 1 | 2020-03-13T02:57:33.000Z | 2020-03-13T02:57:33.000Z | src/util/ariba/util/fieldvalue/OrderedList_List.java | kazz12211/aribaweb | 59a429e17d70dce9316374ea60aefc7e9680c33b | [
"Apache-2.0"
] | null | null | null | src/util/ariba/util/fieldvalue/OrderedList_List.java | kazz12211/aribaweb | 59a429e17d70dce9316374ea60aefc7e9680c33b | [
"Apache-2.0"
] | 2 | 2016-06-27T16:25:48.000Z | 2016-06-28T17:15:11.000Z | 28.648352 | 83 | 0.672804 | 10,399 | /*
Copyright 1996-2008 Ariba, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed... |
3e18727bea71c14cbefea294cc55dc65fb24fe9a | 6,847 | java | Java | servlet/src/main/java/io/undertow/servlet/websockets/ServletWebSocketHttpExchange.java | normanmaurer/undertow | f2eb3d092ab7f5b00ed50a6fdb7edd029f7093b7 | [
"Apache-2.0"
] | 1 | 2018-12-13T17:45:51.000Z | 2018-12-13T17:45:51.000Z | servlet/src/main/java/io/undertow/servlet/websockets/ServletWebSocketHttpExchange.java | normanmaurer/undertow | f2eb3d092ab7f5b00ed50a6fdb7edd029f7093b7 | [
"Apache-2.0"
] | null | null | null | servlet/src/main/java/io/undertow/servlet/websockets/ServletWebSocketHttpExchange.java | normanmaurer/undertow | f2eb3d092ab7f5b00ed50a6fdb7edd029f7093b7 | [
"Apache-2.0"
] | null | null | null | 31.995327 | 127 | 0.669198 | 10,400 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... |
3e18734e5db417fbd45c13aae5306c1e2818670a | 10,357 | java | Java | uiengine/src/main/java/com/axway/ats/uiengine/elements/html/realbrowser/RealHtmlElement.java | jsa34/ats-framework | cafad83ccbe518c54789d1d51ad9e244795f567f | [
"Apache-2.0"
] | 33 | 2017-03-08T13:23:21.000Z | 2021-12-01T08:29:15.000Z | uiengine/src/main/java/com/axway/ats/uiengine/elements/html/realbrowser/RealHtmlElement.java | jsa34/ats-framework | cafad83ccbe518c54789d1d51ad9e244795f567f | [
"Apache-2.0"
] | 20 | 2017-04-04T11:23:54.000Z | 2021-09-30T15:20:45.000Z | uiengine/src/main/java/com/axway/ats/uiengine/elements/html/realbrowser/RealHtmlElement.java | jsa34/ats-framework | cafad83ccbe518c54789d1d51ad9e244795f567f | [
"Apache-2.0"
] | 61 | 2017-04-05T14:23:22.000Z | 2021-09-28T14:33:36.000Z | 33.517799 | 151 | 0.611374 | 10,401 | /*
* Copyright 2017 Axway Software
*
* 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... |
3e1874e959c2a6977b489acfa5f55170b1d7d4be | 4,545 | java | Java | opdc/30th/source/src/main/java/egovframework/com/cop/bbs/service/BoardUseInf.java | dasomel/seminar | 5e6e059978132440bb1046ab1b7ea369a9a9eb2f | [
"Apache-2.0"
] | 2 | 2021-03-07T16:02:44.000Z | 2021-04-15T00:36:32.000Z | opdc/30th/source/src/main/java/egovframework/com/cop/bbs/service/BoardUseInf.java | dasomel/seminar | 5e6e059978132440bb1046ab1b7ea369a9a9eb2f | [
"Apache-2.0"
] | null | null | null | opdc/30th/source/src/main/java/egovframework/com/cop/bbs/service/BoardUseInf.java | dasomel/seminar | 5e6e059978132440bb1046ab1b7ea369a9a9eb2f | [
"Apache-2.0"
] | 4 | 2020-12-01T01:37:59.000Z | 2021-04-15T01:16:33.000Z | 19.847162 | 64 | 0.562816 | 10,402 | package egovframework.com.cop.bbs.service;
import java.io.Serializable;
import org.apache.commons.lang.builder.ToStringBuilder;
/**
* 게시판의 이용정보를 관리하기 위한 모델 클래스
* @author 공통서비스개발팀 이삼섭
* @since 2009.06.01
* @version 1.0
* @see
*
* <pre>
* << 개정이력(Modification Information) >>
*
* 수정일 수정자 ... |
3e1875603e54f5fd04721d796d290ab19b93c2b4 | 569 | java | Java | src/java/com/eazybi/mondrian/udf/GetDateUdf.java | rsim/mondrian_udf | d6bb52417032d975db41a01ecf37c6c92cfb4534 | [
"MIT"
] | 3 | 2016-11-15T18:16:48.000Z | 2019-07-22T07:33:03.000Z | src/java/com/eazybi/mondrian/udf/GetDateUdf.java | rsim/mondrian_udf | d6bb52417032d975db41a01ecf37c6c92cfb4534 | [
"MIT"
] | null | null | null | src/java/com/eazybi/mondrian/udf/GetDateUdf.java | rsim/mondrian_udf | d6bb52417032d975db41a01ecf37c6c92cfb4534 | [
"MIT"
] | null | null | null | 20.321429 | 68 | 0.699473 | 10,403 | package com.eazybi.mondrian.udf;
import mondrian.olap.*;
import mondrian.olap.type.*;
import mondrian.spi.UserDefinedFunction;
import java.util.*;
public class GetDateUdf extends GetPropertyUdf {
public Object execute(Evaluator evaluator, Argument[] arguments) {
Object value = getPropertyValue(evaluator, argum... |
3e1876923ed543edae47896d6953e2506281dacb | 2,487 | java | Java | leet/src/main/java/com/flybird/p004/Solution.java | Hongtao-Zhang/leetcode | 2cd276e5f21d67db451db26ac1d9e68a5303f8a1 | [
"MIT"
] | null | null | null | leet/src/main/java/com/flybird/p004/Solution.java | Hongtao-Zhang/leetcode | 2cd276e5f21d67db451db26ac1d9e68a5303f8a1 | [
"MIT"
] | null | null | null | leet/src/main/java/com/flybird/p004/Solution.java | Hongtao-Zhang/leetcode | 2cd276e5f21d67db451db26ac1d9e68a5303f8a1 | [
"MIT"
] | null | null | null | 31.884615 | 96 | 0.537193 | 10,404 | package com.flybird.p004;
/**
* Created by hongtao.
*
* Basically we want to remove half of one array during each step. Thus
* reduced the size of the whole elements. Once one array reduced to 1 or 2
* we can manually find the correct element
*/
public class Solution {
public double findMedianSortedArrays(in... |
3e1878707ab9a267cb0dec49b1d07caeddce503d | 895 | java | Java | 30 Days of Code/Day7.java | rayrone/hacker_rank | fc3cbe96cb9fab6df1e8f80b5987f2ec25462cc5 | [
"MIT"
] | 1 | 2020-06-26T18:45:37.000Z | 2020-06-26T18:45:37.000Z | 30 Days of Code/Day7.java | rayrone/hacker_rank | fc3cbe96cb9fab6df1e8f80b5987f2ec25462cc5 | [
"MIT"
] | null | null | null | 30 Days of Code/Day7.java | rayrone/hacker_rank | fc3cbe96cb9fab6df1e8f80b5987f2ec25462cc5 | [
"MIT"
] | null | null | null | 23.552632 | 66 | 0.55419 | 10,405 | /*
Day 7: Arrays
URL: https://www.hackerrank.com/challenges/30-arrays/problem
*/
import java.io.*;
import java.math.*;
import java.security.*;
import java.text.*;
import java.util.*;
import java.util.concurrent.*;
import java.util.regex.*;
public class Solution {
private static final Scanner scanner = new Scann... |
3e1878cde8dabbc5691039f70160908539e08b36 | 5,262 | java | Java | generator/org.svis.lib.repository/src/org/svis/lib/repository/repo/git/GitCommit.java | jt23coqi/Getaviz | fb587ac35d7a98e8c7d18c547d7c032dfb39f0f2 | [
"Apache-2.0"
] | 45 | 2018-08-11T17:35:06.000Z | 2022-03-24T17:54:26.000Z | generator/org.svis.lib.repository/src/org/svis/lib/repository/repo/git/GitCommit.java | jt23coqi/Getaviz | fb587ac35d7a98e8c7d18c547d7c032dfb39f0f2 | [
"Apache-2.0"
] | 96 | 2018-07-09T14:17:11.000Z | 2022-03-30T22:30:06.000Z | generator/org.svis.lib.repository/src/org/svis/lib/repository/repo/git/GitCommit.java | jt23coqi/Getaviz | fb587ac35d7a98e8c7d18c547d7c032dfb39f0f2 | [
"Apache-2.0"
] | 57 | 2018-07-06T12:16:17.000Z | 2022-03-30T07:05:05.000Z | 30.241379 | 122 | 0.755416 | 10,406 | package org.svis.lib.repository.repo.git;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.Collections;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TimeZone;
import java.util.regex.Pattern;
import org.apache.commons.i... |
3e1879824764bef59460233469e8a6c9dd0756f6 | 1,938 | java | Java | app/src/main/java/net/simno/klingar/AndroidModule.java | t0phr/klingar | 4aa79c77b85114064ec07b55708925fa72f2c403 | [
"Apache-2.0"
] | 35 | 2016-09-04T10:10:43.000Z | 2021-12-21T21:37:55.000Z | app/src/main/java/net/simno/klingar/AndroidModule.java | t0phr/klingar | 4aa79c77b85114064ec07b55708925fa72f2c403 | [
"Apache-2.0"
] | 3 | 2019-04-23T18:29:18.000Z | 2019-12-30T11:37:18.000Z | app/src/main/java/net/simno/klingar/AndroidModule.java | t0phr/klingar | 4aa79c77b85114064ec07b55708925fa72f2c403 | [
"Apache-2.0"
] | 7 | 2017-03-23T08:54:47.000Z | 2022-01-25T15:25:46.000Z | 34 | 96 | 0.785862 | 10,407 | /*
* Copyright (C) 2016 Simon Norberg
*
* 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 agr... |
3e187a20b4957568c47afbf4b4d268a606fd88c5 | 2,109 | java | Java | impl/src/main/java/org/jboss/cdi/tck/util/annotated/AnnotatedMethodWrapper.java | manovotn/cdi-tck | a14899cc9345792808c8905d01219beb2b5cc505 | [
"Apache-2.0"
] | 3 | 2019-09-13T12:11:32.000Z | 2022-02-05T16:09:05.000Z | impl/src/main/java/org/jboss/cdi/tck/util/annotated/AnnotatedMethodWrapper.java | manovotn/cdi-tck | a14899cc9345792808c8905d01219beb2b5cc505 | [
"Apache-2.0"
] | 107 | 2019-11-13T13:07:39.000Z | 2022-03-31T11:15:35.000Z | impl/src/main/java/org/jboss/cdi/tck/util/annotated/AnnotatedMethodWrapper.java | manovotn/cdi-tck | a14899cc9345792808c8905d01219beb2b5cc505 | [
"Apache-2.0"
] | 14 | 2020-02-26T15:49:34.000Z | 2022-03-24T15:20:07.000Z | 32.953125 | 163 | 0.738739 | 10,408 | /*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat, Inc., and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fi... |
3e187a45d0de4aba407222f8d969f6bbb1085198 | 456 | java | Java | src/jml/matlab/utils/SortResult.java | MingjieQian/JML | 00afaa0e81fbfbdfbfbd7cfbbc6c0287bfb86eac | [
"Apache-2.0"
] | 6 | 2015-12-04T07:37:35.000Z | 2021-01-02T06:09:18.000Z | src/jml/matlab/utils/SortResult.java | MingjieQian/JML | 00afaa0e81fbfbdfbfbd7cfbbc6c0287bfb86eac | [
"Apache-2.0"
] | null | null | null | src/jml/matlab/utils/SortResult.java | MingjieQian/JML | 00afaa0e81fbfbdfbfbd7cfbbc6c0287bfb86eac | [
"Apache-2.0"
] | 3 | 2016-10-17T09:32:19.000Z | 2019-04-23T04:08:42.000Z | 20.727273 | 63 | 0.677632 | 10,409 | package jml.matlab.utils;
import org.apache.commons.math.linear.RealMatrix;
/**
* <h4>A wrapper for the output of sort function.</h4>
* There are two data members:<br/>
* B: sorted values as a {@code RealMatrix} data structure<br/>
* IX: indices of sorted values in the original matrix<br/>
*/
public class SortRe... |
3e187b85a449b363eeb6bf4a0d0c3845d64c3aaf | 8,868 | java | Java | src/main/java/com/teamwizardry/shotgunsandglitter/client/render/TESRMiniTurret.java | Demoniaque/Shotguns-And-Glitter | 9673b0a27fb1eaf0f6a5a79361dee956705fa900 | [
"MIT"
] | 1 | 2021-01-07T21:18:51.000Z | 2021-01-07T21:18:51.000Z | src/main/java/com/teamwizardry/shotgunsandglitter/client/render/TESRMiniTurret.java | Demoniaque/Shotguns-And-Glitter | 9673b0a27fb1eaf0f6a5a79361dee956705fa900 | [
"MIT"
] | 11 | 2018-04-03T19:05:15.000Z | 2020-09-30T03:34:31.000Z | src/main/java/com/teamwizardry/shotgunsandglitter/client/render/TESRMiniTurret.java | Demoniaque/Shotguns-And-Glitter | 9673b0a27fb1eaf0f6a5a79361dee956705fa900 | [
"MIT"
] | 1 | 2019-05-21T19:06:02.000Z | 2019-05-21T19:06:02.000Z | 37.576271 | 148 | 0.730717 | 10,410 | package com.teamwizardry.shotgunsandglitter.client.render;
import com.teamwizardry.librarianlib.features.animator.Animator;
import com.teamwizardry.librarianlib.features.animator.Easing;
import com.teamwizardry.librarianlib.features.animator.animations.BasicAnimation;
import com.teamwizardry.librarianlib.features.tesr... |
3e187b9562dae6001cddac5908885c3a181ec398 | 234 | java | Java | ProyectoVentasG1/src/main/java/pe/edu/upeu/app/App.java | EdwinMiky96/RepositorioMK3 | 8bf769cb4a7cfbf5f0ce927ce886f0934381526f | [
"Apache-2.0"
] | null | null | null | ProyectoVentasG1/src/main/java/pe/edu/upeu/app/App.java | EdwinMiky96/RepositorioMK3 | 8bf769cb4a7cfbf5f0ce927ce886f0934381526f | [
"Apache-2.0"
] | null | null | null | ProyectoVentasG1/src/main/java/pe/edu/upeu/app/App.java | EdwinMiky96/RepositorioMK3 | 8bf769cb4a7cfbf5f0ce927ce886f0934381526f | [
"Apache-2.0"
] | null | null | null | 13.764706 | 45 | 0.57265 | 10,411 | package pe.edu.upeu.app;
import pe.edu.upeu.gui.MainGUI;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
new MainGUI();
}
}
|
3e187ba882a645a7a09e746e5ff51851d7b86198 | 188 | java | Java | src/mvc/HelloWorld.java | BrandonConrady/HelloWorld2 | 9f9258f357735ecb6a0352bbaf17f4c52c8ea8dc | [
"Unlicense"
] | 1 | 2021-05-22T03:21:18.000Z | 2021-05-22T03:21:18.000Z | src/mvc/HelloWorld.java | BrandonConrady/HelloWorld2 | 9f9258f357735ecb6a0352bbaf17f4c52c8ea8dc | [
"Unlicense"
] | null | null | null | src/mvc/HelloWorld.java | BrandonConrady/HelloWorld2 | 9f9258f357735ecb6a0352bbaf17f4c52c8ea8dc | [
"Unlicense"
] | null | null | null | 18.8 | 41 | 0.643617 | 10,412 | package mvc;
public interface HelloWorld {
///model constant///
String HELLO_WORLD = "Hello, World!";
///view-controller constants///
int COUNT_MIN = 1, COUNT_MAX = 6;
}
|
3e187db60e323ae5497c9fc611d19efd643a8b63 | 2,359 | java | Java | src/test/java/online/citizenshipverification/turkish/service/VerificationServiceTest.java | Genc/turkish-citizenship-verification | ea13c4397ea0780b1c0aeadba41171b5d9dc188c | [
"Apache-2.0"
] | 4 | 2020-08-25T12:42:37.000Z | 2021-08-23T22:10:18.000Z | src/test/java/online/citizenshipverification/turkish/service/VerificationServiceTest.java | Genc/turkish-citizenship-verification | ea13c4397ea0780b1c0aeadba41171b5d9dc188c | [
"Apache-2.0"
] | null | null | null | src/test/java/online/citizenshipverification/turkish/service/VerificationServiceTest.java | Genc/turkish-citizenship-verification | ea13c4397ea0780b1c0aeadba41171b5d9dc188c | [
"Apache-2.0"
] | 1 | 2020-12-11T18:39:59.000Z | 2020-12-11T18:39:59.000Z | 35.208955 | 108 | 0.841882 | 10,413 | package online.citizenshipverification.turkish.service;
import online.citizenshipverification.turkish.KisiVeCuzdanDogrula;
import online.citizenshipverification.turkish.TCKimlikNoDogrula;
import online.citizenshipverification.turkish.YabanciKimlikNoDogrula;
import online.citizenshipverification.turkish.client.WebServi... |
3e187e1a0cbd2664de619afba350477b46e66143 | 2,063 | java | Java | src/main/java/com/ikkong/goods/controller/GoodsController.java | biage/nnnsl | 17d3eb3dc69e8d7d684f280d4ef8b8e3c51bf6c0 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/ikkong/goods/controller/GoodsController.java | biage/nnnsl | 17d3eb3dc69e8d7d684f280d4ef8b8e3c51bf6c0 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/ikkong/goods/controller/GoodsController.java | biage/nnnsl | 17d3eb3dc69e8d7d684f280d4ef8b8e3c51bf6c0 | [
"Apache-2.0"
] | 1 | 2018-12-06T06:55:59.000Z | 2018-12-06T06:55:59.000Z | 23.988372 | 62 | 0.696558 | 10,414 | package com.ikkong.goods.controller;
import java.util.Map;
import com.ikkong.core.base.BaseController;
import com.ikkong.core.jfinal.ext.kit.JsonKit;
import com.ikkong.system.controller.base.UrlPermissController;
import com.ikkong.goods.model.Goods;
import com.ikkong.goods.service.GoodsService;
import com.ikkong.goods... |
3e187f1487f17080e4c8d3bb548e821f75c1f3d3 | 23,847 | java | Java | app/src/main/java/com/gh4a/fragment/PullRequestConversationFragment.java | slapperwan/gh4a | ee5b82386b073b5ccff249d02deba94772bfb193 | [
"Apache-2.0"
] | 1,306 | 2015-01-03T02:52:24.000Z | 2022-03-26T18:54:40.000Z | app/src/main/java/com/gh4a/fragment/PullRequestConversationFragment.java | slapperwan/gh4a | ee5b82386b073b5ccff249d02deba94772bfb193 | [
"Apache-2.0"
] | 895 | 2015-01-03T11:20:42.000Z | 2022-03-29T09:30:33.000Z | app/src/main/java/com/gh4a/fragment/PullRequestConversationFragment.java | slapperwan/gh4a | ee5b82386b073b5ccff249d02deba94772bfb193 | [
"Apache-2.0"
] | 236 | 2015-01-08T14:16:23.000Z | 2022-03-28T10:14:27.000Z | 43.836397 | 126 | 0.627165 | 10,415 | /*
* Copyright 2011 Azwan Adli Abdullah
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... |
3e187f4e32378cee9de5ecf01919a088be520849 | 3,581 | java | Java | core/src/test/java/org/openmbee/syncservice/translation/TranslationChainServiceTest.java | Open-MBEE/sync-service | ad4113fac244fa890c00b1bc2c05fe5d657ba5aa | [
"Apache-2.0"
] | null | null | null | core/src/test/java/org/openmbee/syncservice/translation/TranslationChainServiceTest.java | Open-MBEE/sync-service | ad4113fac244fa890c00b1bc2c05fe5d657ba5aa | [
"Apache-2.0"
] | null | null | null | core/src/test/java/org/openmbee/syncservice/translation/TranslationChainServiceTest.java | Open-MBEE/sync-service | ad4113fac244fa890c00b1bc2c05fe5d657ba5aa | [
"Apache-2.0"
] | null | null | null | 29.595041 | 97 | 0.709578 | 10,416 | package org.openmbee.syncservice.translation;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.mockito.Spy;
import org.openmbee.syncservice.core.data.sourcesink.Sink;
import org.openmbee.syncservice.core.data.sourcesink.Source;
import org.openmb... |
3e187f6a0e7b492646a951e2170919462fbaa3c4 | 3,015 | java | Java | src/main/java/com/mw/portfolio/admin/service/AdminService.java | mitch-warrenburg/portfolio-server | 8bce553fdb327075d822c3d76095140bf3cb7700 | [
"MIT"
] | null | null | null | src/main/java/com/mw/portfolio/admin/service/AdminService.java | mitch-warrenburg/portfolio-server | 8bce553fdb327075d822c3d76095140bf3cb7700 | [
"MIT"
] | null | null | null | src/main/java/com/mw/portfolio/admin/service/AdminService.java | mitch-warrenburg/portfolio-server | 8bce553fdb327075d822c3d76095140bf3cb7700 | [
"MIT"
] | null | null | null | 36.768293 | 86 | 0.776783 | 10,417 | package com.mw.portfolio.admin.service;
import static com.mw.portfolio.security.model.PrincipalRole.ROLE_ADMIN;
import static com.mw.portfolio.security.model.PrincipalRole.ROLE_SYSTEM;
import com.google.firebase.auth.FirebaseAuthException;
import com.mw.portfolio.admin.converter.UserToAdminUserResponseConverter;
impo... |
3e18802183e2ee757e44b8f5cd008426df789edc | 3,704 | java | Java | nmr/api/src/test/java/org/apache/servicemix/nmr/api/PipelineEndpoint.java | apache/servicemix4-nmr | 5de5b1da980af198803f5e39b4955b43e41c1852 | [
"Apache-2.0"
] | 1 | 2021-11-10T18:41:20.000Z | 2021-11-10T18:41:20.000Z | nmr/api/src/test/java/org/apache/servicemix/nmr/api/PipelineEndpoint.java | apache/servicemix4-nmr | 5de5b1da980af198803f5e39b4955b43e41c1852 | [
"Apache-2.0"
] | null | null | null | nmr/api/src/test/java/org/apache/servicemix/nmr/api/PipelineEndpoint.java | apache/servicemix4-nmr | 5de5b1da980af198803f5e39b4955b43e41c1852 | [
"Apache-2.0"
] | 10 | 2016-01-08T21:08:05.000Z | 2021-11-10T18:41:09.000Z | 38.185567 | 103 | 0.596652 | 10,418 | /*
* 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 ... |
3e1880c577f3de7a204a9bdbe0f28bd56d1e288c | 507 | java | Java | src/main/java/com/intfic/game/enhanced/EnhancedGameEditState.java | ohnoah/interactive-fiction | b09c0e4dbc96902a61f746e8bfc0b1e98ea607da | [
"MIT"
] | null | null | null | src/main/java/com/intfic/game/enhanced/EnhancedGameEditState.java | ohnoah/interactive-fiction | b09c0e4dbc96902a61f746e8bfc0b1e98ea607da | [
"MIT"
] | null | null | null | src/main/java/com/intfic/game/enhanced/EnhancedGameEditState.java | ohnoah/interactive-fiction | b09c0e4dbc96902a61f746e8bfc0b1e98ea607da | [
"MIT"
] | null | null | null | 17.482759 | 59 | 0.741617 | 10,419 | package com.intfic.game.enhanced;
import java.io.Serializable;
public enum EnhancedGameEditState implements Serializable {
OPEN,
ACTIONFORMAT,
SAVE_FILENAME,
START_MESSAGE,
ROOM_NAME,
ROOM_ITEMS,
ITEM_SYNONYMS,
ITEM_SYNONYMS_SPECIFIED,
ACTION_ROOM,
ACTION_TRIGGER,
ACTION_TRIGGER_CLARI... |
3e1881685842dffd3abeed83e428bf3d02a84930 | 3,834 | java | Java | src/main/java/net/sourceforge/plantuml/sequencediagram/teoz/TileArguments.java | Banno/sbt-plantuml-plugin | 99050a3cc8e4667d8c627bfbdd6596aa68de4ccd | [
"ECL-2.0",
"Apache-2.0"
] | 7 | 2016-04-25T20:32:19.000Z | 2021-11-15T17:48:23.000Z | src/main/java/net/sourceforge/plantuml/sequencediagram/teoz/TileArguments.java | Banno/sbt-plantuml-plugin | 99050a3cc8e4667d8c627bfbdd6596aa68de4ccd | [
"ECL-2.0",
"Apache-2.0"
] | 6 | 2016-02-26T08:32:28.000Z | 2018-01-24T16:50:36.000Z | src/main/java/net/sourceforge/plantuml/sequencediagram/teoz/TileArguments.java | Banno/sbt-plantuml-plugin | 99050a3cc8e4667d8c627bfbdd6596aa68de4ccd | [
"ECL-2.0",
"Apache-2.0"
] | 5 | 2016-02-21T23:42:23.000Z | 2017-11-29T11:57:41.000Z | 28.827068 | 111 | 0.730047 | 10,420 | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2017, Arnaud Roques
*
* Project Info: http://plantuml.com
*
* This file is part of PlantUML.
... |
3e188310379bf1c4c23140f4982bc4435abd5d34 | 870 | java | Java | src/main/java/net/github/rpbeee/logindata/Logindata.java | RPbeee/Logindata | 0225e72ebda96bf3d3d766c34da89a6aa0b51b16 | [
"MIT"
] | null | null | null | src/main/java/net/github/rpbeee/logindata/Logindata.java | RPbeee/Logindata | 0225e72ebda96bf3d3d766c34da89a6aa0b51b16 | [
"MIT"
] | null | null | null | src/main/java/net/github/rpbeee/logindata/Logindata.java | RPbeee/Logindata | 0225e72ebda96bf3d3d766c34da89a6aa0b51b16 | [
"MIT"
] | null | null | null | 27.1875 | 78 | 0.693103 | 10,421 | package net.github.rpbeee.logindata;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.entity.Player;
import org.bukkit.plugin.java.JavaPlugin;
import java.io.File... |
3e1883519aff6595e6a06aa31e2946e5361ea585 | 2,694 | java | Java | server/src/test/java/org/apache/iotdb/db/metadata/MGraphTest.java | daihuia/incubator-iotdb | d9e821ecf0e8842ac5c9c753dec311b2642c4df0 | [
"Apache-2.0"
] | 2 | 2019-08-19T15:37:25.000Z | 2020-07-20T04:24:48.000Z | server/src/test/java/org/apache/iotdb/db/metadata/MGraphTest.java | yx-zhang/incubator-iotdb | 64376f1363b1b5f9ef11cfafc7b546221451e039 | [
"Apache-2.0"
] | 1 | 2019-07-23T06:18:13.000Z | 2019-07-23T06:18:13.000Z | server/src/test/java/org/apache/iotdb/db/metadata/MGraphTest.java | yx-zhang/incubator-iotdb | 64376f1363b1b5f9ef11cfafc7b546221451e039 | [
"Apache-2.0"
] | null | null | null | 33.675 | 80 | 0.677803 | 10,422 | /**
* 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... |
3e1883d165557b50d9620fc6be187e49931a4626 | 3,891 | java | Java | doradus-server/src/main/java/com/dell/doradus/search/analyzer/NumericTrie.java | gaurav46/Doradus | a2646c47e2c7b7a167dc3a1123e53e3e8775a047 | [
"Apache-2.0"
] | 12 | 2017-12-21T08:52:29.000Z | 2021-03-22T10:31:34.000Z | doradus-server/src/main/java/com/dell/doradus/search/analyzer/NumericTrie.java | macressler/Doradus | ad64d3c37922eefda68ec8869ef089c1ca604b70 | [
"Apache-2.0"
] | null | null | null | doradus-server/src/main/java/com/dell/doradus/search/analyzer/NumericTrie.java | macressler/Doradus | ad64d3c37922eefda68ec8869ef089c1ca604b70 | [
"Apache-2.0"
] | 1 | 2019-03-10T14:59:36.000Z | 2019-03-10T14:59:36.000Z | 29.930769 | 116 | 0.630172 | 10,423 | /*
* Copyright (C) 2014 Dell, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... |
3e18841815349b09068b8cebf150e54139cee9ab | 2,342 | java | Java | app/src/main/java/com/eftimoff/udacitypopmovies/moviedetails/adapter/VideoAdapter.java | geftimov/UdacityPopMovies | d0f1fe7a99977804048a5ae8e27f20616ef2dc2a | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/eftimoff/udacitypopmovies/moviedetails/adapter/VideoAdapter.java | geftimov/UdacityPopMovies | d0f1fe7a99977804048a5ae8e27f20616ef2dc2a | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/eftimoff/udacitypopmovies/moviedetails/adapter/VideoAdapter.java | geftimov/UdacityPopMovies | d0f1fe7a99977804048a5ae8e27f20616ef2dc2a | [
"Apache-2.0"
] | null | null | null | 30.415584 | 111 | 0.700683 | 10,424 | package com.eftimoff.udacitypopmovies.moviedetails.adapter;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.eftimoff.udacitypopmovies.R;
import com.eftimoff.udacitypopmovies.app.model... |
3e18845c379301535964440325f77a9e7ed166aa | 18,356 | java | Java | data/jrdf/jrdf-0.3.4.1/org/jrdf/parser/rdfxml/XmlUtil.java | mmohan01/ReFactory | 99a15c96d045aa0b798d3d364ecb49153361a5a9 | [
"MIT"
] | 1 | 2016-04-08T11:52:59.000Z | 2016-04-08T11:52:59.000Z | data/jrdf/jrdf-0.3.4/org/jrdf/parser/rdfxml/XmlUtil.java | mmohan01/ReFactory | 99a15c96d045aa0b798d3d364ecb49153361a5a9 | [
"MIT"
] | null | null | null | data/jrdf/jrdf-0.3.4/org/jrdf/parser/rdfxml/XmlUtil.java | mmohan01/ReFactory | 99a15c96d045aa0b798d3d364ecb49153361a5a9 | [
"MIT"
] | null | null | null | 33.133574 | 80 | 0.561996 | 10,425 | /* Sesame - Storage and Querying architecture for RDF and RDF Schema
* Copyright (C) 2001-2004 Aduna
* Copyright (C) 2004-2005 Andrew Newman - Conversion to JRDF
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publis... |
3e1884e461ae6807bd6a1c2f380707437d0ef1d5 | 2,690 | java | Java | folioreader/src/main/java/com/folioreader/model/sqlite/DictionaryTable.java | burhanuddin13/Folioreader-Bookmark | a9c264d445af65fc9bf3b7a8b24c270b176fd783 | [
"BSD-3-Clause"
] | 2,230 | 2016-01-12T06:29:40.000Z | 2022-03-29T08:46:57.000Z | folioreader/src/main/java/com/folioreader/model/sqlite/DictionaryTable.java | alinababenkoavantize/FolioReader | c5970847cae7fd8ed8a9290a5ae7c9a8e6d66b10 | [
"BSD-3-Clause"
] | 425 | 2016-04-12T12:37:05.000Z | 2022-03-31T04:08:54.000Z | folioreader/src/main/java/com/folioreader/model/sqlite/DictionaryTable.java | alinababenkoavantize/FolioReader | c5970847cae7fd8ed8a9290a5ae7c9a8e6d66b10 | [
"BSD-3-Clause"
] | 739 | 2016-01-14T18:57:23.000Z | 2022-03-27T19:35:41.000Z | 30.568182 | 99 | 0.597398 | 10,426 | package com.folioreader.model.sqlite;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/**
* @author gautam chibde on 28/6/17.
*/
public clas... |
3e188562117f87c79ccda428af996ea23dca42b2 | 588 | java | Java | chapter_001/src/test/java/ru/job4j/array/MatrixTest.java | Antonychbyte/agustinovich | e1e6f50ac4244bdaf656c7514d6684cf5e2acdc5 | [
"Apache-2.0"
] | null | null | null | chapter_001/src/test/java/ru/job4j/array/MatrixTest.java | Antonychbyte/agustinovich | e1e6f50ac4244bdaf656c7514d6684cf5e2acdc5 | [
"Apache-2.0"
] | null | null | null | chapter_001/src/test/java/ru/job4j/array/MatrixTest.java | Antonychbyte/agustinovich | e1e6f50ac4244bdaf656c7514d6684cf5e2acdc5 | [
"Apache-2.0"
] | null | null | null | 25.695652 | 89 | 0.612521 | 10,427 | package ru.job4j.array;
import org.junit.Test;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/**
* class MatrixTest - решение задачи "5.4. Двухмерный массив. Таблица умножения.[#33491]"
* @author Густинович Антон (upchh@example.com)
*/
public class MatrixTest {
@Test
public v... |
3e1886d20607e8fad08781d842a1122242321a3b | 1,297 | java | Java | src/main/java/practice/dfs/Permutations.java | Grimmjow-Jay/leetcode | 0a39c32417df0b4fdca286fab5389f2e7ced23c8 | [
"MIT"
] | null | null | null | src/main/java/practice/dfs/Permutations.java | Grimmjow-Jay/leetcode | 0a39c32417df0b4fdca286fab5389f2e7ced23c8 | [
"MIT"
] | null | null | null | src/main/java/practice/dfs/Permutations.java | Grimmjow-Jay/leetcode | 0a39c32417df0b4fdca286fab5389f2e7ced23c8 | [
"MIT"
] | null | null | null | 20.587302 | 117 | 0.492675 | 10,428 | package practice.dfs;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
/**
* 46. 全排列
*
* <pre>
* 给定一个 没有重复 数字的序列,返回其所有可能的全排列。
*
* 示例:
* 输入: [1,2,3]
* 输出:
* [
* [1,2,3],
* [1,3,2],
* [2,1,3],
* [2,3,1],
* [3,1,2],
* [3,2,1]
* ]
*
* </pre>
*
* @author Grimm
* @... |
3e1888ee8c53c596584eae5dcadb1de7fe743c50 | 4,229 | java | Java | src/simulation/kieker/tools/slastic/simulation/software/controller/controlflow/ExternalCallEnterEvent.java | SLAsticSPE/slastic | 3657088a2678993361dd671bb25285683f7fd56a | [
"Apache-2.0"
] | null | null | null | src/simulation/kieker/tools/slastic/simulation/software/controller/controlflow/ExternalCallEnterEvent.java | SLAsticSPE/slastic | 3657088a2678993361dd671bb25285683f7fd56a | [
"Apache-2.0"
] | null | null | null | src/simulation/kieker/tools/slastic/simulation/software/controller/controlflow/ExternalCallEnterEvent.java | SLAsticSPE/slastic | 3657088a2678993361dd671bb25285683f7fd56a | [
"Apache-2.0"
] | null | null | null | 39.523364 | 136 | 0.756917 | 10,429 | /***************************************************************************
* Copyright 2012 The SLAstic project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... |
3e18895ed1c67c38521ea13ce13a13d1b966d6d9 | 5,172 | java | Java | src/main/java/grabber/sources/booknet_com.java | SkyL0ver/Novel-Grabber | 0cad5be1cd02e891e04f991ab84fb08faef49292 | [
"MIT"
] | null | null | null | src/main/java/grabber/sources/booknet_com.java | SkyL0ver/Novel-Grabber | 0cad5be1cd02e891e04f991ab84fb08faef49292 | [
"MIT"
] | null | null | null | src/main/java/grabber/sources/booknet_com.java | SkyL0ver/Novel-Grabber | 0cad5be1cd02e891e04f991ab84fb08faef49292 | [
"MIT"
] | null | null | null | 39.784615 | 114 | 0.589907 | 10,430 | package grabber.sources;
import grabber.Chapter;
import grabber.GrabberUtils;
import grabber.Novel;
import grabber.NovelMetadata;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;
import org.json.simple.parser.ParseException;
import org.jsoup.Connection;
imp... |
3e188960b7d6e63827949a77889de9be609dd2b3 | 600 | java | Java | rayon-entity/src/testmod/java/dev/lazurite/rayon/entity/testmod/client/EntityTestModClient.java | Haven-King/Rayon | e8161bce62410542d801eb2fb0d3a40e40a18158 | [
"MIT"
] | null | null | null | rayon-entity/src/testmod/java/dev/lazurite/rayon/entity/testmod/client/EntityTestModClient.java | Haven-King/Rayon | e8161bce62410542d801eb2fb0d3a40e40a18158 | [
"MIT"
] | null | null | null | rayon-entity/src/testmod/java/dev/lazurite/rayon/entity/testmod/client/EntityTestModClient.java | Haven-King/Rayon | e8161bce62410542d801eb2fb0d3a40e40a18158 | [
"MIT"
] | null | null | null | 42.857143 | 161 | 0.826667 | 10,431 | package dev.lazurite.rayon.entity.testmod.client;
import dev.lazurite.rayon.entity.testmod.client.render.CubeEntityRenderer;
import dev.lazurite.rayon.entity.testmod.EntityTestMod;
import net.fabricmc.api.ClientModInitializer;
import net.fabricmc.fabric.api.client.rendereregistry.v1.EntityRendererRegistry;
public cla... |
3e188b24adb28a4c5b432453b5c654540068484a | 255 | java | Java | nacos_client_consumer/src/test/java/com/lyh/springcloud/nacos_client_consumer/NacosClientConsumerApplicationTests.java | lyh-man/SpringCloudDemo | 3acb06b0ba13a89ba172182f1e98bd5d743de734 | [
"Apache-2.0"
] | 4 | 2020-12-15T01:55:57.000Z | 2022-02-23T09:01:32.000Z | nacos_client_consumer/src/test/java/com/lyh/springcloud/nacos_client_consumer/NacosClientConsumerApplicationTests.java | lyh-man/SpringCloudDemo | 3acb06b0ba13a89ba172182f1e98bd5d743de734 | [
"Apache-2.0"
] | null | null | null | nacos_client_consumer/src/test/java/com/lyh/springcloud/nacos_client_consumer/NacosClientConsumerApplicationTests.java | lyh-man/SpringCloudDemo | 3acb06b0ba13a89ba172182f1e98bd5d743de734 | [
"Apache-2.0"
] | 2 | 2021-11-04T03:12:15.000Z | 2022-03-07T17:35:35.000Z | 18.214286 | 60 | 0.784314 | 10,432 | package com.lyh.springcloud.nacos_client_consumer;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class NacosClientConsumerApplicationTests {
@Test
void contextLoads() {
}
}
|
3e188d40ce8e00794492fa41f0335953ff137b1f | 623 | java | Java | automation_course/src/com/company/Lecture11/Person.java | rayatsvetkova/progressbg-automation | 35a48c2160cd91da9cf4899f3e005c3573a83d1a | [
"Apache-2.0"
] | null | null | null | automation_course/src/com/company/Lecture11/Person.java | rayatsvetkova/progressbg-automation | 35a48c2160cd91da9cf4899f3e005c3573a83d1a | [
"Apache-2.0"
] | null | null | null | automation_course/src/com/company/Lecture11/Person.java | rayatsvetkova/progressbg-automation | 35a48c2160cd91da9cf4899f3e005c3573a83d1a | [
"Apache-2.0"
] | null | null | null | 17.305556 | 41 | 0.483146 | 10,433 | package com.company.Lecture11;
public class Person {
private String name;
private int age;
public Person(String name, int age) {
this.name = name;
this.age = age;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = nam... |
3e188d4a243219ac2e4965c54f81fe3c25a03ac3 | 5,529 | java | Java | oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/version/VersionConstants.java | rajeshvalsala/jackrabbit-oak | b02a935469b788c46ff9fcc491fe2b8fb0ee4b16 | [
"Apache-2.0"
] | 2 | 2018-09-05T08:03:51.000Z | 2019-02-22T02:49:16.000Z | oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/version/VersionConstants.java | rajeshvalsala/jackrabbit-oak | b02a935469b788c46ff9fcc491fe2b8fb0ee4b16 | [
"Apache-2.0"
] | null | null | null | oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/version/VersionConstants.java | rajeshvalsala/jackrabbit-oak | b02a935469b788c46ff9fcc491fe2b8fb0ee4b16 | [
"Apache-2.0"
] | 1 | 2019-01-25T09:04:31.000Z | 2019-01-25T09:04:31.000Z | 36.137255 | 92 | 0.682402 | 10,434 | /*
* 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 ... |
3e188d682e573b5dc65cab1e42ec0a08ac8b9136 | 3,408 | java | Java | core-java-modules/core-java-concurrency-advanced-3/src/test/java/com/baeldung/abaproblem/AccountUnitTest.java | jsardan/tutorials | d7cca3ffe36a65f84a0f16107ec4888aa33fc6ae | [
"MIT"
] | 32,544 | 2015-01-02T16:59:22.000Z | 2022-03-31T21:04:05.000Z | core-java-modules/core-java-concurrency-advanced-3/src/test/java/com/baeldung/abaproblem/AccountUnitTest.java | jsardan/tutorials | d7cca3ffe36a65f84a0f16107ec4888aa33fc6ae | [
"MIT"
] | 1,577 | 2015-02-21T17:47:03.000Z | 2022-03-31T14:25:58.000Z | core-java-modules/core-java-concurrency-advanced-3/src/test/java/com/baeldung/abaproblem/AccountUnitTest.java | jsardan/tutorials | d7cca3ffe36a65f84a0f16107ec4888aa33fc6ae | [
"MIT"
] | 55,853 | 2015-01-01T07:52:09.000Z | 2022-03-31T21:08:15.000Z | 32.457143 | 90 | 0.687207 | 10,435 | package com.baeldung.abaproblem;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import static org.junit.j... |
3e188db9431885939b7375afd36e0479b11e8cf9 | 2,170 | java | Java | document/fr.opensagres.xdocreport.document/src/main/java/fr/opensagres/xdocreport/document/dump/DumperOptions.java | 1052982/xdocreport | 4d992029f309a563a5b07edec33acbd99c9c1aa8 | [
"MIT"
] | 988 | 2015-01-16T03:17:52.000Z | 2022-03-31T16:25:08.000Z | document/fr.opensagres.xdocreport.document/src/main/java/fr/opensagres/xdocreport/document/dump/DumperOptions.java | 1052982/xdocreport | 4d992029f309a563a5b07edec33acbd99c9c1aa8 | [
"MIT"
] | 482 | 2015-01-07T10:56:57.000Z | 2022-03-17T08:36:31.000Z | document/fr.opensagres.xdocreport.document/src/main/java/fr/opensagres/xdocreport/document/dump/DumperOptions.java | 1052982/xdocreport | 4d992029f309a563a5b07edec33acbd99c9c1aa8 | [
"MIT"
] | 366 | 2015-01-07T14:02:54.000Z | 2022-03-31T16:25:01.000Z | 29.863014 | 77 | 0.655963 | 10,436 | /**
* Copyright (C) 2011-2015 The XDocReport Team <envkt@example.com>
*
* All rights reserved.
*
* 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, ... |
3e188dc419e81bee3d3c0b9e8564dd9261bd12e4 | 6,804 | java | Java | third_party/java/proguard/proguard6.2.2/src/proguard/shrink/ShortestUsagePrinter.java | chadm-sq/bazel | 715c9faabba573501c9cb7604192759950633205 | [
"Apache-2.0"
] | 16,989 | 2015-09-01T19:57:15.000Z | 2022-03-31T23:54:00.000Z | third_party/java/proguard/proguard6.2.2/src/proguard/shrink/ShortestUsagePrinter.java | chadm-sq/bazel | 715c9faabba573501c9cb7604192759950633205 | [
"Apache-2.0"
] | 12,562 | 2015-09-01T09:06:01.000Z | 2022-03-31T22:26:20.000Z | third_party/java/proguard/proguard6.2.2/src/proguard/shrink/ShortestUsagePrinter.java | chadm-sq/bazel | 715c9faabba573501c9cb7604192759950633205 | [
"Apache-2.0"
] | 3,707 | 2015-09-02T19:20:01.000Z | 2022-03-31T17:06:14.000Z | 34.363636 | 153 | 0.648148 | 10,437 | /*
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
* Copyright (c) 2002-2019 Guardsquare NV
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Softwar... |
3e188e607ef1cc2dbc9918e7dd9fbe102518ff9c | 1,640 | java | Java | blueprint/plugin/blueprint-maven-plugin-spring-handlers/src/main/java/org/apache/aries/blueprint/plugin/handlers/spring/LazyAttributeResolver.java | aguibert/aries | f8a242901ef5b43074786ef8a6a3cd5742398a96 | [
"Apache-2.0"
] | 75 | 2015-01-09T20:20:37.000Z | 2022-03-22T13:22:30.000Z | blueprint/plugin/blueprint-maven-plugin-spring-handlers/src/main/java/org/apache/aries/blueprint/plugin/handlers/spring/LazyAttributeResolver.java | aguibert/aries | f8a242901ef5b43074786ef8a6a3cd5742398a96 | [
"Apache-2.0"
] | 77 | 2015-02-06T11:24:25.000Z | 2022-03-18T17:41:52.000Z | blueprint/plugin/blueprint-maven-plugin-spring-handlers/src/main/java/org/apache/aries/blueprint/plugin/handlers/spring/LazyAttributeResolver.java | coheigea/aries | 457551c4dda9ceca2e57572c121c605afb52db36 | [
"Apache-2.0"
] | 157 | 2015-01-12T20:43:13.000Z | 2022-01-31T12:11:40.000Z | 40 | 144 | 0.762805 | 10,438 | /**
* 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.