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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
923d4f1938f3c0aa9ac309bf3c979e701e6b258b | 2,843 | java | Java | src/main/java/com/semuxpool/pool/block/PayoutFactory.java | orogvany/semux-pool | 5c1f420ff8ee40347b048c9c100e8c808524993e | [
"Apache-2.0",
"MIT"
] | 5 | 2018-01-17T07:05:15.000Z | 2021-08-20T07:23:02.000Z | src/main/java/com/semuxpool/pool/block/PayoutFactory.java | orogvany/semux-pool | 5c1f420ff8ee40347b048c9c100e8c808524993e | [
"Apache-2.0",
"MIT"
] | 8 | 2018-03-04T12:06:31.000Z | 2021-12-09T20:20:59.000Z | src/main/java/com/semuxpool/pool/block/PayoutFactory.java | orogvany/semux-pool | 5c1f420ff8ee40347b048c9c100e8c808524993e | [
"Apache-2.0",
"MIT"
] | 5 | 2018-01-24T20:16:09.000Z | 2019-08-22T13:40:44.000Z | 30.569892 | 102 | 0.597608 | 1,000,267 | package com.semuxpool.pool.block;
import com.semuxpool.pool.api.BlockResult;
import com.semuxpool.pool.api.Payout;
import com.semuxpool.pool.pay.PoolProfitAddresses;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
/**
* Construct Payouts from B... |
923d504290f9e7ab8c5c368fb3aad7936919ee89 | 1,579 | java | Java | etl/src/main/java/com/cezarykluczynski/stapi/etl/template/common/factory/PlatformFactory.java | tj-harris/stapi | a7db769841d2dbf4c0bd05f00e26bdc9fd9e5341 | [
"MIT"
] | 104 | 2017-04-27T17:50:40.000Z | 2022-03-20T07:50:34.000Z | etl/src/main/java/com/cezarykluczynski/stapi/etl/template/common/factory/PlatformFactory.java | tj-harris/stapi | a7db769841d2dbf4c0bd05f00e26bdc9fd9e5341 | [
"MIT"
] | 15 | 2017-06-17T11:54:29.000Z | 2022-03-02T02:38:51.000Z | etl/src/main/java/com/cezarykluczynski/stapi/etl/template/common/factory/PlatformFactory.java | tj-harris/stapi | a7db769841d2dbf4c0bd05f00e26bdc9fd9e5341 | [
"MIT"
] | 14 | 2017-05-05T19:50:46.000Z | 2022-01-15T12:58:23.000Z | 31.58 | 142 | 0.804307 | 1,000,268 | package com.cezarykluczynski.stapi.etl.template.common.factory;
import com.cezarykluczynski.stapi.etl.platform.service.PlatformCodeToNameMapper;
import com.cezarykluczynski.stapi.model.common.service.UidGenerator;
import com.cezarykluczynski.stapi.model.platform.entity.Platform;
import com.cezarykluczynski.stapi.model... |
923d50e415c91e80dc1f73ef2d6627a760376f83 | 633 | java | Java | src/main/java/com/citihub/configr/namespace/NamespaceSerializer.java | composr/configr | ec868691b597ddb253fc77db1023e06daead8264 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/citihub/configr/namespace/NamespaceSerializer.java | composr/configr | ec868691b597ddb253fc77db1023e06daead8264 | [
"Apache-2.0"
] | 11 | 2022-02-04T17:24:03.000Z | 2022-03-31T17:31:27.000Z | src/main/java/com/citihub/configr/namespace/NamespaceSerializer.java | citihub/configr | ec868691b597ddb253fc77db1023e06daead8264 | [
"Apache-2.0"
] | null | null | null | 28.772727 | 95 | 0.802528 | 1,000,269 | package com.citihub.configr.namespace;
import java.io.IOException;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.JsonSerializer;
import com.fasterxml.jackson.databind.SerializerProvider;
import lombok.NoArgsConstructor;
import lombok.extern.slf4j.Slf4j;
@Slf4j
@NoArgsConstruct... |
923d534803478bf603daf0bfe1d42655e962a344 | 709 | java | Java | src/main/java/problems/algorithm/hashtable/ContainsNearbyAlmostDuplicate_220.java | small-Teenager/letecode | 9c1caacdef7093563c50870b547a2c7534910e3b | [
"Apache-2.0"
] | 4 | 2019-01-23T01:13:36.000Z | 2020-11-04T01:31:46.000Z | src/main/java/problems/algorithm/hashtable/ContainsNearbyAlmostDuplicate_220.java | small-Teenager/letecode | 9c1caacdef7093563c50870b547a2c7534910e3b | [
"Apache-2.0"
] | 1 | 2020-03-13T08:29:45.000Z | 2020-03-13T08:30:09.000Z | src/main/java/problems/algorithm/hashtable/ContainsNearbyAlmostDuplicate_220.java | small-Teenager/letecode | 9c1caacdef7093563c50870b547a2c7534910e3b | [
"Apache-2.0"
] | null | null | null | 22.28125 | 80 | 0.611501 | 1,000,270 | package problems.algorithm.hashtable;
import java.util.TreeSet;
/**
*
* @author Search lyhxr@example.com 找到字符串中所有字母异位词
*
*/
public class ContainsNearbyAlmostDuplicate_220 {
public boolean containsNearbyAlmostDuplicate(int[] nums, int k, int t) {
// 这个问题的测试数据在使用int进行加减运算时会溢出
// 所以使用long long
... |
923d534bf277b490797688ef7758b6ce6c9db8b3 | 3,627 | java | Java | webapp/idol/src/main/java/com/hp/autonomy/frontend/find/idol/stats/IdolStatsService.java | chris-blanks-mf/find | b28c217c1cb51f0bb54805294f7aa6d41e693496 | [
"MIT"
] | null | null | null | webapp/idol/src/main/java/com/hp/autonomy/frontend/find/idol/stats/IdolStatsService.java | chris-blanks-mf/find | b28c217c1cb51f0bb54805294f7aa6d41e693496 | [
"MIT"
] | null | null | null | webapp/idol/src/main/java/com/hp/autonomy/frontend/find/idol/stats/IdolStatsService.java | chris-blanks-mf/find | b28c217c1cb51f0bb54805294f7aa6d41e693496 | [
"MIT"
] | null | null | null | 39 | 146 | 0.718224 | 1,000,271 | /*
* Copyright 2014-2016 Hewlett-Packard Development Company, L.P.
* Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License.
*/
package com.hp.autonomy.frontend.find.idol.stats;
import com.autonomy.aci.client.services.AciService;
import com.autonomy.aci.clie... |
923d53fa223c6d1f1ce779e022da16fffc452016 | 4,920 | java | Java | main/plugins/org.talend.designer.components.libs/libs_src/talend-mscrm/src/main/java/com/microsoft/schemas/crm/_2011/contracts/impl/ArrayOfSdkMessageProcessingStepImageRegistrationDocumentImpl.java | bgunics-talend/tdi-studio-se | 3f54f55acb4d214f2d02532667bae98420068170 | [
"Apache-2.0"
] | 114 | 2015-03-05T15:34:59.000Z | 2022-02-22T03:48:44.000Z | main/plugins/org.talend.designer.components.libs/libs_src/talend-mscrm/src/main/java/com/microsoft/schemas/crm/_2011/contracts/impl/ArrayOfSdkMessageProcessingStepImageRegistrationDocumentImpl.java | bgunics-talend/tdi-studio-se | 3f54f55acb4d214f2d02532667bae98420068170 | [
"Apache-2.0"
] | 1,137 | 2015-03-04T01:35:42.000Z | 2022-03-29T06:03:17.000Z | main/plugins/org.talend.designer.components.libs/libs_src/talend-mscrm/src/main/java/com/microsoft/schemas/crm/_2011/contracts/impl/ArrayOfSdkMessageProcessingStepImageRegistrationDocumentImpl.java | bgunics-talend/tdi-studio-se | 3f54f55acb4d214f2d02532667bae98420068170 | [
"Apache-2.0"
] | 219 | 2015-01-21T10:42:18.000Z | 2022-02-17T07:57:20.000Z | 48.712871 | 246 | 0.729268 | 1,000,272 | /*
* An XML document type.
* Localname: ArrayOfSdkMessageProcessingStepImageRegistration
* Namespace: http://schemas.microsoft.com/crm/2011/Contracts
* Java type: com.microsoft.schemas.crm._2011.contracts.ArrayOfSdkMessageProcessingStepImageRegistrationDocument
*
* Automatically generated - do not modify.
... |
923d54214c20e013f313665626a463a16b0ef568 | 3,869 | java | Java | testamation-jdk7-common/src/main/java/nz/co/testamation/common/util/XmlUtil.java | rlon008/testamation-jdk7 | 38e6dde9031cb8509b1f0aac96a9f4b83bb80f37 | [
"Apache-2.0"
] | null | null | null | testamation-jdk7-common/src/main/java/nz/co/testamation/common/util/XmlUtil.java | rlon008/testamation-jdk7 | 38e6dde9031cb8509b1f0aac96a9f4b83bb80f37 | [
"Apache-2.0"
] | null | null | null | testamation-jdk7-common/src/main/java/nz/co/testamation/common/util/XmlUtil.java | rlon008/testamation-jdk7 | 38e6dde9031cb8509b1f0aac96a9f4b83bb80f37 | [
"Apache-2.0"
] | null | null | null | 38.306931 | 132 | 0.699406 | 1,000,273 | /*
* Copyright 2016 Ratha Long
*
* 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 i... |
923d5443b24452a95e854ae8513c10859c88ac1d | 2,128 | java | Java | cave/com.raytheon.viz.aviation/src/com/raytheon/viz/aviation/guidance/GridGuidanceRequest.java | drjoeycadieux/awips2 | 3b467b15915cba23d9216eefd97a21758e66c748 | [
"Apache-2.0"
] | null | null | null | cave/com.raytheon.viz.aviation/src/com/raytheon/viz/aviation/guidance/GridGuidanceRequest.java | drjoeycadieux/awips2 | 3b467b15915cba23d9216eefd97a21758e66c748 | [
"Apache-2.0"
] | null | null | null | cave/com.raytheon.viz.aviation/src/com/raytheon/viz/aviation/guidance/GridGuidanceRequest.java | drjoeycadieux/awips2 | 3b467b15915cba23d9216eefd97a21758e66c748 | [
"Apache-2.0"
] | 1 | 2021-10-30T00:03:05.000Z | 2021-10-30T00:03:05.000Z | 26.936709 | 75 | 0.603853 | 1,000,274 | /**
* This software was developed and / or modified by Raytheon Company,
* pursuant to Contract DG133W-05-CQ-1067 with the US Government.
*
* U.S. EXPORT CONTROLLED TECHNICAL DATA
* This software product contains export-restricted data whose
* export/transfer/disclosure is restricted by U.S. law. Dissemination
... |
923d54806fe3959f51f276e163c6c3f8596b5eb3 | 132,322 | java | Java | k9mail/src/main/java/com/fsck/k9/activity/MessageCompose.java | FAU-Inf2/k-9 | f14ef2f043e8f2b1779c2184aed4f0c6b44f0d80 | [
"Apache-2.0",
"BSD-3-Clause"
] | 17 | 2015-10-06T03:24:23.000Z | 2021-08-10T23:39:02.000Z | k9mail/src/main/java/com/fsck/k9/activity/MessageCompose.java | FAU-Inf2/k-9 | f14ef2f043e8f2b1779c2184aed4f0c6b44f0d80 | [
"Apache-2.0",
"BSD-3-Clause"
] | 2 | 2015-10-06T21:06:52.000Z | 2017-08-14T18:40:11.000Z | k9mail/src/main/java/com/fsck/k9/activity/MessageCompose.java | FAU-Inf2/k-9 | f14ef2f043e8f2b1779c2184aed4f0c6b44f0d80 | [
"Apache-2.0",
"BSD-3-Clause"
] | 3 | 2015-10-14T19:56:05.000Z | 2019-03-01T02:42:05.000Z | 41.519297 | 206 | 0.608221 | 1,000,275 | package com.fsck.k9.activity;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.Parcelab... |
923d54ec320f90ff4d7d0e3c66d98b6ec3983f6e | 2,712 | java | Java | app/src/main/java/com/greatape/avrkbapp/objects/FloorObject.java | SteveGreatApe/AvrKeyboard | 4392bacca3cf332aab8f39865a0671498df8145c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/greatape/avrkbapp/objects/FloorObject.java | SteveGreatApe/AvrKeyboard | 4392bacca3cf332aab8f39865a0671498df8145c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/greatape/avrkbapp/objects/FloorObject.java | SteveGreatApe/AvrKeyboard | 4392bacca3cf332aab8f39865a0671498df8145c | [
"Apache-2.0"
] | null | null | null | 35.220779 | 143 | 0.698009 | 1,000,276 | /* Copyright 2017 Great Ape Software Ltd
*
* 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... |
923d555d01db029536188334325d45c422e74178 | 7,860 | java | Java | LisandroChichi/Topic5-MongoDB/src/main/java/database/MainHighSchool.java | justomiguel/java-bootcamp-2016 | e84269b40bb46e8d10149256ec0ead2e9a933a93 | [
"Apache-2.0"
] | 1 | 2016-07-11T20:48:03.000Z | 2016-07-11T20:48:03.000Z | LisandroChichi/Topic5-MongoDB/src/main/java/database/MainHighSchool.java | justomiguel/java-bootcamp-2016 | e84269b40bb46e8d10149256ec0ead2e9a933a93 | [
"Apache-2.0"
] | 33 | 2016-02-24T14:38:21.000Z | 2016-03-11T01:27:24.000Z | LisandroChichi/Topic5-MongoDB/src/main/java/database/MainHighSchool.java | justomiguel/java-bootcamp-2016 | e84269b40bb46e8d10149256ec0ead2e9a933a93 | [
"Apache-2.0"
] | 3 | 2016-02-23T11:06:53.000Z | 2016-06-02T00:54:13.000Z | 36.55814 | 75 | 0.693257 | 1,000,277 | package database;
import java.net.UnknownHostException;
import java.util.ArrayList;
import java.util.List;
import org.mongodb.morphia.Datastore;
import org.mongodb.morphia.Morphia;
import com.mongodb.MongoClient;
import com.mongodb.MongoException;
public class MainHighSchool {
public static void main(String[] arg... |
923d55746621a111742fe957af067207779a03c6 | 26,805 | java | Java | src/test/java/uk/gov/hmcts/reform/sscs/service/DwpAddressLookupServiceTest.java | hmcts/sscs-common | e03bb9ed638e366ca7f37aaa5ed9561ba80d5c7f | [
"MIT"
] | 2 | 2018-08-31T14:00:27.000Z | 2018-08-31T14:00:28.000Z | src/test/java/uk/gov/hmcts/reform/sscs/service/DwpAddressLookupServiceTest.java | hmcts/sscs-common | e03bb9ed638e366ca7f37aaa5ed9561ba80d5c7f | [
"MIT"
] | 230 | 2018-10-26T14:20:58.000Z | 2022-03-31T17:01:59.000Z | src/test/java/uk/gov/hmcts/reform/sscs/service/DwpAddressLookupServiceTest.java | hmcts/sscs-common | e03bb9ed638e366ca7f37aaa5ed9561ba80d5c7f | [
"MIT"
] | 3 | 2019-11-21T14:43:31.000Z | 2021-04-10T22:34:19.000Z | 42.412975 | 237 | 0.718224 | 1,000,278 | package uk.gov.hmcts.reform.sscs.service;
import static java.util.Arrays.stream;
import static org.apache.commons.io.IOUtils.resourceToString;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.notNullValue;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.A... |
923d55cd3791ce404506adeeb348f8325ad4729d | 1,493 | java | Java | src/main/java/com/example/orders/models/Order.java | nchen0/java-orders | 785c820f69fd5db5f70dfd079d308caf645e9f47 | [
"MIT"
] | null | null | null | src/main/java/com/example/orders/models/Order.java | nchen0/java-orders | 785c820f69fd5db5f70dfd079d308caf645e9f47 | [
"MIT"
] | null | null | null | src/main/java/com/example/orders/models/Order.java | nchen0/java-orders | 785c820f69fd5db5f70dfd079d308caf645e9f47 | [
"MIT"
] | null | null | null | 19.141026 | 58 | 0.650368 | 1,000,279 | package com.example.orders.models;
import com.fasterxml.jackson.annotation.JsonIgnore;
import javax.persistence.*;
@Entity
@Table(name="orders")
public class Order {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(nullable = false)
private long ordnum;
private double ordamount;
... |
923d567448b546006c6cf889fd0f78c85c631ab6 | 3,189 | java | Java | src/main/java/net/cartola/emissorfiscal/security/config/JwtTokenUtil.java | robsonhenriq/emissor-fiscal | d0a8d0da1ca91ad7b0016ef8bb19bcbe1dd30818 | [
"MIT"
] | 4 | 2021-08-25T00:39:24.000Z | 2022-02-28T19:46:24.000Z | src/main/java/net/cartola/emissorfiscal/security/config/JwtTokenUtil.java | robsonhenriq/emissor-fiscal | d0a8d0da1ca91ad7b0016ef8bb19bcbe1dd30818 | [
"MIT"
] | null | null | null | src/main/java/net/cartola/emissorfiscal/security/config/JwtTokenUtil.java | robsonhenriq/emissor-fiscal | d0a8d0da1ca91ad7b0016ef8bb19bcbe1dd30818 | [
"MIT"
] | 2 | 2022-02-22T01:00:36.000Z | 2022-02-25T13:49:48.000Z | 34.663043 | 108 | 0.680151 | 1,000,280 | package net.cartola.emissorfiscal.security.config;
import java.io.Serializable;
import java.util.Date;
import java.util.function.Function;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.stereotype.Component;
//import br.com.autogeral.erpj.ws.model.Usuario;
impo... |
923d5765f4a42b4a8225255e5eabb7e74120f008 | 531 | java | Java | ARDataFramework/src/to/augmented/reality/android/ardb/sourcefacade/annotations/maps/POIs.java | donaldmunro/ARData | 750a737af52e63ce5dc1b57f7b64fa2f757965f3 | [
"Apache-2.0"
] | 1 | 2016-12-13T07:01:26.000Z | 2016-12-13T07:01:26.000Z | ARDataFramework/src/to/augmented/reality/android/ardb/sourcefacade/annotations/maps/POIs.java | donaldmunro/ARData | 750a737af52e63ce5dc1b57f7b64fa2f757965f3 | [
"Apache-2.0"
] | null | null | null | ARDataFramework/src/to/augmented/reality/android/ardb/sourcefacade/annotations/maps/POIs.java | donaldmunro/ARData | 750a737af52e63ce5dc1b57f7b64fa2f757965f3 | [
"Apache-2.0"
] | null | null | null | 35.4 | 91 | 0.774011 | 1,000,281 | package to.augmented.reality.android.ardb.sourcefacade.annotations.maps;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Specify a field as containing marked Points of Interest (POIs). The annotated... |
923d5795cdc4d005abf79c3648bc82a6a1d18dad | 67 | java | Java | app/src/main/java/arch/line/base/baseline/utility/Utility.java | thevipin/android-java-baseline | 6aedfd3c9369afeba598fe77f8a7f00c9eec5338 | [
"Apache-2.0"
] | 1 | 2018-07-04T18:33:58.000Z | 2018-07-04T18:33:58.000Z | app/src/main/java/arch/line/base/baseline/utility/Utility.java | thevipin/android-java-baseline | 6aedfd3c9369afeba598fe77f8a7f00c9eec5338 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/arch/line/base/baseline/utility/Utility.java | thevipin/android-java-baseline | 6aedfd3c9369afeba598fe77f8a7f00c9eec5338 | [
"Apache-2.0"
] | null | null | null | 13.4 | 40 | 0.776119 | 1,000,282 | package arch.line.base.baseline.utility;
public class Utility {
}
|
923d580fa631661b5a4bd5438790b4ccd29030f6 | 6,423 | java | Java | src/main/java/com/shenjiahuan/node/MasterClient.java | ShenJiahuan/Sharded-KV | b77d493581ccbb1ed0826b9a146e1be56cdf6448 | [
"Apache-2.0"
] | 9 | 2020-07-03T14:05:01.000Z | 2020-08-01T03:25:34.000Z | src/main/java/com/shenjiahuan/node/MasterClient.java | ShenJiahuan/Sharded-KV | b77d493581ccbb1ed0826b9a146e1be56cdf6448 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/shenjiahuan/node/MasterClient.java | ShenJiahuan/Sharded-KV | b77d493581ccbb1ed0826b9a146e1be56cdf6448 | [
"Apache-2.0"
] | null | null | null | 31.79703 | 100 | 0.592247 | 1,000,283 | package com.shenjiahuan.node;
import com.shenjiahuan.*;
import com.shenjiahuan.util.Pair;
import io.grpc.ManagedChannel;
import io.grpc.ManagedChannelBuilder;
import io.grpc.StatusRuntimeException;
import java.util.List;
import java.util.Random;
import java.util.concurrent.TimeUnit;
import org.apache.log4j.Logger;
pu... |
923d5824c393f661c5695dcdda3eb104fa8a83ee | 5,177 | java | Java | src/com/jbirdvegas/mgerrit/objects/CommitInfo.java | p4r4n01d/external_jbirdvegas_mGerrit | de8fbae4c365be74436dc5f46c8b4dc2a72b298b | [
"Apache-2.0"
] | 2 | 2015-01-04T17:50:19.000Z | 2015-01-18T14:35:44.000Z | src/com/jbirdvegas/mgerrit/objects/CommitInfo.java | p4r4n01d/external_jbirdvegas_mGerrit | de8fbae4c365be74436dc5f46c8b4dc2a72b298b | [
"Apache-2.0"
] | null | null | null | src/com/jbirdvegas/mgerrit/objects/CommitInfo.java | p4r4n01d/external_jbirdvegas_mGerrit | de8fbae4c365be74436dc5f46c8b4dc2a72b298b | [
"Apache-2.0"
] | null | null | null | 34.284768 | 98 | 0.664477 | 1,000,284 | package com.jbirdvegas.mgerrit.objects;
/*
* Copyright (C) 2013 Android Open Kang Project (AOKP)
* Author: Evan Conway (P4R4N01D), 2013
*
* 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... |
923d59ee91060812fb5f22a7e36459ab73f61c3c | 2,266 | java | Java | ContactManagerModule/src/m1/pi/Contact.java | JUX84/ContactManager | 022dcdc9dbdd598fe38d50c67342e1d04dd20cd3 | [
"MIT"
] | null | null | null | ContactManagerModule/src/m1/pi/Contact.java | JUX84/ContactManager | 022dcdc9dbdd598fe38d50c67342e1d04dd20cd3 | [
"MIT"
] | null | null | null | ContactManagerModule/src/m1/pi/Contact.java | JUX84/ContactManager | 022dcdc9dbdd598fe38d50c67342e1d04dd20cd3 | [
"MIT"
] | null | null | null | 25.460674 | 80 | 0.610327 | 1,000,285 | /*
* 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 m1.pi;
import java.beans.*;
import java.io.Serializable;
/**
*
* @author JUX
*/
public class Contact impleme... |
923d5a3d2dac31374df3a5db9c56809506e6ea15 | 1,038 | java | Java | src/main/java/io/github/doocs/im/model/callback/BeforeSendGroupMsgResponse.java | doocs/qcloud-im-server-sdk-java | 584e0567d52444dd32e72d309bd7df0e8c2e68ef | [
"Apache-2.0"
] | 30 | 2021-07-29T06:46:21.000Z | 2022-03-28T06:16:05.000Z | src/main/java/io/github/doocs/im/model/callback/BeforeSendGroupMsgResponse.java | doocs/qcloud-im-server-sdk-java | 584e0567d52444dd32e72d309bd7df0e8c2e68ef | [
"Apache-2.0"
] | 9 | 2021-11-07T01:12:56.000Z | 2022-02-10T02:25:32.000Z | src/main/java/io/github/doocs/im/model/callback/BeforeSendGroupMsgResponse.java | doocs/qcloud-im-server-sdk-java | 584e0567d52444dd32e72d309bd7df0e8c2e68ef | [
"Apache-2.0"
] | 14 | 2021-07-29T06:50:15.000Z | 2022-03-15T12:00:23.000Z | 25.95 | 126 | 0.72158 | 1,000,286 | package io.github.doocs.im.model.callback;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.github.doocs.im.model.message.TIMMsgElement;
import java.util.List;
/**
* 群内发言之前回调响应
*
* @author bingo
* @since 2021/11/16 21:00
*/
@JsonInclude(JsonInc... |
923d5a573c10f8a4f021a1277bc353858a7bab0e | 2,438 | java | Java | sql/catalyst/target/java/org/apache/spark/sql/catalyst/expressions/GetMapValue.java | Y-sir/spark-cn | 06a0459999131ee14864a69a15746c900e815a14 | [
"BSD-2-Clause",
"Apache-2.0",
"CC0-1.0",
"MIT",
"MIT-0",
"ECL-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | sql/catalyst/target/java/org/apache/spark/sql/catalyst/expressions/GetMapValue.java | Y-sir/spark-cn | 06a0459999131ee14864a69a15746c900e815a14 | [
"BSD-2-Clause",
"Apache-2.0",
"CC0-1.0",
"MIT",
"MIT-0",
"ECL-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | sql/catalyst/target/java/org/apache/spark/sql/catalyst/expressions/GetMapValue.java | Y-sir/spark-cn | 06a0459999131ee14864a69a15746c900e815a14 | [
"BSD-2-Clause",
"Apache-2.0",
"CC0-1.0",
"MIT",
"MIT-0",
"ECL-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | 76.1875 | 312 | 0.753486 | 1,000,287 | package org.apache.spark.sql.catalyst.expressions;
/**
* Returns the value of key <code>key</code> in Map <code>child</code>.
* <p>
* We need to do type checking here as <code>key</code> expression maybe unresolved.
*/
public class GetMapValue extends org.apache.spark.sql.catalyst.expressions.BinaryExpression impl... |
923d5a6af626e92feb85e19504781518b28cf05a | 5,349 | java | Java | trader-services/src/main/java/trader/simulator/trade/SimTradeService.java | harryzzp/java-trader | 263955d5b4e7fdd4e2b1c52ade439e6ad2fd5942 | [
"Apache-2.0"
] | 68 | 2018-11-21T07:11:51.000Z | 2022-03-28T02:19:11.000Z | trader-services/src/main/java/trader/simulator/trade/SimTradeService.java | harryzzp/java-trader | 263955d5b4e7fdd4e2b1c52ade439e6ad2fd5942 | [
"Apache-2.0"
] | 7 | 2018-12-24T11:49:24.000Z | 2021-08-15T05:37:55.000Z | trader-services/src/main/java/trader/simulator/trade/SimTradeService.java | harryzzp/java-trader | 263955d5b4e7fdd4e2b1c52ade439e6ad2fd5942 | [
"Apache-2.0"
] | 42 | 2018-11-21T07:14:18.000Z | 2021-12-22T11:30:59.000Z | 30.392045 | 110 | 0.676201 | 1,000,288 | package trader.simulator.trade;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import trader.common.beans.BeansContainer;
i... |
923d5b2f9363b6a4c0726371fee496789fa69cef | 2,100 | java | Java | app/src/main/java/br/com/infinitytechnology/filmex/activities/AcknowledgmentsActivity.java | RogerSilva2/Filmex | 95950505fcea88dac92a5ee72bf142580df2da17 | [
"MIT"
] | null | null | null | app/src/main/java/br/com/infinitytechnology/filmex/activities/AcknowledgmentsActivity.java | RogerSilva2/Filmex | 95950505fcea88dac92a5ee72bf142580df2da17 | [
"MIT"
] | null | null | null | app/src/main/java/br/com/infinitytechnology/filmex/activities/AcknowledgmentsActivity.java | RogerSilva2/Filmex | 95950505fcea88dac92a5ee72bf142580df2da17 | [
"MIT"
] | null | null | null | 36.842105 | 95 | 0.68 | 1,000,289 | package br.com.infinitytechnology.filmex.activities;
import android.os.Build;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.vie... |
923d5b7a79bd4eba5d8201b8033d888300dff50d | 3,800 | java | Java | cohort/week09/DiningPhilFixed1.java | jamestiotio/esc | 971d9018e389b5ac374438792a417c74541898e2 | [
"MIT"
] | null | null | null | cohort/week09/DiningPhilFixed1.java | jamestiotio/esc | 971d9018e389b5ac374438792a417c74541898e2 | [
"MIT"
] | 1 | 2021-11-04T15:56:26.000Z | 2021-11-04T15:56:26.000Z | cohort/week09/DiningPhilFixed1.java | jamestiotio/esc | 971d9018e389b5ac374438792a417c74541898e2 | [
"MIT"
] | null | null | null | 34.545455 | 103 | 0.515263 | 1,000,290 | import java.util.Random;
// Impose and apply a global ordering of picking up forks: N-1, ..., 2, 1, 0 to ensure that none of the
// philosophers will try to grab the same forks with the same hands
public class DiningPhilFixed1 {
private static int N = 5;
public static void main(String[] args) throws Exception... |
923d5bcac1000b500178b580ed7de88f040606a8 | 4,587 | java | Java | examples/java/insert-loadgen/src/main/java/org/apache/kudu/examples/InsertLoadgen.java | SuckShit/kudu | ec5d1e29e019d4e5274231ae57cc14e7a4d52a72 | [
"Apache-2.0"
] | 1,538 | 2016-08-08T22:34:30.000Z | 2022-03-29T05:23:36.000Z | examples/java/insert-loadgen/src/main/java/org/apache/kudu/examples/InsertLoadgen.java | SuckShit/kudu | ec5d1e29e019d4e5274231ae57cc14e7a4d52a72 | [
"Apache-2.0"
] | 29 | 2019-07-01T13:40:51.000Z | 2021-06-30T19:15:03.000Z | examples/java/insert-loadgen/src/main/java/org/apache/kudu/examples/InsertLoadgen.java | SuckShit/kudu | ec5d1e29e019d4e5274231ae57cc14e7a4d52a72 | [
"Apache-2.0"
] | 612 | 2016-08-12T04:09:37.000Z | 2022-03-29T16:57:46.000Z | 34.488722 | 94 | 0.65424 | 1,000,291 | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... |
923d5c0e264259e40570d9cf4f5d83e1378d8e14 | 4,458 | java | Java | swing/src/com/wangzh/unit/HttpClient.java | WangZh999/xiaoxin | 041efd1326cd2895f993a79b6c44d28ac69c65bd | [
"Apache-2.0"
] | null | null | null | swing/src/com/wangzh/unit/HttpClient.java | WangZh999/xiaoxin | 041efd1326cd2895f993a79b6c44d28ac69c65bd | [
"Apache-2.0"
] | null | null | null | swing/src/com/wangzh/unit/HttpClient.java | WangZh999/xiaoxin | 041efd1326cd2895f993a79b6c44d28ac69c65bd | [
"Apache-2.0"
] | null | null | null | 36.540984 | 170 | 0.580305 | 1,000,292 | package com.wangzh.unit;
import java.io.*;
import java.net.HttpURLConnection;
import java.net.URL;
import java.nio.charset.StandardCharsets;
public class HttpClient {
public static String doGet(String httpUrl) {
HttpURLConnection connection = null;
URL url = null;
String result = "";
... |
923d5c2ef78cf332cd30bc87025447a50d0e69c9 | 3,312 | java | Java | src/main/java/br/com/ernanilima/jmercado/controller/menus/BCadProdutos.java | ernanilima/jmercado-desktop | 93c3b333e314efd15b96607576c70935a6ad9964 | [
"MIT"
] | 5 | 2021-05-21T21:09:55.000Z | 2022-03-14T00:25:51.000Z | src/main/java/br/com/ernanilima/jmercado/controller/menus/BCadProdutos.java | ernanilima/jmercado-desktop | 93c3b333e314efd15b96607576c70935a6ad9964 | [
"MIT"
] | null | null | null | src/main/java/br/com/ernanilima/jmercado/controller/menus/BCadProdutos.java | ernanilima/jmercado-desktop | 93c3b333e314efd15b96607576c70935a6ad9964 | [
"MIT"
] | null | null | null | 33.12 | 95 | 0.680254 | 1,000,293 | package br.com.ernanilima.jmercado.controller.menus;
import br.com.ernanilima.jmercado.controller.MenuController;
import br.com.ernanilima.jmercado.liberacao.Liberacoes;
import br.com.ernanilima.jmercado.liberacao.validacao.ValidarLiberacao;
import javafx.scene.control.Button;
import javafx.scene.control.Control;
impo... |
923d5ce4a72c75c855e2957dc20d4596b951be88 | 4,701 | java | Java | support-common/src/main/java/com/fox/one/support/common/utils/MimeTypes.java | fox-one/foxone-opensdk-android | ebfb2e21a5c204b02c44a02625cf2a40eaca69fd | [
"Apache-2.0"
] | 2 | 2019-03-28T12:16:40.000Z | 2019-11-20T03:16:41.000Z | support-common/src/main/java/com/fox/one/support/common/utils/MimeTypes.java | fox-one/foxone-opensdk-android | ebfb2e21a5c204b02c44a02625cf2a40eaca69fd | [
"Apache-2.0"
] | null | null | null | support-common/src/main/java/com/fox/one/support/common/utils/MimeTypes.java | fox-one/foxone-opensdk-android | ebfb2e21a5c204b02c44a02625cf2a40eaca69fd | [
"Apache-2.0"
] | null | null | null | 41.973214 | 87 | 0.650287 | 1,000,294 | package com.fox.one.support.common.utils;
/**
* Created by zhangyinghao on 2018/7/19.
*/
public final class MimeTypes
{
public static final class Application
{
public static final String ATOM_XML = "application/atom+xml";
public static final String ATOMCAT_XML = "application/atomcat+xml";
... |
923d5ce4d809a7e297ac39ea511b7ca7a0fb0c96 | 1,434 | java | Java | impc_prod_tracker/core/src/test/java/org/gentar/biology/plan/engine/PlanStateMachineResolverTest.java | ogunes-ebi/impc-production-tracker | 3be90edc8bc45d610c36c5d2011eb4254607129e | [
"Apache-2.0"
] | 1 | 2022-01-10T14:35:36.000Z | 2022-01-10T14:35:36.000Z | impc_prod_tracker/core/src/test/java/org/gentar/biology/plan/engine/PlanStateMachineResolverTest.java | ogunes-ebi/impc-production-tracker | 3be90edc8bc45d610c36c5d2011eb4254607129e | [
"Apache-2.0"
] | 185 | 2019-02-19T10:03:45.000Z | 2022-03-28T07:40:28.000Z | impc_prod_tracker/core/src/test/java/org/gentar/biology/plan/engine/PlanStateMachineResolverTest.java | ogunes-ebi/impc-production-tracker | 3be90edc8bc45d610c36c5d2011eb4254607129e | [
"Apache-2.0"
] | 7 | 2019-02-18T08:54:01.000Z | 2022-02-07T10:46:28.000Z | 32.590909 | 78 | 0.707113 | 1,000,295 | package org.gentar.biology.plan.engine;
import org.gentar.biology.plan.Plan;
import org.gentar.biology.plan.attempt.AttemptTypesName;
import org.gentar.biology.plan.engine.crispr.CrisprProductionPlanEvent;
import org.gentar.biology.plan.type.PlanTypeName;
import org.gentar.statemachine.ProcessEvent;
import org.gentar.... |
923d5ef2934fc9513f6da7f5719c84bbf23e71b3 | 706 | java | Java | autoparams/src/test/java/org/javaunit/autoparams/test/SpecsForZoneId.java | daejoon/AutoParams | 7d90f991bb290a2ced34f617d8bfe66a63de9bab | [
"MIT"
] | null | null | null | autoparams/src/test/java/org/javaunit/autoparams/test/SpecsForZoneId.java | daejoon/AutoParams | 7d90f991bb290a2ced34f617d8bfe66a63de9bab | [
"MIT"
] | null | null | null | autoparams/src/test/java/org/javaunit/autoparams/test/SpecsForZoneId.java | daejoon/AutoParams | 7d90f991bb290a2ced34f617d8bfe66a63de9bab | [
"MIT"
] | null | null | null | 27.153846 | 90 | 0.756374 | 1,000,296 | package org.javaunit.autoparams.test;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import java.time.ZoneId;
import org.javaunit.autoparams.AutoSource;
import org.junit.jupiter.params.ParameterizedTest;
public class SpecsForZoneId {
... |
923d5f630a1cfdb67a6b95228353ed6b7276de14 | 919 | java | Java | src/main/java/top/fastsql/mapper/PartialBeanPropertyRowMapper.java | fast-sql/FastSQL | 443c383aa25b70ba4afedb2127bde08486a9d99e | [
"Apache-2.0"
] | 119 | 2017-11-13T13:51:17.000Z | 2022-02-21T12:17:14.000Z | src/main/java/top/fastsql/mapper/PartialBeanPropertyRowMapper.java | cd-javaer/fast-sql | 443c383aa25b70ba4afedb2127bde08486a9d99e | [
"Apache-2.0"
] | 1 | 2018-05-26T06:03:02.000Z | 2018-07-25T05:41:11.000Z | src/main/java/top/fastsql/mapper/PartialBeanPropertyRowMapper.java | cd-javaer/fast-sql | 443c383aa25b70ba4afedb2127bde08486a9d99e | [
"Apache-2.0"
] | 26 | 2017-11-10T15:15:51.000Z | 2021-08-02T08:50:34.000Z | 20.422222 | 89 | 0.635473 | 1,000,297 | package top.fastsql.mapper;
import org.springframework.jdbc.core.BeanPropertyRowMapper;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
* 部分匹配
*
* @author Chenjiazhi
* 2018-08-01
*/
public class PartialBeanPropertyRowMapper<T> extends BeanPropertyRowMapper<T> {
public PartialBeanPropertyRowMapp... |
923d60604ddde4d9dfbd80417f6c747ff571e5cf | 410 | java | Java | blog-springboot/hua_blog/src/main/java/com/hua/pojo/vo/UserRoleVO.java | LycorisradiataH/personal-blog | 3849e62d1def22aee113910812232df959421f9f | [
"Apache-2.0"
] | 2 | 2021-11-13T14:21:25.000Z | 2022-01-07T03:27:38.000Z | blog-springboot/hua_blog/src/main/java/com/hua/pojo/vo/UserRoleVO.java | LycorisradiataH/personal-blog | 3849e62d1def22aee113910812232df959421f9f | [
"Apache-2.0"
] | null | null | null | blog-springboot/hua_blog/src/main/java/com/hua/pojo/vo/UserRoleVO.java | LycorisradiataH/personal-blog | 3849e62d1def22aee113910812232df959421f9f | [
"Apache-2.0"
] | null | null | null | 13.225806 | 33 | 0.65122 | 1,000,298 | package com.hua.pojo.vo;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* 用户角色 vo
* @author Lin Hua
* @version 1.0
* @date 2021/10/18 18:03
*/
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class UserRoleVO {
/**
* 角色id
... |
923d607887ca2e86a891413474a532e65dff585f | 7,389 | java | Java | intermine/web/main/src/org/intermine/webservice/server/core/JSONService.java | chenyian-nibio/intermine | d8a5403a02b853df42f1b9f0faf2b002ade7568f | [
"PostgreSQL",
"MIT"
] | 4 | 2017-12-22T06:04:46.000Z | 2020-10-05T02:39:07.000Z | intermine/web/main/src/org/intermine/webservice/server/core/JSONService.java | mgijax/intermine | 1caa1cff2df438c4062e2112ac64d627fc98192c | [
"PostgreSQL"
] | 1 | 2019-07-02T01:21:22.000Z | 2019-07-02T01:21:22.000Z | intermine/web/main/src/org/intermine/webservice/server/core/JSONService.java | mgijax/intermine | 1caa1cff2df438c4062e2112ac64d627fc98192c | [
"PostgreSQL"
] | 5 | 2016-08-01T18:54:24.000Z | 2021-04-15T12:43:53.000Z | 31.576923 | 90 | 0.62593 | 1,000,299 | package org.intermine.webservice.server.core;
/*
* Copyright (C) 2002-2017 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyl... |
923d609322d5a9922df8a61711f4aaa439c8c9da | 5,825 | java | Java | core/src/main/java/com/github/xpenatan/gdx/frame/viewport/EmuEventQueue.java | xpenatan/gdx-frame-viewport | ee6e2b675987fc8a063145dd5c11022b006570e9 | [
"Apache-2.0"
] | null | null | null | core/src/main/java/com/github/xpenatan/gdx/frame/viewport/EmuEventQueue.java | xpenatan/gdx-frame-viewport | ee6e2b675987fc8a063145dd5c11022b006570e9 | [
"Apache-2.0"
] | null | null | null | core/src/main/java/com/github/xpenatan/gdx/frame/viewport/EmuEventQueue.java | xpenatan/gdx-frame-viewport | ee6e2b675987fc8a063145dd5c11022b006570e9 | [
"Apache-2.0"
] | null | null | null | 24.578059 | 92 | 0.647725 | 1,000,300 | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... |
923d60cc753b625d6525d8616e6c0657287aed04 | 2,036 | java | Java | Assist/app/src/main/java/cn/com/jinke/assist/booter/ProjectPagerAdapter.java | jinke1984/assist | 51c5265d9ba3717821400ad7e304b5ed3fafc4bf | [
"Apache-2.0"
] | null | null | null | Assist/app/src/main/java/cn/com/jinke/assist/booter/ProjectPagerAdapter.java | jinke1984/assist | 51c5265d9ba3717821400ad7e304b5ed3fafc4bf | [
"Apache-2.0"
] | null | null | null | Assist/app/src/main/java/cn/com/jinke/assist/booter/ProjectPagerAdapter.java | jinke1984/assist | 51c5265d9ba3717821400ad7e304b5ed3fafc4bf | [
"Apache-2.0"
] | null | null | null | 21.208333 | 112 | 0.738212 | 1,000,301 | package cn.com.jinke.assist.booter;
import android.content.Context;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import android.view.LayoutInflater;
import android.view.View;
import java.util.ArrayList;
/**
* @author zhaojian
* @time 下午5:26:13
* @date 2014-10-28
* @class... |
923d6138588250254737befc98d9727b15508bd4 | 2,854 | java | Java | app/integration/runtime-springboot/src/test/java/io/syndesis/integration/component/proxy/ComponentProxySplitCollectionTest.java | dlabaj/syndesis-react-poc | 80a9d17c636b9be326ba694f0df17c02b84af342 | [
"Apache-2.0"
] | 4 | 2018-11-19T20:48:52.000Z | 2018-12-04T09:53:45.000Z | app/integration/runtime-springboot/src/test/java/io/syndesis/integration/component/proxy/ComponentProxySplitCollectionTest.java | dlabaj/syndesis-react-poc | 80a9d17c636b9be326ba694f0df17c02b84af342 | [
"Apache-2.0"
] | 359 | 2019-04-10T15:44:34.000Z | 2019-06-14T07:47:44.000Z | app/integration/runtime-springboot/src/test/java/io/syndesis/integration/component/proxy/ComponentProxySplitCollectionTest.java | dlabaj/syndesis-react-poc | 80a9d17c636b9be326ba694f0df17c02b84af342 | [
"Apache-2.0"
] | 14 | 2018-11-01T14:18:46.000Z | 2019-03-05T14:52:54.000Z | 35.234568 | 150 | 0.715487 | 1,000,302 | /*
* Copyright (C) 2016 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
923d63505adf0fc173fb2e574bba8cb5d87cb260 | 314 | java | Java | RiskMeter/src/main/java/InvalidIDException.java | Shane-Toma/ENSE375-GroupD | c71d7d9f3224c5ab9f1e38698673861a9d1b2f3f | [
"MIT"
] | 1 | 2021-02-17T05:15:02.000Z | 2021-02-17T05:15:02.000Z | RiskMeter/src/main/java/InvalidIDException.java | Shane-Toma/ENSE375-GroupD | c71d7d9f3224c5ab9f1e38698673861a9d1b2f3f | [
"MIT"
] | null | null | null | RiskMeter/src/main/java/InvalidIDException.java | Shane-Toma/ENSE375-GroupD | c71d7d9f3224c5ab9f1e38698673861a9d1b2f3f | [
"MIT"
] | 2 | 2021-03-11T21:35:46.000Z | 2021-03-29T16:44:03.000Z | 17.444444 | 64 | 0.697452 | 1,000,303 |
import java.io.*;
/**
* This exception is thrown when an invalid patient ID is entered
*
*/
public class InvalidIDException extends Exception{
private String ID;
public InvalidIDException(String ID){
super("\""+ID+"\" is an invalid ID");
this.ID=ID;
}
public String getTheInvalidID(){
return ID;
}
}
|
923d6449ac185b8bb32af5adaf3c574115331b84 | 2,260 | java | Java | 2.JavaCore/src/com/javarush/task/task16/task1632/Solution.java | Ponser2000/JavaRushTasks | e6eb2e8ee2eb7df77273f2f0f860f524400f72a2 | [
"Apache-2.0"
] | null | null | null | 2.JavaCore/src/com/javarush/task/task16/task1632/Solution.java | Ponser2000/JavaRushTasks | e6eb2e8ee2eb7df77273f2f0f860f524400f72a2 | [
"Apache-2.0"
] | null | null | null | 2.JavaCore/src/com/javarush/task/task16/task1632/Solution.java | Ponser2000/JavaRushTasks | e6eb2e8ee2eb7df77273f2f0f860f524400f72a2 | [
"Apache-2.0"
] | null | null | null | 24.565217 | 89 | 0.504867 | 1,000,304 | package com.javarush.task.task16.task1632;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.List;
/*
Клубок
*/
public class Solution {
public static List<Thread> threads = new ArrayList<>(5);
static {
threads.ad... |
923d64d36ec1a8f292bfd1d03f8015ef515a385c | 613 | java | Java | src/main/java/com/cristph/template/utils/StringUtils.java | cristph/SpringBootTemplate | 22c92e139afb3f5827bac405ea5db0671ab8e901 | [
"Apache-2.0"
] | 1 | 2021-06-19T16:50:52.000Z | 2021-06-19T16:50:52.000Z | src/main/java/com/cristph/template/utils/StringUtils.java | cristph/SpringBootTemplate | 22c92e139afb3f5827bac405ea5db0671ab8e901 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/cristph/template/utils/StringUtils.java | cristph/SpringBootTemplate | 22c92e139afb3f5827bac405ea5db0671ab8e901 | [
"Apache-2.0"
] | 1 | 2019-02-13T07:41:24.000Z | 2019-02-13T07:41:24.000Z | 20.433333 | 63 | 0.487765 | 1,000,305 | package com.cristph.template.utils;
import static java.lang.Character.isWhitespace;
public class StringUtils {
/**
* 判断字符串是否为null或者是只包含空格
*
* @param str 待判断字符串
* @return 布尔值
*/
public static boolean isEmptyOrWhitespaceOnly(String str) {
if (str != null && str.length() != 0) ... |
923d65272db524ab8d8656047cc9289f32420e33 | 2,556 | java | Java | src/net/pbrennan/Lander_2009/RungeKutta4thVecN.java | pmbrennan/lander-2009 | 50157280e4310e358f582f4df303508d41f23046 | [
"MIT"
] | 2 | 2016-09-07T16:41:46.000Z | 2016-11-30T01:29:51.000Z | src/net/pbrennan/Lander_2009/RungeKutta4thVecN.java | pmbrennan/lander-2009 | 50157280e4310e358f582f4df303508d41f23046 | [
"MIT"
] | null | null | null | src/net/pbrennan/Lander_2009/RungeKutta4thVecN.java | pmbrennan/lander-2009 | 50157280e4310e358f582f4df303508d41f23046 | [
"MIT"
] | null | null | null | 29.72093 | 108 | 0.541471 | 1,000,306 | package net.pbrennan.Lander_2009;
/**
* Provides a static method to calculate the 4th order
* Runge-Kutta integration calculation with a vector-valued
* function.
* See http://en.wikipedia.org/wiki/Runge-Kutta_methods#The_common_fourth-order_Runge.E2.80.93Kutta_method
**/
public class RungeKutta4thVecN
... |
923d653536e6377c06168fabbd7917b6aba8f43f | 275 | java | Java | src/main/java/com/sowell/tools/imp/utils/Row.java | cosmicparticle/cpf-tools | 32524615f35ff19798ce2d2200ef0c294bedcfb5 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/sowell/tools/imp/utils/Row.java | cosmicparticle/cpf-tools | 32524615f35ff19798ce2d2200ef0c294bedcfb5 | [
"Apache-2.0"
] | 3 | 2021-02-03T19:38:07.000Z | 2021-08-02T17:06:47.000Z | src/main/java/com/sowell/tools/imp/utils/Row.java | cosmicparticle/cpf-tools | 32524615f35ff19798ce2d2200ef0c294bedcfb5 | [
"Apache-2.0"
] | null | null | null | 16.176471 | 52 | 0.698182 | 1,000,307 | package com.sowell.tools.imp.utils;
import java.util.ArrayList;
import java.util.List;
public class Row {
private List<String> tds = new ArrayList<String>();
public List<String> getTds() {
return tds;
}
public void setTds(List<String> tds) {
this.tds = tds;
}
}
|
923d653945549e6d6e909992e243066b49233124 | 1,380 | java | Java | plugins/de.fraunhofer.ipa.ros.tests/src/ros/tests/ParameterDateTest.java | erogleva/ros-model | 4b36b490cc065f2c857a59a7d379aabc78fdaa1c | [
"BSD-3-Clause"
] | 28 | 2019-02-05T15:47:26.000Z | 2022-02-21T16:30:36.000Z | plugins/de.fraunhofer.ipa.ros.tests/src/ros/tests/ParameterDateTest.java | erogleva/ros-model | 4b36b490cc065f2c857a59a7d379aabc78fdaa1c | [
"BSD-3-Clause"
] | 101 | 2019-01-29T10:03:39.000Z | 2022-03-21T15:37:16.000Z | plugins/de.fraunhofer.ipa.ros.tests/src/ros/tests/ParameterDateTest.java | erogleva/ros-model | 4b36b490cc065f2c857a59a7d379aabc78fdaa1c | [
"BSD-3-Clause"
] | 11 | 2019-02-06T15:17:23.000Z | 2021-06-10T08:42:39.000Z | 19.43662 | 69 | 0.625362 | 1,000,308 | /**
*/
package ros.tests;
import junit.textui.TestRunner;
import ros.ParameterDate;
import ros.RosFactory;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Parameter Date</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public class ParameterDateTest extends ParameterValueTest {
/**... |
923d65532c8a106450b472fe1cdae8ee6497e476 | 2,715 | java | Java | sources/com/google/android/gms/internal/ads/zzbzt.java | tusharchoudhary0003/Custom-Football-Game | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | [
"MIT"
] | 1 | 2019-10-01T11:34:10.000Z | 2019-10-01T11:34:10.000Z | sources/com/google/android/gms/internal/ads/zzbzt.java | tusharchoudhary0003/Custom-Football-Game | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | [
"MIT"
] | null | null | null | sources/com/google/android/gms/internal/ads/zzbzt.java | tusharchoudhary0003/Custom-Football-Game | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | [
"MIT"
] | 1 | 2020-05-26T05:10:33.000Z | 2020-05-26T05:10:33.000Z | 33.109756 | 103 | 0.627256 | 1,000,309 | package com.google.android.gms.internal.ads;
import android.content.Context;
import android.view.View;
import java.lang.ref.WeakReference;
import java.util.HashMap;
import java.util.Map;
public final class zzbzt {
/* renamed from: a */
private final Context f26219a;
/* renamed from: b */
private fin... |
923d6669c075712936b61c53cf7461dd8fa9b947 | 3,926 | java | Java | src/main/java/org/rhofman/jpa/unittest/DBUnitBasedTest.java | hofmanr/jpa-unittest | a8ee4b83d4719e871b3562f810ccbbb71a42b3db | [
"Apache-2.0"
] | null | null | null | src/main/java/org/rhofman/jpa/unittest/DBUnitBasedTest.java | hofmanr/jpa-unittest | a8ee4b83d4719e871b3562f810ccbbb71a42b3db | [
"Apache-2.0"
] | null | null | null | src/main/java/org/rhofman/jpa/unittest/DBUnitBasedTest.java | hofmanr/jpa-unittest | a8ee4b83d4719e871b3562f810ccbbb71a42b3db | [
"Apache-2.0"
] | null | null | null | 33.844828 | 113 | 0.633724 | 1,000,310 | package org.rhofman.jpa.unittest;
import org.apache.openjpa.persistence.OpenJPAEntityManager;
import org.apache.openjpa.persistence.OpenJPAPersistence;
import org.dbunit.DatabaseUnitException;
import org.dbunit.database.DatabaseConnection;
import org.dbunit.dataset.DataSetException;
import org.dbunit.dataset.IDataSet;... |
923d66bc2ca738a874da1fc5b2d8d356cb97f7ce | 12,350 | java | Java | tesseract/src/main/java/com/baidu/rigel/biplatform/tesseract/isservice/startup/IndexAndSearchStartupListener.java | lxqfirst/bi-platform | 803eda1875796743d335e167b9068d578bd75b0b | [
"Apache-2.0"
] | 3 | 2015-09-29T09:18:58.000Z | 2015-11-24T11:03:03.000Z | tesseract/src/main/java/com/baidu/rigel/biplatform/tesseract/isservice/startup/IndexAndSearchStartupListener.java | lxqfirst/bi-platform | 803eda1875796743d335e167b9068d578bd75b0b | [
"Apache-2.0"
] | null | null | null | tesseract/src/main/java/com/baidu/rigel/biplatform/tesseract/isservice/startup/IndexAndSearchStartupListener.java | lxqfirst/bi-platform | 803eda1875796743d335e167b9068d578bd75b0b | [
"Apache-2.0"
] | null | null | null | 41.442953 | 115 | 0.554089 | 1,000,311 | /**
* Copyright (c) 2014 Baidu, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
923d66d57a3560a767b05b756d8faf797162eae8 | 1,075 | java | Java | org/apache/xmlgraphics/xmp/schemas/pdf/AdobePDFAdapter.java | JaneMandy/CS | 4a95148cbeb3804b9c50da003d1a7cb12254cb58 | [
"Apache-2.0"
] | 1 | 2022-02-24T01:32:41.000Z | 2022-02-24T01:32:41.000Z | org/apache/xmlgraphics/xmp/schemas/pdf/AdobePDFAdapter.java | JaneMandy/CS | 4a95148cbeb3804b9c50da003d1a7cb12254cb58 | [
"Apache-2.0"
] | null | null | null | org/apache/xmlgraphics/xmp/schemas/pdf/AdobePDFAdapter.java | JaneMandy/CS | 4a95148cbeb3804b9c50da003d1a7cb12254cb58 | [
"Apache-2.0"
] | null | null | null | 26.875 | 72 | 0.716279 | 1,000,312 | package org.apache.xmlgraphics.xmp.schemas.pdf;
import org.apache.xmlgraphics.xmp.Metadata;
import org.apache.xmlgraphics.xmp.XMPSchemaAdapter;
import org.apache.xmlgraphics.xmp.XMPSchemaRegistry;
public class AdobePDFAdapter extends XMPSchemaAdapter {
private static final String KEYWORDS = "Keywords";
private ... |
923d6757310923561f4dc33e7d18b79a8fa5c85a | 4,656 | java | Java | projects/OG-Integration/src/main/java/com/opengamma/integration/marketdata/manipulator/dsl/YieldCurveDataSelectorFudgeBuilder.java | emcleod/OG-Platform | dbd4e1c64907f6a2dd27a62d252e9c61e609f779 | [
"Apache-2.0"
] | 12 | 2017-03-10T13:56:52.000Z | 2021-10-03T01:21:20.000Z | projects/OG-Integration/src/main/java/com/opengamma/integration/marketdata/manipulator/dsl/YieldCurveDataSelectorFudgeBuilder.java | emcleod/OG-Platform | dbd4e1c64907f6a2dd27a62d252e9c61e609f779 | [
"Apache-2.0"
] | 1 | 2021-08-02T17:20:43.000Z | 2021-08-02T17:20:43.000Z | projects/OG-Integration/src/main/java/com/opengamma/integration/marketdata/manipulator/dsl/YieldCurveDataSelectorFudgeBuilder.java | emcleod/OG-Platform | dbd4e1c64907f6a2dd27a62d252e9c61e609f779 | [
"Apache-2.0"
] | 16 | 2017-01-12T10:31:58.000Z | 2019-04-19T08:17:33.000Z | 37.548387 | 109 | 0.719716 | 1,000,313 | /**
* Copyright (C) 2013 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.integration.marketdata.manipulator.dsl;
import java.util.Set;
import java.util.regex.Pattern;
import org.fudgemsg.FudgeField;
import org.fudgemsg.FudgeMsg;
im... |
923d68f607984275fd13948f9a192fce959be621 | 1,518 | java | Java | eLMaze-Desktop/core/src/com/mygdx/elmaze/model/levels/LevelModel.java | FilipaDurao/LPOO-eLMaze | b4ed7e2ebe98a6e496f2154dd73f79014b2fa992 | [
"MIT"
] | null | null | null | eLMaze-Desktop/core/src/com/mygdx/elmaze/model/levels/LevelModel.java | FilipaDurao/LPOO-eLMaze | b4ed7e2ebe98a6e496f2154dd73f79014b2fa992 | [
"MIT"
] | null | null | null | eLMaze-Desktop/core/src/com/mygdx/elmaze/model/levels/LevelModel.java | FilipaDurao/LPOO-eLMaze | b4ed7e2ebe98a6e496f2154dd73f79014b2fa992 | [
"MIT"
] | null | null | null | 20.794521 | 73 | 0.710145 | 1,000,314 | package com.mygdx.elmaze.model.levels;
import java.util.ArrayList;
import com.mygdx.elmaze.model.entities.ButtonModel;
import com.mygdx.elmaze.model.entities.DoorModel;
import com.mygdx.elmaze.model.entities.ExitModel;
import com.mygdx.elmaze.model.entities.WallModel;
/**
* Represents a LevelModel
*/
public abstra... |
923d696a830b3fe45bdfeca28616177eeec7f6d1 | 532 | java | Java | src/com/hourglassapps/cpi_ii/web_search/HttpQuery.java | kieranjwhite/CPI-II | 4d4ac78afefd77c583990b3df558b4e973da454d | [
"Apache-2.0"
] | null | null | null | src/com/hourglassapps/cpi_ii/web_search/HttpQuery.java | kieranjwhite/CPI-II | 4d4ac78afefd77c583990b3df558b4e973da454d | [
"Apache-2.0"
] | null | null | null | src/com/hourglassapps/cpi_ii/web_search/HttpQuery.java | kieranjwhite/CPI-II | 4d4ac78afefd77c583990b3df558b4e973da454d | [
"Apache-2.0"
] | null | null | null | 14.378378 | 51 | 0.693609 | 1,000,315 | package com.hourglassapps.cpi_ii.web_search;
import java.net.URL;
import java.util.List;
import com.hourglassapps.util.Ii;
public class HttpQuery<K> implements Query<K,URL> {
private final K mName;
private final URL mUrl;
public HttpQuery(K pName) {
mName=pName;
mUrl=null;
}
public HttpQuery(K pName, U... |
923d6a800094a763fc8408f075db940638bbd8f3 | 6,901 | java | Java | benchmark/src/za/co/twyst/tweetnacl/benchmark/ui/crypto/CryptoStreamFragment.java | headuck/tweetnacl-android | 8109d79378ee83d60df013a0fcf1de7af7ac0e6b | [
"Unlicense"
] | 5 | 2015-01-08T16:49:32.000Z | 2020-05-26T05:53:11.000Z | benchmark/src/za/co/twyst/tweetnacl/benchmark/ui/crypto/CryptoStreamFragment.java | headuck/tweetnacl-android | 8109d79378ee83d60df013a0fcf1de7af7ac0e6b | [
"Unlicense"
] | 3 | 2016-12-14T07:02:58.000Z | 2019-01-12T04:44:15.000Z | benchmark/src/za/co/twyst/tweetnacl/benchmark/ui/crypto/CryptoStreamFragment.java | headuck/tweetnacl-android | 8109d79378ee83d60df013a0fcf1de7af7ac0e6b | [
"Unlicense"
] | 2 | 2016-03-25T16:44:48.000Z | 2019-01-11T00:05:04.000Z | 36.707447 | 109 | 0.500797 | 1,000,316 | package za.co.twyst.tweetnacl.benchmark.ui.crypto;
import java.util.Random;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.Button;
import andr... |
923d6b2b773d220f4473d5a7524d56e26c41e031 | 1,776 | java | Java | core/src/test/java/org/infinispan/atomic/LocalDeltaAwarePassivationTest.java | xiaodong-xie/infinispan | 13d7f252e1f332c7aa178e665f6fd79ce5a1ab64 | [
"Apache-2.0"
] | 1 | 2020-06-01T21:20:47.000Z | 2020-06-01T21:20:47.000Z | core/src/test/java/org/infinispan/atomic/LocalDeltaAwarePassivationTest.java | gustavolira/infinispan | ea7c44e210b9366ef832d80c462cd80899e85446 | [
"Apache-2.0"
] | null | null | null | core/src/test/java/org/infinispan/atomic/LocalDeltaAwarePassivationTest.java | gustavolira/infinispan | ea7c44e210b9366ef832d80c462cd80899e85446 | [
"Apache-2.0"
] | null | null | null | 43.341463 | 111 | 0.792909 | 1,000,317 | package org.infinispan.atomic;
import static org.testng.AssertJUnit.assertEquals;
import org.infinispan.configuration.cache.ConfigurationBuilder;
import org.infinispan.container.DataContainer;
import org.infinispan.persistence.PersistenceUtil;
import org.infinispan.persistence.dummy.DummyInMemoryStoreConfigurationBui... |
923d6ccfb8268c5187bca9fe965b4ee7e599ce32 | 2,551 | java | Java | ng-portfolio-core/src/main/java/com/bindstone/portfolio/service/impl/AbstractServiceImpl.java | bindstone/ng-portfolio | cff94d88cbded5e4af9a64dab889d63ae9b93e23 | [
"MIT"
] | null | null | null | ng-portfolio-core/src/main/java/com/bindstone/portfolio/service/impl/AbstractServiceImpl.java | bindstone/ng-portfolio | cff94d88cbded5e4af9a64dab889d63ae9b93e23 | [
"MIT"
] | null | null | null | ng-portfolio-core/src/main/java/com/bindstone/portfolio/service/impl/AbstractServiceImpl.java | bindstone/ng-portfolio | cff94d88cbded5e4af9a64dab889d63ae9b93e23 | [
"MIT"
] | null | null | null | 26.572917 | 111 | 0.658565 | 1,000,318 | package com.bindstone.portfolio.service.impl;
import com.bindstone.portfolio.exceptions.Messages;
import com.bindstone.portfolio.service.AbstractService;
import com.bindstone.portfolio.validator.DefaultObjectServiceValidator;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.Validate;
import org.spring... |
923d6cd892cdea99f46e3d01297a611faa27c849 | 40,311 | java | Java | src/test/java/fiuba/algo3/TP2/MovimientosUnidadesTest.java | AgustinLeguizamon/AlgoChess- | c85b0322a3cd43a3d99da2acbe355e28693bdd37 | [
"MIT"
] | null | null | null | src/test/java/fiuba/algo3/TP2/MovimientosUnidadesTest.java | AgustinLeguizamon/AlgoChess- | c85b0322a3cd43a3d99da2acbe355e28693bdd37 | [
"MIT"
] | null | null | null | src/test/java/fiuba/algo3/TP2/MovimientosUnidadesTest.java | AgustinLeguizamon/AlgoChess- | c85b0322a3cd43a3d99da2acbe355e28693bdd37 | [
"MIT"
] | 1 | 2021-05-21T14:26:38.000Z | 2021-05-21T14:26:38.000Z | 33.676692 | 124 | 0.665749 | 1,000,319 | package fiuba.algo3.TP2;
import fiuba.algo3.TP2.Modelo.AlgoChess.Jugador;
import fiuba.algo3.TP2.Modelo.Excepciones.*;
import fiuba.algo3.TP2.Modelo.Tablero.Tablero;
import fiuba.algo3.TP2.Modelo.Unidad.Soldado;
import fiuba.algo3.TP2.Modelo.Unidad.Unidad;
import org.junit.jupiter.api.Assertions;
import org.junit.Test... |
923d6ec4b0fb98c62459dcbf801c219f2831da98 | 986 | java | Java | guide/src/main/java/com/app/hubert/guide/lifecycle/ListenerFragment.java | weileng11/NewbieGuide-master | 7713cc70fd9d8c5f02ade4360b62a30caec42d6d | [
"Apache-2.0"
] | 3,236 | 2017-09-12T00:02:41.000Z | 2022-03-31T12:01:04.000Z | guide/src/main/java/com/app/hubert/guide/lifecycle/ListenerFragment.java | yanbo469/NewbieGuide | 1acb465828e3f22b7e2efb8a3b2ad7c14a9926d8 | [
"Apache-2.0"
] | 194 | 2017-09-12T01:16:33.000Z | 2022-03-17T01:00:30.000Z | guide/src/main/java/com/app/hubert/guide/lifecycle/ListenerFragment.java | yanbo469/NewbieGuide | 1acb465828e3f22b7e2efb8a3b2ad7c14a9926d8 | [
"Apache-2.0"
] | 467 | 2017-09-12T00:02:51.000Z | 2022-03-18T14:23:26.000Z | 24.04878 | 75 | 0.657201 | 1,000,320 | package com.app.hubert.guide.lifecycle;
import android.app.Fragment;
import com.app.hubert.guide.util.LogUtil;
public class ListenerFragment extends Fragment {
FragmentLifecycle mFragmentLifecycle;
public void setFragmentLifecycle(FragmentLifecycle lifecycle) {
mFragmentLifecycle = lifecycle;
}... |
923d7110622ec86a13b46b8c3e1fb84d5bb8b549 | 103 | java | Java | src/main/java/me/caneva20/Core/Generics/Functions/F0/Func.java | caneva20/CNVCore | 8ab60867562f1ce496b18e16d91e097de04b2276 | [
"MIT"
] | null | null | null | src/main/java/me/caneva20/Core/Generics/Functions/F0/Func.java | caneva20/CNVCore | 8ab60867562f1ce496b18e16d91e097de04b2276 | [
"MIT"
] | null | null | null | src/main/java/me/caneva20/Core/Generics/Functions/F0/Func.java | caneva20/CNVCore | 8ab60867562f1ce496b18e16d91e097de04b2276 | [
"MIT"
] | null | null | null | 17.166667 | 47 | 0.737864 | 1,000,321 | package me.caneva20.Core.Generics.Functions.F0;
public interface Func<TReturn> {
TReturn run();
}
|
923d7134f4e23aa988d0d67765af28ea8cc61df2 | 1,167 | java | Java | Labwork11/app/src/main/java/ge/edu/ibsu/mobile/labwork11/InputService.java | bmuradashvili/ibsu-mobile | 6f5f12e05a134860213ad172f1ee83f72938fea2 | [
"Apache-2.0"
] | null | null | null | Labwork11/app/src/main/java/ge/edu/ibsu/mobile/labwork11/InputService.java | bmuradashvili/ibsu-mobile | 6f5f12e05a134860213ad172f1ee83f72938fea2 | [
"Apache-2.0"
] | null | null | null | Labwork11/app/src/main/java/ge/edu/ibsu/mobile/labwork11/InputService.java | bmuradashvili/ibsu-mobile | 6f5f12e05a134860213ad172f1ee83f72938fea2 | [
"Apache-2.0"
] | null | null | null | 32.416667 | 118 | 0.700943 | 1,000,322 | package ge.edu.ibsu.mobile.labwork11;
import android.app.IntentService;
import android.content.Intent;
import android.support.annotation.Nullable;
import ge.edu.ibsu.mobile.labwork11.activities.LoginActivity;
import ge.edu.ibsu.mobile.labwork11.utils.SharedPreferenceUtils;
public class InputService extends IntentSer... |
923d713c96276ac0502ea1e6848a6e2d12ecdbd2 | 927 | java | Java | sabot/kernel/src/main/java/com/dremio/exec/store/ReferenceConflictException.java | geetek/dremio-oss | 812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2 | [
"Apache-2.0"
] | null | null | null | sabot/kernel/src/main/java/com/dremio/exec/store/ReferenceConflictException.java | geetek/dremio-oss | 812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2 | [
"Apache-2.0"
] | null | null | null | sabot/kernel/src/main/java/com/dremio/exec/store/ReferenceConflictException.java | geetek/dremio-oss | 812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2 | [
"Apache-2.0"
] | null | null | null | 28.090909 | 75 | 0.733549 | 1,000,323 | /*
* Copyright (C) 2017-2019 Dremio Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... |
923d7146af221e2ea67683d7acbfcd1e6fdf0c4b | 3,788 | java | Java | src/com/n0texpecterr0r/datastructure/linear/LinkedList.java | N0tExpectErr0r/DataStructReview | a7d0f4dcc3922ffbba40b05e6617f8bc7f28d16b | [
"Apache-2.0"
] | 1 | 2019-11-01T03:32:26.000Z | 2019-11-01T03:32:26.000Z | src/com/n0texpecterr0r/datastructure/linear/LinkedList.java | N0tExpectErr0r/DataStructureReview | a7d0f4dcc3922ffbba40b05e6617f8bc7f28d16b | [
"Apache-2.0"
] | null | null | null | src/com/n0texpecterr0r/datastructure/linear/LinkedList.java | N0tExpectErr0r/DataStructureReview | a7d0f4dcc3922ffbba40b05e6617f8bc7f28d16b | [
"Apache-2.0"
] | null | null | null | 24.43871 | 90 | 0.43057 | 1,000,324 | package com.n0texpecterr0r.datastructure.linear;
/**
* 基于双向循环链表实现的LinkedList
*/
public class LinkedList<T> {
private Entry<T> head;
private int length;
private static class Entry<T> {
T data;
Entry<T> prev;
Entry<T> next;
public Entry(T data) {
this.data = da... |
923d716128c0d68dc0ef161b5e12cea64bb5f67d | 1,285 | java | Java | src/main/java/com/blazemeter/bamboo/plugin/logging/AgentUserNotifier.java | Blazemeter/blazemeter-bamboo-plugin | 7f987b46075527dfa650e8ee201dcee47722447c | [
"Apache-2.0"
] | 4 | 2015-02-20T22:49:33.000Z | 2020-10-12T19:12:07.000Z | src/main/java/com/blazemeter/bamboo/plugin/logging/AgentUserNotifier.java | Blazemeter/blazemeter-bamboo-plugin | 7f987b46075527dfa650e8ee201dcee47722447c | [
"Apache-2.0"
] | 2 | 2017-08-23T01:06:04.000Z | 2021-06-23T23:27:54.000Z | src/main/java/com/blazemeter/bamboo/plugin/logging/AgentUserNotifier.java | Blazemeter/blazemeter-bamboo-plugin | 7f987b46075527dfa650e8ee201dcee47722447c | [
"Apache-2.0"
] | 7 | 2017-06-27T08:56:15.000Z | 2020-10-12T19:12:08.000Z | 30.595238 | 75 | 0.730739 | 1,000,325 | /**
* Copyright 2017 BlazeMeter Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to i... |
923d72036c8d4cd10af7a9fc65bd1c80ad4146dc | 4,232 | java | Java | server-core/src/main/java/io/onedev/server/buildspec/job/trigger/PullRequestTrigger.java | chancat87/onedev | 38ee186994d29e5cc4c816f9c37a92fc82500bc4 | [
"MIT"
] | 7,137 | 2018-12-25T02:07:47.000Z | 2022-03-31T20:56:56.000Z | server-core/src/main/java/io/onedev/server/buildspec/job/trigger/PullRequestTrigger.java | chancat87/onedev | 38ee186994d29e5cc4c816f9c37a92fc82500bc4 | [
"MIT"
] | 68 | 2019-01-07T12:08:30.000Z | 2022-03-26T00:59:15.000Z | server-core/src/main/java/io/onedev/server/buildspec/job/trigger/PullRequestTrigger.java | chancat87/onedev | 38ee186994d29e5cc4c816f9c37a92fc82500bc4 | [
"MIT"
] | 592 | 2019-01-07T03:00:58.000Z | 2022-03-25T08:56:09.000Z | 34.406504 | 177 | 0.705104 | 1,000,326 | package io.onedev.server.buildspec.job.trigger;
import java.util.Collection;
import java.util.List;
import javax.annotation.Nullable;
import io.onedev.commons.codeassist.InputSuggestion;
import io.onedev.server.buildspec.job.SubmitReason;
import io.onedev.server.git.GitUtils;
import io.onedev.server.model.... |
923d7206b926a763bd4b48ae57abcca1cb9f18c6 | 927 | java | Java | netty-tutorialis/time/src/main/java/com/example/time/client/TimeClientConfigurer.java | mike-neck/java-til | 97829e7c519c5ee27b33b097042479c580694c38 | [
"Apache-2.0"
] | null | null | null | netty-tutorialis/time/src/main/java/com/example/time/client/TimeClientConfigurer.java | mike-neck/java-til | 97829e7c519c5ee27b33b097042479c580694c38 | [
"Apache-2.0"
] | 1 | 2018-03-08T05:02:38.000Z | 2018-03-08T05:02:38.000Z | netty-tutorialis/time/src/main/java/com/example/time/client/TimeClientConfigurer.java | mike-neck/java-til | 97829e7c519c5ee27b33b097042479c580694c38 | [
"Apache-2.0"
] | null | null | null | 33.107143 | 81 | 0.772384 | 1,000,327 | /*
* Copyright 2018 Shinya Mochida
*
* Licensed under the Apache License,Version2.0(the"License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
923d72ddd0718edca27b4cdb10c25e5e3b7b1f99 | 10,198 | java | Java | misc/eu.hansolo.enzo/src/main/java/eu/hansolo/enzo/splitflap/SplitFlapBuilder.java | dhakehurst/net.akehurst.application.framework.examples | ff622351f295cc578f0305f68ea8528b66f043a3 | [
"Apache-2.0"
] | 52 | 2015-04-27T20:43:28.000Z | 2021-09-06T16:16:25.000Z | misc/eu.hansolo.enzo/src/main/java/eu/hansolo/enzo/splitflap/SplitFlapBuilder.java | dhakehurst/net.akehurst.application.framework.examples | ff622351f295cc578f0305f68ea8528b66f043a3 | [
"Apache-2.0"
] | 5 | 2015-01-21T18:35:15.000Z | 2019-06-21T09:14:21.000Z | misc/eu.hansolo.enzo/src/main/java/eu/hansolo/enzo/splitflap/SplitFlapBuilder.java | dhakehurst/net.akehurst.application.framework.examples | ff622351f295cc578f0305f68ea8528b66f043a3 | [
"Apache-2.0"
] | 25 | 2015-04-08T17:34:23.000Z | 2021-03-10T12:29:56.000Z | 42.848739 | 107 | 0.63032 | 1,000,328 | /*
* Copyright (c) 2013 by Gerrit Grunwald
*
* 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... |
923d7384edd7aaa60033efaf5adb8665f6f4490f | 3,982 | java | Java | aws-java-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsForAuditCheckJsonUnmarshaller.java | vinayakpokharkar/aws-sdk-java | fd409dee8ae23fb8953e0bb4dbde65536a7e0514 | [
"Apache-2.0"
] | 1 | 2022-01-04T04:11:16.000Z | 2022-01-04T04:11:16.000Z | aws-java-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsForAuditCheckJsonUnmarshaller.java | vinayakpokharkar/aws-sdk-java | fd409dee8ae23fb8953e0bb4dbde65536a7e0514 | [
"Apache-2.0"
] | null | null | null | aws-java-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/TaskStatisticsForAuditCheckJsonUnmarshaller.java | vinayakpokharkar/aws-sdk-java | fd409dee8ae23fb8953e0bb4dbde65536a7e0514 | [
"Apache-2.0"
] | null | null | null | 43.758242 | 136 | 0.667002 | 1,000,329 | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
923d74c8d7b7ba465976a5f54b572c46658c44e0 | 970 | java | Java | src/main/java/unalcol/optimization/real/testbed/Griewangk.java | anonypeople/argen | 955524f4c03a906a84f57e3532c7834b9cef61ab | [
"MIT"
] | null | null | null | src/main/java/unalcol/optimization/real/testbed/Griewangk.java | anonypeople/argen | 955524f4c03a906a84f57e3532c7834b9cef61ab | [
"MIT"
] | null | null | null | src/main/java/unalcol/optimization/real/testbed/Griewangk.java | anonypeople/argen | 955524f4c03a906a84f57e3532c7834b9cef61ab | [
"MIT"
] | null | null | null | 24.871795 | 76 | 0.584536 | 1,000,330 | package unalcol.optimization.real.testbed;
import unalcol.optimization.OptimizationFunction;
/**
* <p>Title: Griewangk</p>
* <p>Description: The Griewangk function</p>
* <p>Copyright: Copyright (c) 2010</p>
* <p>Company: Kunsamu</p>
*
* @author Jonatan Gomez
* @version 1.0
*/
public class Griewangk extends O... |
923d76884e848428c358e91b61ec78e0a099c528 | 499 | java | Java | src/main/java/org/txazo/designpattern/structural/proxy/staticproxy/IServiceCompositionProxy.java | txazo/java | d3e9b20ee98c890bfaa464140554961d9850a06d | [
"Apache-2.0"
] | null | null | null | src/main/java/org/txazo/designpattern/structural/proxy/staticproxy/IServiceCompositionProxy.java | txazo/java | d3e9b20ee98c890bfaa464140554961d9850a06d | [
"Apache-2.0"
] | 2 | 2021-07-02T18:51:34.000Z | 2021-08-09T20:59:24.000Z | src/main/java/org/txazo/designpattern/structural/proxy/staticproxy/IServiceCompositionProxy.java | txazo/java | d3e9b20ee98c890bfaa464140554961d9850a06d | [
"Apache-2.0"
] | 1 | 2016-08-15T15:05:32.000Z | 2016-08-15T15:05:32.000Z | 20.791667 | 61 | 0.695391 | 1,000,332 | package org.txazo.designpattern.structural.proxy.staticproxy;
import org.txazo.designpattern.structural.proxy.IService;
/**
* 组合实现静态代理
*/
public class IServiceCompositionProxy implements IService {
private IService iService;
public IServiceCompositionProxy(IService iService) {
this.iService = iSer... |
923d76cfdfdb7326cc68c4e9ea435477cad2ec58 | 1,141 | java | Java | gfycat-core/src/main/java/com/gfycat/core/NoAuthAPI.java | gfycat/gfycat-android-sdk | 5590fcbc4066327e33c1b59ec47baebaa5e56ed7 | [
"Apache-2.0"
] | 9 | 2017-03-09T02:37:50.000Z | 2022-03-08T17:42:36.000Z | gfycat-core/src/main/java/com/gfycat/core/NoAuthAPI.java | gfycat/gfycat-android-sdk | 5590fcbc4066327e33c1b59ec47baebaa5e56ed7 | [
"Apache-2.0"
] | 8 | 2017-04-03T16:49:04.000Z | 2020-06-28T19:34:08.000Z | gfycat-core/src/main/java/com/gfycat/core/NoAuthAPI.java | gfycat/gfycat-android-sdk | 5590fcbc4066327e33c1b59ec47baebaa5e56ed7 | [
"Apache-2.0"
] | 4 | 2018-03-04T07:30:33.000Z | 2022-03-01T18:29:11.000Z | 31.694444 | 98 | 0.756354 | 1,000,333 | /*
* Copyright (c) 2015-present, Gfycat, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... |
923d771da9842c0f9ccc9cc71f00169aae7c64eb | 2,669 | java | Java | src/main/java/net/pjtb/vs/shared/EventAddresses.java | Kevin-Jin/verticle-story | 9b6c33eb65532d66245794f55dac5063ca91430b | [
"Apache-2.0"
] | 1 | 2015-10-14T17:39:34.000Z | 2015-10-14T17:39:34.000Z | src/main/java/net/pjtb/vs/shared/EventAddresses.java | Kevin-Jin/verticle-story | 9b6c33eb65532d66245794f55dac5063ca91430b | [
"Apache-2.0"
] | null | null | null | src/main/java/net/pjtb/vs/shared/EventAddresses.java | Kevin-Jin/verticle-story | 9b6c33eb65532d66245794f55dac5063ca91430b | [
"Apache-2.0"
] | null | null | null | 36.067568 | 149 | 0.756088 | 1,000,334 | package net.pjtb.vs.shared;
import net.pjtb.vs.mapside.ChannelMap;
import net.pjtb.vs.playerside.Chatroom;
import net.pjtb.vs.playerside.Guild;
import net.pjtb.vs.playerside.Party;
public final class EventAddresses {
/**
* Sample usage: String.format(EventAddresses.MAP_REQUEST, EventAddresses.fullyQualifiedChannel... |
923d78f0c186cc6ec6b09ea59f19dac0afe8de23 | 1,700 | java | Java | app/src/main/java/db/juhaku/juhakudb/core/android/ResultTransformer.java | juhaku/juhakudb | 56365a46f1c875dac5c72d09414bcb9e432f94d9 | [
"MIT"
] | 1 | 2018-10-01T11:07:29.000Z | 2018-10-01T11:07:29.000Z | app/src/main/java/db/juhaku/juhakudb/core/android/ResultTransformer.java | juhaku/juhakudb | 56365a46f1c875dac5c72d09414bcb9e432f94d9 | [
"MIT"
] | 2 | 2017-11-12T09:34:43.000Z | 2018-03-16T21:29:57.000Z | app/src/main/java/db/juhaku/juhakudb/core/android/ResultTransformer.java | juhaku/juhakudb | 56365a46f1c875dac5c72d09414bcb9e432f94d9 | [
"MIT"
] | 1 | 2018-03-09T16:28:48.000Z | 2018-03-09T16:28:48.000Z | 35.416667 | 99 | 0.754706 | 1,000,335 | /**
MIT License
Copyright (c) 2018 juhaku
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distri... |
923d797517ad3a80dee370cd6cc70ff2c1bb28f8 | 2,446 | java | Java | ICC/SOOT-Nightly/soot-github/src/soot/baf/internal/BFieldPutInst.java | dongy6/type-inference | 90d002a1e2d0a3d160ab204084da9d5be5fdd971 | [
"Apache-2.0"
] | 1 | 2019-12-07T16:13:03.000Z | 2019-12-07T16:13:03.000Z | ICC/SOOT-Nightly/soot-github/src/soot/baf/internal/BFieldPutInst.java | dongy6/type-inference | 90d002a1e2d0a3d160ab204084da9d5be5fdd971 | [
"Apache-2.0"
] | null | null | null | ICC/SOOT-Nightly/soot-github/src/soot/baf/internal/BFieldPutInst.java | dongy6/type-inference | 90d002a1e2d0a3d160ab204084da9d5be5fdd971 | [
"Apache-2.0"
] | null | null | null | 26.021277 | 82 | 0.666803 | 1,000,336 | /* Soot - a J*va Optimization Framework
* Copyright (C) 1999 Patrick Lam, Patrick Pominville and Raja Vallee-Rai
* Copyright (C) 2004 Ondrej Lhotak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Soft... |
923d797a95b184d761ffcb45e89622a8738260bb | 2,239 | java | Java | Database Reverse Engineering/src/org/netbeans/jpa/modeler/reveng/database/generator/IPersistenceModelGenerator.java | foxerfly/Netbeans-JPA-Modeler | b1b92c10aaf97e6df97756713cb8324669c7f94b | [
"Apache-2.0"
] | 2 | 2017-06-05T13:26:44.000Z | 2021-06-27T18:02:36.000Z | Database Reverse Engineering/src/org/netbeans/jpa/modeler/reveng/database/generator/IPersistenceModelGenerator.java | foxerfly/Netbeans-JPA-Modeler | b1b92c10aaf97e6df97756713cb8324669c7f94b | [
"Apache-2.0"
] | null | null | null | Database Reverse Engineering/src/org/netbeans/jpa/modeler/reveng/database/generator/IPersistenceModelGenerator.java | foxerfly/Netbeans-JPA-Modeler | b1b92c10aaf97e6df97756713cb8324669c7f94b | [
"Apache-2.0"
] | null | null | null | 35.539683 | 80 | 0.737829 | 1,000,337 | /**
* Copyright [2014] Gaurav Gupta
*
* 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 ... |
923d799f7492c6e290718df6232f6149cc2944ba | 5,094 | java | Java | src/main/java/org/verdictdb/connection/StaticMetaData.java | mozafari/verdict | 48533d410cbbc91dc2ce41506edde9e04004c6b8 | [
"Apache-2.0"
] | 82 | 2016-05-06T22:15:41.000Z | 2018-03-26T17:10:07.000Z | src/main/java/org/verdictdb/connection/StaticMetaData.java | mozafari/verdict | 48533d410cbbc91dc2ce41506edde9e04004c6b8 | [
"Apache-2.0"
] | 65 | 2016-05-07T20:36:32.000Z | 2018-03-22T21:30:53.000Z | src/main/java/org/verdictdb/connection/StaticMetaData.java | mozafari/verdict | 48533d410cbbc91dc2ce41506edde9e04004c6b8 | [
"Apache-2.0"
] | 23 | 2016-07-02T17:14:09.000Z | 2018-03-23T17:48:14.000Z | 32.240506 | 98 | 0.708284 | 1,000,338 | /*
* Copyright 2018 University of Michigan
*
* 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... |
923d7a8fcb1447d24b247769cc97db16d222ae5b | 1,007 | java | Java | components/gateway-model/src/main/java/io/fabric8/gateway/model/loadbalancer/RoundRobinLoadBalanceDefinition.java | rcernich/fabric8io-fabric8 | 551d151c5d6d2d8c24d5d35877bfec79a5210153 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2016-04-30T14:17:14.000Z | 2016-04-30T14:17:14.000Z | components/gateway-model/src/main/java/io/fabric8/gateway/model/loadbalancer/RoundRobinLoadBalanceDefinition.java | rcernich/fabric8io-fabric8 | 551d151c5d6d2d8c24d5d35877bfec79a5210153 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | components/gateway-model/src/main/java/io/fabric8/gateway/model/loadbalancer/RoundRobinLoadBalanceDefinition.java | rcernich/fabric8io-fabric8 | 551d151c5d6d2d8c24d5d35877bfec79a5210153 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 34.724138 | 77 | 0.746773 | 1,000,339 | /**
* Copyright 2005-2014 Red Hat, Inc.
*
* Red Hat licenses this file to you under the Apache License, version
* 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
923d7a9d2822d9534057c96b8f515109605b1433 | 957 | java | Java | apex-checks/src/test/java/org/fundacionjala/enforce/sonarqube/apex/checks/BrokenNullCheckTest.java | Nagendra080389/ApexReviewer | 53cd024b113e8e7b1264634cc7fb5e318df9eb27 | [
"MIT"
] | null | null | null | apex-checks/src/test/java/org/fundacionjala/enforce/sonarqube/apex/checks/BrokenNullCheckTest.java | Nagendra080389/ApexReviewer | 53cd024b113e8e7b1264634cc7fb5e318df9eb27 | [
"MIT"
] | null | null | null | apex-checks/src/test/java/org/fundacionjala/enforce/sonarqube/apex/checks/BrokenNullCheckTest.java | Nagendra080389/ApexReviewer | 53cd024b113e8e7b1264634cc7fb5e318df9eb27 | [
"MIT"
] | null | null | null | 36.807692 | 155 | 0.755486 | 1,000,340 | package org.fundacionjala.enforce.sonarqube.apex.checks;
import static org.fundacionjala.enforce.sonarqube.apex.ApexAstScanner.scanFile;
import java.io.File;
import org.junit.Test;
import org.sonar.squidbridge.api.SourceFile;
import org.sonar.squidbridge.checks.CheckMessagesVerifier;
public class BrokenNullCheckTes... |
923d7acf726258d99a2ac25ee460642d585efd2d | 4,621 | java | Java | module/src/main/java/zipkin/module/aws/sqs/ZipkinSQSCredentialsConfiguration.java | trajano/zipkin-aws | 5c73661158841a2fc90d21bfa1ac8c14a6587ede | [
"Apache-2.0"
] | 70 | 2016-10-01T03:11:39.000Z | 2021-11-10T04:26:07.000Z | module/src/main/java/zipkin/module/aws/sqs/ZipkinSQSCredentialsConfiguration.java | trajano/zipkin-aws | 5c73661158841a2fc90d21bfa1ac8c14a6587ede | [
"Apache-2.0"
] | 132 | 2016-09-29T14:10:58.000Z | 2022-02-12T05:03:06.000Z | module/src/main/java/zipkin/module/aws/sqs/ZipkinSQSCredentialsConfiguration.java | trajano/zipkin-aws | 5c73661158841a2fc90d21bfa1ac8c14a6587ede | [
"Apache-2.0"
] | 32 | 2016-09-29T13:46:10.000Z | 2022-02-12T05:43:11.000Z | 39.836207 | 100 | 0.77494 | 1,000,341 | /*
* Copyright 2016-2020 The OpenZipkin Authors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... |
923d7aeb9710323a244d14139df33e564491f230 | 1,412 | java | Java | immersionbar-sample/src/main/java/com/gyf/immersionbar/sample/activity/AllEditActivity.java | wangrunxiang/ImmersionBar | d2099d682e5a89e62b9953a8430a76261f59da08 | [
"Apache-2.0"
] | 10,841 | 2016-11-07T01:57:17.000Z | 2022-03-31T02:59:33.000Z | immersionbar-sample/src/main/java/com/gyf/immersionbar/sample/activity/AllEditActivity.java | wangrunxiang/ImmersionBar | d2099d682e5a89e62b9953a8430a76261f59da08 | [
"Apache-2.0"
] | 534 | 2017-05-03T07:18:19.000Z | 2022-03-31T06:49:33.000Z | immersionbar-sample/src/main/java/com/gyf/immersionbar/sample/activity/AllEditActivity.java | wangrunxiang/ImmersionBar | d2099d682e5a89e62b9953a8430a76261f59da08 | [
"Apache-2.0"
] | 1,879 | 2017-04-19T13:12:36.000Z | 2022-03-26T12:52:58.000Z | 26.641509 | 113 | 0.691218 | 1,000,342 | package com.gyf.immersionbar.sample.activity;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import com.gyf.immersionbar.ImmersionBar;
import com.gyf.immersionbar.sample.R;
import com.gyf.immersionbar.sample.adapter.EditAdapter;
import java.util.ArrayList;
import butterknife.Bind... |
923d7b83b813c6bdd796d6dae5fb78274f36b8cd | 181 | java | Java | oym-demo-base/oym-demo-web/src/main/java/com/oym/base/web/model/BaseDto.java | 5zyd14/zyd-demo | 8e8403bc4752890f1571cba90ae1efc58bcdf1cc | [
"MIT"
] | 2 | 2019-10-15T02:52:18.000Z | 2019-11-25T00:49:41.000Z | oym-demo-base/oym-demo-web/src/main/java/com/oym/base/web/model/BaseDto.java | Oh-YoungMan/oym-demo | 8e8403bc4752890f1571cba90ae1efc58bcdf1cc | [
"MIT"
] | 6 | 2020-10-21T01:37:01.000Z | 2020-10-21T05:05:54.000Z | oym-demo-base/oym-demo-web/src/main/java/com/oym/base/web/model/BaseDto.java | Oh-YoungMan/oym-demo | 8e8403bc4752890f1571cba90ae1efc58bcdf1cc | [
"MIT"
] | null | null | null | 15.083333 | 47 | 0.707182 | 1,000,343 | package com.oym.base.web.model;
import java.io.Serializable;
/**
* @author zhangyd
* @date 2019/10/27 4:14
* @desc dto抽象类
*/
public interface BaseDto extends Serializable {
}
|
923d7bdc85fdf2d34a91cd80dae57952385a05d7 | 2,257 | java | Java | bisectPlugin/bisectPlugin-server/src/main/java/org/tkirill/teamcity/bisectPlugin/BisectController.java | tkirill/tc-bisect | 003c219c00231d01c03c8ee375fa9675dcd737b1 | [
"MIT"
] | 11 | 2015-06-14T17:33:29.000Z | 2022-02-25T01:51:43.000Z | bisectPlugin/bisectPlugin-server/src/main/java/org/tkirill/teamcity/bisectPlugin/BisectController.java | tkirill/tc-bisect | 003c219c00231d01c03c8ee375fa9675dcd737b1 | [
"MIT"
] | 5 | 2015-06-15T05:17:04.000Z | 2015-09-22T06:30:08.000Z | bisectPlugin/bisectPlugin-server/src/main/java/org/tkirill/teamcity/bisectPlugin/BisectController.java | tkirill/tc-bisect | 003c219c00231d01c03c8ee375fa9675dcd737b1 | [
"MIT"
] | 2 | 2016-10-09T12:17:34.000Z | 2019-10-10T21:34:58.000Z | 35.265625 | 133 | 0.70093 | 1,000,344 | package org.tkirill.teamcity.bisectPlugin;
import jetbrains.buildServer.controllers.BaseFormXmlController;
import jetbrains.buildServer.serverSide.CustomDataStorage;
import jetbrains.buildServer.serverSide.SBuild;
import jetbrains.buildServer.serverSide.SBuildServer;
import jetbrains.buildServer.vcs.SVcsModification;
... |
923d7bdfde5ce7f57d312e41c01fc5b9f4b2e8cb | 219 | java | Java | 2-restapi/Aufgabe_Alle_Meine_Stromkreise_Bewertung/src/test/java/dhbwka/wwi/vertsys/rest/amsreview/ApplicationTests.java | DennisSchulmeister/dhbwka-wwi-vertsys-2020-quellcodes | 9c1fb4e7b70942d41529991fd95022aff7f44e72 | [
"CC-BY-4.0"
] | null | null | null | 2-restapi/Aufgabe_Alle_Meine_Stromkreise_Bewertung/src/test/java/dhbwka/wwi/vertsys/rest/amsreview/ApplicationTests.java | DennisSchulmeister/dhbwka-wwi-vertsys-2020-quellcodes | 9c1fb4e7b70942d41529991fd95022aff7f44e72 | [
"CC-BY-4.0"
] | 1 | 2021-03-11T11:45:12.000Z | 2021-03-11T11:45:12.000Z | 2-restapi/Loesung_Alle_Meine_Stromkreise_Bewertung/src/test/java/dhbwka/wwi/vertsys/rest/amsreview/ApplicationTests.java | DennisSchulmeister/dhbwka-wwi-vertsys-2020-quellcodes | 9c1fb4e7b70942d41529991fd95022aff7f44e72 | [
"CC-BY-4.0"
] | 5 | 2021-01-24T08:42:06.000Z | 2021-05-29T22:10:33.000Z | 15.642857 | 60 | 0.785388 | 1,000,345 | package dhbwka.wwi.vertsys.rest.amsreview;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ApplicationTests {
@Test
void contextLoads() {
}
}
|
923d7c4b8116b99265dd783546698e88ea6aadc5 | 1,677 | java | Java | app/src/main/java/com/flys/fragments/behavior/SplashScreenFragment.java | amadoubakari/G-Learning | 81f062c12c7959780097df1fa9994ba2554ea1df | [
"MIT"
] | 2 | 2020-07-11T20:28:32.000Z | 2021-10-07T06:47:57.000Z | app/src/main/java/com/flys/fragments/behavior/SplashScreenFragment.java | amadoubakari/G-Learning | 81f062c12c7959780097df1fa9994ba2554ea1df | [
"MIT"
] | null | null | null | app/src/main/java/com/flys/fragments/behavior/SplashScreenFragment.java | amadoubakari/G-Learning | 81f062c12c7959780097df1fa9994ba2554ea1df | [
"MIT"
] | null | null | null | 24.304348 | 90 | 0.721527 | 1,000,346 | package com.flys.fragments.behavior;
import android.os.Handler;
import androidx.appcompat.app.AppCompatActivity;
import org.androidannotations.annotations.EFragment;
import org.androidannotations.annotations.OptionsMenu;
import com.flys.R;
import com.flys.architecture.core.AbstractFragment;
import com.flys.architec... |
923d7c8371712d9acf39c31c287873e3b36508f1 | 920 | java | Java | api/src/main/java/com/kids/api/notification/FCMNotification.java | hyungjun26/kicolearn | f76bbeee52a1a1cf9d40705bc5e27d536dcf8ac2 | [
"MIT"
] | null | null | null | api/src/main/java/com/kids/api/notification/FCMNotification.java | hyungjun26/kicolearn | f76bbeee52a1a1cf9d40705bc5e27d536dcf8ac2 | [
"MIT"
] | null | null | null | api/src/main/java/com/kids/api/notification/FCMNotification.java | hyungjun26/kicolearn | f76bbeee52a1a1cf9d40705bc5e27d536dcf8ac2 | [
"MIT"
] | 1 | 2020-11-17T01:55:11.000Z | 2020-11-17T01:55:11.000Z | 24.864865 | 89 | 0.652174 | 1,000,347 | package com.kids.api.notification;
import org.json.JSONObject;
import com.kids.api.notification.model.exception.NotificationNotFoundException;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.experimental.SuperBuilder;
@Data
@AllArgsConstructor
@SuperBuilder
public class FCMNotification {
pri... |
923d7da08497ffdc285fe872f9d8ef0893608c60 | 2,264 | java | Java | PCP/src/main/java/PCP/data/PCPVariablePayload.java | JacopoWolf/PotatoChatProtocol | eea339951c3a2ab354adb7651a7f2242d7ce55b0 | [
"Unlicense"
] | 12 | 2019-10-25T15:15:41.000Z | 2020-04-23T18:10:36.000Z | PCP/src/main/java/PCP/data/PCPVariablePayload.java | JacopoWolf/PotatoChatProtocol | eea339951c3a2ab354adb7651a7f2242d7ce55b0 | [
"Unlicense"
] | 62 | 2019-10-20T10:10:01.000Z | 2020-04-06T06:39:19.000Z | PCP/src/main/java/PCP/data/PCPVariablePayload.java | JacopoWolf/PotatoChatProtocol | eea339951c3a2ab354adb7651a7f2242d7ce55b0 | [
"Unlicense"
] | 11 | 2019-10-25T11:04:32.000Z | 2021-02-17T09:45:29.000Z | 28.3 | 92 | 0.503092 | 1,000,348 | /*
* this is a school project under "The Unlicence".
*/
package PCP.data;
import java.nio.charset.*;
import java.util.*;
/**
*
* @author Jacopo_Wolf
*/
public abstract class PCPVariablePayload implements IPCPData
{
/**
*
* @return the variable lenght message to send
*/
abstract public S... |
923d7f21c012531d19a36a5840954ccf85b12416 | 5,307 | java | Java | aws-connect-instance/src/test/java/software/amazon/connect/instance/ListHandlerTest.java | darthe/aws-cloudformation-resource-providers-connect | d676e65bbaaf03e767957e363b7670feffdf02f7 | [
"Apache-2.0"
] | null | null | null | aws-connect-instance/src/test/java/software/amazon/connect/instance/ListHandlerTest.java | darthe/aws-cloudformation-resource-providers-connect | d676e65bbaaf03e767957e363b7670feffdf02f7 | [
"Apache-2.0"
] | null | null | null | aws-connect-instance/src/test/java/software/amazon/connect/instance/ListHandlerTest.java | darthe/aws-cloudformation-resource-providers-connect | d676e65bbaaf03e767957e363b7670feffdf02f7 | [
"Apache-2.0"
] | null | null | null | 45.75 | 167 | 0.74072 | 1,000,349 | package software.amazon.connect.instance;
import org.assertj.core.util.Lists;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.ArgumentCaptor;
import org.mockito.Mock;
import org.mockito.junit.jupiter.MockitoExtension;
imp... |
923d7f43d0bddff0234850a5f8d63d2c0fa75aec | 942 | java | Java | app/src/main/java/br/com/inaconsultoria/ireceitas/ui/adapter/RecyclerViewAdapterBase.java | lnfjunior/iReceitas | 66283e997c2c091cea26c5babcf5ec3c3a1ae3de | [
"MIT"
] | null | null | null | app/src/main/java/br/com/inaconsultoria/ireceitas/ui/adapter/RecyclerViewAdapterBase.java | lnfjunior/iReceitas | 66283e997c2c091cea26c5babcf5ec3c3a1ae3de | [
"MIT"
] | null | null | null | app/src/main/java/br/com/inaconsultoria/ireceitas/ui/adapter/RecyclerViewAdapterBase.java | lnfjunior/iReceitas | 66283e997c2c091cea26c5babcf5ec3c3a1ae3de | [
"MIT"
] | null | null | null | 22.97561 | 111 | 0.700637 | 1,000,350 | package br.com.inaconsultoria.ireceitas.ui.adapter;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import java.util.ArrayList;
import java.util.List;
/**
* iReceitas
* Created by Luiz Nogueira on 16/12/2018
* All rights reserved 2018.
*/
public abstract cl... |
923d7f6d9195ab100acdf0bcc2f1a58e609590e6 | 200 | java | Java | src/main/java/com/kasokuz/snaildb/controller/auth/response/LogResponse.java | white-snail/snaildb-api | 3b54bea60489aabb1830b8db1c9bfe87651a7222 | [
"MIT"
] | null | null | null | src/main/java/com/kasokuz/snaildb/controller/auth/response/LogResponse.java | white-snail/snaildb-api | 3b54bea60489aabb1830b8db1c9bfe87651a7222 | [
"MIT"
] | null | null | null | src/main/java/com/kasokuz/snaildb/controller/auth/response/LogResponse.java | white-snail/snaildb-api | 3b54bea60489aabb1830b8db1c9bfe87651a7222 | [
"MIT"
] | null | null | null | 16.666667 | 53 | 0.77 | 1,000,351 | package com.kasokuz.snaildb.controller.auth.response;
public class LogResponse {
public final Boolean successful;
public LogResponse(Boolean successful) {
this.successful = successful;
}
}
|
923d7fd7ff0ba2eb6c5fbc19af22ca46a83f4bdd | 1,498 | java | Java | test/plugin/scenarios/gateway-3.x-scenario/gateway-projectB-scenario/src/main/java/test/apache/skywalking/apm/testcase/sc/gateway/projectB/controller/TestController.java | geekymv/skywalking-java | 88a7778637a0c246e33b23e9ec88f70391c93802 | [
"Apache-2.0"
] | null | null | null | test/plugin/scenarios/gateway-3.x-scenario/gateway-projectB-scenario/src/main/java/test/apache/skywalking/apm/testcase/sc/gateway/projectB/controller/TestController.java | geekymv/skywalking-java | 88a7778637a0c246e33b23e9ec88f70391c93802 | [
"Apache-2.0"
] | null | null | null | test/plugin/scenarios/gateway-3.x-scenario/gateway-projectB-scenario/src/main/java/test/apache/skywalking/apm/testcase/sc/gateway/projectB/controller/TestController.java | geekymv/skywalking-java | 88a7778637a0c246e33b23e9ec88f70391c93802 | [
"Apache-2.0"
] | null | null | null | 36.536585 | 106 | 0.725634 | 1,000,352 | /*
* 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... |
923d7fef2fdce80ba1c22c8b363cf29504128404 | 97 | java | Java | Maven/src/main/java/ProjetoPOO/negocios/AlunoInexistenteException.java | MatthewMartins/Repositorio_POO_Academia-FitPro | d59414cf7c33aa430a83e8d5d3cce9b9efa0ce95 | [
"Apache-2.0"
] | null | null | null | Maven/src/main/java/ProjetoPOO/negocios/AlunoInexistenteException.java | MatthewMartins/Repositorio_POO_Academia-FitPro | d59414cf7c33aa430a83e8d5d3cce9b9efa0ce95 | [
"Apache-2.0"
] | null | null | null | Maven/src/main/java/ProjetoPOO/negocios/AlunoInexistenteException.java | MatthewMartins/Repositorio_POO_Academia-FitPro | d59414cf7c33aa430a83e8d5d3cce9b9efa0ce95 | [
"Apache-2.0"
] | null | null | null | 16.166667 | 59 | 0.793814 | 1,000,353 | package ProjetoPOO.negocios;
public class AlunoInexistenteException extends Exception {
}
|
923d803866e3ca3e6dce863dad8d3d11416ec366 | 10,976 | java | Java | blocklylib-core/src/main/java/com/google/blockly/android/ui/mutator/ProcedureDefinitionMutatorFragment.java | Phuong06061994/blockly-android | 9dacf4def6e62429ab3c3d8de3b735b323e47d7b | [
"Apache-2.0"
] | 709 | 2016-05-17T15:33:00.000Z | 2022-03-30T05:43:46.000Z | blocklylib-core/src/main/java/com/google/blockly/android/ui/mutator/ProcedureDefinitionMutatorFragment.java | seanwallawalla-forks/blockly-android | 9dacf4def6e62429ab3c3d8de3b735b323e47d7b | [
"Apache-2.0"
] | 410 | 2016-05-19T23:51:48.000Z | 2021-04-30T08:53:17.000Z | blocklylib-core/src/main/java/com/google/blockly/android/ui/mutator/ProcedureDefinitionMutatorFragment.java | seanwallawalla-forks/blockly-android | 9dacf4def6e62429ab3c3d8de3b735b323e47d7b | [
"Apache-2.0"
] | 263 | 2016-05-17T23:25:35.000Z | 2022-02-14T21:07:57.000Z | 38.647887 | 99 | 0.646775 | 1,000,354 | /*
* Copyright 2017 Google Inc. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... |
923d80605da7a2020c97e2daaf82babf714ac893 | 4,121 | java | Java | json-object.native/src/test/java/org/kjots/json/object/ntive/NativeJsonObjectMapTest.java | kjots/json-toolkit | 3cf569bb4e385e87ab8ff8efe4ba0e470fae412e | [
"Apache-2.0"
] | null | null | null | json-object.native/src/test/java/org/kjots/json/object/ntive/NativeJsonObjectMapTest.java | kjots/json-toolkit | 3cf569bb4e385e87ab8ff8efe4ba0e470fae412e | [
"Apache-2.0"
] | null | null | null | json-object.native/src/test/java/org/kjots/json/object/ntive/NativeJsonObjectMapTest.java | kjots/json-toolkit | 3cf569bb4e385e87ab8ff8efe4ba0e470fae412e | [
"Apache-2.0"
] | 1 | 2019-04-23T03:01:41.000Z | 2019-04-23T03:01:41.000Z | 30.272059 | 149 | 0.685936 | 1,000,355 | /*
* Copyright © 2010 Karl J. Ots <hzdkv@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 required by ap... |
923d811623a2fe1641a40cfd1baa9e39510c6f84 | 1,170 | java | Java | sandbox/code-gen/src/main/java/org/apache/plc4x/codegen/ast/ExceptionType.java | apache/incubator-plc4x | e6899ef63e2456a64ef0bd1189d9a7c4472ef04c | [
"Apache-2.0"
] | 60 | 2017-12-20T12:46:34.000Z | 2019-04-15T13:42:45.000Z | sandbox/code-gen/src/main/java/org/apache/plc4x/codegen/ast/ExceptionType.java | apache/incubator-plc4x | e6899ef63e2456a64ef0bd1189d9a7c4472ef04c | [
"Apache-2.0"
] | 26 | 2018-01-08T22:48:29.000Z | 2019-04-10T08:39:44.000Z | sandbox/code-gen/src/main/java/org/apache/plc4x/codegen/ast/ExceptionType.java | apache/incubator-plc4x | e6899ef63e2456a64ef0bd1189d9a7c4472ef04c | [
"Apache-2.0"
] | 30 | 2018-01-08T14:04:22.000Z | 2019-04-05T09:43:28.000Z | 28.536585 | 63 | 0.717094 | 1,000,356 | /*
* 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 ... |
923d82376dc683e8b50ecc125b9cc1b8d59bd749 | 284 | java | Java | src/main/java/me/vrnsky/server/repository/interfaces/RecipeRepo.java | vrnsky/recipeper-server | 0cd6ed2b25361f8738e2f3a31f13501e004d1d4c | [
"Apache-2.0"
] | null | null | null | src/main/java/me/vrnsky/server/repository/interfaces/RecipeRepo.java | vrnsky/recipeper-server | 0cd6ed2b25361f8738e2f3a31f13501e004d1d4c | [
"Apache-2.0"
] | 19 | 2018-09-18T19:13:47.000Z | 2022-02-16T01:15:43.000Z | src/main/java/me/vrnsky/server/repository/interfaces/RecipeRepo.java | vrnsky/recipeper-server | 0cd6ed2b25361f8738e2f3a31f13501e004d1d4c | [
"Apache-2.0"
] | null | null | null | 21.846154 | 66 | 0.788732 | 1,000,357 | package me.vrnsky.server.repository.interfaces;
import me.vrnsky.server.domain.Recipe;
import org.springframework.data.repository.CrudRepository;
import java.util.List;
public interface RecipeRepo extends CrudRepository<Recipe, Long> {
@Override
List<Recipe> findAll();
}
|
923d83196cc2d23ac4ff8d094fe6e1319b0dc525 | 702 | java | Java | br.ufscar.sas.annotations/src/br/ufscar/sas/annotations/Activator.java | dsanmartins/PhdProject | 5d936be205ee23140cacbd10bf8217015b39a2b8 | [
"Apache-2.0"
] | null | null | null | br.ufscar.sas.annotations/src/br/ufscar/sas/annotations/Activator.java | dsanmartins/PhdProject | 5d936be205ee23140cacbd10bf8217015b39a2b8 | [
"Apache-2.0"
] | null | null | null | br.ufscar.sas.annotations/src/br/ufscar/sas/annotations/Activator.java | dsanmartins/PhdProject | 5d936be205ee23140cacbd10bf8217015b39a2b8 | [
"Apache-2.0"
] | null | null | null | 22.645161 | 83 | 0.763533 | 1,000,358 | package br.ufscar.sas.annotations;
import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
public class Activator implements BundleActivator {
private static BundleContext context;
static BundleContext getContext() {
return context;
}
/*
* (non-Javadoc)
* @see org.osgi.framewo... |
923d835bcdf74a9ad32cdb45da0117de6346f0c9 | 2,067 | java | Java | gtas-parent/gtas-parsers/src/main/java/gov/gtas/parsers/tamr/model/TamrMessage.java | alino1213/GTAS | 6e54f06edd8863895438da8188d4209e2dada3c9 | [
"BSD-3-Clause"
] | 90 | 2016-06-29T19:34:41.000Z | 2022-01-09T16:20:10.000Z | gtas-parent/gtas-parsers/src/main/java/gov/gtas/parsers/tamr/model/TamrMessage.java | alino1213/GTAS | 6e54f06edd8863895438da8188d4209e2dada3c9 | [
"BSD-3-Clause"
] | 1,765 | 2016-07-14T17:24:30.000Z | 2022-03-08T21:11:13.000Z | gtas-parent/gtas-parsers/src/main/java/gov/gtas/parsers/tamr/model/TamrMessage.java | alino1213/GTAS | 6e54f06edd8863895438da8188d4209e2dada3c9 | [
"BSD-3-Clause"
] | 142 | 2016-06-30T15:02:49.000Z | 2022-03-30T00:50:58.000Z | 24.317647 | 120 | 0.701016 | 1,000,359 | /*
* All GTAS code is Copyright 2016, The Department of Homeland Security (DHS), U.S. Customs and Border Protection (CBP).
*
* Please see LICENSE.txt for details.
*/
package gov.gtas.parsers.tamr.model;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annota... |
923d841e20f4ef97f83a29b8a3a8f39e917a39bc | 4,879 | java | Java | spiffyui/build/maven/maven-spiffyui-plugin/src/main/java/org/spiffyui/maven/plugins/BuildInfoMojo.java | spiffyui/spiffyui | d01cd1e66e081466cce48077b705b3790451f0dc | [
"Apache-2.0"
] | 5 | 2017-03-08T21:36:11.000Z | 2021-02-28T21:45:04.000Z | spiffyui/build/maven/maven-spiffyui-plugin/src/main/java/org/spiffyui/maven/plugins/BuildInfoMojo.java | spiffyui/spiffyui | d01cd1e66e081466cce48077b705b3790451f0dc | [
"Apache-2.0"
] | 2 | 2018-03-27T10:12:02.000Z | 2018-08-08T22:45:16.000Z | spiffyui/build/maven/maven-spiffyui-plugin/src/main/java/org/spiffyui/maven/plugins/BuildInfoMojo.java | spiffyui/spiffyui | d01cd1e66e081466cce48077b705b3790451f0dc | [
"Apache-2.0"
] | 2 | 2015-04-16T04:49:06.000Z | 2018-08-08T16:53:42.000Z | 32.311258 | 114 | 0.602173 | 1,000,360 | /*******************************************************************************
*
* Copyright 2011-2014 Spiffy UI Team
*
* 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
*
* ht... |
923d84778546ef423d104377b69de9ae04db4eea | 1,242 | java | Java | src/main/java/com/mynamaneet/dolmodloader/file_classes/DolLocation.java | mynamaneet/DoL-ModLoader | 6ef39a3d84f30922175212b03bdcba5304581f27 | [
"MIT"
] | null | null | null | src/main/java/com/mynamaneet/dolmodloader/file_classes/DolLocation.java | mynamaneet/DoL-ModLoader | 6ef39a3d84f30922175212b03bdcba5304581f27 | [
"MIT"
] | null | null | null | src/main/java/com/mynamaneet/dolmodloader/file_classes/DolLocation.java | mynamaneet/DoL-ModLoader | 6ef39a3d84f30922175212b03bdcba5304581f27 | [
"MIT"
] | null | null | null | 24.84 | 95 | 0.651369 | 1,000,361 | package com.mynamaneet.dolmodloader.file_classes;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
public class DolLocation {
public DolLocation(File _directoryPath, String _name, String _parent){
this.directoryPath = _directoryPath;
this.name = _name;
this.parent = ... |
923d86911572f4f405a7b0c3b623700c4356c032 | 4,375 | java | Java | thermo/CoMoIOChemistry/src/main/java/uk/ac/cam/ceb/como/io/chem/file/jaxb/Operator.java | mdhillmancmcl/TheWorldAvatar-CMCL-Fork | 011aee78c016b76762eaf511c78fabe3f98189f4 | [
"MIT"
] | 21 | 2021-03-08T01:58:25.000Z | 2022-03-09T15:46:16.000Z | thermo/CoMoIOChemistry/src/main/java/uk/ac/cam/ceb/como/io/chem/file/jaxb/Operator.java | mdhillmancmcl/TheWorldAvatar-CMCL-Fork | 011aee78c016b76762eaf511c78fabe3f98189f4 | [
"MIT"
] | 63 | 2021-05-04T15:05:30.000Z | 2022-03-23T14:32:29.000Z | thermo/CoMoIOChemistry/src/main/java/uk/ac/cam/ceb/como/io/chem/file/jaxb/Operator.java | mdhillmancmcl/TheWorldAvatar-CMCL-Fork | 011aee78c016b76762eaf511c78fabe3f98189f4 | [
"MIT"
] | 15 | 2021-03-08T07:52:03.000Z | 2022-03-29T04:46:20.000Z | 24.305556 | 109 | 0.568 | 1,000,362 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.05.10 at 04:17:3... |
923d874f6a42b9ecbcf33b66f7d4f88b134d8359 | 2,324 | java | Java | Source/Plugins/Core/com.equella.core/src/com/tle/web/selection/home/sections/RootSelectionHomeSection.java | mrblippy/Charliequella | f4d233d8e42dd72935b80c2abea06efb20cea989 | [
"Apache-2.0"
] | 14 | 2019-10-09T23:59:32.000Z | 2022-03-01T08:34:56.000Z | Source/Plugins/Core/com.equella.core/src/com/tle/web/selection/home/sections/RootSelectionHomeSection.java | mrblippy/Charliequella | f4d233d8e42dd72935b80c2abea06efb20cea989 | [
"Apache-2.0"
] | 1,549 | 2019-08-16T01:07:16.000Z | 2022-03-31T23:57:34.000Z | Source/Plugins/Core/com.equella.core/src/com/tle/web/selection/home/sections/RootSelectionHomeSection.java | mrblippy/Charliequella | f4d233d8e42dd72935b80c2abea06efb20cea989 | [
"Apache-2.0"
] | 24 | 2019-09-05T00:09:35.000Z | 2021-10-19T05:10:39.000Z | 37.483871 | 88 | 0.787866 | 1,000,363 | /*
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* The Apereo Foundation licenses this file to you under the Apache License,
* Version 2.0, (the "License"); you ma... |
923d875a8a4d5de889184053a8ed6558e69fdff3 | 306 | java | Java | app/src/main/java/com/xujun/contralayout/base/permissions/PermissonListener.java | OnThinIce/CoordinatorLayoutDemo | e2a6978e3981da42e324ec30687f1aa0357276d6 | [
"Apache-2.0"
] | 958 | 2016-10-24T06:40:40.000Z | 2022-03-29T03:09:09.000Z | app/src/main/java/com/xujun/contralayout/base/permissions/PermissonListener.java | OnThinIce/CoordinatorLayoutDemo | e2a6978e3981da42e324ec30687f1aa0357276d6 | [
"Apache-2.0"
] | 17 | 2017-05-10T09:12:01.000Z | 2020-07-01T01:37:34.000Z | app/src/main/java/com/xujun/contralayout/base/permissions/PermissonListener.java | OnThinIce/CoordinatorLayoutDemo | e2a6978e3981da42e324ec30687f1aa0357276d6 | [
"Apache-2.0"
] | 173 | 2016-11-03T01:18:12.000Z | 2022-03-20T07:46:06.000Z | 17.055556 | 60 | 0.723127 | 1,000,364 | package com.xujun.contralayout.base.permissions;
import java.util.List;
/**
* @author xujun on 2016/12/27.
* lyhxr@example.com
*/
public interface PermissonListener {
void onGranted();
void onDenied(List<String> permisons);
void onParmanentDenied(List<String> parmanentDeniedPer);
}
|
923d87f33026a3c4f23893634bc0338816123337 | 2,715 | java | Java | components/camel-urlrewrite/src/test/java/org/apache/camel/component/urlrewrite/BaseUrlRewriteTest.java | zangfuri/camel | 661cd5be9d82292d4b2414c61b54c15ca5911d65 | [
"Apache-2.0"
] | 13 | 2018-08-29T09:51:58.000Z | 2022-02-22T12:00:36.000Z | components/camel-urlrewrite/src/test/java/org/apache/camel/component/urlrewrite/BaseUrlRewriteTest.java | zangfuri/camel | 661cd5be9d82292d4b2414c61b54c15ca5911d65 | [
"Apache-2.0"
] | 12 | 2019-11-13T03:09:32.000Z | 2022-02-01T01:05:20.000Z | components/camel-urlrewrite/src/test/java/org/apache/camel/component/urlrewrite/BaseUrlRewriteTest.java | zangfuri/camel | 661cd5be9d82292d4b2414c61b54c15ca5911d65 | [
"Apache-2.0"
] | 202 | 2020-07-23T14:34:26.000Z | 2022-03-04T18:41:20.000Z | 32.710843 | 86 | 0.720074 | 1,000,365 | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... |
923d88802bf9fe36cab3bcf026a6ae015c2b9c2c | 6,304 | java | Java | zookeeper-server/src/test/java/org/apache/zookeeper/server/embedded/ZookeeperServerClusterMutualAuthTest.java | tongjiaqiao/zookeeper | 69e8cf80168935edaf01e9e9024357780e1f54c2 | [
"Apache-2.0"
] | 2 | 2021-04-07T02:51:18.000Z | 2021-04-07T02:51:20.000Z | zookeeper-server/src/test/java/org/apache/zookeeper/server/embedded/ZookeeperServerClusterMutualAuthTest.java | tongjiaqiao/zookeeper | 69e8cf80168935edaf01e9e9024357780e1f54c2 | [
"Apache-2.0"
] | 1 | 2022-03-01T22:30:21.000Z | 2022-03-02T13:31:52.000Z | zookeeper-server/src/test/java/org/apache/zookeeper/server/embedded/ZookeeperServerClusterMutualAuthTest.java | tongjiaqiao/zookeeper | 69e8cf80168935edaf01e9e9024357780e1f54c2 | [
"Apache-2.0"
] | 1 | 2022-03-26T00:52:25.000Z | 2022-03-26T00:52:25.000Z | 44.394366 | 181 | 0.678299 | 1,000,366 | /**
* 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... |
923d896eea286b45505d4433f443d1bcd48fa42f | 244 | java | Java | taoq-boot-common/taoq-boot-starter-rbac/src/main/java/tech/taoq/rbac/mapper/RoleMenuMapper.java | iskeqi/keqi-spring-boot-starter-parent | 097a8549ddacc57773fb5d9ab816804f3023c5c7 | [
"Apache-2.0"
] | null | null | null | taoq-boot-common/taoq-boot-starter-rbac/src/main/java/tech/taoq/rbac/mapper/RoleMenuMapper.java | iskeqi/keqi-spring-boot-starter-parent | 097a8549ddacc57773fb5d9ab816804f3023c5c7 | [
"Apache-2.0"
] | null | null | null | taoq-boot-common/taoq-boot-starter-rbac/src/main/java/tech/taoq/rbac/mapper/RoleMenuMapper.java | iskeqi/keqi-spring-boot-starter-parent | 097a8549ddacc57773fb5d9ab816804f3023c5c7 | [
"Apache-2.0"
] | null | null | null | 20.333333 | 64 | 0.77459 | 1,000,367 | package tech.taoq.rbac.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import tech.taoq.rbac.domain.db.RoleMenuDO;
/**
* RoleMenuMapper
*
* @author keqi
*/
public interface RoleMenuMapper extends BaseMapper<RoleMenuDO> {
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.