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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e395817ef7d018aedb8864ddd57bd432a2e1daf | 802 | java | Java | src/main/java/fuzzy4j/sets/Gaussian2Function.java | sorend/fuzzy4j | 129966ac06ccf21945b036235a623c1979c00338 | [
"MIT"
] | 18 | 2015-03-24T17:56:23.000Z | 2022-01-25T11:47:48.000Z | src/main/java/fuzzy4j/sets/Gaussian2Function.java | sorend/fuzzy4j | 129966ac06ccf21945b036235a623c1979c00338 | [
"MIT"
] | 3 | 2021-01-10T20:43:42.000Z | 2021-04-29T15:18:14.000Z | src/main/java/fuzzy4j/sets/Gaussian2Function.java | sorend/fuzzy4j | 129966ac06ccf21945b036235a623c1979c00338 | [
"MIT"
] | 9 | 2016-01-28T10:33:59.000Z | 2022-01-25T11:47:50.000Z | 24.272727 | 113 | 0.64794 | 24,188 | package fuzzy4j.sets;
/**
* Gaussian 2 implementation, allows a function which joins at center but with different decay in each direction.
*
* Where
* c is the center (top) of the distribution
* s1 decides the support left of c.
* s2 decides the support right of c.
*
* @author Soren A. Davidsen <en... |
3e3958324455415b5ff8e378cb3c5136cebfeca0 | 13,364 | java | Java | src/src/main/java/com/jeecms/cms/action/directive/abs/AbstractContentDirective.java | zhangzlyuyx/jeecms81 | b7f5633114b3a1283f096fd8da9e5efe3ddf575d | [
"Apache-2.0"
] | null | null | null | src/src/main/java/com/jeecms/cms/action/directive/abs/AbstractContentDirective.java | zhangzlyuyx/jeecms81 | b7f5633114b3a1283f096fd8da9e5efe3ddf575d | [
"Apache-2.0"
] | 1 | 2021-06-04T02:32:06.000Z | 2021-06-04T02:32:06.000Z | src/src/main/java/com/jeecms/cms/action/directive/abs/AbstractContentDirective.java | zhangzlyuyx/jeecms81 | b7f5633114b3a1283f096fd8da9e5efe3ddf575d | [
"Apache-2.0"
] | 1 | 2021-01-31T14:46:54.000Z | 2021-01-31T14:46:54.000Z | 28.313559 | 85 | 0.690961 | 24,189 | package com.jeecms.cms.action.directive.abs;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import com.jeecms.cms.entity.main.Channel;
imp... |
3e39583c15540edfd2bd6b4303f565090bad822a | 472 | java | Java | starjobs/src/main/java/com/starjobs/service/JobApplyService.java | wecoderBao/starjobs | e884f6cd0cb41f83b6ebca239a05f2c6c2f79ac6 | [
"Apache-2.0"
] | null | null | null | starjobs/src/main/java/com/starjobs/service/JobApplyService.java | wecoderBao/starjobs | e884f6cd0cb41f83b6ebca239a05f2c6c2f79ac6 | [
"Apache-2.0"
] | null | null | null | starjobs/src/main/java/com/starjobs/service/JobApplyService.java | wecoderBao/starjobs | e884f6cd0cb41f83b6ebca239a05f2c6c2f79ac6 | [
"Apache-2.0"
] | 1 | 2019-07-14T03:19:24.000Z | 2019-07-14T03:19:24.000Z | 19.666667 | 91 | 0.726695 | 24,190 | /**
*
*/
package com.starjobs.service;
import java.util.Map;
/**
* <p>Title:JobApplyInterface</p>
* <p>Description:</p>
* @author:bao
* @date:2017年11月4日上午9:49:54
*/
public interface JobApplyService {
//申请兼职
Map<String,Object> applyJob(String userPhone,Integer jobId, String applyDesc);
//公司查看兼职申请情况
Map<St... |
3e3958e665cbc518367c0b60e86f5c15286e281a | 625 | java | Java | src/main/java/com/github/iweinzierl/moviedatabase/backend/config/RequestLoggingFilterConfig.java | iweinzierl/movie-database-backend | cb7b80b3b21b07829b003e74a71722fcce373986 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/iweinzierl/moviedatabase/backend/config/RequestLoggingFilterConfig.java | iweinzierl/movie-database-backend | cb7b80b3b21b07829b003e74a71722fcce373986 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/iweinzierl/moviedatabase/backend/config/RequestLoggingFilterConfig.java | iweinzierl/movie-database-backend | cb7b80b3b21b07829b003e74a71722fcce373986 | [
"Apache-2.0"
] | null | null | null | 31.25 | 96 | 0.7952 | 24,191 | package com.github.iweinzierl.moviedatabase.backend.config;
import com.github.iweinzierl.moviedatabase.backend.config.logging.LoggingFilter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Config... |
3e3958f16bf26c0e9d27bdab653950a9b40b181b | 705 | java | Java | sourcecodeanalyzer/src/main/java/codeanalyzer/SourceCodeAnalyzerNOC.java | marlenachatzigrigoriou/lab_assignments | 528b6e0288b2fb7901ef7991e9f0f2e170a1e65e | [
"MIT"
] | null | null | null | sourcecodeanalyzer/src/main/java/codeanalyzer/SourceCodeAnalyzerNOC.java | marlenachatzigrigoriou/lab_assignments | 528b6e0288b2fb7901ef7991e9f0f2e170a1e65e | [
"MIT"
] | null | null | null | sourcecodeanalyzer/src/main/java/codeanalyzer/SourceCodeAnalyzerNOC.java | marlenachatzigrigoriou/lab_assignments | 528b6e0288b2fb7901ef7991e9f0f2e170a1e65e | [
"MIT"
] | null | null | null | 26.111111 | 106 | 0.778723 | 24,192 | package codeanalyzer;
import java.io.IOException;
/**
* NOC (Number Of Classes) Analysis class
* @author marlenachatzigrigoriou
*
*/
public class SourceCodeAnalyzerNOC extends SourceCodeAnalyzer{
/**
* Constructor class.
* @param fileReaderType location of the file (local or web)
* @param _analyzerType o... |
3e39597de692806e284ead1a30c267336b72a2c2 | 6,459 | java | Java | policyinsights/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/policyinsights/v2018_07_01_preview/QueryOptions.java | minaltolpadi/azure-sdk-for-java | a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb | [
"MIT"
] | 3 | 2021-09-15T16:25:19.000Z | 2021-12-17T05:41:00.000Z | policyinsights/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/policyinsights/v2018_07_01_preview/QueryOptions.java | minaltolpadi/azure-sdk-for-java | a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb | [
"MIT"
] | 306 | 2019-09-27T06:41:56.000Z | 2019-10-14T08:19:57.000Z | policyinsights/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/policyinsights/v2018_07_01_preview/QueryOptions.java | minaltolpadi/azure-sdk-for-java | a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb | [
"MIT"
] | 1 | 2019-10-05T04:59:12.000Z | 2019-10-05T04:59:12.000Z | 27.602564 | 193 | 0.627187 | 24,193 | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.policyinsights.v2018_07_01_preview;
import org.j... |
3e395ad4cedf67d688fcd68778974e7718af8339 | 1,227 | java | Java | app/dominio/processadores/apostas/TaxaAtualizarProcessador.java | sysbet/sysbet-core | 81c691c94121543fb9fb20017ab9ef3f9591eb5a | [
"Apache-2.0"
] | null | null | null | app/dominio/processadores/apostas/TaxaAtualizarProcessador.java | sysbet/sysbet-core | 81c691c94121543fb9fb20017ab9ef3f9591eb5a | [
"Apache-2.0"
] | 1 | 2016-12-22T16:53:50.000Z | 2016-12-22T16:53:50.000Z | app/dominio/processadores/apostas/TaxaAtualizarProcessador.java | heat/sysbet-core | 81c691c94121543fb9fb20017ab9ef3f9591eb5a | [
"Apache-2.0"
] | null | null | null | 29.214286 | 124 | 0.735941 | 24,194 | package dominio.processadores.apostas;
import com.google.inject.Inject;
import dominio.processadores.Processador;
import dominio.validadores.Validador;
import dominio.validadores.exceptions.ValidadorExcpetion;
import models.apostas.Taxa;
import models.vo.Chave;
import repositories.TaxaRepository;
import javax.persist... |
3e395b337dbe8d042f63779d2a193adb55c1f989 | 404 | java | Java | src/main/java/org/fax4j/bridge/process/CommandLineArgumentsParser.java | sagiegurari/fax4j | 672fe328ea1cc81d7db9f115d5524af67e8d01e8 | [
"Apache-2.0"
] | 22 | 2015-04-24T17:17:10.000Z | 2021-11-20T14:20:11.000Z | src/main/java/org/fax4j/bridge/process/CommandLineArgumentsParser.java | sagiegurari/fax4j | 672fe328ea1cc81d7db9f115d5524af67e8d01e8 | [
"Apache-2.0"
] | 23 | 2015-06-23T08:38:02.000Z | 2022-03-11T03:00:51.000Z | src/main/java/org/fax4j/bridge/process/CommandLineArgumentsParser.java | sagiegurari/fax4j | 672fe328ea1cc81d7db9f115d5524af67e8d01e8 | [
"Apache-2.0"
] | 6 | 2015-09-20T21:17:22.000Z | 2019-07-17T08:47:28.000Z | 26.933333 | 113 | 0.747525 | 24,195 | package org.fax4j.bridge.process;
import org.fax4j.bridge.RequestParser;
/**
* This interface defines the command line parser used to extract the fax job and file info from the command line
* arguments.
*
* @author Sagie Gur-Ari
* @version 1.01
* @since 0.40.6
*/
public interface CommandLineArgumentsParser ex... |
3e395cbe89cdd6f812956ed557846928c327d115 | 851 | java | Java | src/main/java/li/allan/domain/DeviceType.java | lialun/uaparserdata | af47b429d04e6a2c076e2cf5a578ed8aa5edeca3 | [
"MIT"
] | null | null | null | src/main/java/li/allan/domain/DeviceType.java | lialun/uaparserdata | af47b429d04e6a2c076e2cf5a578ed8aa5edeca3 | [
"MIT"
] | null | null | null | src/main/java/li/allan/domain/DeviceType.java | lialun/uaparserdata | af47b429d04e6a2c076e2cf5a578ed8aa5edeca3 | [
"MIT"
] | null | null | null | 16.056604 | 44 | 0.518214 | 24,196 | package li.allan.domain;
public class DeviceType {
private int id;
private String name;
public DeviceType(int id, String name) {
this.id = id;
this.name = name;
}
public DeviceType(int id) {
this.id = id;
}
public DeviceType() {
}
public int getId() {
... |
3e395d1ba966fd6fd792a201c4fbdaa78f6e24bc | 20,418 | java | Java | it.drwolf.ridire-ejb/ejbModule/it/drwolf/ridire/session/ResourcesReporter.java | lablita/ridire-cpi | e080251f6d33ff1a2c669dcd692c9cc3da94eda4 | [
"Apache-2.0"
] | 2 | 2017-05-10T09:49:27.000Z | 2018-10-07T18:44:24.000Z | it.drwolf.ridire-ejb/ejbModule/it/drwolf/ridire/session/ResourcesReporter.java | lablita/ridire-cpi | e080251f6d33ff1a2c669dcd692c9cc3da94eda4 | [
"Apache-2.0"
] | null | null | null | it.drwolf.ridire-ejb/ejbModule/it/drwolf/ridire/session/ResourcesReporter.java | lablita/ridire-cpi | e080251f6d33ff1a2c669dcd692c9cc3da94eda4 | [
"Apache-2.0"
] | null | null | null | 38.965649 | 222 | 0.667254 | 24,197 | /*******************************************************************************
* Copyright 2013 Università degli Studi di Firenze
*
* 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
*
... |
3e395dfb9a67e6ce6f2ac59d25f87670552bb953 | 468 | java | Java | coeus-impl/src/main/java/org/kuali/coeus/propdev/impl/core/ProposalTypeService.java | sonamuthu/kc | 3b8beb0dd656df32e155ace4711083be42ddd4fd | [
"ECL-2.0"
] | null | null | null | coeus-impl/src/main/java/org/kuali/coeus/propdev/impl/core/ProposalTypeService.java | sonamuthu/kc | 3b8beb0dd656df32e155ace4711083be42ddd4fd | [
"ECL-2.0"
] | null | null | null | coeus-impl/src/main/java/org/kuali/coeus/propdev/impl/core/ProposalTypeService.java | sonamuthu/kc | 3b8beb0dd656df32e155ace4711083be42ddd4fd | [
"ECL-2.0"
] | null | null | null | 23.4 | 83 | 0.826923 | 24,198 | package org.kuali.coeus.propdev.impl.core;
public interface ProposalTypeService {
public String getResubmissionProposalTypeCode();
public String getContinuationProposalTypeCode();
public String getRevisionProposalTypeCode();
public String getS2SSubmissionChangeCorrectedCode();
public String getNewPropos... |
3e395e550ca54e7ce753755a98f5a285cf5a4de9 | 3,897 | java | Java | src/main/java/com/xx/test/mt/socket/ServerSock.java | chromecrown/mavenT | 196a83ec2a5b75f1a99a8ea24fe07ce02fee5c1f | [
"Apache-2.0"
] | 2 | 2016-04-17T04:15:09.000Z | 2021-12-24T12:13:29.000Z | src/main/java/com/xx/test/mt/socket/ServerSock.java | chromecrown/mavenT | 196a83ec2a5b75f1a99a8ea24fe07ce02fee5c1f | [
"Apache-2.0"
] | 1 | 2021-11-17T08:40:35.000Z | 2021-11-17T08:40:35.000Z | src/main/java/com/xx/test/mt/socket/ServerSock.java | chromecrown/mavenT | 196a83ec2a5b75f1a99a8ea24fe07ce02fee5c1f | [
"Apache-2.0"
] | null | null | null | 24.204969 | 123 | 0.674622 | 24,199 | package com.xx.test.mt.socket;
import java.io.BufferedReader;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.HashMa... |
3e395e5f66e3e3c4e4b62302179db648cec5258e | 1,321 | java | Java | condensation/tools/PlainObjectInspection.java | CondensationDB/Condensation-java | be1946bf1e23f7652e8620a887368dd63e3ef526 | [
"Apache-2.0"
] | 40 | 2021-01-15T13:11:33.000Z | 2021-11-19T08:22:50.000Z | condensation/tools/PlainObjectInspection.java | CondensationDS/Condensation-Java | df6e60fc83706ec43355348d3095a3cd5eecf73c | [
"Apache-2.0"
] | null | null | null | condensation/tools/PlainObjectInspection.java | CondensationDS/Condensation-Java | df6e60fc83706ec43355348d3095a3cd5eecf73c | [
"Apache-2.0"
] | 2 | 2021-01-25T12:48:22.000Z | 2021-03-13T00:51:57.000Z | 25.403846 | 95 | 0.748675 | 24,200 | package condensation.tools;
import androidx.annotation.NonNull;
import condensation.actors.KeyPair;
import condensation.serialization.CondensationObject;
import condensation.serialization.Hash;
import condensation.serialization.Record;
import condensation.serialization.RecordReader;
import condensation.stores.Store;
... |
3e395f1b5c04801d6c14612c7a7a75310c9eb241 | 1,952 | java | Java | commons/src/main/java/org/gradle/test/performance/mediummonolithicjavaproject/p21/Production428.java | oehme/analysing-gradle-performance | 9f362b7d488dc0547a4443927d7c47a4b3fd3eec | [
"Apache-2.0"
] | 1 | 2017-08-30T17:59:45.000Z | 2017-08-30T17:59:45.000Z | commons/src/main/java/org/gradle/test/performance/mediummonolithicjavaproject/p21/Production428.java | oehme/analysing-gradle-performance | 9f362b7d488dc0547a4443927d7c47a4b3fd3eec | [
"Apache-2.0"
] | null | null | null | commons/src/main/java/org/gradle/test/performance/mediummonolithicjavaproject/p21/Production428.java | oehme/analysing-gradle-performance | 9f362b7d488dc0547a4443927d7c47a4b3fd3eec | [
"Apache-2.0"
] | 1 | 2019-03-18T18:52:45.000Z | 2019-03-18T18:52:45.000Z | 18.590476 | 68 | 0.629098 | 24,201 | package org.gradle.test.performance.mediummonolithicjavaproject.p21;
public class Production428 {
private Production425 property0;
public Production425 getProperty0() {
return property0;
}
public void setProperty0(Production425 value) {
property0 = value;
}
private P... |
3e395f5bddc279a34092e51dab47868885abfc6a | 761 | java | Java | app/src/main/java/com/android/scaffold/db/entity/Contact.java | wuganlin/AndroidScaffold | 2ea2fa5ab5d8527f96301068074e9cbc9c8e84ff | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/android/scaffold/db/entity/Contact.java | wuganlin/AndroidScaffold | 2ea2fa5ab5d8527f96301068074e9cbc9c8e84ff | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/android/scaffold/db/entity/Contact.java | wuganlin/AndroidScaffold | 2ea2fa5ab5d8527f96301068074e9cbc9c8e84ff | [
"Apache-2.0"
] | null | null | null | 18.119048 | 44 | 0.617608 | 24,202 | package com.android.scaffold.db.entity;
import com.j256.ormlite.field.DatabaseField;
import com.j256.ormlite.table.DatabaseTable;
/**
* Created by wuganlin on 2017/3/31.
*/
@DatabaseTable(tableName = "tb_contact")
public class Contact {
@DatabaseField(generatedId = true)
private Long id;
@DatabaseField
... |
3e395f78ffe71ea6863917b014734aead767a72b | 400 | java | Java | sig/src/sig/model/Genero.java | Lucas-2012/projectos | ca825cf6c6faf42199be6fb7436b14ccb73223a7 | [
"MIT"
] | null | null | null | sig/src/sig/model/Genero.java | Lucas-2012/projectos | ca825cf6c6faf42199be6fb7436b14ccb73223a7 | [
"MIT"
] | null | null | null | sig/src/sig/model/Genero.java | Lucas-2012/projectos | ca825cf6c6faf42199be6fb7436b14ccb73223a7 | [
"MIT"
] | null | null | null | 16 | 79 | 0.61 | 24,203 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package sig.model;
/**
*
* @author Conexão Web
*/
public enum Genero {
M, F;
public static Genero getM() {
return ... |
3e3961c02214207ad4ca3f18547f0b4a64c4bb8e | 3,084 | java | Java | src/main/java/dev/mrsterner/alchrimea/common/component/BodyComponent.java | mrsterner/Morium | d94871008211985aad5f827d59565f4d394b1c35 | [
"CC0-1.0"
] | null | null | null | src/main/java/dev/mrsterner/alchrimea/common/component/BodyComponent.java | mrsterner/Morium | d94871008211985aad5f827d59565f4d394b1c35 | [
"CC0-1.0"
] | 1 | 2022-01-20T10:57:35.000Z | 2022-01-21T17:54:24.000Z | src/main/java/dev/mrsterner/alchrimea/common/component/BodyComponent.java | mrsterner/Morium | d94871008211985aad5f827d59565f4d394b1c35 | [
"CC0-1.0"
] | null | null | null | 33.521739 | 258 | 0.680285 | 24,204 | package dev.mrsterner.alchrimea.common.component;
import dev.mrsterner.alchrimea.common.body.BodyParts;
import dev.mrsterner.alchrimea.common.registry.AlchrimeaComponents;
import dev.onyxstudios.cca.api.v3.component.sync.AutoSyncedComponent;
import dev.onyxstudios.cca.api.v3.entity.PlayerComponent;
import net.fabricmc... |
3e3961d50b0969c07e13dd57d8b9855789396b8a | 1,540 | java | Java | src/lib/ui/android/AndroidSearchPageObject.java | annaeng/JavaAppiumAutomation2 | 859e8b2671dfd7ea03a969c040a622f296bbc178 | [
"Apache-2.0"
] | null | null | null | src/lib/ui/android/AndroidSearchPageObject.java | annaeng/JavaAppiumAutomation2 | 859e8b2671dfd7ea03a969c040a622f296bbc178 | [
"Apache-2.0"
] | null | null | null | src/lib/ui/android/AndroidSearchPageObject.java | annaeng/JavaAppiumAutomation2 | 859e8b2671dfd7ea03a969c040a622f296bbc178 | [
"Apache-2.0"
] | null | null | null | 54.6 | 221 | 0.692918 | 24,205 | package lib.ui.android;
import io.appium.java_client.AppiumDriver;
import lib.ui.SearchPageObject;
public class AndroidSearchPageObject extends SearchPageObject {
static {
SEARCH_INIT_ELEMENT = "xpath://*[contains(@text,'Wikipedia durchsuchen')]";
SEARCH_INPUT = "xpath://*[contains(@text,'Suchen…')... |
3e3961da2c623b4c8d29cfd5698e23f097c7ea8a | 615 | java | Java | spring/lagou-transfer-iocxml/src/main/java/com/lagou/edu/pojo/Result.java | chenyusharp/lagou | 8453faa4a4202c2eb83047c90fa84a775081e005 | [
"Apache-2.0"
] | null | null | null | spring/lagou-transfer-iocxml/src/main/java/com/lagou/edu/pojo/Result.java | chenyusharp/lagou | 8453faa4a4202c2eb83047c90fa84a775081e005 | [
"Apache-2.0"
] | 5 | 2020-03-05T00:13:44.000Z | 2021-12-09T21:57:41.000Z | spring/lagou-transfer-iocxml/src/main/java/com/lagou/edu/pojo/Result.java | chenyusharp/lagou | 8453faa4a4202c2eb83047c90fa84a775081e005 | [
"Apache-2.0"
] | null | null | null | 17.571429 | 48 | 0.517073 | 24,206 | package com.lagou.edu.pojo;
/**
* @author 应癫
*/
public class Result {
private String status;
private String message;
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status;
}
public String getMessage() {
return ... |
3e3961e68dbdf0beeaed9b0fd6449a0a2a8e4193 | 1,596 | java | Java | encryption/src/main/java/cn/aberic/bother/encryption/Hash.java | aberic/trouble | aafb095f973efed9722fe19425a43e076138eb7d | [
"MIT"
] | 1 | 2018-08-20T12:54:39.000Z | 2018-08-20T12:54:39.000Z | encryption/src/main/java/cn/aberic/bother/encryption/Hash.java | aberic/trouble | aafb095f973efed9722fe19425a43e076138eb7d | [
"MIT"
] | null | null | null | encryption/src/main/java/cn/aberic/bother/encryption/Hash.java | aberic/trouble | aafb095f973efed9722fe19425a43e076138eb7d | [
"MIT"
] | null | null | null | 33.375 | 81 | 0.733458 | 24,207 | /*
* MIT License
*
* Copyright (c) 2018 Aberic Yang
*
* 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, modi... |
3e396365111bea4c77bb40c809903c25d1a1993f | 10,090 | java | Java | hana/src/main/java/com/yahoo/ycsb/db/JdbcDBClient.java | zhuwenshen/YCSB-TS | d09f1a22b0fe7707af47725a8c55609b6cbaf4bf | [
"Apache-2.0"
] | 17 | 2017-06-12T06:30:08.000Z | 2021-07-29T01:51:02.000Z | hana/src/main/java/com/yahoo/ycsb/db/JdbcDBClient.java | zhuwenshen/YCSB-TS | d09f1a22b0fe7707af47725a8c55609b6cbaf4bf | [
"Apache-2.0"
] | 9 | 2016-03-27T22:17:52.000Z | 2019-02-25T07:35:21.000Z | hana/src/main/java/com/yahoo/ycsb/db/JdbcDBClient.java | zhuwenshen/YCSB-TS | d09f1a22b0fe7707af47725a8c55609b6cbaf4bf | [
"Apache-2.0"
] | 20 | 2016-11-10T12:57:04.000Z | 2021-07-28T12:31:41.000Z | 35.156794 | 196 | 0.537066 | 24,208 | package com.yahoo.ycsb.db;
import com.yahoo.ycsb.ByteIterator;
import com.yahoo.ycsb.DB;
import com.yahoo.ycsb.DBException;
import java.sql.*;
import java.util.*;
import java.util.concurrent.TimeUnit;
public class JdbcDBClient extends DB implements JdbcDBClientConstants
{
private static final String DEFAULT_PROP = "... |
3e3963cf1b5df3948681c501fd6fa502c1759884 | 1,648 | java | Java | mall-coupon/src/main/java/icu/ashai/mall/coupon/controller/SpuBoundsController.java | sw-ashai/ashaimall | 694d49a6cbe7b7826515ed0cd5dcd388cbced308 | [
"Apache-2.0"
] | null | null | null | mall-coupon/src/main/java/icu/ashai/mall/coupon/controller/SpuBoundsController.java | sw-ashai/ashaimall | 694d49a6cbe7b7826515ed0cd5dcd388cbced308 | [
"Apache-2.0"
] | 1 | 2022-02-25T10:06:56.000Z | 2022-02-25T10:06:56.000Z | mall-coupon/src/main/java/icu/ashai/mall/coupon/controller/SpuBoundsController.java | sw-ashai/ashaimall | 694d49a6cbe7b7826515ed0cd5dcd388cbced308 | [
"Apache-2.0"
] | null | null | null | 20.6125 | 62 | 0.65373 | 24,209 | package icu.ashai.mall.coupon.controller;
import icu.ashai.common.utils.PageUtils;
import icu.ashai.common.utils.R;
import icu.ashai.mall.coupon.entity.SpuBoundsEntity;
import icu.ashai.mall.coupon.service.SpuBoundsService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.b... |
3e39644ea37ac9511287d3d27d3c8f6242b54f29 | 6,133 | java | Java | test/com/google/javascript/jscomp/RhinoErrorReporterTest.java | wilder/closure-compiler | 85643a17293ac09253dcf8017404136d28942fc4 | [
"Apache-2.0"
] | 5 | 2018-12-13T17:46:39.000Z | 2022-03-29T02:07:47.000Z | test/com/google/javascript/jscomp/RhinoErrorReporterTest.java | wilder/closure-compiler | 85643a17293ac09253dcf8017404136d28942fc4 | [
"Apache-2.0"
] | 42 | 2019-12-08T18:41:13.000Z | 2021-08-28T13:08:55.000Z | test/com/google/javascript/jscomp/RhinoErrorReporterTest.java | wilder/closure-compiler | 85643a17293ac09253dcf8017404136d28942fc4 | [
"Apache-2.0"
] | 8 | 2018-12-25T04:19:01.000Z | 2021-03-24T17:02:44.000Z | 30.839196 | 96 | 0.69415 | 24,210 | /*
* Copyright 2010 The Closure Compiler Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... |
3e396479e05464c2b23f71e59cc507935a41905f | 2,016 | java | Java | Binding/apple/src/main/java/com/bugvm/apple/audiounit/AUParameterLowpass.java | bugvm/robovm | 430cbeb4a9f49f48b982821b40741fad110efe57 | [
"MIT"
] | 29 | 2018-06-04T21:34:00.000Z | 2022-02-21T16:34:44.000Z | Binding/apple/src/main/java/com/bugvm/apple/audiounit/AUParameterLowpass.java | bugvm/robovm | 430cbeb4a9f49f48b982821b40741fad110efe57 | [
"MIT"
] | 15 | 2018-03-02T03:38:56.000Z | 2021-03-22T02:06:14.000Z | Binding/apple/src/main/java/com/bugvm/apple/audiounit/AUParameterLowpass.java | bugvm/robovm | 430cbeb4a9f49f48b982821b40741fad110efe57 | [
"MIT"
] | 6 | 2018-10-17T02:28:28.000Z | 2020-11-27T04:47:50.000Z | 30.545455 | 88 | 0.647321 | 24,211 | /*
* Copyright (C) 2013-2015 RoboVM 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 law or ag... |
3e3965d44e43c2fbc5266a39c11f7380f490ebc9 | 446 | java | Java | thread/src/main/java/cn/net/chestnut/thread/t3/ThreadLocal33/ThreadA.java | kojon/chestnut-spring | aa4cf092ceb973db6c78633d167fbae754869adb | [
"MIT"
] | 1 | 2019-04-10T03:13:31.000Z | 2019-04-10T03:13:31.000Z | thread/src/main/java/cn/net/chestnut/thread/t3/ThreadLocal33/ThreadA.java | kojon/chestnut-spring | aa4cf092ceb973db6c78633d167fbae754869adb | [
"MIT"
] | null | null | null | thread/src/main/java/cn/net/chestnut/thread/t3/ThreadLocal33/ThreadA.java | kojon/chestnut-spring | aa4cf092ceb973db6c78633d167fbae754869adb | [
"MIT"
] | null | null | null | 23.473684 | 70 | 0.515695 | 24,212 | package cn.net.chestnut.thread.t3.ThreadLocal33;
public class ThreadA extends Thread {
@Override
public void run() {
try {
for (int i = 0; i < 10; i++) {
System.out.println("在ThreadA线程中取值=" + Tools.tl.get());
Thread.sleep(100);
}
} catch ... |
3e3966759ac79e5df92f43973c3940cab918af4c | 4,392 | java | Java | core/zms/src/main/java/com/yahoo/athenz/zms/Quota.java | abvaidya/athenz | c0b15098e55d55d9ff5586b0f28daa0324e4f51b | [
"Apache-2.0"
] | 563 | 2017-01-13T23:24:26.000Z | 2021-02-01T16:39:09.000Z | core/zms/src/main/java/com/yahoo/athenz/zms/Quota.java | K12609/athenz | da135e8de50b611ef0b06f3910391ce22522a1b0 | [
"Apache-2.0"
] | 500 | 2017-01-15T15:23:40.000Z | 2020-12-29T00:50:21.000Z | core/zms/src/main/java/com/yahoo/athenz/zms/Quota.java | K12609/athenz | da135e8de50b611ef0b06f3910391ce22522a1b0 | [
"Apache-2.0"
] | 256 | 2017-01-15T15:16:54.000Z | 2021-01-28T00:16:46.000Z | 25.387283 | 87 | 0.536202 | 24,213 | //
// This file generated by rdl 1.5.2. Do not modify!
//
package com.yahoo.athenz.zms;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.yahoo.rdl.*;
//
// Quota - The representation for a quota object
//
@JsonIgnoreProperties(ignoreUnknown ... |
3e39674cd2c99f92b2575bb9f060e015d5502144 | 4,113 | java | Java | cdap-security/src/main/java/co/cask/cdap/security/impersonation/DefaultImpersonator.java | Werselba/pipeline | 2821b1e4ecd640f614cc553bed963b854bb6a28e | [
"Apache-2.0"
] | null | null | null | cdap-security/src/main/java/co/cask/cdap/security/impersonation/DefaultImpersonator.java | Werselba/pipeline | 2821b1e4ecd640f614cc553bed963b854bb6a28e | [
"Apache-2.0"
] | null | null | null | cdap-security/src/main/java/co/cask/cdap/security/impersonation/DefaultImpersonator.java | Werselba/pipeline | 2821b1e4ecd640f614cc553bed963b854bb6a28e | [
"Apache-2.0"
] | null | null | null | 41.969388 | 114 | 0.767566 | 24,214 | /*
* Copyright © 2016-2017 Cask Data, 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... |
3e396856b819a77bcea76ea493768cbc7963efc4 | 25,885 | java | Java | MOC/app/src/main/java/ru/barsk/moc/AI.java | kirillgla/MOC | f023377ddc415c4831cf5cc80c6af697b4277254 | [
"MIT"
] | null | null | null | MOC/app/src/main/java/ru/barsk/moc/AI.java | kirillgla/MOC | f023377ddc415c4831cf5cc80c6af697b4277254 | [
"MIT"
] | null | null | null | MOC/app/src/main/java/ru/barsk/moc/AI.java | kirillgla/MOC | f023377ddc415c4831cf5cc80c6af697b4277254 | [
"MIT"
] | null | null | null | 31.528624 | 183 | 0.673981 | 24,215 | package ru.barsk.moc;
import android.support.annotation.Nullable;
import android.util.Log;
import android.widget.Toast;
import java.util.ArrayList;
import ru.barsk.util.Lib;
import ru.barsk.util.LongDouble;
import ru.barsk.util.Tools;
public class AI extends AbstractAI {
public static final String LOG_TAG;
publi... |
3e396863d989492b72c7e91db7160608ad7f0a01 | 1,417 | java | Java | code/edgeidentity/src/sharedTestUtils/java/com/adobe/marketing/mobile/edge/identity/IdentityTestConstants.java | timkimadobe/aepsdk-edgeidentity-android | 712f9b307f4c0f7a2cc54db5d4a5eefe65028e11 | [
"Apache-2.0"
] | null | null | null | code/edgeidentity/src/sharedTestUtils/java/com/adobe/marketing/mobile/edge/identity/IdentityTestConstants.java | timkimadobe/aepsdk-edgeidentity-android | 712f9b307f4c0f7a2cc54db5d4a5eefe65028e11 | [
"Apache-2.0"
] | 8 | 2021-04-21T04:30:23.000Z | 2022-03-23T17:01:44.000Z | code/edgeidentity/src/sharedTestUtils/java/com/adobe/marketing/mobile/edge/identity/IdentityTestConstants.java | timkimadobe/aepsdk-edgeidentity-android | 712f9b307f4c0f7a2cc54db5d4a5eefe65028e11 | [
"Apache-2.0"
] | 5 | 2021-03-30T22:05:33.000Z | 2022-02-22T18:31:16.000Z | 38.297297 | 88 | 0.774876 | 24,216 | /*
Copyright 2021 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable la... |
3e3968984cddf240551585b4c0d7d048db5d79fb | 1,825 | java | Java | files/src/java/Filters.java | DieselPrimo/ProjectsRep | 070adde0c6b33c1a47b89e08eb269255a6e92b4c | [
"MIT"
] | null | null | null | files/src/java/Filters.java | DieselPrimo/ProjectsRep | 070adde0c6b33c1a47b89e08eb269255a6e92b4c | [
"MIT"
] | null | null | null | files/src/java/Filters.java | DieselPrimo/ProjectsRep | 070adde0c6b33c1a47b89e08eb269255a6e92b4c | [
"MIT"
] | null | null | null | 31.465517 | 71 | 0.43726 | 24,217 | import java.io.File;
public class Filters {
String dirname;
public Filters(String dirname) {
this.dirname = dirname;
}
void showFiles() {
File f1 = new File(dirname);
if (f1.isDirectory()) {
System.out.println("Каталог " + dirname);
String[] s = f1.lis... |
3e39696e29fba60cc4d60df3ab835f117d63d09e | 2,537 | java | Java | src/test/java/com/webcheckers/ui/PostCheckTurnRouteTest.java | ahh1539/WebCheckers | 604f6b205ac1db1579361ae52669a4bd08857b6b | [
"MIT"
] | null | null | null | src/test/java/com/webcheckers/ui/PostCheckTurnRouteTest.java | ahh1539/WebCheckers | 604f6b205ac1db1579361ae52669a4bd08857b6b | [
"MIT"
] | null | null | null | src/test/java/com/webcheckers/ui/PostCheckTurnRouteTest.java | ahh1539/WebCheckers | 604f6b205ac1db1579361ae52669a4bd08857b6b | [
"MIT"
] | null | null | null | 30.939024 | 89 | 0.693733 | 24,218 | package com.webcheckers.ui;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import com.google.gson.Gson;
import com.webcheckers.application.GameCenter;
import com.webcheckers.application.GameLobby;
import com.webcheckers.application.Play... |
3e396a26af6f624ec04cc37dd58fd86338ced612 | 2,519 | java | Java | xml/src/main/java/org/seamless/xhtml/XHTML.java | turboshow/seamless | 50c0fe2af31ce0ae4f08292de61cba1ff8c426f7 | [
"Apache-2.0"
] | 19 | 2015-10-22T10:13:26.000Z | 2021-01-14T05:59:03.000Z | xml/src/main/java/org/seamless/xhtml/XHTML.java | turboshow/seamless | 50c0fe2af31ce0ae4f08292de61cba1ff8c426f7 | [
"Apache-2.0"
] | 5 | 2018-07-30T17:55:07.000Z | 2020-12-31T07:17:21.000Z | xml/src/main/java/org/seamless/xhtml/XHTML.java | turboshow/seamless | 50c0fe2af31ce0ae4f08292de61cba1ff8c426f7 | [
"Apache-2.0"
] | 20 | 2015-02-26T08:43:14.000Z | 2021-11-17T13:51:09.000Z | 30.349398 | 102 | 0.657404 | 24,219 | /*
* Copyright (C) 2012 4th Line GmbH, Switzerland
*
* The contents of this file are subject to the terms of either the GNU
* Lesser General Public License Version 2 or later ("LGPL") or the
* Common Development and Distribution License Version 1 or later
* ("CDDL") (collectively, the "License"). You may not use... |
3e396a84d9c0ff46d2c7971f436fbb4f7fc8df09 | 5,839 | java | Java | paoding-rose-pipe/src/main/java/net/paoding/rose/web/portal/impl/PipeInterceptor.java | mokebuluo/paoding-rose | 8b512704174dd6cba95e544c7d6ab66105cb8ec4 | [
"Apache-2.0"
] | 460 | 2015-08-26T05:12:39.000Z | 2022-02-22T03:47:21.000Z | paoding-rose-pipe/src/main/java/net/paoding/rose/web/portal/impl/PipeInterceptor.java | ding-guohang/paoding-rose | 8b512704174dd6cba95e544c7d6ab66105cb8ec4 | [
"Apache-2.0"
] | 28 | 2015-08-26T12:38:41.000Z | 2022-03-06T15:24:20.000Z | paoding-rose-pipe/src/main/java/net/paoding/rose/web/portal/impl/PipeInterceptor.java | ding-guohang/paoding-rose | 8b512704174dd6cba95e544c7d6ab66105cb8ec4 | [
"Apache-2.0"
] | 218 | 2015-08-26T09:35:44.000Z | 2021-05-22T16:18:10.000Z | 37.429487 | 96 | 0.467203 | 24,220 | /*
* Copyright 2007-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... |
3e396b1cc06146438cbb418ea1ba7d023d3dc73d | 6,368 | java | Java | src/main/java/seedu/address/model/schedule/Date.java | ryanchen2018/main | 2d45555c1046514878dd59ab0c812b8967793be6 | [
"MIT"
] | null | null | null | src/main/java/seedu/address/model/schedule/Date.java | ryanchen2018/main | 2d45555c1046514878dd59ab0c812b8967793be6 | [
"MIT"
] | 207 | 2018-09-29T07:02:41.000Z | 2018-11-12T11:06:04.000Z | src/main/java/seedu/address/model/schedule/Date.java | ryanchen2018/main | 2d45555c1046514878dd59ab0c812b8967793be6 | [
"MIT"
] | 8 | 2018-08-30T09:08:49.000Z | 2018-10-08T07:58:14.000Z | 36.388571 | 119 | 0.620132 | 24,221 | package seedu.address.model.schedule;
import static java.util.Objects.requireNonNull;
import static seedu.address.commons.util.AppUtil.checkArgument;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
/**
* Represents a Schedule's date in the Schedule list.
* Guarantees: immutable; is valid as ... |
3e396b4369ee37fa1e1f19ada2030e693a2d99fe | 1,319 | java | Java | ready-work-core/src/main/java/work/ready/core/module/CancelledFuture.java | LyuWeihua/ReadyWork | d85d294c739d04052b6b4b365f0d3670564fc05e | [
"Apache-2.0"
] | 2 | 2021-09-29T17:26:31.000Z | 2021-11-02T10:26:14.000Z | ready-work-core/src/main/java/work/ready/core/module/CancelledFuture.java | LyuWeihua/ReadyWork | d85d294c739d04052b6b4b365f0d3670564fc05e | [
"Apache-2.0"
] | null | null | null | ready-work-core/src/main/java/work/ready/core/module/CancelledFuture.java | LyuWeihua/ReadyWork | d85d294c739d04052b6b4b365f0d3670564fc05e | [
"Apache-2.0"
] | null | null | null | 25.862745 | 75 | 0.697498 | 24,222 | /**
*
* Original work Copyright core-ng
* Modified work Copyright (c) 2020 WeiHua Lyu [ready.work]
*
* 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/... |
3e396b80156694ec3c698a3e3bda9dce2d066b14 | 399 | java | Java | src/application/demo/Main.java | moonljt521/FxDemo | 2b620c2880016bbfb86e53ab48a564299a685a6f | [
"Apache-2.0"
] | 2 | 2018-09-22T03:47:55.000Z | 2018-09-23T09:28:03.000Z | src/application/demo/Main.java | moonljt521/FxDemo | 2b620c2880016bbfb86e53ab48a564299a685a6f | [
"Apache-2.0"
] | null | null | null | src/application/demo/Main.java | moonljt521/FxDemo | 2b620c2880016bbfb86e53ab48a564299a685a6f | [
"Apache-2.0"
] | 1 | 2018-11-14T09:19:49.000Z | 2018-11-14T09:19:49.000Z | 18.136364 | 57 | 0.77193 | 24,223 | package application.demo;
import application.fx.ann.BindMainController;
import application.fx.app.FxApplication;
import javafx.stage.Stage;
@BindMainController(MainController.class)
public class Main extends FxApplication {
public static void main(String[] args) {
launch(args);
}
@Override
public void start... |
3e396c830fd628a2b200e7de7c984062de729a1a | 1,748 | java | Java | main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/hadoop/EHadoopConfigurationJars.java | coheigea/tcommon-studio-se | 681d9a8240b120f5633d751590ac09d31ea8879b | [
"Apache-2.0"
] | 75 | 2015-01-29T03:23:32.000Z | 2022-02-26T07:05:40.000Z | main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/hadoop/EHadoopConfigurationJars.java | coheigea/tcommon-studio-se | 681d9a8240b120f5633d751590ac09d31ea8879b | [
"Apache-2.0"
] | 813 | 2015-01-21T09:36:31.000Z | 2022-03-30T01:15:29.000Z | main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/hadoop/EHadoopConfigurationJars.java | coheigea/tcommon-studio-se | 681d9a8240b120f5633d751590ac09d31ea8879b | [
"Apache-2.0"
] | 272 | 2015-01-08T06:47:46.000Z | 2022-02-09T23:22:27.000Z | 31.781818 | 122 | 0.606407 | 24,224 | // ============================================================================
//
// Copyright (C) 2006-2021 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt
//
// You should have receiv... |
3e396cab24e422c81b77457aea380e5c527d113f | 3,183 | java | Java | DesktopMouseController_Android/app/src/main/java/com/personal/bourdi_b/desktopmousecontroller/NetworkRunner.java | bourdibay/Android_WindowsRemote_UDP | bc6db18523b008d269ffd7a0f8fdde94cc62c4de | [
"MIT"
] | 2 | 2015-06-01T07:36:20.000Z | 2016-02-15T20:44:10.000Z | DesktopMouseController_Android/app/src/main/java/com/personal/bourdi_b/desktopmousecontroller/NetworkRunner.java | bourdibay/WindowsDesktopMouseControllerFromAndroid | bc6db18523b008d269ffd7a0f8fdde94cc62c4de | [
"MIT"
] | 1 | 2016-07-18T04:44:31.000Z | 2016-08-20T10:31:59.000Z | DesktopMouseController_Android/app/src/main/java/com/personal/bourdi_b/desktopmousecontroller/NetworkRunner.java | bourdibay/WindowsDesktopMouseControllerFromAndroid | bc6db18523b008d269ffd7a0f8fdde94cc62c4de | [
"MIT"
] | null | null | null | 29.472222 | 93 | 0.554194 | 24,225 | package com.personal.bourdi_b.desktopmousecontroller;
import android.content.Context;
import android.net.DhcpInfo;
import android.net.wifi.WifiManager;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
import java.net.SocketException;
public clas... |
3e396e77c1ae6198319d9efa6a5eaac633faa845 | 3,228 | java | Java | bootique-tool/src/main/java/io/bootique/tools/shell/command/NewCommand.java | KravchenkoAS/bootique-tool | a8eb42dee192267537e2e134bcc70f5f386b41db | [
"Apache-2.0"
] | 1 | 2021-11-15T10:26:42.000Z | 2021-11-15T10:26:42.000Z | bootique-tool/src/main/java/io/bootique/tools/shell/command/NewCommand.java | KravchenkoAS/bootique-tool | a8eb42dee192267537e2e134bcc70f5f386b41db | [
"Apache-2.0"
] | 5 | 2020-02-09T12:00:00.000Z | 2022-01-19T08:39:39.000Z | bootique-tool/src/main/java/io/bootique/tools/shell/command/NewCommand.java | KravchenkoAS/bootique-tool | a8eb42dee192267537e2e134bcc70f5f386b41db | [
"Apache-2.0"
] | 5 | 2020-02-10T11:01:48.000Z | 2022-01-18T08:20:16.000Z | 37.534884 | 140 | 0.671004 | 24,226 | /*
* Licensed to ObjectStyle LLC under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ObjectStyle LLC licenses
* this file to you under the Apache License, Version 2.0 (the
* "License"); y... |
3e396f99aeba43346816c9ba02a8f60908c89917 | 1,425 | java | Java | core/src/yio/tro/antiyoy/menu/diplomacy_element/DeLabel.java | Don-Williams/Antiyoy-Class-Project | daf4c43b59a6f8a5cb8f3e74b6b80bf8891cbd74 | [
"MIT"
] | null | null | null | core/src/yio/tro/antiyoy/menu/diplomacy_element/DeLabel.java | Don-Williams/Antiyoy-Class-Project | daf4c43b59a6f8a5cb8f3e74b6b80bf8891cbd74 | [
"MIT"
] | null | null | null | core/src/yio/tro/antiyoy/menu/diplomacy_element/DeLabel.java | Don-Williams/Antiyoy-Class-Project | daf4c43b59a6f8a5cb8f3e74b6b80bf8891cbd74 | [
"MIT"
] | null | null | null | 24.568966 | 79 | 0.653333 | 24,227 | package yio.tro.antiyoy.menu.diplomacy_element;
import yio.tro.antiyoy.factor_yio.FactorYio;
import yio.tro.antiyoy.stuff.GraphicsYio;
import yio.tro.antiyoy.stuff.LanguagesManager;
import yio.tro.antiyoy.stuff.PointYio;
import yio.tro.antiyoy.stuff.RectangleYio;
public class DeLabel {
DiplomacyElement diplomacy... |
3e396ff686925309c8bd653cb10125eeaf13f02f | 7,028 | java | Java | android-pdf-viewer/build/generated/source/r/debug/android/support/coreui/R.java | LEEVISIT/pdfshow | 74d1f114c51128432931a60d20c68382dd66b26a | [
"Apache-2.0"
] | null | null | null | android-pdf-viewer/build/generated/source/r/debug/android/support/coreui/R.java | LEEVISIT/pdfshow | 74d1f114c51128432931a60d20c68382dd66b26a | [
"Apache-2.0"
] | null | null | null | android-pdf-viewer/build/generated/source/r/debug/android/support/coreui/R.java | LEEVISIT/pdfshow | 74d1f114c51128432931a60d20c68382dd66b26a | [
"Apache-2.0"
] | null | null | null | 54.061538 | 116 | 0.739471 | 24,228 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.coreui;
public final class R {
public static final class attr {
public static int font = 0x7f040001... |
3e39706d7c7a3ac45f8fe1fced699397201bf12f | 316 | java | Java | time/src/test/java/org/jresearch/threetenbp/gwt/emu/java/time/browser/BrowserTestDateTimeParsing.java | foal/gwt-time | 2496cd6f32c0241818a280dc6373eb244352a994 | [
"BSD-3-Clause"
] | 19 | 2020-05-02T09:46:00.000Z | 2022-02-27T19:45:20.000Z | time/src/test/java/org/jresearch/threetenbp/gwt/emu/java/time/browser/BrowserTestDateTimeParsing.java | foal/gwt-time | 2496cd6f32c0241818a280dc6373eb244352a994 | [
"BSD-3-Clause"
] | 9 | 2020-05-10T22:31:52.000Z | 2022-02-28T22:13:33.000Z | time/src/test/java/org/jresearch/threetenbp/gwt/emu/java/time/browser/BrowserTestDateTimeParsing.java | foal/gwt-time | 2496cd6f32c0241818a280dc6373eb244352a994 | [
"BSD-3-Clause"
] | 5 | 2020-05-05T16:12:10.000Z | 2021-12-21T10:22:47.000Z | 26.333333 | 78 | 0.800633 | 24,229 | package org.jresearch.threetenbp.gwt.emu.java.time.browser;
import org.jresearch.threetenbp.gwt.emu.java.time.format.TestDateTimeParsing;
public class BrowserTestDateTimeParsing extends TestDateTimeParsing {
public void test_parse_tzdbGmtZoneEtc() {
super.disable_test_parse_tzdbGmtZoneEtc();
}
}
|
3e39710f61896696d6754809456e2b9c55b0b54f | 1,842 | java | Java | app/src/main/java/com/adhamenaya/grability/appsfeed/ui/details/DetailsPresenter.java | adhamenaya/GrabilityAndroid | c49b0fda50fb03ebc450e59c4e6d8e6d8b5a115c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/adhamenaya/grability/appsfeed/ui/details/DetailsPresenter.java | adhamenaya/GrabilityAndroid | c49b0fda50fb03ebc450e59c4e6d8e6d8b5a115c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/adhamenaya/grability/appsfeed/ui/details/DetailsPresenter.java | adhamenaya/GrabilityAndroid | c49b0fda50fb03ebc450e59c4e6d8e6d8b5a115c | [
"Apache-2.0"
] | null | null | null | 30.196721 | 78 | 0.630836 | 24,230 | package com.adhamenaya.grability.appsfeed.ui.details;
import java.util.List;
import javax.inject.Inject;
import rx.Subscriber;
import rx.Subscription;
import rx.android.schedulers.AndroidSchedulers;
import rx.schedulers.Schedulers;
import com.adhamenaya.grability.appsfeed.data.DataManager;
import com.adhamenaya.grab... |
3e39734f4c0ffdf30e13b5ddc6dfd0e9b977ec74 | 1,342 | java | Java | java/client/src/org/openqa/selenium/devtools/network/model/CookieBlockedReason.java | jigarmehta1999/selenium | 69e3deb4377476005f16fd91cffefd0f79f94d30 | [
"Apache-2.0"
] | null | null | null | java/client/src/org/openqa/selenium/devtools/network/model/CookieBlockedReason.java | jigarmehta1999/selenium | 69e3deb4377476005f16fd91cffefd0f79f94d30 | [
"Apache-2.0"
] | null | null | null | java/client/src/org/openqa/selenium/devtools/network/model/CookieBlockedReason.java | jigarmehta1999/selenium | 69e3deb4377476005f16fd91cffefd0f79f94d30 | [
"Apache-2.0"
] | null | null | null | 29.822222 | 260 | 0.71386 | 24,231 | package org.openqa.selenium.devtools.network.model;
import org.openqa.selenium.Beta;
import org.openqa.selenium.json.JsonInput;
/**
* Types of reasons why a cookie may not be sent with a request.
*/
@org.openqa.selenium.Beta()
public enum CookieBlockedReason {
SECUREONLY("SecureOnly"),
NOTONPATH("NotOnPath... |
3e3973d2e8fc879ca34464ddf2b2c2464e4525a4 | 2,153 | java | Java | library/src/main/java/com/meisolsson/githubsdk/model/TextMatch.java | ZachT1711/GitHubSdk | 37581a97648f58a00b69a10d67a9ba6adfe48f10 | [
"Apache-2.0"
] | 45 | 2016-11-11T21:56:16.000Z | 2021-03-31T06:09:30.000Z | library/src/main/java/com/meisolsson/githubsdk/model/TextMatch.java | ZachT1711/GitHubSdk | 37581a97648f58a00b69a10d67a9ba6adfe48f10 | [
"Apache-2.0"
] | 19 | 2017-02-23T16:43:25.000Z | 2021-07-06T13:24:36.000Z | library/src/main/java/com/meisolsson/githubsdk/model/TextMatch.java | ZachT1711/GitHubSdk | 37581a97648f58a00b69a10d67a9ba6adfe48f10 | [
"Apache-2.0"
] | 17 | 2016-11-13T06:05:17.000Z | 2021-03-31T06:07:17.000Z | 28.706667 | 80 | 0.686948 | 24,232 | /*
* Copyright 2015 Henrik Olsson
*
* 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... |
3e3973f11f03842b69f40a588a0b1acb89ed2bff | 1,173 | java | Java | addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/ContactDeletionTests.java | parinovra/java_pft | 552a6cc02eb1434c9eddfe192cf28341ab27136d | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/ContactDeletionTests.java | parinovra/java_pft | 552a6cc02eb1434c9eddfe192cf28341ab27136d | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/ContactDeletionTests.java | parinovra/java_pft | 552a6cc02eb1434c9eddfe192cf28341ab27136d | [
"Apache-2.0"
] | null | null | null | 36.625 | 103 | 0.696246 | 24,233 | package ru.stqa.pft.addressbook.tests;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import ru.stqa.pft.addressbook.model.ContactData;
import ru.stqa.pft.addressbook.model.Contacts;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.MatcherAssert.assertThat;
... |
3e397661b9c40597f1ae0c4cfdf41e76670b7429 | 1,547 | java | Java | bluetag-search/src/com/bluetag/api/search/resources/TestResource.java | IBM-Bluemix/Bluetag | 9847cd4fb273f52713a0237980c53a488db178ff | [
"Apache-2.0"
] | 4 | 2016-02-25T16:55:20.000Z | 2017-01-11T22:05:20.000Z | bluetag-search/src/com/bluetag/api/search/resources/TestResource.java | IBM-Bluemix/Bluetag | 9847cd4fb273f52713a0237980c53a488db178ff | [
"Apache-2.0"
] | 3 | 2016-02-18T18:30:58.000Z | 2016-10-28T07:30:24.000Z | bluetag-search/src/com/bluetag/api/search/resources/TestResource.java | IBM-Bluemix/Bluetag | 9847cd4fb273f52713a0237980c53a488db178ff | [
"Apache-2.0"
] | 1 | 2017-09-15T00:57:48.000Z | 2017-09-15T00:57:48.000Z | 35.976744 | 89 | 0.737557 | 24,234 | // COPYRIGHT LICENSE: This information contains sample code provided in source
// code form. You may copy, modify, and distribute these sample programs in any
// form without payment to IBM for the purposes of developing, using, marketing
// or distributing application programs conforming to the application progra... |
3e3976ec692d51650705dae72b79cf77c206e6d0 | 1,379 | java | Java | homw-tool/src/main/java/com/homw/tool/api/kede/KDSocketDll.java | homw188/homw-framework | 326c9d6f1cb79da4a9ae6a18067aeb03f7b938ea | [
"Apache-2.0"
] | 3 | 2020-04-11T08:17:27.000Z | 2020-05-21T08:44:48.000Z | homw-tool/src/main/java/com/homw/tool/api/kede/KDSocketDll.java | homw188/homw-framework | 326c9d6f1cb79da4a9ae6a18067aeb03f7b938ea | [
"Apache-2.0"
] | 8 | 2020-05-15T22:31:06.000Z | 2021-09-20T20:58:03.000Z | homw-tool/src/main/java/com/homw/tool/api/kede/KDSocketDll.java | homw188/homw-framework | 326c9d6f1cb79da4a9ae6a18067aeb03f7b938ea | [
"Apache-2.0"
] | 2 | 2020-04-23T06:47:52.000Z | 2020-05-21T09:36:22.000Z | 28.729167 | 118 | 0.690355 | 24,235 | package com.homw.tool.api.kede;
import com.sun.jna.Library;
import com.sun.jna.Native;
/**
* @description 山东科德水电表操作API
* @author Hom
* @version 1.0
* @since 2020-07-08
*/
public interface KDSocketDll extends Library {
// 加载动态库文件
KDSocketDll INSTANCE = (KDSocketDll) Native.loadLibrary("KDSocket_x86.dll", KDSock... |
3e397a5a25a8c69df5f2957656eff65df19bff59 | 1,847 | java | Java | src/test/java/com/ajjpj/amapper/examples/valuemappingdef/DateToLongValueMappingDef.java | dritonshoshi/n-mapper | a45355616eb69a9b5004b9d33dd4fc133d154678 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/ajjpj/amapper/examples/valuemappingdef/DateToLongValueMappingDef.java | dritonshoshi/n-mapper | a45355616eb69a9b5004b9d33dd4fc133d154678 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/ajjpj/amapper/examples/valuemappingdef/DateToLongValueMappingDef.java | dritonshoshi/n-mapper | a45355616eb69a9b5004b9d33dd4fc133d154678 | [
"Apache-2.0"
] | null | null | null | 37.693878 | 236 | 0.718462 | 24,236 | package com.ajjpj.amapper.examples.valuemappingdef;
import com.ajjpj.afoundation.collection.immutable.AMap;
import com.ajjpj.amapper.core.AMapperDiffWorker;
import com.ajjpj.amapper.core.AMapperWorker;
import com.ajjpj.amapper.core.AValueMappingDef;
import com.ajjpj.amapper.core.diff.ADiffBuilder;
import com.ajjpj.ama... |
3e397b366b6197818fef821cd870fef5a655a932 | 4,671 | java | Java | sdk/spring/azure-spring-boot/src/main/java/com/azure/spring/aad/webapi/AzureActiveDirectoryResourceServerConfiguration.java | lu-cheng/azure-sdk-for-java | e86d954a189fa2fb3511362054467ed3ed70d484 | [
"MIT"
] | 2 | 2020-12-08T18:36:16.000Z | 2021-10-18T03:32:47.000Z | sdk/spring/azure-spring-boot/src/main/java/com/azure/spring/aad/webapi/AzureActiveDirectoryResourceServerConfiguration.java | lu-cheng/azure-sdk-for-java | e86d954a189fa2fb3511362054467ed3ed70d484 | [
"MIT"
] | null | null | null | sdk/spring/azure-spring-boot/src/main/java/com/azure/spring/aad/webapi/AzureActiveDirectoryResourceServerConfiguration.java | lu-cheng/azure-sdk-for-java | e86d954a189fa2fb3511362054467ed3ed70d484 | [
"MIT"
] | null | null | null | 46.247525 | 119 | 0.775209 | 24,237 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.spring.aad.webapi;
import com.azure.spring.aad.webapp.AuthorizationServerEndpoints;
import com.azure.spring.aad.webapi.validator.AzureJwtAudienceValidator;
import com.azure.spring.aad.webapi.validator.Azu... |
3e397b6253857593544daaaa038d0e2cf2c46a37 | 4,230 | java | Java | src/main/java/com/microsoft/bingads/v10/campaignmanagement/CampaignSize.java | feedeo/bingads-api | 86d9684b52095c2064f97dda0356a3916a4ce50a | [
"MIT"
] | null | null | null | src/main/java/com/microsoft/bingads/v10/campaignmanagement/CampaignSize.java | feedeo/bingads-api | 86d9684b52095c2064f97dda0356a3916a4ce50a | [
"MIT"
] | null | null | null | src/main/java/com/microsoft/bingads/v10/campaignmanagement/CampaignSize.java | feedeo/bingads-api | 86d9684b52095c2064f97dda0356a3916a4ce50a | [
"MIT"
] | 1 | 2019-01-12T06:14:24.000Z | 2019-01-12T06:14:24.000Z | 28.581081 | 127 | 0.655556 | 24,238 | /**
* CampaignSize.java
* <p>
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.microsoft.bingads.v10.campaignmanagement;
public class CampaignSize implements java.io.Serializable {
// Type metadata
private static org.apache.axis.d... |
3e397bac19b672fe1d10f7d0850b797be857e4b2 | 963 | java | Java | audit-export/src/main/java/ru/i_novus/ms/audit/properties/FieldsProperties.java | i-novus-llc/audit | c66e88606f9c1d961c98df7fc1169b60f230fff2 | [
"Apache-2.0"
] | null | null | null | audit-export/src/main/java/ru/i_novus/ms/audit/properties/FieldsProperties.java | i-novus-llc/audit | c66e88606f9c1d961c98df7fc1169b60f230fff2 | [
"Apache-2.0"
] | null | null | null | audit-export/src/main/java/ru/i_novus/ms/audit/properties/FieldsProperties.java | i-novus-llc/audit | c66e88606f9c1d961c98df7fc1169b60f230fff2 | [
"Apache-2.0"
] | null | null | null | 29.181818 | 78 | 0.734164 | 24,239 | /*
* Copyright 2020 I-Novus
*
* 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... |
3e397c0b04b855f48884005147dc7b535361db9e | 7,930 | java | Java | examples/OpticalFlow/OpticalFlow_CaptureVerletParticles/ParticleSystem.java | stevestorey/PixelFlow | 3db49397164bc76373ff7e15c0a31dadb0037801 | [
"MIT"
] | 1,133 | 2016-09-15T00:49:36.000Z | 2022-03-30T08:31:52.000Z | examples/OpticalFlow/OpticalFlow_CaptureVerletParticles/ParticleSystem.java | Zudva/PixelFlow | 3db49397164bc76373ff7e15c0a31dadb0037801 | [
"MIT"
] | 39 | 2016-10-02T03:07:47.000Z | 2021-12-20T23:43:44.000Z | examples/OpticalFlow/OpticalFlow_CaptureVerletParticles/ParticleSystem.java | Zudva/PixelFlow | 3db49397164bc76373ff7e15c0a31dadb0037801 | [
"MIT"
] | 134 | 2016-10-19T15:23:08.000Z | 2022-03-07T05:47:00.000Z | 27.727273 | 109 | 0.598361 | 24,240 | /**
*
* PixelFlow | Copyright (C) 2016 Thomas Diewald - http://thomasdiewald.com
*
* A Processing/Java library for high performance GPU-Computing (GLSL).
* MIT License: https://opensource.org/licenses/MIT
*
*/
package OpticalFlow.OpticalFlow_CaptureVerletParticles;
import com.thomasdiewald.pixelflow.java.so... |
3e397d053786bb9756e9947f6bef69e7392c5255 | 1,520 | java | Java | src/main/java/de/mpg/mpi_inf/ambiversenlu/nlu/ner/uima/featureextractors/Suffixes.java | rothenha/ambiverse-nlu | fd5146796a60774417b2d2cf64a1e85dc7b612b7 | [
"Apache-2.0"
] | 197 | 2018-11-24T17:34:04.000Z | 2022-03-24T04:06:59.000Z | src/main/java/de/mpg/mpi_inf/ambiversenlu/nlu/ner/uima/featureextractors/Suffixes.java | rothenha/ambiverse-nlu | fd5146796a60774417b2d2cf64a1e85dc7b612b7 | [
"Apache-2.0"
] | 31 | 2018-12-04T06:55:07.000Z | 2021-07-16T11:38:02.000Z | src/main/java/de/mpg/mpi_inf/ambiversenlu/nlu/ner/uima/featureextractors/Suffixes.java | rothenha/ambiverse-nlu | fd5146796a60774417b2d2cf64a1e85dc7b612b7 | [
"Apache-2.0"
] | 45 | 2018-12-04T18:35:14.000Z | 2021-08-02T04:04:23.000Z | 28.240741 | 107 | 0.738361 | 24,241 | /**
*
*/
package de.mpg.mpi_inf.ambiversenlu.nlu.ner.uima.featureextractors;
import de.mpg.mpi_inf.ambiversenlu.nlu.ner.consts.Constants;
import org.apache.uima.jcas.JCas;
import org.dkpro.tc.api.exception.TextClassificationException;
import org.dkpro.tc.api.features.Feature;
import org.dkpro.tc.api.features.Featur... |
3e397ea3dc4a4464604c2c83a4f2ec0b5df68b26 | 176 | java | Java | engine/src/main/java/io/camunda/zeebe/process/test/engine/db/inMemoryDbStateOperation.java | holunda-io/zeebe-process-test | 825db7b251c696b2ff602f1647e54384d8ebcf32 | [
"Apache-2.0"
] | null | null | null | engine/src/main/java/io/camunda/zeebe/process/test/engine/db/inMemoryDbStateOperation.java | holunda-io/zeebe-process-test | 825db7b251c696b2ff602f1647e54384d8ebcf32 | [
"Apache-2.0"
] | null | null | null | engine/src/main/java/io/camunda/zeebe/process/test/engine/db/inMemoryDbStateOperation.java | holunda-io/zeebe-process-test | 825db7b251c696b2ff602f1647e54384d8ebcf32 | [
"Apache-2.0"
] | null | null | null | 22 | 57 | 0.823864 | 24,242 | package io.camunda.zeebe.process.test.engine.db;
@FunctionalInterface
public interface inMemoryDbStateOperation {
void run(final InMemoryDbState state) throws Exception;
}
|
3e397eae599444623b7aff7a7c3339d072cf70dc | 4,004 | java | Java | java/src/edu/umich/rosie/AgentMenu.java | SoarGroup/rosie | c65b6464efc4a9b627334eb84a647b0f79f97996 | [
"BSD-3-Clause"
] | 20 | 2018-03-21T01:05:47.000Z | 2021-12-13T20:27:48.000Z | java/src/edu/umich/rosie/AgentMenu.java | urantialife/rosie | c65b6464efc4a9b627334eb84a647b0f79f97996 | [
"BSD-3-Clause"
] | null | null | null | java/src/edu/umich/rosie/AgentMenu.java | urantialife/rosie | c65b6464efc4a9b627334eb84a647b0f79f97996 | [
"BSD-3-Clause"
] | 3 | 2018-07-14T21:09:34.000Z | 2022-03-03T13:12:46.000Z | 35.122807 | 106 | 0.638112 | 24,243 | package edu.umich.rosie;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JMenu;
import javax.swing.JMenuItem;
import javax.swing.JOptionPane;
import edu.umich.rosie.soar.SoarAgent;
public class AgentMenu extends JMenu{
private SoarAgent agent;
public AgentMenu(SoarAgent... |
3e397f86207f7c1a2fc3675b53f7a60f0f66295d | 3,265 | java | Java | app/src/main/java/com/lovelyweather/android/util/Utility.java | hhcit163/lovelyweather | a333f3251dabfaada3af1999991631a7a3abe603 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/lovelyweather/android/util/Utility.java | hhcit163/lovelyweather | a333f3251dabfaada3af1999991631a7a3abe603 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/lovelyweather/android/util/Utility.java | hhcit163/lovelyweather | a333f3251dabfaada3af1999991631a7a3abe603 | [
"Apache-2.0"
] | null | null | null | 35.096774 | 79 | 0.563113 | 24,244 | package com.lovelyweather.android.util;
import android.text.TextUtils;
import com.google.gson.Gson;
import com.lovelyweather.android.db.City;
import com.lovelyweather.android.db.County;
import com.lovelyweather.android.db.Province;
import com.lovelyweather.android.gson.Weather;
import org.json.JSONArray;
import org.... |
3e397faf6a2049c77241e5cacfaa1fa38b5fdda8 | 5,963 | java | Java | grpc/src/main/java/io/growing/gateway/grpc/GrpcOutbound.java | growingio/progate | 67116ca02aa7c81de59f44e4f54032cd2976f2ad | [
"MIT"
] | 14 | 2022-02-15T04:10:20.000Z | 2022-02-21T09:23:47.000Z | grpc/src/main/java/io/growing/gateway/grpc/GrpcOutbound.java | growingio/progate | 67116ca02aa7c81de59f44e4f54032cd2976f2ad | [
"MIT"
] | null | null | null | grpc/src/main/java/io/growing/gateway/grpc/GrpcOutbound.java | growingio/progate | 67116ca02aa7c81de59f44e4f54032cd2976f2ad | [
"MIT"
] | null | null | null | 45.174242 | 148 | 0.717089 | 24,245 | package io.growing.gateway.grpc;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.github.benmanes.caffeine.cache.Caffeine;
import com.github.benmanes.caffeine.cache.LoadingCache;
import com.google.protobuf.Descriptors;
import com.google.protobuf.DynamicMessage;
import com.google.protobuf.Empty;
im... |
3e3980c0b94ea3b27d031e4d5aa5b4e035ea91f8 | 1,227 | java | Java | 401code_challenges/codeChallenge/src/test/java/arrayShift/ArrayShiftTest.java | xialiu1988/301d56-data-structures-and-algorithms | e4b9d3571cbf28c8c7103b90970e715b903fb3e3 | [
"MIT"
] | null | null | null | 401code_challenges/codeChallenge/src/test/java/arrayShift/ArrayShiftTest.java | xialiu1988/301d56-data-structures-and-algorithms | e4b9d3571cbf28c8c7103b90970e715b903fb3e3 | [
"MIT"
] | 4 | 2020-07-16T23:19:50.000Z | 2021-05-08T14:57:58.000Z | 401code_challenges/codeChallenge/src/test/java/arrayShift/ArrayShiftTest.java | xialiu1988/301d56-data-structures-and-algorithms | e4b9d3571cbf28c8c7103b90970e715b903fb3e3 | [
"MIT"
] | 1 | 2019-06-03T18:46:22.000Z | 2019-06-03T18:46:22.000Z | 27.266667 | 69 | 0.618582 | 24,246 | /*
* This Java source file was generated by the Gradle 'init' task.
*/
package arrayShift;
import org.junit.Test;
import static org.junit.Assert.*;
public class ArrayShiftTest {
@Test
public void testRegularEvenNumberArray() {
ArrayShift lOne = new ArrayShift();
int[] inputArr =new int[] {2,4... |
3e3980d116a69a741e4da96799456bcf9788aadf | 8,162 | java | Java | Android/ui/RedirectionListFragment$1.java | Th0masL/pornaway | f4a8362e130b2fe352c72936a5188cd870d3d249 | [
"MIT"
] | 50 | 2017-06-14T09:08:31.000Z | 2022-03-29T08:46:37.000Z | Android/ui/RedirectionListFragment$1.java | Th0masL/pornaway | f4a8362e130b2fe352c72936a5188cd870d3d249 | [
"MIT"
] | 28 | 2018-11-16T20:39:28.000Z | 2022-03-21T11:08:16.000Z | Android/ui/RedirectionListFragment$1.java | Th0masL/pornaway | f4a8362e130b2fe352c72936a5188cd870d3d249 | [
"MIT"
] | 21 | 2017-07-29T20:01:07.000Z | 2022-01-30T14:25:43.000Z | 34.880342 | 183 | 0.748836 | 24,247 | .class Lorg/pornaway/ui/RedirectionListFragment$1;
.super Ljava/lang/Object;
.source "RedirectionListFragment.java"
# interfaces
.implements Landroid/content/DialogInterface$OnClickListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lorg/pornaway/ui/RedirectionListFragment;->me... |
3e398126667ccc88bdedabd5db86e0de3d64ba13 | 8,497 | java | Java | src/main/java/am/ik/yavi/fn/Validation.java | making/yav | e2dfe21ace0ac165c603689995306db48330f7a2 | [
"Apache-2.0"
] | 569 | 2018-08-21T15:55:17.000Z | 2022-03-24T08:39:55.000Z | src/main/java/am/ik/yavi/fn/Validation.java | making/yav | e2dfe21ace0ac165c603689995306db48330f7a2 | [
"Apache-2.0"
] | 135 | 2018-09-03T18:13:17.000Z | 2022-03-17T12:22:54.000Z | src/main/java/am/ik/yavi/fn/Validation.java | making/yav | e2dfe21ace0ac165c603689995306db48330f7a2 | [
"Apache-2.0"
] | 57 | 2018-08-28T12:42:07.000Z | 2022-03-14T08:17:08.000Z | 26.553125 | 88 | 0.668 | 24,248 | /*
* Copyright (C) 2018-2021 Toshiaki Maki <kenaa@example.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... |
3e398142e5f7bfdc1a0942474f62cfc9a52a90ac | 6,901 | java | Java | eai-portal-domain-crudportlet/src/main/java/de/unioninvestment/eai/portal/portlet/crud/domain/container/JmxDelegate.java | aounhaider1/Crud2Go | 9ad0f340edde37704d7a160e65dd946e1daa164a | [
"Apache-2.0"
] | 2 | 2020-08-25T10:58:58.000Z | 2020-08-25T10:59:00.000Z | eai-portal-domain-crudportlet/src/main/java/de/unioninvestment/eai/portal/portlet/crud/domain/container/JmxDelegate.java | aounhaider1/Crud2Go | 9ad0f340edde37704d7a160e65dd946e1daa164a | [
"Apache-2.0"
] | null | null | null | eai-portal-domain-crudportlet/src/main/java/de/unioninvestment/eai/portal/portlet/crud/domain/container/JmxDelegate.java | aounhaider1/Crud2Go | 9ad0f340edde37704d7a160e65dd946e1daa164a | [
"Apache-2.0"
] | null | null | null | 28.995798 | 86 | 0.725402 | 24,249 | /*
* 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 ... |
3e39814591be5fb0aeb0938d3ad92eeaf431ca34 | 7,466 | java | Java | i2am-core/i2am-algorithm-filtering/src/main/java/i2am/filtering/common/FilteringTopology.java | dke-knu/i2am-app | fd2d5c97635b26514fd58363c7b2af0820b042c8 | [
"Apache-2.0"
] | 8 | 2018-05-30T11:08:04.000Z | 2021-01-05T08:45:38.000Z | i2am-core/i2am-algorithm-filtering/src/main/java/i2am/filtering/common/FilteringTopology.java | dke-knu/i2am-app | fd2d5c97635b26514fd58363c7b2af0820b042c8 | [
"Apache-2.0"
] | 9 | 2020-05-15T20:34:55.000Z | 2021-12-14T21:14:52.000Z | i2am-core/i2am-algorithm-filtering/src/main/java/i2am/filtering/common/FilteringTopology.java | dke-knu/i2am-app | fd2d5c97635b26514fd58363c7b2af0820b042c8 | [
"Apache-2.0"
] | 13 | 2016-11-07T06:20:07.000Z | 2021-02-25T06:57:04.000Z | 47.55414 | 174 | 0.693812 | 24,250 | package i2am.filtering.common;
import java.net.InetSocketAddress;
import java.util.HashSet;
import java.util.Map;
import java.util.Properties;
import java.util.Set;
import java.util.UUID;
import i2am.filtering.*;
import org.apache.storm.Config;
import org.apache.storm.StormSubmitter;
import org.apache.storm.generated... |
3e398205e1b694171fc21ecbcdd06adc0456221b | 385 | java | Java | app/src/main/java/com/example/asus/materialtest/Fruit.java | bathfly/MaterialTest | fd0ee47bcb85d6adddc3e7010f7647788746e7a7 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/asus/materialtest/Fruit.java | bathfly/MaterialTest | fd0ee47bcb85d6adddc3e7010f7647788746e7a7 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/asus/materialtest/Fruit.java | bathfly/MaterialTest | fd0ee47bcb85d6adddc3e7010f7647788746e7a7 | [
"Apache-2.0"
] | null | null | null | 14.807692 | 44 | 0.587013 | 24,251 | package com.example.asus.materialtest;
/**
* Created by ASUS on 2020/4/5.
*/
public class Fruit {
private String name;
private int imageId;
public Fruit(String name, int imageId) {
this.name = name;
this.imageId = imageId;
}
public String getName() {
return name;
}
... |
3e3982b22f611a870bf59695e3563abdb8dee1b0 | 280 | java | Java | jpa/deferred/src/main/java/example/repo/Customer905Repository.java | patel243/spring-data-examples | e5365aefa5a9df4d79ffc124a5bf337ff434838e | [
"Apache-2.0"
] | 4,772 | 2015-01-06T12:36:15.000Z | 2022-03-30T13:37:02.000Z | jpa/deferred/src/main/java/example/repo/Customer905Repository.java | patel243/spring-data-examples | e5365aefa5a9df4d79ffc124a5bf337ff434838e | [
"Apache-2.0"
] | 519 | 2015-01-04T17:10:10.000Z | 2022-03-30T06:20:17.000Z | jpa/deferred/src/main/java/example/repo/Customer905Repository.java | patel243/spring-data-examples | e5365aefa5a9df4d79ffc124a5bf337ff434838e | [
"Apache-2.0"
] | 3,670 | 2015-01-06T03:47:23.000Z | 2022-03-31T12:16:18.000Z | 21.538462 | 82 | 0.828571 | 24,252 | package example.repo;
import example.model.Customer905;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
public interface Customer905Repository extends CrudRepository<Customer905, Long> {
List<Customer905> findByLastName(String lastName);
}
|
3e398409669b69b33c1f5879b5f29ae881002957 | 7,324 | java | Java | app/src/main/java/micc/theguardiansapp/audioPlayer/AudioPlayer.java | delchiaro/TheGuardiansApp | ac58df3496e7ac866452d733d909f972874400a2 | [
"MIT"
] | null | null | null | app/src/main/java/micc/theguardiansapp/audioPlayer/AudioPlayer.java | delchiaro/TheGuardiansApp | ac58df3496e7ac866452d733d909f972874400a2 | [
"MIT"
] | null | null | null | app/src/main/java/micc/theguardiansapp/audioPlayer/AudioPlayer.java | delchiaro/TheGuardiansApp | ac58df3496e7ac866452d733d909f972874400a2 | [
"MIT"
] | null | null | null | 27.328358 | 106 | 0.620972 | 24,253 | package micc.theguardiansapp.audioPlayer;
import android.content.ContentResolver;
import android.content.Context;
import android.content.res.Resources;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android... |
3e3984806b86d8bd6eef748d11992afde66fa5ab | 16,990 | java | Java | common/src/main/java/org/conscrypt/OpenSSLCipher.java | unlucku/conscrypt | 016dbee7c9690017fa421671945fe49e01638342 | [
"Apache-2.0"
] | 1,085 | 2016-12-20T22:53:25.000Z | 2022-03-31T15:12:49.000Z | common/src/main/java/org/conscrypt/OpenSSLCipher.java | unlucku/conscrypt | 016dbee7c9690017fa421671945fe49e01638342 | [
"Apache-2.0"
] | 537 | 2016-12-21T21:12:25.000Z | 2022-03-31T11:57:26.000Z | common/src/main/java/org/conscrypt/OpenSSLCipher.java | unlucku/conscrypt | 016dbee7c9690017fa421671945fe49e01638342 | [
"Apache-2.0"
] | 236 | 2016-12-20T21:45:06.000Z | 2022-03-31T07:42:43.000Z | 34.815574 | 101 | 0.638258 | 24,254 | /*
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e3984d035ca65926b9819a9e4284c7e58104552 | 386 | java | Java | spring-boot-demo/src/main/java/com/tenfi/springbootdemo/SpringBootDemoApplication.java | Tenfi/SpringBoot-Library | 25ba5b159af1f2f8ab3a5ab5a5be6a9e50a839a4 | [
"Apache-2.0"
] | null | null | null | spring-boot-demo/src/main/java/com/tenfi/springbootdemo/SpringBootDemoApplication.java | Tenfi/SpringBoot-Library | 25ba5b159af1f2f8ab3a5ab5a5be6a9e50a839a4 | [
"Apache-2.0"
] | null | null | null | spring-boot-demo/src/main/java/com/tenfi/springbootdemo/SpringBootDemoApplication.java | Tenfi/SpringBoot-Library | 25ba5b159af1f2f8ab3a5ab5a5be6a9e50a839a4 | [
"Apache-2.0"
] | 1 | 2022-03-26T12:54:03.000Z | 2022-03-26T12:54:03.000Z | 25.733333 | 69 | 0.779793 | 24,255 | package com.tenfi.springbootdemo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringBootDemoApplication {
public static void main(String[] args) {
SpringApplication.run(SpringBootDemoApplicatio... |
3e3985401e73697e243b1c7a7b308c4c8d2f7938 | 6,090 | java | Java | anan-cloudadviced/anan-zuulgateway/src/main/java/com/github/fosin/anan/zuul/config/AnanZuulAutoConfiguration.java | jacklon/anan-cloud | f0f1319512bc5e13c987a59f8f6a2870f5abea04 | [
"Apache-2.0"
] | null | null | null | anan-cloudadviced/anan-zuulgateway/src/main/java/com/github/fosin/anan/zuul/config/AnanZuulAutoConfiguration.java | jacklon/anan-cloud | f0f1319512bc5e13c987a59f8f6a2870f5abea04 | [
"Apache-2.0"
] | null | null | null | anan-cloudadviced/anan-zuulgateway/src/main/java/com/github/fosin/anan/zuul/config/AnanZuulAutoConfiguration.java | jacklon/anan-cloud | f0f1319512bc5e13c987a59f8f6a2870f5abea04 | [
"Apache-2.0"
] | 1 | 2020-10-07T14:39:20.000Z | 2020-10-07T14:39:20.000Z | 43.5 | 148 | 0.690476 | 24,256 | package com.github.fosin.anan.zuul.config;
import com.github.fosin.anan.cloudresource.dto.request.AnanPermissionRetrieveDto;
import com.github.fosin.anan.security.resource.AnanAuthorityPermission;
import com.github.fosin.anan.security.resource.AnanProgramAuthorities;
import com.github.fosin.anan.security.resource.Anan... |
3e3986674586733ebcb6f3da57687daaa1e378b9 | 18,214 | java | Java | client/src/main/java/com/vesoft/nebula/client/graph/data/ValueWrapper.java | jievince/nebula-java | 2b82dda225b1e9590469a1e30f1446c3ce51b222 | [
"Apache-2.0"
] | null | null | null | client/src/main/java/com/vesoft/nebula/client/graph/data/ValueWrapper.java | jievince/nebula-java | 2b82dda225b1e9590469a1e30f1446c3ce51b222 | [
"Apache-2.0"
] | null | null | null | client/src/main/java/com/vesoft/nebula/client/graph/data/ValueWrapper.java | jievince/nebula-java | 2b82dda225b1e9590469a1e30f1446c3ce51b222 | [
"Apache-2.0"
] | null | null | null | 33.237226 | 96 | 0.583288 | 24,257 | /* Copyright (c) 2020 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License,
* attached with Common Clause Condition 1.0, found in the LICENSES directory.
*/
package com.vesoft.nebula.client.graph.data;
import com.vesoft.nebula.Value;
import com.vesoft.nebula.client.graph.exce... |
3e398789f840eae64a25fed95921aa70612cebe5 | 1,238 | java | Java | processor/src/main/java/net/dontdrinkandroot/metagen/processor/prototype/AttributePrototype.java | dontdrinkandroot/metagen.java | 513e98854efec47594c482e68b906b65b581f61d | [
"Apache-2.0"
] | null | null | null | processor/src/main/java/net/dontdrinkandroot/metagen/processor/prototype/AttributePrototype.java | dontdrinkandroot/metagen.java | 513e98854efec47594c482e68b906b65b581f61d | [
"Apache-2.0"
] | null | null | null | processor/src/main/java/net/dontdrinkandroot/metagen/processor/prototype/AttributePrototype.java | dontdrinkandroot/metagen.java | 513e98854efec47594c482e68b906b65b581f61d | [
"Apache-2.0"
] | null | null | null | 26.869565 | 75 | 0.714401 | 24,258 | /*
* Copyright (C) 2016 Philip Washington Sorst <anpch@example.com>
* and individual contributors as indicated
* by the @authors tag.
*
* 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
*... |
3e3987ae7decc33efbba9aa6fbedfe0ba03e1702 | 4,114 | java | Java | java/alix/lucene/analysis/FlagOrthFilter.java | oeuvres/Alix | b89a20c25a3caf58cbb79fde16f4edaaeeebee2c | [
"Apache-2.0"
] | 13 | 2016-11-22T15:52:55.000Z | 2020-12-21T16:39:27.000Z | java/alix/lucene/analysis/FlagOrthFilter.java | oeuvres/alix | d62e7315de680461c2235a4077edd82d9a1f50ea | [
"Apache-2.0"
] | 8 | 2017-02-07T16:35:01.000Z | 2019-11-07T09:40:43.000Z | java/alix/lucene/analysis/FlagOrthFilter.java | oeuvres/alix | d62e7315de680461c2235a4077edd82d9a1f50ea | [
"Apache-2.0"
] | 4 | 2016-11-23T12:55:30.000Z | 2020-12-09T14:57:39.000Z | 33.362903 | 106 | 0.716461 | 24,259 | /*
* Alix, A Lucene Indexer for XML documents.
*
* Copyright 2009 Pierre Dittgen <anpch@example.com>
* Frédéric Glorieux <anpch@example.com>
* Copyright 2016 Frédéric Glorieux <anpch@example.com>
*
* Alix is a java library to index and search XML text documents
* with Lucene https://lucene.apac... |
3e398933f836386651bcb4d351444adec752443e | 8,863 | java | Java | bedrock150/src/main/java/soupply/bedrock150/protocol/play/StartGame.java | soupply/java | 40fecf30625bdbdc71cce4c6e3222022c0387c6e | [
"MIT"
] | 2 | 2018-03-04T15:57:37.000Z | 2019-01-18T02:59:18.000Z | bedrock150/src/main/java/soupply/bedrock150/protocol/play/StartGame.java | soupply/java | 40fecf30625bdbdc71cce4c6e3222022c0387c6e | [
"MIT"
] | null | null | null | bedrock150/src/main/java/soupply/bedrock150/protocol/play/StartGame.java | soupply/java | 40fecf30625bdbdc71cce4c6e3222022c0387c6e | [
"MIT"
] | 2 | 2018-06-21T10:40:33.000Z | 2020-07-03T21:56:59.000Z | 38.038627 | 694 | 0.680244 | 24,260 | package soupply.bedrock150.protocol.play;
import java.util.*;
import soupply.util.*;
public class StartGame extends soupply.bedrock150.Packet
{
public static final int ID = 11;
// gamemode
public static final int SURVIVAL = (int)0;
public static final int CREATIVE = (int)1;
public static final i... |
3e39896034112caf6b69fa18c80cf0a95291a2ec | 3,207 | java | Java | Bukkit/src/main/java/me/egg82/ae/commands/internal/RemoveCommand.java | TotallyNotGuy/Hacky-AdvancedEnchantments | 892c7cb51a97d1e29017b2c1f0b8f674ee2f5d59 | [
"MIT"
] | 4 | 2019-07-10T17:56:29.000Z | 2020-02-06T03:15:49.000Z | Bukkit/src/main/java/me/egg82/ae/commands/internal/RemoveCommand.java | TotallyNotGuy/Hacky-AdvancedEnchantments | 892c7cb51a97d1e29017b2c1f0b8f674ee2f5d59 | [
"MIT"
] | 34 | 2019-06-24T06:26:42.000Z | 2021-01-21T10:26:03.000Z | Bukkit/src/main/java/me/egg82/ae/commands/internal/RemoveCommand.java | TotallyNotGuy/Hacky-AdvancedEnchantments | 892c7cb51a97d1e29017b2c1f0b8f674ee2f5d59 | [
"MIT"
] | 8 | 2019-11-01T16:22:40.000Z | 2020-10-06T12:15:02.000Z | 38.638554 | 166 | 0.682881 | 24,261 | package me.egg82.ae.commands.internal;
import co.aikar.commands.CommandIssuer;
import java.util.Optional;
import me.egg82.ae.api.*;
import me.egg82.ae.enums.Message;
import me.egg82.ae.services.entity.EntityItemHandler;
import me.egg82.ae.utils.EnchantmentUtil;
import ninja.egg82.service.ServiceLocator;
import ninja.e... |
3e3989ae11d6e1c9385ef8dadd7130ea68ffec5b | 1,807 | java | Java | src/org/ljelic/instafram/view/swing/component/SwingPanel.java | jelic98/instafram | a1d60d871ba6f54d70916671e73a2a3a35bd02e9 | [
"Apache-2.0"
] | null | null | null | src/org/ljelic/instafram/view/swing/component/SwingPanel.java | jelic98/instafram | a1d60d871ba6f54d70916671e73a2a3a35bd02e9 | [
"Apache-2.0"
] | null | null | null | src/org/ljelic/instafram/view/swing/component/SwingPanel.java | jelic98/instafram | a1d60d871ba6f54d70916671e73a2a3a35bd02e9 | [
"Apache-2.0"
] | 1 | 2020-12-30T11:51:15.000Z | 2020-12-30T11:51:15.000Z | 29.145161 | 112 | 0.574433 | 24,262 | package org.ljelic.instafram.view.swing.component;
import org.ljelic.instafram.view.component.Component;
import org.ljelic.instafram.view.component.Panel;
import javax.swing.*;
import javax.swing.border.EmptyBorder;
import java.awt.*;
public class SwingPanel extends JPanel implements Panel {
@Override
publi... |
3e3989c26cb2bfa1ad3f04546356208ccaaefb13 | 23,087 | java | Java | clients/autoimporter/autoimporter-service/src/main/java/com/infoclinika/mssharing/autoimporter/service/impl/TaskUploadImpl.java | InfoClinika/chorus-opensource | d0da23026aeaf3ac5c513b514224d537db98d551 | [
"Apache-2.0"
] | 1 | 2018-03-22T06:54:50.000Z | 2018-03-22T06:54:50.000Z | clients/autoimporter/autoimporter-service/src/main/java/com/infoclinika/mssharing/autoimporter/service/impl/TaskUploadImpl.java | InfoClinika/chorus-opensource | d0da23026aeaf3ac5c513b514224d537db98d551 | [
"Apache-2.0"
] | 11 | 2018-03-28T14:02:13.000Z | 2019-05-07T09:17:33.000Z | clients/autoimporter/autoimporter-service/src/main/java/com/infoclinika/mssharing/autoimporter/service/impl/TaskUploadImpl.java | InfoClinika/chorus-opensource | d0da23026aeaf3ac5c513b514224d537db98d551 | [
"Apache-2.0"
] | 3 | 2018-02-26T18:55:45.000Z | 2018-11-09T12:13:25.000Z | 41.598198 | 117 | 0.630961 | 24,263 | package com.infoclinika.mssharing.autoimporter.service.impl;
import com.amazonaws.event.ProgressEvent;
import com.amazonaws.event.ProgressEventType;
import com.amazonaws.event.ProgressListener;
import com.amazonaws.services.s3.AmazonS3;
import com.amazonaws.services.s3.model.ObjectMetadata;
import com.google.common.co... |
3e398a33ae8f02230c0d4ea69cc625627dba8bcf | 813 | java | Java | src/main/java/belatrix/test/log/solucion/LogMultiType.java | danieldelgado/LogJob | 1bac58dac29a3e5db24d4e39446cacb6bbb5fed2 | [
"Apache-2.0"
] | null | null | null | src/main/java/belatrix/test/log/solucion/LogMultiType.java | danieldelgado/LogJob | 1bac58dac29a3e5db24d4e39446cacb6bbb5fed2 | [
"Apache-2.0"
] | 1 | 2022-01-21T23:24:57.000Z | 2022-01-21T23:24:57.000Z | src/main/java/belatrix/test/log/solucion/LogMultiType.java | danieldelgado/LogJob | 1bac58dac29a3e5db24d4e39446cacb6bbb5fed2 | [
"Apache-2.0"
] | null | null | null | 20.325 | 87 | 0.648216 | 24,264 | package belatrix.test.log.solucion;
import java.util.List;
import belatrix.test.log.solucion.util.LogUtil;
class LogMultiType implements Log {
private List<Log> log;
LogMultiType(List<Log> log) {
if (log == null || log.size() == 0) {
throw new IllegalArgumentException("La lista de algoritmos log... |
3e398a38daebb7e4e69c1179046b092fcd20f1e1 | 2,400 | java | Java | src/org/ogolem/adaptive/genericfitness/ReferenceInputData.java | ogolem/ogolem | 822617415031c214aaaf0f6f6c67fedbec63248a | [
"BSD-4-Clause"
] | 7 | 2020-01-19T14:02:02.000Z | 2022-02-23T13:17:12.000Z | src/org/ogolem/adaptive/genericfitness/ReferenceInputData.java | ogolem/ogolem | 822617415031c214aaaf0f6f6c67fedbec63248a | [
"BSD-4-Clause"
] | 18 | 2020-01-02T01:37:24.000Z | 2021-12-27T22:07:01.000Z | src/org/ogolem/adaptive/genericfitness/ReferenceInputData.java | ogolem/ogolem | 822617415031c214aaaf0f6f6c67fedbec63248a | [
"BSD-4-Clause"
] | 7 | 2019-12-31T22:34:59.000Z | 2022-02-23T13:17:14.000Z | 39.344262 | 89 | 0.767083 | 24,265 | /*
Copyright (c) 2015-2020, J. M. Dieterich and B. Hartke
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of ... |
3e398a3e9430e0c309d417dcb41c094d1b842c9a | 3,133 | java | Java | core/src/main/java/net/tmine/entities/NounWord.java | paudan/tmine | 1811999843682ead924c0b2d95036f685844497b | [
"Apache-2.0"
] | null | null | null | core/src/main/java/net/tmine/entities/NounWord.java | paudan/tmine | 1811999843682ead924c0b2d95036f685844497b | [
"Apache-2.0"
] | 1 | 2022-02-27T17:53:54.000Z | 2022-02-27T17:53:54.000Z | core/src/main/java/net/tmine/entities/NounWord.java | paudan/tmine | 1811999843682ead924c0b2d95036f685844497b | [
"Apache-2.0"
] | null | null | null | 33.329787 | 102 | 0.611235 | 24,266 | /*
* Copyright 2019 Paulius Danenas
*
* 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 agree... |
3e398c5d55e9db06844dc6b51e816530770610dc | 930 | java | Java | src/main/java/br/com/zup/academy/ednelson/casadocodigo/livro/NovoLivroController.java | ednelsonap/orange-talents-05-template-casa-do-codigo | c2ed26512e5e1fb1f9674a1a260ca92aa0eaf8bf | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zup/academy/ednelson/casadocodigo/livro/NovoLivroController.java | ednelsonap/orange-talents-05-template-casa-do-codigo | c2ed26512e5e1fb1f9674a1a260ca92aa0eaf8bf | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zup/academy/ednelson/casadocodigo/livro/NovoLivroController.java | ednelsonap/orange-talents-05-template-casa-do-codigo | c2ed26512e5e1fb1f9674a1a260ca92aa0eaf8bf | [
"Apache-2.0"
] | null | null | null | 26.571429 | 73 | 0.825806 | 24,267 | package br.com.zup.academy.ednelson.casadocodigo.livro;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.transaction.Transactional;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotat... |
3e398c8c5da3a41a4cc0581ebff4020b424ecf72 | 3,429 | java | Java | src/gui_elements/panes/EditCustomFunctionsPane.java | rekeiri/voogasalad | f157a688203f50af38fa0bd316aa7c784bc6b1e0 | [
"MIT"
] | null | null | null | src/gui_elements/panes/EditCustomFunctionsPane.java | rekeiri/voogasalad | f157a688203f50af38fa0bd316aa7c784bc6b1e0 | [
"MIT"
] | null | null | null | src/gui_elements/panes/EditCustomFunctionsPane.java | rekeiri/voogasalad | f157a688203f50af38fa0bd316aa7c784bc6b1e0 | [
"MIT"
] | null | null | null | 28.575 | 116 | 0.741032 | 24,268 | package gui_elements.panes;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.List;
import java.util.Properties;
import java.util.logging.Level;
import java.util.logging.Logger;
import game_object.PropertyNotFoundException;
import interactions.CustomComponentParameterFormat;
import javafx.g... |
3e398d636d21a483765cca39455384162a77134b | 4,554 | java | Java | src/main/java/act/job/meta/JobMethodMetaInfo.java | overflow-stack/actframework | 45d282d9b8b2222622e29e5bbb1d3cbb99b79303 | [
"Apache-2.0"
] | null | null | null | src/main/java/act/job/meta/JobMethodMetaInfo.java | overflow-stack/actframework | 45d282d9b8b2222622e29e5bbb1d3cbb99b79303 | [
"Apache-2.0"
] | null | null | null | src/main/java/act/job/meta/JobMethodMetaInfo.java | overflow-stack/actframework | 45d282d9b8b2222622e29e5bbb1d3cbb99b79303 | [
"Apache-2.0"
] | null | null | null | 27.107143 | 101 | 0.572464 | 24,269 | package act.job.meta;
import act.app.App;
import act.asm.Type;
import act.controller.meta.HandlerParamMetaInfo;
import act.sys.meta.InvokeType;
import act.sys.meta.ReturnTypeInfo;
import act.util.ClassNode;
import act.util.DestroyableBase;
import org.osgl.$;
import org.osgl.Osgl;
import org.osgl.util.C;
import org.osg... |
3e398d988eab6dcaa785b96dde9106a6be16ee6a | 2,919 | java | Java | SeriesGuide/src/main/java/com/battlelancer/seriesguide/ui/BaseSettingsFragment.java | gijsdewit/SeriesGuide-Design-Patterns | 1aafc92b591006ef9a6a73cbb2f7f1f49d526cf8 | [
"Apache-2.0"
] | 1 | 2015-11-06T02:57:37.000Z | 2015-11-06T02:57:37.000Z | SeriesGuide/src/main/java/com/battlelancer/seriesguide/ui/BaseSettingsFragment.java | gijsdewit/SeriesGuide-Design-Patterns | 1aafc92b591006ef9a6a73cbb2f7f1f49d526cf8 | [
"Apache-2.0"
] | null | null | null | SeriesGuide/src/main/java/com/battlelancer/seriesguide/ui/BaseSettingsFragment.java | gijsdewit/SeriesGuide-Design-Patterns | 1aafc92b591006ef9a6a73cbb2f7f1f49d526cf8 | [
"Apache-2.0"
] | null | null | null | 41.7 | 98 | 0.667694 | 24,270 | /*
* Copyright 2014 Uwe Trottmann
*
* 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 ... |
3e398e524717dd757358dface1afde3a346a9705 | 3,653 | java | Java | src/test/java/org/biokoframework/systema/http/scenarios/MultipartHttpScenarioFactory.java | bioko/system-a-test | 9d7d8e54054bdc557cdbc9b7da4f5088dba5ff38 | [
"MIT"
] | null | null | null | src/test/java/org/biokoframework/systema/http/scenarios/MultipartHttpScenarioFactory.java | bioko/system-a-test | 9d7d8e54054bdc557cdbc9b7da4f5088dba5ff38 | [
"MIT"
] | null | null | null | src/test/java/org/biokoframework/systema/http/scenarios/MultipartHttpScenarioFactory.java | bioko/system-a-test | 9d7d8e54054bdc557cdbc9b7da4f5088dba5ff38 | [
"MIT"
] | null | null | null | 43.2 | 135 | 0.79793 | 24,271 | /*
* Copyright (c) 2014
* Mikol Faro <lyhxr@example.com>
* Simone Mangano <dycjh@example.com>
* Mattia Tortorelli <hzdkv@example.com>
*
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to ... |
3e398e7f868dbdc52f6f7fe9f4ed4c0245f9bce4 | 3,439 | java | Java | app/src/main/java/com/okason/prontonotepadfirebase/ui/sketch/SketchActivity.java | wuqiang5733/Pr5ontoNo7tepa3dFi3rebase | 96c72519410728f306e9e8f39193dfab6dedf24c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/okason/prontonotepadfirebase/ui/sketch/SketchActivity.java | wuqiang5733/Pr5ontoNo7tepa3dFi3rebase | 96c72519410728f306e9e8f39193dfab6dedf24c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/okason/prontonotepadfirebase/ui/sketch/SketchActivity.java | wuqiang5733/Pr5ontoNo7tepa3dFi3rebase | 96c72519410728f306e9e8f39193dfab6dedf24c | [
"Apache-2.0"
] | null | null | null | 29.904348 | 134 | 0.655423 | 24,272 | package com.okason.prontonotepadfirebase.ui.sketch;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.view.View;
import android.widget.ImageButton;
import android.widget.Toast;
imp... |
3e398ee9f585368fb445546286ce85758e7b9238 | 1,595 | java | Java | innerclasses/LocalInnerClass.java | spiffykahuna/TIJ4-code_idea | 49167e241fead86255b4f92f32b46caf8c60c391 | [
"MIT"
] | 2 | 2016-08-22T09:05:24.000Z | 2017-02-05T02:04:57.000Z | innerclasses/LocalInnerClass.java | spiffykahuna/TIJ4-code_idea | 49167e241fead86255b4f92f32b46caf8c60c391 | [
"MIT"
] | null | null | null | innerclasses/LocalInnerClass.java | spiffykahuna/TIJ4-code_idea | 49167e241fead86255b4f92f32b46caf8c60c391 | [
"MIT"
] | 1 | 2019-06-17T13:20:39.000Z | 2019-06-17T13:20:39.000Z | 24.921875 | 52 | 0.599373 | 24,273 | //: innerclasses/LocalInnerClass.java
package innerclasses; /* Added by Eclipse.py */
// Holds a sequence of Objects.
import static net.mindview.util.Print.*;
interface Counter {
int next();
}
public class LocalInnerClass {
private int count = 0;
Counter getCounter(final String name) {
// A loca... |
3e398f40fb64b4bebad1a927e0002ed853298a1f | 747 | java | Java | micro-iot-service/src/main/java/com/solitardj9/microiot/serviceInterface/thing/thingManagerInterface/model/excpetion/ExceptionCodeThingManagerController.java | solitardj9/micro-iot-service | ddf590b0efbf0c2997620c18be39f0f8921ae508 | [
"Apache-2.0"
] | null | null | null | micro-iot-service/src/main/java/com/solitardj9/microiot/serviceInterface/thing/thingManagerInterface/model/excpetion/ExceptionCodeThingManagerController.java | solitardj9/micro-iot-service | ddf590b0efbf0c2997620c18be39f0f8921ae508 | [
"Apache-2.0"
] | 2 | 2020-08-15T08:31:01.000Z | 2020-08-20T14:13:57.000Z | micro-iot-service/src/main/java/com/solitardj9/microiot/serviceInterface/thing/thingManagerInterface/model/excpetion/ExceptionCodeThingManagerController.java | solitardj9/micro-iot-service | ddf590b0efbf0c2997620c18be39f0f8921ae508 | [
"Apache-2.0"
] | null | null | null | 23.34375 | 93 | 0.696118 | 24,274 | package com.solitardj9.microiot.serviceInterface.thing.thingManagerInterface.model.excpetion;
import org.springframework.http.HttpStatus;
public enum ExceptionCodeThingManagerController {
//
Bad_Request(400, "BadRequest.", HttpStatus.BAD_REQUEST)
;
private Integer code;
private String message;
... |
3e398f922abfe5faecf9406cf3452089ec9aeda4 | 1,850 | java | Java | daraja/src/main/java/com/androidstudy/daraja/callback/DarajaPaymentCallback.java | CodeZilla7/AndroidMPesaAPI | 07b437b0c94e4601ed10377e6fea2043dc810fbb | [
"MIT"
] | 1 | 2019-07-16T22:49:50.000Z | 2019-07-16T22:49:50.000Z | daraja/src/main/java/com/androidstudy/daraja/callback/DarajaPaymentCallback.java | raymondleta/AndroidMPesaAPI | 130017d0e11c8ec9f72d02aa4c7853121ef96e80 | [
"MIT"
] | null | null | null | daraja/src/main/java/com/androidstudy/daraja/callback/DarajaPaymentCallback.java | raymondleta/AndroidMPesaAPI | 130017d0e11c8ec9f72d02aa4c7853121ef96e80 | [
"MIT"
] | null | null | null | 33.636364 | 106 | 0.642703 | 24,275 | package com.androidstudy.daraja.callback;
import android.support.annotation.NonNull;
import com.androidstudy.daraja.model.ErrorResponse;
import com.androidstudy.daraja.model.PaymentResult;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import java.io.IOException;
import retrofit2.Call;
import retr... |
3e398fc5f8f0efc7b205c158fe4d9d79ffdb97ae | 740 | java | Java | hello-spring-security-oauth2-server/src/main/java/com/zqf/spring/security/oauth2/server/service/impl/TbPermissionServiceImpl.java | zhaoqifan884/hello-spring-security-oauth2 | 6a591ea9df878e75ff4c39cc2fcde1abb6f199ac | [
"Apache-2.0"
] | 1 | 2020-03-04T07:46:54.000Z | 2020-03-04T07:46:54.000Z | hello-spring-security-oauth2-server/src/main/java/com/zqf/spring/security/oauth2/server/service/impl/TbPermissionServiceImpl.java | zhaoqifan884/hello-spring-security-oauth2 | 6a591ea9df878e75ff4c39cc2fcde1abb6f199ac | [
"Apache-2.0"
] | null | null | null | hello-spring-security-oauth2-server/src/main/java/com/zqf/spring/security/oauth2/server/service/impl/TbPermissionServiceImpl.java | zhaoqifan884/hello-spring-security-oauth2 | 6a591ea9df878e75ff4c39cc2fcde1abb6f199ac | [
"Apache-2.0"
] | null | null | null | 25.517241 | 73 | 0.766216 | 24,276 | package com.zqf.spring.security.oauth2.server.service.impl;
import com.zqf.spring.security.oauth2.server.entity.TbPermission;
import com.zqf.spring.security.oauth2.server.service.TbPermissionService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
/**
* Create... |
3e398fcd64eb1c2e1ee9acae46b531f874ed22bc | 730 | java | Java | meander-detectors/src/main/java/uk/ac/bangor/meander/detectors/controlchart/pipes/MovingRangeThreshold.java | wfaithfull/meander | 53e765776e6fb9bed70a3b1c5da0a0d930a9fd33 | [
"Apache-2.0"
] | 3 | 2020-05-21T19:38:52.000Z | 2021-11-02T08:42:32.000Z | meander-detectors/src/main/java/uk/ac/bangor/meander/detectors/controlchart/pipes/MovingRangeThreshold.java | wfaithfull/meander | 53e765776e6fb9bed70a3b1c5da0a0d930a9fd33 | [
"Apache-2.0"
] | null | null | null | meander-detectors/src/main/java/uk/ac/bangor/meander/detectors/controlchart/pipes/MovingRangeThreshold.java | wfaithfull/meander | 53e765776e6fb9bed70a3b1c5da0a0d930a9fd33 | [
"Apache-2.0"
] | null | null | null | 28.076923 | 82 | 0.720548 | 24,277 | package uk.ac.bangor.meander.detectors.controlchart.pipes;
import uk.ac.bangor.meander.detectors.Threshold;
import uk.ac.bangor.meander.detectors.controlchart.support.MovingRangeState;
import uk.ac.bangor.meander.streams.StreamContext;
/**
* @author Will Faithfull
*/
public class MovingRangeThreshold extends Thresh... |
3e398ffd5115d43ff043a5ed9eca83c1a36a4dfc | 228 | java | Java | nico-noson/src/main/java/org/nico/noson/adapter/type/TypeAdapter_Boolean.java | ainilili/NoFramework | 44a56dc1b885d9e3293e910df68392b3bf95e7c3 | [
"Apache-2.0"
] | 4 | 2018-11-13T02:29:36.000Z | 2019-10-29T03:13:38.000Z | nico-noson/src/main/java/org/nico/noson/adapter/type/TypeAdapter_Boolean.java | ainilili/NoFramework | 44a56dc1b885d9e3293e910df68392b3bf95e7c3 | [
"Apache-2.0"
] | null | null | null | nico-noson/src/main/java/org/nico/noson/adapter/type/TypeAdapter_Boolean.java | ainilili/NoFramework | 44a56dc1b885d9e3293e910df68392b3bf95e7c3 | [
"Apache-2.0"
] | 1 | 2018-06-29T09:22:34.000Z | 2018-06-29T09:22:34.000Z | 20.727273 | 61 | 0.780702 | 24,278 | package org.nico.noson.adapter.type;
public class TypeAdapter_Boolean extends AbstractTypeAdapter{
@Override
public Object typeAdapter(Class<?> clazz, Object target) {
return Boolean.parseBoolean(target.toString());
}
}
|
3e3990e93489bfc49affdf3e948fc7724c6ecb88 | 187 | java | Java | code/iaas/allocator/src/main/java/io/cattle/platform/allocator/constraint/HardConstraint.java | wlcumt/cattlewl | d709bde3a0d7cb17b6a8a1bb4685681330bc625a | [
"Apache-2.0"
] | 482 | 2015-07-13T21:32:27.000Z | 2022-01-09T02:06:57.000Z | code/iaas/allocator/src/main/java/io/cattle/platform/allocator/constraint/HardConstraint.java | wlcumt/cattlewl | d709bde3a0d7cb17b6a8a1bb4685681330bc625a | [
"Apache-2.0"
] | 1,116 | 2015-07-09T17:52:53.000Z | 2022-01-03T18:07:24.000Z | code/iaas/allocator/src/main/java/io/cattle/platform/allocator/constraint/HardConstraint.java | wlcumt/cattlewl | d709bde3a0d7cb17b6a8a1bb4685681330bc625a | [
"Apache-2.0"
] | 230 | 2015-07-12T04:40:05.000Z | 2022-02-03T02:13:42.000Z | 20.777778 | 60 | 0.743316 | 24,279 | package io.cattle.platform.allocator.constraint;
public abstract class HardConstraint implements Constraint {
public final boolean isHardConstraint() {
return true;
}
}
|
3e399147d4844c99e2bd8d2bee599957d776e270 | 672 | java | Java | spring-boot-war/src/main/java/com/jeiker/war/SpringBootWarApplication.java | jeikerxiao/spring-boot2 | 17c90330576836db78df100b384fac0013c6c6b3 | [
"MIT"
] | 26 | 2018-10-31T07:40:45.000Z | 2022-03-27T00:58:15.000Z | spring-boot-war/src/main/java/com/jeiker/war/SpringBootWarApplication.java | jeikerxiao/spring-boot2 | 17c90330576836db78df100b384fac0013c6c6b3 | [
"MIT"
] | 1 | 2020-04-21T09:06:56.000Z | 2020-04-21T09:06:56.000Z | spring-boot-war/src/main/java/com/jeiker/war/SpringBootWarApplication.java | jeikerxiao/spring-boot2 | 17c90330576836db78df100b384fac0013c6c6b3 | [
"MIT"
] | 15 | 2019-11-18T03:39:24.000Z | 2022-02-28T02:59:36.000Z | 33.6 | 84 | 0.811012 | 24,280 | package com.jeiker.war;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
@SpringBootApplication
pub... |
3e3991507f610da6e4ce554322ff6239880aed1b | 2,833 | java | Java | src/test/java/net/imglib2/type/numeric/integer/IntTypeTest.java | bogovicj/imglib2 | d54bf15cb17d5a22599c687474c267efa573e472 | [
"BSD-2-Clause"
] | null | null | null | src/test/java/net/imglib2/type/numeric/integer/IntTypeTest.java | bogovicj/imglib2 | d54bf15cb17d5a22599c687474c267efa573e472 | [
"BSD-2-Clause"
] | null | null | null | src/test/java/net/imglib2/type/numeric/integer/IntTypeTest.java | bogovicj/imglib2 | d54bf15cb17d5a22599c687474c267efa573e472 | [
"BSD-2-Clause"
] | 1 | 2019-08-19T01:58:48.000Z | 2019-08-19T01:58:48.000Z | 36.792208 | 82 | 0.740205 | 24,281 | /*
* #%L
* ImgLib2: a general-purpose, multidimensional image processing library.
* %%
* Copyright (C) 2009 - 2020 Tobias Pietzsch, Stephan Preibisch, Stephan Saalfeld,
* John Bogovic, Albert Cardona, Barry DeZonia, Christian Dietz, Jan Funke,
* Aivar Grislis, Jonathan Hale, Grant Harris, Stefan Helfrich, Mark Hi... |
3e3991fee38225f67994abc17c664908ced84ec4 | 3,013 | java | Java | angel-ps/mllib/src/main/scala/com/tencent/angel/ml/GBDT/algo/GradHistThread.java | xenoamess-fork/angel | b00e3e6f5e0a52d3020040a22aa40fe37f70e022 | [
"Apache-2.0"
] | 3,262 | 2018-08-27T08:04:50.000Z | 2022-03-29T15:46:03.000Z | angel-ps/mllib/src/main/scala/com/tencent/angel/ml/GBDT/algo/GradHistThread.java | xenoamess-fork/angel | b00e3e6f5e0a52d3020040a22aa40fe37f70e022 | [
"Apache-2.0"
] | 455 | 2018-08-27T03:09:25.000Z | 2022-03-29T03:05:12.000Z | angel-ps/mllib/src/main/scala/com/tencent/angel/ml/GBDT/algo/GradHistThread.java | xenoamess-fork/angel | b00e3e6f5e0a52d3020040a22aa40fe37f70e022 | [
"Apache-2.0"
] | 861 | 2018-08-27T04:54:24.000Z | 2022-03-29T08:49:40.000Z | 38.139241 | 103 | 0.718885 | 24,282 | /*
* Tencent is pleased to support the open source community by making Angel available.
*
* Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. 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 m... |
3e39927e7879b5ed1533b5ddc9ffdf5b1d263866 | 8,569 | java | Java | ll-vistaBroker/ll-vistabroker-ejb3/src/main/java/gov/va/med/lom/vistabroker/user/dao/VistaUserDao.java | VHAINNOVATIONS/AVS | 51f3316586059210d3d8a0a9d1761fed4b9b1826 | [
"Apache-2.0"
] | 5 | 2015-06-05T17:15:41.000Z | 2021-07-25T01:59:52.000Z | ll-vistaBroker/ll-vistabroker-ejb3/src/main/java/gov/va/med/lom/vistabroker/user/dao/VistaUserDao.java | VHAINNOVATIONS/AVS | 51f3316586059210d3d8a0a9d1761fed4b9b1826 | [
"Apache-2.0"
] | null | null | null | ll-vistaBroker/ll-vistabroker-ejb3/src/main/java/gov/va/med/lom/vistabroker/user/dao/VistaUserDao.java | VHAINNOVATIONS/AVS | 51f3316586059210d3d8a0a9d1761fed4b9b1826 | [
"Apache-2.0"
] | 8 | 2016-03-09T22:08:21.000Z | 2019-05-10T13:36:19.000Z | 36.46383 | 108 | 0.674291 | 24,283 | package gov.va.med.lom.vistabroker.user.dao;
import gov.va.med.lom.javaUtils.misc.DateUtils;
import gov.va.med.lom.javaUtils.misc.StringUtils;
import gov.va.med.lom.vistabroker.dao.BaseDao;
import gov.va.med.lom.vistabroker.lists.data.ListItem;
import gov.va.med.lom.vistabroker.user.data.Employee;
import gov.va.med.lo... |
3e39929f1af3667bfbabc332cd16e9e80f4171c0 | 2,757 | java | Java | src/com/isaac/ListFiles.java | Isaac-He/TestLC | 9f7025d4630b5becd2bed9df787dd79822b8a5b8 | [
"Apache-2.0"
] | null | null | null | src/com/isaac/ListFiles.java | Isaac-He/TestLC | 9f7025d4630b5becd2bed9df787dd79822b8a5b8 | [
"Apache-2.0"
] | null | null | null | src/com/isaac/ListFiles.java | Isaac-He/TestLC | 9f7025d4630b5becd2bed9df787dd79822b8a5b8 | [
"Apache-2.0"
] | null | null | null | 29.645161 | 84 | 0.457018 | 24,284 | package com.isaac;
import java.io.*;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Isaac on 4/28/2017.
*/
public class ListFiles {
private String path;
private String csvPath;
private static final String HEADER = "Name,Birth,Alias";
public ListFiles(String path, String csvP... |
3e39930e5a1daafb83cca3975bb7d02ebad9b3d9 | 2,074 | java | Java | observer/src/main/java/com/iluwatar/observer/generic/Observable.java | lh-1/java-design-patterns | 651162df13cedb1fe2501818b15cc0c80c0ad35d | [
"MIT"
] | 82 | 2015-11-23T02:28:41.000Z | 2021-07-07T07:30:34.000Z | observer/src/main/java/com/iluwatar/observer/generic/Observable.java | itsoo/java-design-patterns | ce21a50139cf518cf03038574c75240e5e5f626e | [
"MIT"
] | 1 | 2019-08-02T09:44:13.000Z | 2019-08-02T09:44:13.000Z | observer/src/main/java/com/iluwatar/observer/generic/Observable.java | itsoo/java-design-patterns | ce21a50139cf518cf03038574c75240e5e5f626e | [
"MIT"
] | 87 | 2016-03-24T10:32:27.000Z | 2021-07-07T07:24:59.000Z | 34 | 97 | 0.706847 | 24,285 | /**
* The MIT License
* Copyright (c) 2014-2016 Ilkka Seppälä
* <p>
* 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 us... |
3e399528bae0cce4ab9ce5df8a82b61dfda301c8 | 2,208 | java | Java | src/main/java/org/jenkinsci/plugins/unity3d/Win32Util.java | maltesermailo/unity3d-plugin | a6766aaee3ae254f383497eb98db5e1ad5626ff7 | [
"MIT"
] | 87 | 2015-01-07T06:32:32.000Z | 2022-01-05T23:52:21.000Z | src/main/java/org/jenkinsci/plugins/unity3d/Win32Util.java | maltesermailo/unity3d-plugin | a6766aaee3ae254f383497eb98db5e1ad5626ff7 | [
"MIT"
] | 14 | 2016-04-05T14:59:17.000Z | 2022-03-23T17:52:30.000Z | src/main/java/org/jenkinsci/plugins/unity3d/Win32Util.java | maltesermailo/unity3d-plugin | a6766aaee3ae254f383497eb98db5e1ad5626ff7 | [
"MIT"
] | 62 | 2015-02-16T09:54:12.000Z | 2022-01-20T02:58:04.000Z | 33.454545 | 106 | 0.649909 | 24,286 | package org.jenkinsci.plugins.unity3d;
import java.util.HashMap;
import java.util.Map;
import com.sun.jna.Library;
import com.sun.jna.Native;
import com.sun.jna.NativeMapped;
import com.sun.jna.PointerType;
import com.sun.jna.win32.W32APIFunctionMapper;
import com.sun.jna.win32.W32APITypeMapper;
public class Win32U... |
3e399565ca409d3b86bde1343a3faeda17a3ef8b | 290 | java | Java | se.bluebrim.crud/src/main/java/se/bluebrim/crud/exception/InternalServerException.java | goranstack/jfreecrud | 9eb7a1a6e8eb7d3d8c7626823dbdbda48da1ec7b | [
"Apache-2.0"
] | null | null | null | se.bluebrim.crud/src/main/java/se/bluebrim/crud/exception/InternalServerException.java | goranstack/jfreecrud | 9eb7a1a6e8eb7d3d8c7626823dbdbda48da1ec7b | [
"Apache-2.0"
] | null | null | null | se.bluebrim.crud/src/main/java/se/bluebrim/crud/exception/InternalServerException.java | goranstack/jfreecrud | 9eb7a1a6e8eb7d3d8c7626823dbdbda48da1ec7b | [
"Apache-2.0"
] | null | null | null | 20.714286 | 64 | 0.741379 | 24,287 | package se.bluebrim.crud.exception;
public class InternalServerException extends RuntimeException {
private static final long serialVersionUID = 1L;
public InternalServerException() {
super();
}
public InternalServerException(String message) {
super(message);
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.