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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9244e4eb19eebc2658485007daa64ed4c376621f | 1,694 | java | Java | external/rocksdb/java/src/main/java/org/rocksdb/BackupInfo.java | devafrica/cpacoin | ef2e86d7fc5b73d380eed3f471ff62b495443ba5 | [
"BSD-3-Clause"
] | 12,278 | 2015-01-29T17:11:33.000Z | 2022-03-31T21:12:00.000Z | external/rocksdb/java/src/main/java/org/rocksdb/BackupInfo.java | devafrica/cpacoin | ef2e86d7fc5b73d380eed3f471ff62b495443ba5 | [
"BSD-3-Clause"
] | 9,469 | 2015-01-30T05:33:07.000Z | 2022-03-31T16:17:21.000Z | external/rocksdb/java/src/main/java/org/rocksdb/BackupInfo.java | devafrica/cpacoin | ef2e86d7fc5b73d380eed3f471ff62b495443ba5 | [
"BSD-3-Clause"
] | 1,731 | 2017-12-09T15:09:43.000Z | 2022-03-30T18:23:38.000Z | 22 | 94 | 0.662338 | 1,003,179 | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under both the GPLv2 (found in the
// COPYING file in the root directory) and Apache 2.0 License
// (found in the LICENSE.Apache file in the root directory).
package org.rocksdb;
/**
* Instances of this class descri... |
9244e572658f48950280ea4a9d6c080a5f516732 | 12,303 | java | Java | app/src/main/java/com/moxi/agenttool/ui/main/fragment/HomeFragment.java | subenli115/AgentTool | 63ef76b0ce390331d7cdb863a6391920bc682fb9 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/moxi/agenttool/ui/main/fragment/HomeFragment.java | subenli115/AgentTool | 63ef76b0ce390331d7cdb863a6391920bc682fb9 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/moxi/agenttool/ui/main/fragment/HomeFragment.java | subenli115/AgentTool | 63ef76b0ce390331d7cdb863a6391920bc682fb9 | [
"Apache-2.0"
] | null | null | null | 39.559486 | 143 | 0.573762 | 1,003,180 | package com.moxi.agenttool.ui.main.fragment;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.webkit.WebSettings;
import androidx.lifecycle.Observer;
import com.google.gson.Gs... |
9244e79ef0d9e0913516920fc245be35410c875a | 1,777 | java | Java | ipfs-common/src/main/java/com/github/doobo/utils/SmUtils.java | doobo/ipfs-cloud | f66c6dae505e9f6a7f8a6ef8fa325471c30c2d7d | [
"Apache-2.0"
] | 15 | 2020-07-23T01:54:00.000Z | 2022-02-23T00:49:41.000Z | ipfs-common/src/main/java/com/github/doobo/utils/SmUtils.java | doobo/ipfs-cloud | f66c6dae505e9f6a7f8a6ef8fa325471c30c2d7d | [
"Apache-2.0"
] | 1 | 2020-10-31T12:25:23.000Z | 2020-12-18T03:01:38.000Z | ipfs-common/src/main/java/com/github/doobo/utils/SmUtils.java | doobo/ipfs-cloud | f66c6dae505e9f6a7f8a6ef8fa325471c30c2d7d | [
"Apache-2.0"
] | 7 | 2020-07-23T01:54:19.000Z | 2021-12-21T13:23:24.000Z | 22.493671 | 81 | 0.705684 | 1,003,181 | package com.github.doobo.utils;
import cn.hutool.crypto.BCUtil;
import cn.hutool.crypto.SmUtil;
import cn.hutool.crypto.asymmetric.KeyType;
import cn.hutool.crypto.asymmetric.SM2;
import org.bouncycastle.crypto.params.ECPrivateKeyParameters;
import java.security.PublicKey;
import java.util.Map;
import java.util.concu... |
9244e8083be2293ba9c215e0bea2edf9b65bf87f | 56 | java | Java | src/main/java/messages/ChangeMessages.java | KAIQIANG-LIU/fastcx | 1f0e9012da5e064bcc0085f8161a0acec3d0f381 | [
"MIT"
] | null | null | null | src/main/java/messages/ChangeMessages.java | KAIQIANG-LIU/fastcx | 1f0e9012da5e064bcc0085f8161a0acec3d0f381 | [
"MIT"
] | null | null | null | src/main/java/messages/ChangeMessages.java | KAIQIANG-LIU/fastcx | 1f0e9012da5e064bcc0085f8161a0acec3d0f381 | [
"MIT"
] | null | null | null | 9.333333 | 29 | 0.696429 | 1,003,182 | package messages;
public enum ChangeMessages {
}
|
9244e889f92f453f22519a8c58a6401f9e146a60 | 7,551 | java | Java | erp_ejb/src_inventario/com/bydan/erp/inventario/util/ProductoCuentaContableParameterReturnGeneral.java | bydan/pre | 54674f4dcffcac5dbf458cdf57a4c69fde5c55ff | [
"Apache-2.0"
] | null | null | null | erp_ejb/src_inventario/com/bydan/erp/inventario/util/ProductoCuentaContableParameterReturnGeneral.java | bydan/pre | 54674f4dcffcac5dbf458cdf57a4c69fde5c55ff | [
"Apache-2.0"
] | null | null | null | erp_ejb/src_inventario/com/bydan/erp/inventario/util/ProductoCuentaContableParameterReturnGeneral.java | bydan/pre | 54674f4dcffcac5dbf458cdf57a4c69fde5c55ff | [
"Apache-2.0"
] | null | null | null | 37.755 | 128 | 0.816978 | 1,003,183 | /*
*AVISO LEGAL
© Copyright
*Este programa esta protegido por la ley de derechos de autor.
*La reproduccion o distribucion ilicita de este programa o de cualquiera de
*sus partes esta penado por la ley con severas sanciones civiles y penales,
*y seran objeto de todas las sanciones legales que correspondan.
*Su... |
9244e8b1b256a74f61d96ef4baa9ac9e998ba289 | 1,086 | java | Java | src/main/groovy/com/android/tools/internal/license/LicenseReportPlugin.java | HugeDevDen/platform_tools_buildSrc | 8141afd9ae45978c5c3e70ed7e51470c33980821 | [
"Apache-2.0"
] | null | null | null | src/main/groovy/com/android/tools/internal/license/LicenseReportPlugin.java | HugeDevDen/platform_tools_buildSrc | 8141afd9ae45978c5c3e70ed7e51470c33980821 | [
"Apache-2.0"
] | null | null | null | src/main/groovy/com/android/tools/internal/license/LicenseReportPlugin.java | HugeDevDen/platform_tools_buildSrc | 8141afd9ae45978c5c3e70ed7e51470c33980821 | [
"Apache-2.0"
] | null | null | null | 33.9375 | 96 | 0.73849 | 1,003,184 | /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
9244e98a4b7d3c0052e08a816566196b9947b947 | 3,171 | java | Java | alert-common/src/main/java/com/synopsys/integration/alert/common/event/EventListenerConfigurer.java | vberegov/blackduck-alert | f5597257fd19d11c1b8041b214d780d0255dcda5 | [
"Apache-2.0"
] | null | null | null | alert-common/src/main/java/com/synopsys/integration/alert/common/event/EventListenerConfigurer.java | vberegov/blackduck-alert | f5597257fd19d11c1b8041b214d780d0255dcda5 | [
"Apache-2.0"
] | null | null | null | alert-common/src/main/java/com/synopsys/integration/alert/common/event/EventListenerConfigurer.java | vberegov/blackduck-alert | f5597257fd19d11c1b8041b214d780d0255dcda5 | [
"Apache-2.0"
] | null | null | null | 50.333333 | 176 | 0.81457 | 1,003,185 | /*
* alert-common
*
* Copyright (c) 2021 Synopsys, Inc.
*
* Use subject to the terms and conditions of the Synopsys End User Software License and Maintenance Agreement. All rights reserved worldwide.
*/
package com.synopsys.integration.alert.common.event;
import java.util.List;
import org.slf4j.Logger;
import o... |
9244ec25a9d9445ac05a0f4622d0243a49e5767a | 2,615 | java | Java | jstarcraft-ai-math/src/main/java/com/jstarcraft/ai/math/algorithm/correlation/MathCorrelation.java | HongZhaoHua/jstarcraft-ai | fdab8bdf46d32a5c3d742db2c9211d438287dd8a | [
"Apache-2.0"
] | 167 | 2019-04-22T04:50:24.000Z | 2022-02-19T13:36:49.000Z | jstarcraft-ai-math/src/main/java/com/jstarcraft/ai/math/algorithm/correlation/MathCorrelation.java | HongZhaoHua/jstarcraft-ai | fdab8bdf46d32a5c3d742db2c9211d438287dd8a | [
"Apache-2.0"
] | 2 | 2021-06-10T02:27:50.000Z | 2022-01-21T23:23:43.000Z | jstarcraft-ai-math/src/main/java/com/jstarcraft/ai/math/algorithm/correlation/MathCorrelation.java | HongZhaoHua/jstarcraft-ai | fdab8bdf46d32a5c3d742db2c9211d438287dd8a | [
"Apache-2.0"
] | 43 | 2019-04-22T12:31:44.000Z | 2022-02-22T17:06:02.000Z | 33.525641 | 132 | 0.572467 | 1,003,186 | package com.jstarcraft.ai.math.algorithm.correlation;
import java.util.concurrent.Semaphore;
import com.jstarcraft.ai.environment.EnvironmentContext;
import com.jstarcraft.ai.math.structure.matrix.MathMatrix;
import com.jstarcraft.ai.math.structure.vector.MathVector;
/**
* 相关度
*
* @author Birdy
*
... |
9244ecdfa29c6710dfe989140ded933181cb0e53 | 549,970 | java | Java | elasticsearch/36884807b3cc9d660db4da062275c7fdbec8ba67/randoop_1/RegressionTest0.java | leusonmario/2022PhDThesis | 22969dccdafbc02f022633e9b4c4346821da1402 | [
"MIT"
] | null | null | null | elasticsearch/36884807b3cc9d660db4da062275c7fdbec8ba67/randoop_1/RegressionTest0.java | leusonmario/2022PhDThesis | 22969dccdafbc02f022633e9b4c4346821da1402 | [
"MIT"
] | null | null | null | elasticsearch/36884807b3cc9d660db4da062275c7fdbec8ba67/randoop_1/RegressionTest0.java | leusonmario/2022PhDThesis | 22969dccdafbc02f022633e9b4c4346821da1402 | [
"MIT"
] | null | null | null | 61.829117 | 578 | 0.717532 | 1,003,187 | import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class RegressionTest0 {
public static boolean debug = false;
@Test
public void test00001() throws Throwable {
if (debug)
System.out.form... |
9244ed54f373cd760b03e4567a53d24cd3c3e192 | 1,902 | java | Java | Rest-Lgoin-Token/src/main/java/com/yisa/REST/Login/authorization/interceptor/AuthorizationInterceptor.java | Yisaer/Springboot-REST-Login | d0ce73bccc8cbb8ef6556d2e3092e054527c22d2 | [
"MIT"
] | null | null | null | Rest-Lgoin-Token/src/main/java/com/yisa/REST/Login/authorization/interceptor/AuthorizationInterceptor.java | Yisaer/Springboot-REST-Login | d0ce73bccc8cbb8ef6556d2e3092e054527c22d2 | [
"MIT"
] | null | null | null | Rest-Lgoin-Token/src/main/java/com/yisa/REST/Login/authorization/interceptor/AuthorizationInterceptor.java | Yisaer/Springboot-REST-Login | d0ce73bccc8cbb8ef6556d2e3092e054527c22d2 | [
"MIT"
] | null | null | null | 32.237288 | 121 | 0.683491 | 1,003,188 | package com.yisa.REST.Login.authorization.interceptor;
import com.yisa.REST.Login.authorization.annotation.Authorization;
import com.yisa.REST.Login.authorization.config.Constants;
import com.yisa.REST.Login.authorization.manager.TokenManager;
import com.yisa.REST.Login.authorization.model.TokenModel;
import org.sprin... |
9244eda3934eed059966d143d761a1c45eab2bb0 | 900 | java | Java | src/main/java/br/com/zupacademy/adriano/mercadolivre/controllers/dto/PagSeguroDto.java | AdrianoAnunciacao98/orange-talents-07-template-ecommerce | cbe11679869060728afb56e313283a1e9b12a6bd | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zupacademy/adriano/mercadolivre/controllers/dto/PagSeguroDto.java | AdrianoAnunciacao98/orange-talents-07-template-ecommerce | cbe11679869060728afb56e313283a1e9b12a6bd | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zupacademy/adriano/mercadolivre/controllers/dto/PagSeguroDto.java | AdrianoAnunciacao98/orange-talents-07-template-ecommerce | cbe11679869060728afb56e313283a1e9b12a6bd | [
"Apache-2.0"
] | null | null | null | 33.333333 | 86 | 0.792222 | 1,003,189 | package br.com.zupacademy.adriano.mercadolivre.controllers.dto;
import br.com.zupacademy.adriano.mercadolivre.entidades.Compra;
import br.com.zupacademy.adriano.mercadolivre.entidades.Transacao;
import br.com.zupacademy.adriano.mercadolivre.utils.RetornoGatewayPagamento;
import br.com.zupacademy.adriano.mercadolivre.u... |
9244eeb63de8cecc850b97ec7a8f48d2d421237d | 369 | java | Java | purchaseoffer-service/src/main/java/de/appblocks/microservice/purchaseoffer/MicroservicePurchaseOfferApplication.java | fabapp/priceoffers | 75b49c91e22fa3ffe7832c2b9632872a04d25909 | [
"Apache-2.0"
] | null | null | null | purchaseoffer-service/src/main/java/de/appblocks/microservice/purchaseoffer/MicroservicePurchaseOfferApplication.java | fabapp/priceoffers | 75b49c91e22fa3ffe7832c2b9632872a04d25909 | [
"Apache-2.0"
] | null | null | null | purchaseoffer-service/src/main/java/de/appblocks/microservice/purchaseoffer/MicroservicePurchaseOfferApplication.java | fabapp/priceoffers | 75b49c91e22fa3ffe7832c2b9632872a04d25909 | [
"Apache-2.0"
] | null | null | null | 28.384615 | 74 | 0.848238 | 1,003,190 | package de.appblocks.microservice.purchaseoffer;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MicroservicePurchaseOfferApplication {
public static void main(String[] args) {
SpringApplication.run(Microse... |
9244ef077891abe2dd187b4a43df73f58976c47e | 12,461 | java | Java | imagej_plugins/Hex_Symmetry.java | Brow71189/low-dose-reconstruction | 927d1393f351eba45778e03d12acdde316907ecf | [
"MIT"
] | null | null | null | imagej_plugins/Hex_Symmetry.java | Brow71189/low-dose-reconstruction | 927d1393f351eba45778e03d12acdde316907ecf | [
"MIT"
] | null | null | null | imagej_plugins/Hex_Symmetry.java | Brow71189/low-dose-reconstruction | 927d1393f351eba45778e03d12acdde316907ecf | [
"MIT"
] | null | null | null | 23.422932 | 120 | 0.602199 | 1,003,191 | import ij.*;
import ij.IJ;
import ij.ImagePlus;
import ij.gui.*;
import ij.gui.GenericDialog;
import ij.plugin.*;
import java.util.Random;
public class Hex_Symmetry implements PlugIn {
int Mx,Mz;
int subframesize;
int[] lpX = null;
int[] lpZ = null;
int[] hexPixels = null;
int[] latticePoints = null;
int hpMax... |
9244f01af2631f9e9369690b364ce8310ae764ba | 2,890 | java | Java | src/main/java/com/tencent/ads/model/WechatAdBehavior.java | TencentAd/marketing-api-java-sdk | 773c97bc9617c31846011920a15ae2e2f67087b2 | [
"Apache-2.0"
] | 23 | 2020-09-28T07:54:20.000Z | 2022-02-22T03:15:12.000Z | src/main/java/com/tencent/ads/model/WechatAdBehavior.java | TencentAd/marketing-api-java-sdk | 773c97bc9617c31846011920a15ae2e2f67087b2 | [
"Apache-2.0"
] | 6 | 2020-11-04T02:38:09.000Z | 2021-11-10T02:36:00.000Z | src/main/java/com/tencent/ads/model/WechatAdBehavior.java | TencentAd/marketing-api-java-sdk | 773c97bc9617c31846011920a15ae2e2f67087b2 | [
"Apache-2.0"
] | 10 | 2021-01-28T09:04:55.000Z | 2022-03-07T12:15:44.000Z | 24.083333 | 100 | 0.687889 | 1,003,192 | /*
* Marketing API
* Marketing API
*
* OpenAPI spec version: 1.3
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
package com.tencent.ads.model;
import com.google.gson.Gson;
import com.go... |
9244f237e17e2644d6d8d92675f7cb8dc9692b57 | 8,243 | java | Java | src/main/java/com/binance/dex/api/client/encoding/message/sidechain/query/BechValidator.java | dogenkigen/java-sdk | 5b332f7f5f20a95ee088411f94d28aaf6c024162 | [
"Apache-2.0"
] | 102 | 2019-02-10T16:34:38.000Z | 2022-01-23T21:35:30.000Z | src/main/java/com/binance/dex/api/client/encoding/message/sidechain/query/BechValidator.java | dogenkigen/java-sdk | 5b332f7f5f20a95ee088411f94d28aaf6c024162 | [
"Apache-2.0"
] | 47 | 2019-03-04T05:55:49.000Z | 2022-02-14T02:58:56.000Z | src/main/java/com/binance/dex/api/client/encoding/message/sidechain/query/BechValidator.java | dogenkigen/java-sdk | 5b332f7f5f20a95ee088411f94d28aaf6c024162 | [
"Apache-2.0"
] | 70 | 2019-02-10T16:34:29.000Z | 2022-01-05T07:10:58.000Z | 26.003155 | 98 | 0.644426 | 1,003,193 | package com.binance.dex.api.client.encoding.message.sidechain.query;
import com.binance.dex.api.client.domain.stake.Commission;
import com.binance.dex.api.client.domain.stake.Description;
import com.binance.dex.api.client.domain.stake.sidechain.SideChainValidator;
import com.binance.dex.api.client.encoding.Crypto;
imp... |
9244f36ccb401480cc2c78aa1a9e3a4924068996 | 2,631 | java | Java | app/src/main/java/ca/itinerum/android/utilities/db/PromptDao.java | TRIP-Lab/itinerum-android | 2f65637812b0c7511e886a32d81a56ef91b32c73 | [
"MIT"
] | 6 | 2018-03-23T22:20:50.000Z | 2021-07-17T19:52:52.000Z | app/src/main/java/ca/itinerum/android/utilities/db/PromptDao.java | TRIP-Lab/itinerum-android | 2f65637812b0c7511e886a32d81a56ef91b32c73 | [
"MIT"
] | null | null | null | app/src/main/java/ca/itinerum/android/utilities/db/PromptDao.java | TRIP-Lab/itinerum-android | 2f65637812b0c7511e886a32d81a56ef91b32c73 | [
"MIT"
] | 1 | 2020-10-31T20:08:41.000Z | 2020-10-31T20:08:41.000Z | 34.618421 | 130 | 0.760167 | 1,003,194 | package ca.itinerum.android.utilities.db;
import android.arch.persistence.room.Dao;
import android.arch.persistence.room.Delete;
import android.arch.persistence.room.Insert;
import android.arch.persistence.room.OnConflictStrategy;
import android.arch.persistence.room.Query;
import android.arch.persistence.room.Update;... |
9244f4ceeed5fdddf097a6ccfddc25f6628c4095 | 1,816 | java | Java | src/test/java/de/jaggl/sqlbuilder/core/columns/number/doubletype/DoubleColumnTest.java | de-jaggl/sqlbuilder | d2b3ddeaf22f8d71f861723424100f388e4cbdbe | [
"MIT"
] | 6 | 2020-01-01T20:26:35.000Z | 2021-09-06T12:14:39.000Z | src/test/java/de/jaggl/sqlbuilder/core/columns/number/doubletype/DoubleColumnTest.java | de-jaggl/sqlbuilder | d2b3ddeaf22f8d71f861723424100f388e4cbdbe | [
"MIT"
] | 14 | 2020-01-04T19:21:00.000Z | 2020-08-26T09:57:27.000Z | src/test/java/de/jaggl/sqlbuilder/core/columns/number/doubletype/DoubleColumnTest.java | de-jaggl/sqlbuilder | d2b3ddeaf22f8d71f861723424100f388e4cbdbe | [
"MIT"
] | null | null | null | 44.292683 | 145 | 0.738987 | 1,003,195 | package de.jaggl.sqlbuilder.core.columns.number.doubletype;
import java.util.function.BiFunction;
import org.junit.jupiter.api.Test;
import de.jaggl.sqlbuilder.core.columns.number.doubletype.DoubleColumn;
import de.jaggl.sqlbuilder.core.columns.number.doubletype.DoubleColumnBuilder;
import de.jaggl.sqlbuilder.core.s... |
9244f58d8deeb9913233ede80a4ff35d9a7238e1 | 2,571 | java | Java | linden-core/src/main/java/com/xiaomi/linden/core/search/query/RangeQueryConstructor.java | XiaoMi/linden | 8568f4661d98147924e48fd4a4f7079bb57dcac6 | [
"Apache-2.0"
] | 252 | 2016-12-22T08:47:59.000Z | 2022-02-08T11:17:55.000Z | linden-core/src/main/java/com/xiaomi/linden/core/search/query/RangeQueryConstructor.java | happyapple668/linden | 2977cbf7d2feab8bd5803a7dacd02095053edd10 | [
"Apache-2.0"
] | 7 | 2017-06-02T06:30:40.000Z | 2022-03-28T19:39:20.000Z | linden-core/src/main/java/com/xiaomi/linden/core/search/query/RangeQueryConstructor.java | happyapple668/linden | 2977cbf7d2feab8bd5803a7dacd02095053edd10 | [
"Apache-2.0"
] | 55 | 2016-12-28T17:04:20.000Z | 2021-12-31T03:40:39.000Z | 38.373134 | 118 | 0.71373 | 1,003,196 | // Copyright 2016 Xiaomi, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... |
9244f69a05f14f65c56ed138f490567f6befbe5f | 578 | java | Java | Algorithm/src/main/java/com/leetcode/offer/CQueue.java | huangbin082/Bin | 34dc50a1684b23199cfa6517284a6f698c6f910d | [
"Apache-2.0"
] | null | null | null | Algorithm/src/main/java/com/leetcode/offer/CQueue.java | huangbin082/Bin | 34dc50a1684b23199cfa6517284a6f698c6f910d | [
"Apache-2.0"
] | 5 | 2021-05-26T15:03:42.000Z | 2022-01-04T14:30:13.000Z | Algorithm/src/main/java/com/leetcode/offer/CQueue.java | huangbinme/Bin | 6741afde67878cd1e853395817cb9c63e1900e9c | [
"Apache-2.0"
] | null | null | null | 19.931034 | 51 | 0.541522 | 1,003,197 | package com.leetcode.offer;
import java.util.Deque;
import java.util.LinkedList;
public class CQueue {
Deque<Integer> in;
Deque<Integer> out;
public CQueue() {
in = new LinkedList<>();
out = new LinkedList<>();
}
public void appendTail(int value) {
while (!out.isEmpty()) ... |
9244f7d1cacf87657768adc8e63330b3e544b382 | 427 | java | Java | ezydata-mongodb/src/test/java/com/tvd12/ezydata/mongodb/testing/bean/Duck.java | youngmonkeys/ezydata | 29d34e697c3d70a1d738b259715f0a12d343365c | [
"Apache-2.0"
] | 2 | 2021-07-08T14:13:47.000Z | 2022-02-27T12:28:12.000Z | ezydata-mongodb/src/test/java/com/tvd12/ezydata/mongodb/testing/bean/Duck.java | tvd12/ezydata | 1d5bacb52446d8be901af5e25e8f20d09c6ae2a6 | [
"Apache-2.0"
] | 4 | 2021-08-09T20:44:21.000Z | 2022-03-05T13:25:30.000Z | ezydata-mongodb/src/test/java/com/tvd12/ezydata/mongodb/testing/bean/Duck.java | youngmonkeys/ezydata | 29d34e697c3d70a1d738b259715f0a12d343365c | [
"Apache-2.0"
] | 2 | 2020-01-06T15:22:39.000Z | 2021-08-10T07:47:21.000Z | 19.409091 | 60 | 0.803279 | 1,003,198 | package com.tvd12.ezydata.mongodb.testing.bean;
import com.tvd12.ezyfox.database.annotation.EzyCollection;
import com.tvd12.ezyfox.database.annotation.EzyCollectionId;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@ToString
@EzyCollection("test_mongo_duck")
public class Duck {
... |
9244f96ae9887046bd8e23bc1cd0dadd1110eb73 | 1,035 | java | Java | src/main/java/io/renren/modules/generator/service/impl/WcsWarehouseServiceImpl.java | yxqzjj/renren-fast_wcs | 2c3febad63f98654582335d33c98ad7eb4b12b3c | [
"Apache-2.0"
] | null | null | null | src/main/java/io/renren/modules/generator/service/impl/WcsWarehouseServiceImpl.java | yxqzjj/renren-fast_wcs | 2c3febad63f98654582335d33c98ad7eb4b12b3c | [
"Apache-2.0"
] | 2 | 2021-04-22T17:02:51.000Z | 2021-09-20T20:55:03.000Z | src/main/java/io/renren/modules/generator/service/impl/WcsWarehouseServiceImpl.java | yxqzjj/renren-fast_wcs | 2c3febad63f98654582335d33c98ad7eb4b12b3c | [
"Apache-2.0"
] | null | null | null | 35.689655 | 126 | 0.77971 | 1,003,199 | package io.renren.modules.generator.service.impl;
import org.springframework.stereotype.Service;
import java.util.Map;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import io.r... |
9244f9d301412d6bb9ed778a9208adf5a5fa7429 | 906 | java | Java | initialize/src/main/java/com/bian/debugbox/box/ActivityLifeCycle.java | fhbianling/InitializeUtil | 659d6642f5fe65982dd1a29eb9300e53ad0e6f28 | [
"Apache-1.1"
] | 1 | 2017-09-09T09:10:28.000Z | 2017-09-09T09:10:28.000Z | initialize/src/main/java/com/bian/debugbox/box/ActivityLifeCycle.java | fhbianling/InitializeUtil | 659d6642f5fe65982dd1a29eb9300e53ad0e6f28 | [
"Apache-1.1"
] | null | null | null | initialize/src/main/java/com/bian/debugbox/box/ActivityLifeCycle.java | fhbianling/InitializeUtil | 659d6642f5fe65982dd1a29eb9300e53ad0e6f28 | [
"Apache-1.1"
] | null | null | null | 18.489796 | 81 | 0.711921 | 1,003,200 | package com.bian.debugbox.box;
import android.app.Activity;
import android.app.Application;
import android.os.Bundle;
/**
* author 边凌
* date 2017/6/8 21:12
* desc ${TODO}
*/
class ActivityLifeCycle implements Application.ActivityLifecycleCallbacks{
@Override
public void onActivityCreated(Activity activit... |
9244fa938b5709b69a1704679e2aaa54db02a53a | 627 | java | Java | app/src/main/java/ua/in/khol/oleh/touristweathercomparer/model/weather/yahoo/pojo/Astronomy.java | Unikince/WeatherComparator | 34a4020785fced32c0215cdf36e78b019523fb97 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/ua/in/khol/oleh/touristweathercomparer/model/weather/yahoo/pojo/Astronomy.java | Unikince/WeatherComparator | 34a4020785fced32c0215cdf36e78b019523fb97 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/ua/in/khol/oleh/touristweathercomparer/model/weather/yahoo/pojo/Astronomy.java | Unikince/WeatherComparator | 34a4020785fced32c0215cdf36e78b019523fb97 | [
"Apache-2.0"
] | null | null | null | 20.225806 | 72 | 0.669856 | 1,003,201 | package ua.in.khol.oleh.touristweathercomparer.model.weather.yahoo.pojo;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Astronomy {
@SerializedName("sunrise")
@Expose
private String sunrise;
@SerializedName("sunset")
@Expose
private... |
9244fb36d3a26899ac2ace73d62a3c50e99eb65e | 3,423 | java | Java | src/backend/main/java/com/mitchtalmadge/shillorkill/web/security/SecurityConfiguration.java | MitchTalmadge/CryptoHotOrNot | 7990bd0e0fc7323b9695ae9683ab9a3b581e5184 | [
"Apache-2.0"
] | 3 | 2018-09-20T01:03:54.000Z | 2020-02-13T16:54:18.000Z | src/backend/main/java/com/mitchtalmadge/shillorkill/web/security/SecurityConfiguration.java | MitchTalmadge/CryptoHotOrNot | 7990bd0e0fc7323b9695ae9683ab9a3b581e5184 | [
"Apache-2.0"
] | 2 | 2017-10-09T23:12:37.000Z | 2017-10-10T09:28:12.000Z | src/backend/main/java/com/mitchtalmadge/shillorkill/web/security/SecurityConfiguration.java | MitchTalmadge/CryptoHotOrNot | 7990bd0e0fc7323b9695ae9683ab9a3b581e5184 | [
"Apache-2.0"
] | 1 | 2018-09-20T01:03:55.000Z | 2018-09-20T01:03:55.000Z | 38.897727 | 113 | 0.708151 | 1,003,202 | /*
* Copyright (C) 2016 - 2017 AptiTekk, LLC. (https://AptiTekk.com/) - All Rights Reserved
* Unauthorized copying of any part of AptiLink, via any medium, is strictly prohibited.
* Proprietary and confidential.
*/
package com.mitchtalmadge.shillorkill.web.security;
import com.mitchtalmadge.shillorkill.web.securi... |
9244fbff64ac3ea1ab22a9c2ed0f0c25d55e55a4 | 460 | java | Java | src/main/java/com/snaket2003/konnect/backend/consumer/KafkaConsumer.java | snaket2003/konnect | 49d049246df2965cb84f3ffedc00cc277de91dfb | [
"Unlicense"
] | null | null | null | src/main/java/com/snaket2003/konnect/backend/consumer/KafkaConsumer.java | snaket2003/konnect | 49d049246df2965cb84f3ffedc00cc277de91dfb | [
"Unlicense"
] | 5 | 2021-05-06T15:30:12.000Z | 2022-02-19T00:13:15.000Z | src/main/java/com/snaket2003/konnect/backend/consumer/KafkaConsumer.java | snaket2003/konnect | 49d049246df2965cb84f3ffedc00cc277de91dfb | [
"Unlicense"
] | null | null | null | 28.75 | 74 | 0.773913 | 1,003,203 | package com.snaket2003.konnect.backend.consumer;
import org.springframework.kafka.annotation.EnableKafka;
import org.springframework.kafka.annotation.KafkaListener;
import org.springframework.stereotype.Component;
@Component
@EnableKafka
public class KafkaConsumer {
@KafkaListener(topics = "quickstart-offsets", ... |
9244fc20abb5b57e8920b95a0b43289b537f562f | 1,124 | java | Java | src/model/staff/concrete/PermanentImpl.java | lazokin/Java_StudentRecordSystem | ca97aa342df4ff31ead210467c27b9efaf0fadfe | [
"MIT"
] | 1 | 2016-05-02T22:18:17.000Z | 2016-05-02T22:18:17.000Z | src/model/staff/concrete/PermanentImpl.java | lazokin/Java_StudentRecordSystem | ca97aa342df4ff31ead210467c27b9efaf0fadfe | [
"MIT"
] | null | null | null | src/model/staff/concrete/PermanentImpl.java | lazokin/Java_StudentRecordSystem | ca97aa342df4ff31ead210467c27b9efaf0fadfe | [
"MIT"
] | null | null | null | 23.914894 | 81 | 0.646797 | 1,003,204 | package model.staff.concrete;
import model.exceptions.SRSException;
import model.staff.Employment;
import model.staff.EmploymentType;
import model.staff.interfaces.Permanent;
import model.staff.interfaces.Staff;
/**
* The PermanentImpl class represents a concrete permanent employee.
*
* @author Nikolce Ambukovski... |
9244fd12df684bc46ec8ef8696b659ad942376d2 | 4,577 | java | Java | src/test/java/nz/co/gregs/dbvolution/annotations/AutoFillDuringQueryIfPossibleTest.java | gregorydgraham/DBvolution | c0c9a9f05a9f4838dc3426b3726080cb7a29e87f | [
"Apache-2.0"
] | 4 | 2015-06-24T09:18:50.000Z | 2021-12-12T11:22:11.000Z | src/test/java/nz/co/gregs/dbvolution/annotations/AutoFillDuringQueryIfPossibleTest.java | gregorydgraham/DBvolution | c0c9a9f05a9f4838dc3426b3726080cb7a29e87f | [
"Apache-2.0"
] | 6 | 2015-06-04T04:09:05.000Z | 2022-01-21T23:19:57.000Z | src/test/java/nz/co/gregs/dbvolution/annotations/AutoFillDuringQueryIfPossibleTest.java | gregorydgraham/DBvolution | c0c9a9f05a9f4838dc3426b3726080cb7a29e87f | [
"Apache-2.0"
] | null | null | null | 34.156716 | 107 | 0.741752 | 1,003,205 | /*
* Copyright 2015 gregorygraham.
*
* 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... |
9244fd951b2ca8a9e83eb51c133d2ab0cdb24e59 | 4,166 | java | Java | src/AADLCompiler/runtime/ssac/aadl/runtime/io/TextFileReader.java | degulab/FALCON-SEED | 69c7ecd5c13dd75aa33371be086a3e77a068d8ca | [
"MIT"
] | null | null | null | src/AADLCompiler/runtime/ssac/aadl/runtime/io/TextFileReader.java | degulab/FALCON-SEED | 69c7ecd5c13dd75aa33371be086a3e77a068d8ca | [
"MIT"
] | null | null | null | src/AADLCompiler/runtime/ssac/aadl/runtime/io/TextFileReader.java | degulab/FALCON-SEED | 69c7ecd5c13dd75aa33371be086a3e77a068d8ca | [
"MIT"
] | null | null | null | 33.596774 | 112 | 0.632021 | 1,003,206 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* dis... |
9244fde30a1f4714e568d45a04309978f64ae6e2 | 862 | java | Java | third-integration/zentao/src/main/java/nl/sri/zentao/entity/ZtEntry.java | songdi676/paas-admin | cccf3c8b6a367d3d3bb96ffd9aa034dfb9abf3f7 | [
"Apache-2.0"
] | null | null | null | third-integration/zentao/src/main/java/nl/sri/zentao/entity/ZtEntry.java | songdi676/paas-admin | cccf3c8b6a367d3d3bb96ffd9aa034dfb9abf3f7 | [
"Apache-2.0"
] | null | null | null | third-integration/zentao/src/main/java/nl/sri/zentao/entity/ZtEntry.java | songdi676/paas-admin | cccf3c8b6a367d3d3bb96ffd9aa034dfb9abf3f7 | [
"Apache-2.0"
] | null | null | null | 16.901961 | 54 | 0.712297 | 1,003,207 | package nl.sri.zentao.entity;
import java.time.LocalDateTime;
import com.baomidou.mybatisplus.annotation.TableField;
import java.io.Serializable;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* <p>
*
* </p>
*
* @author wurunxiang
* @since 2020-07-22
*/
@Data
@EqualsAndHashCode(callSuper = false)
pu... |
9244ff5ef3822ff508e8be50099a9da089cd93e2 | 2,647 | java | Java | src/main/java/org/gbif/ipt/struts2/IptI18nInterceptor.java | vjrj/ipt | 65ebec2f7345cc0b3ab3544a50599c1c0b8e7078 | [
"Apache-2.0"
] | 106 | 2015-05-16T05:46:30.000Z | 2022-03-15T00:47:27.000Z | src/main/java/org/gbif/ipt/struts2/IptI18nInterceptor.java | vjrj/ipt | 65ebec2f7345cc0b3ab3544a50599c1c0b8e7078 | [
"Apache-2.0"
] | 587 | 2015-05-15T09:18:48.000Z | 2022-03-28T14:18:04.000Z | src/main/java/org/gbif/ipt/struts2/IptI18nInterceptor.java | vjrj/ipt | 65ebec2f7345cc0b3ab3544a50599c1c0b8e7078 | [
"Apache-2.0"
] | 62 | 2015-05-27T17:02:56.000Z | 2022-03-15T19:36:29.000Z | 36.260274 | 109 | 0.722327 | 1,003,208 | /*
* Copyright 2021 Global Biodiversity Information Facility (GBIF)
*
* 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 requ... |
92450170a18ca362775cab9628a5c7014bd87548 | 2,879 | java | Java | presto-main/src/test/java/com/facebook/presto/TestHiddenColumns.java | andytinycat/presto | 48b632cb8c411461198869bd210a5649a27cefe8 | [
"Apache-2.0"
] | 456 | 2015-04-23T09:24:25.000Z | 2022-01-11T08:49:25.000Z | presto-main/src/test/java/com/facebook/presto/TestHiddenColumns.java | andytinycat/presto | 48b632cb8c411461198869bd210a5649a27cefe8 | [
"Apache-2.0"
] | 10 | 2015-08-02T15:37:23.000Z | 2020-11-18T07:33:46.000Z | presto-main/src/test/java/com/facebook/presto/TestHiddenColumns.java | ricdong/presto | 29b76b405b26656d326da8381bbd3f313451df3f | [
"Apache-2.0"
] | 123 | 2015-04-30T04:04:40.000Z | 2021-04-08T09:57:34.000Z | 41.724638 | 177 | 0.708579 | 1,003,209 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
924501905b78877fc24117b079cc60b23473877b | 15,032 | java | Java | library/src/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.java | worldofwonders/Android-Universal-Image-Loader | 021844a472f88bbde44a81182d153ac2ba41cec0 | [
"Apache-2.0"
] | 2 | 2020-12-25T20:43:15.000Z | 2020-12-26T09:30:19.000Z | library/src/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.java | corymail/Android-Universal-Image-Loader | d4184857c88ef8db7d36393084853ee6af661065 | [
"Apache-2.0"
] | null | null | null | library/src/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.java | corymail/Android-Universal-Image-Loader | d4184857c88ef8db7d36393084853ee6af661065 | [
"Apache-2.0"
] | null | null | null | 35.536643 | 154 | 0.73736 | 1,003,210 | /*******************************************************************************
* Copyright 2011-2013 Sergey Tarasevich
*
* 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.... |
924502c56670017dadcb56fcebb733476e510c6e | 1,311 | java | Java | src/main/java/com/amadeus/jenkins/opentracing/WorkaroundGraphListener.java | AmadeusITGroup/jenkins-opentracing-plugin | 56cc6cd903770d35db27d3cacd86ded1e4b6f43a | [
"MIT"
] | null | null | null | src/main/java/com/amadeus/jenkins/opentracing/WorkaroundGraphListener.java | AmadeusITGroup/jenkins-opentracing-plugin | 56cc6cd903770d35db27d3cacd86ded1e4b6f43a | [
"MIT"
] | null | null | null | src/main/java/com/amadeus/jenkins/opentracing/WorkaroundGraphListener.java | AmadeusITGroup/jenkins-opentracing-plugin | 56cc6cd903770d35db27d3cacd86ded1e4b6f43a | [
"MIT"
] | 1 | 2021-04-09T11:01:51.000Z | 2021-04-09T11:01:51.000Z | 38.558824 | 97 | 0.786423 | 1,003,211 | package com.amadeus.jenkins.opentracing;
import hudson.Extension;
import hudson.ExtensionList;
import org.jenkinsci.plugins.workflow.flow.GraphListener;
import org.jenkinsci.plugins.workflow.graph.FlowNode;
import org.jenkinsci.plugins.workflow.graph.FlowStartNode;
import org.kohsuke.accmod.Restricted;
import org.kohs... |
924504790343cb13c19b9b99d3d1f880eaa16a98 | 9,590 | java | Java | src/test/java/net/iaminnovative/keyvault/AzureCryptoClientTest.java | magooster/kv-tm | bd6ea75e5ff095b2d85e69a24f245bbba95418ae | [
"Apache-2.0"
] | null | null | null | src/test/java/net/iaminnovative/keyvault/AzureCryptoClientTest.java | magooster/kv-tm | bd6ea75e5ff095b2d85e69a24f245bbba95418ae | [
"Apache-2.0"
] | null | null | null | src/test/java/net/iaminnovative/keyvault/AzureCryptoClientTest.java | magooster/kv-tm | bd6ea75e5ff095b2d85e69a24f245bbba95418ae | [
"Apache-2.0"
] | null | null | null | 39.146341 | 118 | 0.588266 | 1,003,212 | /*
* Copyright 2020 Ian Cusden.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writ... |
92450484f6f9d996e3c9bcff38106a1ff7cdc752 | 487 | java | Java | src/com/debanshu777/manager/FilmManagerInterface.java | Debanshu777/ExtJS-Movie-Crud-App | 5fdc50f214eef65491090db771d460b95d94108b | [
"Apache-2.0"
] | null | null | null | src/com/debanshu777/manager/FilmManagerInterface.java | Debanshu777/ExtJS-Movie-Crud-App | 5fdc50f214eef65491090db771d460b95d94108b | [
"Apache-2.0"
] | null | null | null | src/com/debanshu777/manager/FilmManagerInterface.java | Debanshu777/ExtJS-Movie-Crud-App | 5fdc50f214eef65491090db771d460b95d94108b | [
"Apache-2.0"
] | null | null | null | 32.466667 | 83 | 0.815195 | 1,003,213 | package com.debanshu777.manager;
import com.debanshu777.daoImpl.FilmHibernateDAO;
import com.debanshu777.model.FilmPOJO;
public interface FilmManagerInterface {
public FilmHibernateDAO getInstance();
public void insert(FilmPOJO insertfilm);
public void update(FilmPOJO updatefilm);
public void delete(int id);
p... |
9245055830598bc3987c5399691e878f1552154c | 1,512 | java | Java | FxBrowser/src/main/java/OTM_FX/FxBrowser/DialogBoxOLD.java | OpenTravel/otm-dex | 6055e9f4649fc776164bb9cd054713b1b4e87bb7 | [
"Apache-2.0"
] | null | null | null | FxBrowser/src/main/java/OTM_FX/FxBrowser/DialogBoxOLD.java | OpenTravel/otm-dex | 6055e9f4649fc776164bb9cd054713b1b4e87bb7 | [
"Apache-2.0"
] | 1 | 2019-12-05T16:30:21.000Z | 2019-12-20T17:22:49.000Z | FxBrowser/src/main/java/OTM_FX/FxBrowser/DialogBoxOLD.java | OpenTravel/otm-dex | 6055e9f4649fc776164bb9cd054713b1b4e87bb7 | [
"Apache-2.0"
] | null | null | null | 25.2 | 66 | 0.699074 | 1,003,214 | /**
*
*/
package OTM_FX.FxBrowser;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.layout.VBox;
import javafx.stage.Modality;
import javafx.stage.Stage;
/**
* @author dmh
*
*/
@SuppressWarnings("r... |
9245058efe8a932e86f23d38994a29305cb5a186 | 15,897 | java | Java | app/src/main/java/com/lwd/qjtv/view/CustomCursorAdapter.java | 541660139/qjtv | a2aed5aca0e7a4211226e1a8a6f5e63c4f401fc5 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/lwd/qjtv/view/CustomCursorAdapter.java | 541660139/qjtv | a2aed5aca0e7a4211226e1a8a6f5e63c4f401fc5 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/lwd/qjtv/view/CustomCursorAdapter.java | 541660139/qjtv | a2aed5aca0e7a4211226e1a8a6f5e63c4f401fc5 | [
"Apache-2.0"
] | null | null | null | 40.452926 | 113 | 0.641276 | 1,003,215 | package com.lwd.qjtv.view;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.support.annotation.RestrictTo;
import android.support.v4.widget.CursorAdapter;
import android.support.v4.widget.SimpleCursorAdapter;
import android.view.View;
import android.widget.ImageVie... |
9245061e84a6e73efaf933221d6ffb5765da98fa | 107 | java | Java | src/patterns/visitor/Node.java | dictxwang/java-design-patterns | b7836ee832a54bb5653b2c70c6501723b6aa7a70 | [
"MIT"
] | null | null | null | src/patterns/visitor/Node.java | dictxwang/java-design-patterns | b7836ee832a54bb5653b2c70c6501723b6aa7a70 | [
"MIT"
] | null | null | null | src/patterns/visitor/Node.java | dictxwang/java-design-patterns | b7836ee832a54bb5653b2c70c6501723b6aa7a70 | [
"MIT"
] | null | null | null | 15.285714 | 47 | 0.785047 | 1,003,216 | package patterns.visitor;
public abstract class Node {
public abstract void accept(IVisitor visitor);
}
|
92450657cb4b6c52d68bcdd7b575200cd7f6bbf4 | 2,293 | java | Java | templating/thymeleaf-portlet-api/src/main/java/org/apache/pluto/thymeleaf/portlet/PortletMessageResolver.java | kimduquan/EPF-portal | ffd08d7ee4a40addf8498805d2a92912e769c93e | [
"Apache-2.0"
] | 27 | 2015-08-26T17:55:02.000Z | 2021-11-09T21:19:00.000Z | templating/thymeleaf-portlet-api/src/main/java/org/apache/pluto/thymeleaf/portlet/PortletMessageResolver.java | kimduquan/EPF-portal | ffd08d7ee4a40addf8498805d2a92912e769c93e | [
"Apache-2.0"
] | 37 | 2016-12-02T00:29:29.000Z | 2018-10-25T20:19:52.000Z | templating/thymeleaf-portlet-api/src/main/java/org/apache/pluto/thymeleaf/portlet/PortletMessageResolver.java | isabella232/portals-pluto | f32666586731297815202c4a9479a907f5108b6c | [
"Apache-2.0"
] | 45 | 2015-07-10T07:09:46.000Z | 2022-01-11T07:15:12.000Z | 30.986486 | 118 | 0.756215 | 1,003,217 | /*
* 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 ... |
92450785019d85da152a6ce455d284325a9c9dc8 | 1,013 | java | Java | java/java.debug/src/org/netbeans/modules/java/debug/OffsetProvider.java | tusharvjoshi/incubator-netbeans | a61bd21f4324f7e73414633712522811cb20ac93 | [
"Apache-2.0"
] | 1,056 | 2019-04-25T20:00:35.000Z | 2022-03-30T04:46:14.000Z | java/java.debug/src/org/netbeans/modules/java/debug/OffsetProvider.java | tusharvjoshi/incubator-netbeans | a61bd21f4324f7e73414633712522811cb20ac93 | [
"Apache-2.0"
] | 1,846 | 2019-04-25T20:50:05.000Z | 2022-03-31T23:40:41.000Z | java/java.debug/src/org/netbeans/modules/java/debug/OffsetProvider.java | tusharvjoshi/incubator-netbeans | a61bd21f4324f7e73414633712522811cb20ac93 | [
"Apache-2.0"
] | 550 | 2019-04-25T20:04:33.000Z | 2022-03-25T17:43:01.000Z | 30.69697 | 63 | 0.736426 | 1,003,218 | /*
* 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 ... |
92450797b7d2688ad7c58143e3374da0ff09ddc8 | 3,074 | java | Java | perspective/src/main/java/org/netbeans/modules/perspective/views/LayerElement.java | timboudreau/netbeans-contrib | e414495e8585df9911392d7e3b190153759ff6d3 | [
"Apache-2.0"
] | 2 | 2018-07-19T08:40:29.000Z | 2019-12-07T19:37:03.000Z | perspective/src/main/java/org/netbeans/modules/perspective/views/LayerElement.java | timboudreau/netbeans-contrib | e414495e8585df9911392d7e3b190153759ff6d3 | [
"Apache-2.0"
] | 4 | 2021-02-03T19:27:41.000Z | 2021-08-02T17:04:13.000Z | perspective/src/main/java/org/netbeans/modules/perspective/views/LayerElement.java | timboudreau/netbeans-contrib | e414495e8585df9911392d7e3b190153759ff6d3 | [
"Apache-2.0"
] | 2 | 2020-10-03T14:44:58.000Z | 2022-01-13T22:03:24.000Z | 33.78022 | 72 | 0.718933 | 1,003,219 | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common
* Development and Distribution License("CDDL")... |
92450801658b57c0f41135a019310b128825ce8c | 1,198 | java | Java | Java-Kotlin/src/main/java/jianzhi/jz25.java | jamesxuhaozhe/LeetCode-Java-Kotlin | ea4c60f8f78b42081430b99e0c766c0513461877 | [
"MIT"
] | 4 | 2019-07-19T02:37:42.000Z | 2019-08-05T05:09:04.000Z | Java-Kotlin/src/main/java/jianzhi/jz25.java | jamesxuhaozhe/LeetCode-Java-Kotlin | ea4c60f8f78b42081430b99e0c766c0513461877 | [
"MIT"
] | 4 | 2019-07-18T00:57:29.000Z | 2020-06-28T04:29:12.000Z | Java-Kotlin/src/main/java/jianzhi/jz25.java | jamesxuhaozhe/LeetCode-Java-Kotlin | ea4c60f8f78b42081430b99e0c766c0513461877 | [
"MIT"
] | null | null | null | 28.52381 | 90 | 0.595993 | 1,003,220 | package jianzhi;
import common.datastructure.RandomListNode;
public class jz25 {
public RandomListNode Clone(RandomListNode pHead) {
if (pHead == null) {
return null;
}
RandomListNode currentNode = pHead;
while (currentNode != null) {
RandomListNode copyNo... |
92450817daba70b655ac9f45f687c2de753fa8c9 | 384 | java | Java | app/base.core/src/main/java/eapli/base/gestaoordensproducao/fileImporters/ImportarOrdemProducaoFactory.java | joaomfas/LAPR4-2019-2020 | a80ec45b48c16c9f22c12cf1336b2da3e9511525 | [
"MIT"
] | null | null | null | app/base.core/src/main/java/eapli/base/gestaoordensproducao/fileImporters/ImportarOrdemProducaoFactory.java | joaomfas/LAPR4-2019-2020 | a80ec45b48c16c9f22c12cf1336b2da3e9511525 | [
"MIT"
] | null | null | null | app/base.core/src/main/java/eapli/base/gestaoordensproducao/fileImporters/ImportarOrdemProducaoFactory.java | joaomfas/LAPR4-2019-2020 | a80ec45b48c16c9f22c12cf1336b2da3e9511525 | [
"MIT"
] | null | null | null | 22.588235 | 66 | 0.664063 | 1,003,221 | package eapli.base.gestaoordensproducao.fileImporters;
/**
*
* @author mdias
*/
public class ImportarOrdemProducaoFactory {
public final IOrdemProducaoImporter build(FileFormat formato){
switch (formato) {
case CSV:
return new CSVOrdemProducaoImporter();
}
th... |
92450861b6f7658de0cbc6c6e88a6d19b042e13a | 3,717 | java | Java | src/main/java/io/fouad/jtb/core/beans/Document.java | hoota/JTelegramBot | 6145ed1eb5c60c26223f23daec442371019b48ce | [
"MIT"
] | 90 | 2016-05-17T17:21:25.000Z | 2021-11-19T12:03:17.000Z | src/main/java/io/fouad/jtb/core/beans/Document.java | hoota/JTelegramBot | 6145ed1eb5c60c26223f23daec442371019b48ce | [
"MIT"
] | 7 | 2016-12-16T08:46:26.000Z | 2018-10-04T15:55:00.000Z | src/main/java/io/fouad/jtb/core/beans/Document.java | hoota/JTelegramBot | 6145ed1eb5c60c26223f23daec442371019b48ce | [
"MIT"
] | 31 | 2016-06-23T19:51:57.000Z | 2021-11-24T09:57:50.000Z | 30.975 | 102 | 0.694377 | 1,003,222 | /*
* The MIT License (MIT)
*
* Copyright (c) 2016 Fouad Almalki
*
* 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... |
9245087ffd8ab5db2dfeb1429e771dabd3d88b1e | 1,255 | java | Java | dionne-client/src/main/java/com/vivvo/userservice/UserClient.java | ItzProxy/HackathonJan12 | 7c6ce5abbd7d5703d29f19122a04751f7d56ae55 | [
"MIT"
] | null | null | null | dionne-client/src/main/java/com/vivvo/userservice/UserClient.java | ItzProxy/HackathonJan12 | 7c6ce5abbd7d5703d29f19122a04751f7d56ae55 | [
"MIT"
] | null | null | null | dionne-client/src/main/java/com/vivvo/userservice/UserClient.java | ItzProxy/HackathonJan12 | 7c6ce5abbd7d5703d29f19122a04751f7d56ae55 | [
"MIT"
] | null | null | null | 23.679245 | 57 | 0.553785 | 1,003,223 | package com.vivvo.userservice;
import lombok.Setter;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.Entity;
import javax.ws.rs.client.WebTarget;
import javax.ws.rs.core.GenericType;
import java.util.List;
import java.util.UUID;
public class UserClient {
@Setter
private String baseUri = ... |
924508dd24d0ad56d19af1c47c59976d47456088 | 11,453 | java | Java | src/main/java/com/zfgc/dbobj/UserSecuritySettingsDbObj.java | ZFGCCP/ZFGC3 | e2a30779cdb9fab2918739a316a013239fe18121 | [
"MIT"
] | 4 | 2015-07-02T03:55:28.000Z | 2019-09-01T05:57:42.000Z | src/main/java/com/zfgc/dbobj/UserSecuritySettingsDbObj.java | ZFGCCP/ZFGC3 | e2a30779cdb9fab2918739a316a013239fe18121 | [
"MIT"
] | 199 | 2015-12-18T06:18:02.000Z | 2022-02-26T10:33:08.000Z | src/main/java/com/zfgc/dbobj/UserSecuritySettingsDbObj.java | ZFGCCP/ZFGC3 | e2a30779cdb9fab2918739a316a013239fe18121 | [
"MIT"
] | 1 | 2019-05-24T23:51:30.000Z | 2019-05-24T23:51:30.000Z | 40.758007 | 153 | 0.775692 | 1,003,224 | package com.zfgc.dbobj;
public class UserSecuritySettingsDbObj {
/**
* This field was generated by MyBatis Generator. This field corresponds to the database column USER_SECURITY_SETTINGS.USER_SECURITY_SETTINGS_ID
* @mbg.generated Sun Mar 31 13:23:26 EDT 2019
*/
private Integer userSecuritySettingsId;
/**
... |
92450a57f97dbe570183a5e26d9e32cab5370fb9 | 15,610 | java | Java | src/main/java/com/microsoft/schemas/office/visio/x2012/main/DataRecordSetType.java | pjfanning/poi-ooxml-lite-build | 34af44251cb99fcdf8de2f844af686da8870e7db | [
"Apache-2.0"
] | null | null | null | src/main/java/com/microsoft/schemas/office/visio/x2012/main/DataRecordSetType.java | pjfanning/poi-ooxml-lite-build | 34af44251cb99fcdf8de2f844af686da8870e7db | [
"Apache-2.0"
] | null | null | null | src/main/java/com/microsoft/schemas/office/visio/x2012/main/DataRecordSetType.java | pjfanning/poi-ooxml-lite-build | 34af44251cb99fcdf8de2f844af686da8870e7db | [
"Apache-2.0"
] | null | null | null | 25.340909 | 217 | 0.648943 | 1,003,225 | /*
* XML Type: DataRecordSet_Type
* Namespace: http://schemas.microsoft.com/office/visio/2012/main
* Java type: com.microsoft.schemas.office.visio.x2012.main.DataRecordSetType
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.office.visio.x2012.main;
import org.apache.xmlbeans.impl.s... |
92450a87dc4e365da9dea2c45b42a5a5c68e8209 | 1,149 | java | Java | ReactAndroid/src/main/java/com/facebook/fbreact/specs/NativeDevMenuSpec.java | sjchmiela/react-native | 9d6d39de86057f92d41a9f7eed7fdddf1ac09582 | [
"CC-BY-4.0",
"MIT"
] | 456 | 2020-09-07T05:26:22.000Z | 2022-03-29T06:43:13.000Z | ReactAndroid/src/main/java/com/facebook/fbreact/specs/NativeDevMenuSpec.java | sjchmiela/react-native | 9d6d39de86057f92d41a9f7eed7fdddf1ac09582 | [
"CC-BY-4.0",
"MIT"
] | 23 | 2021-01-03T07:48:10.000Z | 2022-03-29T11:42:12.000Z | ReactAndroid/src/main/java/com/facebook/fbreact/specs/NativeDevMenuSpec.java | sjchmiela/react-native | 9d6d39de86057f92d41a9f7eed7fdddf1ac09582 | [
"CC-BY-4.0",
"MIT"
] | 228 | 2020-10-07T17:15:26.000Z | 2022-03-25T18:09:28.000Z | 28.02439 | 120 | 0.790252 | 1,003,226 | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*
* <p>Generated by an internal genrule from Flow types.
*
* @generated
* @nolint
*/
package com.facebook.fbreact.specs;
imp... |
92450acdcd8ebe0a80eb86eb4f81f4619ca0ec95 | 694 | java | Java | Rz Rasel - 2017-08-21/NavigationDrawerOne/app/src/main/java/com/sm/navigationdrawerone/DynamicModel.java | rzrasel/Android-Utility-Class | 545d8a1d60ec954428b477bbdef2b789b99e8259 | [
"Apache-2.0"
] | null | null | null | Rz Rasel - 2017-08-21/NavigationDrawerOne/app/src/main/java/com/sm/navigationdrawerone/DynamicModel.java | rzrasel/Android-Utility-Class | 545d8a1d60ec954428b477bbdef2b789b99e8259 | [
"Apache-2.0"
] | null | null | null | Rz Rasel - 2017-08-21/NavigationDrawerOne/app/src/main/java/com/sm/navigationdrawerone/DynamicModel.java | rzrasel/Android-Utility-Class | 545d8a1d60ec954428b477bbdef2b789b99e8259 | [
"Apache-2.0"
] | null | null | null | 19.828571 | 65 | 0.636888 | 1,003,227 | package com.sm.navigationdrawerone;
/**
* Created by Rz Rasel on 2017-08-21.
*/
public class DynamicModel {
private String title;
private String description;
public DynamicModel() {
//
}
public DynamicModel(String argTitle, String argDescription) {
this.title = argTitle;
... |
92450b4f532385e634596d63cd53d0af8a385ea8 | 4,473 | java | Java | src/main/java/de/fs92/defi/util/Ethereum.java | FabianSchuessler/java-defi-bot | 2fc620bd849817853f78a2a41bca414a125d3b52 | [
"MIT"
] | 17 | 2020-05-21T10:49:21.000Z | 2022-01-20T07:10:57.000Z | src/main/java/de/fs92/defi/util/Ethereum.java | iikirilov/java-defi-bot | 2fc620bd849817853f78a2a41bca414a125d3b52 | [
"MIT"
] | 1 | 2020-05-01T13:23:36.000Z | 2020-05-02T20:35:55.000Z | src/main/java/de/fs92/defi/util/Ethereum.java | iikirilov/java-defi-bot | 2fc620bd849817853f78a2a41bca414a125d3b52 | [
"MIT"
] | 8 | 2020-07-13T13:28:19.000Z | 2022-02-26T20:13:21.000Z | 36.072581 | 99 | 0.707579 | 1,003,228 | package de.fs92.defi.util;
import de.fs92.defi.contractneedsprovider.ContractNeedsProvider;
import de.fs92.defi.contractneedsprovider.Permissions;
import de.fs92.defi.medianizer.MedianException;
import de.fs92.defi.numberutil.Wad18;
import org.jetbrains.annotations.NotNull;
import org.slf4j.LoggerFactory;
import org.w... |
92450c141a1e84efd7392187b04f8d20d0a0cfb9 | 861 | java | Java | Sample_common/src/test/java/com/yuhs/utils/ssh/SSHUtilsTest.java | ukis-yuhs/springmvc | f5ee3a209a48ecf7c2d65740edf019b6c031b1a1 | [
"MIT"
] | null | null | null | Sample_common/src/test/java/com/yuhs/utils/ssh/SSHUtilsTest.java | ukis-yuhs/springmvc | f5ee3a209a48ecf7c2d65740edf019b6c031b1a1 | [
"MIT"
] | 14 | 2020-03-04T22:37:02.000Z | 2021-12-09T21:02:38.000Z | Sample_common/src/test/java/com/yuhs/utils/ssh/SSHUtilsTest.java | ukis-yuhs/springmvc | f5ee3a209a48ecf7c2d65740edf019b6c031b1a1 | [
"MIT"
] | null | null | null | 30.857143 | 90 | 0.510417 | 1,003,229 | package com.yuhs.utils.ssh;
import org.junit.Test;
/**
* Created by yuhaisheng on 2019/6/2.
*/
public class SSHUtilsTest {
@Test
public void test() {
// SSHUtils s=new SSHUtils();
// try {
// System.out.println(s.login("172.16.17.32", "runner", ""));
// //s.downloadF... |
92450c27e974e62b36cc2cc4422bc86f935a87bb | 3,891 | java | Java | systemtests/src/test/java/io/enmasse/systemtest/standard/web/ChromeWebConsoleTest.java | ertanden/enmasse | 81e40101e35ea5d9f42b5f44497bec170c646b85 | [
"Apache-2.0"
] | null | null | null | systemtests/src/test/java/io/enmasse/systemtest/standard/web/ChromeWebConsoleTest.java | ertanden/enmasse | 81e40101e35ea5d9f42b5f44497bec170c646b85 | [
"Apache-2.0"
] | null | null | null | systemtests/src/test/java/io/enmasse/systemtest/standard/web/ChromeWebConsoleTest.java | ertanden/enmasse | 81e40101e35ea5d9f42b5f44497bec170c646b85 | [
"Apache-2.0"
] | null | null | null | 26.650685 | 129 | 0.71267 | 1,003,230 | /*
* Copyright 2018, EnMasse authors.
* License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
*/
package io.enmasse.systemtest.standard.web;
import io.enmasse.systemtest.AddressType;
import io.enmasse.systemtest.Destination;
import io.enmasse.systemtest.KeycloakCredentia... |
92450ccca69b43c55f2e9abaca09efb7bb7880da | 4,442 | java | Java | src/main/java/nc/multiblock/fission/tile/IFissionComponent.java | ThizThizzyDizzy/NuclearCraft | ce40952542e422a6e509dc756aa0415766732655 | [
"MIT"
] | 180 | 2016-01-13T07:49:52.000Z | 2021-10-01T03:47:59.000Z | src/main/java/nc/multiblock/fission/tile/IFissionComponent.java | ThizThizzyDizzy/NuclearCraft | ce40952542e422a6e509dc756aa0415766732655 | [
"MIT"
] | 742 | 2016-01-18T04:42:34.000Z | 2021-09-26T16:35:50.000Z | src/main/java/nc/multiblock/fission/tile/IFissionComponent.java | ThizThizzyDizzy/NuclearCraft | ce40952542e422a6e509dc756aa0415766732655 | [
"MIT"
] | 150 | 2016-01-18T04:18:35.000Z | 2021-09-01T18:15:06.000Z | 33.398496 | 226 | 0.758217 | 1,003,231 | package nc.multiblock.fission.tile;
import java.util.Iterator;
import javax.annotation.Nullable;
import it.unimi.dsi.fastutil.longs.Long2ObjectMap;
import it.unimi.dsi.fastutil.objects.Object2IntMap;
import nc.multiblock.fission.FissionCluster;
import nc.multiblock.fission.tile.IFissionFuelComponent.*;
import nc.uti... |
92450cfb42bc76a85d0cdc99e2799de297097013 | 1,095 | java | Java | src/main/java/by/hunar/graphql/converter/OrderStateConverter.java | hunarepam/graphql | ac8ba8ba8163bbba4bbf226555ed34978d8c2fbf | [
"Apache-2.0"
] | null | null | null | src/main/java/by/hunar/graphql/converter/OrderStateConverter.java | hunarepam/graphql | ac8ba8ba8163bbba4bbf226555ed34978d8c2fbf | [
"Apache-2.0"
] | null | null | null | src/main/java/by/hunar/graphql/converter/OrderStateConverter.java | hunarepam/graphql | ac8ba8ba8163bbba4bbf226555ed34978d8c2fbf | [
"Apache-2.0"
] | null | null | null | 36.5 | 89 | 0.721461 | 1,003,232 | package by.hunar.graphql.converter;
import by.hunar.graphql.entity.OrderStateEntity;
import by.hunar.graphql.model.OrderState;
import by.hunar.graphql.repository.OrderStateRepository;
import java.util.Optional;
import org.springframework.stereotype.Component;
@Component
public record OrderStateConverter(OrderStateRep... |
92450dd69e4f1dcec5a5f55ad3386f0fc48295be | 1,491 | java | Java | mantis-tests/src/test/java/ru/andrew/mantis/applicationManager/MailHelper.java | AndrewFlu/JavaPFT_Mac | eaccee9cf3916206870abeda85319c9bbd8d7c20 | [
"Apache-2.0"
] | null | null | null | mantis-tests/src/test/java/ru/andrew/mantis/applicationManager/MailHelper.java | AndrewFlu/JavaPFT_Mac | eaccee9cf3916206870abeda85319c9bbd8d7c20 | [
"Apache-2.0"
] | null | null | null | mantis-tests/src/test/java/ru/andrew/mantis/applicationManager/MailHelper.java | AndrewFlu/JavaPFT_Mac | eaccee9cf3916206870abeda85319c9bbd8d7c20 | [
"Apache-2.0"
] | null | null | null | 24.442623 | 102 | 0.672703 | 1,003,233 | package ru.andrew.mantis.applicationManager;
import org.subethamail.wiser.Wiser;
import org.subethamail.wiser.WiserMessage;
import ru.andrew.mantis.model.MailMessage;
import javax.mail.MessagingException;
import javax.mail.internet.MimeMessage;
import java.io.IOException;
import java.util.List;
import java.util.strea... |
92450e46f07da47b169b839364a5a294b3581fbc | 6,125 | java | Java | RSX/app/src/main/java/com/rockola/rsx/FotoActivity.java | Eduardox18/PF_Android_DH | b2dea9ddf05964f3148d4451195575c23cc5381b | [
"MIT"
] | null | null | null | RSX/app/src/main/java/com/rockola/rsx/FotoActivity.java | Eduardox18/PF_Android_DH | b2dea9ddf05964f3148d4451195575c23cc5381b | [
"MIT"
] | null | null | null | RSX/app/src/main/java/com/rockola/rsx/FotoActivity.java | Eduardox18/PF_Android_DH | b2dea9ddf05964f3148d4451195575c23cc5381b | [
"MIT"
] | null | null | null | 33.839779 | 83 | 0.631673 | 1,003,234 | package com.rockola.rsx;
import android.Manifest;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.graphics.drawable.BitmapDrawable;
import android.net.Uri;
import android.o... |
92450e80065b3acf458f53cbdb0693cb3323d8f3 | 2,632 | java | Java | src/main/java/za/co/kmotsepe/tasuku/checkstyle/CheckStyleListener.java | kmotsepe/tasuku | 134a8a99bd04d6b337d663a103a595084013137f | [
"MIT"
] | null | null | null | src/main/java/za/co/kmotsepe/tasuku/checkstyle/CheckStyleListener.java | kmotsepe/tasuku | 134a8a99bd04d6b337d663a103a595084013137f | [
"MIT"
] | 2 | 2017-07-21T08:40:28.000Z | 2019-05-11T19:38:26.000Z | src/main/java/za/co/kmotsepe/tasuku/checkstyle/CheckStyleListener.java | kmotsepe/tasuku | 134a8a99bd04d6b337d663a103a595084013137f | [
"MIT"
] | null | null | null | 24.146789 | 84 | 0.631079 | 1,003,235 | /**
* Checkstyle related implementations
*/
package za.co.kmotsepe.tasuku.checkstyle;
import com.google.common.eventbus.EventBus;
import com.puppycrawl.tools.checkstyle.api.AuditEvent;
import com.puppycrawl.tools.checkstyle.api.AuditListener;
import lombok.Getter;
import lombok.Setter;
import org.apache.commons.io.F... |
92450f058b5e450dc006f3088304e4681a9b95f5 | 594 | java | Java | pnet-data-api-java/src/main/java/pnet/data/api/util/RestrictControllingArea.java | porscheinformatik/pnet-data-api | 5a38384622bbd6ada3460d496ed558848c6430bb | [
"Apache-2.0"
] | null | null | null | pnet-data-api-java/src/main/java/pnet/data/api/util/RestrictControllingArea.java | porscheinformatik/pnet-data-api | 5a38384622bbd6ada3460d496ed558848c6430bb | [
"Apache-2.0"
] | 8 | 2019-10-16T06:15:35.000Z | 2020-07-29T10:55:58.000Z | pnet-data-api-java/src/main/java/pnet/data/api/util/RestrictControllingArea.java | porscheinformatik/pnet-data-api | 5a38384622bbd6ada3460d496ed558848c6430bb | [
"Apache-2.0"
] | 1 | 2021-11-07T05:55:50.000Z | 2021-11-07T05:55:50.000Z | 23.76 | 94 | 0.722222 | 1,003,236 | package pnet.data.api.util;
import java.util.Collection;
/**
* Restricts controlling areas.
*
* @author ham
* @param <SELF> the type of the filter for chaining
*/
public interface RestrictControllingArea<SELF extends Restrict<SELF>> extends Restrict<SELF>
{
default SELF controllingArea(String... controlling... |
92450f1d2cbf8b7a658d50e84b8276db83b101a5 | 4,572 | java | Java | telegram-api/src/main/java/tech/teslex/telegroo/telegram/api/types/update/Update.java | TesLex/telegroo | 9310c0f3369abdbe8da01e38b2d5305055620167 | [
"Apache-2.0"
] | 1 | 2019-01-31T21:45:30.000Z | 2019-01-31T21:45:30.000Z | telegram-api/src/main/java/tech/teslex/telegroo/telegram/api/types/update/Update.java | TesLex/telegroo | 9310c0f3369abdbe8da01e38b2d5305055620167 | [
"Apache-2.0"
] | null | null | null | telegram-api/src/main/java/tech/teslex/telegroo/telegram/api/types/update/Update.java | TesLex/telegroo | 9310c0f3369abdbe8da01e38b2d5305055620167 | [
"Apache-2.0"
] | null | null | null | 39.413793 | 430 | 0.755906 | 1,003,237 | package tech.teslex.telegroo.telegram.api.types.update;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import tech.teslex.telegroo.telegram.api.types.CallbackQuery;
import tech.teslex.tel... |
92450f8192ca6ad8875073a554af6ea7a8f41c86 | 5,021 | java | Java | src/PlayerWarpGUI/Commands/SubCommands/ListCommand.java | theLastHero/special-octo-palm-tree | 8c8538ba0849328513fcf567e74ffa0968312e88 | [
"MIT"
] | null | null | null | src/PlayerWarpGUI/Commands/SubCommands/ListCommand.java | theLastHero/special-octo-palm-tree | 8c8538ba0849328513fcf567e74ffa0968312e88 | [
"MIT"
] | null | null | null | src/PlayerWarpGUI/Commands/SubCommands/ListCommand.java | theLastHero/special-octo-palm-tree | 8c8538ba0849328513fcf567e74ffa0968312e88 | [
"MIT"
] | null | null | null | 41.841667 | 161 | 0.71898 | 1,003,238 | package PlayerWarpGUI.Commands.SubCommands;
import java.util.ArrayList;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import PlayerWarpGUI.Objects... |
9245109b90d4ca6562177c008e41f012f170820d | 119 | java | Java | template/gui/swing/Action.java | plum-umd/pasket | 37ba5b5f503a485c1057caaa6b57061898f05955 | [
"MIT"
] | 18 | 2016-05-25T10:51:51.000Z | 2020-11-01T21:24:29.000Z | template/gui/swing/Action.java | plum-umd/pasket | 37ba5b5f503a485c1057caaa6b57061898f05955 | [
"MIT"
] | 1 | 2016-06-30T03:25:01.000Z | 2016-08-21T09:19:07.000Z | template/gui/swing/Action.java | plum-umd/pasket | 37ba5b5f503a485c1057caaa6b57061898f05955 | [
"MIT"
] | 7 | 2016-12-06T16:06:20.000Z | 2020-04-28T10:30:11.000Z | 19.833333 | 48 | 0.806723 | 1,003,239 | package javax.swing;
public interface Action extends ActionListener {
public void actionPerformed(ActionEvent e);
}
|
9245119890cf8d788ecbd812a7421649aeca1473 | 3,823 | java | Java | jsoar-core/src/main/java/org/jsoar/kernel/memory/WorkingMemoryPatternReader.java | soartech/jsoar | 7c32c192b1b47f8cb975ee5f0397b48ac53088d3 | [
"BSD-3-Clause"
] | 33 | 2015-04-05T09:26:05.000Z | 2021-12-05T04:18:28.000Z | jsoar-core/src/main/java/org/jsoar/kernel/memory/WorkingMemoryPatternReader.java | soartech/jsoar | 7c32c192b1b47f8cb975ee5f0397b48ac53088d3 | [
"BSD-3-Clause"
] | 73 | 2015-04-17T07:11:18.000Z | 2021-07-06T06:00:06.000Z | jsoar-core/src/main/java/org/jsoar/kernel/memory/WorkingMemoryPatternReader.java | soartech/jsoar | 7c32c192b1b47f8cb975ee5f0397b48ac53088d3 | [
"BSD-3-Clause"
] | 19 | 2015-05-28T21:39:54.000Z | 2022-03-03T07:59:30.000Z | 35.073394 | 171 | 0.607115 | 1,003,240 | package org.jsoar.kernel.memory;
import java.io.IOException;
import java.io.StringReader;
import org.jsoar.kernel.Agent;
import org.jsoar.kernel.parser.original.Lexeme;
import org.jsoar.kernel.parser.original.LexemeType;
import org.jsoar.kernel.parser.original.Lexer;
import org.jsoar.kernel.symbols.Identifier;
import... |
924511cd5dd96367b80d63488f2eca326cdb6e3c | 6,542 | java | Java | src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/FluidLoader.java | D-Cysteine/bartworks | 9b9af573f7a67c4754b88af40da9a1f2ed21af86 | [
"MIT"
] | 14 | 2019-01-12T19:57:37.000Z | 2021-02-24T11:40:50.000Z | src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/FluidLoader.java | D-Cysteine/bartworks | 9b9af573f7a67c4754b88af40da9a1f2ed21af86 | [
"MIT"
] | 67 | 2019-01-10T09:49:03.000Z | 2021-04-02T22:28:50.000Z | src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/FluidLoader.java | D-Cysteine/bartworks | 9b9af573f7a67c4754b88af40da9a1f2ed21af86 | [
"MIT"
] | 30 | 2018-12-30T04:36:50.000Z | 2022-02-04T06:52:54.000Z | 55.91453 | 233 | 0.737389 | 1,003,241 | /*
* Copyright (c) 2018-2020 bartimaeusnek
*
* 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, ... |
9245135efdfa12d1e0108833905faaf458479f10 | 227 | java | Java | demos/src/main/java/com/wkk/demo/proxy/dao/IUserDao.java | wkk1994/learn-demos | d3203fe40c5bc9912a3d6a28fb6a670340dcec93 | [
"Apache-2.0"
] | null | null | null | demos/src/main/java/com/wkk/demo/proxy/dao/IUserDao.java | wkk1994/learn-demos | d3203fe40c5bc9912a3d6a28fb6a670340dcec93 | [
"Apache-2.0"
] | null | null | null | demos/src/main/java/com/wkk/demo/proxy/dao/IUserDao.java | wkk1994/learn-demos | d3203fe40c5bc9912a3d6a28fb6a670340dcec93 | [
"Apache-2.0"
] | null | null | null | 16.214286 | 44 | 0.713656 | 1,003,242 | package com.wkk.demo.proxy.dao;
import com.wkk.demo.proxy.entity.UserEntity;
/**
* @Description
* @Author wangkunkun
* @Date 2018/06/22 12:13
**/
public interface IUserDao {
UserEntity save(UserEntity userEntity);
}
|
9245152eb1fe93cc90c07940f7a2cef846c6a95b | 902 | java | Java | src/main/java/de/dm/intellij/liferay/module/LiferayModuleComponentStateWrapper.java | dmarks2/liferay-plugin-intellij | 674a8ae98547b99db2ff95badf3af52c30c10480 | [
"BSD-3-Clause",
"MIT"
] | 13 | 2018-02-04T10:53:45.000Z | 2022-01-28T14:25:02.000Z | src/main/java/de/dm/intellij/liferay/module/LiferayModuleComponentStateWrapper.java | dmarks2/liferay-plugin-intellij | 674a8ae98547b99db2ff95badf3af52c30c10480 | [
"BSD-3-Clause",
"MIT"
] | 5 | 2017-08-31T08:26:57.000Z | 2022-02-02T08:01:22.000Z | src/main/java/de/dm/intellij/liferay/module/LiferayModuleComponentStateWrapper.java | dmarks2/liferay-plugin-intellij | 674a8ae98547b99db2ff95badf3af52c30c10480 | [
"BSD-3-Clause",
"MIT"
] | 7 | 2017-11-27T21:10:45.000Z | 2022-03-17T11:53:30.000Z | 23.736842 | 54 | 0.700665 | 1,003,243 | package de.dm.intellij.liferay.module;
import com.intellij.util.xmlb.annotations.Attribute;
import java.util.HashMap;
import java.util.Map;
public class LiferayModuleComponentStateWrapper {
@Attribute("liferayVersion")
public String liferayVersion;
public Map<String, String> themeSettings;
public ... |
9245166b6a838af990d568dc5316ad622636c7b2 | 1,295 | java | Java | hypervisor/src/main/java/io/leafage/basic/hypervisor/dto/RoleDTO.java | little3201/abeille-basic | 793fd0e27f32ca9e9ce04becc496fd7cbb225b60 | [
"Apache-2.0"
] | 3 | 2021-04-27T07:36:20.000Z | 2021-09-10T16:49:45.000Z | hypervisor/src/main/java/io/leafage/basic/hypervisor/dto/RoleDTO.java | little3201/leafage-basic | 793fd0e27f32ca9e9ce04becc496fd7cbb225b60 | [
"Apache-2.0"
] | 60 | 2021-01-28T04:39:37.000Z | 2022-03-28T08:15:25.000Z | hypervisor/src/main/java/io/leafage/basic/hypervisor/dto/RoleDTO.java | little3201/abeille-basic | 793fd0e27f32ca9e9ce04becc496fd7cbb225b60 | [
"Apache-2.0"
] | 1 | 2021-04-19T21:38:14.000Z | 2021-04-19T21:38:14.000Z | 18.5 | 70 | 0.611583 | 1,003,244 | /*
* Copyright (c) 2021. Leafage All Right Reserved.
*/
package io.leafage.basic.hypervisor.dto;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Size;
import java.io.Serializable;
/**
* DTO class for Role
*
* @author liwenqiang 2020-10-06 22:09
*/
public class RoleDTO implement... |
9245176df8d949c31158113db3e30359f5d471b7 | 525 | java | Java | src/main/java/com/asodc/patterns/observer/custom/Subject.java | aseriesofdarkcaves/head-first-design-patterns | 05bb8666a12b6beca642cd16985e4122342b91b2 | [
"MIT"
] | null | null | null | src/main/java/com/asodc/patterns/observer/custom/Subject.java | aseriesofdarkcaves/head-first-design-patterns | 05bb8666a12b6beca642cd16985e4122342b91b2 | [
"MIT"
] | null | null | null | src/main/java/com/asodc/patterns/observer/custom/Subject.java | aseriesofdarkcaves/head-first-design-patterns | 05bb8666a12b6beca642cd16985e4122342b91b2 | [
"MIT"
] | null | null | null | 35 | 88 | 0.740952 | 1,003,245 | package com.asodc.patterns.observer.custom;
public interface Subject {
// all fields in an interface have to be public static final fields - i.e. constants
// all methods in an interface are implicitly public (in java 8 anyway)
// it's recommended to omit the public modifier for both fields and methods
... |
924518d6257833546116edbb31e9c7ae4bd97ed6 | 14,102 | java | Java | service/src/test/java/entity_service/MovieServiceTest.java | CoderNoOne/JDBI-CRUD-MultiModuleMaven-App | 43907ae0786406687637d20d92951307f2641024 | [
"MIT"
] | null | null | null | service/src/test/java/entity_service/MovieServiceTest.java | CoderNoOne/JDBI-CRUD-MultiModuleMaven-App | 43907ae0786406687637d20d92951307f2641024 | [
"MIT"
] | null | null | null | service/src/test/java/entity_service/MovieServiceTest.java | CoderNoOne/JDBI-CRUD-MultiModuleMaven-App | 43907ae0786406687637d20d92951307f2641024 | [
"MIT"
] | null | null | null | 29.440501 | 118 | 0.563608 | 1,003,246 | package entity_service;
import entity.Movie;
import entity_repository.impl.MovieRepository;
import exceptions.AppException;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.Exte... |
92451916ec2dd0a1fe4238df5e3d280672ea8599 | 2,581 | java | Java | json-templates/src/main/java/nl/softcause/jsontemplates/types/TypeException.java | rslijp/jsontemplates | 005a7a47443b1b7677b78cdbd2c4176f578fb2e0 | [
"MIT"
] | null | null | null | json-templates/src/main/java/nl/softcause/jsontemplates/types/TypeException.java | rslijp/jsontemplates | 005a7a47443b1b7677b78cdbd2c4176f578fb2e0 | [
"MIT"
] | null | null | null | json-templates/src/main/java/nl/softcause/jsontemplates/types/TypeException.java | rslijp/jsontemplates | 005a7a47443b1b7677b78cdbd2c4176f578fb2e0 | [
"MIT"
] | null | null | null | 44.5 | 154 | 0.700891 | 1,003,247 | package nl.softcause.jsontemplates.types;
public class TypeException extends RuntimeException {
protected TypeException(String msg) {
super(msg);
}
public static TypeException invalidCast(Object src, IExpressionType type) {
return new TypeException(String.format("%s is not an %s", src, typ... |
924519eba1d2c15475cfa16107389438217c6418 | 2,228 | java | Java | src/main/java/com/bryanherger/udparser/spark/SparkSqlLoaderFactory.java | bryanherger/vertica-custom-udparsers | 5d1120f8a6ce21a08b045bf152c50594e081b22a | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/bryanherger/udparser/spark/SparkSqlLoaderFactory.java | bryanherger/vertica-custom-udparsers | 5d1120f8a6ce21a08b045bf152c50594e081b22a | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/bryanherger/udparser/spark/SparkSqlLoaderFactory.java | bryanherger/vertica-custom-udparsers | 5d1120f8a6ce21a08b045bf152c50594e081b22a | [
"BSD-3-Clause"
] | 1 | 2019-08-19T06:35:05.000Z | 2019-08-19T06:35:05.000Z | 42.846154 | 133 | 0.643627 | 1,003,248 | package com.bryanherger.udparser.spark;
import com.vertica.sdk.*;
public class SparkSqlLoaderFactory extends ParserFactory {
public static int MIN_ROWSET = 1; // Min rowset value
public static int MAX_ROWSET = 10000; // Max rowset value
public static int DEF_ROWSET = 100; // Default rowset
... |
92451a063e6957d66d09533303089c63179712c4 | 1,716 | java | Java | agile-itsm-web/agile-itsm-web-portal/src/main/java/br/com/centralit/citcorpore/integracao/IncidentesRelacionadosDAO.java | acfreitas/agile-itsm | 2ba2da37fe75fdb3c0335857809210e83ef662a2 | [
"Apache-2.0"
] | 3 | 2019-02-21T09:24:58.000Z | 2020-05-23T14:01:35.000Z | agile-itsm-web/agile-itsm-web-portal/src/main/java/br/com/centralit/citcorpore/integracao/IncidentesRelacionadosDAO.java | acfreitas/agile-itsm | 2ba2da37fe75fdb3c0335857809210e83ef662a2 | [
"Apache-2.0"
] | null | null | null | agile-itsm-web/agile-itsm-web-portal/src/main/java/br/com/centralit/citcorpore/integracao/IncidentesRelacionadosDAO.java | acfreitas/agile-itsm | 2ba2da37fe75fdb3c0335857809210e83ef662a2 | [
"Apache-2.0"
] | 1 | 2019-09-15T14:14:54.000Z | 2019-09-15T14:14:54.000Z | 30.105263 | 114 | 0.766317 | 1,003,249 | package br.com.centralit.citcorpore.integracao;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import br.com.centralit.citcorpore.bean.IncidentesRelacionadosDTO;
import br.com.citframework.dto.IDto;
import br.com.citframework.excecao.PersistenceException;
import br.com.citframework.in... |
92451a61b07299cb5cba16fd415b7230d1cf2a8c | 8,155 | java | Java | src/main/java/tectonicus/gui/Gui.java | tectonicus/tectonicus | a787f902cb34009bb3169bc199fbb0d1f694dfad | [
"BSD-3-Clause"
] | 129 | 2015-01-12T15:53:23.000Z | 2022-01-27T18:02:44.000Z | src/main/java/tectonicus/gui/Gui.java | tectonicus/tectonicus | a787f902cb34009bb3169bc199fbb0d1f694dfad | [
"BSD-3-Clause"
] | 122 | 2015-01-09T15:00:09.000Z | 2022-03-31T07:42:30.000Z | src/main/java/tectonicus/gui/Gui.java | tectonicus/tectonicus | a787f902cb34009bb3169bc199fbb0d1f694dfad | [
"BSD-3-Clause"
] | 24 | 2015-06-20T02:19:38.000Z | 2022-01-01T22:03:35.000Z | 23.101983 | 100 | 0.716125 | 1,003,250 | /*
* Copyright (c) 2020 Tectonicus contributors. All rights reserved.
*
* This file is part of Tectonicus. It is subject to the license terms in the LICENSE file found in
* the top-level directory of this distribution. The full list of project contributors is contained
* in the AUTHORS file found in the same loc... |
92451b2858ee4697400347820b2dedb2811d9a5e | 2,886 | java | Java | src/main/java/co/aurasphere/botmill/fb/event/FbBotMillEventType.java | BotMill/facebot | d94da3615a7339822c137ef75c92a03d791ee969 | [
"MIT"
] | 80 | 2016-12-24T06:29:12.000Z | 2020-09-06T13:40:17.000Z | src/main/java/co/aurasphere/botmill/fb/event/FbBotMillEventType.java | creativeprogramming/fb-botmill | d94da3615a7339822c137ef75c92a03d791ee969 | [
"MIT"
] | 100 | 2016-12-23T22:09:58.000Z | 2018-06-21T20:02:15.000Z | src/main/java/co/aurasphere/botmill/fb/event/FbBotMillEventType.java | creativeprogramming/fb-botmill | d94da3615a7339822c137ef75c92a03d791ee969 | [
"MIT"
] | 36 | 2016-12-28T20:51:49.000Z | 2020-04-26T06:04:35.000Z | 20.614286 | 89 | 0.699238 | 1,003,251 | /*
* MIT License
*
* Copyright (c) 2016 BotMill.io
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modi... |
92451bec64d66898d9999d10ce505912601aba1f | 1,700 | java | Java | fruit-core/src/main/java/com/fruit/service/management/impl/EnvironmentServiceImpl.java | tanliu/fruit | 3a9ee76699435061fe603781bec041b7de455347 | [
"Apache-2.0"
] | null | null | null | fruit-core/src/main/java/com/fruit/service/management/impl/EnvironmentServiceImpl.java | tanliu/fruit | 3a9ee76699435061fe603781bec041b7de455347 | [
"Apache-2.0"
] | null | null | null | fruit-core/src/main/java/com/fruit/service/management/impl/EnvironmentServiceImpl.java | tanliu/fruit | 3a9ee76699435061fe603781bec041b7de455347 | [
"Apache-2.0"
] | null | null | null | 32.692308 | 184 | 0.697647 | 1,003,252 | package com.fruit.service.management.impl;
import com.fruit.base.BaseServiceImpl;
import com.fruit.dao.management.EnvironmentDao;
import com.fruit.entity.management.Environment;
import com.fruit.service.management.EnvironmentService;
import com.fruit.utils.ImageBean;
import com.fruit.utils.ParamTool;
import net.sf.jso... |
92451ce28dda6d26e454b005f5c8389d45d6966e | 7,343 | java | Java | src/main/java/org/javastack/tinyurl/TinyQR.java | ggrandes/tinyurl | 7b7d989384c9ea7ae2c130a609f49a76ae5de0a2 | [
"Apache-2.0"
] | 13 | 2015-09-25T11:50:59.000Z | 2022-02-23T17:57:14.000Z | src/main/java/org/javastack/tinyurl/TinyQR.java | ggrandes/tinyurl | 7b7d989384c9ea7ae2c130a609f49a76ae5de0a2 | [
"Apache-2.0"
] | 6 | 2015-09-23T12:10:39.000Z | 2022-03-10T22:17:50.000Z | src/main/java/org/javastack/tinyurl/TinyQR.java | ggrandes/tinyurl | 7b7d989384c9ea7ae2c130a609f49a76ae5de0a2 | [
"Apache-2.0"
] | 7 | 2017-08-05T03:58:01.000Z | 2021-07-21T06:38:23.000Z | 32.348018 | 102 | 0.71129 | 1,003,253 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... |
92451d91fa72c50d5e32f090bc9f4575a1fccbfd | 156 | java | Java | src/main/java/com/twinkle/user/repository/dao/UserDao.java | tianduo4/twinkle | ef75f40b2b071bc29014cb712fee4e485a86a615 | [
"MIT"
] | null | null | null | src/main/java/com/twinkle/user/repository/dao/UserDao.java | tianduo4/twinkle | ef75f40b2b071bc29014cb712fee4e485a86a615 | [
"MIT"
] | null | null | null | src/main/java/com/twinkle/user/repository/dao/UserDao.java | tianduo4/twinkle | ef75f40b2b071bc29014cb712fee4e485a86a615 | [
"MIT"
] | null | null | null | 14.181818 | 41 | 0.615385 | 1,003,254 | package com.twinkle.user.repository.dao;
/**
* description: 会员服务
*
* @author :King
* @date :2019/1/12 11:19
*/
public interface UserDao {
}
|
92451e65ef8316b1dbafecea71a110d94ffacb69 | 518 | java | Java | SampleApp/src/main/java/me/leolin/shortcutbadger/example/NetworkChangeReceiver.java | nieldeokar/ShortcutBadger | b18ad49bc0985ebeb13cd12bff71d31f8642aef9 | [
"Apache-2.0"
] | 1 | 2021-02-07T19:01:15.000Z | 2021-02-07T19:01:15.000Z | SampleApp/src/main/java/me/leolin/shortcutbadger/example/NetworkChangeReceiver.java | nieldeokar/ShortcutBadger | b18ad49bc0985ebeb13cd12bff71d31f8642aef9 | [
"Apache-2.0"
] | null | null | null | SampleApp/src/main/java/me/leolin/shortcutbadger/example/NetworkChangeReceiver.java | nieldeokar/ShortcutBadger | b18ad49bc0985ebeb13cd12bff71d31f8642aef9 | [
"Apache-2.0"
] | null | null | null | 22.521739 | 62 | 0.675676 | 1,003,255 | package me.leolin.shortcutbadger.example;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import android.widget.Toast;
public class NetworkChangeReceiver extends BroadcastReceiver {
@Override
public void onReceive(Context cont... |
92451ef0de0cd9e0b89159283bdea43bb365a704 | 394 | java | Java | ExemplosOOP/src/veiculos/Exemplo001.java | Vandeilsonln/BootCamp_Java | 5565a053d739a09b4dde7a6c1ef2b3536de243d9 | [
"MIT"
] | null | null | null | ExemplosOOP/src/veiculos/Exemplo001.java | Vandeilsonln/BootCamp_Java | 5565a053d739a09b4dde7a6c1ef2b3536de243d9 | [
"MIT"
] | null | null | null | ExemplosOOP/src/veiculos/Exemplo001.java | Vandeilsonln/BootCamp_Java | 5565a053d739a09b4dde7a6c1ef2b3536de243d9 | [
"MIT"
] | null | null | null | 24.625 | 45 | 0.614213 | 1,003,256 | package veiculos;
public class Exemplo001 {
public static void main(String[] args){
Carro carro = new Carro();
carro.setQuantidadeDePortas(4);
carro.setMarca("Nissan");
carro.setModelo("March");
Motocicleta moto = new Motocicleta();
moto.setMarca("Ducati");
... |
92451fa11e4f37ac19efe8a850803d1da93d50d3 | 4,767 | java | Java | core/src/test/java/org/mindtrails/persistence/ParticipantRepositoryTest.java | Diheng/MindTrails | 506ff04b8da36e27a76c7259a53f54dd968c3fff | [
"MIT"
] | null | null | null | core/src/test/java/org/mindtrails/persistence/ParticipantRepositoryTest.java | Diheng/MindTrails | 506ff04b8da36e27a76c7259a53f54dd968c3fff | [
"MIT"
] | null | null | null | core/src/test/java/org/mindtrails/persistence/ParticipantRepositoryTest.java | Diheng/MindTrails | 506ff04b8da36e27a76c7259a53f54dd968c3fff | [
"MIT"
] | 1 | 2016-07-18T18:48:25.000Z | 2016-07-18T18:48:25.000Z | 33.659574 | 90 | 0.699326 | 1,003,257 | package org.mindtrails.persistence;
import org.mindtrails.Application;
import org.mindtrails.MockClasses.TestStudy;
import org.mindtrails.domain.tracking.EmailLog;
import org.mindtrails.domain.tracking.GiftLog;
import org.mindtrails.domain.Participant;
import org.mindtrails.domain.PasswordToken;
import org.junit.Asser... |
92452124c3e0c2c71b642c5c15e6f517084a4266 | 457 | java | Java | src/Stop.java | sAspen/RobotLanguageInterpreter | 8c6cbf3d1eb12306da91550bb066cc1ef00abfd4 | [
"MIT"
] | null | null | null | src/Stop.java | sAspen/RobotLanguageInterpreter | 8c6cbf3d1eb12306da91550bb066cc1ef00abfd4 | [
"MIT"
] | null | null | null | src/Stop.java | sAspen/RobotLanguageInterpreter | 8c6cbf3d1eb12306da91550bb066cc1ef00abfd4 | [
"MIT"
] | null | null | null | 16.321429 | 65 | 0.601751 | 1,003,258 |
public class Stop extends Stmt {
/**
* Pointer to the ROBOL system environment.
*/
private Grid grid_Global;
public Stop() {
}
public void setGrid_Global(Grid grid_ins) {
grid_Global = grid_ins;
}
@Override
public void interpret() {
System.out.println("**************************************\n" +
... |
9245237765523d47bcd0777abca2d130556f6b8a | 768 | java | Java | src/main/java/chapter05/section01/thread_5_1_3/pro_1_timerTest3/Run.java | turoDog/java-multi-thread-programming | cb0d5e1735577fb76e57ec2b53d692c8063d6d66 | [
"Apache-2.0"
] | 1 | 2019-11-04T14:43:48.000Z | 2019-11-04T14:43:48.000Z | src/main/java/chapter05/section01/thread_5_1_3/pro_1_timerTest3/Run.java | turoDog/java-multi-thread-programming | cb0d5e1735577fb76e57ec2b53d692c8063d6d66 | [
"Apache-2.0"
] | null | null | null | src/main/java/chapter05/section01/thread_5_1_3/pro_1_timerTest3/Run.java | turoDog/java-multi-thread-programming | cb0d5e1735577fb76e57ec2b53d692c8063d6d66 | [
"Apache-2.0"
] | null | null | null | 24.1875 | 71 | 0.638243 | 1,003,259 | package chapter05.section01.thread_5_1_3.pro_1_timerTest3;
import java.util.Date;
import java.util.Timer;
import java.util.TimerTask;
/**
* Project Name:java-multi-thread-programming <br/>
* Package Name:chapter05.section01.thread_5_1_3.pro_1_timerTest3 <br/>
* Date:2019/11/28 14:32 <br/>
*
* @author <a href="ma... |
924523853c76aad996c506db2d48d99d63fc01bb | 1,220 | java | Java | cloudnet/src/main/java/de/dytanic/cloudnet/conf/IConfigurationRegistry.java | hammermaps/CloudNet-v3 | 7bb1beb1b06eb44216dbed3f7fc98ba1ad372737 | [
"Apache-2.0"
] | 2 | 2021-03-08T19:59:38.000Z | 2021-04-24T11:41:11.000Z | cloudnet/src/main/java/de/dytanic/cloudnet/conf/IConfigurationRegistry.java | KxmischesDomi/CloudNet-v3 | 1b6bc79f839c1a30dac9a499f510cee204205279 | [
"Apache-2.0"
] | 4 | 2021-12-22T05:18:12.000Z | 2022-03-07T05:22:37.000Z | cloudnet/src/main/java/de/dytanic/cloudnet/conf/IConfigurationRegistry.java | KxmischesDomi/CloudNet-v3 | 1b6bc79f839c1a30dac9a499f510cee204205279 | [
"Apache-2.0"
] | null | null | null | 21.403509 | 58 | 0.711475 | 1,003,260 | package de.dytanic.cloudnet.conf;
import java.lang.reflect.Type;
public interface IConfigurationRegistry {
IConfigurationRegistry put(String key, Object object);
IConfigurationRegistry put(String key, String string);
IConfigurationRegistry put(String key, Number number);
IConfigurationRegistry put... |
92452562927acbc26f36a36f3a452b2dbaf1c11a | 10,906 | java | Java | dioritos/src/main/java/org/diorite/impl/client/Main.java | XakepSDK/Diorite | d69adecfbe8da9c1d492e29349f7b43e0e0c4b29 | [
"MIT"
] | 3 | 2016-12-23T22:37:31.000Z | 2019-09-02T14:46:12.000Z | dioritos/src/main/java/org/diorite/impl/client/Main.java | XakepSDK/Diorite | d69adecfbe8da9c1d492e29349f7b43e0e0c4b29 | [
"MIT"
] | 1 | 2016-08-13T16:43:41.000Z | 2016-08-13T17:33:29.000Z | dioritos/src/main/java/org/diorite/impl/client/Main.java | Diorite/Diorite-old | bfe35f695876f633ae970442f673188e4ff99c9b | [
"MIT"
] | 6 | 2017-10-28T14:01:23.000Z | 2020-06-21T20:40:55.000Z | 38.811388 | 239 | 0.631487 | 1,003,261 | /*
* The MIT License (MIT)
*
* Copyright (c) 2016. Diorite (by Bartłomiej Mazur (aka GotoFinal))
*
* 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 withou... |
924525b00107af3d5f445d259e18e7adc11b11cf | 1,649 | java | Java | markwon-simple-ext/src/main/java/io/noties/markwon/simple/ext/SimpleExtDelimiterProcessor.java | vfishv/Markwon | a26c13c93a0bccb828118b8df4266d8249993cd0 | [
"Apache-2.0"
] | 2,113 | 2017-08-28T21:25:25.000Z | 2022-03-31T17:40:26.000Z | markwon-simple-ext/src/main/java/io/noties/markwon/simple/ext/SimpleExtDelimiterProcessor.java | vfishv/Markwon | a26c13c93a0bccb828118b8df4266d8249993cd0 | [
"Apache-2.0"
] | 357 | 2017-10-16T15:07:13.000Z | 2022-03-28T04:24:17.000Z | markwon-simple-ext/src/main/java/io/noties/markwon/simple/ext/SimpleExtDelimiterProcessor.java | vfishv/Markwon | a26c13c93a0bccb828118b8df4266d8249993cd0 | [
"Apache-2.0"
] | 283 | 2017-08-29T03:57:17.000Z | 2022-03-28T02:46:28.000Z | 23.225352 | 74 | 0.624621 | 1,003,262 | package io.noties.markwon.simple.ext;
import androidx.annotation.NonNull;
import org.commonmark.node.Node;
import org.commonmark.node.Text;
import org.commonmark.parser.delimiter.DelimiterProcessor;
import org.commonmark.parser.delimiter.DelimiterRun;
import io.noties.markwon.SpanFactory;
// @since 4.0.0
class Simp... |
924526615bb7c1610a5ee115e72633fd0b3e7114 | 2,502 | java | Java | src/main/java/de/beachboys/aoc2020/Day18.java | Torben2000/adventofcode2020 | f2acbc20aaa56550e3ec5b20fc35c68e127b0d69 | [
"MIT"
] | 2 | 2021-12-16T16:35:22.000Z | 2021-12-21T19:31:15.000Z | src/main/java/de/beachboys/aoc2020/Day18.java | Torben2000/adventofcode-java | f2acbc20aaa56550e3ec5b20fc35c68e127b0d69 | [
"MIT"
] | null | null | null | src/main/java/de/beachboys/aoc2020/Day18.java | Torben2000/adventofcode-java | f2acbc20aaa56550e3ec5b20fc35c68e127b0d69 | [
"MIT"
] | 1 | 2020-12-12T10:13:35.000Z | 2020-12-12T10:13:35.000Z | 39.714286 | 192 | 0.609113 | 1,003,263 | package de.beachboys.aoc2020;
import de.beachboys.Day;
import java.util.Arrays;
import java.util.List;
import java.util.function.Function;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class Day18 extends Day {
public Object part1(List<String> input) {
long sum = 0L;
for... |
9245266663c941163fe0fb2b0a83e807ea8c66e1 | 6,486 | java | Java | core/src/test/java/org/polypheny/db/test/catalog/Fixture.java | ppanopticon/Polypheny-DB | e76e0ad26634d6cd93fbbea187bbaac431f0bbea | [
"Apache-2.0"
] | 75 | 2020-01-24T15:30:17.000Z | 2022-03-30T02:01:13.000Z | core/src/test/java/org/polypheny/db/test/catalog/Fixture.java | ppanopticon/Polypheny-DB | e76e0ad26634d6cd93fbbea187bbaac431f0bbea | [
"Apache-2.0"
] | 194 | 2019-12-06T19:24:48.000Z | 2022-03-31T05:52:05.000Z | core/src/test/java/org/polypheny/db/test/catalog/Fixture.java | ppanopticon/Polypheny-DB | e76e0ad26634d6cd93fbbea187bbaac431f0bbea | [
"Apache-2.0"
] | 44 | 2021-02-19T11:38:36.000Z | 2022-03-31T06:11:54.000Z | 44.731034 | 114 | 0.603608 | 1,003,264 | /*
* Copyright 2019-2020 The Polypheny Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... |
924526cba13d0a670667434571a12277f2eedd33 | 1,360 | java | Java | src/building/expressions/main/statements/ReturnStatement.java | xtay2/Pseudocode-II | 0909bc347c836d7a0184f75066283f1f6165bb31 | [
"Apache-2.0"
] | 1 | 2022-02-23T20:10:57.000Z | 2022-02-23T20:10:57.000Z | src/building/expressions/main/statements/ReturnStatement.java | xtay2/Pseudocode-II | 0909bc347c836d7a0184f75066283f1f6165bb31 | [
"Apache-2.0"
] | null | null | null | src/building/expressions/main/statements/ReturnStatement.java | xtay2/Pseudocode-II | 0909bc347c836d7a0184f75066283f1f6165bb31 | [
"Apache-2.0"
] | null | null | null | 27.2 | 80 | 0.7375 | 1,003,265 | package building.expressions.main.statements;
import static building.types.specific.KeywordType.RETURN;
import building.expressions.abstractions.MainExpression;
import building.expressions.abstractions.interfaces.ValueHolder;
import building.expressions.main.functions.Definition;
import building.expressions.main.func... |
924526f67afdd46c9880ba5e87f2b8355ee483b6 | 565 | java | Java | core/src/main/java/com/huitai/core/file/dao/HtFileReceivedDao.java | 314863336/jeemes-base | 22ff034f12f4aefeab4dea0f18fb2f7d7b9942a9 | [
"MIT"
] | null | null | null | core/src/main/java/com/huitai/core/file/dao/HtFileReceivedDao.java | 314863336/jeemes-base | 22ff034f12f4aefeab4dea0f18fb2f7d7b9942a9 | [
"MIT"
] | null | null | null | core/src/main/java/com/huitai/core/file/dao/HtFileReceivedDao.java | 314863336/jeemes-base | 22ff034f12f4aefeab4dea0f18fb2f7d7b9942a9 | [
"MIT"
] | null | null | null | 21.730769 | 72 | 0.644248 | 1,003,266 | package com.huitai.core.file.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.huitai.common.utils.Page;
import com.huitai.core.file.entity.HtFileReceived;
/**
* <p>
* 文档共享接收表 Mapper 接口
* </p>
*
* @author XJM
* @since 2020-05-29
*/
public interface HtFileReceivedDao extends ... |
92452706cb1119a597a0333ec9a0fcde859b9cd8 | 2,591 | java | Java | src/main/java/rx/internal/operators/SingleOnSubscribeDelaySubscriptionOther.java | wangyingjie/MyRxJava | a37e292cfeb6c46559c397d730966d402b106fe5 | [
"Apache-2.0"
] | 2 | 2021-01-29T02:52:47.000Z | 2021-08-20T15:53:31.000Z | src/main/java/rx/internal/operators/SingleOnSubscribeDelaySubscriptionOther.java | heroway/RxJava | d66d9313d8580b56a53b28dba32fb1ccacd606b6 | [
"Apache-2.0"
] | 1 | 2017-11-16T14:37:20.000Z | 2017-11-16T14:37:20.000Z | src/main/java/rx/internal/operators/SingleOnSubscribeDelaySubscriptionOther.java | heroway/RxJava | d66d9313d8580b56a53b28dba32fb1ccacd606b6 | [
"Apache-2.0"
] | 1 | 2018-12-03T03:02:11.000Z | 2018-12-03T03:02:11.000Z | 28.788889 | 99 | 0.58819 | 1,003,267 | /**
* Copyright 2014 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
9245281eea6e65e0ecdace4106c9aa39f6aaf95c | 2,137 | java | Java | persistence/jpa/integration/src/main/java/org/apache/isis/persistence/jpa/integration/typeconverters/JavaAwtBufferedImageByteArrayConverter.java | ecpnv-devops/isis | aeda00974e293e2792783090360b155a9d1a6624 | [
"Apache-2.0"
] | 665 | 2015-01-01T06:06:28.000Z | 2022-03-27T01:11:56.000Z | persistence/jpa/integration/src/main/java/org/apache/isis/persistence/jpa/integration/typeconverters/JavaAwtBufferedImageByteArrayConverter.java | jalexmelendez/isis | ddf3bd186cad585b959b7f20d8c9ac5e3f33263d | [
"Apache-2.0"
] | 176 | 2015-02-07T11:29:36.000Z | 2022-03-25T04:43:12.000Z | persistence/jpa/integration/src/main/java/org/apache/isis/persistence/jpa/integration/typeconverters/JavaAwtBufferedImageByteArrayConverter.java | jalexmelendez/isis | ddf3bd186cad585b959b7f20d8c9ac5e3f33263d | [
"Apache-2.0"
] | 337 | 2015-01-02T03:01:34.000Z | 2022-03-21T15:56:28.000Z | 33.390625 | 87 | 0.688816 | 1,003,268 | /*
* 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")... |
924528b375cee184094282960b919426c65096e3 | 13,239 | java | Java | TYT/app/src/main/java/com/qskj/tyt/fragment/T_MyFund_AccountGeneralFragment.java | jpaijh/TYT | 458a45cf61582cf218eeeb4234c35b56ab587c00 | [
"Apache-2.0"
] | 3 | 2017-04-05T08:08:14.000Z | 2018-08-30T06:43:44.000Z | TYT/app/src/main/java/com/qskj/tyt/fragment/T_MyFund_AccountGeneralFragment.java | jpaijh/TYT | 458a45cf61582cf218eeeb4234c35b56ab587c00 | [
"Apache-2.0"
] | null | null | null | TYT/app/src/main/java/com/qskj/tyt/fragment/T_MyFund_AccountGeneralFragment.java | jpaijh/TYT | 458a45cf61582cf218eeeb4234c35b56ab587c00 | [
"Apache-2.0"
] | null | null | null | 40.118182 | 149 | 0.638341 | 1,003,270 | package com.qskj.tyt.fragment;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.SharedPreferences;
import android.support.v4.content.LocalBroadcastManager;
import android.support.v4.widget.SwipeRefreshLa... |
924528cf4305c7399e1ea5f4f54a6bb618057b30 | 307 | java | Java | BPC-TIN/Jedla/src/cz/vutbr/feec/cviko4/Main.java | Oswinska/School-IBE | e113ae735d339ba2321dc929248bd6b4b20dc6b5 | [
"MIT"
] | 5 | 2021-09-28T20:12:09.000Z | 2022-03-17T11:44:57.000Z | BPC-TIN/Jedla/src/cz/vutbr/feec/cviko4/Main.java | Oswinska/School-IBE | e113ae735d339ba2321dc929248bd6b4b20dc6b5 | [
"MIT"
] | 4 | 2020-11-03T22:38:17.000Z | 2021-08-28T21:29:36.000Z | BPC-TIN/Jedla/src/cz/vutbr/feec/cviko4/Main.java | Oswinska/School-IBE | e113ae735d339ba2321dc929248bd6b4b20dc6b5 | [
"MIT"
] | 6 | 2021-08-28T21:32:43.000Z | 2022-03-23T20:57:37.000Z | 14.619048 | 41 | 0.651466 | 1,003,271 | package cz.vutbr.feec.cviko4;
public class Main {
public static void main(String[] args) {
ListOf list = new ListOf();
list.add2Start(5);
list.add2Start(10);
list.add2Start(8);
list.include(10);
list.include(11);
list.include(8);
list.removeFromStart();
list.include(8);
}
}
|
92452939ad382ed1b406a0b4349188f4035da69f | 2,728 | java | Java | core/runtime/android/runtime/src/main/java/org/hapjs/card/sdk/utils/CardThemeUtils.java | wangleyuan/hapjs | 0c904ed7aed7b9004dca16fa772d9ecd4ca34ae4 | [
"Apache-2.0"
] | 54 | 2022-01-20T07:38:08.000Z | 2022-03-24T06:31:55.000Z | core/runtime/android/runtime/src/main/java/org/hapjs/card/sdk/utils/CardThemeUtils.java | eggfly/hapjs | 4c8a53bef25663c139d55beed29783cdfe936088 | [
"Apache-2.0"
] | 12 | 2022-01-20T09:31:28.000Z | 2022-03-31T09:55:39.000Z | core/runtime/android/runtime/src/main/java/org/hapjs/card/sdk/utils/CardThemeUtils.java | eggfly/hapjs | 4c8a53bef25663c139d55beed29783cdfe936088 | [
"Apache-2.0"
] | 20 | 2022-01-20T07:34:05.000Z | 2022-03-30T06:18:00.000Z | 34.974359 | 95 | 0.597874 | 1,003,272 | /*
* Copyright (c) 2021, the hapjs-platform Project Contributors
* SPDX-License-Identifier: Apache-2.0
*/
package org.hapjs.card.sdk.utils;
import android.content.Context;
import android.content.SharedPreferences;
import android.text.TextUtils;
import android.util.Log;
import java.util.HashMap;
import java.util.It... |
924529c99e9f832b3e641f72a6870d2361824015 | 84,672 | java | Java | core/src/main/java/org/apache/calcite/plan/SubstitutionVisitor.java | zinking/calcite | de3880298b180a38013c2a748758c863082ac272 | [
"Apache-2.0"
] | 10 | 2018-02-11T04:29:02.000Z | 2021-10-09T05:21:11.000Z | core/src/main/java/org/apache/calcite/plan/SubstitutionVisitor.java | zinking/calcite | de3880298b180a38013c2a748758c863082ac272 | [
"Apache-2.0"
] | 7 | 2020-03-04T21:46:43.000Z | 2022-01-27T16:19:20.000Z | core/src/main/java/org/apache/calcite/plan/SubstitutionVisitor.java | zinking/calcite | de3880298b180a38013c2a748758c863082ac272 | [
"Apache-2.0"
] | 8 | 2018-03-27T11:06:03.000Z | 2021-12-09T07:38:42.000Z | 34.758621 | 112 | 0.649152 | 1,003,273 | /*
* 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 ... |
92452a069443a2043a014d70ab44c9b72a54fdee | 971 | java | Java | src/main/java/net/xeric/maven/H2Utils.java | andyglick/xeric-h2-maven-plugin | 4b45d7d6821c12035071748cf1f18e616793f87f | [
"Apache-2.0"
] | 1 | 2016-07-28T13:37:47.000Z | 2016-07-28T13:37:47.000Z | src/main/java/net/xeric/maven/H2Utils.java | andyglick/xeric-h2-maven-plugin | 4b45d7d6821c12035071748cf1f18e616793f87f | [
"Apache-2.0"
] | null | null | null | src/main/java/net/xeric/maven/H2Utils.java | andyglick/xeric-h2-maven-plugin | 4b45d7d6821c12035071748cf1f18e616793f87f | [
"Apache-2.0"
] | null | null | null | 28.558824 | 75 | 0.715757 | 1,003,274 | // Copyright 2013 Xeric Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http:// www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed... |
92452aa92879faaabd48924cdf32085980b5bf93 | 4,334 | java | Java | react-native-kf5sdk/android/src/main/java/com/kf5/sdk/ticket/entity/Requester.java | KF5/react-native-kf5sdk | 8cceae26d42d636a96a1109729e4ed91c6dabc4c | [
"MIT"
] | null | null | null | react-native-kf5sdk/android/src/main/java/com/kf5/sdk/ticket/entity/Requester.java | KF5/react-native-kf5sdk | 8cceae26d42d636a96a1109729e4ed91c6dabc4c | [
"MIT"
] | null | null | null | react-native-kf5sdk/android/src/main/java/com/kf5/sdk/ticket/entity/Requester.java | KF5/react-native-kf5sdk | 8cceae26d42d636a96a1109729e4ed91c6dabc4c | [
"MIT"
] | null | null | null | 19.967742 | 60 | 0.642511 | 1,003,275 | package com.kf5.sdk.ticket.entity;
import com.google.gson.annotations.SerializedName;
import com.kf5.sdk.system.entity.Field;
import java.io.Serializable;
/**
* author:chosen
* date:2016/10/20 14:04
* email:lyhxr@example.com
*/
public class Requester implements Serializable {
/**
*
*/
private... |
92452b09dc1fdaafc46961e27d94323dfc1673e3 | 83,487 | java | Java | aware-core/src/main/java/com/aware/Aware.java | JulioV/aware-client-SKIP-fork | a0535ca7a52f8bfa1a0f952712c90c43f930d588 | [
"Apache-2.0"
] | null | null | null | aware-core/src/main/java/com/aware/Aware.java | JulioV/aware-client-SKIP-fork | a0535ca7a52f8bfa1a0f952712c90c43f930d588 | [
"Apache-2.0"
] | null | null | null | aware-core/src/main/java/com/aware/Aware.java | JulioV/aware-client-SKIP-fork | a0535ca7a52f8bfa1a0f952712c90c43f930d588 | [
"Apache-2.0"
] | null | null | null | 42.101362 | 366 | 0.623271 | 1,003,276 |
package com.aware;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.app.Service;
import android.app.UiModeManager;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.ContentValues;
import android.content.Context;
import android.conte... |
92452b9e4257a233b219d477cc1ac15b897e248f | 5,811 | java | Java | com.equalize.xpi.esr.mapping/src/com/equalize/xpi/esr/mapping/udf/library/FL_DynamicConfiguration.java | engswee/equalize-xpi-mapping | 3a67368c40d0d27e7cffcc27332d39b6741168c9 | [
"MIT"
] | 2 | 2020-03-20T20:23:00.000Z | 2021-06-08T11:17:13.000Z | com.equalize.xpi.esr.mapping/src/com/equalize/xpi/esr/mapping/udf/library/FL_DynamicConfiguration.java | engswee/equalize-xpi-mapping | 3a67368c40d0d27e7cffcc27332d39b6741168c9 | [
"MIT"
] | null | null | null | com.equalize.xpi.esr.mapping/src/com/equalize/xpi/esr/mapping/udf/library/FL_DynamicConfiguration.java | engswee/equalize-xpi-mapping | 3a67368c40d0d27e7cffcc27332d39b6741168c9 | [
"MIT"
] | 3 | 2017-07-07T15:27:47.000Z | 2017-10-13T12:02:56.000Z | 45.046512 | 165 | 0.64877 | 1,003,277 | package com.equalize.xpi.esr.mapping.udf.library;
import com.sap.aii.mapping.api.*;
import java.io.*;
import java.util.*;
import com.sap.aii.mappingtool.tf7.rt.*;
import com.sap.aii.mapping.lookup.*;
import java.lang.reflect.*;
import com.sap.ide.esr.tools.mapping.core.LibraryMethod;
import com.sap.ide.esr.to... |
92452cd78c9de92346be8faee2b5ced3172817bf | 616 | java | Java | ntsiot-system/src/main/java/com/nts/iot/modules/miniApp/dto/HoseTenantDto.java | luolxb/tracker-server | 74f81cc9e511c0bc75a98440d1fad2a25a827ce3 | [
"Apache-2.0"
] | null | null | null | ntsiot-system/src/main/java/com/nts/iot/modules/miniApp/dto/HoseTenantDto.java | luolxb/tracker-server | 74f81cc9e511c0bc75a98440d1fad2a25a827ce3 | [
"Apache-2.0"
] | null | null | null | ntsiot-system/src/main/java/com/nts/iot/modules/miniApp/dto/HoseTenantDto.java | luolxb/tracker-server | 74f81cc9e511c0bc75a98440d1fad2a25a827ce3 | [
"Apache-2.0"
] | 1 | 2021-12-20T07:54:15.000Z | 2021-12-20T07:54:15.000Z | 18.117647 | 52 | 0.61526 | 1,003,278 | package com.nts.iot.modules.miniApp.dto;
import java.io.Serializable;
public class HoseTenantDto implements Serializable {
private String name ;
private String phone ;
private String idCard ;
public String getName() {
return name;
}
public void setName(String name) {
this.nam... |
92452dc20fc6222c22e2dea6cbf127c40b532de7 | 2,440 | java | Java | java/com/google/android/apps/authenticator/barcode/BarcodeConditionChecker.java | muharremkackin/google-authenticator-android | 6f65e99fcbc9bbefdc3317c008345db595052a2b | [
"Apache-2.0"
] | 1,572 | 2015-01-03T05:28:04.000Z | 2022-03-29T09:45:32.000Z | java/com/google/android/apps/authenticator/barcode/BarcodeConditionChecker.java | muharremkackin/google-authenticator-android | 6f65e99fcbc9bbefdc3317c008345db595052a2b | [
"Apache-2.0"
] | 115 | 2015-01-03T09:00:12.000Z | 2021-04-01T06:54:26.000Z | java/com/google/android/apps/authenticator/barcode/BarcodeConditionChecker.java | muharremkackin/google-authenticator-android | 6f65e99fcbc9bbefdc3317c008345db595052a2b | [
"Apache-2.0"
] | 548 | 2015-01-02T13:04:17.000Z | 2022-03-28T06:36:04.000Z | 36.41791 | 94 | 0.761066 | 1,003,279 | /*
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.