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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e1a303125a6a5bd8d4e314ab65d7453940f8286 | 8,467 | java | Java | src/main/resources/repairability_test_files/ground_truth/Cardumen/patch2-Math-62-Cardumen/Cardumen/00119/Cardumen_00119_t.java | HaoyeTianCoder/coming | 7bda0a99727ce614c2872a864683ba6a19f90f68 | [
"MIT"
] | 71 | 2019-01-27T12:01:13.000Z | 2022-03-18T02:34:36.000Z | src/main/resources/repairability_test_files/ground_truth/Cardumen/patch2-Math-62-Cardumen/Cardumen/00119/Cardumen_00119_t.java | HaoyeTianCoder/coming | 7bda0a99727ce614c2872a864683ba6a19f90f68 | [
"MIT"
] | 172 | 2019-02-10T09:38:22.000Z | 2022-02-01T17:24:29.000Z | src/main/resources/repairability_test_files/ground_truth/Cardumen/patch2-Math-62-Cardumen/Cardumen/00119/Cardumen_00119_t.java | HaoyeTianCoder/coming | 7bda0a99727ce614c2872a864683ba6a19f90f68 | [
"MIT"
] | 83 | 2019-02-05T16:38:59.000Z | 2021-10-10T19:00:46.000Z | 40.903382 | 168 | 0.64214 | 11,141 | /*
* 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 ... |
3e1a309998b7bce31c69530ad5359224767f68a5 | 277 | java | Java | x_organization_assemble_control/src/main/java/com/x/organization/assemble/control/jaxrs/PersonJaxrsFilter.java | fancylou/o2oa | e7ec39fc586fab3d38b62415ed06448e6a9d6e26 | [
"BSD-3-Clause"
] | 1 | 2019-10-05T03:47:23.000Z | 2019-10-05T03:47:23.000Z | x_organization_assemble_control/src/main/java/com/x/organization/assemble/control/jaxrs/PersonJaxrsFilter.java | Mendeling/o2oa | afd053e465b54b1b21b8db558bffbd93e7923b79 | [
"BSD-3-Clause"
] | null | null | null | x_organization_assemble_control/src/main/java/com/x/organization/assemble/control/jaxrs/PersonJaxrsFilter.java | Mendeling/o2oa | afd053e465b54b1b21b8db558bffbd93e7923b79 | [
"BSD-3-Clause"
] | null | null | null | 25.181818 | 64 | 0.808664 | 11,142 | package com.x.organization.assemble.control.jaxrs;
import javax.servlet.annotation.WebFilter;
import com.x.base.core.application.jaxrs.ManagerUserJaxrsFilter;
@WebFilter(urlPatterns = { "/jaxrs/person/*" })
public class PersonJaxrsFilter extends ManagerUserJaxrsFilter {
}
|
3e1a30e80a5c10d400bc8ae64ceebccd6198d2fa | 2,193 | java | Java | app/src/main/java/com/sscience/stopapp/widget/MoveFloatingActionButton.java | magic8421/StopApp | ebd80720615a527cda867c5450b97fd91e9e5b89 | [
"Apache-2.0"
] | 28 | 2017-03-27T11:02:03.000Z | 2021-03-19T06:26:58.000Z | app/src/main/java/com/sscience/stopapp/widget/MoveFloatingActionButton.java | PowerOlive/StopApp | 9e126174a7e1141bb479f23183a1d3e1c2a1b55c | [
"Apache-2.0"
] | 5 | 2018-03-19T06:16:45.000Z | 2020-01-06T18:20:34.000Z | app/src/main/java/com/sscience/stopapp/widget/MoveFloatingActionButton.java | PowerOlive/StopApp | 9e126174a7e1141bb479f23183a1d3e1c2a1b55c | [
"Apache-2.0"
] | 7 | 2017-02-18T11:35:55.000Z | 2020-08-30T05:14:01.000Z | 29.783784 | 100 | 0.589837 | 11,143 | package com.sscience.stopapp.widget;
import android.content.Context;
import android.support.design.widget.FloatingActionButton;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewConfiguration;
/**
* @author SScience
* @description
* @email anpch@ex... |
3e1a30f49f5214ea215d205948c790f95657a578 | 1,666 | java | Java | components/data-services/org.wso2.carbon.dataservices.core/src/test/java/org/wso2/carbon/dataservices/core/test/DataServiceBaseTestCase.java | SecondaryOrganization/carbon-data | 187d0f3027e932534215bb038d1fc0560ba6031a | [
"Apache-2.0"
] | 10 | 2016-05-17T10:01:22.000Z | 2021-01-21T13:53:16.000Z | components/data-services/org.wso2.carbon.dataservices.core/src/test/java/org/wso2/carbon/dataservices/core/test/DataServiceBaseTestCase.java | SecondaryOrganization/carbon-data | 187d0f3027e932534215bb038d1fc0560ba6031a | [
"Apache-2.0"
] | 112 | 2015-01-06T03:32:29.000Z | 2022-01-27T16:17:10.000Z | components/data-services/org.wso2.carbon.dataservices.core/src/test/java/org/wso2/carbon/dataservices/core/test/DataServiceBaseTestCase.java | SecondaryOrganization/carbon-data | 187d0f3027e932534215bb038d1fc0560ba6031a | [
"Apache-2.0"
] | 110 | 2015-01-30T17:40:44.000Z | 2021-06-08T09:21:22.000Z | 37.022222 | 125 | 0.741297 | 11,144 | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* 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... |
3e1a32bba4e79362690acdc816bec4c6411d9fb3 | 3,315 | java | Java | net.solarnetwork.external.com.serotonin.bacnet4j/src/com/serotonin/bacnet4j/service/acknowledgement/AcknowledgementService.java | Tsvetelin98/Solar | 350341d4f6a32d53efd48778ee7a8ba89a591978 | [
"Apache-2.0"
] | null | null | null | net.solarnetwork.external.com.serotonin.bacnet4j/src/com/serotonin/bacnet4j/service/acknowledgement/AcknowledgementService.java | Tsvetelin98/Solar | 350341d4f6a32d53efd48778ee7a8ba89a591978 | [
"Apache-2.0"
] | null | null | null | net.solarnetwork.external.com.serotonin.bacnet4j/src/com/serotonin/bacnet4j/service/acknowledgement/AcknowledgementService.java | Tsvetelin98/Solar | 350341d4f6a32d53efd48778ee7a8ba89a591978 | [
"Apache-2.0"
] | null | null | null | 47.357143 | 97 | 0.668175 | 11,145 | /*
* ============================================================================
* GNU General Public License
* ============================================================================
*
* Copyright (C) 2006-2011 Serotonin Software Technologies Inc. http://serotoninsoftware.com
* @author Matthew Lohbihler
*... |
3e1a32c6307c3fee119e06da9fa33b0feb13b9db | 582 | java | Java | module/ebdj-bdd/src/main/java/fr/qp1c/ebdj/liseuse/bdd/utils/db/DBUtils.java | RefactoringBotUser/ebdj-liseuse | 426f7a1fb81ea7b9a42db7243611a7be714ff866 | [
"MIT"
] | null | null | null | module/ebdj-bdd/src/main/java/fr/qp1c/ebdj/liseuse/bdd/utils/db/DBUtils.java | RefactoringBotUser/ebdj-liseuse | 426f7a1fb81ea7b9a42db7243611a7be714ff866 | [
"MIT"
] | null | null | null | module/ebdj-bdd/src/main/java/fr/qp1c/ebdj/liseuse/bdd/utils/db/DBUtils.java | RefactoringBotUser/ebdj-liseuse | 426f7a1fb81ea7b9a42db7243611a7be714ff866 | [
"MIT"
] | null | null | null | 18.1875 | 79 | 0.652921 | 11,146 | package fr.qp1c.ebdj.liseuse.bdd.utils.db;
import org.apache.commons.lang3.StringUtils;
/**
* Classe utilitaire permettant de réaliser des opérations élémentaires en lien
* avec la base de données.
*
* @author NICO
*
*/
public final class DBUtils {
private DBUtils() {
}
/**
* Protéger une valeur SQL... |
3e1a32e073dc767efefdd1e166e6d0306b75d343 | 12,891 | java | Java | corpus/class/eclipse.pde.ui/1878.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 15 | 2018-07-10T09:38:31.000Z | 2021-11-29T08:28:07.000Z | corpus/class/eclipse.pde.ui/1878.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 3 | 2018-11-16T02:58:59.000Z | 2021-01-20T16:03:51.000Z | corpus/class/eclipse.pde.ui/1878.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 6 | 2018-06-27T20:19:00.000Z | 2022-02-19T02:29:53.000Z | 42.68543 | 144 | 0.649523 | 11,147 | /*******************************************************************************
* Copyright (c) 2007, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
3e1a33c72eaced26259e61a17f4cb6fddb84b068 | 4,155 | java | Java | jt808-tcp-netty/src/main/java/cn/hylexus/jt808/util/JT808ProtocolUtils.java | cnqdbt/jt-808-protocol | d8933cea3bf49340c435d23f13673f47dcf3bc38 | [
"MIT"
] | 434 | 2017-03-04T01:11:43.000Z | 2022-03-02T01:49:14.000Z | jt808-tcp-netty/src/main/java/cn/hylexus/jt808/util/JT808ProtocolUtils.java | cnqdbt/jt-808-protocol | d8933cea3bf49340c435d23f13673f47dcf3bc38 | [
"MIT"
] | 12 | 2017-05-03T09:26:55.000Z | 2021-03-03T03:07:40.000Z | jt808-tcp-netty/src/main/java/cn/hylexus/jt808/util/JT808ProtocolUtils.java | huxiaofei658/jt-808-protocol | 455de125c93c93820f4d1863761d5ffc8d381fc9 | [
"MIT"
] | 195 | 2017-03-08T07:55:26.000Z | 2022-03-22T06:25:12.000Z | 25.181818 | 109 | 0.561252 | 11,148 | package cn.hylexus.jt808.util;
import java.io.ByteArrayOutputStream;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* JT808协议转义工具类
*
* <pre>
* 0x7d01 <====> 0x7d
* 0x7d02 <====> 0x7e
* </pre>
*
* @author hylexus
*
*/
public class JT808ProtocolUtils {
private final Logger... |
3e1a34419737fc8faeed98af170473cfabc42dcd | 8,624 | java | Java | app/biz/service-impl/src/main/java/com/bbd/bdsso/biz/service/impl/SsoAccessFacadeImpl.java | jinghuaaa/sso | 9d00fecf6fd80d1788ef3eb3f4c1c9418ddc667c | [
"Apache-2.0"
] | null | null | null | app/biz/service-impl/src/main/java/com/bbd/bdsso/biz/service/impl/SsoAccessFacadeImpl.java | jinghuaaa/sso | 9d00fecf6fd80d1788ef3eb3f4c1c9418ddc667c | [
"Apache-2.0"
] | null | null | null | app/biz/service-impl/src/main/java/com/bbd/bdsso/biz/service/impl/SsoAccessFacadeImpl.java | jinghuaaa/sso | 9d00fecf6fd80d1788ef3eb3f4c1c9418ddc667c | [
"Apache-2.0"
] | null | null | null | 36.854701 | 159 | 0.625696 | 11,149 | /**
* BBD Service Inc
* All Rights Reserved @2017
*/
package com.bbd.bdsso.biz.service.impl;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotatio... |
3e1a34539f5f8b4460c612743c0999afbdf80d71 | 6,624 | java | Java | server/src/main/java/com/kylinolap/rest/service/BasicService.java | vbelakov/Kylin | 1993ab000b0dcaa8263f8d4eba11199ad8fcb0f6 | [
"Apache-2.0"
] | null | null | null | server/src/main/java/com/kylinolap/rest/service/BasicService.java | vbelakov/Kylin | 1993ab000b0dcaa8263f8d4eba11199ad8fcb0f6 | [
"Apache-2.0"
] | 1 | 2022-01-21T23:48:05.000Z | 2022-01-21T23:48:05.000Z | server/src/main/java/com/kylinolap/rest/service/BasicService.java | gaurav46/Kylin | 0e9e152f12243f7c9861245ec6e1faa6f26d2dd2 | [
"Apache-2.0"
] | null | null | null | 34.14433 | 180 | 0.677536 | 11,150 | /*
* Copyright 2013-2014 eBay Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... |
3e1a34baf56edf52c985a4c6c7d238a1747181c0 | 1,558 | java | Java | content/public/android/java/src/org/chromium/content/browser/accessibility/PieWebContentsAccessibility.java | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/public/android/java/src/org/chromium/content/browser/accessibility/PieWebContentsAccessibility.java | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/public/android/java/src/org/chromium/content/browser/accessibility/PieWebContentsAccessibility.java | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2021-01-05T23:43:46.000Z | 2021-01-07T23:36:34.000Z | 39.948718 | 96 | 0.750963 | 11,151 | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.content.browser.accessibility;
import android.annotation.TargetApi;
import android.os.Build;
import android.view.accessibility.Acces... |
3e1a3517414c0f30c8668df1cf5136e0176e3e18 | 640 | java | Java | src/main/java/com/agricraft/agricore/plant/versions/v1/AgriProductList_1_12.java | nbrichau/AgriCore | f271e9cb875c21b59b96412dd923872de528ad1c | [
"MIT"
] | 8 | 2016-04-08T16:50:24.000Z | 2021-12-03T19:47:28.000Z | src/main/java/com/agricraft/agricore/plant/versions/v1/AgriProductList_1_12.java | nbrichau/AgriCore | f271e9cb875c21b59b96412dd923872de528ad1c | [
"MIT"
] | 15 | 2017-07-07T06:50:51.000Z | 2021-08-02T17:38:52.000Z | src/main/java/com/agricraft/agricore/plant/versions/v1/AgriProductList_1_12.java | nbrichau/AgriCore | f271e9cb875c21b59b96412dd923872de528ad1c | [
"MIT"
] | 11 | 2016-08-08T19:36:27.000Z | 2022-02-17T08:27:03.000Z | 24.615385 | 117 | 0.732813 | 11,152 | package com.agricraft.agricore.plant.versions.v1;
import com.agricraft.agricore.plant.AgriProductList;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
public class AgriProductList_1_12 {
private final List<AgriProduct_1_12> products;
public AgriProductList_1_12() {
... |
3e1a36f694b4cace7c246c8687377bbfc71e75bd | 16,699 | java | Java | tests/javaobject/PdxTests/PdxType.java | jupiternightingale/geode-native | 327a677a95670c329cf4e412b897745211552d9e | [
"Apache-2.0"
] | 48 | 2017-02-08T22:24:07.000Z | 2022-02-06T02:47:56.000Z | tests/javaobject/PdxTests/PdxType.java | jupiternightingale/geode-native | 327a677a95670c329cf4e412b897745211552d9e | [
"Apache-2.0"
] | 388 | 2017-02-13T17:09:45.000Z | 2022-03-29T22:18:39.000Z | tests/javaobject/PdxTests/PdxType.java | jupiternightingale/geode-native | 327a677a95670c329cf4e412b897745211552d9e | [
"Apache-2.0"
] | 68 | 2017-02-09T18:43:15.000Z | 2022-03-14T22:59:13.000Z | 30.034173 | 102 | 0.630397 | 11,153 | /*
* 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 ... |
3e1a383171591fd4e7cc0b5ede2625dcf58de707 | 2,723 | java | Java | typhon-dist/src/main/scripts/war/bs/B_s025.java | kevin70/typhon | bc43407eeb28d93c761fa4df17e3c6c7553eed12 | [
"Apache-2.0"
] | 1 | 2017-11-30T11:52:37.000Z | 2017-11-30T11:52:37.000Z | typhon-dist/src/main/scripts/war/bs/B_s025.java | weghst/typhon | bc43407eeb28d93c761fa4df17e3c6c7553eed12 | [
"Apache-2.0"
] | null | null | null | typhon-dist/src/main/scripts/war/bs/B_s025.java | weghst/typhon | bc43407eeb28d93c761fa4df17e3c6c7553eed12 | [
"Apache-2.0"
] | 1 | 2017-01-10T07:44:55.000Z | 2017-01-10T07:44:55.000Z | 30.931818 | 123 | 0.667524 | 11,154 | /*
* Copyright 2014 The Skfiy Open Association.
*
* 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 ... |
3e1a38d9642dfd2a69b49414f356b027888a99b3 | 2,535 | java | Java | workspace/CardFantasyCore/src/cfvbaibai/cardfantasy/engine/skill/MagicMark.java | mkchen/CardFantasy | 8f1d70252b4193c7512d05b09cdbf029124cb11b | [
"BSD-2-Clause"
] | 21 | 2015-02-27T14:15:42.000Z | 2021-09-29T01:28:39.000Z | workspace/CardFantasyCore/src/cfvbaibai/cardfantasy/engine/skill/MagicMark.java | mkchen/CardFantasy | 8f1d70252b4193c7512d05b09cdbf029124cb11b | [
"BSD-2-Clause"
] | 9 | 2015-01-01T09:02:59.000Z | 2021-06-23T20:46:56.000Z | workspace/CardFantasyCore/src/cfvbaibai/cardfantasy/engine/skill/MagicMark.java | mkchen/CardFantasy | 8f1d70252b4193c7512d05b09cdbf029124cb11b | [
"BSD-2-Clause"
] | 45 | 2015-01-08T13:12:58.000Z | 2021-04-18T03:23:34.000Z | 43.706897 | 158 | 0.584221 | 11,155 | package cfvbaibai.cardfantasy.engine.skill;
import java.util.List;
import cfvbaibai.cardfantasy.GameUI;
import cfvbaibai.cardfantasy.Randomizer;
import cfvbaibai.cardfantasy.data.Skill;
import cfvbaibai.cardfantasy.engine.CardInfo;
import cfvbaibai.cardfantasy.engine.CardStatusItem;
import cfvbaibai.cardfantasy.engin... |
3e1a397e689f4f1e5829fbb1661b756dce85456c | 1,156 | java | Java | smart-common-pojo/src/main/java/io/github/smart/cloud/common/pojo/bo/BooleanResultBO.java | Mu-L/smart-cloud | 752ab4a787912d93c6419d65c69bf839b07d7d32 | [
"Apache-2.0"
] | null | null | null | smart-common-pojo/src/main/java/io/github/smart/cloud/common/pojo/bo/BooleanResultBO.java | Mu-L/smart-cloud | 752ab4a787912d93c6419d65c69bf839b07d7d32 | [
"Apache-2.0"
] | null | null | null | smart-common-pojo/src/main/java/io/github/smart/cloud/common/pojo/bo/BooleanResultBO.java | Mu-L/smart-cloud | 752ab4a787912d93c6419d65c69bf839b07d7d32 | [
"Apache-2.0"
] | null | null | null | 23.12 | 75 | 0.697232 | 11,156 | /*
* Copyright © 2019 collin (kenaa@example.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... |
3e1a3cf884dfd1235b023db5d523b987b2f0750b | 4,973 | java | Java | services/iec/src/main/java/com/huaweicloud/sdk/iec/v1/model/BatchReboot.java | huaweicloud/huaweicloud-sdk-java-v3 | a01cd21a3d03f6dffc807bea7c522e34adfa368d | [
"Apache-2.0"
] | 50 | 2020-05-18T11:35:20.000Z | 2022-03-15T02:07:05.000Z | services/iec/src/main/java/com/huaweicloud/sdk/iec/v1/model/BatchReboot.java | huaweicloud/huaweicloud-sdk-java-v3 | a01cd21a3d03f6dffc807bea7c522e34adfa368d | [
"Apache-2.0"
] | 45 | 2020-07-06T03:34:12.000Z | 2022-03-31T09:41:54.000Z | services/iec/src/main/java/com/huaweicloud/sdk/iec/v1/model/BatchReboot.java | huaweicloud/huaweicloud-sdk-java-v3 | a01cd21a3d03f6dffc807bea7c522e34adfa368d | [
"Apache-2.0"
] | 27 | 2020-05-28T11:08:44.000Z | 2022-03-30T03:30:37.000Z | 27.027174 | 112 | 0.570883 | 11,157 | package com.huaweicloud.sdk.iec.v1.model;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonValue;
import java.util.ArrayList;
import java.util.Collections;
import ... |
3e1a3de0717f2adfd8999f10a17318f17fdbe003 | 6,062 | java | Java | wulin/src/com/hundsun/network/gates/wulin/web/action/BaseAction.java | sodoa/ccfrt | 7df85558bcd74ef6be7867082b13bd0ed1d49594 | [
"Apache-2.0"
] | null | null | null | wulin/src/com/hundsun/network/gates/wulin/web/action/BaseAction.java | sodoa/ccfrt | 7df85558bcd74ef6be7867082b13bd0ed1d49594 | [
"Apache-2.0"
] | null | null | null | wulin/src/com/hundsun/network/gates/wulin/web/action/BaseAction.java | sodoa/ccfrt | 7df85558bcd74ef6be7867082b13bd0ed1d49594 | [
"Apache-2.0"
] | 1 | 2021-12-31T12:32:12.000Z | 2021-12-31T12:32:12.000Z | 41.806897 | 115 | 0.56615 | 11,158 | /* */ package com.hundsun.network.gates.wulin.web.action;
/* */
/* */ import com.hundsun.network.gates.luosi.common.remote.ServiceResult;
/* */ import com.hundsun.network.melody.common.web.url.URLBroker;
/* */ import java.text.DateFormat;
/* */ import java.text.DecimalFormat;
/* */ im... |
3e1a3e8803380ee96fd7757435b19d0f5634f1a7 | 3,593 | java | Java | domain/src/test/java/io/github/carlomicieli/catalog/catalogitems/CatalogItemFactoryTest.java | CarloMicieli/microtrains | 8124129b9e87dfc69a5540fecd3134a3a9024513 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | domain/src/test/java/io/github/carlomicieli/catalog/catalogitems/CatalogItemFactoryTest.java | CarloMicieli/microtrains | 8124129b9e87dfc69a5540fecd3134a3a9024513 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | domain/src/test/java/io/github/carlomicieli/catalog/catalogitems/CatalogItemFactoryTest.java | CarloMicieli/microtrains | 8124129b9e87dfc69a5540fecd3134a3a9024513 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 41.77907 | 94 | 0.749513 | 11,159 | /*
Copyright 2021 (C) Carlo Micieli
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 ... |
3e1a3e98cd8f7fbbd958193fde58ad3c083abe73 | 423 | java | Java | src/pruefungsvorbereitung/VCE2014ExamCQuestion196.java | hemmerling/java-114014 | cd34f49cb4eacf52f52713f710239132f5bd8f03 | [
"Apache-2.0"
] | 1 | 2017-07-07T11:13:06.000Z | 2017-07-07T11:13:06.000Z | src/pruefungsvorbereitung/VCE2014ExamCQuestion196.java | hemmerling/java-114014 | cd34f49cb4eacf52f52713f710239132f5bd8f03 | [
"Apache-2.0"
] | null | null | null | src/pruefungsvorbereitung/VCE2014ExamCQuestion196.java | hemmerling/java-114014 | cd34f49cb4eacf52f52713f710239132f5bd8f03 | [
"Apache-2.0"
] | null | null | null | 24.882353 | 71 | 0.713948 | 11,160 | package pruefungsvorbereitung;
import java.text.DateFormat;
import java.util.Date;
import java.util.Locale;
public class VCE2014ExamCQuestion196 {
public static void main(String[] args) {
Date date = new Date();
Locale locale = Locale.ITALY;
//df.setLocale(locale);
DateFormat df = DateFormat.getDa... |
3e1a3eba5d41a3c4ea39da63c24266c2742b4706 | 1,375 | java | Java | lab6/BookStoreEJB/ejbModule/com/motek/soa/jms/JMSNewBookTopicService.java | tomaboro/soa-agh-course | b39cadf2a8b0e76fd3b6fcac4836b0a2b1e5ff01 | [
"MIT"
] | null | null | null | lab6/BookStoreEJB/ejbModule/com/motek/soa/jms/JMSNewBookTopicService.java | tomaboro/soa-agh-course | b39cadf2a8b0e76fd3b6fcac4836b0a2b1e5ff01 | [
"MIT"
] | null | null | null | lab6/BookStoreEJB/ejbModule/com/motek/soa/jms/JMSNewBookTopicService.java | tomaboro/soa-agh-course | b39cadf2a8b0e76fd3b6fcac4836b0a2b1e5ff01 | [
"MIT"
] | 1 | 2019-03-31T07:10:55.000Z | 2019-03-31T07:10:55.000Z | 29.891304 | 81 | 0.771636 | 11,161 | package com.motek.soa.jms;
import javax.annotation.Resource;
import javax.jms.JMSException;
import javax.jms.Message;
import javax.jms.QueueConnectionFactory;
import javax.jms.Topic;
import javax.jms.TopicConnection;
import javax.jms.TopicConnectionFactory;
import javax.jms.TopicPublisher;
import javax.jms.TopicSessi... |
3e1a3efc0c807163757eb1bb8a6363278b96c6f6 | 1,685 | java | Java | jpimps-plugins/src/main/java/com/github/dkessel/jpimps/plugins/worktracker/WorkTrackerPlugin.java | dkessel/jpimps | 616e01d7e7b93eb25c4bd6e3e5296ee6fb08a60c | [
"MIT"
] | null | null | null | jpimps-plugins/src/main/java/com/github/dkessel/jpimps/plugins/worktracker/WorkTrackerPlugin.java | dkessel/jpimps | 616e01d7e7b93eb25c4bd6e3e5296ee6fb08a60c | [
"MIT"
] | null | null | null | jpimps-plugins/src/main/java/com/github/dkessel/jpimps/plugins/worktracker/WorkTrackerPlugin.java | dkessel/jpimps | 616e01d7e7b93eb25c4bd6e3e5296ee6fb08a60c | [
"MIT"
] | null | null | null | 24.071429 | 88 | 0.708605 | 11,162 | package com.github.dkessel.jpimps.plugins.worktracker;
import java.awt.event.*;
import java.io.*;
import java.util.*;
import com.github.dkessel.jpimps.api.app.*;
import com.github.dkessel.jpimps.api.app.log.*;
import com.github.dkessel.jpimps.api.plugin.*;
import com.github.dkessel.jpimps.api.ui.*;
public class Work... |
3e1a3f09cdf0d6cfd53d2f1d622c60c5e0f4f109 | 2,038 | java | Java | sona-common/src/main/java/com/jiuye/sona/design/status/activity/State.java | huxinjian/sona | 6d987ce0a10becb6ae3c84df6783bcd009c694bf | [
"Apache-2.0"
] | 6 | 2020-07-15T03:23:24.000Z | 2020-07-15T05:36:23.000Z | sona-common/src/main/java/com/jiuye/sona/design/status/activity/State.java | huxinjian/sona | 6d987ce0a10becb6ae3c84df6783bcd009c694bf | [
"Apache-2.0"
] | null | null | null | sona-common/src/main/java/com/jiuye/sona/design/status/activity/State.java | huxinjian/sona | 6d987ce0a10becb6ae3c84df6783bcd009c694bf | [
"Apache-2.0"
] | null | null | null | 21.28125 | 61 | 0.571219 | 11,163 | package com.jiuye.sona.design.status.activity;
import com.jiuye.sona.design.status.Result;
import com.jiuye.sona.design.status.Status;
/**
* @Author: xinjian.hu
* @Date: 2020/10/12 15:49
* @Email: anpch@example.com
*/
public abstract class State {
/**
* 活动提审
*
* @param activityId
* @param... |
3e1a3f2ecdf9a4ae94e11c0316f5b512507b9fe4 | 1,485 | java | Java | tooling/conga-aem-maven-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/maven/model/ContentPackageFile.java | wcm-io-devops/conga-aem-plugin | 348f9e5a04ec324743c5bd0f04d5ebbb25cc0d28 | [
"Apache-2.0"
] | 2 | 2015-11-30T13:37:44.000Z | 2018-05-04T12:26:44.000Z | tooling/conga-aem-maven-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/maven/model/ContentPackageFile.java | wcm-io-devops/conga-aem-plugin | 348f9e5a04ec324743c5bd0f04d5ebbb25cc0d28 | [
"Apache-2.0"
] | 5 | 2018-03-13T13:09:13.000Z | 2021-08-02T17:27:54.000Z | tooling/conga-aem-maven-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/maven/model/ContentPackageFile.java | wcm-io-devops/conga-aem-plugin | 348f9e5a04ec324743c5bd0f04d5ebbb25cc0d28 | [
"Apache-2.0"
] | 3 | 2018-04-18T12:05:24.000Z | 2021-01-28T10:58:03.000Z | 21.521739 | 75 | 0.66734 | 11,164 | /*
* #%L
* wcm.io
* %%
* Copyright (C) 2021 wcm.io
* %%
* 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... |
3e1a3f3af1b7493ed424b97701c0965131a012e0 | 7,348 | java | Java | cat-home/src/main/java/com/dianping/cat/report/page/event/service/EventReportService.java | 597730326/cat-backup | c0a8067b9dc2e49830815e7b86306917a7e92c45 | [
"Apache-2.0"
] | 120 | 2015-12-20T02:56:36.000Z | 2022-01-26T07:18:02.000Z | cat-home/src/main/java/com/dianping/cat/report/page/event/service/EventReportService.java | 597730326/cat-backup | c0a8067b9dc2e49830815e7b86306917a7e92c45 | [
"Apache-2.0"
] | 42 | 2019-12-08T18:41:13.000Z | 2021-08-28T13:08:55.000Z | cat-home/src/main/java/com/dianping/cat/report/page/event/service/EventReportService.java | 597730326/cat-backup | c0a8067b9dc2e49830815e7b86306917a7e92c45 | [
"Apache-2.0"
] | 65 | 2015-12-20T08:09:43.000Z | 2021-04-02T09:56:50.000Z | 31.809524 | 113 | 0.751225 | 11,165 | package com.dianping.cat.report.page.event.service;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import java.util.Set;
import org.unidal.dal.jdbc.DalException;
import org.unidal.dal.jdbc.DalNotFoundException;
import com.dianping.cat.Cat;
import com.dianping.cat.consumer.event.Even... |
3e1a3f8160b0fa30b2c2f89c7042ba6a87453a29 | 898 | java | Java | engine-api/src/test/java/net/cpollet/scheduler/engine/api/JobIdTest.java | cpollet/scheduler | 867ffbcbd5c52e2c46c3bc6809094630f00b96a5 | [
"Apache-2.0"
] | null | null | null | engine-api/src/test/java/net/cpollet/scheduler/engine/api/JobIdTest.java | cpollet/scheduler | 867ffbcbd5c52e2c46c3bc6809094630f00b96a5 | [
"Apache-2.0"
] | null | null | null | engine-api/src/test/java/net/cpollet/scheduler/engine/api/JobIdTest.java | cpollet/scheduler | 867ffbcbd5c52e2c46c3bc6809094630f00b96a5 | [
"Apache-2.0"
] | null | null | null | 25.657143 | 81 | 0.61804 | 11,166 | package net.cpollet.scheduler.engine.api;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.Test;
class JobIdTest {
@Test
void new_areEqual_whenUsingSameIds() {
// GIVEN
JobId existingJobId = new JobId();
// WHEN
JobId newJobId1 = new JobId(existingJobId.toS... |
3e1a4041b37d0eaabef28773d24ff8a69331a10c | 29,668 | java | Java | log4jdbc-log4j2-jdbc3/src/test/java/net/sf/log4jdbc/log/CheckLoggingFunctionalites.java | metastable/log4jdbc-log4j2 | e73603a0533335c2adcd55757e504cf655f39153 | [
"Apache-2.0"
] | 47 | 2016-07-19T06:07:41.000Z | 2022-02-07T02:31:16.000Z | log4jdbc-log4j2-jdbc3/src/test/java/net/sf/log4jdbc/log/CheckLoggingFunctionalites.java | metastable/log4jdbc-log4j2 | e73603a0533335c2adcd55757e504cf655f39153 | [
"Apache-2.0"
] | 14 | 2017-04-17T12:36:05.000Z | 2021-05-08T09:11:24.000Z | log4jdbc-log4j2-jdbc3/src/test/java/net/sf/log4jdbc/log/CheckLoggingFunctionalites.java | metastable/log4jdbc-log4j2 | e73603a0533335c2adcd55757e504cf655f39153 | [
"Apache-2.0"
] | 38 | 2016-05-19T14:52:27.000Z | 2021-12-15T08:30:53.000Z | 37.938619 | 109 | 0.652488 | 11,167 | package net.sf.log4jdbc.log;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.mockito.Matchers.any;
import static org.mockito.Matchers.anyLong;
import static org.mockito.Matchers.eq;
import static org.mockito.Mockito.m... |
3e1a412b236fb6805e4abad8fe2158c84b239807 | 4,432 | java | Java | Perceptron/src/Perceptron.java | DeanMiles/basics-of-artifical-inteligence | c8d704befd523a9fcc70db7e539738e7af88cfdd | [
"MIT"
] | null | null | null | Perceptron/src/Perceptron.java | DeanMiles/basics-of-artifical-inteligence | c8d704befd523a9fcc70db7e539738e7af88cfdd | [
"MIT"
] | null | null | null | Perceptron/src/Perceptron.java | DeanMiles/basics-of-artifical-inteligence | c8d704befd523a9fcc70db7e539738e7af88cfdd | [
"MIT"
] | null | null | null | 34.356589 | 99 | 0.566561 | 11,168 | import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import java.util.Scanner;
//Alan Franas
public class Perceptron {
//"Ax + By + C = 0";
private static List<Point> listOfTrainingCoordinates = new ArrayList<Point>();
private static List<Point> listOfTestCoordinates = new ArrayList<... |
3e1a42933621964c2d4c034939fcf3a0cf50aadf | 1,793 | java | Java | pg-search/src/main/java/com/kodality/blaze/search/BlindexDropCommand.java | kodality/blaze | a5984a7bc14241a4bfae13bf49d2b5ad0ec96e75 | [
"Apache-2.0"
] | 1 | 2019-02-05T17:39:02.000Z | 2019-02-05T17:39:02.000Z | pg-search/src/main/java/com/kodality/blaze/search/BlindexDropCommand.java | kodality/blaze | a5984a7bc14241a4bfae13bf49d2b5ad0ec96e75 | [
"Apache-2.0"
] | 1 | 2020-09-10T13:19:22.000Z | 2020-09-10T13:19:22.000Z | pg-search/src/main/java/com/kodality/blaze/search/BlindexDropCommand.java | kodality/blaze | a5984a7bc14241a4bfae13bf49d2b5ad0ec96e75 | [
"Apache-2.0"
] | 1 | 2020-09-02T05:51:04.000Z | 2020-09-02T05:51:04.000Z | 36.591837 | 106 | 0.721695 | 11,169 | /* 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... |
3e1a43506b13576539082d64e1392648d30edab0 | 1,642 | java | Java | src/main/java/com/simibubi/create/content/contraptions/fluids/actors/HosePulleyRenderer.java | ExoPlant/Create-Refabricated | e7ff94403e281ae645dd326a8b4370a3f9251365 | [
"MIT"
] | 15 | 2019-07-19T01:12:24.000Z | 2022-01-31T15:40:19.000Z | src/main/java/com/simibubi/create/content/contraptions/fluids/actors/HosePulleyRenderer.java | ExoPlant/Create-Refabricated | e7ff94403e281ae645dd326a8b4370a3f9251365 | [
"MIT"
] | 46 | 2019-07-19T08:02:09.000Z | 2019-11-08T17:55:12.000Z | src/main/java/com/simibubi/create/content/contraptions/fluids/actors/HosePulleyRenderer.java | ExoPlant/Create-Refabricated | e7ff94403e281ae645dd326a8b4370a3f9251365 | [
"MIT"
] | 10 | 2019-10-01T12:07:25.000Z | 2021-12-11T19:40:35.000Z | 30.981132 | 107 | 0.821559 | 11,170 | package com.simibubi.create.content.contraptions.fluids.actors;
import com.simibubi.create.AllBlockPartials;
import com.simibubi.create.content.contraptions.base.KineticTileEntity;
import com.simibubi.create.content.contraptions.components.structureMovement.pulley.AbstractPulleyRenderer;
import com.simibubi.create.fou... |
3e1a440806c4c70f7032f46f32a2f946f2c2fc03 | 281 | java | Java | cloud-provider-payment8002/src/main/java/com/liuk/cloud/dao/PaymentDao.java | liukai830/cloud2020 | 5887ae46b67ce6bb8af269a0e86e90b1727a1236 | [
"Apache-2.0"
] | null | null | null | cloud-provider-payment8002/src/main/java/com/liuk/cloud/dao/PaymentDao.java | liukai830/cloud2020 | 5887ae46b67ce6bb8af269a0e86e90b1727a1236 | [
"Apache-2.0"
] | null | null | null | cloud-provider-payment8002/src/main/java/com/liuk/cloud/dao/PaymentDao.java | liukai830/cloud2020 | 5887ae46b67ce6bb8af269a0e86e90b1727a1236 | [
"Apache-2.0"
] | null | null | null | 21.615385 | 49 | 0.768683 | 11,171 | package com.liuk.cloud.dao;
import com.liuk.cloud.entity.Payment;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@Mapper
public interface PaymentDao {
int insert(Payment payment);
Payment getPaymentById(@Param("id") Long id);
}
|
3e1a44572948f0c36bbea5a837716536f23f0f00 | 370 | java | Java | src/test/java/com/exasol/adapter/dialects/rls/RowLevelSecurityLocalIT.java | exasol/row-level-security | 4f7c272a2cd43e2a92e14837768c6d10d0d5223f | [
"MIT"
] | 5 | 2019-12-15T11:55:52.000Z | 2022-01-30T13:42:27.000Z | src/test/java/com/exasol/adapter/dialects/rls/RowLevelSecurityLocalIT.java | exasol/row-level-security | 4f7c272a2cd43e2a92e14837768c6d10d0d5223f | [
"MIT"
] | 109 | 2019-07-29T08:25:52.000Z | 2022-02-18T08:41:36.000Z | src/test/java/com/exasol/adapter/dialects/rls/RowLevelSecurityLocalIT.java | exasol/row-level-security | 4f7c272a2cd43e2a92e14837768c6d10d0d5223f | [
"MIT"
] | 3 | 2019-06-11T13:23:28.000Z | 2020-09-09T12:48:51.000Z | 24.666667 | 82 | 0.743243 | 11,172 | package com.exasol.adapter.dialects.rls;
import java.util.Map;
import org.junit.jupiter.api.Tag;
@Tag("integration")
@Tag("virtual-schema")
@Tag("slow")
class RowLevelSecurityLocalIT extends AbstractRowLevelSecurityIT {
@Override
protected Map<String, String> getConnectionSpecificVirtualSchemaProperties() {
... |
3e1a44ef96fa85d5058d64d63ec16e8dc5e5cb0f | 1,389 | java | Java | Mage.Sets/src/mage/cards/s/SilverchaseFox.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/SilverchaseFox.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/SilverchaseFox.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 1,001 | 2015-01-01T01:15:20.000Z | 2022-03-30T20:23:04.000Z | 30.195652 | 125 | 0.729302 | 11,173 |
package mage.cards.s;
import java.util.UUID;
import mage.MageInt;
import mage.abilities.Ability;
import mage.abilities.common.SimpleActivatedAbility;
import mage.abilities.costs.common.SacrificeSourceCost;
import mage.abilities.costs.mana.ManaCostsImpl;
import mage.abilities.effects.common.ExileTargetEffect;
import m... |
3e1a45133f7ca0b5277b729a391ed25fc4ee054e | 1,986 | java | Java | java-maven/core/jena/src/main/java/org/nlp2rdf/core/NIFNamespaces.java | Julio-Noe/software | 5082a2e7d7e44302aee0ef61b646e0c34630db31 | [
"Apache-2.0"
] | 16 | 2015-02-02T04:48:14.000Z | 2022-02-01T11:33:34.000Z | java-maven/core/jena/src/main/java/org/nlp2rdf/core/NIFNamespaces.java | Julio-Noe/software | 5082a2e7d7e44302aee0ef61b646e0c34630db31 | [
"Apache-2.0"
] | 13 | 2015-06-03T22:34:12.000Z | 2020-05-28T19:16:43.000Z | java-maven/core/jena/src/main/java/org/nlp2rdf/core/NIFNamespaces.java | Julio-Noe/software | 5082a2e7d7e44302aee0ef61b646e0c34630db31 | [
"Apache-2.0"
] | 11 | 2015-02-02T04:49:53.000Z | 2020-10-13T19:25:06.000Z | 45.136364 | 95 | 0.490433 | 11,174 | /******************************************************************************/
/* Copyright (C) 2010-2011, Sebastian Hellmann */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); ... |
3e1a45e698f0ddbf89a67f0ed954345aff2e481a | 509 | java | Java | mobile_app1/module606/src/main/java/module606packageJava0/Foo35.java | HiWong/android-build-eval | d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6 | [
"Apache-2.0"
] | 70 | 2021-01-22T16:48:06.000Z | 2022-02-16T10:37:33.000Z | mobile_app1/module606/src/main/java/module606packageJava0/Foo35.java | HiWong/android-build-eval | d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6 | [
"Apache-2.0"
] | 16 | 2021-01-22T20:52:52.000Z | 2021-08-09T17:51:24.000Z | mobile_app1/module606/src/main/java/module606packageJava0/Foo35.java | HiWong/android-build-eval | d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6 | [
"Apache-2.0"
] | 5 | 2021-01-26T13:53:49.000Z | 2021-08-11T20:10:57.000Z | 11.065217 | 45 | 0.546169 | 11,175 | package module606packageJava0;
import java.lang.Integer;
public class Foo35 {
Integer int0;
Integer int1;
public void foo0() {
new module606packageJava0.Foo34().foo8();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public voi... |
3e1a4774d07f8fc98432db61359ecaac850d3e2b | 2,418 | java | Java | apps/vtn/vtnrsc/src/main/java/org/onosproject/vtnrsc/DefaultAllocationPool.java | tiagullo/ONOS | ed5b14d71d76ae5cbbba85eb9459eba93dcf4e51 | [
"Apache-2.0"
] | 13 | 2017-08-04T02:16:10.000Z | 2019-11-27T16:18:50.000Z | apps/vtn/vtnrsc/src/main/java/org/onosproject/vtnrsc/DefaultAllocationPool.java | makersm/onos1.8 | 83525d166b1b8bfe2b4e9e4105296cd877cea289 | [
"Apache-2.0"
] | 15 | 2019-07-17T03:05:44.000Z | 2021-12-09T20:31:59.000Z | apps/vtn/vtnrsc/src/main/java/org/onosproject/vtnrsc/DefaultAllocationPool.java | makersm/onos1.8 | 83525d166b1b8bfe2b4e9e4105296cd877cea289 | [
"Apache-2.0"
] | 9 | 2018-06-27T09:22:36.000Z | 2021-06-29T12:06:24.000Z | 29.487805 | 80 | 0.672043 | 11,176 | /*
* Copyright 2015-present Open Networking Laboratory
*
* 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 appli... |
3e1a47aa58e965c0bcb64527d9763619802a0437 | 2,150 | java | Java | app/src/main/java/com/FornaxElit/MaturaBel/Adapter.java | nikssan123/maturiAppFornaxElit | 1830831d44477b6072e60c243ccf7ad66e4e4b89 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/FornaxElit/MaturaBel/Adapter.java | nikssan123/maturiAppFornaxElit | 1830831d44477b6072e60c243ccf7ad66e4e4b89 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/FornaxElit/MaturaBel/Adapter.java | nikssan123/maturiAppFornaxElit | 1830831d44477b6072e60c243ccf7ad66e4e4b89 | [
"Apache-2.0"
] | null | null | null | 28.666667 | 85 | 0.696279 | 11,177 | package com.FornaxElit.MaturaBel;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview... |
3e1a486fbce4d3bad99c7b9e4df70004c0ab6a1c | 571 | java | Java | src/main/java/com/syntifi/casper/sdk/model/storedvalue/StoredValueDeployInfo.java | mrkara/casper-sdk | 7fe51e7da7d02b249c2c7e322aa1e11ee8d7b036 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/syntifi/casper/sdk/model/storedvalue/StoredValueDeployInfo.java | mrkara/casper-sdk | 7fe51e7da7d02b249c2c7e322aa1e11ee8d7b036 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/syntifi/casper/sdk/model/storedvalue/StoredValueDeployInfo.java | mrkara/casper-sdk | 7fe51e7da7d02b249c2c7e322aa1e11ee8d7b036 | [
"Apache-2.0"
] | null | null | null | 24.826087 | 72 | 0.740806 | 11,178 | package com.syntifi.casper.sdk.model.storedvalue;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonTypeName;
import com.syntifi.casper.sdk.model.deploy.DeployInfo;
import lombok.Data;
/**
* Stored Value for {@link DeployInfo}
*
* @author Alexandre Carva... |
3e1a4a8693f69088eaf871ddfcc24b22d7a2edde | 5,509 | java | Java | src/cell/WatorCell.java | cndracos/cellsociety_team19 | 640dbc20362f8a990d8ccc6c4498bc6c2e0f1bab | [
"MIT"
] | null | null | null | src/cell/WatorCell.java | cndracos/cellsociety_team19 | 640dbc20362f8a990d8ccc6c4498bc6c2e0f1bab | [
"MIT"
] | null | null | null | src/cell/WatorCell.java | cndracos/cellsociety_team19 | 640dbc20362f8a990d8ccc6c4498bc6c2e0f1bab | [
"MIT"
] | null | null | null | 25.742991 | 95 | 0.664549 | 11,179 | package cell;
import java.util.ArrayList;
import java.util.Random;
import javafx.scene.paint.Color;
/**
* Class FireCell is inherited from Super class Cell,
* and is used for Fire Simulation.
* @author Yameng Liu
*
*/
public class WatorCell extends Cell{
private final double FISH_R;
private final double SHARK... |
3e1a4b1b55e2ee414a0f9171e22913729ae27cb5 | 3,892 | java | Java | log4j-plugins/src/main/java/org/apache/logging/log4j/plugins/util/PluginType.java | CrazyBills/logging-log4j2 | b5635efa03bed3098d447caf07c24b5defe8f68c | [
"Apache-2.0"
] | 3,034 | 2015-01-19T14:45:09.000Z | 2022-03-31T06:11:10.000Z | log4j-plugins/src/main/java/org/apache/logging/log4j/plugins/util/PluginType.java | CrazyBills/logging-log4j2 | b5635efa03bed3098d447caf07c24b5defe8f68c | [
"Apache-2.0"
] | 559 | 2015-03-11T15:45:08.000Z | 2022-03-31T17:56:24.000Z | log4j-plugins/src/main/java/org/apache/logging/log4j/plugins/util/PluginType.java | CrazyBills/logging-log4j2 | b5635efa03bed3098d447caf07c24b5defe8f68c | [
"Apache-2.0"
] | 1,620 | 2015-01-31T09:10:08.000Z | 2022-03-31T17:42:41.000Z | 32.165289 | 108 | 0.64517 | 11,180 | /*
* 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 n... |
3e1a4b27538fba1c6396634f96f7663231cdb956 | 2,827 | java | Java | nlpcraft/src/main/scala/org/apache/nlpcraft/model/opencensus/NCStackdriverStatsExporter.java | rahul3/incubator-nlpcraft | 7e19511724cb986a598b237512b32544dd457bfd | [
"Apache-2.0"
] | null | null | null | nlpcraft/src/main/scala/org/apache/nlpcraft/model/opencensus/NCStackdriverStatsExporter.java | rahul3/incubator-nlpcraft | 7e19511724cb986a598b237512b32544dd457bfd | [
"Apache-2.0"
] | 1 | 2021-12-14T21:58:04.000Z | 2021-12-14T21:58:04.000Z | nlpcraft/src/main/scala/org/apache/nlpcraft/model/opencensus/NCStackdriverStatsExporter.java | rahul3/incubator-nlpcraft | 7e19511724cb986a598b237512b32544dd457bfd | [
"Apache-2.0"
] | null | null | null | 43.492308 | 177 | 0.715953 | 11,181 | /*
* 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 ... |
3e1a4dc5386fe2558b76845c6adf49a8f0a85121 | 3,568 | java | Java | idol/src/main/java/com/hp/autonomy/searchcomponents/idol/fields/IdolFieldPathNormaliserImpl.java | hpautonomy/haven-search-components | b4e07af0f7a9bdbc28eaef82e8e13055324e1697 | [
"MIT"
] | 2 | 2016-04-15T16:08:13.000Z | 2016-10-31T05:08:57.000Z | idol/src/main/java/com/hp/autonomy/searchcomponents/idol/fields/IdolFieldPathNormaliserImpl.java | hpautonomy/haven-search-components | b4e07af0f7a9bdbc28eaef82e8e13055324e1697 | [
"MIT"
] | 1 | 2020-06-16T10:27:38.000Z | 2020-06-16T10:27:38.000Z | idol/src/main/java/com/hp/autonomy/searchcomponents/idol/fields/IdolFieldPathNormaliserImpl.java | hpautonomy/haven-search-components | b4e07af0f7a9bdbc28eaef82e8e13055324e1697 | [
"MIT"
] | 8 | 2016-02-25T21:27:47.000Z | 2017-07-31T15:23:30.000Z | 48.876712 | 163 | 0.722534 | 11,182 | /*
* (c) Copyright 2015 Micro Focus or one of its affiliates.
*
* Licensed under the MIT License (the "License"); you may not use this file
* except in compliance with the License.
*
* The only warranties for products and services of Micro Focus and its affiliates
* and licensors ("Micro Focus") are as may be se... |
3e1a4eacac129e509dfe37a8e056970d11e81e62 | 8,893 | java | Java | src-plugins/Dichromacy_/src/main/java/Dichromacy_.java | robertb-r/fiji | 4eb8d690811c5c9d746e673dbd7c3297ec12dfdf | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 1 | 2022-03-14T06:26:16.000Z | 2022-03-14T06:26:16.000Z | src-plugins/Dichromacy_/src/main/java/Dichromacy_.java | robertb-r/fiji | 4eb8d690811c5c9d746e673dbd7c3297ec12dfdf | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 1 | 2016-09-24T16:47:43.000Z | 2016-09-24T16:47:43.000Z | src-plugins/Dichromacy_/src/main/java/Dichromacy_.java | robertb-r/fiji | 4eb8d690811c5c9d746e673dbd7c3297ec12dfdf | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | 33.149254 | 100 | 0.62787 | 11,183 | import ij.*;
import ij.plugin.*;
import ij.process.*;
import ij.gui.*;
import java.awt.*;
import java.awt.image.*;
public class Dichromacy_ implements PlugIn {
/*
Simulation of dichromatic vision (colour blindness)
This code is an implementation of an algorithm described by Hans Brettel,
Francoise Vienot and John Mo... |
3e1a510dc71e564665029c20ad1dcb1edd149cf7 | 1,722 | java | Java | src/viaversion/viabackwards/protocol/protocol1_13to1_13_1/packets/InventoryPackets1_13_1.java | josesilveiraa/novoline | 9146c4add3aa518d9aa40560158e50be1b076cf0 | [
"Unlicense"
] | 5 | 2022-02-04T12:57:17.000Z | 2022-03-26T16:12:16.000Z | src/viaversion/viabackwards/protocol/protocol1_13to1_13_1/packets/InventoryPackets1_13_1.java | josesilveiraa/novoline | 9146c4add3aa518d9aa40560158e50be1b076cf0 | [
"Unlicense"
] | 2 | 2022-02-25T20:10:14.000Z | 2022-03-03T14:25:03.000Z | src/viaversion/viabackwards/protocol/protocol1_13to1_13_1/packets/InventoryPackets1_13_1.java | josesilveiraa/novoline | 9146c4add3aa518d9aa40560158e50be1b076cf0 | [
"Unlicense"
] | 1 | 2021-11-28T09:59:55.000Z | 2021-11-28T09:59:55.000Z | 40.046512 | 99 | 0.756678 | 11,184 | package viaversion.viabackwards.protocol.protocol1_13to1_13_1.packets;
import net.aQU;
import net.aoy;
import net.aqN;
import net.q1;
import net.uN;
import viaversion.viabackwards.protocol.protocol1_13to1_13_1.Protocol1_13To1_13_1;
import viaversion.viaversion.api.minecraft.item.Item;
import viaversion.viaversion.api.... |
3e1a51935281f3620a5086e37168429187ecbbf3 | 834 | java | Java | instagram-crawler-service/src/main/java/com/inshop/config/InstagramConfig.java | bbotio/inshop | 78734c6964c6a817548acae9f95331518d2431f8 | [
"Unlicense"
] | null | null | null | instagram-crawler-service/src/main/java/com/inshop/config/InstagramConfig.java | bbotio/inshop | 78734c6964c6a817548acae9f95331518d2431f8 | [
"Unlicense"
] | null | null | null | instagram-crawler-service/src/main/java/com/inshop/config/InstagramConfig.java | bbotio/inshop | 78734c6964c6a817548acae9f95331518d2431f8 | [
"Unlicense"
] | null | null | null | 29.785714 | 79 | 0.708633 | 11,185 | package com.inshop.config;
import org.jinstagram.auth.InstagramAuthService;
import org.jinstagram.auth.oauth.InstagramService;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
publ... |
3e1a51ad9fac1fb134e5e860bbed64426eb45a38 | 4,668 | java | Java | src/main/java/org/stormpx/dl/kit/Http.java | Stormpx/m3u8dl | dfe1b1640bc5f466e46be1534118f2d0055cde1d | [
"MIT"
] | null | null | null | src/main/java/org/stormpx/dl/kit/Http.java | Stormpx/m3u8dl | dfe1b1640bc5f466e46be1534118f2d0055cde1d | [
"MIT"
] | null | null | null | src/main/java/org/stormpx/dl/kit/Http.java | Stormpx/m3u8dl | dfe1b1640bc5f466e46be1534118f2d0055cde1d | [
"MIT"
] | null | null | null | 39.897436 | 187 | 0.529777 | 11,186 | package org.stormpx.dl.kit;
import java.io.IOException;
import java.net.*;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
import java.time.Duration;
import java.util.List;
import java.util.Objects;
import java.util.concurrent.CompletableFuture;
import j... |
3e1a52e591cb49891cacddf58d311c4aaed6481a | 1,680 | java | Java | src/test/java/com/cloudmersive/client/rt/model/SetFormFieldValueTest.java | Cloudmersive/Cloudmersive.APIClient.Java.RestTemplate | 4bc1c9de917eb099cc2bd9e985daa0ef570b6ea6 | [
"Apache-2.0"
] | 1 | 2021-02-14T19:52:25.000Z | 2021-02-14T19:52:25.000Z | src/test/java/com/cloudmersive/client/rt/model/SetFormFieldValueTest.java | Cloudmersive/Cloudmersive.APIClient.Java.RestTemplate | 4bc1c9de917eb099cc2bd9e985daa0ef570b6ea6 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/cloudmersive/client/rt/model/SetFormFieldValueTest.java | Cloudmersive/Cloudmersive.APIClient.Java.RestTemplate | 4bc1c9de917eb099cc2bd9e985daa0ef570b6ea6 | [
"Apache-2.0"
] | null | null | null | 22.4 | 92 | 0.680357 | 11,187 | /*
* convertapi
* Convert API lets you effortlessly convert file formats and types.
*
* The version of the OpenAPI document: v1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.c... |
3e1a535c72589a7dfcb201c0e66752a1c6412b6e | 10,570 | java | Java | backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MoveDisksCommand.java | phoenixsbk/kvmmgr | 1ed6230dc4246fe511eeb5fc9d0532d3e651b459 | [
"Apache-2.0"
] | 1 | 2019-01-12T06:46:55.000Z | 2019-01-12T06:46:55.000Z | backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MoveDisksCommand.java | phoenixsbk/kvmmgr | 1ed6230dc4246fe511eeb5fc9d0532d3e651b459 | [
"Apache-2.0"
] | null | null | null | backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MoveDisksCommand.java | phoenixsbk/kvmmgr | 1ed6230dc4246fe511eeb5fc9d0532d3e651b459 | [
"Apache-2.0"
] | 2 | 2016-03-09T16:37:23.000Z | 2022-01-19T13:12:27.000Z | 42.111554 | 133 | 0.699149 | 11,188 | package org.ovirt.engine.core.bll;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang.StringUtils;
import org.ovirt.engine.core.bll.utils.PermissionSubject;
import org.ovirt.engine.core.common.VdcObjectType;
im... |
3e1a53a1d37b3a764b2217518fb5aa79f10c5320 | 4,879 | java | Java | helix-admin-webapp/src/main/java/com/linkedin/helix/webapp/resources/StateModelsResource.java | prafullkotecha/helix | 83c7afd2829f58aba5832cde9514cfd6774865ef | [
"Apache-2.0"
] | null | null | null | helix-admin-webapp/src/main/java/com/linkedin/helix/webapp/resources/StateModelsResource.java | prafullkotecha/helix | 83c7afd2829f58aba5832cde9514cfd6774865ef | [
"Apache-2.0"
] | null | null | null | helix-admin-webapp/src/main/java/com/linkedin/helix/webapp/resources/StateModelsResource.java | prafullkotecha/helix | 83c7afd2829f58aba5832cde9514cfd6774865ef | [
"Apache-2.0"
] | null | null | null | 32.350993 | 155 | 0.732856 | 11,189 | /**
* Copyright (C) 2012 LinkedIn Inc <anpch@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... |
3e1a54140d6680daf9a7815c5dae567f6d14d14a | 5,588 | java | Java | src/main/java/frc/robot/subsystems/Maflipulator.java | lbrenn7/frc-2019 | e955a3c4887c5e01e4bad74e917ad1b86a313db1 | [
"MIT"
] | null | null | null | src/main/java/frc/robot/subsystems/Maflipulator.java | lbrenn7/frc-2019 | e955a3c4887c5e01e4bad74e917ad1b86a313db1 | [
"MIT"
] | null | null | null | src/main/java/frc/robot/subsystems/Maflipulator.java | lbrenn7/frc-2019 | e955a3c4887c5e01e4bad74e917ad1b86a313db1 | [
"MIT"
] | null | null | null | 31.044444 | 90 | 0.595562 | 11,190 | package frc.robot.subsystems;
import com.chopshop166.chopshoplib.outputs.SendableSpeedController;
import edu.wpi.first.wpilibj.PIDController;
import edu.wpi.first.wpilibj.GenericHID.Hand;
import edu.wpi.first.wpilibj.command.Command;
import edu.wpi.first.wpilibj.command.InstantCommand;
import edu.wpi.first.wpilibj.co... |
3e1a553ddb3265eae43ab36c2b8e66804e14a02b | 535 | java | Java | services/richMediaContentSearchService/src/main/java/de/imc/advancedMediaSearch/analytics/SearchAnalytics.java | rwth-acis/ROLE-SDK | 21bf79cae618caae5c6fff20851671bccc74ca92 | [
"Apache-2.0"
] | 6 | 2015-03-13T08:34:14.000Z | 2022-03-05T17:10:09.000Z | services/richMediaContentSearchService/src/main/java/de/imc/advancedMediaSearch/analytics/SearchAnalytics.java | rwth-acis/ROLE-SDK | 21bf79cae618caae5c6fff20851671bccc74ca92 | [
"Apache-2.0"
] | 15 | 2015-03-23T08:40:03.000Z | 2022-01-21T23:14:03.000Z | services/richMediaContentSearchService/src/main/java/de/imc/advancedMediaSearch/analytics/SearchAnalytics.java | rwth-acis/ROLE-SDK | 21bf79cae618caae5c6fff20851671bccc74ca92 | [
"Apache-2.0"
] | 2 | 2015-04-21T15:06:26.000Z | 2017-02-17T14:44:57.000Z | 18.931034 | 72 | 0.73224 | 11,191 | /**
* Project: richContentMediaSearchService
* ROLE-Project
* authors: nnheo@example.com, lyhxr@example.com
* This software uses the GNU GPL
*/
package de.imc.advancedMediaSearch.analytics;
/**
* This Class provides methods and members to measure Search Performance
* @author lyhxr@example.com
*
*/
public cla... |
3e1a558382781f1c430394cd74c47e04d9c3fd8b | 11,812 | java | Java | src/main/java/com/twilio/rest/preview/trustedComms/PhoneCall.java | WillBDaniels/twilio-java | 6bb7bf1e142cb57db4901ba6748e2816e29110ed | [
"MIT"
] | null | null | null | src/main/java/com/twilio/rest/preview/trustedComms/PhoneCall.java | WillBDaniels/twilio-java | 6bb7bf1e142cb57db4901ba6748e2816e29110ed | [
"MIT"
] | null | null | null | src/main/java/com/twilio/rest/preview/trustedComms/PhoneCall.java | WillBDaniels/twilio-java | 6bb7bf1e142cb57db4901ba6748e2816e29110ed | [
"MIT"
] | null | null | null | 30.595855 | 95 | 0.57409 | 11,192 | /**
* This code was generated by
* \ / _ _ _| _ _
* | (_)\/(_)(_|\/| |(/_ v1.0.0
* / /
*/
package com.twilio.rest.preview.trustedComms;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.J... |
3e1a55ab1c9116550d04c2e5cbf760a913c5181c | 6,133 | java | Java | commonsdk/src/main/java/com/common/widget/ImageTextCell.java | puming/ArchitectureNew | b054d1035679d8ba3439b41863d45be025210535 | [
"Apache-2.0"
] | 8 | 2020-03-28T08:24:49.000Z | 2021-07-09T07:54:33.000Z | commonsdk/src/main/java/com/common/widget/ImageTextCell.java | puming/ArchitectureNew | b054d1035679d8ba3439b41863d45be025210535 | [
"Apache-2.0"
] | null | null | null | commonsdk/src/main/java/com/common/widget/ImageTextCell.java | puming/ArchitectureNew | b054d1035679d8ba3439b41863d45be025210535 | [
"Apache-2.0"
] | null | null | null | 35.045714 | 114 | 0.645524 | 11,193 | package com.common.widget;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.util.TypedValue;
import android.view... |
3e1a55f14b687769bf68d9d84b5e929387abbd7c | 8,928 | java | Java | server/nswy-api-dev/nswy-member-service/src/main/java/com/ovit/nswy/member/service/impl/ProxyServiceImpl.java | tracy4262/zhenxingxiangcun | ea7f947814e4fc46ae872bb3477a5fa263c0a7a6 | [
"MIT"
] | 2 | 2020-10-26T04:34:07.000Z | 2021-02-24T03:02:36.000Z | server/nswy-api-dev/nswy-member-service/src/main/java/com/ovit/nswy/member/service/impl/ProxyServiceImpl.java | tracy4262/zhenxingxiangcun | ea7f947814e4fc46ae872bb3477a5fa263c0a7a6 | [
"MIT"
] | 18 | 2020-09-09T19:49:32.000Z | 2022-03-02T08:04:17.000Z | server/nswy-api-dev/nswy-member-service/src/main/java/com/ovit/nswy/member/service/impl/ProxyServiceImpl.java | tracy4262/zhenxingxiangcun | ea7f947814e4fc46ae872bb3477a5fa263c0a7a6 | [
"MIT"
] | 3 | 2019-09-25T07:05:35.000Z | 2021-01-17T08:06:39.000Z | 36.292683 | 145 | 0.614135 | 11,194 | package com.ovit.nswy.member.service.impl;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.ovit.nswy.member.mapper.ProxyCorpInfoMapper;
import com.ovit.nswy.member.mapper.ProxyGovInfoMapper;
import com.o... |
3e1a565ce6b2a27d299de6e07e08fa1e1fd5733b | 2,626 | java | Java | client-app/src/main/java/sample/web/CustomAuthorizationRequestResolver.java | jzheaux/springone2018 | 392a1eb724b7447928c750fb2e47c22ed26d144e | [
"Apache-2.0"
] | 45 | 2018-09-25T17:56:51.000Z | 2021-10-17T03:00:18.000Z | client-app/src/main/java/sample/web/CustomAuthorizationRequestResolver.java | jzheaux/springone2018 | 392a1eb724b7447928c750fb2e47c22ed26d144e | [
"Apache-2.0"
] | 2 | 2018-10-31T11:51:24.000Z | 2020-05-01T06:32:44.000Z | client-app/src/main/java/sample/web/CustomAuthorizationRequestResolver.java | jzheaux/springone2018 | 392a1eb724b7447928c750fb2e47c22ed26d144e | [
"Apache-2.0"
] | 29 | 2018-09-25T18:14:52.000Z | 2021-11-11T10:00:01.000Z | 40.4 | 113 | 0.819117 | 11,195 | /*
* Copyright 2002-2018 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... |
3e1a57eaf4b3f0e983691fefae4313d122550c60 | 1,897 | java | Java | src/ql/src/java/org/apache/hadoop/hive/ql/io/HiveRecordReader.java | pentaho/hive-0.7.0 | aeefdef0f9f262b7618bed1eeff71c902e013ffa | [
"Apache-2.0"
] | null | null | null | src/ql/src/java/org/apache/hadoop/hive/ql/io/HiveRecordReader.java | pentaho/hive-0.7.0 | aeefdef0f9f262b7618bed1eeff71c902e013ffa | [
"Apache-2.0"
] | null | null | null | src/ql/src/java/org/apache/hadoop/hive/ql/io/HiveRecordReader.java | pentaho/hive-0.7.0 | aeefdef0f9f262b7618bed1eeff71c902e013ffa | [
"Apache-2.0"
] | 12 | 2015-04-18T00:21:12.000Z | 2021-08-13T01:36:57.000Z | 27.492754 | 79 | 0.740116 | 11,196 | /*!
* Copyright 2010 - 2013 Pentaho Corporation. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e1a5802d8c501fc1236ba6d6fc4b620a4ace769 | 320 | java | Java | app/src/main/java/distudios/at/carcassonne/engine/logic/ZergRace.java | GustavAT/Carcassonne- | d8752fe6b0843fa690d2eab9c1deeb70fd6ef2c8 | [
"MIT"
] | 3 | 2018-03-20T09:41:52.000Z | 2018-04-08T15:35:32.000Z | app/src/main/java/distudios/at/carcassonne/engine/logic/ZergRace.java | GustavAT/Carcassonne- | d8752fe6b0843fa690d2eab9c1deeb70fd6ef2c8 | [
"MIT"
] | 23 | 2018-03-22T14:06:08.000Z | 2018-06-16T17:05:12.000Z | app/src/main/java/distudios/at/carcassonne/engine/logic/ZergRace.java | GustavAT/Carcassonne- | d8752fe6b0843fa690d2eab9c1deeb70fd6ef2c8 | [
"MIT"
] | null | null | null | 24.615385 | 54 | 0.66875 | 11,197 | package distudios.at.carcassonne.engine.logic;
public class ZergRace extends Player {
// ZERG Race is weak but can overwhelm other races
public ZergRace(int playerID) {
super(playerID);
this.peeps = 20;
this.scoreMultiplierTotal = 0.5f;
this.canSetMultiplePeeps = true;
}
}
|
3e1a5850cdb8b4dac201a3b5b7f62c87695de19e | 1,704 | java | Java | servers/zts/src/main/java/com/yahoo/athenz/zts/utils/IPPrefix.java | tatyano/athenz | 372ebdb1ecd33f9e67587534ce26837e15780b21 | [
"Apache-2.0"
] | 1 | 2019-05-07T00:19:54.000Z | 2019-05-07T00:19:54.000Z | servers/zts/src/main/java/com/yahoo/athenz/zts/utils/IPPrefix.java | tatyano/athenz | 372ebdb1ecd33f9e67587534ce26837e15780b21 | [
"Apache-2.0"
] | null | null | null | servers/zts/src/main/java/com/yahoo/athenz/zts/utils/IPPrefix.java | tatyano/athenz | 372ebdb1ecd33f9e67587534ce26837e15780b21 | [
"Apache-2.0"
] | 3 | 2017-01-15T23:41:51.000Z | 2019-04-17T07:58:08.000Z | 26.215385 | 75 | 0.693662 | 11,198 | /*
* Copyright 2018 Oath Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... |
3e1a58b4559bb14166647f6073bc53135836d1dd | 41,924 | java | Java | src/main/java/GeoFlink/spatialOperators/TAggregateQuery.java | RackiLovro/UVPPVP | 394f98318883658c5e70c3ef04c5e8a182909f0d | [
"Apache-2.0"
] | null | null | null | src/main/java/GeoFlink/spatialOperators/TAggregateQuery.java | RackiLovro/UVPPVP | 394f98318883658c5e70c3ef04c5e8a182909f0d | [
"Apache-2.0"
] | null | null | null | src/main/java/GeoFlink/spatialOperators/TAggregateQuery.java | RackiLovro/UVPPVP | 394f98318883658c5e70c3ef04c5e8a182909f0d | [
"Apache-2.0"
] | 1 | 2021-10-06T02:30:16.000Z | 2021-10-06T02:30:16.000Z | 50.510843 | 235 | 0.600205 | 11,199 | package GeoFlink.spatialOperators;
import GeoFlink.spatialObjects.Point;
import GeoFlink.utils.HelperClass;
import org.apache.flink.api.common.functions.FilterFunction;
import org.apache.flink.api.common.functions.RichMapFunction;
import org.apache.flink.api.common.state.MapState;
import org.apache.flink.api.common.st... |
3e1a59b5e6dc009b9fe3c8a323ca637266562a81 | 2,813 | java | Java | qinsql-main/src/main/java/com/facebook/presto/operator/scalar/JsonStringToRowCast.java | codefollower/QinSQL | d85650206b3d2d7374520d344e4745fe1847b2a5 | [
"Apache-2.0"
] | 9,782 | 2016-03-18T15:16:19.000Z | 2022-03-31T07:49:41.000Z | qinsql-main/src/main/java/com/facebook/presto/operator/scalar/JsonStringToRowCast.java | codefollower/QinSQL | d85650206b3d2d7374520d344e4745fe1847b2a5 | [
"Apache-2.0"
] | 10,310 | 2016-03-18T01:03:00.000Z | 2022-03-31T23:54:08.000Z | qinsql-main/src/main/java/com/facebook/presto/operator/scalar/JsonStringToRowCast.java | codefollower/QinSQL | d85650206b3d2d7374520d344e4745fe1847b2a5 | [
"Apache-2.0"
] | 3,803 | 2016-03-18T22:54:24.000Z | 2022-03-31T07:49:46.000Z | 37.506667 | 146 | 0.749378 | 11,200 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
3e1a5a11edba7278ed22feb69b6a6eecb578da72 | 3,071 | java | Java | app/src/main/java/rs/ftn/pma/tourismobile/activities/TagDetailsActivity.java | danielkupco/Tourismobile | 6352930117b3de5b9ba3e7b44c9b91c2cd4fb025 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/rs/ftn/pma/tourismobile/activities/TagDetailsActivity.java | danielkupco/Tourismobile | 6352930117b3de5b9ba3e7b44c9b91c2cd4fb025 | [
"Apache-2.0"
] | 10 | 2016-06-13T18:28:10.000Z | 2016-07-04T00:41:34.000Z | app/src/main/java/rs/ftn/pma/tourismobile/activities/TagDetailsActivity.java | danielkupco/Tourismobile | 6352930117b3de5b9ba3e7b44c9b91c2cd4fb025 | [
"Apache-2.0"
] | null | null | null | 28.174312 | 121 | 0.700423 | 11,201 | package rs.ftn.pma.tourismobile.activities;
import android.content.Intent;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.TextView;
import org.androidannotations.annotations.AfterExtras... |
3e1a5b34ddfa2baaa39a32e9ff3f2d849baebe1b | 4,996 | java | Java | presto-orc/src/main/java/io/prestosql/orc/reader/AbstractNumericColumnReader.java | chandana496/hetu-core | f6976233f7d44d33b8ed1d0befd582f151beecff | [
"Apache-2.0"
] | 476 | 2020-06-30T14:24:39.000Z | 2022-03-29T13:13:33.000Z | presto-orc/src/main/java/io/prestosql/orc/reader/AbstractNumericColumnReader.java | chandana496/hetu-core | f6976233f7d44d33b8ed1d0befd582f151beecff | [
"Apache-2.0"
] | 316 | 2020-06-30T11:44:52.000Z | 2022-03-30T11:08:04.000Z | presto-orc/src/main/java/io/prestosql/orc/reader/AbstractNumericColumnReader.java | chandana496/hetu-core | f6976233f7d44d33b8ed1d0befd582f151beecff | [
"Apache-2.0"
] | 326 | 2020-06-30T11:40:14.000Z | 2022-03-31T07:55:03.000Z | 33.306667 | 151 | 0.73739 | 11,202 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
3e1a5c5c1a5e7a38bc06e9f6477d1a13622339f0 | 577 | java | Java | app/src/main/java/com/yetwish/weixinaudiochat/model/Recorder.java | yetwish/imooc-WeixinAudioChat | 11b1688b91634e8a41c0e35025fef812f6269386 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/yetwish/weixinaudiochat/model/Recorder.java | yetwish/imooc-WeixinAudioChat | 11b1688b91634e8a41c0e35025fef812f6269386 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/yetwish/weixinaudiochat/model/Recorder.java | yetwish/imooc-WeixinAudioChat | 11b1688b91634e8a41c0e35025fef812f6269386 | [
"Apache-2.0"
] | null | null | null | 17.484848 | 50 | 0.608319 | 11,203 | package com.yetwish.weixinaudiochat.model;
/**
* 录音信息类
* Created by yetwish on 2015-05-07
*/
public class Recorder {
private float time;
private String filePath;
public Recorder(float time, String filePath) {
this.time = time;
this.filePath = filePath;
}
public float getTime()... |
3e1a5d6c7586eff96c9eaf6a120ad222acb2d9e7 | 4,449 | java | Java | src/main/java/org/nuxeo/onedrive/client/OneDriveThumbnailSet.java | datheng/onedrive-java-client | 8734845bdf4289a353c8a57a54c3c3e872abcfd6 | [
"Apache-2.0"
] | 48 | 2016-03-30T06:44:03.000Z | 2022-03-10T10:40:04.000Z | src/main/java/org/nuxeo/onedrive/client/OneDriveThumbnailSet.java | datheng/onedrive-java-client | 8734845bdf4289a353c8a57a54c3c3e872abcfd6 | [
"Apache-2.0"
] | 3 | 2018-10-05T11:17:13.000Z | 2021-05-03T15:03:13.000Z | src/main/java/org/nuxeo/onedrive/client/OneDriveThumbnailSet.java | datheng/onedrive-java-client | 8734845bdf4289a353c8a57a54c3c3e872abcfd6 | [
"Apache-2.0"
] | 16 | 2016-03-11T02:43:40.000Z | 2022-03-06T22:35:57.000Z | 30.895833 | 94 | 0.606878 | 11,204 | /*
* (C) Copyright 2016 Nuxeo SA (http://nuxeo.com/) and others.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... |
3e1a5e272ec53b81684ff21063bf119d19fb9f4a | 949 | java | Java | aop-features/src/main/java/com/xiaobei/spring/aop/demo/AspectJAnnotationDemo.java | xiaobei-ihmhny/spring-demo-parent | d33b906b3e4531a4201b2a2fd2fd1fcefa78c6bd | [
"Apache-2.0"
] | null | null | null | aop-features/src/main/java/com/xiaobei/spring/aop/demo/AspectJAnnotationDemo.java | xiaobei-ihmhny/spring-demo-parent | d33b906b3e4531a4201b2a2fd2fd1fcefa78c6bd | [
"Apache-2.0"
] | 2 | 2020-08-08T15:33:36.000Z | 2020-08-16T22:29:02.000Z | aop-features/src/main/java/com/xiaobei/spring/aop/demo/AspectJAnnotationDemo.java | xiaobei-ihmhny/spring-demo-parent | d33b906b3e4531a4201b2a2fd2fd1fcefa78c6bd | [
"Apache-2.0"
] | null | null | null | 35.185185 | 81 | 0.76 | 11,205 | package com.xiaobei.spring.aop.demo;
import com.xiaobei.spring.aop.demo.config.AspectDemo;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* 注解方式激活 AspectJ
... |
3e1a5e2abcbba5ea200b5f573b946e8debc8457e | 6,465 | java | Java | edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradeMapping.java | danadel/sakai | 68947659150056932d0896237eaeb0ed38c3fc7f | [
"ECL-2.0"
] | 13 | 2016-05-25T16:12:49.000Z | 2021-04-09T01:49:24.000Z | edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradeMapping.java | danadel/sakai | 68947659150056932d0896237eaeb0ed38c3fc7f | [
"ECL-2.0"
] | 265 | 2015-10-19T02:40:55.000Z | 2022-03-28T07:24:49.000Z | edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradeMapping.java | danadel/sakai | 68947659150056932d0896237eaeb0ed38c3fc7f | [
"ECL-2.0"
] | 7 | 2016-02-08T11:41:40.000Z | 2021-06-08T18:18:02.000Z | 27.278481 | 135 | 0.653364 | 11,206 | /**********************************************************************************
*
* $Id$
*
***********************************************************************************
*
* Copyright (c) 2005, 2006, 2007, 2008 The Sakai Foundation, The MIT Corporation
*
* Licensed under the Educational Community License, V... |
3e1a5e3665d7f5459973223af8e217129a2392db | 1,431 | java | Java | deployment/provisioning/src/main/java/SimpleHasher.java | meltmedia/cadmium | bca585030e141803a73b58abb128d130157b6ddf | [
"Apache-2.0"
] | 1 | 2016-11-14T03:57:15.000Z | 2016-11-14T03:57:15.000Z | deployment/provisioning/src/main/java/SimpleHasher.java | lovehoroscoper/cadmium | bca585030e141803a73b58abb128d130157b6ddf | [
"Apache-2.0"
] | 12 | 2015-04-13T17:45:53.000Z | 2022-01-27T16:18:25.000Z | deployment/provisioning/src/main/java/SimpleHasher.java | lovehoroscoper/cadmium | bca585030e141803a73b58abb128d130157b6ddf | [
"Apache-2.0"
] | 3 | 2015-05-21T22:01:43.000Z | 2016-11-14T03:45:35.000Z | 34.902439 | 84 | 0.737945 | 11,207 | import org.apache.shiro.authc.credential.DefaultPasswordService;
import org.apache.shiro.crypto.SecureRandomNumberGenerator;
import org.apache.shiro.crypto.hash.SimpleHash;
import org.apache.shiro.crypto.hash.format.DefaultHashFormatFactory;
import org.apache.shiro.crypto.hash.format.HashFormat;
import org.apache.shiro... |
3e1a5e93448b12cac9433585b1b25bc268362b2b | 2,269 | java | Java | server/src/main/java/io/deephaven/server/table/ops/MergeTablesGrpcImpl.java | mattrunyon/deephaven-core | 80e3567e4647ab76a81e483d0a8ab542f9aadace | [
"MIT"
] | 55 | 2021-05-11T16:01:59.000Z | 2022-03-30T14:30:33.000Z | server/src/main/java/io/deephaven/server/table/ops/MergeTablesGrpcImpl.java | mattrunyon/deephaven-core | 80e3567e4647ab76a81e483d0a8ab542f9aadace | [
"MIT"
] | 943 | 2021-05-10T14:00:02.000Z | 2022-03-31T21:28:15.000Z | server/src/main/java/io/deephaven/server/table/ops/MergeTablesGrpcImpl.java | mattrunyon/deephaven-core | 80e3567e4647ab76a81e483d0a8ab542f9aadace | [
"MIT"
] | 29 | 2021-05-10T11:33:16.000Z | 2022-03-30T21:01:54.000Z | 37.816667 | 118 | 0.721022 | 11,208 | package io.deephaven.server.table.ops;
import com.google.rpc.Code;
import io.deephaven.base.verify.Assert;
import io.deephaven.engine.table.Table;
import io.deephaven.engine.updategraph.UpdateGraphProcessor;
import io.deephaven.engine.util.TableTools;
import io.deephaven.extensions.barrage.util.GrpcUtil;
import io.dee... |
3e1a5ede47eb591d997015be0c59b2638bc2928f | 339 | java | Java | backend/src/main/java/com/fellas/bespoke/controller/dto/request/QuestionRequest.java | altugcagri/boun-swe-574 | 2490800f92b9439a1b0bea46abcc3716acf85ea8 | [
"Apache-2.0"
] | 7 | 2019-09-24T06:08:44.000Z | 2019-11-01T22:01:02.000Z | backend/src/main/java/com/fellas/bespoke/controller/dto/request/QuestionRequest.java | altugcagri/boun-swe-574 | 2490800f92b9439a1b0bea46abcc3716acf85ea8 | [
"Apache-2.0"
] | 71 | 2019-09-25T08:39:42.000Z | 2022-03-08T23:03:10.000Z | backend/src/main/java/com/fellas/bespoke/controller/dto/request/QuestionRequest.java | altugcagri/boun-swe-574 | 2490800f92b9439a1b0bea46abcc3716acf85ea8 | [
"Apache-2.0"
] | null | null | null | 14.73913 | 50 | 0.772861 | 11,209 | package com.fellas.bespoke.controller.dto.request;
import lombok.*;
import org.springframework.lang.NonNull;
import javax.validation.constraints.NotBlank;
@Getter
@Setter
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class QuestionRequest {
@NonNull
private Long contentId;
@NotBlank
privat... |
3e1a5f607de5234a674c60f2e978f92a7b197e73 | 3,351 | java | Java | src/test/java/com/coyotesong/coursera/cloud/hadoop/io/AirlineFlightDelaysWritableTest.java | beargiles/coursera-cloud-capstone | fc2a86c95856c37dc0f83f748324d63497680410 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/coyotesong/coursera/cloud/hadoop/io/AirlineFlightDelaysWritableTest.java | beargiles/coursera-cloud-capstone | fc2a86c95856c37dc0f83f748324d63497680410 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/coyotesong/coursera/cloud/hadoop/io/AirlineFlightDelaysWritableTest.java | beargiles/coursera-cloud-capstone | fc2a86c95856c37dc0f83f748324d63497680410 | [
"Apache-2.0"
] | 1 | 2019-06-24T18:23:55.000Z | 2019-06-24T18:23:55.000Z | 35.273684 | 119 | 0.670845 | 11,210 | package com.coyotesong.coursera.cloud.hadoop.io;
import org.junit.Test;
import com.coyotesong.coursera.cloud.domain.AirlineFlightDelays;
import static org.junit.Assert.*;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java.io.DataOutputStream;
impor... |
3e1a5fd34ddf77b25a030431731dd9e3204c800b | 1,575 | java | Java | ratis-test/src/test/java/org/apache/ratis/shell/cli/sh/StringPrintStream.java | asad-awadia/ratis | afd33f77c5e080022ff86725f66c66ae4d9e8d06 | [
"Apache-2.0"
] | null | null | null | ratis-test/src/test/java/org/apache/ratis/shell/cli/sh/StringPrintStream.java | asad-awadia/ratis | afd33f77c5e080022ff86725f66c66ae4d9e8d06 | [
"Apache-2.0"
] | null | null | null | ratis-test/src/test/java/org/apache/ratis/shell/cli/sh/StringPrintStream.java | asad-awadia/ratis | afd33f77c5e080022ff86725f66c66ae4d9e8d06 | [
"Apache-2.0"
] | null | null | null | 32.8125 | 75 | 0.751111 | 11,211 | /*
* 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 ... |
3e1a6000eab5a4e3c5f4df36c2e6b96f324b8825 | 1,094 | java | Java | Telegram/src/main/java/com/github/jolice/bot/telegram/attachment/TelegramPhotoAttachment.java | severnake/BotPlatform | 3a80bab3fa1725bdee6a5cd788c04225afc79209 | [
"MIT"
] | 4 | 2019-10-03T19:22:58.000Z | 2019-12-05T06:02:28.000Z | Telegram/src/main/java/com/github/jolice/bot/telegram/attachment/TelegramPhotoAttachment.java | jolice/BotPlatform | 3a80bab3fa1725bdee6a5cd788c04225afc79209 | [
"MIT"
] | null | null | null | Telegram/src/main/java/com/github/jolice/bot/telegram/attachment/TelegramPhotoAttachment.java | jolice/BotPlatform | 3a80bab3fa1725bdee6a5cd788c04225afc79209 | [
"MIT"
] | 1 | 2019-12-05T06:02:31.000Z | 2019-12-05T06:02:31.000Z | 34.1875 | 108 | 0.785192 | 11,212 | package com.github.jolice.bot.telegram.attachment;
import com.pengrad.telegrambot.model.request.InputMediaPhoto;
import com.pengrad.telegrambot.request.SendPhoto;
import com.github.jolice.bot.telegram.attachment.support.AttachmentConfigurer;
import lombok.EqualsAndHashCode;
import lombok.ToString;
import com.github.jo... |
3e1a6009c41d6b04b4ea0e5f72d9e2234f030e71 | 706 | java | Java | android/src/main/java/com/reactnativedirectpaysdk/DirectpaySdkPackage.java | directpaylk/react-native-directpay-ipg | 806c23de6b88dc62324cfff84ebf23d93dffb6de | [
"MIT"
] | null | null | null | android/src/main/java/com/reactnativedirectpaysdk/DirectpaySdkPackage.java | directpaylk/react-native-directpay-ipg | 806c23de6b88dc62324cfff84ebf23d93dffb6de | [
"MIT"
] | null | null | null | android/src/main/java/com/reactnativedirectpaysdk/DirectpaySdkPackage.java | directpaylk/react-native-directpay-ipg | 806c23de6b88dc62324cfff84ebf23d93dffb6de | [
"MIT"
] | null | null | null | 30.695652 | 89 | 0.796034 | 11,213 | package com.reactnativedirectpaysdk;
import com.facebook.react.ReactPackage;
import com.facebook.react.bridge.NativeModule;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.uimanager.ViewManager;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
public c... |
3e1a606878ab16a76bb30be0c6150c095942198d | 3,010 | java | Java | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Red_jewel.java | ninjazrb/6717_ftc_app | ab6c65265b7293106ce051065d32fb0c86df9536 | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Red_jewel.java | ninjazrb/6717_ftc_app | ab6c65265b7293106ce051065d32fb0c86df9536 | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Red_jewel.java | ninjazrb/6717_ftc_app | ab6c65265b7293106ce051065d32fb0c86df9536 | [
"MIT"
] | null | null | null | 31.030928 | 111 | 0.619601 | 11,214 | package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
import com.qualcomm.robotcore.hardware.ColorSensor;
import com.qualcomm.robotcore.hardware.DcMotor;
import com.qualcomm.robotcore.hardware.Servo;
import com.qu... |
3e1a61dd23c182d907c3da3a781bba6c1269008d | 7,836 | java | Java | solver/src/main/java/io/nybbles/nqueens/visualizer/SolutionsPanel.java | jeffpanici75/n-queens | fe476c01bea7ab920f5c6571aa6e2aead16c3c21 | [
"MIT"
] | null | null | null | solver/src/main/java/io/nybbles/nqueens/visualizer/SolutionsPanel.java | jeffpanici75/n-queens | fe476c01bea7ab920f5c6571aa6e2aead16c3c21 | [
"MIT"
] | null | null | null | solver/src/main/java/io/nybbles/nqueens/visualizer/SolutionsPanel.java | jeffpanici75/n-queens | fe476c01bea7ab920f5c6571aa6e2aead16c3c21 | [
"MIT"
] | 1 | 2019-12-18T07:34:39.000Z | 2019-12-18T07:34:39.000Z | 44.271186 | 100 | 0.642164 | 11,215 | package io.nybbles.nqueens.visualizer;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import static io.nybbles.nqueens.visualizer.ChessBoardPanel.FilterType.*;
public class SolutionsPanel extends JPanel {
private final ChessBoardPanel _chessBoard... |
3e1a6235dddd9129d18dfdef38f3c1d504b60993 | 327 | java | Java | POO/src/avioes/Aviao.java | osvaldosandoli/javase | 7bb2c7eb9f8bf5c18f9462b8ed19c0065dafd2bf | [
"MIT"
] | null | null | null | POO/src/avioes/Aviao.java | osvaldosandoli/javase | 7bb2c7eb9f8bf5c18f9462b8ed19c0065dafd2bf | [
"MIT"
] | null | null | null | POO/src/avioes/Aviao.java | osvaldosandoli/javase | 7bb2c7eb9f8bf5c18f9462b8ed19c0065dafd2bf | [
"MIT"
] | null | null | null | 15.571429 | 46 | 0.648318 | 11,216 | package avioes;
import carros.Carro;
public class Aviao extends Carro {
public double envergadura;
public boolean tremPouso;
/**
* aterrzar
*/
public void aterrizar() {
System.out.println("Aviao pousou________");
}
/**
* acelerar
*/
public void acelerar() {
System.out.println("Aviao");
... |
3e1a644e0996f4679f45e1d32be8e7ba7c2000b7 | 763 | java | Java | src/main/java/net/minecraft/client/renderer/GLAllocation.java | grialion/Modern-Utility | 4f1f75748ca83b8ccde5ed79bf3816c52ff425ec | [
"MIT"
] | null | null | null | src/main/java/net/minecraft/client/renderer/GLAllocation.java | grialion/Modern-Utility | 4f1f75748ca83b8ccde5ed79bf3816c52ff425ec | [
"MIT"
] | null | null | null | src/main/java/net/minecraft/client/renderer/GLAllocation.java | grialion/Modern-Utility | 4f1f75748ca83b8ccde5ed79bf3816c52ff425ec | [
"MIT"
] | null | null | null | 28.259259 | 120 | 0.722149 | 11,217 | package net.minecraft.client.renderer;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.FloatBuffer;
public class GLAllocation
{
/**
* Creates and returns a direct byte buffer with the specified capacity. Applies native ordering to speed up access.
*/
public static synchronize... |
3e1a645a0a48a8970b09e8afa531b2c2eef2ad41 | 1,115 | java | Java | DBConnnection/src/com/test/ConnectionManager.java | realspeed/SOAP-Training_Allianz | 70e25833152bc35a7239b087049aff298b6a22eb | [
"Unlicense"
] | null | null | null | DBConnnection/src/com/test/ConnectionManager.java | realspeed/SOAP-Training_Allianz | 70e25833152bc35a7239b087049aff298b6a22eb | [
"Unlicense"
] | null | null | null | DBConnnection/src/com/test/ConnectionManager.java | realspeed/SOAP-Training_Allianz | 70e25833152bc35a7239b087049aff298b6a22eb | [
"Unlicense"
] | null | null | null | 27.195122 | 95 | 0.70583 | 11,218 | package com.test;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class ConnectionManager {
static Connection con=null;
public static Connection getConnection() {
try {
//Class.forName("oracle.jdbc.driver.Orac... |
3e1a64653759735328312678f0753a372c3657c9 | 4,094 | java | Java | src/main/java/com/cellulant/Application.java | msegeya-interview/CellulantApp | 138193fb1bee98ef89898bd59e8dcd45024a2579 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/cellulant/Application.java | msegeya-interview/CellulantApp | 138193fb1bee98ef89898bd59e8dcd45024a2579 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/cellulant/Application.java | msegeya-interview/CellulantApp | 138193fb1bee98ef89898bd59e8dcd45024a2579 | [
"Apache-2.0"
] | null | null | null | 36.230088 | 254 | 0.717391 | 11,219 | package com.cellulant;
import com.cellulant.domain.Mileage;
import com.cellulant.repository.MileageRepository;
import com.cellulant.services.CellulantMileageMockedService;
import com.cellulant.services.DateAndTimeConversionService;
import com.cellulant.services.MileageService;
import com.cellulant.services.PdfReportGe... |
3e1a648375cdbef318015ada32aee0b10c98911a | 1,720 | java | Java | veeline/src/main/java/sqlline/TableNameCompleter.java | breadchen/verdictdb | e64ae67135a21d79c6c1ba7c578a1dbcdba5bba4 | [
"Apache-2.0"
] | 1 | 2018-05-07T07:29:55.000Z | 2018-05-07T07:29:55.000Z | veeline/src/main/java/sqlline/TableNameCompleter.java | breadchen/verdictdb | e64ae67135a21d79c6c1ba7c578a1dbcdba5bba4 | [
"Apache-2.0"
] | 1 | 2018-05-07T06:30:41.000Z | 2018-05-07T06:30:41.000Z | veeline/src/main/java/sqlline/TableNameCompleter.java | breadchen/verdictdb | e64ae67135a21d79c6c1ba7c578a1dbcdba5bba4 | [
"Apache-2.0"
] | null | null | null | 30.175439 | 75 | 0.736047 | 11,220 | /*
* Copyright 2017 University of Michigan
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... |
3e1a6485784ffe0893bba4174b9d1456e0426a9b | 680 | java | Java | ServerV0000/src/org/reldb/rel/v0/vm/instructions/tupleIteratable/OpTupleIteratableProject.java | DaveVoorhis/Rel | c4c0fa7843747b10923d27183536641cd1fda117 | [
"Apache-2.0"
] | 89 | 2015-04-21T22:34:19.000Z | 2022-02-20T06:00:26.000Z | ServerV0000/src/org/reldb/rel/v0/vm/instructions/tupleIteratable/OpTupleIteratableProject.java | DaveVoorhis/Rel | c4c0fa7843747b10923d27183536641cd1fda117 | [
"Apache-2.0"
] | 2 | 2018-09-21T22:27:49.000Z | 2021-06-07T14:03:15.000Z | ServerV0000/src/org/reldb/rel/v0/vm/instructions/tupleIteratable/OpTupleIteratableProject.java | DaveVoorhis/Rel | c4c0fa7843747b10923d27183536641cd1fda117 | [
"Apache-2.0"
] | 9 | 2015-04-03T16:27:38.000Z | 2021-06-07T13:52:52.000Z | 27.2 | 81 | 0.747059 | 11,221 | /**
*
*/
package org.reldb.rel.v0.vm.instructions.tupleIteratable;
import org.reldb.rel.v0.types.AttributeMap;
import org.reldb.rel.v0.values.TupleIteratable;
import org.reldb.rel.v0.vm.Context;
import org.reldb.rel.v0.vm.Instruction;
public final class OpTupleIteratableProject extends Instruction {
private Attr... |
3e1a65bb7ee24ca5a07a41c86b8bca8e2474236d | 1,204 | java | Java | super-devops-iam/super-devops-iam-security/src/main/java/com/wl4g/devops/iam/authc/GithubAuthenticationToken.java | zhangzhizhong520/super-devops | 31379ba623d8c81b1543d99534365b1c5e3daf75 | [
"Apache-2.0"
] | 1 | 2019-11-11T08:28:05.000Z | 2019-11-11T08:28:05.000Z | super-devops-iam/super-devops-iam-security/src/main/java/com/wl4g/devops/iam/authc/GithubAuthenticationToken.java | zhangzhizhong520/super-devops | 31379ba623d8c81b1543d99534365b1c5e3daf75 | [
"Apache-2.0"
] | null | null | null | super-devops-iam/super-devops-iam-security/src/main/java/com/wl4g/devops/iam/authc/GithubAuthenticationToken.java | zhangzhizhong520/super-devops | 31379ba623d8c81b1543d99534365b1c5e3daf75 | [
"Apache-2.0"
] | null | null | null | 34.371429 | 117 | 0.737323 | 11,222 | /*
* Copyright 2017 ~ 2025 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 req... |
3e1a6620822563c09a11bad461c0c15fcac972e5 | 2,434 | java | Java | src/cmps252/HW4_2/UnitTesting/record_150.java | issasaidi/cmps252_hw4.2 | f8e96065e2a4f172c8b685f03f954694f4810c14 | [
"MIT"
] | 1 | 2020-11-03T07:31:40.000Z | 2020-11-03T07:31:40.000Z | src/cmps252/HW4_2/UnitTesting/record_150.java | issasaidi/cmps252_hw4.2 | f8e96065e2a4f172c8b685f03f954694f4810c14 | [
"MIT"
] | 2 | 2020-10-27T17:31:16.000Z | 2020-10-28T02:16:49.000Z | src/cmps252/HW4_2/UnitTesting/record_150.java | issasaidi/cmps252_hw4.2 | f8e96065e2a4f172c8b685f03f954694f4810c14 | [
"MIT"
] | 108 | 2020-10-26T11:54:05.000Z | 2021-01-16T20:00:17.000Z | 25.395833 | 77 | 0.732568 | 11,223 | package cmps252.HW4_2.UnitTesting;
import static org.junit.jupiter.api.Assertions.*;
import java.io.FileNotFoundException;
import java.util.List;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import cmps252.HW4_2.... |
3e1a675af098b8cbe61ea9ed88825a3f0b797bfe | 2,169 | java | Java | sources/com/flurry/sdk/C7508dc.java | tusharchoudhary0003/Custom-Football-Game | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | [
"MIT"
] | 1 | 2019-10-01T11:34:10.000Z | 2019-10-01T11:34:10.000Z | sources/com/flurry/sdk/C7508dc.java | tusharchoudhary0003/Custom-Football-Game | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | [
"MIT"
] | null | null | null | sources/com/flurry/sdk/C7508dc.java | tusharchoudhary0003/Custom-Football-Game | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | [
"MIT"
] | 1 | 2020-05-26T05:10:33.000Z | 2020-05-26T05:10:33.000Z | 32.373134 | 141 | 0.552328 | 11,224 | package com.flurry.sdk;
/* renamed from: com.flurry.sdk.dc */
public final class C7508dc {
/* renamed from: a */
public static final String f14798a = C7508dc.class.getSimpleName();
/* renamed from: b */
private static C7508dc f14799b = null;
/* renamed from: c */
public boolean f14800c = fal... |
3e1a6868f91f8da87a005d0c05dd6409aa709f31 | 493 | java | Java | graphics-by-opengl-j2se/src/main/java/com/nucleus/vulkan/structs/VertexInputBindingDescription.java | rsahlin/graphics-by-opengl | a90ad4e649967f0dfac11017a4dc0ad97a0703e2 | [
"Apache-2.0"
] | 14 | 2015-04-10T11:23:29.000Z | 2022-03-30T14:05:54.000Z | graphics-by-opengl-j2se/src/main/java/com/nucleus/vulkan/structs/VertexInputBindingDescription.java | rsahlin/graphics-by-opengl | a90ad4e649967f0dfac11017a4dc0ad97a0703e2 | [
"Apache-2.0"
] | 2 | 2015-12-21T06:27:20.000Z | 2018-06-19T08:03:02.000Z | graphics-by-opengl-j2se/src/main/java/com/nucleus/vulkan/structs/VertexInputBindingDescription.java | rsahlin/graphics-by-opengl | a90ad4e649967f0dfac11017a4dc0ad97a0703e2 | [
"Apache-2.0"
] | 4 | 2019-11-17T01:01:12.000Z | 2022-03-30T14:05:56.000Z | 20.541667 | 50 | 0.675456 | 11,225 | package com.nucleus.vulkan.structs;
/**
* Wrapper for VkVertexInputBindingDescription
*/
public class VertexInputBindingDescription {
enum VertexInputRate {
VK_VERTEX_INPUT_RATE_VERTEX(0),
VK_VERTEX_INPUT_RATE_INSTANCE(1),
VK_VERTEX_INPUT_RATE_MAX_ENUM(0x7FFFFFFF);
public final i... |
3e1a6871b9913d8b172b656af1a29b2d187e5e2c | 5,248 | java | Java | src/test/java/ConversionTest.java | DRSchlaubi/mgisdumb | 05552e401873581da029fdbbbb97f38491dc0ef3 | [
"Apache-2.0"
] | 5 | 2020-05-01T18:31:44.000Z | 2021-01-11T21:45:22.000Z | src/test/java/ConversionTest.java | DRSchlaubi/kaesk | 05552e401873581da029fdbbbb97f38491dc0ef3 | [
"Apache-2.0"
] | null | null | null | src/test/java/ConversionTest.java | DRSchlaubi/kaesk | 05552e401873581da029fdbbbb97f38491dc0ef3 | [
"Apache-2.0"
] | null | null | null | 32 | 100 | 0.704268 | 11,226 | import java.util.Arrays;
import java.util.stream.Collectors;
import me.schlaubi.kaesk.api.ArgumentDeserializer;
import me.schlaubi.kaesk.api.converters.Converters;
import org.bukkit.GameMode;
import org.bukkit.OfflinePlayer;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
public class Conve... |
3e1a69eb5ef621bbd77bdffeea1ae9b552dc39ef | 3,426 | java | Java | hamster-selenium-component-html/src/main/java/com/github/grossopa/selenium/component/html/HtmlComponents.java | grossopa/hamster-selenium | e8fe83d91507b4e878f2771f7842ca4932e6662f | [
"MIT"
] | null | null | null | hamster-selenium-component-html/src/main/java/com/github/grossopa/selenium/component/html/HtmlComponents.java | grossopa/hamster-selenium | e8fe83d91507b4e878f2771f7842ca4932e6662f | [
"MIT"
] | 14 | 2020-12-11T05:41:46.000Z | 2021-11-15T13:13:07.000Z | hamster-selenium-component-html/src/main/java/com/github/grossopa/selenium/component/html/HtmlComponents.java | grossopa/hamster-selenium | e8fe83d91507b4e878f2771f7842ca4932e6662f | [
"MIT"
] | 1 | 2020-10-13T19:36:27.000Z | 2020-10-13T19:36:27.000Z | 35.6875 | 118 | 0.68272 | 11,227 | /*
* Copyright © 2021 the original author or authors.
*
* Licensed under the The MIT License (MIT) (the "License");
* You may obtain a copy of the License at
*
* https://mit-license.org/
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software
* and associated ... |
3e1a6a257b29702bd95092dbc04acdeab804aad7 | 2,865 | java | Java | src/main/java/hedera/starter/hederaFile/FileController.java | alexjavabraz/hedera-starter-spring | 9e85c9ff812bb712c93cbb860a6d0c72d06cdcb6 | [
"Apache-2.0"
] | 3 | 2021-02-04T21:59:29.000Z | 2022-02-14T16:23:10.000Z | src/main/java/hedera/starter/hederaFile/FileController.java | ishitaojha/hedera-starter-spring | 105e3f5a27b3568e4540c978b276a7de9629d4bb | [
"Apache-2.0"
] | null | null | null | src/main/java/hedera/starter/hederaFile/FileController.java | ishitaojha/hedera-starter-spring | 105e3f5a27b3568e4540c978b276a7de9629d4bb | [
"Apache-2.0"
] | 6 | 2021-02-04T21:57:41.000Z | 2022-03-04T11:07:47.000Z | 38.716216 | 123 | 0.682373 | 11,228 | package hedera.starter.hederaFile;
import com.hedera.hashgraph.sdk.HederaStatusException;
import com.hedera.hashgraph.sdk.file.FileInfo;
import io.swagger.annotations.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@RestController
@Api("Handles manag... |
3e1a6cd019a327a0e574b6b8ff132776f4df80e9 | 1,812 | java | Java | ngraph/src/gen/java/org/bytedeco/ngraph/StringStringMap.java | oxisto/javacpp-presets | a70841e089cbe4269cd3e1b1e6de2005c3b4aa16 | [
"Apache-2.0"
] | 2,132 | 2015-01-14T10:02:38.000Z | 2022-03-31T07:51:08.000Z | ngraph/src/gen/java/org/bytedeco/ngraph/StringStringMap.java | oxisto/javacpp-presets | a70841e089cbe4269cd3e1b1e6de2005c3b4aa16 | [
"Apache-2.0"
] | 1,024 | 2015-01-11T18:35:03.000Z | 2022-03-31T14:52:22.000Z | ngraph/src/gen/java/org/bytedeco/ngraph/StringStringMap.java | oxisto/javacpp-presets | a70841e089cbe4269cd3e1b1e6de2005c3b4aa16 | [
"Apache-2.0"
] | 759 | 2015-01-15T08:41:48.000Z | 2022-03-29T17:05:57.000Z | 42.139535 | 109 | 0.707506 | 11,229 | // Targeted by JavaCPP version 1.5.6: DO NOT EDIT THIS FILE
package org.bytedeco.ngraph;
import org.bytedeco.ngraph.Allocator;
import org.bytedeco.ngraph.Function;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.ngraph.global.ngraph.*;
@Name("st... |
3e1a6d0770a15bb272bf7af245ad1131bdd4bad6 | 5,450 | java | Java | wear/5WMessage/wear/src/main/java/io/wearbook/wmessage/WMessageWearActivity.java | smitzey/wearbooksource | e4b5ad562564f8be085775a50248c8c1b41ce708 | [
"Apache-2.0"
] | 6 | 2016-10-01T19:09:44.000Z | 2020-08-16T12:45:09.000Z | wear/5WMessage/wear/src/main/java/io/wearbook/wmessage/WMessageWearActivity.java | smitzey/wearbooksource | e4b5ad562564f8be085775a50248c8c1b41ce708 | [
"Apache-2.0"
] | null | null | null | wear/5WMessage/wear/src/main/java/io/wearbook/wmessage/WMessageWearActivity.java | smitzey/wearbooksource | e4b5ad562564f8be085775a50248c8c1b41ce708 | [
"Apache-2.0"
] | 4 | 2016-05-19T12:58:38.000Z | 2018-07-08T03:29:36.000Z | 28.385417 | 181 | 0.634495 | 11,230 | package io.wearbook.wmessage;
import android.app.Activity;
import android.content.IntentSender;
import android.os.Bundle;
import android.support.wearable.view.WatchViewStub;
import android.util.Log;
import android.widget.TextView;
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.co... |
3e1a6e16c9a724bac5542110d8e307a7023130e9 | 443 | java | Java | app/src/main/java/com/aliasadi/mvvm/data/repository/movie/MovieRepository.java | gcasasbe7/Android-MVVM-Architecture | 0e39ed1526fdd6be2977ecc63f0f97e9edf88404 | [
"Apache-2.0"
] | 29 | 2021-03-27T10:27:21.000Z | 2022-03-15T23:12:00.000Z | app/src/main/java/com/aliasadi/mvvm/data/repository/movie/MovieRepository.java | gcasasbe7/Android-MVVM-Architecture | 0e39ed1526fdd6be2977ecc63f0f97e9edf88404 | [
"Apache-2.0"
] | 1 | 2021-04-16T02:41:53.000Z | 2021-12-10T13:41:14.000Z | app/src/main/java/com/aliasadi/mvvm/data/repository/movie/MovieRepository.java | gcasasbe7/Android-MVVM-Architecture | 0e39ed1526fdd6be2977ecc63f0f97e9edf88404 | [
"Apache-2.0"
] | 8 | 2021-04-03T22:24:10.000Z | 2022-02-23T18:29:50.000Z | 21.095238 | 48 | 0.706546 | 11,231 | package com.aliasadi.mvvm.data.repository.movie;
import com.aliasadi.mvvm.data.domain.Movie;
import java.util.List;
/**
* Created by Ali Asadi on 05/04/2021
*/
public interface MovieRepository {
interface LoadMoviesCallback {
void onMoviesLoaded(List<Movie> movies);
void onDataNotAvailable();
... |
3e1a6f8f5ce04e16656b04b2a6af14ec668677c4 | 3,056 | java | Java | hutool-core/src/test/java/cn/hutool/core/bean/BeanPathTest.java | Gsealy/hutool | a9889ccabaf18ee2bd3c5be6b75ef383d5ac3e3d | [
"Apache-2.0"
] | 10 | 2019-10-10T16:23:21.000Z | 2022-03-07T02:25:55.000Z | hutool-core/src/test/java/cn/hutool/core/bean/BeanPathTest.java | 809674398/hutool | 955aca2289f79e5cd9842749d0717c379a23914b | [
"MulanPSL-1.0"
] | 6 | 2020-10-14T03:09:42.000Z | 2022-01-28T11:52:43.000Z | hutool-core/src/test/java/cn/hutool/core/bean/BeanPathTest.java | 809674398/hutool | 955aca2289f79e5cd9842749d0717c379a23914b | [
"MulanPSL-1.0"
] | 3 | 2019-02-15T07:28:47.000Z | 2019-08-16T05:41:29.000Z | 29.960784 | 76 | 0.685864 | 11,232 | package cn.hutool.core.bean;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import cn.hutool.core.lang.test.bean.ExamInfoDict;
import cn.hutool.core.lang.test.bean.UserInfoDict;
... |
3e1a7060561e9535b43b4cacb18df56e10095427 | 677 | java | Java | src/main/java/com/paas/repository/BaseRepositoryImpl.java | olegoseev/PaaS | 9a81087014e2ed64e6d059a97e6f3e4c92d88d82 | [
"MIT"
] | null | null | null | src/main/java/com/paas/repository/BaseRepositoryImpl.java | olegoseev/PaaS | 9a81087014e2ed64e6d059a97e6f3e4c92d88d82 | [
"MIT"
] | null | null | null | src/main/java/com/paas/repository/BaseRepositoryImpl.java | olegoseev/PaaS | 9a81087014e2ed64e6d059a97e6f3e4c92d88d82 | [
"MIT"
] | null | null | null | 24.178571 | 82 | 0.759232 | 11,233 | package com.paas.repository;
import java.util.List;
import com.paas.PaaSApplicationException;
public abstract class BaseRepositoryImpl<PK, T> implements BaseRepository<PK, T> {
@Override
public abstract List<T> findAll() throws PaaSApplicationException;
@Override
public List<T> findAny(T criteria) throws PaaSA... |
3e1a706b37db8bd98d6fbb558775e95cb188cff0 | 25,110 | java | Java | java/org/l2jserver/gameserver/model/actor/instance/AuctioneerInstance.java | Williams-BR/L2JStudio-V2 | f3d3b329657c0f031dab107e6d4ceb5ddad0bea6 | [
"MIT"
] | 6 | 2020-05-14T22:52:59.000Z | 2022-02-24T01:37:23.000Z | java/org/l2jserver/gameserver/model/actor/instance/AuctioneerInstance.java | huttysa/L2JServer_C6_Interlude | f3d3b329657c0f031dab107e6d4ceb5ddad0bea6 | [
"MIT"
] | 2 | 2020-12-10T15:08:48.000Z | 2021-12-01T01:01:46.000Z | java/org/l2jserver/gameserver/model/actor/instance/AuctioneerInstance.java | huttysa/L2JServer_C6_Interlude | f3d3b329657c0f031dab107e6d4ceb5ddad0bea6 | [
"MIT"
] | 15 | 2020-05-08T20:41:06.000Z | 2022-02-24T01:36:58.000Z | 35.974212 | 310 | 0.659299 | 11,234 | /*
* This file is part of the L2JServer project.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This pr... |
3e1a70b0a79f536bc7d990c824a914c5157edba5 | 2,537 | java | Java | hazelcast/src/main/java/com/hazelcast/client/impl/protocol/task/management/PromoteToCPMemberMessageTask.java | keith-f/hazelcast | a6e0b05a37c721c3daf1760449b8e2a47d0bcd36 | [
"Apache-2.0"
] | 2 | 2019-04-09T08:36:57.000Z | 2019-05-17T07:47:41.000Z | hazelcast/src/main/java/com/hazelcast/client/impl/protocol/task/management/PromoteToCPMemberMessageTask.java | navincm/hazelcast | f007912c9e332eaedc849567d3e658dd53883fc7 | [
"Apache-2.0"
] | 51 | 2020-09-18T02:03:15.000Z | 2022-03-30T02:05:00.000Z | hazelcast/src/main/java/com/hazelcast/client/impl/protocol/task/management/PromoteToCPMemberMessageTask.java | navincm/hazelcast | f007912c9e332eaedc849567d3e658dd53883fc7 | [
"Apache-2.0"
] | 3 | 2015-06-16T09:09:21.000Z | 2019-04-09T08:37:13.000Z | 30.566265 | 104 | 0.736697 | 11,235 | /*
* Copyright (c) 2008-2020, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... |
3e1a7132a4001aba9a89847ab55de68bc381451b | 78 | java | Java | Test/src/exception/ItemBookAlreadyExists.java | sapk-tb/INF112-BE2 | d44f2181d7e4eb7980989edcab95d148aba4d848 | [
"Unlicense"
] | null | null | null | Test/src/exception/ItemBookAlreadyExists.java | sapk-tb/INF112-BE2 | d44f2181d7e4eb7980989edcab95d148aba4d848 | [
"Unlicense"
] | null | null | null | Test/src/exception/ItemBookAlreadyExists.java | sapk-tb/INF112-BE2 | d44f2181d7e4eb7980989edcab95d148aba4d848 | [
"Unlicense"
] | null | null | null | 13 | 54 | 0.820513 | 11,236 | package exception;
public class ItemBookAlreadyExists extends Exception {
}
|
3e1a721a0e29cb57f45b7e62a3db917e12bab41e | 25,496 | java | Java | phive-rules-oioubl/src/test/java/com/helger/phive/oioubl/mock/CTestFiles.java | phax/ph-bdve-rules | a8b3cdf3d750be55a3c857e712e169763337bc07 | [
"Apache-2.0"
] | 3 | 2020-06-10T08:39:10.000Z | 2020-06-30T12:20:01.000Z | phive-rules-oioubl/src/test/java/com/helger/phive/oioubl/mock/CTestFiles.java | phax/ph-bdve-rules | a8b3cdf3d750be55a3c857e712e169763337bc07 | [
"Apache-2.0"
] | 5 | 2020-06-08T07:35:06.000Z | 2020-11-12T20:59:32.000Z | phive-rules-oioubl/src/test/java/com/helger/phive/oioubl/mock/CTestFiles.java | phax/ph-bdve-rules | a8b3cdf3d750be55a3c857e712e169763337bc07 | [
"Apache-2.0"
] | 1 | 2020-11-03T07:43:28.000Z | 2020-11-03T07:43:28.000Z | 62.034063 | 130 | 0.462033 | 11,237 | /*
* Copyright (C) 2018-2022 Philip Helger (www.helger.com)
* philip[at]helger[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/LICEN... |
3e1a727acbfdad5cd7511dd254229e3ee3f8cb60 | 3,074 | java | Java | compiler/extensions/doc/src/zserio/extension/doc/DocExtensionParameters.java | dkBrazz/zserio | 29dd8145b7d851fac682d3afe991185ea2eac318 | [
"BSD-3-Clause"
] | 86 | 2018-09-06T09:30:53.000Z | 2022-03-27T01:12:36.000Z | compiler/extensions/doc/src/zserio/extension/doc/DocExtensionParameters.java | dkBrazz/zserio | 29dd8145b7d851fac682d3afe991185ea2eac318 | [
"BSD-3-Clause"
] | 362 | 2018-09-04T20:21:24.000Z | 2022-03-30T15:14:38.000Z | compiler/extensions/doc/src/zserio/extension/doc/DocExtensionParameters.java | dkBrazz/zserio | 29dd8145b7d851fac682d3afe991185ea2eac318 | [
"BSD-3-Clause"
] | 20 | 2018-09-10T15:59:02.000Z | 2021-12-01T15:38:22.000Z | 34.539326 | 110 | 0.716005 | 11,238 | package zserio.extension.doc;
import org.apache.commons.cli.Option;
import org.apache.commons.cli.OptionGroup;
import zserio.extension.common.ZserioExtensionException;
import zserio.tools.ExtensionParameters;
/**
* Command line parameters for documentation extension.
*
* The class holds all command line parameter... |
3e1a729e908b9f2d1590ad292892f26e817069ac | 15,046 | java | Java | app/src/main/java/com/google/android/apps/exposurenotification/privateanalytics/PrivateAnalyticsMetricsRemoteConfig.java | google/exposure-notifications-android | 49859f5de60024cb4567e47de4c29a1d89a15a0e | [
"Apache-2.0"
] | 577 | 2020-05-04T16:41:57.000Z | 2022-02-10T10:51:24.000Z | app/src/main/java/com/google/android/apps/exposurenotification/privateanalytics/PrivateAnalyticsMetricsRemoteConfig.java | google/exposure-notifications-android | 49859f5de60024cb4567e47de4c29a1d89a15a0e | [
"Apache-2.0"
] | 60 | 2020-05-05T14:28:08.000Z | 2022-01-08T19:53:43.000Z | app/src/main/java/com/google/android/apps/exposurenotification/privateanalytics/PrivateAnalyticsMetricsRemoteConfig.java | google/exposure-notifications-android | 49859f5de60024cb4567e47de4c29a1d89a15a0e | [
"Apache-2.0"
] | 137 | 2020-05-04T17:47:46.000Z | 2022-01-27T03:56:51.000Z | 45.319277 | 114 | 0.784062 | 11,239 | /*
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... |
3e1a72a570ca00195a91e892f06d1c15e444bb71 | 2,373 | java | Java | testing-util/src/main/java/net/morimekta/testing/matchers/InRange.java | morimekta/android-util | dc987485902f1a7d58169c89c61db97425a6226d | [
"Apache-2.0"
] | 1 | 2015-12-22T12:12:49.000Z | 2015-12-22T12:12:49.000Z | testing-util/src/main/java/net/morimekta/testing/matchers/InRange.java | morimekta/android-util | dc987485902f1a7d58169c89c61db97425a6226d | [
"Apache-2.0"
] | null | null | null | testing-util/src/main/java/net/morimekta/testing/matchers/InRange.java | morimekta/android-util | dc987485902f1a7d58169c89c61db97425a6226d | [
"Apache-2.0"
] | null | null | null | 38.274194 | 124 | 0.708386 | 11,240 | /*
* 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 ma... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.