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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
923a935ba4502a54d45c7acd1b91dcb8da524a6d | 668 | java | Java | src/com/sacane/manager/data/account/AccountManager.java | Sacane/economic_manager | bef9389c51f1191b9f7530d104dcf1bf1eaf1971 | [
"MIT"
] | null | null | null | src/com/sacane/manager/data/account/AccountManager.java | Sacane/economic_manager | bef9389c51f1191b9f7530d104dcf1bf1eaf1971 | [
"MIT"
] | null | null | null | src/com/sacane/manager/data/account/AccountManager.java | Sacane/economic_manager | bef9389c51f1191b9f7530d104dcf1bf1eaf1971 | [
"MIT"
] | null | null | null | 20.242424 | 83 | 0.570359 | 999,263 | package com.sacane.manager.data.account;
/**
* Data class use to manage the data of the accounts.
* An account is represented by its name and its value : the sold of this account.
*/
class AccountManager {
private final String name;
private final double value;
public AccountManager(String n... |
923a9409ff570dabf3313fe814452955740d0713 | 1,047 | java | Java | android/src/main/java/io/tus/java/client/ProtocolException.java | jureczkyb/react-native-tus-client | 8ba56063ce3a4d0b182700ecc1cc1560d040574c | [
"MIT"
] | 2 | 2019-01-15T08:57:07.000Z | 2019-01-15T08:57:08.000Z | android/src/main/java/io/tus/java/client/ProtocolException.java | jureczkyb/react-native-tus-client | 8ba56063ce3a4d0b182700ecc1cc1560d040574c | [
"MIT"
] | null | null | null | android/src/main/java/io/tus/java/client/ProtocolException.java | jureczkyb/react-native-tus-client | 8ba56063ce3a4d0b182700ecc1cc1560d040574c | [
"MIT"
] | 1 | 2020-10-21T13:50:59.000Z | 2020-10-21T13:50:59.000Z | 25.536585 | 91 | 0.644699 | 999,264 | package io.tus.java.client;
import java.io.IOException;
import java.net.HttpURLConnection;
/**
* This exception is thrown if the server sends a request with an unexpected status code or
* missing/invalid headers.
*/
public class ProtocolException extends Exception {
private HttpURLConnection connection;
p... |
923a9450f13d2334c767d0ce2466a620be3fb692 | 274 | java | Java | gd-shop/src/main/java/com/cqust/shop/service/StoreService.java | xwder/health-shop-manage | ab02adcfa18b63caf141416a6dfc7b02cc45c67f | [
"Apache-2.0"
] | 5 | 2020-02-03T08:05:40.000Z | 2020-04-08T14:37:01.000Z | gd-shop/src/main/java/com/cqust/shop/service/StoreService.java | xwder/health-shop-manage | ab02adcfa18b63caf141416a6dfc7b02cc45c67f | [
"Apache-2.0"
] | null | null | null | gd-shop/src/main/java/com/cqust/shop/service/StoreService.java | xwder/health-shop-manage | ab02adcfa18b63caf141416a6dfc7b02cc45c67f | [
"Apache-2.0"
] | null | null | null | 17.125 | 44 | 0.693431 | 999,265 | package com.cqust.shop.service;
import com.cqust.pojo.TStoreinfo;
public interface StoreService {
/**
* @Title: getStoreInfoByItemId
* @Description: 根据商家ID获取商家信息
* @param itemid
* @return
* @throws
*/
TStoreinfo getStoreInfoId(Integer storeid);
}
|
923a9468e220eb99c47a5b35054005e47b3b8f6e | 992 | java | Java | app/src/main/java/com/ermile/payamres/Function/ForegroundServic/ItemAsyncTask/item_sentsmssaved.java | khadije-charity/payamres | 409ed6c26f9f6185b18aeb7b18918db9d5f63ed3 | [
"MIT"
] | 1 | 2019-07-24T11:59:49.000Z | 2019-07-24T11:59:49.000Z | app/src/main/java/com/ermile/payamres/Function/ForegroundServic/ItemAsyncTask/item_sentsmssaved.java | khadije-charity/payamres | 409ed6c26f9f6185b18aeb7b18918db9d5f63ed3 | [
"MIT"
] | null | null | null | app/src/main/java/com/ermile/payamres/Function/ForegroundServic/ItemAsyncTask/item_sentsmssaved.java | khadije-charity/payamres | 409ed6c26f9f6185b18aeb7b18918db9d5f63ed3 | [
"MIT"
] | null | null | null | 20.244898 | 92 | 0.59879 | 999,266 | package com.ermile.payamres.Function.ForegroundServic.ItemAsyncTask;
public class item_sentsmssaved {
String smsid,
localid,
serverid,
status;
public item_sentsmssaved(String smsid, String localid, String serverid, String status) {
this.smsid = smsid;
this... |
923a94b88f85de597952e5da77d6198932eab53f | 24,113 | java | Java | ml/src/main/java/org/apache/hama/ml/recommendation/cf/OnlineTrainBSP.java | ZhouYii/Hama-FaultTolerance | 083227216088bc6714be391f08d50c11ad31e889 | [
"Apache-2.0"
] | 89 | 2015-02-09T05:35:24.000Z | 2022-02-19T13:53:19.000Z | ml/src/main/java/org/apache/hama/ml/recommendation/cf/OnlineTrainBSP.java | ZhouYii/Hama-FaultTolerance | 083227216088bc6714be391f08d50c11ad31e889 | [
"Apache-2.0"
] | 3 | 2016-02-26T14:19:45.000Z | 2018-07-30T05:04:14.000Z | ml/src/main/java/org/apache/hama/ml/recommendation/cf/OnlineTrainBSP.java | ZhouYii/Hama-FaultTolerance | 083227216088bc6714be391f08d50c11ad31e889 | [
"Apache-2.0"
] | 68 | 2015-01-16T11:36:05.000Z | 2021-11-10T19:30:41.000Z | 40.188333 | 125 | 0.691619 | 999,267 | /**
* 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... |
923a94fe52d511651113faf50a3274fc9fd05790 | 1,052 | java | Java | Protein_Annotation_Webapp/src/org/yeastrc/paws/www/service/Get_SequenceIdForSequence.java | yeastrc/paws_Protein_Annotation_Web_Services | de36eb2df5dcadc06b697f73384cc8d114aeffe3 | [
"Apache-2.0"
] | null | null | null | Protein_Annotation_Webapp/src/org/yeastrc/paws/www/service/Get_SequenceIdForSequence.java | yeastrc/paws_Protein_Annotation_Web_Services | de36eb2df5dcadc06b697f73384cc8d114aeffe3 | [
"Apache-2.0"
] | null | null | null | Protein_Annotation_Webapp/src/org/yeastrc/paws/www/service/Get_SequenceIdForSequence.java | yeastrc/paws_Protein_Annotation_Web_Services | de36eb2df5dcadc06b697f73384cc8d114aeffe3 | [
"Apache-2.0"
] | null | null | null | 24.465116 | 127 | 0.713878 | 999,268 | package org.yeastrc.paws.www.service;
import org.apache.log4j.Logger;
import org.yeastrc.paws.www.constants.AnnotationDataRunStatusConstants;
import org.yeastrc.paws.www.dao.SequenceDAO;
/**
*
*
*/
public class Get_SequenceIdForSequence {
private static final Logger log = Logger.getLogger(Get_SequenceIdForSequ... |
923a9501e0b11e2c75a73b65dd8bb0fb849c13d3 | 264 | java | Java | doji-practice/src/main/java/com/dayton/doji/practice/designpattern/simplefactory/v1/ICourse.java | dym3093/doji | 057047bd323540bc818d48687d256208e2494d81 | [
"Apache-2.0"
] | null | null | null | doji-practice/src/main/java/com/dayton/doji/practice/designpattern/simplefactory/v1/ICourse.java | dym3093/doji | 057047bd323540bc818d48687d256208e2494d81 | [
"Apache-2.0"
] | null | null | null | doji-practice/src/main/java/com/dayton/doji/practice/designpattern/simplefactory/v1/ICourse.java | dym3093/doji | 057047bd323540bc818d48687d256208e2494d81 | [
"Apache-2.0"
] | null | null | null | 14.666667 | 64 | 0.643939 | 999,269 | package com.dayton.doji.practice.designpattern.simplefactory.v1;
/**
* 课程接口
* @author Martin Deng
* @since 2020-08-06 19:03
*/
public interface ICourse {
/**
* 录制视频
* @return void
* @author Martin Deng
* @since 2020/8/6 19:03
*/
void record();
}
|
923a95958c608463b5685665bf0f0d5b84e066dd | 1,147 | java | Java | Mage.Sets/src/mage/cards/i/InvokeTheFiremind.java | zeffirojoe/mage | 71260c382a4e3afef5cdf79adaa00855b963c166 | [
"MIT"
] | 1,444 | 2015-01-02T00:25:38.000Z | 2022-03-31T13:57:18.000Z | Mage.Sets/src/mage/cards/i/InvokeTheFiremind.java | zeffirojoe/mage | 71260c382a4e3afef5cdf79adaa00855b963c166 | [
"MIT"
] | 6,180 | 2015-01-02T19:10:09.000Z | 2022-03-31T21:10:44.000Z | Mage.Sets/src/mage/cards/i/InvokeTheFiremind.java | zeffirojoe/mage | 71260c382a4e3afef5cdf79adaa00855b963c166 | [
"MIT"
] | 1,001 | 2015-01-01T01:15:20.000Z | 2022-03-30T20:23:04.000Z | 28.675 | 108 | 0.741935 | 999,270 |
package mage.cards.i;
import java.util.UUID;
import mage.abilities.Mode;
import mage.abilities.dynamicvalue.common.ManacostVariableValue;
import mage.abilities.effects.common.DamageTargetEffect;
import mage.abilities.effects.common.DrawCardSourceControllerEffect;
import mage.cards.CardImpl;
import mage.cards.CardSetI... |
923a9624e2726cec319bab4558d2e08354653eae | 2,536 | java | Java | ExtractedJars/Health_com.huawei.health/javafiles/com/amap/api/mapcore/util/ed$3.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | 3 | 2019-05-01T09:22:08.000Z | 2019-07-06T22:21:59.000Z | ExtractedJars/Health_com.huawei.health/javafiles/com/amap/api/mapcore/util/ed$3.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | null | null | null | ExtractedJars/Health_com.huawei.health/javafiles/com/amap/api/mapcore/util/ed$3.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | 1 | 2020-11-26T12:22:02.000Z | 2020-11-26T12:22:02.000Z | 31.308642 | 114 | 0.559148 | 999,271 | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.amap.api.mapcore.util;
import android.util.Log;
import java.util.concurrent.*;
// Referenced classes of package com.amap.api.mapcore.util:
//... |
923a97257c4b6a15934d68ca33f1bcb2a01fe477 | 622 | java | Java | litemall-database/src/main/java/com/doopai/litemall/database/util/CouponConstant.java | litemall/litemall | 201f033b6f842de27512879553e019779dd8a268 | [
"MIT"
] | null | null | null | litemall-database/src/main/java/com/doopai/litemall/database/util/CouponConstant.java | litemall/litemall | 201f033b6f842de27512879553e019779dd8a268 | [
"MIT"
] | null | null | null | litemall-database/src/main/java/com/doopai/litemall/database/util/CouponConstant.java | litemall/litemall | 201f033b6f842de27512879553e019779dd8a268 | [
"MIT"
] | null | null | null | 32.736842 | 54 | 0.741158 | 999,272 | package com.doopai.litemall.database.util;
public class CouponConstant {
public static final Short TYPE_COMMON = 0;
public static final Short TYPE_REGISTER = 1;
public static final Short TYPE_CODE = 2;
public static final Short GOODS_TYPE_ALL = 0;
public static final Short GOODS_TYPE_CATEGORY = 1;... |
923a98280a0e6fe7a012e34de3abeaea22770a6f | 303 | java | Java | cws_model_to_java_skel/src/main/java/uo/ri/business/repository/RepositoryFactory.java | ZenMaster91/uniovi.ri | d976d3d54e8216d2dd404945fe9c4e6bc85d9cc3 | [
"MIT"
] | 1 | 2017-11-27T17:51:42.000Z | 2017-11-27T17:51:42.000Z | cws_model_to_java_skel/src/main/java/uo/ri/business/repository/RepositoryFactory.java | ZenMaster91/uniovi.ri | d976d3d54e8216d2dd404945fe9c4e6bc85d9cc3 | [
"MIT"
] | 3 | 2017-11-29T19:44:35.000Z | 2017-12-08T09:34:44.000Z | cws_model_to_java_skel/src/main/java/uo/ri/business/repository/RepositoryFactory.java | ZenMaster91/uniovi.ri | d976d3d54e8216d2dd404945fe9c4e6bc85d9cc3 | [
"MIT"
] | null | null | null | 16.833333 | 37 | 0.755776 | 999,273 | package uo.ri.business.repository;
public interface RepositoryFactory {
MecanicoRepository forMechanic();
AveriaRepository forAveria();
MedioPagoRepository forMedioPago();
FacturaRepository forFactura();
ClienteRepository forCliente();
RepuestoRepository forRepuesto();
}
|
923a983c73bff7f27e61eb8d86ca4c9d0e299408 | 4,005 | java | Java | src/mild/katyusha/system/build/TRDFala.java | ruankotovich/Mild-Katyusha | c545909e49683e23ec007947012cbf45cf169962 | [
"MIT"
] | null | null | null | src/mild/katyusha/system/build/TRDFala.java | ruankotovich/Mild-Katyusha | c545909e49683e23ec007947012cbf45cf169962 | [
"MIT"
] | null | null | null | src/mild/katyusha/system/build/TRDFala.java | ruankotovich/Mild-Katyusha | c545909e49683e23ec007947012cbf45cf169962 | [
"MIT"
] | null | null | null | 35.758929 | 147 | 0.535331 | 999,274 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mild.katyusha.system.build;
import java.awt.Color;
import java.util.logging.Level;
import java.util.logging.Logger;
... |
923a985c4a6b125689baccff3670f36c7316a4fe | 14,476 | java | Java | server-core/src/main/java/io/onedev/server/web/component/issue/side/IssueSidePanel.java | rubinus/onedev | 76793a7515ba216d7b3850915bb2a08506beb297 | [
"MIT"
] | null | null | null | server-core/src/main/java/io/onedev/server/web/component/issue/side/IssueSidePanel.java | rubinus/onedev | 76793a7515ba216d7b3850915bb2a08506beb297 | [
"MIT"
] | null | null | null | server-core/src/main/java/io/onedev/server/web/component/issue/side/IssueSidePanel.java | rubinus/onedev | 76793a7515ba216d7b3850915bb2a08506beb297 | [
"MIT"
] | null | null | null | 30.033195 | 102 | 0.720296 | 999,275 | package io.onedev.server.web.component.issue.side;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.Date;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import org.apache.wicket.Component;
import org.... |
923a986a8631acfab6d44f6fe143a735cb68fc08 | 3,387 | java | Java | src/main/java/io/github/shitsurei/dao/enumerate/business/TimeZoneEnum.java | shitsurei/simple-bg-cli | 983ccd35811de04239a6b1fc8c21310a355d015a | [
"Apache-2.0"
] | 1 | 2022-03-22T02:57:04.000Z | 2022-03-22T02:57:04.000Z | src/main/java/io/github/shitsurei/dao/enumerate/business/TimeZoneEnum.java | shitsurei/simple-bg-cli | 983ccd35811de04239a6b1fc8c21310a355d015a | [
"Apache-2.0"
] | null | null | null | src/main/java/io/github/shitsurei/dao/enumerate/business/TimeZoneEnum.java | shitsurei/simple-bg-cli | 983ccd35811de04239a6b1fc8c21310a355d015a | [
"Apache-2.0"
] | null | null | null | 51.318182 | 234 | 0.679953 | 999,276 | package io.github.shitsurei.dao.enumerate.business;
/**
* @author zgr
* @Description 时区枚举(按时区由西到东排序)
* @createTime 2022年02月27日 15:17:00
*/
public enum TimeZoneEnum {
AST("America/Anchorage", "GMT-9", "Alaska,America Anchorage"),
PST("America/Los_Angeles", "GMT-8", "Pacific Time(US & Canada),Tijuana,America... |
923a9a1bd2e7c49e8bf47e47a35bc0dfd6d42939 | 6,495 | java | Java | mailbox/cassandra/src/test/java/org/apache/james/mailbox/cassandra/mail/utils/FlagsUpdateStageResultTest.java | brokenshoebox/james-project | a2a77ad247330ceb148ee0c7751cbe7e347467bd | [
"Apache-2.0"
] | 634 | 2015-12-21T20:24:06.000Z | 2022-03-24T09:57:48.000Z | mailbox/cassandra/src/test/java/org/apache/james/mailbox/cassandra/mail/utils/FlagsUpdateStageResultTest.java | brokenshoebox/james-project | a2a77ad247330ceb148ee0c7751cbe7e347467bd | [
"Apache-2.0"
] | 4,148 | 2015-09-14T15:59:06.000Z | 2022-03-31T10:29:10.000Z | mailbox/cassandra/src/test/java/org/apache/james/mailbox/cassandra/mail/utils/FlagsUpdateStageResultTest.java | brokenshoebox/james-project | a2a77ad247330ceb148ee0c7751cbe7e347467bd | [
"Apache-2.0"
] | 392 | 2015-07-16T07:04:59.000Z | 2022-03-28T09:37:53.000Z | 40.341615 | 139 | 0.689299 | 999,277 | /****************************************************************
* 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... |
923a9ad18784b6f1cea0a595c0a084a44549525a | 383 | java | Java | sti-websearch/src/uk/ac/shef/dcs/websearch/WebSearchException.java | odalic/sti | 580785a88ea9789d87f003eecf818bed93cf4bf4 | [
"Apache-2.0"
] | 4 | 2017-05-28T11:38:50.000Z | 2018-06-02T08:43:59.000Z | sti-websearch/src/uk/ac/shef/dcs/websearch/WebSearchException.java | odalic/sti | 580785a88ea9789d87f003eecf818bed93cf4bf4 | [
"Apache-2.0"
] | 395 | 2016-05-18T11:04:51.000Z | 2018-02-19T08:42:56.000Z | sti-websearch/src/uk/ac/shef/dcs/websearch/WebSearchException.java | odalic/sti | 580785a88ea9789d87f003eecf818bed93cf4bf4 | [
"Apache-2.0"
] | null | null | null | 19.15 | 68 | 0.723238 | 999,278 | package uk.ac.shef.dcs.websearch;
/**
* An exception that happened during web search or its commencement.
*
* @author Ziqi Zhang
*/
public class WebSearchException extends Exception {
private static final long serialVersionUID = 3542024823438925198L;
public WebSearchException(Exception e) {
super(e);
... |
923a9b04413e45d0b61686d4bae14531efff3230 | 2,222 | java | Java | src/java/net/elodina/mesos/test/TestExecutorDriver.java | elodina/java-mesos-util | dc3dbcd228d2000ececa1fc21825a9ee0c2e0e3d | [
"Apache-2.0"
] | 2 | 2016-05-26T16:26:03.000Z | 2016-11-24T16:48:09.000Z | src/java/net/elodina/mesos/test/TestExecutorDriver.java | elodina/java-mesos-util | dc3dbcd228d2000ececa1fc21825a9ee0c2e0e3d | [
"Apache-2.0"
] | 1 | 2016-08-04T00:10:00.000Z | 2016-08-04T00:10:00.000Z | src/java/net/elodina/mesos/test/TestExecutorDriver.java | elodina/java-mesos-util | dc3dbcd228d2000ececa1fc21825a9ee0c2e0e3d | [
"Apache-2.0"
] | 5 | 2016-06-07T08:58:21.000Z | 2019-02-18T16:37:35.000Z | 31.295775 | 108 | 0.69712 | 999,279 | /**
* 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... |
923a9b1b470d44ca3ab0a54f7340db59ecf759f5 | 1,394 | java | Java | src/main/java/dev/logal/logalbot/audio/AudioPlayerSendHandler.java | LogalDeveloper/LogalBot | 365462609b678e2b214841576b01a2d916540479 | [
"Apache-2.0"
] | 2 | 2019-01-22T23:31:12.000Z | 2019-03-03T03:50:45.000Z | src/main/java/dev/logal/logalbot/audio/AudioPlayerSendHandler.java | LogalDeveloper/LogalBot | 365462609b678e2b214841576b01a2d916540479 | [
"Apache-2.0"
] | 2 | 2018-11-01T20:55:28.000Z | 2019-03-08T21:33:14.000Z | src/main/java/dev/logal/logalbot/audio/AudioPlayerSendHandler.java | LogalDeveloper/LogalBot | 365462609b678e2b214841576b01a2d916540479 | [
"Apache-2.0"
] | 5 | 2018-09-15T18:44:31.000Z | 2019-03-05T21:19:05.000Z | 29.041667 | 75 | 0.772597 | 999,280 | package dev.logal.logalbot.audio;
// Copyright 2019 Logan Fick
// 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://apache.org/licenses/LICENSE-2.0
// Unless required by applicable... |
923a9c1c90850e3b64602cc95d4e3b39d836d592 | 642 | java | Java | src/main/java/com/haniokasai/mc/TinyMistress/web/handlers/info/status_handler.java | haniokasai/TinyMistress | ae8c26ea0b0231b9329e9f646240da9645b3a406 | [
"MIT"
] | 3 | 2017-03-27T11:34:43.000Z | 2021-07-03T11:11:01.000Z | src/main/java/com/haniokasai/mc/TinyMistress/web/handlers/info/status_handler.java | haniokasai/TinyMistress | ae8c26ea0b0231b9329e9f646240da9645b3a406 | [
"MIT"
] | 1 | 2017-07-16T14:42:17.000Z | 2017-07-16T14:53:50.000Z | src/main/java/com/haniokasai/mc/TinyMistress/web/handlers/info/status_handler.java | haniokasai/TinyMistress | ae8c26ea0b0231b9329e9f646240da9645b3a406 | [
"MIT"
] | 1 | 2018-01-25T17:54:50.000Z | 2018-01-25T17:54:50.000Z | 32.1 | 108 | 0.753894 | 999,281 | package com.haniokasai.mc.TinyMistress.web.handlers.info;
import com.haniokasai.mc.TinyMistress.Main;
import org.eclipse.jetty.server.Request;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* Created by hani on 2017/03/22.
*/
public class status_handler {
public static void stat... |
923a9ca924d24b0e8452a115c1e3e9d0f150e7f3 | 1,277 | java | Java | java/com/google/gerrit/server/query/change/OwnerPredicate.java | sdi1212/gerrit | b5120a01af81b751581466316bc2a47419acee1e | [
"Apache-2.0"
] | 3 | 2019-12-16T01:02:46.000Z | 2019-12-22T14:52:26.000Z | java/com/google/gerrit/server/query/change/OwnerPredicate.java | sdi1212/gerrit | b5120a01af81b751581466316bc2a47419acee1e | [
"Apache-2.0"
] | 17 | 2021-03-02T01:00:56.000Z | 2022-03-08T23:13:21.000Z | java/com/google/gerrit/server/query/change/OwnerPredicate.java | sitedata/gerrit | ec10c70ab452f8c2aa22a96053f46058fd2d10ec | [
"Apache-2.0"
] | 2 | 2020-04-01T03:02:31.000Z | 2020-07-20T16:34:14.000Z | 29.022727 | 75 | 0.732968 | 999,282 | // Copyright (C) 2010 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 applicable ... |
923a9d441ac4014f2b0859d19c15053df55ca583 | 1,914 | java | Java | trunk/adhoc-solr/src/main/java/org/apache/lucene/analysis/ru/RussianLowerCaseFilter.java | yblucky/mdrill | 8621180ac977e670a8e50a16053d4fce2b1c6a3e | [
"ICU",
"Apache-2.0"
] | 1,104 | 2015-01-01T07:45:27.000Z | 2022-03-31T04:09:24.000Z | trunk/adhoc-solr/src/main/java/org/apache/lucene/analysis/ru/RussianLowerCaseFilter.java | jwpttcg66/mdrill | 3acf33cfa72527fc1d949e933cc87fba340f2524 | [
"ICU",
"Apache-2.0"
] | 7 | 2015-05-04T10:29:01.000Z | 2019-01-07T05:38:55.000Z | trunk/adhoc-solr/src/main/java/org/apache/lucene/analysis/ru/RussianLowerCaseFilter.java | jwpttcg66/mdrill | 3acf33cfa72527fc1d949e933cc87fba340f2524 | [
"ICU",
"Apache-2.0"
] | 579 | 2015-01-04T06:40:10.000Z | 2022-03-28T11:53:15.000Z | 33 | 78 | 0.713166 | 999,283 | package org.apache.lucene.analysis.ru;
/**
* 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,... |
923a9efd3d2e5a40a6e5e87a68f86efd670b2727 | 6,125 | java | Java | src/main/java/com/ureport/ureportkeep/console/pdf/ExportPdfController.java | taogus/ureport-keep | 815176b664ec88342b6388b252f65400fe99f0a1 | [
"Apache-2.0"
] | 3 | 2022-03-14T07:11:41.000Z | 2022-03-31T13:22:33.000Z | src/main/java/com/ureport/ureportkeep/console/pdf/ExportPdfController.java | taogus/ureport-keep | 815176b664ec88342b6388b252f65400fe99f0a1 | [
"Apache-2.0"
] | 1 | 2022-03-31T12:45:04.000Z | 2022-03-31T12:45:04.000Z | src/main/java/com/ureport/ureportkeep/console/pdf/ExportPdfController.java | taogus/ureport-keep | 815176b664ec88342b6388b252f65400fe99f0a1 | [
"Apache-2.0"
] | 1 | 2022-03-31T13:22:35.000Z | 2022-03-31T13:22:35.000Z | 35.818713 | 109 | 0.750367 | 999,284 | /*******************************************************************************
* Copyright 2017 Bstek
*
* 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/l... |
923a9f69537f721981484899baf5d561f36151b0 | 2,093 | java | Java | src/test/java/com/hedera/sdk/node/HederaNodeTest.java | Sajjon/hedera-sdk-java | f968e5a61ec7383aecb3426d52893be001f43bd3 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/hedera/sdk/node/HederaNodeTest.java | Sajjon/hedera-sdk-java | f968e5a61ec7383aecb3426d52893be001f43bd3 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/hedera/sdk/node/HederaNodeTest.java | Sajjon/hedera-sdk-java | f968e5a61ec7383aecb3426d52893be001f43bd3 | [
"Apache-2.0"
] | 1 | 2020-01-10T22:33:27.000Z | 2020-01-10T22:33:27.000Z | 36.086207 | 60 | 0.791687 | 999,285 | package com.hedera.sdk.node;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import com.hedera.sdk.common.HederaAccountID;
class HederaNodeTest {
@Test
@DisplayName("HederaNodeTest")
void test() {
HederaNode node = new He... |
923aa11eab496da2b7dffccb48d39209f7d4d18e | 1,674 | java | Java | src/org/xmodel/xaction/DebuggerAction.java | bdunnagan/XModel | 720b4ec18b069493cdbcc1b7dd7ec98a6379b795 | [
"Apache-2.0"
] | null | null | null | src/org/xmodel/xaction/DebuggerAction.java | bdunnagan/XModel | 720b4ec18b069493cdbcc1b7dd7ec98a6379b795 | [
"Apache-2.0"
] | null | null | null | src/org/xmodel/xaction/DebuggerAction.java | bdunnagan/XModel | 720b4ec18b069493cdbcc1b7dd7ec98a6379b795 | [
"Apache-2.0"
] | 1 | 2019-04-23T03:58:04.000Z | 2019-04-23T03:58:04.000Z | 31 | 90 | 0.674432 | 999,286 | package org.xmodel.xaction;
import org.xmodel.xaction.debug.Debugger;
import org.xmodel.xpath.expression.IContext;
import org.xmodel.xpath.expression.IExpression;
/**
* An XAction that performs debugging operations.
*/
public class DebuggerAction extends GuardedAction
{
/* (non-Javadoc)
* @see org.... |
923aa1a7ce0417ef3f59b86045a59365775a5ce6 | 2,420 | java | Java | src/main/java/com/epam/digital/data/platform/starter/logger/LogbookInfoLoggingAutoConfiguration.java | epam/edp-ddm-starter-logger | 29c8c1845471a1b0b4b1e34c85d49c38030a4013 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/epam/digital/data/platform/starter/logger/LogbookInfoLoggingAutoConfiguration.java | epam/edp-ddm-starter-logger | 29c8c1845471a1b0b4b1e34c85d49c38030a4013 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/epam/digital/data/platform/starter/logger/LogbookInfoLoggingAutoConfiguration.java | epam/edp-ddm-starter-logger | 29c8c1845471a1b0b4b1e34c85d49c38030a4013 | [
"Apache-2.0"
] | null | null | null | 36.666667 | 118 | 0.77562 | 999,287 | /*
* Copyright 2021 EPAM Systems.
*
* 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 t... |
923aa286fd56b212683f9a3761de509dab7818ed | 594 | java | Java | SnackBar/src/SnackBar/ShittyCustomer.java | OmarSalah95/java-SnackBar | 9b500d528dbc565b0081591d6d874406b2b1e9ed | [
"MIT"
] | null | null | null | SnackBar/src/SnackBar/ShittyCustomer.java | OmarSalah95/java-SnackBar | 9b500d528dbc565b0081591d6d874406b2b1e9ed | [
"MIT"
] | null | null | null | SnackBar/src/SnackBar/ShittyCustomer.java | OmarSalah95/java-SnackBar | 9b500d528dbc565b0081591d6d874406b2b1e9ed | [
"MIT"
] | null | null | null | 17.470588 | 56 | 0.700337 | 999,288 | package SnackBar;
public class ShittyCustomer {
private static int maxId = 0;
private int id;
private String name;
private double cashOnHand;
public ShittyCustomer(String name, double cashOnHand) {
maxId++;
id = maxId;
this.name = name;
this.cashOnHand = cashOnHand;
}
// getters
public int getId() {
... |
923aa4205d0c3389991b111c91d2d9517737eb57 | 1,874 | java | Java | nitrite/src/main/java/org/dizitart/no2/migration/commands/Rename.java | autoserve1/nitrite-java | a1901d5734774e864c7c87973d805fd431ceeb43 | [
"Apache-2.0"
] | 483 | 2017-04-21T09:48:03.000Z | 2020-06-14T19:59:27.000Z | nitrite/src/main/java/org/dizitart/no2/migration/commands/Rename.java | autoserve1/nitrite-java | a1901d5734774e864c7c87973d805fd431ceeb43 | [
"Apache-2.0"
] | 239 | 2020-06-21T19:03:28.000Z | 2022-03-30T10:23:22.000Z | nitrite/src/main/java/org/dizitart/no2/migration/commands/Rename.java | autoserve1/nitrite-java | a1901d5734774e864c7c87973d805fd431ceeb43 | [
"Apache-2.0"
] | 77 | 2017-04-20T04:09:19.000Z | 2020-06-07T16:25:49.000Z | 36.038462 | 112 | 0.696905 | 999,289 | package org.dizitart.no2.migration.commands;
import lombok.AllArgsConstructor;
import org.dizitart.no2.Nitrite;
import org.dizitart.no2.collection.Document;
import org.dizitart.no2.collection.NitriteId;
import org.dizitart.no2.collection.operation.CollectionOperations;
import org.dizitart.no2.collection.operation.Inde... |
923aa45c09e3eed24cbf270978a05b25d242c185 | 4,838 | java | Java | subprojects/core-api/src/main/java/org/gradle/api/tasks/TaskInputs.java | ALD110/gradle | d9adf33a57925582988fc512002dcc0e8ce4db95 | [
"Apache-2.0"
] | 2 | 2015-12-10T21:06:45.000Z | 2016-08-04T19:35:30.000Z | subprojects/core-api/src/main/java/org/gradle/api/tasks/TaskInputs.java | ALD110/gradle | d9adf33a57925582988fc512002dcc0e8ce4db95 | [
"Apache-2.0"
] | null | null | null | subprojects/core-api/src/main/java/org/gradle/api/tasks/TaskInputs.java | ALD110/gradle | d9adf33a57925582988fc512002dcc0e8ce4db95 | [
"Apache-2.0"
] | null | null | null | 39.016129 | 147 | 0.688508 | 999,290 | /*
* Copyright 2010 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
923aa467f480f0a4a2a938d8205440ff777b2e4a | 1,824 | java | Java | app/main/java/com/jingpu/android/apersistance/activeandroid/model/Category.java | AmberPoo1/EPPEBench | 88755d485c42ac376ae4ddc9e862dcd60925efd0 | [
"MIT"
] | null | null | null | app/main/java/com/jingpu/android/apersistance/activeandroid/model/Category.java | AmberPoo1/EPPEBench | 88755d485c42ac376ae4ddc9e862dcd60925efd0 | [
"MIT"
] | null | null | null | app/main/java/com/jingpu/android/apersistance/activeandroid/model/Category.java | AmberPoo1/EPPEBench | 88755d485c42ac376ae4ddc9e862dcd60925efd0 | [
"MIT"
] | null | null | null | 22.8 | 61 | 0.614035 | 999,291 | package com.jingpu.android.apersistance.activeandroid.model;
import com.activeandroid.Model;
import com.activeandroid.annotation.Column;
import com.activeandroid.annotation.Table;
/**
* Created by Jing Pu on 2016/1/31.
*/
@Table(name = "CATEGORY")
public class Category extends Model {
// Labels: Ta... |
923aa4bd77fa9e3ca387d41cc56eaef4858c1a7d | 3,388 | java | Java | styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/NodeVisitor.java | craftmaster2190/itext7 | ae2e3922038023874a542b72749048c019b3106d | [
"RSA-MD"
] | 1 | 2019-10-01T05:48:27.000Z | 2019-10-01T05:48:27.000Z | styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/NodeVisitor.java | craftmaster2190/itext7 | ae2e3922038023874a542b72749048c019b3106d | [
"RSA-MD"
] | null | null | null | styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/jsoup/select/NodeVisitor.java | craftmaster2190/itext7 | ae2e3922038023874a542b72749048c019b3106d | [
"RSA-MD"
] | null | null | null | 46.424658 | 119 | 0.730009 | 999,292 | /*
This file is part of the iText (R) project.
Copyright (c) 1998-2019 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation ... |
923aa6bda2b265407fb0eadd28b8a9ec85882902 | 832 | java | Java | 医院药品管理/src/main/java/me/zbl/app/service/ExpireNotifyService.java | xiaosongdeyx001/shujuku-----123 | a0a009a732d74bf601f9d4ebccfb8d42c8a9b7d9 | [
"Apache-2.0"
] | 3 | 2019-06-18T16:12:33.000Z | 2021-12-09T07:39:15.000Z | 医院药品管理/src/main/java/me/zbl/app/service/ExpireNotifyService.java | xiaosongdeyx001/shujuku-----123 | a0a009a732d74bf601f9d4ebccfb8d42c8a9b7d9 | [
"Apache-2.0"
] | 12 | 2020-11-16T20:38:06.000Z | 2022-03-31T20:10:58.000Z | 医院药品管理/src/main/java/me/zbl/app/service/ExpireNotifyService.java | xiaosongdeyx001/shujuku-----123 | a0a009a732d74bf601f9d4ebccfb8d42c8a9b7d9 | [
"Apache-2.0"
] | 1 | 2019-06-21T07:44:03.000Z | 2019-06-21T07:44:03.000Z | 25.212121 | 75 | 0.715144 | 999,293 | /*
* Copyright 2018 JamesZBL
*
* 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... |
923aa6cd8818704b5336b39f3e33504f5e00952d | 600 | java | Java | src/main/java/it/andbin/temperatureconverter/common/exception/AmbiguousTemperatureSpecException.java | andbin/quarkus-restful-temperature-converter | c07bb61361cef8e3c512ea975ca87417c3217464 | [
"MIT"
] | null | null | null | src/main/java/it/andbin/temperatureconverter/common/exception/AmbiguousTemperatureSpecException.java | andbin/quarkus-restful-temperature-converter | c07bb61361cef8e3c512ea975ca87417c3217464 | [
"MIT"
] | null | null | null | src/main/java/it/andbin/temperatureconverter/common/exception/AmbiguousTemperatureSpecException.java | andbin/quarkus-restful-temperature-converter | c07bb61361cef8e3c512ea975ca87417c3217464 | [
"MIT"
] | null | null | null | 33.333333 | 77 | 0.756667 | 999,294 | /*
* Copyright (C) 2021 Andrea Binello ("andbin")
*
* This file is part of the "Quarkus RESTful Temperature Converter" project
* and is released under the MIT License. See one of the license files
* included in the root of the project for the full text of the license.
*/
package it.andbin.temperatureconverter.co... |
923aa7c6dd302feae432ab749db1a61c51b702e5 | 2,864 | java | Java | Take-Home/src/test/java/gmail/pitias4work/com/DynamicControls.java | PitiasFessahaie/take-home-webdriver-test | 6e232a74a7936a8a24a5271f814366cf8f9cb9a7 | [
"MIT"
] | 1 | 2020-09-19T15:36:41.000Z | 2020-09-19T15:36:41.000Z | Take-Home/src/test/java/gmail/pitias4work/com/DynamicControls.java | PitiasFessahaie/take-home-webdriver-test | 6e232a74a7936a8a24a5271f814366cf8f9cb9a7 | [
"MIT"
] | null | null | null | Take-Home/src/test/java/gmail/pitias4work/com/DynamicControls.java | PitiasFessahaie/take-home-webdriver-test | 6e232a74a7936a8a24a5271f814366cf8f9cb9a7 | [
"MIT"
] | null | null | null | 38.702703 | 94 | 0.761872 | 999,295 | package gmail.pitias4work.com;
import static org.testng.Assert.assertEquals;
import org.apache.log4j.Logger;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.testng.Assert;
import org.testng.annotations.Test;
import com.aventstack.extentreports.Status;
import com.library.pitias.Base;
... |
923aaa3b791723908d7d3fd8bea10e519ce8d607 | 11,681 | java | Java | src/main/java/com/gupao/bigdata/yarn/examples/MyClient.java | VirgilLone/bigdata_yarn_example | 8b553df57443e7194cbe2ffa49d41f55f9cfb93c | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/gupao/bigdata/yarn/examples/MyClient.java | VirgilLone/bigdata_yarn_example | 8b553df57443e7194cbe2ffa49d41f55f9cfb93c | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/gupao/bigdata/yarn/examples/MyClient.java | VirgilLone/bigdata_yarn_example | 8b553df57443e7194cbe2ffa49d41f55f9cfb93c | [
"BSD-3-Clause"
] | null | null | null | 38.173203 | 110 | 0.63813 | 999,296 | package com.gupao.bigdata.yarn.examples;
import org.apache.commons.cli.*;
import org.apache.commons.io.IOUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FSDataOutputStream;
import org.apache.hadoop.fs.F... |
923aab7810618769c2399315d7e340d322eba154 | 2,159 | java | Java | src/main/java/com/glisco/numismaticoverhaul/villagers/json/adapters/DimensionAwareSellStackAdapter.java | gliscowo/numismatic-overhaul | 8ce6c987c27f0cff1382f6c68fadadddf7729184 | [
"MIT"
] | 9 | 2022-01-17T18:20:29.000Z | 2022-03-19T02:36:02.000Z | src/main/java/com/glisco/numismaticoverhaul/villagers/json/adapters/DimensionAwareSellStackAdapter.java | gliscowo/numismatic-overhaul | 8ce6c987c27f0cff1382f6c68fadadddf7729184 | [
"MIT"
] | 15 | 2022-01-18T15:44:25.000Z | 2022-03-22T08:48:02.000Z | src/main/java/com/glisco/numismaticoverhaul/villagers/json/adapters/DimensionAwareSellStackAdapter.java | gliscowo/numismatic-overhaul | 8ce6c987c27f0cff1382f6c68fadadddf7729184 | [
"MIT"
] | 8 | 2022-01-17T19:01:44.000Z | 2022-03-26T00:40:57.000Z | 37.224138 | 124 | 0.720241 | 999,297 | package com.glisco.numismaticoverhaul.villagers.json.adapters;
import com.glisco.numismaticoverhaul.currency.CurrencyHelper;
import com.glisco.numismaticoverhaul.villagers.json.TradeJsonAdapter;
import com.glisco.numismaticoverhaul.villagers.json.VillagerJsonHelper;
import com.google.gson.JsonObject;
import net.minecr... |
923aae46a55c87fbae3cf323ebcb7e5f727a8eb8 | 2,206 | java | Java | src/main/java/com/example/clarence/corelibrary/BaseActivity.java | clarenceV1/LibCore | 4eda5214c36dd4ec21c5acc495fbb0776e66b9e2 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/example/clarence/corelibrary/BaseActivity.java | clarenceV1/LibCore | 4eda5214c36dd4ec21c5acc495fbb0776e66b9e2 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/example/clarence/corelibrary/BaseActivity.java | clarenceV1/LibCore | 4eda5214c36dd4ec21c5acc495fbb0776e66b9e2 | [
"Apache-2.0"
] | null | null | null | 29.413333 | 113 | 0.628286 | 999,298 | package com.example.clarence.corelibrary;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
/**
* 预留扩展用
* Created by clarence on 16/5/29.
*/
public class BaseAc... |
923aae8b371e48db950096995cb08c5c6805a893 | 1,253 | java | Java | TelemetryServer/app/src/main/java/org/mavlink/messages/MAV_STATE.java | chrisphillips/Telemetry-For-DJI | f36d00ab682191021be0468deaebcdbd6a7ce67b | [
"MIT"
] | 1 | 2018-02-20T19:26:12.000Z | 2018-02-20T19:26:12.000Z | TelemetryServer/app/src/main/java/org/mavlink/messages/MAV_STATE.java | chrisphillips/Telemetry-For-DJI | f36d00ab682191021be0468deaebcdbd6a7ce67b | [
"MIT"
] | null | null | null | TelemetryServer/app/src/main/java/org/mavlink/messages/MAV_STATE.java | chrisphillips/Telemetry-For-DJI | f36d00ab682191021be0468deaebcdbd6a7ce67b | [
"MIT"
] | null | null | null | 28.477273 | 132 | 0.644852 | 999,299 | /**
* Generated class : MAV_STATE
* DO NOT MODIFY!
**/
package org.mavlink.messages;
/**
* Interface MAV_STATE
*
**/
public interface MAV_STATE {
/**
* Uninitialized system, state is unknown.
*/
public final static int MAV_STATE_UNINIT = 0;
/**
* System is booting up.
*/
publi... |
923aaef7c1173fb618c64aceb0e260ba8bef0b89 | 520 | java | Java | pay-dal/src/main/java/com/hiveelpay/dal/dao/mapper/CreditCardMapper.java | winn2048/HiveelPay | 5643546fac92f8b6f42b1ba58abb35b9fb32101d | [
"MIT"
] | null | null | null | pay-dal/src/main/java/com/hiveelpay/dal/dao/mapper/CreditCardMapper.java | winn2048/HiveelPay | 5643546fac92f8b6f42b1ba58abb35b9fb32101d | [
"MIT"
] | null | null | null | pay-dal/src/main/java/com/hiveelpay/dal/dao/mapper/CreditCardMapper.java | winn2048/HiveelPay | 5643546fac92f8b6f42b1ba58abb35b9fb32101d | [
"MIT"
] | null | null | null | 23.636364 | 97 | 0.690385 | 999,300 | package com.hiveelpay.dal.dao.mapper;
import com.hiveelpay.dal.dao.model.CreditCard;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
@Repository
public interface CreditCardMapper {
/**
* @param creditCard
* @return
*/
int save(@Param("creditCard") C... |
923aaf02c437b1dc01e1145085e01d3b8b04c6d2 | 1,950 | java | Java | alpha-oauth2/alpha-oauth2-server/src/main/java/com/geektcp/alpha/sso/server/config/WebSecurityConfig.java | thyhero/alpha | 699bb05ba4a7c61fccf733f9b293f0ed9b3dca6e | [
"Apache-2.0"
] | 1 | 2019-06-15T01:24:25.000Z | 2019-06-15T01:24:25.000Z | alpha-oauth2/alpha-oauth2-server/src/main/java/com/geektcp/alpha/sso/server/config/WebSecurityConfig.java | arist0tle/alpha | 699bb05ba4a7c61fccf733f9b293f0ed9b3dca6e | [
"Apache-2.0"
] | null | null | null | alpha-oauth2/alpha-oauth2-server/src/main/java/com/geektcp/alpha/sso/server/config/WebSecurityConfig.java | arist0tle/alpha | 699bb05ba4a7c61fccf733f9b293f0ed9b3dca6e | [
"Apache-2.0"
] | 2 | 2021-01-28T00:10:43.000Z | 2022-01-05T14:38:02.000Z | 36.111111 | 107 | 0.741538 | 999,301 | package com.geektcp.alpha.sso.server.config;
import com.geektcp.alpha.sso.server.service.MyUserDetailsService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.secur... |
923ab11ae2fbd7abd6800d8ec7d78ed98c4889ae | 4,073 | java | Java | src/test/java/org/torpedoquery/jpa/OrderByTest.java | mdebellefeuille/torpedoquery | 084ebf1e390174de5f877870e02f5e58023d3183 | [
"Apache-2.0"
] | 48 | 2015-01-22T14:29:07.000Z | 2022-03-02T11:03:50.000Z | src/test/java/org/torpedoquery/jpa/OrderByTest.java | mdebellefeuille/torpedoquery | 084ebf1e390174de5f877870e02f5e58023d3183 | [
"Apache-2.0"
] | 14 | 2015-06-22T16:04:31.000Z | 2019-04-13T13:32:46.000Z | src/test/java/org/torpedoquery/jpa/OrderByTest.java | mdebellefeuille/torpedoquery | 084ebf1e390174de5f877870e02f5e58023d3183 | [
"Apache-2.0"
] | 17 | 2015-03-13T14:36:36.000Z | 2021-12-31T08:36:11.000Z | 27.890411 | 138 | 0.719057 | 999,302 | /**
* Copyright (C) 2011 Xavier Jodoin (ychag@example.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... |
923ab18aaa4be3a26207409fa1d8924c3c4c84ce | 4,195 | java | Java | api/src/main/java/io/spaship/content/git/api/GitService.java | lkrzyzanek/content-git | 4250a1bc5a8c60ca90e97e5e99f80b2856230829 | [
"Apache-2.0"
] | null | null | null | api/src/main/java/io/spaship/content/git/api/GitService.java | lkrzyzanek/content-git | 4250a1bc5a8c60ca90e97e5e99f80b2856230829 | [
"Apache-2.0"
] | 9 | 2021-03-24T09:58:16.000Z | 2021-10-18T20:56:00.000Z | api/src/main/java/io/spaship/content/git/api/GitService.java | lkrzyzanek/content-git | 4250a1bc5a8c60ca90e97e5e99f80b2856230829 | [
"Apache-2.0"
] | 1 | 2021-03-24T09:46:53.000Z | 2021-03-24T09:46:53.000Z | 33.031496 | 132 | 0.647199 | 999,303 | package io.spaship.content.git.api;
import io.quarkus.runtime.StartupEvent;
import io.spaship.content.git.api.model.CommitInfo;
import io.spaship.content.git.api.model.GitInfo;
import io.spaship.content.git.api.rest.GitApiResource;
import org.eclipse.jgit.api.Git;
import org.eclipse.jgit.api.PullResult;
import org.ecl... |
923ab1c185d44ea8c44ec77935685f27d76aff01 | 4,163 | java | Java | aop-demo/src/main/java/com/luoyu/aop/aop/HttpCheckAspact.java | xbcmz/springboot-demo | 7dcb364f9e464247ab33e14196f6cfe5a5a068b4 | [
"Apache-2.0"
] | 53 | 2020-01-13T10:03:30.000Z | 2021-04-27T09:31:18.000Z | aop-demo/src/main/java/com/luoyu/aop/aop/HttpCheckAspact.java | xbcmz/springboot-demo | 7dcb364f9e464247ab33e14196f6cfe5a5a068b4 | [
"Apache-2.0"
] | 1 | 2020-10-08T03:36:55.000Z | 2020-10-08T03:36:55.000Z | aop-demo/src/main/java/com/luoyu/aop/aop/HttpCheckAspact.java | xbcmz/springboot-demo | 7dcb364f9e464247ab33e14196f6cfe5a5a068b4 | [
"Apache-2.0"
] | 27 | 2020-02-26T08:35:19.000Z | 2021-04-22T03:46:29.000Z | 35.581197 | 146 | 0.6368 | 999,304 | package com.luoyu.aop.aop;
import com.luoyu.aop.config.KeyConfig;
import com.luoyu.aop.entity.http.HttpRequest;
import com.luoyu.aop.entity.http.HttpResponse;
import com.luoyu.aop.entity.response.TestResponse;
import com.luoyu.aop.util.AESUtil;
import com.luoyu.aop.util.JsonUtils;
import com.oracle.tools.packager.Log;... |
923ab1f8873df2696d638522003dbee376642a48 | 1,083 | java | Java | WebBuilder/src/main/java/com/himari/builder/component/graphic/LabelComponent.java | zZHorizonZz/Himari | ffcc7f8b7f1522bce1f14420aec1ebdfa9a5994f | [
"Apache-2.0"
] | null | null | null | WebBuilder/src/main/java/com/himari/builder/component/graphic/LabelComponent.java | zZHorizonZz/Himari | ffcc7f8b7f1522bce1f14420aec1ebdfa9a5994f | [
"Apache-2.0"
] | null | null | null | WebBuilder/src/main/java/com/himari/builder/component/graphic/LabelComponent.java | zZHorizonZz/Himari | ffcc7f8b7f1522bce1f14420aec1ebdfa9a5994f | [
"Apache-2.0"
] | null | null | null | 25.186047 | 75 | 0.701754 | 999,305 | /*
* Copyright 2021 Daniel Fiala
*
* 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 ... |
923ab33d7bdec5da6ece988d67a7ef2a9f67e060 | 2,775 | java | Java | shardingsphere-infra/shardingsphere-infra-executor/src/main/java/org/apache/shardingsphere/infra/executor/sql/execute/engine/driver/jdbc/JDBCExecutor.java | tingting123123/shardingsphere | ac74c098136a5dbead8351950d2fa343d2e91b73 | [
"Apache-2.0"
] | 5,788 | 2020-04-17T14:09:07.000Z | 2022-03-31T08:12:53.000Z | shardingsphere-infra/shardingsphere-infra-executor/src/main/java/org/apache/shardingsphere/infra/executor/sql/execute/engine/driver/jdbc/JDBCExecutor.java | tingting123123/shardingsphere | ac74c098136a5dbead8351950d2fa343d2e91b73 | [
"Apache-2.0"
] | 6,488 | 2020-04-17T14:21:54.000Z | 2022-03-31T21:36:33.000Z | shardingsphere-infra/shardingsphere-infra-executor/src/main/java/org/apache/shardingsphere/infra/executor/sql/execute/engine/driver/jdbc/JDBCExecutor.java | tingting123123/shardingsphere | ac74c098136a5dbead8351950d2fa343d2e91b73 | [
"Apache-2.0"
] | 2,504 | 2020-04-17T14:09:46.000Z | 2022-03-31T12:21:31.000Z | 38.541667 | 162 | 0.729009 | 999,306 | /*
* 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 ... |
923ab3480a7b576a25b4c75187d3324e9ec61d57 | 2,047 | java | Java | foc/src/com/foc/db/migration/MigrationModule.java | FOC-framework/framework | cfffcd9a5adf3d934335d8a18434245c068165e0 | [
"Apache-2.0"
] | 1 | 2018-12-18T06:51:56.000Z | 2018-12-18T06:51:56.000Z | foc/src/com/foc/db/migration/MigrationModule.java | FOC-framework/framework | cfffcd9a5adf3d934335d8a18434245c068165e0 | [
"Apache-2.0"
] | 8 | 2017-03-09T04:30:04.000Z | 2021-06-15T15:57:28.000Z | foc/src/com/foc/db/migration/MigrationModule.java | FOC-framework/framework | cfffcd9a5adf3d934335d8a18434245c068165e0 | [
"Apache-2.0"
] | 2 | 2019-06-02T14:20:09.000Z | 2022-02-10T10:21:25.000Z | 28.430556 | 81 | 0.646312 | 999,307 | /*******************************************************************************
* Copyright 2016 Antoine Nicolas SAMAHA
*
* 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
*
* ... |
923ab398e572cdc5e4f50223c0aa6102f8ca1ba4 | 711 | java | Java | src/org/hy/common/xml/plugins/XSQLGroupTaskGroupListener.java | HY-ZhengWei/XJava | e9952ed39319f8b55adcdfa409696b6eeaf4cae7 | [
"Apache-2.0"
] | 5 | 2017-08-22T08:00:35.000Z | 2020-03-25T12:49:04.000Z | src/org/hy/common/xml/plugins/XSQLGroupTaskGroupListener.java | HY-ZhengWei/XJava | e9952ed39319f8b55adcdfa409696b6eeaf4cae7 | [
"Apache-2.0"
] | 1 | 2021-09-30T07:56:05.000Z | 2021-09-30T07:56:05.000Z | src/org/hy/common/xml/plugins/XSQLGroupTaskGroupListener.java | HY-ZhengWei/XJava | e9952ed39319f8b55adcdfa409696b6eeaf4cae7 | [
"Apache-2.0"
] | 5 | 2017-04-12T04:29:48.000Z | 2019-05-23T02:37:53.000Z | 14.22 | 68 | 0.565401 | 999,308 | package org.hy.common.xml.plugins;
import org.hy.common.thread.event.TaskGroupEvent;
import org.hy.common.thread.event.TaskGroupListener;
/**
* TODO(请详细描述类型的作用。描述后请删除todo标签)
*
* @author ZhengWei(HY)
* @createDate 2017-02-22
* @version v1.0
*/
public class XSQLGroupTaskGroupListener implements Tas... |
923ab3cfeb454d32bdffba79151fa0330c983137 | 1,803 | java | Java | controle-de-estoque/test/tests/addProductToStockTest.java | lucassoaresouza/tc-sce-lucas-souza | 36479e81d001f4e137fc60e29cbc37157d465126 | [
"MIT"
] | null | null | null | controle-de-estoque/test/tests/addProductToStockTest.java | lucassoaresouza/tc-sce-lucas-souza | 36479e81d001f4e137fc60e29cbc37157d465126 | [
"MIT"
] | null | null | null | controle-de-estoque/test/tests/addProductToStockTest.java | lucassoaresouza/tc-sce-lucas-souza | 36479e81d001f4e137fc60e29cbc37157d465126 | [
"MIT"
] | null | null | null | 28.171875 | 100 | 0.629506 | 999,309 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package tests;
import java.util.Arrays;
import java.util.Collection;
import model.Product;
import model.ProductStock;
import org.junit... |
923ab4071a413a501d0713d3ccf2d424958158b1 | 2,517 | java | Java | src/main/java/com/vigekoo/modules/lecturer/controller/LecturerController.java | xsc19850920/boot-cms | 9202b02b3660060162aace0195ce507db0659356 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/vigekoo/modules/lecturer/controller/LecturerController.java | xsc19850920/boot-cms | 9202b02b3660060162aace0195ce507db0659356 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/vigekoo/modules/lecturer/controller/LecturerController.java | xsc19850920/boot-cms | 9202b02b3660060162aace0195ce507db0659356 | [
"Apache-2.0"
] | null | null | null | 25.948454 | 93 | 0.757648 | 999,310 | package com.vigekoo.modules.lecturer.controller;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathV... |
923ab418373a7bda7d8012208569e720dfdb863c | 1,074 | java | Java | src/main/java/com/sattlerjoshua/spring/api/docs/Person.java | j-sattler/spring-swagger-vs-restdocs | ec59f3da0c7ae98ea9c23d9fced618a049799a8f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/sattlerjoshua/spring/api/docs/Person.java | j-sattler/spring-swagger-vs-restdocs | ec59f3da0c7ae98ea9c23d9fced618a049799a8f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/sattlerjoshua/spring/api/docs/Person.java | j-sattler/spring-swagger-vs-restdocs | ec59f3da0c7ae98ea9c23d9fced618a049799a8f | [
"Apache-2.0"
] | null | null | null | 21.66 | 55 | 0.575254 | 999,311 | package com.sattlerjoshua.spring.api.docs;
import com.fasterxml.jackson.annotation.*;
/**
* Immutable class that represents a person resource.
*
* @author hzdkv@example.com
*/
@JsonIgnoreProperties(ignoreUnknown = true)
public class Person {
private final Long id;
private final String firstName;
priv... |
923ab42289f08c75627c801cea5ed80ce55234b1 | 5,097 | java | Java | app/src/main/java/com/google/android/gms/fit/samples/basicsensorsapi/StepCounterActivity.java | aamirbhat/walking | 10ccf979c70b615895bcd6f001ac51b6596427f5 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/google/android/gms/fit/samples/basicsensorsapi/StepCounterActivity.java | aamirbhat/walking | 10ccf979c70b615895bcd6f001ac51b6596427f5 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/google/android/gms/fit/samples/basicsensorsapi/StepCounterActivity.java | aamirbhat/walking | 10ccf979c70b615895bcd6f001ac51b6596427f5 | [
"Apache-2.0"
] | null | null | null | 39.820313 | 173 | 0.698646 | 999,312 | package com.google.android.gms.fit.samples.basicsensorsapi;
import android.app.Activity;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.conten... |
923ab5788989548535652bb428fd74ad5a0f122c | 2,122 | java | Java | etl/src/main/java/com/cezarykluczynski/stapi/etl/template/video/dto/VideoTemplate.java | tj-harris/stapi | a7db769841d2dbf4c0bd05f00e26bdc9fd9e5341 | [
"MIT"
] | 104 | 2017-04-27T17:50:40.000Z | 2022-03-20T07:50:34.000Z | etl/src/main/java/com/cezarykluczynski/stapi/etl/template/video/dto/VideoTemplate.java | tj-harris/stapi | a7db769841d2dbf4c0bd05f00e26bdc9fd9e5341 | [
"MIT"
] | 15 | 2017-06-17T11:54:29.000Z | 2022-03-02T02:38:51.000Z | etl/src/main/java/com/cezarykluczynski/stapi/etl/template/video/dto/VideoTemplate.java | tj-harris/stapi | a7db769841d2dbf4c0bd05f00e26bdc9fd9e5341 | [
"MIT"
] | 14 | 2017-05-05T19:50:46.000Z | 2022-01-15T12:58:23.000Z | 24.390805 | 86 | 0.834119 | 999,313 | package com.cezarykluczynski.stapi.etl.template.video.dto;
import com.cezarykluczynski.stapi.model.content_language.entity.ContentLanguage;
import com.cezarykluczynski.stapi.model.content_rating.entity.ContentRating;
import com.cezarykluczynski.stapi.model.page.entity.Page;
import com.cezarykluczynski.stapi.model.refe... |
923ab5cf2df5080b939da63c1af4c9e6d8f1a15a | 3,442 | java | Java | src/main/java/com/github/aaric/achieve/sms/service/impl/SmsServiceImpl.java | aaric/dysms-achieve | 13246e421fcd7f0f8efd851730bfd689e56bcc1a | [
"MIT"
] | null | null | null | src/main/java/com/github/aaric/achieve/sms/service/impl/SmsServiceImpl.java | aaric/dysms-achieve | 13246e421fcd7f0f8efd851730bfd689e56bcc1a | [
"MIT"
] | null | null | null | src/main/java/com/github/aaric/achieve/sms/service/impl/SmsServiceImpl.java | aaric/dysms-achieve | 13246e421fcd7f0f8efd851730bfd689e56bcc1a | [
"MIT"
] | null | null | null | 31.009009 | 120 | 0.662406 | 999,314 | package com.github.aaric.achieve.sms.service.impl;
import com.aliyuncs.DefaultAcsClient;
import com.aliyuncs.IAcsClient;
import com.aliyuncs.dysmsapi.model.v20170525.SendSmsRequest;
import com.aliyuncs.dysmsapi.model.v20170525.SendSmsResponse;
import com.aliyuncs.exceptions.ClientException;
import com.aliyuncs.profile... |
923ab6d03e9b8bb03307e31f28d823c70bf8b505 | 7,428 | java | Java | core/src/main/java/dev/lyze/retro/game/Assets.java | lyze237/On-Guard | 1fb502b0d985bd43e613f40e47cbf5868731dc8f | [
"Apache-2.0"
] | 7 | 2020-06-26T20:38:16.000Z | 2021-12-18T12:46:43.000Z | core/src/main/java/dev/lyze/retro/game/Assets.java | lyze237/On-Guard | 1fb502b0d985bd43e613f40e47cbf5868731dc8f | [
"Apache-2.0"
] | null | null | null | core/src/main/java/dev/lyze/retro/game/Assets.java | lyze237/On-Guard | 1fb502b0d985bd43e613f40e47cbf5868731dc8f | [
"Apache-2.0"
] | 2 | 2020-09-10T00:13:18.000Z | 2021-12-16T10:49:15.000Z | 40.369565 | 196 | 0.704227 | 999,315 | package dev.lyze.retro.game;
import com.badlogic.gdx.assets.AssetManager;
import com.badlogic.gdx.assets.loaders.resolvers.InternalFileHandleResolver;
import com.badlogic.gdx.audio.Music;
import com.badlogic.gdx.audio.Sound;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g2d.TextureA... |
923ab7bbd602453a95fffbde0b972e38c0a14704 | 2,906 | java | Java | org/apache/xerces/impl/dtd/XMLContentSpec.java | MewX/contendo-viewer-v1.6.3 | 69fba3cea4f9a43e48f43148774cfa61b388e7de | [
"Apache-2.0"
] | 2 | 2021-07-16T10:43:25.000Z | 2021-12-15T13:54:10.000Z | org/apache/xerces/impl/dtd/XMLContentSpec.java | MewX/contendo-viewer-v1.6.3 | 69fba3cea4f9a43e48f43148774cfa61b388e7de | [
"Apache-2.0"
] | 1 | 2021-10-12T22:24:55.000Z | 2021-10-12T22:24:55.000Z | org/apache/xerces/impl/dtd/XMLContentSpec.java | MewX/contendo-viewer-v1.6.3 | 69fba3cea4f9a43e48f43148774cfa61b388e7de | [
"Apache-2.0"
] | null | null | null | 29.06 | 134 | 0.726772 | 999,316 | package org.apache.xerces.impl.dtd;
public class XMLContentSpec {
public static final short CONTENTSPECNODE_LEAF = 0;
public static final short CONTENTSPECNODE_ZERO_OR_ONE = 1;
public static final short CONTENTSPECNODE_ZERO_OR_MORE = 2;
public static final short CONTENTSPECNODE_ONE_OR_MORE = 3;
p... |
923ab7f98fa57a6942e8d98e60ab5160f1cdaec9 | 248 | java | Java | Ruter/src/ruter/map/MapComponent.java | cjortegon/Ruter | 069061d1cc4267bda7252225a5909a50920e3cd0 | [
"MIT"
] | null | null | null | Ruter/src/ruter/map/MapComponent.java | cjortegon/Ruter | 069061d1cc4267bda7252225a5909a50920e3cd0 | [
"MIT"
] | null | null | null | Ruter/src/ruter/map/MapComponent.java | cjortegon/Ruter | 069061d1cc4267bda7252225a5909a50920e3cd0 | [
"MIT"
] | null | null | null | 15.5 | 52 | 0.689516 | 999,317 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ruter.map;
/**
*
* @author camilo
*/
public interface MapComponent {
public abstract double getX();
public abstract double getY();
}
|
923ab7fcd0fb6eb558c07bc5b3dd6ce8b5d04f03 | 223 | java | Java | src/main/java/net/stormdev/mario/powerups/TrackingShell.java | BGHDDevelopment/mariokart-source | 91d497f43a55189228b0a09415e34ceef4a56a1e | [
"MIT"
] | null | null | null | src/main/java/net/stormdev/mario/powerups/TrackingShell.java | BGHDDevelopment/mariokart-source | 91d497f43a55189228b0a09415e34ceef4a56a1e | [
"MIT"
] | null | null | null | src/main/java/net/stormdev/mario/powerups/TrackingShell.java | BGHDDevelopment/mariokart-source | 91d497f43a55189228b0a09415e34ceef4a56a1e | [
"MIT"
] | null | null | null | 20.272727 | 46 | 0.793722 | 999,318 | package net.stormdev.mario.powerups;
import org.bukkit.util.Vector;
public interface TrackingShell extends Shell {
public void setTarget(String player);
public String getTarget();
public Vector calculateVelocity();
}
|
923ab99a83d7c88f2ec2d72b4ee30a394cc24d8c | 316 | java | Java | hummer-cluster/cluster-raft/src/main/java/org/enast/hummer/cluster/raft/server/AbstractSocketServer.java | Enast/hummer | 370a415d9d229e1f703f81f825a1bcc53e559bed | [
"Apache-2.0"
] | 2 | 2020-06-05T09:01:06.000Z | 2021-09-28T15:20:50.000Z | hummer-cluster/cluster-raft/src/main/java/org/enast/hummer/cluster/raft/server/AbstractSocketServer.java | HendSame/hummer | abb556ee2976f884699e995c58071726042951c7 | [
"Apache-2.0"
] | 4 | 2020-05-20T13:27:28.000Z | 2022-02-27T10:15:15.000Z | hummer-cluster/cluster-raft/src/main/java/org/enast/hummer/cluster/raft/server/AbstractSocketServer.java | HendSame/hummer | abb556ee2976f884699e995c58071726042951c7 | [
"Apache-2.0"
] | 1 | 2020-05-07T15:37:11.000Z | 2020-05-07T15:37:11.000Z | 19.75 | 68 | 0.699367 | 999,319 | package org.enast.hummer.cluster.raft.server;
/**
* @author zhujinming6
* @create 2020-05-08 16:25
* @update 2020-05-08 16:25
**/
public abstract class AbstractSocketServer implements SocketServer {
protected Integer port;
public AbstractSocketServer(Integer port) {
this.port = port;
}
}
|
923ab9a9eadf1bf98dff9d2ace83e227de23f516 | 2,831 | java | Java | extras/zjb-image-loader/src/main/java/com/zjb/loader/internal/utils/DiskCacheUtils.java | airen3339/Android-Application-ZJB | 224d41664fc6e01cadd5a05a9a1aa54174c14859 | [
"Apache-2.0"
] | 356 | 2016-09-22T01:27:46.000Z | 2022-01-31T13:06:33.000Z | extras/zjb-image-loader/src/main/java/com/zjb/loader/internal/utils/DiskCacheUtils.java | airen3339/Android-Application-ZJB | 224d41664fc6e01cadd5a05a9a1aa54174c14859 | [
"Apache-2.0"
] | 15 | 2016-09-22T03:49:42.000Z | 2019-01-24T14:53:49.000Z | extras/zjb-image-loader/src/main/java/com/zjb/loader/internal/utils/DiskCacheUtils.java | airen3339/Android-Application-ZJB | 224d41664fc6e01cadd5a05a9a1aa54174c14859 | [
"Apache-2.0"
] | 125 | 2016-09-22T01:27:47.000Z | 2021-03-31T14:07:40.000Z | 33.305882 | 100 | 0.582833 | 999,320 | /*******************************************************************************
* Copyright 2011-2014 Sergey Tarasevich
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* htt... |
923abaab7e77e15bb6ab6e979e298fc7c34a37be | 671 | java | Java | engine/src/main/java/app/dassana/core/runmanager/launch/api/Application.java | varunsh-coder/dassana | fae1de20c7acdd10c9940f6cff3785943ba7f1f1 | [
"Apache-2.0"
] | 45 | 2021-08-03T00:35:10.000Z | 2022-03-31T05:51:49.000Z | engine/src/main/java/app/dassana/core/runmanager/launch/api/Application.java | varunsh-coder/dassana | fae1de20c7acdd10c9940f6cff3785943ba7f1f1 | [
"Apache-2.0"
] | 454 | 2021-08-02T22:56:48.000Z | 2021-12-20T21:09:44.000Z | engine/src/main/java/app/dassana/core/runmanager/launch/api/Application.java | varunsh-coder/dassana | fae1de20c7acdd10c9940f6cff3785943ba7f1f1 | [
"Apache-2.0"
] | 9 | 2021-09-02T04:52:19.000Z | 2021-12-22T18:11:52.000Z | 30.5 | 76 | 0.819672 | 999,321 | package app.dassana.core.runmanager.launch.api;
import com.amazonaws.serverless.exceptions.ContainerInitializationException;
import io.micronaut.context.ApplicationContextBuilder;
import io.micronaut.function.aws.proxy.MicronautLambdaHandler;
import io.micronaut.runtime.Micronaut;
public class Application extends Mic... |
923abad48b9586f55a3e5622688d83b7e51c8e74 | 1,453 | java | Java | src/main/java/cc/mrbird/common/controller/CommonController.java | xutong3/bsds | aee51b409bd0d9880494df5d681fecc514b23fd2 | [
"Apache-2.0"
] | 2 | 2019-09-04T21:23:57.000Z | 2020-01-08T04:14:55.000Z | src/main/java/cc/mrbird/common/controller/CommonController.java | liangzuan1983/FEBS-CAN-USE | f0f11f1d5a4519d0ed95f2979ff243acf53eb3e4 | [
"Apache-2.0"
] | 5 | 2020-12-21T16:59:17.000Z | 2022-02-09T22:19:46.000Z | src/main/java/cc/mrbird/common/controller/CommonController.java | liangzuan1983/FEBS-CAN-USE | f0f11f1d5a4519d0ed95f2979ff243acf53eb3e4 | [
"Apache-2.0"
] | 1 | 2020-07-09T16:59:15.000Z | 2020-07-09T16:59:15.000Z | 31.586957 | 99 | 0.736407 | 999,322 | package cc.mrbird.common.controller;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
import java.io.OutputStream;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.stereotype.Controller;
import org.springframework.... |
923abb42a9124dd4337818dee385e70f079194e0 | 1,755 | java | Java | src/main/java/com/readbooker/website/controller/BookController.java | Nimmel/book | ef26f16b9cfa3bf2e252af40ad5f373e5bd9f645 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/readbooker/website/controller/BookController.java | Nimmel/book | ef26f16b9cfa3bf2e252af40ad5f373e5bd9f645 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/readbooker/website/controller/BookController.java | Nimmel/book | ef26f16b9cfa3bf2e252af40ad5f373e5bd9f645 | [
"Apache-2.0"
] | null | null | null | 30.258621 | 62 | 0.776638 | 999,323 | package com.readbooker.website.controller;
import com.readbooker.website.model.entity.Book;
import com.readbooker.website.model.entity.Chapter;
import com.readbooker.website.model.vo.ChapterVo;
import com.readbooker.website.model.vo.ResultInfo;
import com.readbooker.website.service.BookService;
import com.readbooker.w... |
923abb7d4c2c97f7eb7f5e8eceac9c4029aca432 | 1,589 | java | Java | src/java/org/tensorics/core/tensor/options/ShapingStrategy.java | Anlon-Burke/tensorics-core | ccb9a31b161ac7ca009bb35a18b0d13053477818 | [
"Apache-2.0"
] | 14 | 2015-10-28T08:43:21.000Z | 2020-09-16T15:59:56.000Z | src/java/org/tensorics/core/tensor/options/ShapingStrategy.java | Anlon-Burke/tensorics-core | ccb9a31b161ac7ca009bb35a18b0d13053477818 | [
"Apache-2.0"
] | 38 | 2015-11-21T15:30:18.000Z | 2020-11-11T23:03:56.000Z | src/java/org/tensorics/core/tensor/options/ShapingStrategy.java | Anlon-Burke/tensorics-core | ccb9a31b161ac7ca009bb35a18b0d13053477818 | [
"Apache-2.0"
] | 6 | 2015-10-28T08:43:35.000Z | 2020-08-18T20:30:05.000Z | 34.543478 | 118 | 0.633103 | 999,324 | // @formatter:off
/*******************************************************************************
*
* This file is part of tensorics.
*
* Copyright (c) 2008-2011, CERN. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compli... |
923abc4ad110641de500b40b3f4360cc2f0c1610 | 120 | java | Java | src/module/search/ASFSearch.java | max3584/AccountSave | 455b77d76d51d89f98745abf64408b32358abb81 | [
"MIT"
] | null | null | null | src/module/search/ASFSearch.java | max3584/AccountSave | 455b77d76d51d89f98745abf64408b32358abb81 | [
"MIT"
] | null | null | null | src/module/search/ASFSearch.java | max3584/AccountSave | 455b77d76d51d89f98745abf64408b32358abb81 | [
"MIT"
] | null | null | null | 15 | 56 | 0.833333 | 999,325 | package module.search;
import module.AccountSqlFormatter;
public interface ASFSearch extends AccountSqlFormatter {
}
|
923abce7b54462bd10dda77dfc7baeed068a7028 | 2,266 | java | Java | src/main/java/com/iplante/imdb/cast/seeder/DatabaseSeeder.java | iplantemn/imdb-cast-api | 76e36a69462069490cb7baee45f7f1f754ba599c | [
"Unlicense"
] | null | null | null | src/main/java/com/iplante/imdb/cast/seeder/DatabaseSeeder.java | iplantemn/imdb-cast-api | 76e36a69462069490cb7baee45f7f1f754ba599c | [
"Unlicense"
] | null | null | null | src/main/java/com/iplante/imdb/cast/seeder/DatabaseSeeder.java | iplantemn/imdb-cast-api | 76e36a69462069490cb7baee45f7f1f754ba599c | [
"Unlicense"
] | null | null | null | 30.213333 | 96 | 0.655781 | 999,326 | package com.iplante.imdb.cast.seeder;
import com.iplante.imdb.cast.entity.Cast;
import com.iplante.imdb.cast.service.CastService;
import com.iplante.imdb.cast.util.RandomUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.event.ContextRefreshedEvent;
import org.sprin... |
923abd4a8f646f59d80fccfdb85a596f1873cb26 | 5,454 | java | Java | databuter/src/main/java/databute/databuter/Databuter.java | ghkim3221/databuter | 65758db5c0fece479e3e982df8cad7db01b7a11b | [
"MIT"
] | 3 | 2019-07-24T14:05:54.000Z | 2019-08-06T02:06:44.000Z | databuter/src/main/java/databute/databuter/Databuter.java | ghkim3221/databuter | 65758db5c0fece479e3e982df8cad7db01b7a11b | [
"MIT"
] | 68 | 2019-07-15T11:10:29.000Z | 2021-01-06T04:40:23.000Z | databuter/src/main/java/databute/databuter/Databuter.java | ghkim3221/databuter | 65758db5c0fece479e3e982df8cad7db01b7a11b | [
"MIT"
] | 4 | 2019-07-15T06:49:23.000Z | 2020-07-14T14:41:33.000Z | 34.961538 | 119 | 0.727173 | 999,327 | package databute.databuter;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;
import databute.databuter.bucket.BucketCoordinator;
import databute.databuter.bucket.BucketException;
import databute.databuter.bucket.BucketGroup;
import databute.databuter.bucket.... |
923abf299864ed1df9985c088149508296be936b | 1,535 | java | Java | software/cananolab-webapp/src/main/java/gov/nih/nci/cananolab/restful/view/edit/SimpleCell.java | safrant/cananolab | 48c2f1219a14e956e327f016063d440bae600a01 | [
"BSD-3-Clause"
] | 3 | 2017-02-15T19:13:43.000Z | 2021-12-20T16:02:55.000Z | software/cananolab-webapp/src/main/java/gov/nih/nci/cananolab/restful/view/edit/SimpleCell.java | safrant/cananolab | 48c2f1219a14e956e327f016063d440bae600a01 | [
"BSD-3-Clause"
] | 1 | 2021-11-30T16:31:06.000Z | 2021-11-30T16:31:06.000Z | software/cananolab-webapp/src/main/java/gov/nih/nci/cananolab/restful/view/edit/SimpleCell.java | safrant/cananolab | 48c2f1219a14e956e327f016063d440bae600a01 | [
"BSD-3-Clause"
] | 4 | 2017-04-18T20:54:33.000Z | 2022-02-12T00:09:14.000Z | 23.984375 | 60 | 0.715961 | 999,328 | package gov.nih.nci.cananolab.restful.view.edit;
import gov.nih.nci.cananolab.dto.common.table.TableCell;
import java.util.Date;
public class SimpleCell {
String value;
String datumOrCondition;
//private Datum datum = new Datum();
//private Condition condition = new Condition();
Integer columnOrder;
... |
923ac018dea43407e928e39ae5b8dcae8f50e14f | 1,080 | java | Java | jrandomizer/src/main/java/com/infoedge/jrandomizer/annotations/RowNumber.java | android-Infoedge/randomizer | 27bbe6879d4a4fa555c0c3962498e82b2d536d40 | [
"Apache-2.0"
] | 77 | 2016-09-30T08:18:37.000Z | 2022-03-05T07:10:43.000Z | jrandomizer/src/main/java/com/infoedge/jrandomizer/annotations/RowNumber.java | anvesh523/randomizer | 27bbe6879d4a4fa555c0c3962498e82b2d536d40 | [
"Apache-2.0"
] | 2 | 2017-07-26T21:33:26.000Z | 2021-03-28T11:16:58.000Z | jrandomizer/src/main/java/com/infoedge/jrandomizer/annotations/RowNumber.java | anvesh523/randomizer | 27bbe6879d4a4fa555c0c3962498e82b2d536d40 | [
"Apache-2.0"
] | 16 | 2016-10-17T05:39:03.000Z | 2022-01-12T01:21:49.000Z | 38.571429 | 79 | 0.77963 | 999,329 | package com.infoedge.jrandomizer.annotations;
import com.infoedge.jrandomizer.adapters.LongToIntAdapter;
import com.infoedge.jrandomizer.adapters.LongToLongAdapter;
import com.infoedge.jrandomizer.adapters.LongToStringAdapter;
import com.infoedge.jrandomizer.generators.RowNumberGenerator;
import java.lang.annotation.... |
923ac02a29f30bc4b27b515696c32a980a738166 | 1,916 | java | Java | src/main/java/org/sagebionetworks/web/client/widget/entity/browse/EntityTreeBrowserView.java | marcomarasca/SynapseWebClient | d641b0e129dc5c73bac30f9096abd98d38fb2a9d | [
"Apache-2.0"
] | 11 | 2015-04-06T06:06:12.000Z | 2022-03-21T20:12:28.000Z | src/main/java/org/sagebionetworks/web/client/widget/entity/browse/EntityTreeBrowserView.java | marcomarasca/SynapseWebClient | d641b0e129dc5c73bac30f9096abd98d38fb2a9d | [
"Apache-2.0"
] | 264 | 2015-01-07T19:12:45.000Z | 2022-03-31T21:49:28.000Z | src/main/java/org/sagebionetworks/web/client/widget/entity/browse/EntityTreeBrowserView.java | marcomarasca/SynapseWebClient | d641b0e129dc5c73bac30f9096abd98d38fb2a9d | [
"Apache-2.0"
] | 17 | 2015-01-29T03:16:11.000Z | 2022-02-21T22:41:15.000Z | 25.891892 | 106 | 0.796451 | 999,330 | package org.sagebionetworks.web.client.widget.entity.browse;
import org.sagebionetworks.repo.model.entity.Direction;
import org.sagebionetworks.repo.model.entity.SortBy;
import org.sagebionetworks.web.client.SynapseView;
import org.sagebionetworks.web.client.widget.entity.EntityTreeItem;
import org.sagebionetworks.web... |
923ac1d8fa966eaaf44963f4c2cfa98f2c844e54 | 9,520 | java | Java | jargon-core/src/main/java/org/irods/jargon/core/connection/IRODSBasicTCPConnection.java | d-w-moore/jargon | 0031fb69acc1fde1f3b89218ec8711a0c25eb934 | [
"BSD-3-Clause"
] | 21 | 2015-02-12T19:36:36.000Z | 2022-03-29T18:22:08.000Z | jargon-core/src/main/java/org/irods/jargon/core/connection/IRODSBasicTCPConnection.java | d-w-moore/jargon | 0031fb69acc1fde1f3b89218ec8711a0c25eb934 | [
"BSD-3-Clause"
] | 355 | 2015-01-08T19:10:22.000Z | 2022-02-10T15:01:29.000Z | jargon-core/src/main/java/org/irods/jargon/core/connection/IRODSBasicTCPConnection.java | d-w-moore/jargon | 0031fb69acc1fde1f3b89218ec8711a0c25eb934 | [
"BSD-3-Clause"
] | 29 | 2015-02-17T21:26:04.000Z | 2021-09-07T05:30:31.000Z | 33.403509 | 109 | 0.725315 | 999,331 | package org.irods.jargon.core.connection;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.Socket;
import java.net.UnknownHostException;
import javax.net.ssl.SSLSocket;
import org.irods.jargon.core.exception.Jargon... |
923ac2d926a86216c2a2dfe50d91e6e6719722ad | 2,976 | java | Java | fabric-object-builder-api-v1/src/main/java/net/fabricmc/fabric/api/object/builder/v1/villager/VillagerTypeHelper.java | actuallyasmartname/fabric | 456a81bdbd822aabba3e02caba1eac7703918ff1 | [
"Apache-2.0"
] | 1,433 | 2018-11-14T10:51:06.000Z | 2022-03-30T09:53:45.000Z | fabric-object-builder-api-v1/src/main/java/net/fabricmc/fabric/api/object/builder/v1/villager/VillagerTypeHelper.java | actuallyasmartname/fabric | 456a81bdbd822aabba3e02caba1eac7703918ff1 | [
"Apache-2.0"
] | 1,663 | 2018-11-18T08:34:53.000Z | 2022-03-29T16:39:17.000Z | fabric-object-builder-api-v1/src/main/java/net/fabricmc/fabric/api/object/builder/v1/villager/VillagerTypeHelper.java | actuallyasmartname/fabric | 456a81bdbd822aabba3e02caba1eac7703918ff1 | [
"Apache-2.0"
] | 465 | 2018-11-08T00:14:30.000Z | 2022-03-27T14:14:25.000Z | 39.157895 | 158 | 0.763777 | 999,332 | /*
* Copyright (c) 2016, 2017, 2018, 2019 FabricMC
*
* 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 applicabl... |
923ac2e83103836a8d4877996c508ce577ed5ba7 | 4,446 | java | Java | test/unit/com/stratio/cassandra/index/query/WildcardConditionTest.java | xsir/stratio-cassandra | f6416b43ad5309083349ad56266450fa8c6a2106 | [
"Apache-2.0"
] | 177 | 2015-01-07T14:23:29.000Z | 2021-09-17T15:13:25.000Z | test/unit/com/stratio/cassandra/index/query/WildcardConditionTest.java | xsir/stratio-cassandra | f6416b43ad5309083349ad56266450fa8c6a2106 | [
"Apache-2.0"
] | 44 | 2015-01-16T05:32:12.000Z | 2018-12-23T08:03:50.000Z | test/unit/com/stratio/cassandra/index/query/WildcardConditionTest.java | xsir/stratio-cassandra | f6416b43ad5309083349ad56266450fa8c6a2106 | [
"Apache-2.0"
] | 35 | 2015-01-11T16:50:02.000Z | 2021-06-27T10:43:28.000Z | 40.825688 | 109 | 0.707865 | 999,333 | /*
* Copyright 2014, Stratio.
*
* 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 wri... |
923ac327d68c4d641d71338184ca387be7b54b8e | 1,663 | java | Java | app/src/main/java/org/gratitude/data/model/response/AllOrganizations.java | justodepp/Capstone-Project | 5489a5b3eef8e8b5098be3872d39e07dde29bb81 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/org/gratitude/data/model/response/AllOrganizations.java | justodepp/Capstone-Project | 5489a5b3eef8e8b5098be3872d39e07dde29bb81 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/org/gratitude/data/model/response/AllOrganizations.java | justodepp/Capstone-Project | 5489a5b3eef8e8b5098be3872d39e07dde29bb81 | [
"Apache-2.0"
] | null | null | null | 25.19697 | 115 | 0.675887 | 999,334 |
package org.gratitude.data.model.response;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.Expose;
import org.gratitude.data.model.organization.Organizations;
public class AllOrganizations implements Parcelable {
@Expose
private Organizations organizations;
... |
923ac38d3bed2a00e7155a3efcc17b70f58348f8 | 223 | java | Java | src/main/java/io/renren/dao/InMoneyDao.java | FengShaduVIP/renren | b22b64d82bd95c01063cf374b41c2c53a43539ce | [
"Apache-2.0"
] | null | null | null | src/main/java/io/renren/dao/InMoneyDao.java | FengShaduVIP/renren | b22b64d82bd95c01063cf374b41c2c53a43539ce | [
"Apache-2.0"
] | null | null | null | src/main/java/io/renren/dao/InMoneyDao.java | FengShaduVIP/renren | b22b64d82bd95c01063cf374b41c2c53a43539ce | [
"Apache-2.0"
] | null | null | null | 14.8 | 60 | 0.698198 | 999,335 | package io.renren.dao;
import io.renren.entity.InMoneyEntity;
/**
*
*
* @author FengShadu
* @email upchh@example.com
* @date 2017-04-25 22:04:32
*/
public interface InMoneyDao extends BaseDao<InMoneyEntity> {
}
|
923ac397cd38fd064eb710d89a96ea6ccce688a3 | 620 | java | Java | java_programs/arrays/ReverseNumber.java | vedantmgoyal2009/winget-pkgs-automation | ee4064bbae0f8a46d0533666579e3194a3cc15af | [
"MIT"
] | 26 | 2021-09-26T08:58:42.000Z | 2022-02-21T19:11:52.000Z | java_programs/arrays/ReverseNumber.java | vedantmgoyal2009/winget-pkgs-automation | ee4064bbae0f8a46d0533666579e3194a3cc15af | [
"MIT"
] | 169 | 2021-09-26T08:26:54.000Z | 2022-02-23T19:30:39.000Z | java_programs/arrays/ReverseNumber.java | vedantmgoyal2009/winget-pkgs-automation | ee4064bbae0f8a46d0533666579e3194a3cc15af | [
"MIT"
] | 13 | 2021-09-26T20:02:09.000Z | 2022-01-27T08:08:38.000Z | 25.833333 | 61 | 0.509677 | 999,336 | package java_programs.arrays;
import java.util.Scanner;
public class ReverseNumber {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("Enter no. of blocks of array: ");
int n = sc.nextInt(), arr[] = new int[n], r = 0, num = 0;
for (int i = 0; i < n; i+... |
923ac3f843c8778d813a2394be5bc2f4cc154eda | 1,380 | java | Java | app/src/main/java/com/product/is/app/MainActivity.java | Product-S/app | b19cff88a57fb937e484c14c210462afb5cc4742 | [
"MIT"
] | 1 | 2017-11-29T11:39:11.000Z | 2017-11-29T11:39:11.000Z | app/src/main/java/com/product/is/app/MainActivity.java | Product-S/app | b19cff88a57fb937e484c14c210462afb5cc4742 | [
"MIT"
] | null | null | null | app/src/main/java/com/product/is/app/MainActivity.java | Product-S/app | b19cff88a57fb937e484c14c210462afb5cc4742 | [
"MIT"
] | null | null | null | 30.666667 | 77 | 0.622464 | 999,337 | package com.product.is.app;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.ImageButton;
public class MainActivity extends AppCompatActivity {
public final static String EXTRA_MESSAGE = "com.product.is.app";... |
923ac4d8bbb8376eb8411f867f1abe4282441bf2 | 1,032 | java | Java | androidutils/src/main/java/momo/cn/edu/fjnu/androidutils/utils/StorageUtils.java | eytb2/Ticket-Analysis | 69ff63e3b65d9ed8043e0f4b4516650d3f1e8295 | [
"MIT"
] | null | null | null | androidutils/src/main/java/momo/cn/edu/fjnu/androidutils/utils/StorageUtils.java | eytb2/Ticket-Analysis | 69ff63e3b65d9ed8043e0f4b4516650d3f1e8295 | [
"MIT"
] | null | null | null | androidutils/src/main/java/momo/cn/edu/fjnu/androidutils/utils/StorageUtils.java | eytb2/Ticket-Analysis | 69ff63e3b65d9ed8043e0f4b4516650d3f1e8295 | [
"MIT"
] | null | null | null | 27.157895 | 139 | 0.707364 | 999,338 | package momo.cn.edu.fjnu.androidutils.utils;
import android.content.Context;
import android.content.SharedPreferences;
import momo.cn.edu.fjnu.androidutils.data.CommonValues;
/**
* 存储工具
* Created by GaoFei on 2016/1/4.
*/
public class StorageUtils {
/**
* 将数据存储在SharedPreference
* @param key
* ... |
923ac4e91a6256feaff187b803797ad0969c7282 | 1,022 | java | Java | src/main/java/us/abstracta/wiresham/SendPacketStep.java | Baraujo25/wiresham | 9901c90caf2d36bebdc660560ca00542aabf6f2b | [
"Apache-2.0"
] | 41 | 2018-06-06T13:19:58.000Z | 2022-03-24T18:28:53.000Z | src/main/java/us/abstracta/wiresham/SendPacketStep.java | Baraujo25/wiresham | 9901c90caf2d36bebdc660560ca00542aabf6f2b | [
"Apache-2.0"
] | 11 | 2018-08-03T14:33:32.000Z | 2022-03-09T12:20:09.000Z | src/main/java/us/abstracta/wiresham/SendPacketStep.java | Baraujo25/wiresham | 9901c90caf2d36bebdc660560ca00542aabf6f2b | [
"Apache-2.0"
] | 12 | 2019-09-03T03:11:49.000Z | 2021-08-03T03:12:22.000Z | 21.291667 | 82 | 0.709393 | 999,339 | package us.abstracta.wiresham;
import java.io.IOException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* A step in a flow which sends a packet.
*/
public class SendPacketStep extends PacketStep {
private static final Logger LOG = LoggerFactory.getLogger(SendPacketStep.class);
private long del... |
923ac5003c8872edf27da23e6e56813a5553e4ad | 574 | java | Java | app/src/main/java/com/example/green/bachelorproject/events/UpdateCacheFileEvent.java | DottiL/Druid-source-code-editor | cce12513f133a9044e217eb76e35eef47324781d | [
"Apache-2.0"
] | 2 | 2021-04-02T22:45:24.000Z | 2021-06-04T21:42:58.000Z | app/src/main/java/com/example/green/bachelorproject/events/UpdateCacheFileEvent.java | DottiL/Druid-source-code-editor | cce12513f133a9044e217eb76e35eef47324781d | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/green/bachelorproject/events/UpdateCacheFileEvent.java | DottiL/Druid-source-code-editor | cce12513f133a9044e217eb76e35eef47324781d | [
"Apache-2.0"
] | null | null | null | 22.96 | 76 | 0.710801 | 999,340 | package com.example.green.bachelorproject.events;
import com.example.green.bachelorproject.internalFileSystem.InternalFile;
/**
* Created by Green on 06/04/15.
*/
public class UpdateCacheFileEvent {
private String content;
private InternalFile internalFile;
public UpdateCacheFileEvent(String content, I... |
923ac5d8af1ccbdc699dc5a635e50246b9935437 | 6,087 | java | Java | spectator-reg-stateless/src/main/java/com/netflix/spectator/stateless/StatelessRegistry.java | jonsie/spectator | b1e6a9181d52d436f986df69dcd6c6fb556d7af5 | [
"Apache-2.0"
] | 672 | 2015-01-20T05:59:22.000Z | 2022-03-30T20:07:30.000Z | spectator-reg-stateless/src/main/java/com/netflix/spectator/stateless/StatelessRegistry.java | jonsie/spectator | b1e6a9181d52d436f986df69dcd6c6fb556d7af5 | [
"Apache-2.0"
] | 181 | 2015-01-15T17:28:12.000Z | 2022-03-20T20:51:55.000Z | spectator-reg-stateless/src/main/java/com/netflix/spectator/stateless/StatelessRegistry.java | jonsie/spectator | b1e6a9181d52d436f986df69dcd6c6fb556d7af5 | [
"Apache-2.0"
] | 157 | 2015-01-16T00:18:31.000Z | 2022-02-11T18:53:10.000Z | 34.782857 | 99 | 0.692624 | 999,341 | /*
* Copyright 2014-2019 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 agr... |
923ac62b71a64ddcad9835e58f0d7e9dbe29c096 | 1,154 | java | Java | heroic-component/src/test/java/com/spotify/heroic/aggregation/AggregationOutputTest.java | AdamBSteele/heroic | 5234ed946504a41c3f6e42f4b29f76cbf7893f6f | [
"Apache-2.0"
] | 898 | 2015-11-17T13:20:05.000Z | 2022-01-11T20:46:06.000Z | heroic-component/src/test/java/com/spotify/heroic/aggregation/AggregationOutputTest.java | AdamBSteele/heroic | 5234ed946504a41c3f6e42f4b29f76cbf7893f6f | [
"Apache-2.0"
] | 712 | 2015-11-19T12:02:17.000Z | 2021-03-26T18:37:47.000Z | heroic-component/src/test/java/com/spotify/heroic/aggregation/AggregationOutputTest.java | AdamBSteele/heroic | 5234ed946504a41c3f6e42f4b29f76cbf7893f6f | [
"Apache-2.0"
] | 133 | 2015-11-17T16:10:12.000Z | 2022-03-19T10:03:13.000Z | 30.368421 | 100 | 0.717504 | 999,342 | package com.spotify.heroic.aggregation;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotSame;
import static org.junit.Assert.assertTrue;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSet;
im... |
923ac7564a6b766acfb901f8af51ef185a8d4149 | 12,066 | java | Java | src/main/java/org/pentaho/di/trans/steps/pentahomqttpublisher/MQTTPublisher.java | pentaho-labs/pentaho-mqtt-plugin | 51a200d1d0a15b69f214891409430a5ee712c983 | [
"Apache-2.0"
] | 8 | 2016-12-06T19:20:49.000Z | 2020-04-22T03:10:10.000Z | src/main/java/org/pentaho/di/trans/steps/pentahomqttpublisher/MQTTPublisher.java | pentaho-labs/pentaho-mqtt-plugin | 51a200d1d0a15b69f214891409430a5ee712c983 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/pentaho/di/trans/steps/pentahomqttpublisher/MQTTPublisher.java | pentaho-labs/pentaho-mqtt-plugin | 51a200d1d0a15b69f214891409430a5ee712c983 | [
"Apache-2.0"
] | 6 | 2017-08-16T14:32:38.000Z | 2021-02-03T23:45:20.000Z | 38.673077 | 120 | 0.641969 | 999,343 | /*******************************************************************************
*
* Pentaho IoT
*
* Copyright (C) 2016 by Pentaho : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you... |
923ac7718875d6e1fbd86f81cd0a983ce7d37dee | 940 | java | Java | src/main/java/me/filoghost/fcommons/config/types/StringConfigType.java | filoghost/FCommons | c5f11cb9c6f648e31f3362762ea7198bd6fc1645 | [
"MIT"
] | 1 | 2020-10-14T08:24:05.000Z | 2020-10-14T08:24:05.000Z | src/main/java/me/filoghost/fcommons/config/types/StringConfigType.java | filoghost/FCommons | c5f11cb9c6f648e31f3362762ea7198bd6fc1645 | [
"MIT"
] | null | null | null | src/main/java/me/filoghost/fcommons/config/types/StringConfigType.java | filoghost/FCommons | c5f11cb9c6f648e31f3362762ea7198bd6fc1645 | [
"MIT"
] | 1 | 2022-03-25T07:56:47.000Z | 2022-03-25T07:56:47.000Z | 26.857143 | 136 | 0.737234 | 999,344 | /*
* Copyright (C) filoghost
*
* SPDX-License-Identifier: MIT
*/
package me.filoghost.fcommons.config.types;
import me.filoghost.fcommons.config.ConfigErrors;
import me.filoghost.fcommons.config.ConfigType;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
public class StringCon... |
923ac80a6bbf78a98fdf45174c517d978c212e35 | 426 | java | Java | product/product-server/src/main/java/javis/app/product/server/ProductApplication.java | javisChen/order-microservice | c95d552b14d2d96f413ee07916e1b61f0db2dfb7 | [
"MIT"
] | null | null | null | product/product-server/src/main/java/javis/app/product/server/ProductApplication.java | javisChen/order-microservice | c95d552b14d2d96f413ee07916e1b61f0db2dfb7 | [
"MIT"
] | null | null | null | product/product-server/src/main/java/javis/app/product/server/ProductApplication.java | javisChen/order-microservice | c95d552b14d2d96f413ee07916e1b61f0db2dfb7 | [
"MIT"
] | null | null | null | 28.4 | 72 | 0.816901 | 999,345 | package javis.app.product.server;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@SpringBootApplication
@EnableDiscoveryClient
public class ProductApplication {
public... |
923ac8a2f0b6f3c5a4d37f066cc94049dd269176 | 519 | java | Java | src/main/java/org/moskito/javaagent/request/producers/MethodProducerListener.java | anotheria/moskito-javaagent | 6d5fad874d124505eaa90b7a2a1087620f00df13 | [
"MIT"
] | 7 | 2017-04-26T11:12:02.000Z | 2019-07-13T23:05:17.000Z | src/main/java/org/moskito/javaagent/request/producers/MethodProducerListener.java | anotheria/moskito-javaagent | 6d5fad874d124505eaa90b7a2a1087620f00df13 | [
"MIT"
] | 4 | 2016-01-28T12:08:30.000Z | 2018-02-16T17:24:24.000Z | src/main/java/org/moskito/javaagent/request/producers/MethodProducerListener.java | anotheria/moskito-javaagent | 6d5fad874d124505eaa90b7a2a1087620f00df13 | [
"MIT"
] | 7 | 2016-02-24T08:55:35.000Z | 2018-03-28T05:47:18.000Z | 25.95 | 85 | 0.755299 | 999,346 | package org.moskito.javaagent.request.producers;
import org.moskito.javaagent.request.wrappers.HttpRequestWrapper;
/**
* Listener for http methods producer with http methods as statistics unit
*/
public class MethodProducerListener extends AbstractProducerListener {
public MethodProducerListener() {
su... |
923ac8fe7c737ba0d895d82be9c32dfbda439880 | 8,607 | java | Java | src/main/java/com/blecua84/pokerapp/controllers/GameControllerImpl.java | blecua84/poker-app | 64d410752becba73e3037d9608d7437a1a1ed75b | [
"MIT"
] | null | null | null | src/main/java/com/blecua84/pokerapp/controllers/GameControllerImpl.java | blecua84/poker-app | 64d410752becba73e3037d9608d7437a1a1ed75b | [
"MIT"
] | null | null | null | src/main/java/com/blecua84/pokerapp/controllers/GameControllerImpl.java | blecua84/poker-app | 64d410752becba73e3037d9608d7437a1a1ed75b | [
"MIT"
] | 1 | 2019-05-03T06:52:04.000Z | 2019-05-03T06:52:04.000Z | 44.828125 | 120 | 0.695132 | 999,347 | package com.blecua84.pokerapp.controllers;
import com.blecua84.pokerapp.api.data.Card;
import com.blecua84.pokerapp.api.exceptions.GameException;
import com.blecua84.pokerapp.dispatcher.GameEventDispatcher;
import com.blecua84.pokerapp.dispatcher.GameEventProcessor;
import com.blecua84.pokerapp.dispatcher.impl.GameEve... |
923ac910f7853cf7cd377990e2366deca6d8107f | 1,594 | java | Java | ew.levr.base/src/main/java/com/eduworks/cruncher/lang/CruncherWhile.java | Eduworks/ew | a7954aa8e9a79f1a8330c9b45a71cad8a0da11df | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2018-07-23T23:09:27.000Z | 2019-03-23T03:20:35.000Z | ew.levr.base/src/main/java/com/eduworks/cruncher/lang/CruncherWhile.java | Eduworks/ew | a7954aa8e9a79f1a8330c9b45a71cad8a0da11df | [
"ECL-2.0",
"Apache-2.0"
] | 37 | 2017-02-16T21:09:05.000Z | 2021-06-25T15:43:30.000Z | ew.levr.base/src/main/java/com/eduworks/cruncher/lang/CruncherWhile.java | Eduworks/ew | a7954aa8e9a79f1a8330c9b45a71cad8a0da11df | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2016-09-22T06:21:31.000Z | 2017-01-27T21:01:53.000Z | 24.523077 | 137 | 0.705772 | 999,348 | package com.eduworks.cruncher.lang;
import java.io.InputStream;
import java.util.Map;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import com.eduworks.resolver.Context;
import com.eduworks.resolver.Cruncher;
public class CruncherWhile extends Cruncher
{
@Override
public O... |
923aca213c1c0a101177177e263da5666e1bef25 | 1,356 | java | Java | core/src/th/skyousuke/braveland/object/npc/monster/monster7/Monster7Walk.java | S-Kyousuke/braveland-rework | 08a81d07f68207599a92e96aab3d3824cc1b1e9b | [
"Apache-2.0"
] | null | null | null | core/src/th/skyousuke/braveland/object/npc/monster/monster7/Monster7Walk.java | S-Kyousuke/braveland-rework | 08a81d07f68207599a92e96aab3d3824cc1b1e9b | [
"Apache-2.0"
] | null | null | null | core/src/th/skyousuke/braveland/object/npc/monster/monster7/Monster7Walk.java | S-Kyousuke/braveland-rework | 08a81d07f68207599a92e96aab3d3824cc1b1e9b | [
"Apache-2.0"
] | null | null | null | 34.769231 | 104 | 0.695428 | 999,349 | package th.skyousuke.braveland.object.npc.monster.monster7;
import com.badlogic.gdx.graphics.g2d.Animation;
import th.skyousuke.braveland.object.AbstractActionState;
import th.skyousuke.braveland.object.AbstractCharacter;
import th.skyousuke.braveland.utils.Assets;
import th.skyousuke.braveland.utils.CompareUtils;
p... |
923acade706e26e52da5c60dea7fc57199846dd1 | 4,316 | java | Java | Example/nrf-mesh/app/src/main/java/com/phyplusinc/android/phymeshprovisioner/login/LoginActivity.java | zzlzlizhen/yfdl_nrf-mesh | 3fdd0d9121a4e493f4b1c236c3fcf09edb95d7c4 | [
"BSD-3-Clause"
] | 1 | 2022-03-20T15:24:24.000Z | 2022-03-20T15:24:24.000Z | Example/nrf-mesh/app/src/main/java/com/phyplusinc/android/phymeshprovisioner/login/LoginActivity.java | zzlzlizhen/yfdl_nrf-mesh | 3fdd0d9121a4e493f4b1c236c3fcf09edb95d7c4 | [
"BSD-3-Clause"
] | null | null | null | Example/nrf-mesh/app/src/main/java/com/phyplusinc/android/phymeshprovisioner/login/LoginActivity.java | zzlzlizhen/yfdl_nrf-mesh | 3fdd0d9121a4e493f4b1c236c3fcf09edb95d7c4 | [
"BSD-3-Clause"
] | null | null | null | 41.104762 | 128 | 0.646432 | 999,350 | package com.phyplusinc.android.phymeshprovisioner.login;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import androidx.annota... |
923ace1f935ca26cd72888479e3c10becb9aa1c9 | 3,864 | java | Java | dubbo-remoting/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/exchange/Response.java | xiaoheitalk/dubbo | d44ca1f3db9b3f208a72dd041eb49f4f5de697cf | [
"Apache-2.0"
] | 18,012 | 2015-01-01T00:59:11.000Z | 2018-03-19T09:21:57.000Z | dubbo-remoting/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/exchange/Response.java | meijunhui/dubbo | a9aba45a001aea45049e9607f93ff9b0d607c6a6 | [
"Apache-2.0"
] | 5,223 | 2019-05-24T14:39:50.000Z | 2022-03-31T10:27:18.000Z | dubbo-remoting/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/exchange/Response.java | meijunhui/dubbo | a9aba45a001aea45049e9607f93ff9b0d607c6a6 | [
"Apache-2.0"
] | 10,640 | 2015-01-03T08:47:16.000Z | 2018-03-19T09:00:46.000Z | 22.08 | 108 | 0.612836 | 999,351 | /*
* 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 ... |
923acef94b43303ef7379d1d824fa2e9ecf5c405 | 897 | java | Java | kin-serialization-protobuf/src/main/java/org/kin/serialization/protobuf/ProtobufJsonSerialization.java | huangjianqin/kin-serialization | 0c23c3c81ca84c4fe7aaf73bacaaa5dd0a157419 | [
"Apache-2.0"
] | null | null | null | kin-serialization-protobuf/src/main/java/org/kin/serialization/protobuf/ProtobufJsonSerialization.java | huangjianqin/kin-serialization | 0c23c3c81ca84c4fe7aaf73bacaaa5dd0a157419 | [
"Apache-2.0"
] | null | null | null | kin-serialization-protobuf/src/main/java/org/kin/serialization/protobuf/ProtobufJsonSerialization.java | huangjianqin/kin-serialization | 0c23c3c81ca84c4fe7aaf73bacaaa5dd0a157419 | [
"Apache-2.0"
] | null | null | null | 25.628571 | 76 | 0.726867 | 999,352 | package org.kin.serialization.protobuf;
import com.google.protobuf.InvalidProtocolBufferException;
import io.netty.buffer.ByteBuf;
import org.kin.framework.utils.ExceptionUtils;
import org.kin.framework.utils.Extension;
import org.kin.serialization.AbstractSerialization;
import org.kin.serialization.Serialization;
im... |
923acf9ea6989a610bd226521ae77c8e2e6cc75f | 1,201 | java | Java | app/src/main/java/com/bigkoo/mvvmframeworkdemo/model/Ticket.java | wudongze/Android-MVVMFramework-master | 960e65ab65cc04390ca8fcf23eb2f5284df42167 | [
"Apache-2.0"
] | 192 | 2016-06-12T01:32:43.000Z | 2021-01-23T00:32:56.000Z | app/src/main/java/com/bigkoo/mvvmframeworkdemo/model/Ticket.java | wudongze/Android-MVVMFramework-master | 960e65ab65cc04390ca8fcf23eb2f5284df42167 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/bigkoo/mvvmframeworkdemo/model/Ticket.java | wudongze/Android-MVVMFramework-master | 960e65ab65cc04390ca8fcf23eb2f5284df42167 | [
"Apache-2.0"
] | 57 | 2016-06-13T01:08:24.000Z | 2020-04-01T04:39:00.000Z | 18.476923 | 50 | 0.623647 | 999,353 | package com.bigkoo.mvvmframeworkdemo.model;
import java.io.Serializable;
import java.util.List;
/**
* Created by Sai on 16/6/4.
*/
public class Ticket implements Serializable{
/**
* productId : 923010086
* spotName : 蓝水河漂流
* spotAliasName : ["蓝水河"]
*/
private String productId;
priv... |
923ad0c87be3628b0c0b1749e2c9be74093f53bf | 1,276 | java | Java | momas-blog/src/main/java/cc/momas/blog/service/Impl/TypeServiceImpl.java | Sod-Momas/momas-project | 1372b15c2f2d78560e688acaff65e43dc7643a1b | [
"Apache-2.0"
] | null | null | null | momas-blog/src/main/java/cc/momas/blog/service/Impl/TypeServiceImpl.java | Sod-Momas/momas-project | 1372b15c2f2d78560e688acaff65e43dc7643a1b | [
"Apache-2.0"
] | null | null | null | momas-blog/src/main/java/cc/momas/blog/service/Impl/TypeServiceImpl.java | Sod-Momas/momas-project | 1372b15c2f2d78560e688acaff65e43dc7643a1b | [
"Apache-2.0"
] | null | null | null | 20.918033 | 64 | 0.684953 | 999,354 | package cc.momas.blog.service.Impl;
import cc.momas.blog.dao.TypeDao;
import cc.momas.blog.pojo.Type;
import cc.momas.blog.service.TypeService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
... |
923ad0cc94884fbb861c1884ad2bddc8d334fc2a | 911 | java | Java | core/src/main/java/datart/core/data/provider/sql/GroupByOperator.java | xupengfei2061/datart | c2cb7f6651ef9787b28abe55383cecdc89b94d9d | [
"Apache-2.0"
] | 412 | 2021-10-15T10:08:39.000Z | 2022-03-30T07:12:48.000Z | core/src/main/java/datart/core/data/provider/sql/GroupByOperator.java | xupengfei2061/datart | c2cb7f6651ef9787b28abe55383cecdc89b94d9d | [
"Apache-2.0"
] | 445 | 2021-10-15T13:07:01.000Z | 2022-03-31T11:31:37.000Z | core/src/main/java/datart/core/data/provider/sql/GroupByOperator.java | xupengfei2061/datart | c2cb7f6651ef9787b28abe55383cecdc89b94d9d | [
"Apache-2.0"
] | 161 | 2021-10-15T10:21:49.000Z | 2022-03-28T08:37:45.000Z | 26.028571 | 75 | 0.675082 | 999,355 | /*
* Datart
* <p>
* Copyright 2021
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law ... |
923ad1b735788dae9a20417f053d45bcf44abcb1 | 367 | java | Java | configurationrepository-definition/src/main/java/ai/labs/resources/rest/http/model/HttpCallsConfiguration.java | Berlinebot/EDDI | 64beff46361a2d32fe3dac62a37c3dd08bf6f2cc | [
"Apache-2.0"
] | 1 | 2019-12-14T18:41:49.000Z | 2019-12-14T18:41:49.000Z | configurationrepository-definition/src/main/java/ai/labs/resources/rest/http/model/HttpCallsConfiguration.java | Berlinebot/EDDI | 64beff46361a2d32fe3dac62a37c3dd08bf6f2cc | [
"Apache-2.0"
] | null | null | null | configurationrepository-definition/src/main/java/ai/labs/resources/rest/http/model/HttpCallsConfiguration.java | Berlinebot/EDDI | 64beff46361a2d32fe3dac62a37c3dd08bf6f2cc | [
"Apache-2.0"
] | null | null | null | 15.956522 | 42 | 0.760218 | 999,356 | package ai.labs.resources.rest.http.model;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import java.net.URI;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* @author ginccc
*/
@Getter
@Setter
public class HttpCallsConfiguration {
private URI targetS... |
923ad216a0ec7bf05986a3c1bd9a7c60dfa00c2a | 19,692 | java | Java | src/ns/foundation/NSKeyValueObserving.java | innerfunction/if-json | a89b7b87230691629da742cbaf3e32e5a92bb616 | [
"Apache-2.0"
] | null | null | null | src/ns/foundation/NSKeyValueObserving.java | innerfunction/if-json | a89b7b87230691629da742cbaf3e32e5a92bb616 | [
"Apache-2.0"
] | null | null | null | src/ns/foundation/NSKeyValueObserving.java | innerfunction/if-json | a89b7b87230691629da742cbaf3e32e5a92bb616 | [
"Apache-2.0"
] | null | null | null | 37.869231 | 240 | 0.692261 | 999,357 | package ns.foundation;
import java.util.EnumSet;
public interface NSKeyValueObserving extends NSKeyValueCodingAdditions {
public enum Options {
New,
Old,
Initial,
Prior;
public static final EnumSet<Options> NewAndOld = EnumSet.of(New, Old);
}
public enum Changes {
Setting,
... |
923ad329274417e548f81f0cad05c501074bd3df | 2,569 | java | Java | src/main/java/sortingcars/QuicksortEngine.java | dbehmoaras/SortingCars | 1d97c055d56129bbd149b515070bd120d3294376 | [
"MIT"
] | null | null | null | src/main/java/sortingcars/QuicksortEngine.java | dbehmoaras/SortingCars | 1d97c055d56129bbd149b515070bd120d3294376 | [
"MIT"
] | null | null | null | src/main/java/sortingcars/QuicksortEngine.java | dbehmoaras/SortingCars | 1d97c055d56129bbd149b515070bd120d3294376 | [
"MIT"
] | null | null | null | 31.329268 | 103 | 0.711561 | 999,358 | package sortingcars;
import java.util.LinkedList;
public class QuicksortEngine {
public QuicksortEngine(){
}
public void sort(LinkedList<Car> localCarList) {
int left = 0;
int right = localCarList.size() - 1;
quickSort(left, right, localCarList);
}
// This method is used to sort the array using quickso... |
923ad46f192ea582587037f95435c35e5179387d | 532 | java | Java | Web/Larn/src/main/java/com/example/larn/service/UserService.java | MMKODAMA/Larn | d152a04deea135dc09a2427c3148d4ece9b03ab2 | [
"MIT"
] | 2 | 2020-11-27T03:33:50.000Z | 2022-01-15T02:28:39.000Z | Web/Larn/src/main/java/com/example/larn/service/UserService.java | MMKODAMA/Larn | d152a04deea135dc09a2427c3148d4ece9b03ab2 | [
"MIT"
] | null | null | null | Web/Larn/src/main/java/com/example/larn/service/UserService.java | MMKODAMA/Larn | d152a04deea135dc09a2427c3148d4ece9b03ab2 | [
"MIT"
] | null | null | null | 21.28 | 47 | 0.796992 | 999,359 | package com.example.larn.service;
import com.example.larn.model.Student;
import com.example.larn.model.Teacher;
import com.example.larn.model.User;
public interface UserService {
public void saveStudent(Student user);
public void saveTeacher(Teacher user);
public void updateStudent(Student user);
public void ... |
923ad4beeab790acdb6312ad36df9844751b5342 | 4,218 | java | Java | oas-generator/oas-generator-spring/src/main/java/org/apache/servicecomb/toolkit/generator/parser/SpringmvcAnnotationParser.java | mohneesh9797-puresoftware/servicecomb-toolkit | cae7dd5020ef81c44182daab3c00215fa3b4bde9 | [
"Apache-2.0"
] | 564 | 2019-06-21T07:18:09.000Z | 2022-01-17T02:52:34.000Z | oas-generator/oas-generator-spring/src/main/java/org/apache/servicecomb/toolkit/generator/parser/SpringmvcAnnotationParser.java | mohneesh9797-puresoftware/servicecomb-toolkit | cae7dd5020ef81c44182daab3c00215fa3b4bde9 | [
"Apache-2.0"
] | 54 | 2019-06-28T02:16:25.000Z | 2020-09-21T06:04:03.000Z | oas-generator/oas-generator-spring/src/main/java/org/apache/servicecomb/toolkit/generator/parser/SpringmvcAnnotationParser.java | mohneesh9797-puresoftware/servicecomb-toolkit | cae7dd5020ef81c44182daab3c00215fa3b4bde9 | [
"Apache-2.0"
] | 41 | 2019-06-21T07:18:15.000Z | 2022-01-31T12:13:11.000Z | 45.847826 | 99 | 0.818634 | 999,360 | /*
* 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 ... |
923ad537f7935a3dc41cde786e665a804d6c60d3 | 2,221 | java | Java | gemp-swccg-cards/src/main/java/com/gempukku/swccgo/cards/set7/light/Card7_144.java | scottrick/gemp-swccg-public | 08e6790ee6388370d7b973104d36d700be49681f | [
"MIT"
] | 19 | 2020-08-30T18:44:38.000Z | 2022-02-10T18:23:49.000Z | gemp-swccg-cards/src/main/java/com/gempukku/swccgo/cards/set7/light/Card7_144.java | scottrick/gemp-swccg-public | 08e6790ee6388370d7b973104d36d700be49681f | [
"MIT"
] | 480 | 2020-09-11T00:19:27.000Z | 2022-03-31T19:46:37.000Z | gemp-swccg-cards/src/main/java/com/gempukku/swccgo/cards/set7/light/Card7_144.java | scottrick/gemp-swccg-public | 08e6790ee6388370d7b973104d36d700be49681f | [
"MIT"
] | 21 | 2020-08-29T16:19:44.000Z | 2022-03-29T01:37:39.000Z | 40.381818 | 212 | 0.758217 | 999,361 | package com.gempukku.swccgo.cards.set7.light;
import com.gempukku.swccgo.cards.AbstractCapitalStarship;
import com.gempukku.swccgo.cards.AbstractPermanentAboard;
import com.gempukku.swccgo.cards.AbstractPermanentPilot;
import com.gempukku.swccgo.common.Icon;
import com.gempukku.swccgo.common.ModelType;
import com.gemp... |
923ad6ee9ed945795a47efcf19258bc50e58caa8 | 525 | java | Java | Flux 39/com/soterdev/SoterObfuscator.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | 3 | 2022-02-28T17:34:51.000Z | 2022-03-06T21:55:16.000Z | Flux 39/com/soterdev/SoterObfuscator.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | 2 | 2022-02-25T20:10:14.000Z | 2022-03-03T14:25:03.000Z | Flux 39/com/soterdev/SoterObfuscator.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | null | null | null | 26.25 | 51 | 0.739048 | 999,362 | package com.soterdev;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
public final class SoterObfuscator {
@Retention(RetentionPolicy.CLASS)
@Target({ElementType.METHOD, ElementType.TYPE})
publ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.