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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9241a194a1ac02ad1b58c3c110a3998a8a4ebeb5 | 1,943 | java | Java | game_part/src/main/java/com/game/part/io/SyncIoOperProc.java | cietwwl/xgame-code_server | 2fc08d9207223a60069d7c50332e09064cd1e8e0 | [
"Apache-2.0"
] | 12 | 2015-07-04T07:39:09.000Z | 2020-12-26T12:23:18.000Z | game_part/src/main/java/com/game/part/io/SyncIoOperProc.java | cietwwl/xgame-code_server | 2fc08d9207223a60069d7c50332e09064cd1e8e0 | [
"Apache-2.0"
] | 1 | 2021-06-23T20:39:28.000Z | 2021-06-23T20:39:28.000Z | game_part/src/main/java/com/game/part/io/SyncIoOperProc.java | hjj2017/xgame-code_server | 2fc08d9207223a60069d7c50332e09064cd1e8e0 | [
"Apache-2.0"
] | 5 | 2016-11-30T08:19:07.000Z | 2020-08-16T07:07:51.000Z | 18.864078 | 59 | 0.454967 | 1,001,974 | package com.game.part.io;
/**
* 同步的 IO 工作过程
*
* @author haijiang
*
*/
class SyncIoOperProc implements IIoOperProc<IIoOper> {
/** 单例对象 */
static final SyncIoOperProc OBJ = new SyncIoOperProc();
/**
* 类默认构造器
*
*/
private SyncIoOperProc() {
}
@Override
public void execut... |
9241a1990d15472f0daf95401a7e0fc54095fe47 | 2,011 | java | Java | currency-conversion/src/main/java/com/ubaid/ms/currencyconversion/service/RequestServiceImpl.java | JongbaekKIm/pratice_MSA_K8S_Keycloak | 7eeb2899ce0852d05592215997973c81f0a2e833 | [
"MIT"
] | 19 | 2020-10-04T16:50:44.000Z | 2022-03-31T05:27:40.000Z | currency-conversion/src/main/java/com/ubaid/ms/currencyconversion/service/RequestServiceImpl.java | JongbaekKIm/pratice_MSA_K8S_Keycloak | 7eeb2899ce0852d05592215997973c81f0a2e833 | [
"MIT"
] | 197 | 2020-10-02T17:56:18.000Z | 2022-03-27T16:54:52.000Z | currency-conversion/src/main/java/com/ubaid/ms/currencyconversion/service/RequestServiceImpl.java | JongbaekKIm/pratice_MSA_K8S_Keycloak | 7eeb2899ce0852d05592215997973c81f0a2e833 | [
"MIT"
] | 4 | 2022-01-17T20:57:56.000Z | 2022-02-13T14:18:44.000Z | 35.280702 | 86 | 0.652412 | 1,001,975 | package com.ubaid.ms.currencyconversion.service;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang.StringUtils;
import org.springframework.stereotype.Service;
import javax.servlet.http.HttpServletRequest;
import java.net.InetAddress;
import java.net.UnknownHostExc... |
9241a1d060c6c404fd067bd5013921b39f84cc81 | 2,956 | java | Java | src/main/java/com/adamk33n3r/runelite/watchdog/FlashOverlay.java | adamk33n3r/RuneLiteNarration | 594e11e0347ce3932c2816c6605ddd01d24f3401 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/com/adamk33n3r/runelite/watchdog/FlashOverlay.java | adamk33n3r/RuneLiteNarration | 594e11e0347ce3932c2816c6605ddd01d24f3401 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/com/adamk33n3r/runelite/watchdog/FlashOverlay.java | adamk33n3r/RuneLiteNarration | 594e11e0347ce3932c2816c6605ddd01d24f3401 | [
"BSD-2-Clause"
] | null | null | null | 36.04878 | 127 | 0.644114 | 1,001,976 | package com.adamk33n3r.runelite.watchdog;
import com.adamk33n3r.runelite.watchdog.notifications.ScreenFlash;
import lombok.extern.slf4j.Slf4j;
import net.runelite.api.Client;
import net.runelite.api.Constants;
import net.runelite.client.config.FlashNotification;
import net.runelite.client.ui.ClientUI;
import net.runel... |
9241a2d18fa0e569e96e2bb2e9d8aa23e2334ff9 | 1,172 | java | Java | src/main/java/frc/robot/constants/AutoConstants.java | Arctos6135/frc-2022-updated | ef370c36789c2671a6562be1c76996db923b28ae | [
"BSD-3-Clause"
] | 2 | 2022-03-10T16:23:04.000Z | 2022-03-10T16:23:07.000Z | src/main/java/frc/robot/constants/AutoConstants.java | Arctos6135/frc-2022-updated | ef370c36789c2671a6562be1c76996db923b28ae | [
"BSD-3-Clause"
] | 1 | 2022-02-23T03:52:23.000Z | 2022-02-23T03:52:23.000Z | src/main/java/frc/robot/constants/AutoConstants.java | Arctos6135/frc-2022-updated | ef370c36789c2671a6562be1c76996db923b28ae | [
"BSD-3-Clause"
] | null | null | null | 36.625 | 74 | 0.75256 | 1,001,977 | package frc.robot.constants;
import edu.wpi.first.math.kinematics.DifferentialDriveKinematics;
public class AutoConstants {
public static final double ksVolts = 0;
public static final double kvVoltSecondsPerMeter = 0;
public static final double kaVoltSecondsSquaredPerMeter = 0.0;
public static final ... |
9241a2ed7637aab9bafffb519716a99b889becfb | 2,108 | java | Java | com/planet_ink/coffee_mud/Items/Basic/Asteroid.java | count-infinity/CoffeeMud | df458b8721af831f53d7f3275ab32c8c378c2241 | [
"Apache-2.0"
] | 149 | 2015-01-11T12:55:39.000Z | 2022-03-03T16:14:48.000Z | com/planet_ink/coffee_mud/Items/Basic/Asteroid.java | count-infinity/CoffeeMud | df458b8721af831f53d7f3275ab32c8c378c2241 | [
"Apache-2.0"
] | 42 | 2015-02-08T03:44:01.000Z | 2022-02-10T08:52:43.000Z | com/planet_ink/coffee_mud/Items/Basic/Asteroid.java | count-infinity/CoffeeMud | df458b8721af831f53d7f3275ab32c8c378c2241 | [
"Apache-2.0"
] | 104 | 2015-01-21T20:20:55.000Z | 2022-03-24T05:01:20.000Z | 38.327273 | 150 | 0.756167 | 1,001,978 | package com.planet_ink.coffee_mud.Items.Basic;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.... |
9241a511be883195ef15aa6330279f150e4ecc09 | 57,190 | java | Java | src/common/com/intellij/plugins/haxe/haxelib/HaxelibProjectUpdater.java | demurgos/intellij-haxe | f6d85d14a77c35f5b16b6cd2fcd53a97d00f2478 | [
"Apache-2.0"
] | 124 | 2017-01-04T14:02:38.000Z | 2022-03-01T01:42:07.000Z | src/common/com/intellij/plugins/haxe/haxelib/HaxelibProjectUpdater.java | demurgos/intellij-haxe | f6d85d14a77c35f5b16b6cd2fcd53a97d00f2478 | [
"Apache-2.0"
] | 455 | 2017-01-10T03:44:40.000Z | 2022-02-01T16:13:54.000Z | src/common/com/intellij/plugins/haxe/haxelib/HaxelibProjectUpdater.java | demurgos/intellij-haxe | f6d85d14a77c35f5b16b6cd2fcd53a97d00f2478 | [
"Apache-2.0"
] | 59 | 2017-01-20T07:46:49.000Z | 2022-03-26T13:15:50.000Z | 35.923367 | 143 | 0.65132 | 1,001,979 | /*
* Copyright 2000-2013 JetBrains s.r.o.
* Copyright 2014-2014 AS3Boyan
* Copyright 2014-2014 Elias Ku
* Copyright 2017-2018 Eric Bishton
*
* 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... |
9241a5ff8c8b16b9cbcadb45f45fc63353482af4 | 1,713 | java | Java | core/src/main/java/org/apache/calcite/sql/SqlSecondaryIndex.java | ArthurInTheShell/calcite | d2300090cad2990d6b3b5de59d3222a7fe7ee718 | [
"Apache-2.0"
] | 1 | 2020-06-19T20:36:23.000Z | 2020-06-19T20:36:23.000Z | core/src/main/java/org/apache/calcite/sql/SqlSecondaryIndex.java | ArthurInTheShell/calcite | d2300090cad2990d6b3b5de59d3222a7fe7ee718 | [
"Apache-2.0"
] | 27 | 2020-05-29T17:50:29.000Z | 2020-08-24T17:03:32.000Z | core/src/main/java/org/apache/calcite/sql/SqlSecondaryIndex.java | ArthurInTheShell/calcite | d2300090cad2990d6b3b5de59d3222a7fe7ee718 | [
"Apache-2.0"
] | 9 | 2020-05-26T19:31:03.000Z | 2020-06-18T19:21:03.000Z | 34.959184 | 80 | 0.701109 | 1,001,980 | /*
* 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 ... |
9241a6f00d05e8f25a572fb73b4e8ad382fee8e1 | 1,553 | java | Java | calimocho-tab/src/main/java/org/hupo/psi/calimocho/tab/io/formatter/XrefFieldFormatter.java | vibbits/psimi | 9baca51cd699a69b3a61533093919ccd614b42b4 | [
"CC-BY-4.0"
] | 4 | 2015-07-25T10:56:52.000Z | 2022-02-04T12:51:56.000Z | calimocho-tab/src/main/java/org/hupo/psi/calimocho/tab/io/formatter/XrefFieldFormatter.java | vibbits/psimi | 9baca51cd699a69b3a61533093919ccd614b42b4 | [
"CC-BY-4.0"
] | 12 | 2015-12-17T14:52:54.000Z | 2021-12-16T16:50:06.000Z | calimocho-tab/src/main/java/org/hupo/psi/calimocho/tab/io/formatter/XrefFieldFormatter.java | vibbits/psimi | 9baca51cd699a69b3a61533093919ccd614b42b4 | [
"CC-BY-4.0"
] | 4 | 2015-06-17T10:40:07.000Z | 2021-12-14T13:04:36.000Z | 33.042553 | 133 | 0.650354 | 1,001,981 | package org.hupo.psi.calimocho.tab.io.formatter;
import org.hupo.psi.calimocho.tab.io.FieldFormatter;
import org.hupo.psi.calimocho.io.IllegalFieldException;
import org.hupo.psi.calimocho.key.CalimochoKeys;
import org.hupo.psi.calimocho.model.Field;
import org.hupo.psi.calimocho.model.Row;
import org.hupo.psi.c... |
9241a7ecfb935ca63f7d107a577419dda2501b25 | 1,809 | java | Java | common-lib/src/main/java/com/codekutter/common/model/NullOrEmpty.java | krmahadevan/codekutter | 0715300a7c953d4c02bb386d58a2fcc9789d6508 | [
"Apache-2.0"
] | 3 | 2019-11-30T06:41:44.000Z | 2021-01-13T04:17:29.000Z | common-lib/src/main/java/com/codekutter/common/model/NullOrEmpty.java | krmahadevan/codekutter | 0715300a7c953d4c02bb386d58a2fcc9789d6508 | [
"Apache-2.0"
] | 27 | 2019-11-30T06:35:17.000Z | 2021-02-02T18:11:29.000Z | common-lib/src/main/java/com/codekutter/common/model/NullOrEmpty.java | krmahadevan/codekutter | 0715300a7c953d4c02bb386d58a2fcc9789d6508 | [
"Apache-2.0"
] | 2 | 2021-06-05T15:08:53.000Z | 2021-06-05T15:10:21.000Z | 35.470588 | 135 | 0.687673 | 1,001,982 | /*
* Copyright (2020) Subhabrata Ghosh (subho dot ghosh at outlook dot 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... |
9241a802aa7a354be0c509a3d7d9b99eb2fabf25 | 5,223 | java | Java | src/main/java/com/spingular/cms/service/CommentQueryService.java | Tonterias/SpingularJhipsterV7 | c17f299bf03b5d60775e432155c9be864d41b708 | [
"Apache-2.0"
] | 6 | 2020-12-31T09:53:18.000Z | 2021-09-10T08:39:38.000Z | src/main/java/com/spingular/cms/service/CommentQueryService.java | Tonterias/SpingularJhipsterV7 | c17f299bf03b5d60775e432155c9be864d41b708 | [
"Apache-2.0"
] | 2 | 2021-06-19T12:23:58.000Z | 2021-06-23T09:30:50.000Z | src/main/java/com/spingular/cms/service/CommentQueryService.java | Tonterias/SpingularJhipsterV7 | c17f299bf03b5d60775e432155c9be864d41b708 | [
"Apache-2.0"
] | 2 | 2021-06-23T08:59:31.000Z | 2021-06-24T11:46:05.000Z | 45.815789 | 136 | 0.691557 | 1,001,983 | package com.spingular.cms.service;
import com.spingular.cms.domain.*; // for static metamodels
import com.spingular.cms.domain.Comment;
import com.spingular.cms.repository.CommentRepository;
import com.spingular.cms.service.criteria.CommentCriteria;
import com.spingular.cms.service.dto.CommentDTO;
import com.spingular... |
9241a8c8eb06417e6697edf77d9df510ce1f0b29 | 7,745 | java | Java | cruncher-war/src/test/java/org/surfnet/cruncher/resource/CruncherResourceTest.java | OpenConext-Attic/OpenConext-cruncher | a6509aeda6ba3c6982a0c71291296467ee1cd0ad | [
"Apache-2.0"
] | null | null | null | cruncher-war/src/test/java/org/surfnet/cruncher/resource/CruncherResourceTest.java | OpenConext-Attic/OpenConext-cruncher | a6509aeda6ba3c6982a0c71291296467ee1cd0ad | [
"Apache-2.0"
] | null | null | null | cruncher-war/src/test/java/org/surfnet/cruncher/resource/CruncherResourceTest.java | OpenConext-Attic/OpenConext-cruncher | a6509aeda6ba3c6982a0c71291296467ee1cd0ad | [
"Apache-2.0"
] | null | null | null | 34.887387 | 127 | 0.714009 | 1,001,984 | /*
* Copyright 2013 SURFnet bv, The Netherlands
*
* 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 o... |
9241a92ee52b24ca686c523a00cb8249fc1a6bda | 1,629 | java | Java | Java/808.java | vindhya2g/LeetCode | 73790d44605fbd51e8f7e804b9808e364fcfc680 | [
"MIT"
] | 854 | 2018-11-09T08:06:16.000Z | 2022-03-31T06:05:53.000Z | Java/808.java | vindhya2g/LeetCode | 73790d44605fbd51e8f7e804b9808e364fcfc680 | [
"MIT"
] | 29 | 2019-06-02T05:02:25.000Z | 2021-11-15T04:09:37.000Z | Java/808.java | vindhya2g/LeetCode | 73790d44605fbd51e8f7e804b9808e364fcfc680 | [
"MIT"
] | 347 | 2018-12-23T01:57:37.000Z | 2022-03-12T14:51:21.000Z | 28.086207 | 98 | 0.508287 | 1,001,985 | __________________________________________________________________________________________________
sample 0 ms submission
class Solution {
public double soupServings(int N) {
if (N > 4800) {
return 1;
}
int servings = N % 25 == 0 ? N/25 : N/25+1;
return helper(se... |
9241aa26a56cf8b164e847c1235fca8d717aa1b7 | 15,985 | java | Java | enhanced/archive/classlib/java6/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/SSLEngineTest.java | qinFamily/freeVM | 9caa0256b4089d74186f84b8fb2afc95a0afc7bc | [
"Apache-2.0"
] | 5 | 2017-03-08T20:32:39.000Z | 2021-07-10T10:12:38.000Z | enhanced/archive/classlib/java6/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/SSLEngineTest.java | qinFamily/freeVM | 9caa0256b4089d74186f84b8fb2afc95a0afc7bc | [
"Apache-2.0"
] | null | null | null | enhanced/archive/classlib/java6/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/SSLEngineTest.java | qinFamily/freeVM | 9caa0256b4089d74186f84b8fb2afc95a0afc7bc | [
"Apache-2.0"
] | 4 | 2015-07-07T07:06:59.000Z | 2018-06-19T22:38:04.000Z | 30.859073 | 107 | 0.624148 | 1,001,986 | /*
* 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... |
9241aa35767eca9c8ccd9cb31efa045040902fd6 | 4,237 | java | Java | hbl/src/main/java/com/inadco/hbl/model/SimpleCube.java | bikash/HBase-Lattice | b90f1a3caa0f3ea244613a4adc27a57dc73445b4 | [
"Apache-2.0"
] | 1 | 2015-11-08T05:21:45.000Z | 2015-11-08T05:21:45.000Z | hbl/src/main/java/com/inadco/hbl/model/SimpleCube.java | bikash/HBase-Lattice | b90f1a3caa0f3ea244613a4adc27a57dc73445b4 | [
"Apache-2.0"
] | null | null | null | hbl/src/main/java/com/inadco/hbl/model/SimpleCube.java | bikash/HBase-Lattice | b90f1a3caa0f3ea244613a4adc27a57dc73445b4 | [
"Apache-2.0"
] | null | null | null | 30.702899 | 105 | 0.62143 | 1,001,987 | /*
*
* Copyright © 2010, 2011 Inadco, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.... |
9241ab696c6a80f65bb7967a9bc2a5fea47b4d86 | 210 | java | Java | master_worker/deployment/digigob/digigob/commons-project/ccomplejos/ccomplejos-base-core/src/main/java/com/egoveris/ccomplejos/base/repository/ViewResumenImpoRepository.java | GrupoWeb/k8s_srv_mineco | 8be27c3d88d52a155a7a577a9a98af8baa68e89d | [
"MIT"
] | null | null | null | master_worker/deployment/digigob/digigob/commons-project/ccomplejos/ccomplejos-base-core/src/main/java/com/egoveris/ccomplejos/base/repository/ViewResumenImpoRepository.java | GrupoWeb/k8s_srv_mineco | 8be27c3d88d52a155a7a577a9a98af8baa68e89d | [
"MIT"
] | null | null | null | master_worker/deployment/digigob/digigob/commons-project/ccomplejos/ccomplejos-base-core/src/main/java/com/egoveris/ccomplejos/base/repository/ViewResumenImpoRepository.java | GrupoWeb/k8s_srv_mineco | 8be27c3d88d52a155a7a577a9a98af8baa68e89d | [
"MIT"
] | null | null | null | 26.25 | 96 | 0.866667 | 1,001,988 | package com.egoveris.ccomplejos.base.repository;
import com.egoveris.ccomplejos.base.model.ViewResumenImpo;
public interface ViewResumenImpoRepository extends AbstractCComplejoRepository<ViewResumenImpo>{
}
|
9241ab8a29f355ac622b723c1b5b16bbd26873e1 | 28,758 | java | Java | kernel/kernel-impl/src/test/java/org/sakaiproject/tool/impl/MySessionTest.java | txstate-etc/tracs | 461c2e8ebface6f2801859ff9610682e3f048cec | [
"ECL-2.0"
] | 13 | 2016-05-25T16:12:49.000Z | 2021-04-09T01:49:24.000Z | kernel/kernel-impl/src/test/java/org/sakaiproject/tool/impl/MySessionTest.java | txstate-etc/tracs | 461c2e8ebface6f2801859ff9610682e3f048cec | [
"ECL-2.0"
] | 265 | 2015-10-19T02:40:55.000Z | 2022-03-28T07:24:49.000Z | kernel/kernel-impl/src/test/java/org/sakaiproject/tool/impl/MySessionTest.java | txstate-etc/tracs | 461c2e8ebface6f2801859ff9610682e3f048cec | [
"ECL-2.0"
] | 7 | 2016-02-08T11:41:40.000Z | 2021-06-08T18:18:02.000Z | 41.263989 | 165 | 0.782136 | 1,001,989 | package org.sakaiproject.tool.impl;
import org.apache.commons.lang.mutable.MutableLong;
import org.jmock.Expectations;
import org.sakaiproject.id.api.IdManager;
import org.sakaiproject.thread_local.api.ThreadLocalManager;
import org.sakaiproject.tool.api.*;
import javax.servlet.http.HttpSessionBindingEvent;
import ja... |
9241abfbf8bd4ef499a799f00c30223451a40e4d | 2,763 | java | Java | android application/app/src/main/java/com/slensky/focussis/parser/CalendarEventParser.java | emnaayedi/Smart-School-Library | 9cac5f3b9f97936c1d2dd85815acfa3502b378fb | [
"MIT"
] | null | null | null | android application/app/src/main/java/com/slensky/focussis/parser/CalendarEventParser.java | emnaayedi/Smart-School-Library | 9cac5f3b9f97936c1d2dd85815acfa3502b378fb | [
"MIT"
] | null | null | null | android application/app/src/main/java/com/slensky/focussis/parser/CalendarEventParser.java | emnaayedi/Smart-School-Library | 9cac5f3b9f97936c1d2dd85815acfa3502b378fb | [
"MIT"
] | null | null | null | 41.863636 | 258 | 0.65219 | 1,001,990 | package com.slensky.focussis.parser;
import com.slensky.focussis.data.CalendarEvent;
import com.slensky.focussis.data.CalendarEventDetails;
import com.slensky.focussis.util.DateUtil;
import org.joda.time.DateTime;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
/**
* Creat... |
9241acee6ffeea170862625177713c9ad34063fc | 2,986 | java | Java | ZimbraServer/src/java/com/zimbra/cs/service/account/CreateDistributionList.java | fciubotaru/z-pec | 82335600341c6fb1bb8a471fd751243a90bc4d57 | [
"MIT"
] | 5 | 2019-03-26T07:51:56.000Z | 2021-08-30T07:26:05.000Z | ZimbraServer/src/java/com/zimbra/cs/service/account/CreateDistributionList.java | fciubotaru/z-pec | 82335600341c6fb1bb8a471fd751243a90bc4d57 | [
"MIT"
] | 1 | 2015-08-18T19:03:32.000Z | 2015-08-18T19:03:32.000Z | ZimbraServer/src/java/com/zimbra/cs/service/account/CreateDistributionList.java | fciubotaru/z-pec | 82335600341c6fb1bb8a471fd751243a90bc4d57 | [
"MIT"
] | 13 | 2015-03-11T00:26:35.000Z | 2020-07-26T16:25:18.000Z | 40.90411 | 112 | 0.718687 | 1,001,991 | /*
* ***** BEGIN LICENSE BLOCK *****
* Zimbra Collaboration Suite Server
* Copyright (C) 2005, 2006, 2007, 2009, 2010 Zimbra, Inc.
*
* The contents of this file are subject to the Zimbra Public License
* Version 1.3 ("License"); you may not use this file except in
* compliance with the License. You may obtain a... |
9241ad19a7f83e381fbaa2b456cdd234191ec12e | 144 | java | Java | com.servlets.project1.prashanth/src/com/servlets/project1/prashanth/EmployeeBean.java | thesonofgod/javawithshan | 7102494fdb78f31ac6eaa09c6b477929b9332713 | [
"Unlicense"
] | null | null | null | com.servlets.project1.prashanth/src/com/servlets/project1/prashanth/EmployeeBean.java | thesonofgod/javawithshan | 7102494fdb78f31ac6eaa09c6b477929b9332713 | [
"Unlicense"
] | null | null | null | com.servlets.project1.prashanth/src/com/servlets/project1/prashanth/EmployeeBean.java | thesonofgod/javawithshan | 7102494fdb78f31ac6eaa09c6b477929b9332713 | [
"Unlicense"
] | null | null | null | 14.4 | 41 | 0.75 | 1,001,992 | package com.servlets.project1.prashanth;
public class EmployeeBean {
public EmployeeBean() {
// TODO Auto-generated constructor stub
}
}
|
9241ada313615b911804d878db6a6dc02ba4346d | 317 | java | Java | note/src/main/java/com/designpattern/observer/pushmodel/T.java | CodingSoldier/java-learn | c480f0c26c95b65f49c082e0ffeb10706bd366b1 | [
"Apache-2.0"
] | 23 | 2018-02-11T13:28:42.000Z | 2021-12-24T05:53:13.000Z | note/src/main/java/com/designpattern/observer/pushmodel/T.java | CodingSoldier/java-learn | c480f0c26c95b65f49c082e0ffeb10706bd366b1 | [
"Apache-2.0"
] | 5 | 2019-12-23T01:51:45.000Z | 2021-11-30T15:12:08.000Z | note/src/main/java/com/designpattern/observer/pushmodel/T.java | CodingSoldier/java-learn | c480f0c26c95b65f49c082e0ffeb10706bd366b1 | [
"Apache-2.0"
] | 17 | 2018-02-11T13:28:03.000Z | 2022-01-24T20:30:02.000Z | 22.642857 | 56 | 0.671924 | 1,001,993 | package com.designpattern.observer.pushmodel;
import org.junit.Test;
public class T {
@Test
public void t(){
ConcreteSubject subject = new ConcreteSubject();
Observer observer = new ConcreteObserver();
subject.attach(observer);
subject.change("subject的change方法执行了");
}
}
|
9241ae6ce319555bf3c4d5567668b2e7f9790de8 | 27,386 | java | Java | modules/sharing-registry/sharing-registry-stubs/src/main/java/org/apache/airavata/sharing/registry/models/Domain.java | bd2019us/airavata | 658385197c476d41b3982683636349db0924701e | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | modules/sharing-registry/sharing-registry-stubs/src/main/java/org/apache/airavata/sharing/registry/models/Domain.java | bd2019us/airavata | 658385197c476d41b3982683636349db0924701e | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | modules/sharing-registry/sharing-registry-stubs/src/main/java/org/apache/airavata/sharing/registry/models/Domain.java | bd2019us/airavata | 658385197c476d41b3982683636349db0924701e | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 32.294811 | 186 | 0.667677 | 1,001,994 | /**
*
* 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"); ... |
9241aee65d210427f5ecd0a5af26fb71bd0ad0e4 | 4,156 | java | Java | aerospike-batch-updater/src/test/java/nosql/batch/update/aerospike/basic/BasicRecoveryTest.java | Playtika/nosql-batch-updater | bb1bc5276a8309372fd5ea55996e6c039d263855 | [
"Apache-2.0"
] | 1 | 2021-11-24T23:09:09.000Z | 2021-11-24T23:09:09.000Z | aerospike-batch-updater/src/test/java/nosql/batch/update/aerospike/basic/BasicRecoveryTest.java | Playtika/nosql-batch-updater | bb1bc5276a8309372fd5ea55996e6c039d263855 | [
"Apache-2.0"
] | null | null | null | aerospike-batch-updater/src/test/java/nosql/batch/update/aerospike/basic/BasicRecoveryTest.java | Playtika/nosql-batch-updater | bb1bc5276a8309372fd5ea55996e6c039d263855 | [
"Apache-2.0"
] | 1 | 2022-02-04T11:21:10.000Z | 2022-02-04T11:21:10.000Z | 39.580952 | 117 | 0.76179 | 1,001,995 | package nosql.batch.update.aerospike.basic;
import com.aerospike.client.AerospikeClient;
import com.aerospike.client.Key;
import com.aerospike.client.Value;
import com.aerospike.client.async.NioEventLoops;
import nosql.batch.update.BatchOperations;
import nosql.batch.update.BatchUpdater;
import nosql.batch.update.Reco... |
9241afb8febf3720564acf67f0d38320543f3b79 | 1,368 | java | Java | src/main/java/com/dualion/meetup/service/dto/PadreDTO.java | Dualion/meetup-ng-table | 2b65e9f1208a1085d3dc3f6610a526829ec69e8d | [
"Apache-2.0"
] | null | null | null | src/main/java/com/dualion/meetup/service/dto/PadreDTO.java | Dualion/meetup-ng-table | 2b65e9f1208a1085d3dc3f6610a526829ec69e8d | [
"Apache-2.0"
] | null | null | null | src/main/java/com/dualion/meetup/service/dto/PadreDTO.java | Dualion/meetup-ng-table | 2b65e9f1208a1085d3dc3f6610a526829ec69e8d | [
"Apache-2.0"
] | null | null | null | 18.739726 | 61 | 0.544591 | 1,001,996 | package com.dualion.meetup.service.dto;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import java.util.Objects;
/**
* A DTO for the Padre entity.
*/
public class PadreDTO implements Serializable {
private Long id;
private String nombre;
private String apellidos;
... |
9241b0176541ef60e6f179f444ccfe9ef6c60673 | 1,797 | java | Java | confirmation/src/main/java/com/reservation/confirmation/domain/ReservationEvent.java | Artemas-Muzanenhamo/party-reservation | 6b9720a54ddce0a36bfb00ba613bab72b7de7039 | [
"MIT"
] | 2 | 2021-11-27T10:03:22.000Z | 2022-03-20T07:47:00.000Z | confirmation/src/main/java/com/reservation/confirmation/domain/ReservationEvent.java | Artemas-Muzanenhamo/party-reservation | 6b9720a54ddce0a36bfb00ba613bab72b7de7039 | [
"MIT"
] | null | null | null | confirmation/src/main/java/com/reservation/confirmation/domain/ReservationEvent.java | Artemas-Muzanenhamo/party-reservation | 6b9720a54ddce0a36bfb00ba613bab72b7de7039 | [
"MIT"
] | null | null | null | 26.426471 | 110 | 0.56483 | 1,001,997 | package com.reservation.confirmation.domain;
import java.util.Objects;
public class ReservationEvent {
private String secret;
private String name;
private String surname;
private Boolean hasPlusOne;
private Integer plusOne;
public ReservationEvent(String secret, String name, String surname, B... |
9241b0d0ad9c74c09b04594d58cce74a9fb2b52f | 2,097 | java | Java | sdk/storage/azure-storage-internal-avro/src/main/java/com/azure/storage/internal/avro/implementation/schema/complex/AvroEnumSchema.java | yiliuTo/azure-sdk-for-java | 4536b6e99ded1b2b77f79bc2c31f42566c97b704 | [
"MIT"
] | 1,350 | 2015-01-17T05:22:05.000Z | 2022-03-29T21:00:37.000Z | sdk/storage/azure-storage-internal-avro/src/main/java/com/azure/storage/internal/avro/implementation/schema/complex/AvroEnumSchema.java | yiliuTo/azure-sdk-for-java | 4536b6e99ded1b2b77f79bc2c31f42566c97b704 | [
"MIT"
] | 16,834 | 2015-01-07T02:19:09.000Z | 2022-03-31T23:29:10.000Z | sdk/storage/azure-storage-internal-avro/src/main/java/com/azure/storage/internal/avro/implementation/schema/complex/AvroEnumSchema.java | yiliuTo/azure-sdk-for-java | 4536b6e99ded1b2b77f79bc2c31f42566c97b704 | [
"MIT"
] | 1,586 | 2015-01-02T01:50:28.000Z | 2022-03-31T11:25:34.000Z | 31.772727 | 106 | 0.678112 | 1,001,999 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.storage.internal.avro.implementation.schema.complex;
import com.azure.core.util.logging.ClientLogger;
import com.azure.storage.internal.avro.implementation.AvroParserState;
import com.azure.storage.intern... |
9241b0dfaa7aafcb7097daa053943a6d6bd73ca8 | 2,441 | java | Java | repository/src/test/java/org/polyforms/repository/jpa/executor/LoadTest.java | AutoscanForJava/org.polyforms-polyforms | 2438166289895f8882bfc518e733815e927914cd | [
"Apache-2.0"
] | null | null | null | repository/src/test/java/org/polyforms/repository/jpa/executor/LoadTest.java | AutoscanForJava/org.polyforms-polyforms | 2438166289895f8882bfc518e733815e927914cd | [
"Apache-2.0"
] | null | null | null | repository/src/test/java/org/polyforms/repository/jpa/executor/LoadTest.java | AutoscanForJava/org.polyforms-polyforms | 2438166289895f8882bfc518e733815e927914cd | [
"Apache-2.0"
] | 2 | 2022-02-10T17:40:47.000Z | 2022-02-11T18:09:44.000Z | 36.984848 | 121 | 0.727571 | 1,002,000 | package org.polyforms.repository.jpa.executor;
import javax.persistence.EntityManager;
import javax.persistence.EntityNotFoundException;
import org.easymock.EasyMock;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.polyforms.repository.spi.EntityClassResolver;
import org.polyforms.... |
9241b1f3f984a77fb16e9eab470b506c4534cc8b | 764 | java | Java | springboot-lab/07-mars-designpattern/src/main/java/mars/gupao/adapter/demo/passport/Member.java | marswang2020/springboot-lab | 47e48b5c33b86b45ac23d4fc37ce7dc7b2bab224 | [
"MIT"
] | null | null | null | springboot-lab/07-mars-designpattern/src/main/java/mars/gupao/adapter/demo/passport/Member.java | marswang2020/springboot-lab | 47e48b5c33b86b45ac23d4fc37ce7dc7b2bab224 | [
"MIT"
] | null | null | null | springboot-lab/07-mars-designpattern/src/main/java/mars/gupao/adapter/demo/passport/Member.java | marswang2020/springboot-lab | 47e48b5c33b86b45ac23d4fc37ce7dc7b2bab224 | [
"MIT"
] | null | null | null | 16.977778 | 46 | 0.592932 | 1,002,001 | package mars.gupao.adapter.demo.passport;
/**
* Created by Tom.
*/
public class Member {
private String username;
private String password;
private String mid;
private String info;
public String getUsername() {
return username;
}
public void setUsername(String username) {
... |
9241b1f820411d2b09ef274f19ba39e469f9afb7 | 3,538 | java | Java | atlasdb-tests-shared/src/test/java/com/palantir/atlasdb/schema/stream/generated/StreamTestWithHashMetadataCleanupTask.java | ferozco/atlasdb | c343649c9027936043b3f0d0c92e2852cd2a18b4 | [
"Apache-2.0"
] | null | null | null | atlasdb-tests-shared/src/test/java/com/palantir/atlasdb/schema/stream/generated/StreamTestWithHashMetadataCleanupTask.java | ferozco/atlasdb | c343649c9027936043b3f0d0c92e2852cd2a18b4 | [
"Apache-2.0"
] | null | null | null | atlasdb-tests-shared/src/test/java/com/palantir/atlasdb/schema/stream/generated/StreamTestWithHashMetadataCleanupTask.java | ferozco/atlasdb | c343649c9027936043b3f0d0c92e2852cd2a18b4 | [
"Apache-2.0"
] | null | null | null | 58.966667 | 185 | 0.767665 | 1,002,002 | package com.palantir.atlasdb.schema.stream.generated;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
import java.util.stream.Collectors;
import com.google.common.collect.Sets;
import com.palantir.atlasdb.cleaner.api.OnCleanupTask;
import com.palantir.atlasdb.encoding.PtBytes;
import com.palant... |
9241b2c5552a2672300a70e670c04de7b8ffb8f3 | 1,152 | java | Java | src/java/edu/stanford/math/plex4/homology/filtration/IdentityConverter.java | ChristianKKelley/javaplex | b80ae1f59ed8d7b99e1f20838c280191c4009a53 | [
"BSD-3-Clause"
] | 188 | 2015-02-05T14:47:44.000Z | 2022-02-22T11:12:59.000Z | src/java/edu/stanford/math/plex4/homology/filtration/IdentityConverter.java | sangmanjung/javaplex | 05a288a4a99f27242d8f4b24e98d4cce749fb71a | [
"BSD-3-Clause"
] | 28 | 2015-02-20T07:36:24.000Z | 2021-05-11T14:22:42.000Z | src/java/edu/stanford/math/plex4/homology/filtration/IdentityConverter.java | sangmanjung/javaplex | 05a288a4a99f27242d8f4b24e98d4cce749fb71a | [
"BSD-3-Clause"
] | 67 | 2015-01-05T02:39:06.000Z | 2021-10-01T13:37:08.000Z | 21.735849 | 96 | 0.743056 | 1,002,003 | package edu.stanford.math.plex4.homology.filtration;
/**
* This class defines a filtration value conversion which simply defines the filtration
* value to be equal to the filtration index. (i.e. f_i = i)
*
* @author Andrew Tausz
*
*/
public class IdentityConverter extends FiltrationConverter {
/**
* This ... |
9241b38a611fb968d0f1f446556fb8690dbe1e2d | 11,903 | java | Java | reset-pass/account-validator-tool/src/java/org/sakaiproject/accountvalidator/tool/producers/PasswordResetProducer.java | danadel/sakai | 68947659150056932d0896237eaeb0ed38c3fc7f | [
"ECL-2.0"
] | 13 | 2016-05-25T16:12:49.000Z | 2021-04-09T01:49:24.000Z | reset-pass/account-validator-tool/src/java/org/sakaiproject/accountvalidator/tool/producers/PasswordResetProducer.java | danadel/sakai | 68947659150056932d0896237eaeb0ed38c3fc7f | [
"ECL-2.0"
] | 265 | 2015-10-19T02:40:55.000Z | 2022-03-28T07:24:49.000Z | reset-pass/account-validator-tool/src/java/org/sakaiproject/accountvalidator/tool/producers/PasswordResetProducer.java | danadel/sakai | 68947659150056932d0896237eaeb0ed38c3fc7f | [
"ECL-2.0"
] | 7 | 2016-02-08T11:41:40.000Z | 2021-06-08T18:18:02.000Z | 36.087879 | 174 | 0.73096 | 1,002,004 | /**
* $Id: MainProducer.java 105078 2012-02-24 23:00:38Z efpyi@example.com $
* $URL: https://source.sakaiproject.org/svn/reset-pass/trunk/account-validator-tool/src/java/org/sakaiproject/accountvalidator/tool/producers/MainProducer.java $
* DeveloperHelperService.java - entity-broker - Apr 13, 2008 5:42:38 PM - azec... |
9241b3b3f14a1c33e278aebf0fa6269d239dcebb | 393 | java | Java | Product/src/main/java/com/newhopemail/product/dao/SkuSaleAttrValueDao.java | Mrzaotian/NewHopeMail | a0c92a3530c4bf167b9058a4d11ae32af13a2221 | [
"Apache-2.0"
] | null | null | null | Product/src/main/java/com/newhopemail/product/dao/SkuSaleAttrValueDao.java | Mrzaotian/NewHopeMail | a0c92a3530c4bf167b9058a4d11ae32af13a2221 | [
"Apache-2.0"
] | null | null | null | Product/src/main/java/com/newhopemail/product/dao/SkuSaleAttrValueDao.java | Mrzaotian/NewHopeMail | a0c92a3530c4bf167b9058a4d11ae32af13a2221 | [
"Apache-2.0"
] | null | null | null | 22 | 81 | 0.777778 | 1,002,005 | package com.newhopemail.product.dao;
import com.newhopemail.product.entity.SkuSaleAttrValueEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* sku销售属性&值
*
* @author zao
* @email efpyi@example.com
* @date 2021-04-26 01:58:32
*/
@Mapper
public interf... |
9241b4ba836b686c1ce7f77352d2b76cc5e1de95 | 11,091 | java | Java | src/main/java/org/akomantoso/schema/v3/csd06/ListItems.java | lewismc/akomantoso-lib | 438f7b8956cbcab29788128c3b7b807dacb92f01 | [
"Apache-2.0"
] | 2 | 2020-03-25T02:30:20.000Z | 2020-06-23T13:20:48.000Z | src/main/java/org/akomantoso/schema/v3/csd06/ListItems.java | lewismc/akomantoso-lib | 438f7b8956cbcab29788128c3b7b807dacb92f01 | [
"Apache-2.0"
] | 11 | 2015-01-07T15:58:37.000Z | 2017-07-04T16:27:22.000Z | src/main/java/org/akomantoso/schema/v3/csd06/ListItems.java | lewismc/akomantoso-lib | 438f7b8956cbcab29788128c3b7b807dacb92f01 | [
"Apache-2.0"
] | 1 | 2016-09-04T11:57:20.000Z | 2016-09-04T11:57:20.000Z | 24.867713 | 189 | 0.567397 | 1,002,006 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.12.05 at 10:55... |
9241b4e1437edc66c536136d2d96ebee31bd15e3 | 668 | java | Java | src/main/java/com/utag/phase1/service/UserService.java | Autumn-NJU/PhaseI | 7d704bceec70279800b0fe9cdb1f5f836a8dfdd6 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/utag/phase1/service/UserService.java | Autumn-NJU/PhaseI | 7d704bceec70279800b0fe9cdb1f5f836a8dfdd6 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/utag/phase1/service/UserService.java | Autumn-NJU/PhaseI | 7d704bceec70279800b0fe9cdb1f5f836a8dfdd6 | [
"Apache-2.0"
] | null | null | null | 18.555556 | 89 | 0.643713 | 1,002,007 | package com.utag.phase1.service;
import com.utag.phase1.domain.User;
import com.utag.phase1.util.Response;
import java.io.IOException;
public interface UserService {
/**
*
* @return
*/
public Response<Boolean> saveUser(String user, String password) throws IOException;
/**
*
* @... |
9241b61f62122b525ee690564a2f5c0ffa2d641f | 389 | java | Java | server-core/src/main/java/io/onedev/server/entitymanager/PullRequestQuerySettingManager.java | simgagne/onedev | fd974b295c8c00fbc1be3729830a8d1277cf55e5 | [
"MIT"
] | 1 | 2020-12-07T02:47:58.000Z | 2020-12-07T02:47:58.000Z | server-core/src/main/java/io/onedev/server/entitymanager/PullRequestQuerySettingManager.java | hslooooooool/onedev | 5621ed17eb8209442967bfb36f70a299bdbe9cfc | [
"MIT"
] | 2 | 2021-02-21T18:41:18.000Z | 2021-02-21T22:20:07.000Z | server-core/src/main/java/io/onedev/server/entitymanager/PullRequestQuerySettingManager.java | hslooooooool/onedev | 5621ed17eb8209442967bfb36f70a299bdbe9cfc | [
"MIT"
] | 1 | 2021-04-18T22:18:30.000Z | 2021-04-18T22:18:30.000Z | 29.923077 | 96 | 0.840617 | 1,002,008 | package io.onedev.server.entitymanager;
import io.onedev.server.model.Project;
import io.onedev.server.model.PullRequestQuerySetting;
import io.onedev.server.model.User;
import io.onedev.server.persistence.dao.EntityManager;
public interface PullRequestQuerySettingManager extends EntityManager<PullRequestQuerySetting... |
9241b63c7e8b98b005c6ae0bd23d0f928b8b98d5 | 18,203 | java | Java | sdk/src/main/java/com/jq/chatsdk/activities/ChatSDKBaseActivity.java | daleside710/fitlab | 18e67fc716df521895d9cc36eb93a6f1f3d0b161 | [
"MIT"
] | null | null | null | sdk/src/main/java/com/jq/chatsdk/activities/ChatSDKBaseActivity.java | daleside710/fitlab | 18e67fc716df521895d9cc36eb93a6f1f3d0b161 | [
"MIT"
] | null | null | null | sdk/src/main/java/com/jq/chatsdk/activities/ChatSDKBaseActivity.java | daleside710/fitlab | 18e67fc716df521895d9cc36eb93a6f1f3d0b161 | [
"MIT"
] | null | null | null | 36.997967 | 157 | 0.620887 | 1,002,009 | /*
* Created by Itzik Braun on 12/3/2015.
* Copyright (c) 2015 deluge. All rights reserved.
*
* Last Modification at: 3/12/15 4:32 PM
*/
package com.jq.chatsdk.activities;
import android.app.Activity;
import android.app.ActivityManager;
import android.app.ProgressDialog;
import android.content.Intent;
import and... |
9241b65891aa60b70bc9d0c3a4a5e54bfb2406b9 | 501 | java | Java | osgp/platform/osgp-domain-distributionautomation/src/main/java/org/opensmartgridplatform/domain/da/valueobjects/GetDeviceModelRequest.java | ekmixon/open-smart-grid-platform | ca095718390ce8b33db399722e86fc43f252057a | [
"Apache-2.0"
] | 77 | 2018-10-25T12:05:06.000Z | 2022-02-03T12:49:56.000Z | osgp/platform/osgp-domain-distributionautomation/src/main/java/org/opensmartgridplatform/domain/da/valueobjects/GetDeviceModelRequest.java | OSGP/open-smart-grid-platform | f431e30820fe79dbde7da963f51b087a8a0c91d0 | [
"Apache-2.0"
] | 526 | 2018-10-24T15:58:01.000Z | 2022-03-31T20:06:59.000Z | osgp/platform/osgp-domain-distributionautomation/src/main/java/org/opensmartgridplatform/domain/da/valueobjects/GetDeviceModelRequest.java | ekmixon/open-smart-grid-platform | ca095718390ce8b33db399722e86fc43f252057a | [
"Apache-2.0"
] | 30 | 2018-12-27T07:11:35.000Z | 2021-09-09T06:57:44.000Z | 31.3125 | 92 | 0.770459 | 1,002,010 | /*
* Copyright 2017 Smart Society Services B.V.
*
* 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
*/
package org.opensmartgridplatform.domain... |
9241b70e130b9220459e7c592f4316be17d19f1f | 36,323 | java | Java | chpl/chpl-service/src/test/java/gov/healthit/chpl/upload/listing/validation/reviewer/TestParticipantReviewerTest.java | athomas-git/chpl-api | 7b1b61c20bef3e5b1c2ca542472934471b40ca68 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | chpl/chpl-service/src/test/java/gov/healthit/chpl/upload/listing/validation/reviewer/TestParticipantReviewerTest.java | athomas-git/chpl-api | 7b1b61c20bef3e5b1c2ca542472934471b40ca68 | [
"BSD-2-Clause-FreeBSD"
] | 2 | 2016-02-11T12:55:32.000Z | 2021-01-05T17:18:38.000Z | chpl/chpl-service/src/test/java/gov/healthit/chpl/upload/listing/validation/reviewer/TestParticipantReviewerTest.java | kekey1/chpl-api | 0cb921bad1a38ec0678773e89171fb5288154392 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | 53.259531 | 187 | 0.677009 | 1,002,011 | package gov.healthit.chpl.upload.listing.validation.reviewer;
import static org.junit.Assert.assertTrue;
import static org.junit.jupiter.api.Assertions.assertEquals;
import java.util.stream.Collectors;
import java.util.stream.Stream;
import org.junit.Before;
import org.junit.Test;
import org.mockito.ArgumentMatchers... |
9241b9937d92fca32079eab053ad7f83e68ae3a8 | 2,639 | java | Java | src/main/java/ru/fsrar/wegais/productref/ObjectFactory.java | ytimesru/kkm-pc-client | 899a6f00b2067a5d0823fd3d468be693af1dbdba | [
"MIT"
] | null | null | null | src/main/java/ru/fsrar/wegais/productref/ObjectFactory.java | ytimesru/kkm-pc-client | 899a6f00b2067a5d0823fd3d468be693af1dbdba | [
"MIT"
] | null | null | null | src/main/java/ru/fsrar/wegais/productref/ObjectFactory.java | ytimesru/kkm-pc-client | 899a6f00b2067a5d0823fd3d468be693af1dbdba | [
"MIT"
] | null | null | null | 25.375 | 140 | 0.64911 | 1,002,012 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.06.... |
9241ba23274bfcc37aa5a928af76e1ea74563c50 | 2,780 | java | Java | core/src/main/java/org/apache/accumulo/core/client/admin/DelegationTokenConfig.java | mware-solutions/accumulo | 14dd12c3a97f44cd6c0273552ce8bc3b5439cd20 | [
"Apache-2.0"
] | 870 | 2015-01-02T21:22:16.000Z | 2022-03-26T13:30:52.000Z | core/src/main/java/org/apache/accumulo/core/client/admin/DelegationTokenConfig.java | mware-solutions/accumulo | 14dd12c3a97f44cd6c0273552ce8bc3b5439cd20 | [
"Apache-2.0"
] | 1,941 | 2015-01-12T02:02:45.000Z | 2022-03-31T19:18:54.000Z | core/src/main/java/org/apache/accumulo/core/client/admin/DelegationTokenConfig.java | mware-solutions/accumulo | 14dd12c3a97f44cd6c0273552ce8bc3b5439cd20 | [
"Apache-2.0"
] | 417 | 2015-01-12T01:40:57.000Z | 2022-03-25T17:58:13.000Z | 31.954023 | 99 | 0.719784 | 1,002,013 | /*
* 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 ... |
9241bb02862e08c95bb6da6a720dee018cd1ac4f | 95 | java | Java | bin/graphics/ui/IPositioner.java | FIREdog5/Hughs-Hubble-Emergence | 2ef3581529a69e693f2ff3427cadec03cd507de2 | [
"MIT"
] | null | null | null | bin/graphics/ui/IPositioner.java | FIREdog5/Hughs-Hubble-Emergence | 2ef3581529a69e693f2ff3427cadec03cd507de2 | [
"MIT"
] | 6 | 2021-11-28T19:09:43.000Z | 2021-12-01T04:51:01.000Z | bin/graphics/ui/IPositioner.java | FIREdog5/Hughs-Hubble-Emergence | 2ef3581529a69e693f2ff3427cadec03cd507de2 | [
"MIT"
] | null | null | null | 15.833333 | 35 | 0.778947 | 1,002,014 | package bin.graphics.ui;
public interface IPositioner {
public UIElement getRealParent();
}
|
9241bb325608b60970f8cf5bada6050bc532a555 | 562 | java | Java | src/main/java/com/YTrollman/UniversalGrid/registry/ModItems.java | starforcraft/Universal-Grid | a77457c12b1d714990b6036876b717fb1d657132 | [
"MIT"
] | 3 | 2021-10-19T15:00:41.000Z | 2022-01-09T04:05:37.000Z | src/main/java/com/YTrollman/UniversalGrid/registry/ModItems.java | starforcraft/Universal-Grid | a77457c12b1d714990b6036876b717fb1d657132 | [
"MIT"
] | 7 | 2021-10-15T16:42:09.000Z | 2022-03-23T18:07:42.000Z | src/main/java/com/YTrollman/UniversalGrid/registry/ModItems.java | starforcraft/Universal-Grid | a77457c12b1d714990b6036876b717fb1d657132 | [
"MIT"
] | null | null | null | 43.230769 | 90 | 0.839858 | 1,002,015 | package com.YTrollman.UniversalGrid.registry;
import com.YTrollman.UniversalGrid.UniversalGrid;
import com.YTrollman.UniversalGrid.item.WirelessUniversalGridItem;
import net.minecraftforge.registries.ObjectHolder;
public class ModItems {
@ObjectHolder(UniversalGrid.MOD_ID + ":wireless_universal_grid")
public ... |
9241bb7085091db488eb36752582cc1d64cf2212 | 1,278 | java | Java | java/342_PowerOfFour.java | moonafrose/LeetCode | b76a71062dee8bef112ef10e8d03f38fe651b97d | [
"MIT"
] | null | null | null | java/342_PowerOfFour.java | moonafrose/LeetCode | b76a71062dee8bef112ef10e8d03f38fe651b97d | [
"MIT"
] | null | null | null | java/342_PowerOfFour.java | moonafrose/LeetCode | b76a71062dee8bef112ef10e8d03f38fe651b97d | [
"MIT"
] | null | null | null | 25.058824 | 88 | 0.498435 | 1,002,016 | /*
https://leetcode.com/problems/power-of-four/
Given an integer (signed 32 bits), write a function to check whether it is a power of 4.
Example 1:
Input: 16
Output: true
Example 2:
Input: 5
Output: false
*/
public class Solution {
public boolean isPowerOfFour(int num) {
/*
* On... |
9241bc80104fa95844286f4382067231137d3730 | 71 | java | Java | Functional programming/src/main/java/ru/shemplo/fp/package-info.java | Shemplo/Functional-Java | 2755659efcf902e9257118989efd15ca17c7fe68 | [
"MIT"
] | 6 | 2018-06-12T14:52:02.000Z | 2018-06-12T18:34:48.000Z | Functional programming/src/main/java/ru/shemplo/fp/package-info.java | Shemplo/Functional-Java | 2755659efcf902e9257118989efd15ca17c7fe68 | [
"MIT"
] | 4 | 2018-06-12T19:05:02.000Z | 2018-06-15T10:35:10.000Z | Functional programming/src/main/java/ru/shemplo/fp/package-info.java | Shemplo/Functional-Java | 2755659efcf902e9257118989efd15ca17c7fe68 | [
"MIT"
] | 1 | 2021-12-04T12:01:21.000Z | 2021-12-04T12:01:21.000Z | 7.888889 | 23 | 0.408451 | 1,002,017 | /**
*
*/
/**
* @author Shemp
*
*/
package ru.shemplo.fp;
|
9241bca50ffd1a9409483f0eb9071b121d5fd55a | 821 | java | Java | Day22/AscendingArray.java | AmishaTomar0303/Daily-Work | 1f759f6ee83c00ff34cdd9c992f443429146799b | [
"MIT"
] | null | null | null | Day22/AscendingArray.java | AmishaTomar0303/Daily-Work | 1f759f6ee83c00ff34cdd9c992f443429146799b | [
"MIT"
] | null | null | null | Day22/AscendingArray.java | AmishaTomar0303/Daily-Work | 1f759f6ee83c00ff34cdd9c992f443429146799b | [
"MIT"
] | null | null | null | 22.805556 | 68 | 0.526188 | 1,002,018 | package com.cognizant.classes;
import java.util.Scanner;
//Write a program in C to sort elements of array in ascending order
public class AscendingArray {
public static void main(String[] args) {
int temp;
int i;
int j;
Scanner s = new Scanner(System.in);
System.out.print("Enter no. of elements y... |
9241bdd0833e7fddc8eb833896e6843d9bbd1244 | 7,942 | java | Java | src/main/java/com/datamelt/util/VelocityDataWriter.java | kleineroscar/jare | 7b1eeb28805de38de85ad3cfccfe583c45f6e881 | [
"Apache-2.0"
] | 26 | 2016-07-14T06:10:39.000Z | 2022-03-24T02:20:51.000Z | src/main/java/com/datamelt/util/VelocityDataWriter.java | kleineroscar/jare | 7b1eeb28805de38de85ad3cfccfe583c45f6e881 | [
"Apache-2.0"
] | 7 | 2017-08-20T08:50:20.000Z | 2021-02-12T13:38:23.000Z | src/main/java/com/datamelt/util/VelocityDataWriter.java | kleineroscar/jare | 7b1eeb28805de38de85ad3cfccfe583c45f6e881 | [
"Apache-2.0"
] | 14 | 2015-07-04T15:34:26.000Z | 2022-03-25T14:56:14.000Z | 30.546154 | 94 | 0.658776 | 1,002,019 | /*
* 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")... |
9241bf911c946fd4347a2f43677762f5a6361547 | 594 | java | Java | business-center/file-center/src/main/java/com/open/capacity/oss/model/FileExtend.java | ObstinateCloud/open-capacity-platform | c25fb5880d555e2e97bd8731710ec67fc2f94a45 | [
"Apache-2.0"
] | 1 | 2020-12-20T16:54:03.000Z | 2020-12-20T16:54:03.000Z | business-center/file-center/src/main/java/com/open/capacity/oss/model/FileExtend.java | ObstinateCloud/open-capacity-platform | c25fb5880d555e2e97bd8731710ec67fc2f94a45 | [
"Apache-2.0"
] | 1 | 2021-08-02T17:00:10.000Z | 2021-08-02T17:00:10.000Z | business-center/file-center/src/main/java/com/open/capacity/oss/model/FileExtend.java | ObstinateCloud/open-capacity-platform | c25fb5880d555e2e97bd8731710ec67fc2f94a45 | [
"Apache-2.0"
] | null | null | null | 20.482759 | 71 | 0.681818 | 1,002,020 | package com.open.capacity.oss.model;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
@Data
public class FileExtend implements Serializable{
private static final long serialVersionUID = -3542330889450919312L;
// md5字段
private String id;
// 文件分片id
private String guid;
... |
9241c09cee179ba8c22be35c6cab9ff530dbddd7 | 950 | java | Java | tlog-core/src/main/java/com/yomahub/tlog/core/enhance/log4j/AspectLog4jPatternConverter.java | qaqRose/TLog | bbad75af2ce5cd9a31f5a3d7a64f2381702438ff | [
"MIT"
] | 204 | 2021-03-11T06:57:22.000Z | 2022-03-28T08:05:10.000Z | tlog-core/src/main/java/com/yomahub/tlog/core/enhance/log4j/AspectLog4jPatternConverter.java | qaqRose/TLog | bbad75af2ce5cd9a31f5a3d7a64f2381702438ff | [
"MIT"
] | 6 | 2021-04-09T11:05:00.000Z | 2022-01-22T03:58:12.000Z | tlog-core/src/main/java/com/yomahub/tlog/core/enhance/log4j/AspectLog4jPatternConverter.java | qaqRose/TLog | bbad75af2ce5cd9a31f5a3d7a64f2381702438ff | [
"MIT"
] | 51 | 2021-03-11T06:57:12.000Z | 2022-03-25T07:23:05.000Z | 30.645161 | 74 | 0.687368 | 1,002,021 | package com.yomahub.tlog.core.enhance.log4j;
import com.yomahub.tlog.context.TLogContext;
import com.yomahub.tlog.core.context.AspectLogContext;
import org.apache.commons.lang3.StringUtils;
import org.apache.log4j.helpers.PatternConverter;
import org.apache.log4j.spi.LoggingEvent;
/**
* 基于日志适配方式的log4j的自定义PatternConv... |
9241c0a0eeb22a69460cc6b7e2a7c9f5a6e15c47 | 1,881 | java | Java | rd-openid/src/main/java/io/radien/security/openid/service/AuthenticationService.java | radien-org/radien-ce | 9a44472a9ab39ef874787a9c2d871010e33b5240 | [
"Apache-2.0"
] | 2 | 2021-11-02T21:01:50.000Z | 2022-01-19T17:06:19.000Z | rd-openid/src/main/java/io/radien/security/openid/service/AuthenticationService.java | radien-org/radien-ce | 9a44472a9ab39ef874787a9c2d871010e33b5240 | [
"Apache-2.0"
] | null | null | null | rd-openid/src/main/java/io/radien/security/openid/service/AuthenticationService.java | radien-org/radien-ce | 9a44472a9ab39ef874787a9c2d871010e33b5240 | [
"Apache-2.0"
] | 1 | 2021-11-09T10:17:22.000Z | 2021-11-09T10:17:22.000Z | 35.490566 | 105 | 0.779904 | 1,002,022 | /*
* Copyright (c) 2006-present radien GmbH & its legal owners. All rights reserved.
* <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-... |
9241c22d895ac03849d2f641fc1dfbf1be6d7f0d | 1,677 | java | Java | dubhe-server/admin/src/main/java/org/dubhe/admin/domain/dto/DictUpdateDTO.java | Gouzhong1223/Dubhe | 8959a51704410dc38b595a0926646b9928451c9a | [
"Apache-2.0"
] | 1 | 2022-01-11T07:14:37.000Z | 2022-01-11T07:14:37.000Z | dubhe-server/admin/src/main/java/org/dubhe/admin/domain/dto/DictUpdateDTO.java | Gouzhong1223/Dubhe | 8959a51704410dc38b595a0926646b9928451c9a | [
"Apache-2.0"
] | 1 | 2022-03-04T07:19:43.000Z | 2022-03-04T07:19:43.000Z | dubhe-server/admin/src/main/java/org/dubhe/admin/domain/dto/DictUpdateDTO.java | Gouzhong1223/Dubhe | 8959a51704410dc38b595a0926646b9928451c9a | [
"Apache-2.0"
] | 1 | 2022-03-20T13:09:14.000Z | 2022-03-20T13:09:14.000Z | 28.423729 | 75 | 0.715564 | 1,002,023 | /**
* Copyright 2020 Tianshu AI Platform. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... |
9241c3074ddd497b01fb85d314bca8644e496c24 | 36,609 | java | Java | android-31/src/android/view/contentcapture/ContentCaptureManager.java | Pixelated-Project/aosp-android-jar | 72ae25d4fc6414e071fc1f52dd78080b84d524f8 | [
"MIT"
] | 93 | 2020-10-11T04:37:16.000Z | 2022-03-24T13:18:49.000Z | android-31/src/android/view/contentcapture/ContentCaptureManager.java | huangjxdev/aosp-android-jar | e22b61576b05ff7483180cb4d245921d66c26ee4 | [
"MIT"
] | 3 | 2020-10-11T04:27:44.000Z | 2022-01-19T01:31:52.000Z | android-31/src/android/view/contentcapture/ContentCaptureManager.java | huangjxdev/aosp-android-jar | e22b61576b05ff7483180cb4d245921d66c26ee4 | [
"MIT"
] | 10 | 2020-11-23T02:41:58.000Z | 2022-03-06T00:56:52.000Z | 38.78072 | 100 | 0.669808 | 1,002,024 | /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
9241c344d54a5adf252de3986804dbcb8343a0c3 | 947 | java | Java | M-Tribes/app/src/main/java/m/tribes/test/app/core/presenter/MapPresenter.java | nemanjasdev/mTribesTest | ed594ee98ad88e3e67a78b985bce8308a63383de | [
"MIT"
] | null | null | null | M-Tribes/app/src/main/java/m/tribes/test/app/core/presenter/MapPresenter.java | nemanjasdev/mTribesTest | ed594ee98ad88e3e67a78b985bce8308a63383de | [
"MIT"
] | null | null | null | M-Tribes/app/src/main/java/m/tribes/test/app/core/presenter/MapPresenter.java | nemanjasdev/mTribesTest | ed594ee98ad88e3e67a78b985bce8308a63383de | [
"MIT"
] | null | null | null | 27.852941 | 117 | 0.793031 | 1,002,025 | package m.tribes.test.app.core.presenter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import com.google.android.gms.location.FusedLocationProviderClient;
import com.google.android.gms.maps.GoogleMap;
import m.tribes.test.app.core.interactor.HomeInteractor;
import m.tribes.test.app.... |
9241c413d3018845ed07f00c5a830ef913208f28 | 1,503 | java | Java | Mage.Sets/src/mage/cards/s/Sandskin.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 1,444 | 2015-01-02T00:25:38.000Z | 2022-03-31T13:57:18.000Z | Mage.Sets/src/mage/cards/s/Sandskin.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 6,180 | 2015-01-02T19:10:09.000Z | 2022-03-31T21:10:44.000Z | Mage.Sets/src/mage/cards/s/Sandskin.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 1,001 | 2015-01-01T01:15:20.000Z | 2022-03-30T20:23:04.000Z | 30.673469 | 167 | 0.738523 | 1,002,026 |
package mage.cards.s;
import java.util.UUID;
import mage.abilities.Ability;
import mage.abilities.common.SimpleStaticAbility;
import mage.abilities.effects.common.AttachEffect;
import mage.abilities.effects.common.PreventAllDamageToAndByAttachedEffect;
import mage.abilities.keyword.EnchantAbility;
import mage.cards.C... |
9241c4d845cc4d82edcb8dfb4da3f2b8a0215be5 | 147 | java | Java | Java/Algorithms/Math/Main.java | arnishb/hacktoberfest2021 | 9d89734c5e5d922901b5a6a7492aa97130564d62 | [
"MIT"
] | 380 | 2021-10-01T10:22:20.000Z | 2022-03-06T14:34:22.000Z | Java/Algorithms/Math/Main.java | arnishb/hacktoberfest2021 | 9d89734c5e5d922901b5a6a7492aa97130564d62 | [
"MIT"
] | 146 | 2021-10-01T09:49:54.000Z | 2022-01-20T14:40:52.000Z | Java/Algorithms/Math/Main.java | arnishb/hacktoberfest2021 | 9d89734c5e5d922901b5a6a7492aa97130564d62 | [
"MIT"
] | 1,335 | 2021-10-01T10:00:18.000Z | 2022-03-03T20:07:35.000Z | 13.363636 | 44 | 0.496599 | 1,002,027 | import java.util.*;
class Main{
public static void main(String[] args) {
}
// static int countNo(int n){
// }
} |
9241c4f8a91f5cc2b381eeeb141475735d018903 | 3,520 | java | Java | src/main/java/de/tracetronic/jenkins/plugins/ecutest/report/log/ETLogBuildAction.java | timja/ecutest-plugin | a2478f0d4b7a19b300fd20bca8c05a7d00616057 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/de/tracetronic/jenkins/plugins/ecutest/report/log/ETLogBuildAction.java | timja/ecutest-plugin | a2478f0d4b7a19b300fd20bca8c05a7d00616057 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/de/tracetronic/jenkins/plugins/ecutest/report/log/ETLogBuildAction.java | timja/ecutest-plugin | a2478f0d4b7a19b300fd20bca8c05a7d00616057 | [
"BSD-3-Clause"
] | null | null | null | 30.482759 | 103 | 0.631787 | 1,002,028 | /*
* Copyright (c) 2015-2019 TraceTronic GmbH
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package de.tracetronic.jenkins.plugins.ecutest.report.log;
import de.tracetronic.jenkins.plugins.ecutest.report.AbstractTestReport;
import hudson.model.Action;
import jenkins.tasks.SimpleBuildStep;
import java.util.ArrayLis... |
9241c53fb4afbd2eab96ec5b00049260f5bfb511 | 1,687 | java | Java | src/ecrm-s/src/main/java/com/maven/service/ApiSoltGametypeEnterpriseService.java | Douglas890116/Atom | bd0627d744abcff881f5de9a101215949e0c3f3e | [
"Unlicense"
] | 2 | 2019-01-04T03:00:26.000Z | 2019-09-18T10:33:19.000Z | src/ecrm-s/src/main/java/com/maven/service/ApiSoltGametypeEnterpriseService.java | Douglas890116/Atom | bd0627d744abcff881f5de9a101215949e0c3f3e | [
"Unlicense"
] | null | null | null | src/ecrm-s/src/main/java/com/maven/service/ApiSoltGametypeEnterpriseService.java | Douglas890116/Atom | bd0627d744abcff881f5de9a101215949e0c3f3e | [
"Unlicense"
] | 2 | 2019-01-04T03:02:52.000Z | 2020-12-16T04:50:48.000Z | 22.197368 | 97 | 0.746295 | 1,002,029 | package com.maven.service;
import java.util.List;
import java.util.Map;
import org.springframework.stereotype.Service;
import com.maven.base.dao.DataSource;
import com.maven.base.service.BaseServcie;
import com.maven.entity.ActivityBetRecord;
import com.maven.entity.ApiSoltGametypeEnterprise;
import com.maven.entity... |
9241c5fa85abaac8fb7ca0aafce009b883077cf4 | 207 | java | Java | src/main/java/tt/service/bussiness/InspectItemServiceI.java | luopotaotao/staticLoad | 8942cf2276775152f3cc865dda8393e365d4982e | [
"MIT"
] | null | null | null | src/main/java/tt/service/bussiness/InspectItemServiceI.java | luopotaotao/staticLoad | 8942cf2276775152f3cc865dda8393e365d4982e | [
"MIT"
] | 2 | 2021-01-20T22:33:37.000Z | 2021-12-09T20:06:59.000Z | src/main/java/tt/service/bussiness/InspectItemServiceI.java | luopotaotao/staticLoad | 8942cf2276775152f3cc865dda8393e365d4982e | [
"MIT"
] | null | null | null | 17.25 | 71 | 0.763285 | 1,002,030 | package tt.service.bussiness;
import tt.model.business.InspectItem;
import java.util.List;
/**
* Created by tt on 2016/10/2.
*/
public interface InspectItemServiceI extends BaseService<InspectItem> {
}
|
9241c7169aa5bd381ec6764c515e6c0cc8828b09 | 2,646 | java | Java | java/classes/android/support/v7/view/a.java | gaoht/house | b9e63db1a4975b614c422fed3b5b33ee57ea23fd | [
"Apache-2.0"
] | 1 | 2020-05-08T05:35:32.000Z | 2020-05-08T05:35:32.000Z | java/classes/android/support/v7/view/a.java | gaoht/house | b9e63db1a4975b614c422fed3b5b33ee57ea23fd | [
"Apache-2.0"
] | null | null | null | java/classes/android/support/v7/view/a.java | gaoht/house | b9e63db1a4975b614c422fed3b5b33ee57ea23fd | [
"Apache-2.0"
] | 3 | 2018-09-07T08:15:08.000Z | 2020-05-22T03:59:12.000Z | 28.148936 | 128 | 0.691232 | 1,002,031 | package android.support.v7.view;
import android.content.Context;
import android.content.pm.ApplicationInfo;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.os.Build.VERSION;
import android.support.v7.appcompat.R.attr;
import android.... |
9241c724c78cc9dd304f3f072e9c4f836bc933ae | 1,604 | java | Java | dsa-java/dsa/src/main/java/dsa/lists/KthToLast.java | mervinyan/dsa-playground | 12612e6fd455890b08c90468e11cf47dd4e03a61 | [
"MIT"
] | null | null | null | dsa-java/dsa/src/main/java/dsa/lists/KthToLast.java | mervinyan/dsa-playground | 12612e6fd455890b08c90468e11cf47dd4e03a61 | [
"MIT"
] | null | null | null | dsa-java/dsa/src/main/java/dsa/lists/KthToLast.java | mervinyan/dsa-playground | 12612e6fd455890b08c90468e11cf47dd4e03a61 | [
"MIT"
] | null | null | null | 25.0625 | 87 | 0.604115 | 1,002,032 | package dsa.lists;
public class KthToLast {
static int printKthToLast(LinkedListNode head, int k) {
if (head == null) {
return 0;
}
int index = printKthToLast(head.next, k) + 1;
if (index == k) {
System.out.println(k + "th to last node is " + head.data);
}
return index;
}
st... |
9241c7bd96255c3ce6f2ce3b24692c932cbdd5ae | 7,209 | java | Java | src/java/org/apache/cassandra/index/sai/memory/RowMapping.java | jkzilla/cassandra | 4078626dddbc8bb620e306e9c12e2c5189db3746 | [
"Apache-2.0"
] | 1 | 2019-07-24T01:03:40.000Z | 2019-07-24T01:03:40.000Z | src/java/org/apache/cassandra/index/sai/memory/RowMapping.java | jkzilla/cassandra | 4078626dddbc8bb620e306e9c12e2c5189db3746 | [
"Apache-2.0"
] | null | null | null | src/java/org/apache/cassandra/index/sai/memory/RowMapping.java | jkzilla/cassandra | 4078626dddbc8bb620e306e9c12e2c5189db3746 | [
"Apache-2.0"
] | 1 | 2019-07-12T10:40:28.000Z | 2019-07-12T10:40:28.000Z | 34.995146 | 126 | 0.625329 | 1,002,033 | /*
* 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 ... |
9241c7e4958c5d9029999d0ce485bc729baf2b95 | 5,715 | java | Java | library/src/main/java/at/allaboutapps/web/webview/WebViewSettings.java | allaboutapps/A3WebView | 8986636c64aa07f18aacb990f33cdcedca18bfac | [
"MIT"
] | 1 | 2017-05-16T10:59:04.000Z | 2017-05-16T10:59:04.000Z | library/src/main/java/at/allaboutapps/web/webview/WebViewSettings.java | allaboutapps/A3WebView | 8986636c64aa07f18aacb990f33cdcedca18bfac | [
"MIT"
] | null | null | null | library/src/main/java/at/allaboutapps/web/webview/WebViewSettings.java | allaboutapps/A3WebView | 8986636c64aa07f18aacb990f33cdcedca18bfac | [
"MIT"
] | null | null | null | 30.891892 | 100 | 0.698338 | 1,002,034 | package at.allaboutapps.web.webview;
import android.os.Parcel;
import android.os.Parcelable;
import androidx.annotation.LayoutRes;
import androidx.annotation.NonNull;
import android.webkit.WebView;
/**
* Settings for {@link A3WebView} that define what and how gets loaded, as well as error and loading
* states.
*
... |
9241c85d5a817a9407976e945cc492fe9a3037c8 | 3,881 | java | Java | src/main/java/link/infra/funkyforcefields/transport/FluidContainerComponentImpl.java | comp500/FunkyForcefields | 5f2f76ebaad511a1cd20493faf1738f4e355e0a7 | [
"MIT"
] | null | null | null | src/main/java/link/infra/funkyforcefields/transport/FluidContainerComponentImpl.java | comp500/FunkyForcefields | 5f2f76ebaad511a1cd20493faf1738f4e355e0a7 | [
"MIT"
] | null | null | null | src/main/java/link/infra/funkyforcefields/transport/FluidContainerComponentImpl.java | comp500/FunkyForcefields | 5f2f76ebaad511a1cd20493faf1738f4e355e0a7 | [
"MIT"
] | 1 | 2021-10-04T13:19:36.000Z | 2021-10-04T13:19:36.000Z | 31.048 | 123 | 0.746199 | 1,002,035 | package link.infra.funkyforcefields.transport;
import link.infra.funkyforcefields.regions.ForcefieldFluid;
import net.minecraft.nbt.CompoundTag;
import java.util.Objects;
public class FluidContainerComponentImpl implements FluidContainerComponent {
final float containerVolume;
float pressure = TransportUtilities.N... |
9241c9f5c0d3d767c0e96acb1f2f75a7df3365b5 | 1,662 | java | Java | src/main/java/com/techmisal/medium/NumberOfIslands.java | arvydasdev/leetcode-solutions | b73e28a508246d2cab6c8b52126bc62ef832a120 | [
"MIT"
] | 3 | 2019-02-16T10:49:56.000Z | 2019-09-11T19:33:54.000Z | src/main/java/com/techmisal/medium/NumberOfIslands.java | arvydasdev/leetcode-solutions | b73e28a508246d2cab6c8b52126bc62ef832a120 | [
"MIT"
] | null | null | null | src/main/java/com/techmisal/medium/NumberOfIslands.java | arvydasdev/leetcode-solutions | b73e28a508246d2cab6c8b52126bc62ef832a120 | [
"MIT"
] | null | null | null | 25.96875 | 62 | 0.531288 | 1,002,036 | package com.techmisal.medium;
import java.util.Arrays;
public class NumberOfIslands {
private static char isLand = '1';
private static int size = 1000;
private Boolean[][] islandsMemo = new Boolean[size][size];
private int xRange;
private int yRange;
public NumberOfIslands() {
for(in... |
9241caaba83052a1a795492db545001662608034 | 5,860 | java | Java | projects/OG-Financial/src/main/java/com/opengamma/financial/analytics/conversion/FixingTimeSeriesVisitor.java | Incapture/OG-Platform | 76be42671e692483125582d6dce1245b81de03a1 | [
"Apache-2.0"
] | null | null | null | projects/OG-Financial/src/main/java/com/opengamma/financial/analytics/conversion/FixingTimeSeriesVisitor.java | Incapture/OG-Platform | 76be42671e692483125582d6dce1245b81de03a1 | [
"Apache-2.0"
] | null | null | null | projects/OG-Financial/src/main/java/com/opengamma/financial/analytics/conversion/FixingTimeSeriesVisitor.java | Incapture/OG-Platform | 76be42671e692483125582d6dce1245b81de03a1 | [
"Apache-2.0"
] | null | null | null | 58.019802 | 185 | 0.82116 | 1,002,037 | /**
* Copyright (C) 2012 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.financial.analytics.conversion;
import javax.time.calendar.LocalDate;
import javax.time.calendar.LocalTime;
import javax.time.calendar.ZonedDateTime;
import ... |
9241cc537ae38c444ae76c30a3d33c9b089ec5c6 | 13,613 | java | Java | aura-impl/src/main/java/org/auraframework/impl/system/BundleAwareDefRegistry.java | augustyakaravat/aura | 98d7ba491172c7ea44cbbf74be5eb858040c9c46 | [
"Apache-2.0"
] | 587 | 2015-01-01T00:42:17.000Z | 2022-01-23T00:14:13.000Z | aura-impl/src/main/java/org/auraframework/impl/system/BundleAwareDefRegistry.java | augustyakaravat/aura | 98d7ba491172c7ea44cbbf74be5eb858040c9c46 | [
"Apache-2.0"
] | 156 | 2015-02-06T17:56:21.000Z | 2019-02-27T05:19:11.000Z | aura-impl/src/main/java/org/auraframework/impl/system/BundleAwareDefRegistry.java | augustyakaravat/aura | 98d7ba491172c7ea44cbbf74be5eb858040c9c46 | [
"Apache-2.0"
] | 340 | 2015-01-13T14:13:38.000Z | 2022-03-21T04:05:29.000Z | 37.501377 | 151 | 0.621097 | 1,002,038 | /*
* Copyright (C) 2013 salesforce.com, 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 ... |
9241cc6e77cace0b9840c1abd210562191b4bd4b | 2,710 | java | Java | src/main/java/br/com/zup/academy/tania/casadocodigo/fluxopagto/Cliente.java | tania202162/orange-talents-06-template-casa-do-codigo | 0fb0a87a96d34f6dc372ebc8f2972bf965f647af | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zup/academy/tania/casadocodigo/fluxopagto/Cliente.java | tania202162/orange-talents-06-template-casa-do-codigo | 0fb0a87a96d34f6dc372ebc8f2972bf965f647af | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zup/academy/tania/casadocodigo/fluxopagto/Cliente.java | tania202162/orange-talents-06-template-casa-do-codigo | 0fb0a87a96d34f6dc372ebc8f2972bf965f647af | [
"Apache-2.0"
] | null | null | null | 19.357143 | 92 | 0.699631 | 1,002,039 | package br.com.zup.academy.tania.casadocodigo.fluxopagto;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotBl... |
9241cc9ffa2594c826814889294a59760baff444 | 9,702 | java | Java | proctor-common/src/main/java/com/indeed/proctor/common/model/TestDefinition.java | truthiswill/proctor | 670b0bba563d72943f0e5eba4eacf7595d461e57 | [
"Apache-2.0"
] | null | null | null | proctor-common/src/main/java/com/indeed/proctor/common/model/TestDefinition.java | truthiswill/proctor | 670b0bba563d72943f0e5eba4eacf7595d461e57 | [
"Apache-2.0"
] | 3 | 2020-05-15T21:40:55.000Z | 2021-12-09T21:29:30.000Z | proctor-common/src/main/java/com/indeed/proctor/common/model/TestDefinition.java | whitemike889/proctor | 670b0bba563d72943f0e5eba4eacf7595d461e57 | [
"Apache-2.0"
] | null | null | null | 30.898089 | 142 | 0.599052 | 1,002,040 | package com.indeed.proctor.common.model;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.base.Objects;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.util.ArrayList;
import j... |
9241ccc985774d793f49cef4a525c8444b89d5cc | 4,505 | java | Java | src/org/springframework/beans/BeanWrapper.java | pleuvoir/spring-framework-1.2.9 | ad1ee7062dcbb2554e64a8f98262d9b0dea7def4 | [
"Apache-2.0"
] | null | null | null | src/org/springframework/beans/BeanWrapper.java | pleuvoir/spring-framework-1.2.9 | ad1ee7062dcbb2554e64a8f98262d9b0dea7def4 | [
"Apache-2.0"
] | null | null | null | src/org/springframework/beans/BeanWrapper.java | pleuvoir/spring-framework-1.2.9 | ad1ee7062dcbb2554e64a8f98262d9b0dea7def4 | [
"Apache-2.0"
] | null | null | null | 33.87218 | 85 | 0.74606 | 1,002,041 | /*
* Copyright 2002-2007 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 ap... |
9241cde60f3163ec3e52cb107721a05b60e18a51 | 27,576 | java | Java | vas/src/main/java/co/edu/usbcali/vas/presentation/businessDelegate/IBusinessDelegatorView.java | vigilanciaCali/vigilanciacali_publico | f953370ac191cbbd21312e16d9dca5b9831aa98a | [
"Apache-2.0"
] | 1 | 2020-08-12T21:56:39.000Z | 2020-08-12T21:56:39.000Z | vas/src/main/java/co/edu/usbcali/vas/presentation/businessDelegate/IBusinessDelegatorView.java | vigilanciaCali/vigilanciacali | f953370ac191cbbd21312e16d9dca5b9831aa98a | [
"Apache-2.0"
] | 32 | 2020-04-23T17:51:53.000Z | 2022-02-16T01:06:21.000Z | vas/src/main/java/co/edu/usbcali/vas/presentation/businessDelegate/IBusinessDelegatorView.java | vigilanciaCali/vigilanciacali_publico | f953370ac191cbbd21312e16d9dca5b9831aa98a | [
"Apache-2.0"
] | null | null | null | 36.047059 | 124 | 0.767298 | 1,002,042 | package co.edu.usbcali.vas.presentation.businessDelegate;
import java.io.InputStream;
import java.util.List;
import co.edu.usbcali.vas.model.CronJob;
import co.edu.usbcali.vas.model.CronJobMonitoring;
import co.edu.usbcali.vas.model.Device;
import co.edu.usbcali.vas.model.DeviceLog;
import co.edu.usbcali.vas.model.Do... |
9241ce5f7d994643000704fa64541c32d1f79f57 | 4,194 | java | Java | app/src/main/java/com/wen/bangumi/util/JsoupUtils.java | BelieveOP5/Bangumi | f6992c917f99a18eda307b5b8cc91a056f64846c | [
"Apache-2.0"
] | 3 | 2017-01-27T08:22:05.000Z | 2019-02-17T04:20:35.000Z | app/src/main/java/com/wen/bangumi/util/JsoupUtils.java | BelieveOP5/Bangumi | f6992c917f99a18eda307b5b8cc91a056f64846c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/wen/bangumi/util/JsoupUtils.java | BelieveOP5/Bangumi | f6992c917f99a18eda307b5b8cc91a056f64846c | [
"Apache-2.0"
] | null | null | null | 29.957143 | 100 | 0.546495 | 1,002,043 | package com.wen.bangumi.util;
import com.wen.bangumi.entity.bangumi.EpisodesEntity;
import com.wen.bangumi.greenDAO.BangumiItem;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import java.util.ArrayList;
import java.util.Arrays;
import java.... |
9241cf81f2472d441ecfde40a9ea1182090e5aca | 13,705 | java | Java | src/edu/pitt/cs/people/guy/wind/benchmarks/NoiseAllowed.java | RetractableWind/retractable-wind | 26299f8c60e7b867669b95335eeb2bc364a26b2a | [
"MIT"
] | null | null | null | src/edu/pitt/cs/people/guy/wind/benchmarks/NoiseAllowed.java | RetractableWind/retractable-wind | 26299f8c60e7b867669b95335eeb2bc364a26b2a | [
"MIT"
] | null | null | null | src/edu/pitt/cs/people/guy/wind/benchmarks/NoiseAllowed.java | RetractableWind/retractable-wind | 26299f8c60e7b867669b95335eeb2bc364a26b2a | [
"MIT"
] | null | null | null | 22.652893 | 143 | 0.672018 | 1,002,044 | package edu.pitt.cs.people.guy.wind.benchmarks;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.time.LocalTime;
import java.time.Month;
import java.time.temporal.ChronoUnit;
import java.... |
9241cfc9256cd3787b025bc577c5cc6c2b56fb73 | 1,198 | java | Java | yanwu-spring-cloud-common/src/main/java/com/yanwu/spring/cloud/common/demo/d05io/d01socket/D02SocketClient.java | yanwu12138/spring-cloud | f8a9320faa42a2d5a1d1633f5d33530a339613ca | [
"MIT"
] | 2 | 2020-04-10T01:36:42.000Z | 2020-10-20T08:30:23.000Z | yanwu-spring-cloud-common/src/main/java/com/yanwu/spring/cloud/common/demo/d05io/d01socket/D02SocketClient.java | yanwu12138/spring-cloud | f8a9320faa42a2d5a1d1633f5d33530a339613ca | [
"MIT"
] | 7 | 2020-04-03T02:48:52.000Z | 2020-05-11T12:26:33.000Z | yanwu-spring-cloud-common/src/main/java/com/yanwu/spring/cloud/common/demo/d05io/d01socket/D02SocketClient.java | yanwu12138/spring-cloud | f8a9320faa42a2d5a1d1633f5d33530a339613ca | [
"MIT"
] | 1 | 2020-11-24T04:11:09.000Z | 2020-11-24T04:11:09.000Z | 29.95 | 96 | 0.594324 | 1,002,045 | package com.yanwu.spring.cloud.common.demo.d05io.d01socket;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.Socket;
/**
* @author <a herf="mailto:kenaa@example.com">XuBaofeng<... |
9241d0d2ac0d879918fe8906ef65b888faf24587 | 11,437 | java | Java | appinventor/components/src/com/google/appinventor/components/runtime/util/CsvUtil.java | daki7711/appinventor-sources | 85ff32316820aedc0ad21ac0c9de4799e5039fd2 | [
"Apache-2.0"
] | 1,169 | 2015-01-06T21:26:16.000Z | 2022-03-28T09:29:44.000Z | appinventor/components/src/com/google/appinventor/components/runtime/util/CsvUtil.java | Tomislav-Tomsic/appinventor-sources | c73ff916a1b3c763f71c9f944f8d77845a11f9a6 | [
"Apache-2.0"
] | 2,240 | 2015-01-01T14:30:42.000Z | 2022-03-28T14:42:21.000Z | appinventor/components/src/com/google/appinventor/components/runtime/util/CsvUtil.java | Tomislav-Tomsic/appinventor-sources | c73ff916a1b3c763f71c9f944f8d77845a11f9a6 | [
"Apache-2.0"
] | 2,123 | 2015-01-03T18:52:35.000Z | 2022-03-28T07:19:47.000Z | 32.864943 | 99 | 0.607415 | 1,002,046 | // -*- mode: java; c-basic-offset: 2; -*-
// Copyright 2009-2011 Google, All Rights reserved
// Copyright 2011-2012 MIT, All rights reserved
// Released under the Apache License, Version 2.0
// http://www.apache.org/licenses/LICENSE-2.0
package com.google.appinventor.components.runtime.util;
import com.google.appinve... |
9241d0f6931e7cc0d05ad78a530c875e2d80345c | 434 | java | Java | etc/squareRoot/SquareRoot.java | KoKumagai/exercises | 256b226d3e094f9f67352d75619b392a168eb4d1 | [
"MIT"
] | null | null | null | etc/squareRoot/SquareRoot.java | KoKumagai/exercises | 256b226d3e094f9f67352d75619b392a168eb4d1 | [
"MIT"
] | null | null | null | etc/squareRoot/SquareRoot.java | KoKumagai/exercises | 256b226d3e094f9f67352d75619b392a168eb4d1 | [
"MIT"
] | null | null | null | 16.074074 | 50 | 0.52765 | 1,002,047 | public class SquareRoot {
private static double squareRoot(double num) {
double result = num / 2;
double last = 0;
while (result != last) {
last = result;
result = (result + num / result) / 2;
}
return result;
}
public static void main(... |
9241d16504ccdef5075ad8ccb89f1bb9221e13d5 | 12,118 | java | Java | Notifellow/app/src/main/java/com/notifellow/su/notifellow/ExploreFragment.java | egealpay/Notifellow | 947aff95423496c828de069f47886d8d9af767b7 | [
"MIT"
] | null | null | null | Notifellow/app/src/main/java/com/notifellow/su/notifellow/ExploreFragment.java | egealpay/Notifellow | 947aff95423496c828de069f47886d8d9af767b7 | [
"MIT"
] | null | null | null | Notifellow/app/src/main/java/com/notifellow/su/notifellow/ExploreFragment.java | egealpay/Notifellow | 947aff95423496c828de069f47886d8d9af767b7 | [
"MIT"
] | 1 | 2018-11-21T11:01:35.000Z | 2018-11-21T11:01:35.000Z | 48.087302 | 147 | 0.486962 | 1,002,048 | package com.notifellow.su.notifellow;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.design.widget.Snackbar;
import android.support.v4.app.Fragment;
import android.support.v4.widget.SwipeRefreshLayout;
import... |
9241d2277f7752a9c40a3a7291bb6a5de051cd28 | 4,817 | java | Java | src/main/java/net/markus/projects/rdfrpg/RectBinPack.java | mschroeder-github/rdf-rpg | 425f3f8e1597d3edfd9877eb7fa77f0ed6deac61 | [
"Apache-2.0"
] | 2 | 2019-06-14T18:17:30.000Z | 2021-08-14T22:10:13.000Z | src/main/java/net/markus/projects/rdfrpg/RectBinPack.java | mschroeder-github/rdf-rpg | 425f3f8e1597d3edfd9877eb7fa77f0ed6deac61 | [
"Apache-2.0"
] | null | null | null | src/main/java/net/markus/projects/rdfrpg/RectBinPack.java | mschroeder-github/rdf-rpg | 425f3f8e1597d3edfd9877eb7fa77f0ed6deac61 | [
"Apache-2.0"
] | null | null | null | 26.322404 | 115 | 0.441354 | 1,002,049 | package net.markus.projects.rdfrpg;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.... |
9241d4564dcbb702b580afe1c532cc75d3344e5d | 1,364 | java | Java | sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/implementation/DatabaseImpl.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 1,350 | 2015-01-17T05:22:05.000Z | 2022-03-29T21:00:37.000Z | sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/implementation/DatabaseImpl.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 16,834 | 2015-01-07T02:19:09.000Z | 2022-03-31T23:29:10.000Z | sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/implementation/DatabaseImpl.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 1,586 | 2015-01-02T01:50:28.000Z | 2022-03-31T11:25:34.000Z | 27.836735 | 110 | 0.711144 | 1,002,050 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.synapse.implementation;
import com.azure.core.management.SystemData;
import com.azure.resourcemanager.synapse.fluent.models.Data... |
9241d50f3af8827385fda388e8a0c070a5945781 | 2,970 | java | Java | app/src/main/java/com/openjfx/database/app/utils/DialogUtils.java | qqwarcraft/openjfx-database | c46a7c654681d80ca083d1ea8566642bb307ba76 | [
"Apache-2.0"
] | 1 | 2020-05-10T02:02:53.000Z | 2020-05-10T02:02:53.000Z | app/src/main/java/com/openjfx/database/app/utils/DialogUtils.java | qqwarcraft/openjfx-database | c46a7c654681d80ca083d1ea8566642bb307ba76 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/openjfx/database/app/utils/DialogUtils.java | qqwarcraft/openjfx-database | c46a7c654681d80ca083d1ea8566642bb307ba76 | [
"Apache-2.0"
] | null | null | null | 29.117647 | 86 | 0.594276 | 1,002,051 | package com.openjfx.database.app.utils;
import com.openjfx.database.app.enums.NotificationType;
import javafx.application.Platform;
import javafx.geometry.Pos;
import javafx.scene.control.Alert;
import javafx.scene.control.ButtonType;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
... |
9241d57ed75cb466ff92676d7d5af77252ee1339 | 715 | java | Java | src/roulette/bets/OddEven.java | mym987/example_roulette | 0ee3dc8cf5685afc6168da8937b5c809205a2c48 | [
"MIT"
] | 2 | 2017-12-22T10:22:14.000Z | 2021-06-15T15:23:36.000Z | src/roulette/bets/OddEven.java | mym987/example_roulette | 0ee3dc8cf5685afc6168da8937b5c809205a2c48 | [
"MIT"
] | 2 | 2015-01-30T21:12:35.000Z | 2015-01-30T21:13:38.000Z | src/roulette/bets/OddEven.java | mym987/example_roulette | 0ee3dc8cf5685afc6168da8937b5c809205a2c48 | [
"MIT"
] | 69 | 2015-09-10T19:09:29.000Z | 2018-01-18T09:23:59.000Z | 21.666667 | 74 | 0.583217 | 1,002,052 | package roulette.bets;
import roulette.Bet;
import roulette.Wheel;
import util.ConsoleReader;
public class OddEven extends Bet {
private String myChoice;
public OddEven (String description, int odds) {
super(description, odds);
myChoice = "";
}
/**
* @see Bet#place()
*/
... |
9241d5840a74c934f23de93bbc7bd7efbea42d43 | 5,340 | java | Java | tck/api/src/main/java/org/eclipse/microprofile/metrics/tck/metrics/MeteredClassBeanTest.java | JOpsDev/microprofile-metrics | 9cc6e8af8ba6a236c05ab3a05dacfc294959cd4c | [
"Apache-2.0"
] | 88 | 2017-07-31T07:50:20.000Z | 2022-03-06T08:47:26.000Z | tck/api/src/main/java/org/eclipse/microprofile/metrics/tck/metrics/MeteredClassBeanTest.java | JOpsDev/microprofile-metrics | 9cc6e8af8ba6a236c05ab3a05dacfc294959cd4c | [
"Apache-2.0"
] | 526 | 2017-07-05T14:23:55.000Z | 2022-02-04T20:24:29.000Z | tck/api/src/main/java/org/eclipse/microprofile/metrics/tck/metrics/MeteredClassBeanTest.java | JOpsDev/microprofile-metrics | 9cc6e8af8ba6a236c05ab3a05dacfc294959cd4c | [
"Apache-2.0"
] | 65 | 2017-06-28T14:43:32.000Z | 2022-02-27T01:46:32.000Z | 39.345588 | 118 | 0.727528 | 1,002,053 | /**
* Copyright © 2013 Antonin Stefanutti (efpyi@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 b... |
9241d678c8a0c80d9986d6f77a4cbd80f392bed4 | 2,512 | java | Java | src/main/java/org/pinae/mufasa/client/http/HttpClientRequest.java | PinaeOS/mufasa | 7799a57bc39cd80d307d65b3e75e2608053b06ca | [
"Apache-2.0"
] | null | null | null | src/main/java/org/pinae/mufasa/client/http/HttpClientRequest.java | PinaeOS/mufasa | 7799a57bc39cd80d307d65b3e75e2608053b06ca | [
"Apache-2.0"
] | null | null | null | src/main/java/org/pinae/mufasa/client/http/HttpClientRequest.java | PinaeOS/mufasa | 7799a57bc39cd80d307d65b3e75e2608053b06ca | [
"Apache-2.0"
] | null | null | null | 18.202899 | 73 | 0.676354 | 1,002,054 | package org.pinae.mufasa.client.http;
import java.security.cert.X509Certificate;
import java.util.Map;
import java.util.TreeMap;
public class HttpClientRequest {
private boolean ssl;
private X509Certificate cert;
private int connectTimeout;
private int readTimeout;
private String url;
... |
9241dabc788a5e56f7f7bb1a3aff19b894ba1a8f | 1,316 | java | Java | services/identity/src/main/java/com/crapi/utils/UserData.java | csplrs/crAPI | 9e7c6bfcb674a21045057296cdadf4300b6f2498 | [
"Apache-2.0",
"0BSD"
] | 89 | 2021-02-09T16:30:26.000Z | 2022-03-27T17:14:18.000Z | services/identity/src/main/java/com/crapi/utils/UserData.java | csplrs/crAPI | 9e7c6bfcb674a21045057296cdadf4300b6f2498 | [
"Apache-2.0",
"0BSD"
] | 12 | 2021-02-23T12:34:56.000Z | 2022-03-12T07:54:47.000Z | services/identity/src/main/java/com/crapi/utils/UserData.java | csplrs/crAPI | 9e7c6bfcb674a21045057296cdadf4300b6f2498 | [
"Apache-2.0",
"0BSD"
] | 38 | 2021-02-10T07:11:00.000Z | 2022-03-28T13:58:58.000Z | 29.909091 | 75 | 0.716565 | 1,002,055 | /*
* Copyright 2020 Traceable, 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 ag... |
9241db161708355ba10e0398536ac64cc91c57d6 | 105,098 | java | Java | src/com/facebook/buck/cli/Main.java | thelvis4/buck | dd55ad3373c1dc01d83bc3780dfc205a923c8088 | [
"Apache-2.0"
] | 1 | 2021-06-14T22:35:29.000Z | 2021-06-14T22:35:29.000Z | src/com/facebook/buck/cli/Main.java | brettwooldridge/buck | 800a31272feed9c7c198c8414aaec276fd265a7b | [
"Apache-2.0"
] | null | null | null | src/com/facebook/buck/cli/Main.java | brettwooldridge/buck | 800a31272feed9c7c198c8414aaec276fd265a7b | [
"Apache-2.0"
] | null | null | null | 43.681629 | 119 | 0.677463 | 1,002,056 | /*
* Copyright 2012-present Facebook, 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... |
9241dc458de68538c530091539db60e9d2dbb319 | 5,585 | java | Java | src/main/java/net/hydromatic/toolbox/checkstyle/HydromaticFileSetCheck.java | vlsi/toolbox | a264a94d659bedb6748b5e6639645362e2f2b34e | [
"Apache-2.0"
] | null | null | null | src/main/java/net/hydromatic/toolbox/checkstyle/HydromaticFileSetCheck.java | vlsi/toolbox | a264a94d659bedb6748b5e6639645362e2f2b34e | [
"Apache-2.0"
] | 5 | 2015-12-22T03:56:11.000Z | 2019-11-19T21:36:44.000Z | src/main/java/net/hydromatic/toolbox/checkstyle/HydromaticFileSetCheck.java | vlsi/toolbox | a264a94d659bedb6748b5e6639645362e2f2b34e | [
"Apache-2.0"
] | 2 | 2018-04-29T20:04:27.000Z | 2019-11-19T17:23:20.000Z | 30.353261 | 99 | 0.547538 | 1,002,057 | /*
* Licensed to Julian Hyde under one or more contributor license
* agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership. Julian Hyde
* licenses this file to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file exc... |
9241dc5a75ce3e35310202f737cf6cf48e97926c | 6,557 | java | Java | testData/generator/PsiStart.PSI.expected.java | ocadaruma/Grammar-Kit | 02b77fa28402da8baaa9be8b111518d61291bc00 | [
"Apache-2.0"
] | 511 | 2015-01-01T10:57:09.000Z | 2022-03-19T06:44:57.000Z | testData/generator/PsiStart.PSI.expected.java | ocadaruma/Grammar-Kit | 02b77fa28402da8baaa9be8b111518d61291bc00 | [
"Apache-2.0"
] | 222 | 2015-01-28T07:12:23.000Z | 2022-02-23T17:47:59.000Z | testData/generator/PsiStart.PSI.expected.java | ocadaruma/Grammar-Kit | 02b77fa28402da8baaa9be8b111518d61291bc00 | [
"Apache-2.0"
] | 132 | 2015-01-01T17:25:35.000Z | 2022-03-19T07:30:12.000Z | 25.814961 | 74 | 0.717554 | 1,002,058 | // ---- GeneratedTypes.java -----------------
// This is a generated file. Not intended for manual editing.
package generated;
import com.intellij.psi.tree.IElementType;
import com.intellij.psi.PsiElement;
import com.intellij.lang.ASTNode;
import generated.psi.impl.*;
public interface GeneratedTypes {
IElementType... |
9241df693d81d7de8952f6f68853bccc0c1fc5fd | 204 | java | Java | sdk/src/main/java/com/vk/api/sdk/exceptions/ApiParamPageIdException.java | 6rayWa1cher/vk-java-sdk | fbda989bb5ce2d290a19bca2125cbce319bd9d21 | [
"MIT"
] | 1 | 2020-04-23T17:17:03.000Z | 2020-04-23T17:17:03.000Z | sdk/src/main/java/com/vk/api/sdk/exceptions/ApiParamPageIdException.java | 6rayWa1cher/vk-java-sdk | fbda989bb5ce2d290a19bca2125cbce319bd9d21 | [
"MIT"
] | null | null | null | sdk/src/main/java/com/vk/api/sdk/exceptions/ApiParamPageIdException.java | 6rayWa1cher/vk-java-sdk | fbda989bb5ce2d290a19bca2125cbce319bd9d21 | [
"MIT"
] | 1 | 2018-10-01T09:43:32.000Z | 2018-10-01T09:43:32.000Z | 25.5 | 59 | 0.735294 | 1,002,059 | package com.vk.api.sdk.exceptions;
public class ApiParamPageIdException extends ApiException {
public ApiParamPageIdException(String message) {
super(140, "Page not found", message);
}
}
|
9241e02e35cadeb724fc9e6ff41b2ee8ac8ff7ad | 229 | java | Java | my_boot05_adminServer/src/test/java/com/atguigu/www/MyBoot05AdminServerApplicationTests.java | daponi/springboot2 | c012dc1e44d268287d96052eff96d56e5d35a991 | [
"Apache-2.0"
] | null | null | null | my_boot05_adminServer/src/test/java/com/atguigu/www/MyBoot05AdminServerApplicationTests.java | daponi/springboot2 | c012dc1e44d268287d96052eff96d56e5d35a991 | [
"Apache-2.0"
] | null | null | null | my_boot05_adminServer/src/test/java/com/atguigu/www/MyBoot05AdminServerApplicationTests.java | daponi/springboot2 | c012dc1e44d268287d96052eff96d56e5d35a991 | [
"Apache-2.0"
] | null | null | null | 16.357143 | 60 | 0.764192 | 1,002,060 | package com.atguigu.www;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class MyBoot05AdminServerApplicationTests {
@Test
void contextLoads() {
}
}
|
9241e0b8dd58b8eee1e8258bd859035b6c7e4dcb | 15,528 | java | Java | fr.unice.polytech.si5.smarthome.am.xtext.ui/src-gen/fr/unice/polytech/si5/smarthome/am/shome/ui/AbstractShomeUiModule.java | Corentin-Luc-Artaud/Interpretation | 240f3d115baa87f9b10b8dafa679efa6f61b01a5 | [
"MIT"
] | null | null | null | fr.unice.polytech.si5.smarthome.am.xtext.ui/src-gen/fr/unice/polytech/si5/smarthome/am/shome/ui/AbstractShomeUiModule.java | Corentin-Luc-Artaud/Interpretation | 240f3d115baa87f9b10b8dafa679efa6f61b01a5 | [
"MIT"
] | null | null | null | fr.unice.polytech.si5.smarthome.am.xtext.ui/src-gen/fr/unice/polytech/si5/smarthome/am/shome/ui/AbstractShomeUiModule.java | Corentin-Luc-Artaud/Interpretation | 240f3d115baa87f9b10b8dafa679efa6f61b01a5 | [
"MIT"
] | null | null | null | 51.58804 | 168 | 0.826571 | 1,002,061 | /*
* generated by Xtext 2.14.0
*/
package fr.unice.polytech.si5.smarthome.am.shome.ui;
import com.google.inject.Binder;
import com.google.inject.Provider;
import com.google.inject.name.Names;
import fr.unice.polytech.si5.smarthome.am.shome.ide.contentassist.antlr.PartialShomeContentAssistParser;
import fr.u... |
9241e102b576d37be60d847d9d0fbd73501d6cb9 | 1,599 | java | Java | presentation/src/main/java/com/kienht/presentation/features/OICViewModelFactory.java | hantrungkien/android-clean-architecture-components-boilerplate | 08e19446025eb8d598ec873ec60ee0836595eaac | [
"Apache-2.0"
] | 13 | 2018-05-03T08:47:28.000Z | 2020-06-07T10:52:38.000Z | presentation/src/main/java/com/kienht/presentation/features/OICViewModelFactory.java | hantrungkien/android-clean-architecture-components-boilerplate | 08e19446025eb8d598ec873ec60ee0836595eaac | [
"Apache-2.0"
] | 1 | 2021-05-17T10:01:00.000Z | 2021-05-17T12:03:32.000Z | presentation/src/main/java/com/kienht/presentation/features/OICViewModelFactory.java | hantrungkien/android-clean-architecture-components-boilerplate | 08e19446025eb8d598ec873ec60ee0836595eaac | [
"Apache-2.0"
] | 4 | 2018-12-02T20:18:28.000Z | 2019-08-08T14:50:32.000Z | 31.352941 | 180 | 0.657286 | 1,002,062 | package com.kienht.presentation.features;
import android.arch.lifecycle.ViewModel;
import android.arch.lifecycle.ViewModelProvider;
import android.support.annotation.NonNull;
import java.util.Map;
import javax.inject.Inject;
import javax.inject.Provider;
import javax.inject.Singleton;
/**
* Note:
* Created by kie... |
9241e14ce2569222173d7148cc2133a4f06c3ff6 | 2,177 | java | Java | src/test/java/cambio/simulator/entities/microservice/MicroserviceInstanceTest.java | ittaq/resilience-simulator | fe70b73637c59fb72e8ba0ab1ee2893ffa807332 | [
"Apache-2.0"
] | null | null | null | src/test/java/cambio/simulator/entities/microservice/MicroserviceInstanceTest.java | ittaq/resilience-simulator | fe70b73637c59fb72e8ba0ab1ee2893ffa807332 | [
"Apache-2.0"
] | 21 | 2021-07-23T17:52:51.000Z | 2022-03-19T19:31:39.000Z | src/test/java/cambio/simulator/entities/microservice/MicroserviceInstanceTest.java | ittaq/resilience-simulator | fe70b73637c59fb72e8ba0ab1ee2893ffa807332 | [
"Apache-2.0"
] | null | null | null | 36.898305 | 114 | 0.656408 | 1,002,063 | package cambio.simulator.entities.microservice;
import java.lang.reflect.Field;
import java.util.Collection;
import java.util.LinkedList;
import java.util.List;
import cambio.simulator.testutils.RandomTieredModel;
import cambio.simulator.testutils.TestUtils;
import co.paralleluniverse.fibers.SuspendExecution;
import ... |
9241e1aa2fbf4c49d60e7e336bcb0af85e15cc6d | 631 | java | Java | gold-mr/mr-website-analyse/src/main/java/com/platform/website/transformer/service/rpc/IDimensionConverter.java | yurenfangzhou/bdp-gold | 7320588bb629b63965baeb4818fda811a82d1405 | [
"Apache-2.0"
] | 13 | 2021-01-23T10:10:23.000Z | 2021-11-08T08:40:53.000Z | gold-mr/mr-website-analyse/src/main/java/com/platform/website/transformer/service/rpc/IDimensionConverter.java | yurenfangzhou/bdp-gold | 7320588bb629b63965baeb4818fda811a82d1405 | [
"Apache-2.0"
] | 1 | 2021-05-14T06:59:14.000Z | 2021-05-14T06:59:14.000Z | gold-mr/mr-website-analyse/src/main/java/com/platform/website/transformer/service/rpc/IDimensionConverter.java | bdpteam/bdp-gold | 4ad442fdf9d9d312c9422d262c65854544a55604 | [
"Apache-2.0"
] | 10 | 2021-01-28T15:17:57.000Z | 2022-01-24T02:54:34.000Z | 23.37037 | 81 | 0.721078 | 1,002,064 | package com.platform.website.transformer.service.rpc;
import com.platform.website.transformer.model.dim.base.BaseDimension;
import java.io.IOException;
import org.apache.hadoop.ipc.VersionedProtocol;
/**
* 提供专门操作dimension表的接口
*
* @author wlhbdp
*
*/
public interface IDimensionConverter extends VersionedProtocol... |
9241e1c0ec18a67496587cc0887382102ec166e6 | 961 | java | Java | hzero-starter-core/src/main/java/org/hzero/core/base/TokenConstants.java | JodenHe/hzero-starter-parent | c1f642f18e7a0001bc16d1d12eff30d9c6f39fe4 | [
"Apache-2.0"
] | 27 | 2020-09-23T03:05:26.000Z | 2022-03-29T08:08:54.000Z | hzero-starter-core/src/main/java/org/hzero/core/base/TokenConstants.java | JodenHe/hzero-starter-parent | c1f642f18e7a0001bc16d1d12eff30d9c6f39fe4 | [
"Apache-2.0"
] | 3 | 2020-09-24T06:34:27.000Z | 2020-12-02T01:47:52.000Z | hzero-starter-core/src/main/java/org/hzero/core/base/TokenConstants.java | JodenHe/hzero-starter-parent | c1f642f18e7a0001bc16d1d12eff30d9c6f39fe4 | [
"Apache-2.0"
] | 23 | 2020-09-23T07:51:23.000Z | 2021-11-23T13:52:10.000Z | 27.457143 | 101 | 0.694069 | 1,002,065 | package org.hzero.core.base;
import io.choerodon.core.convertor.ApplicationContextHelper;
import org.hzero.core.properties.CoreProperties;
/**
* Token 相关常量
*
* @author bojiangzhou 2020/06/24
*/
public final class TokenConstants {
public static final String HEADER_JWT = "Jwt_Token";
public static final S... |
9241e29ba8b1c6db4557ead1138126e6e87334ff | 3,143 | java | Java | nifi-toolkit/nifi-toolkit-cli/src/main/java/org/apache/nifi/toolkit/cli/impl/result/registry/VersionedFlowSnapshotMetadataResult.java | CefBoud/nifi | de88ce7a618aac4f7c886ccd1be39d3047313adb | [
"Apache-2.0"
] | 3,212 | 2015-07-18T01:39:17.000Z | 2022-03-31T04:10:07.000Z | nifi-toolkit/nifi-toolkit-cli/src/main/java/org/apache/nifi/toolkit/cli/impl/result/registry/VersionedFlowSnapshotMetadataResult.java | CefBoud/nifi | de88ce7a618aac4f7c886ccd1be39d3047313adb | [
"Apache-2.0"
] | 4,786 | 2015-07-24T18:57:19.000Z | 2022-03-31T22:21:57.000Z | nifi-toolkit/nifi-toolkit-cli/src/main/java/org/apache/nifi/toolkit/cli/impl/result/registry/VersionedFlowSnapshotMetadataResult.java | CefBoud/nifi | de88ce7a618aac4f7c886ccd1be39d3047313adb | [
"Apache-2.0"
] | 2,715 | 2015-07-20T11:26:22.000Z | 2022-03-31T13:42:28.000Z | 38.802469 | 129 | 0.691696 | 1,002,066 | /*
* 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 ... |
9241e2b4bae79665202b418b85aa68d8249688d7 | 2,164 | java | Java | src/jy/ola/Receiver.java | jryantz/project-mercury | 5ec39cbc295ebaeab561f5932363582e14784415 | [
"MIT"
] | null | null | null | src/jy/ola/Receiver.java | jryantz/project-mercury | 5ec39cbc295ebaeab561f5932363582e14784415 | [
"MIT"
] | null | null | null | src/jy/ola/Receiver.java | jryantz/project-mercury | 5ec39cbc295ebaeab561f5932363582e14784415 | [
"MIT"
] | null | null | null | 27.74359 | 118 | 0.44963 | 1,002,067 | package jy.ola;
import java.io.IOException;
import java.net.DatagramPacket;
/**
*
* @author jonathanyantz
*/
public class Receiver implements Runnable {
private boolean running = true;
public boolean server = false;
public boolean client = false;
/**
* Starts the receiver thread, al... |
9241e313d90f8296dfa31584d527fb2d80e94312 | 3,347 | java | Java | tech-services/jbb-lib-mvc/src/main/java/org/jbb/lib/mvc/session/JbbSessionRepository.java | jbb-project/jbb | cefa12cda40804395b2d6e8bea0fb8352610b761 | [
"Apache-2.0"
] | 4 | 2017-02-23T15:35:33.000Z | 2020-08-03T22:00:17.000Z | tech-services/jbb-lib-mvc/src/main/java/org/jbb/lib/mvc/session/JbbSessionRepository.java | jbb-project/jbb | cefa12cda40804395b2d6e8bea0fb8352610b761 | [
"Apache-2.0"
] | 1 | 2019-05-14T18:54:24.000Z | 2019-05-14T18:54:24.000Z | tech-services/jbb-lib-mvc/src/main/java/org/jbb/lib/mvc/session/JbbSessionRepository.java | jbb-project/jbb | cefa12cda40804395b2d6e8bea0fb8352610b761 | [
"Apache-2.0"
] | 3 | 2018-03-29T15:51:09.000Z | 2019-11-25T02:46:41.000Z | 34.864583 | 135 | 0.72692 | 1,002,068 | /*
* Copyright (C) 2017 the original author or authors.
*
* This file is part of jBB Application Project.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*/
package org.jbb.lib.mvc.session;
imp... |
9241e62ccc2614d8fbecaf83a2c6d0481bb24067 | 896 | java | Java | LACCPlus/Hadoop/621_1.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | LACCPlus/Hadoop/621_1.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | LACCPlus/Hadoop/621_1.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | 35.84 | 73 | 0.659598 | 1,002,069 | //,temp,RMStateStore.java,486,505,temp,RMStateStore.java,436,456
//,3
public class xxx {
@Override
public void transition(RMStateStore store, RMStateStoreEvent event) {
if (!(event instanceof RMStateStoreStoreReservationEvent)) {
// should never happen
LOG.error("Illegal event type: " + ev... |
9241e636f47f9a6552389632f11c03f8b65790f0 | 2,367 | java | Java | pocs/terraform-cdk-fun/src/main/java/imports/kubernetes/DataKubernetesPodSpecAffinity.java | ladybug/java-pocs | 6aa683dc5b0c3cc6fb9695713bac73d38aca53fd | [
"Unlicense"
] | 36 | 2019-08-29T12:24:31.000Z | 2022-03-31T13:25:58.000Z | pocs/terraform-cdk-fun/src/main/java/imports/kubernetes/DataKubernetesPodSpecAffinity.java | ladybug/java-pocs | 6aa683dc5b0c3cc6fb9695713bac73d38aca53fd | [
"Unlicense"
] | 68 | 2020-06-23T16:34:50.000Z | 2022-03-23T07:24:09.000Z | pocs/terraform-cdk-fun/src/main/java/imports/kubernetes/DataKubernetesPodSpecAffinity.java | ladybug/java-pocs | 6aa683dc5b0c3cc6fb9695713bac73d38aca53fd | [
"Unlicense"
] | 30 | 2018-04-06T22:08:22.000Z | 2022-03-31T17:57:24.000Z | 62.289474 | 367 | 0.780735 | 1,002,070 | package imports.kubernetes;
@javax.annotation.Generated(value = "jsii-pacmak/1.30.0 (build adae23f)", date = "2021-06-16T06:12:12.508Z")
@software.amazon.jsii.Jsii(module = imports.kubernetes.$Module.class, fqn = "kubernetes.DataKubernetesPodSpecAffinity")
public class DataKubernetesPodSpecAffinity extends com.hashico... |
9241e68f15432dd325b399df9a3835574eab97f9 | 626 | java | Java | app/src/main/java/dragons/android/bakingtime/ViewHolders/StepsHeaderViewHolder.java | jgebbeken/BakingTime | aa7df056489887ee700c0511bb275e69eeb63185 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/dragons/android/bakingtime/ViewHolders/StepsHeaderViewHolder.java | jgebbeken/BakingTime | aa7df056489887ee700c0511bb275e69eeb63185 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/dragons/android/bakingtime/ViewHolders/StepsHeaderViewHolder.java | jgebbeken/BakingTime | aa7df056489887ee700c0511bb275e69eeb63185 | [
"Apache-2.0"
] | null | null | null | 21.586207 | 67 | 0.760383 | 1,002,071 | package dragons.android.bakingtime.ViewHolders;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.TextView;
import butterknife.BindView;
import butterknife.ButterKnife;
import dragons.android.bakingtime.R;
public class StepsHeaderViewHolder extends RecyclerView.ViewHolder... |
9241e77cefebffff48473e85e84e4301adba00d7 | 3,357 | java | Java | aliyun-java-sdk-das/src/main/java/com/aliyuncs/das/model/v20200116/GetQueryOptimizeRuleListResponse.java | rnarla123/aliyun-openapi-java-sdk | 8dc187b1487d2713663710a1d97e23d72a87ffd9 | [
"Apache-2.0"
] | 1 | 2022-02-12T06:01:36.000Z | 2022-02-12T06:01:36.000Z | aliyun-java-sdk-das/src/main/java/com/aliyuncs/das/model/v20200116/GetQueryOptimizeRuleListResponse.java | rnarla123/aliyun-openapi-java-sdk | 8dc187b1487d2713663710a1d97e23d72a87ffd9 | [
"Apache-2.0"
] | null | null | null | aliyun-java-sdk-das/src/main/java/com/aliyuncs/das/model/v20200116/GetQueryOptimizeRuleListResponse.java | rnarla123/aliyun-openapi-java-sdk | 8dc187b1487d2713663710a1d97e23d72a87ffd9 | [
"Apache-2.0"
] | null | null | null | 19.293103 | 89 | 0.67471 | 1,002,072 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... |
9241e83af4a49f8e9fbd05cab3096a3b0ec1b190 | 4,188 | java | Java | aws-java-sdk-glue/src/main/java/com/amazonaws/services/glue/model/transform/GrokClassifierJsonUnmarshaller.java | rjappala/aws-sdkjava | 78d074030ad3683d6664e1f87213f4a441c1b343 | [
"Apache-2.0"
] | 1 | 2021-06-05T16:58:52.000Z | 2021-06-05T16:58:52.000Z | aws-java-sdk-glue/src/main/java/com/amazonaws/services/glue/model/transform/GrokClassifierJsonUnmarshaller.java | rjappala/aws-sdkjava | 78d074030ad3683d6664e1f87213f4a441c1b343 | [
"Apache-2.0"
] | 16 | 2018-05-15T05:35:42.000Z | 2018-05-15T07:54:48.000Z | aws-java-sdk-glue/src/main/java/com/amazonaws/services/glue/model/transform/GrokClassifierJsonUnmarshaller.java | rjappala/aws-sdkjava | 78d074030ad3683d6664e1f87213f4a441c1b343 | [
"Apache-2.0"
] | 3 | 2018-07-13T14:46:29.000Z | 2021-02-15T13:12:55.000Z | 42.30303 | 136 | 0.63276 | 1,002,073 | /*
* Copyright 2013-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
9241ea65d32234a814d49672637e62ea065f8634 | 1,091 | java | Java | admin-backend/src/main/java/io/webapp/module/business/log/userloginlog/domain/UserLoginLogDTO.java | wangxian/smart-admin | 68ac49fc00b28286e081b900914e07f154ac85de | [
"MIT"
] | 1 | 2021-02-22T04:05:25.000Z | 2021-02-22T04:05:25.000Z | admin-backend/src/main/java/io/webapp/module/business/log/userloginlog/domain/UserLoginLogDTO.java | wangxian/smart-admin | 68ac49fc00b28286e081b900914e07f154ac85de | [
"MIT"
] | null | null | null | admin-backend/src/main/java/io/webapp/module/business/log/userloginlog/domain/UserLoginLogDTO.java | wangxian/smart-admin | 68ac49fc00b28286e081b900914e07f154ac85de | [
"MIT"
] | null | null | null | 20.203704 | 68 | 0.690192 | 1,002,074 | package io.webapp.module.business.log.userloginlog.domain;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.Date;
/**
* [ 用户登录日志 ]
*
* @author yandanyang
* @version 1.0
* @date 2019/3/27 0027 下午 12:27
* @since JDK1.8
*/
@D... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.