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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
923555a14177338d5024b4c166dd23a848f87dd4 | 489 | java | Java | src/main/java/com/github/ddth/queue/jclient/utils/QueueClientUtils.java | btnguyen2k/queue-jclient | 2ff288b696106af62550e80da701d40e021f1cde | [
"MIT"
] | null | null | null | src/main/java/com/github/ddth/queue/jclient/utils/QueueClientUtils.java | btnguyen2k/queue-jclient | 2ff288b696106af62550e80da701d40e021f1cde | [
"MIT"
] | null | null | null | src/main/java/com/github/ddth/queue/jclient/utils/QueueClientUtils.java | btnguyen2k/queue-jclient | 2ff288b696106af62550e80da701d40e021f1cde | [
"MIT"
] | null | null | null | 24.6 | 75 | 0.686992 | 997,255 | package com.github.ddth.queue.jclient.utils;
import org.apache.commons.codec.binary.Base64;
/**
* Utility class.
*
* @author Thanh Nguyen <anpch@example.com>
* @since 0.1.0
*/
public class QueueClientUtils {
public static byte[] base64Decode(String encodedStr) {
return encodedStr != null ? Base64.de... |
923557072844453505f30a6b73524ffcb76193d2 | 1,825 | java | Java | data/src/main/java/com/vml/listofthings/data/di/DataModule.java | VML/ListOfThings-Android | 01461349b971dae2a460cc0039b985d66e66921f | [
"Apache-2.0"
] | 177 | 2016-08-12T03:36:09.000Z | 2021-05-21T11:53:50.000Z | data/src/main/java/com/vml/listofthings/data/di/DataModule.java | VML/ListOfThings-Android | 01461349b971dae2a460cc0039b985d66e66921f | [
"Apache-2.0"
] | 2 | 2016-09-18T17:44:47.000Z | 2016-12-29T09:21:40.000Z | data/src/main/java/com/vml/listofthings/data/di/DataModule.java | VML/ListOfThings-Android | 01461349b971dae2a460cc0039b985d66e66921f | [
"Apache-2.0"
] | 22 | 2016-06-01T14:10:45.000Z | 2020-06-17T13:04:48.000Z | 26.838235 | 101 | 0.725479 | 997,256 | package com.vml.listofthings.data.di;
import com.toddway.shelf.Shelf;
import com.vml.listofthings.data.base.DataUtil;
import com.vml.listofthings.core.environment.Environment;
import com.vml.listofthings.data.base.RxUtil;
import com.vml.listofthings.data.base.ServiceFactory;
import com.vml.listofthings.data.things.Thi... |
923557124f27c3c4adf95aaf16af65f2fc1a5f56 | 1,341 | java | Java | engine/src/org/pentaho/di/trans/steps/wmiinput/WMIInputData.java | jjeb/kettle-trunk | 3d5a009ac6551962560b4af4cbb5b2b6b1ebc8a6 | [
"Apache-2.0"
] | 2 | 2017-02-15T02:04:27.000Z | 2020-07-02T08:27:43.000Z | engine/src/org/pentaho/di/trans/steps/wmiinput/WMIInputData.java | jjeb/kettle-trunk | 3d5a009ac6551962560b4af4cbb5b2b6b1ebc8a6 | [
"Apache-2.0"
] | null | null | null | engine/src/org/pentaho/di/trans/steps/wmiinput/WMIInputData.java | jjeb/kettle-trunk | 3d5a009ac6551962560b4af4cbb5b2b6b1ebc8a6 | [
"Apache-2.0"
] | null | null | null | 27.9375 | 80 | 0.607755 | 997,257 | /*******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2012 by Pentaho : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (the ... |
9235578f50ff56ed6f52adbad62b973480438e0c | 1,620 | java | Java | Server/src/main/java/com/hackmann/polarity/websocket/Server.java | totoro987123/Polarity-HackMann-2021 | 1f465b5538084868d09bb725bd1efcdee12f6d46 | [
"MIT"
] | null | null | null | Server/src/main/java/com/hackmann/polarity/websocket/Server.java | totoro987123/Polarity-HackMann-2021 | 1f465b5538084868d09bb725bd1efcdee12f6d46 | [
"MIT"
] | null | null | null | Server/src/main/java/com/hackmann/polarity/websocket/Server.java | totoro987123/Polarity-HackMann-2021 | 1f465b5538084868d09bb725bd1efcdee12f6d46 | [
"MIT"
] | null | null | null | 23.478261 | 89 | 0.599383 | 997,258 | package com.hackmann.polarity.websocket;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
import org.springframework.stereotype.Controller;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
@Controller
public class S... |
923557aceaa4beb053767fc16d822d3763694d91 | 45,431 | java | Java | pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java | tkb77/pulsar | 1a6ffbfc12812373957d36a23779066505d107de | [
"Apache-2.0"
] | 3 | 2017-11-10T02:43:58.000Z | 2021-04-21T17:06:50.000Z | pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java | tkb77/pulsar | 1a6ffbfc12812373957d36a23779066505d107de | [
"Apache-2.0"
] | null | null | null | pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java | tkb77/pulsar | 1a6ffbfc12812373957d36a23779066505d107de | [
"Apache-2.0"
] | null | null | null | 40.745291 | 155 | 0.769519 | 997,259 | /**
* 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... |
923557e2b88593522c986ebb33bae24b95f45b42 | 7,726 | java | Java | src/main/java/org/mtransit/android/commons/PackageManagerUtils.java | mtransitapps/commons-android | 26e2f437a99e6b4d9589b543df3642b734344918 | [
"Apache-2.0"
] | 2 | 2017-12-01T10:18:25.000Z | 2019-08-29T17:20:52.000Z | src/main/java/org/mtransit/android/commons/PackageManagerUtils.java | mtransitapps/commons-android | 26e2f437a99e6b4d9589b543df3642b734344918 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/mtransit/android/commons/PackageManagerUtils.java | mtransitapps/commons-android | 26e2f437a99e6b4d9589b543df3642b734344918 | [
"Apache-2.0"
] | 2 | 2019-05-30T12:52:50.000Z | 2019-08-29T06:17:18.000Z | 34.959276 | 122 | 0.754077 | 997,260 | package org.mtransit.android.commons;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageInfo;
import android.content.pm.Pac... |
9235588c61fb95b4b6c0d1f7942c491a8c8299a9 | 1,829 | java | Java | src/main/java/ch/hslu/ad/sw07/DemoBlockingQueue/Producer.java | cyrillkuettel/ad | 3698ebc1ffeeec7403c472edfaad739e6f0aa801 | [
"Apache-2.0"
] | 1 | 2021-03-23T21:32:55.000Z | 2021-03-23T21:32:55.000Z | src/main/java/ch/hslu/ad/sw07/DemoBlockingQueue/Producer.java | cyrillkuettel/ad | 3698ebc1ffeeec7403c472edfaad739e6f0aa801 | [
"Apache-2.0"
] | null | null | null | src/main/java/ch/hslu/ad/sw07/DemoBlockingQueue/Producer.java | cyrillkuettel/ad | 3698ebc1ffeeec7403c472edfaad739e6f0aa801 | [
"Apache-2.0"
] | null | null | null | 28.138462 | 80 | 0.576818 | 997,261 | package ch.hslu.ad.sw07.DemoBlockingQueue;
import java.util.List;
import java.util.concurrent.Callable;
import java.util.concurrent.BlockingQueue;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
/**
* Produzent, der eine maximale Anzahl Werte produziert und diese in eine ... |
923558ab4f0f9c191184707e59f8efb560941c67 | 7,089 | java | Java | java/java-tests/testSrc/com/intellij/java/codeInsight/daemon/quickFix/StreamApiMigrationInspectionTestSuite.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2019-04-28T07:48:50.000Z | 2020-12-11T14:18:08.000Z | java/java-tests/testSrc/com/intellij/java/codeInsight/daemon/quickFix/StreamApiMigrationInspectionTestSuite.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2022-02-19T09:45:05.000Z | 2022-02-27T20:32:55.000Z | java/java-tests/testSrc/com/intellij/java/codeInsight/daemon/quickFix/StreamApiMigrationInspectionTestSuite.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2020-03-15T08:57:37.000Z | 2020-04-07T04:48:14.000Z | 29.661088 | 134 | 0.757935 | 997,262 | /*
* Copyright 2000-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
923558ad2b4c3ed1fa919b62be19175b2242e733 | 2,446 | java | Java | src/dp/ArithmeticSlices.java | Bishwa05/Algorithms | 8f317ebc70d11a4c980b4ba86e0e42c3a270a5ea | [
"MIT"
] | 2 | 2020-02-27T13:44:33.000Z | 2020-02-27T13:44:37.000Z | src/dp/ArithmeticSlices.java | Bishwa05/Algorithms | 8f317ebc70d11a4c980b4ba86e0e42c3a270a5ea | [
"MIT"
] | null | null | null | src/dp/ArithmeticSlices.java | Bishwa05/Algorithms | 8f317ebc70d11a4c980b4ba86e0e42c3a270a5ea | [
"MIT"
] | 1 | 2019-08-01T12:45:59.000Z | 2019-08-01T12:45:59.000Z | 23.980392 | 154 | 0.428863 | 997,263 | package dp;
/**
* 413. Arithmetic Slices
* Leetcode
* An integer array is called arithmetic if it consists of at least three elements and if the difference between any two consecutive elements is the same.
* Input: nums = [1,2,3,4]
* Output: 3
* Explanation: We have 3 arithmetic slices in nums: [1, 2, 3], [2, 3,... |
923558bc540fa7b3534bbf910d6454c74de808aa | 18,468 | java | Java | output/f3a82fed3b8f4e9a9229ade696a9e804.java | comprakt/comprakt-fuzz-tests | c0082d105d7c54ad31ab4ea461c3b8319358eaaa | [
"Apache-2.0",
"MIT"
] | null | null | null | output/f3a82fed3b8f4e9a9229ade696a9e804.java | comprakt/comprakt-fuzz-tests | c0082d105d7c54ad31ab4ea461c3b8319358eaaa | [
"Apache-2.0",
"MIT"
] | null | null | null | output/f3a82fed3b8f4e9a9229ade696a9e804.java | comprakt/comprakt-fuzz-tests | c0082d105d7c54ad31ab4ea461c3b8319358eaaa | [
"Apache-2.0",
"MIT"
] | null | null | null | 38.635983 | 365 | 0.487546 | 997,264 | class ehw7G4q {
public boolean ZTcGUSiRMi;
public boolean DUrNdsNfw () throws CrZac26dM_J {
;
{
{
if ( --hZy68txt()[ new boolean[ true.ts6()].X__MY]) if ( lEXoThJi.ZRsxF5d7GLJm2W()) if ( null.vzbufsNKR) if ( !new LV().U()) return;
}
;
... |
92355a034fca83412e9332f7a24f8f0625ba56e6 | 637 | java | Java | projects/bank/account/src/main/java/com/redhat/developers/account/view/AccountNumberJsonDeserializer.java | brian-avery/eda-tutorial | 88c7b8e503355a2876a337b91a3b599cd4367583 | [
"Apache-2.0"
] | 49 | 2018-10-31T16:12:37.000Z | 2021-09-01T14:31:29.000Z | projects/bank/account/src/main/java/com/redhat/developers/account/view/AccountNumberJsonDeserializer.java | brian-avery/eda-tutorial | 88c7b8e503355a2876a337b91a3b599cd4367583 | [
"Apache-2.0"
] | null | null | null | projects/bank/account/src/main/java/com/redhat/developers/account/view/AccountNumberJsonDeserializer.java | brian-avery/eda-tutorial | 88c7b8e503355a2876a337b91a3b599cd4367583 | [
"Apache-2.0"
] | 19 | 2018-10-30T20:09:54.000Z | 2021-06-22T06:46:27.000Z | 33.526316 | 127 | 0.814757 | 997,265 | package com.redhat.developers.account.view;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.databind.JsonDeserializer;
import com.redhat.developers.account.model.AccountNumber;
import java.io.IOException;
public class AccountNum... |
92355a07a155bdf38449a7679a471cafaa1c7060 | 11,751 | java | Java | modules/core/src/main/java/org/apache/ignite/internal/jdbc/thin/ConnectionProperties.java | go-barbarians/badh-ignite | 37cad4757d372020473ac4fdb01c5e62a855f773 | [
"CC0-1.0"
] | 2 | 2021-11-09T12:22:10.000Z | 2022-01-18T00:12:23.000Z | modules/core/src/main/java/org/apache/ignite/internal/jdbc/thin/ConnectionProperties.java | go-barbarians/badh-ignite | 37cad4757d372020473ac4fdb01c5e62a855f773 | [
"CC0-1.0"
] | 6 | 2021-05-18T20:53:44.000Z | 2022-02-01T01:07:58.000Z | modules/core/src/main/java/org/apache/ignite/internal/jdbc/thin/ConnectionProperties.java | go-barbarians/badh-ignite | 37cad4757d372020473ac4fdb01c5e62a855f773 | [
"CC0-1.0"
] | 1 | 2018-07-27T20:42:14.000Z | 2018-07-27T20:42:14.000Z | 30.443005 | 118 | 0.65637 | 997,266 | /*
* 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 ... |
92355a1000a8eec8ffa3697140b65f716d639371 | 778 | java | Java | 01_Language/03_Java/spring-boot-security/src/main/java/com/onevgo/springboot/security/controller/BookController.java | cliff363825/TwentyFour | 09df59bd5d275e66463e343647f46027397d1233 | [
"MIT"
] | 3 | 2020-06-28T07:42:51.000Z | 2021-01-15T10:32:11.000Z | 01_Language/03_Java/spring-boot-security/src/main/java/com/onevgo/springboot/security/controller/BookController.java | cliff363825/TwentyFour | 09df59bd5d275e66463e343647f46027397d1233 | [
"MIT"
] | 9 | 2021-03-10T22:45:40.000Z | 2022-02-27T06:53:20.000Z | 01_Language/03_Java/spring-boot-security/src/main/java/com/onevgo/springboot/security/controller/BookController.java | cliff363825/TwentyFour | 09df59bd5d275e66463e343647f46027397d1233 | [
"MIT"
] | 1 | 2021-01-15T10:51:24.000Z | 2021-01-15T10:51:24.000Z | 24.3125 | 64 | 0.670951 | 997,267 | package com.onevgo.springboot.security.controller;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
@Controller
public class BookController {
@GetMapping("/login")
public String login()... |
92355b6ef89c6edf482dd5cb6232297ab862e5b7 | 7,355 | java | Java | kmdp-ops/terms-owl-to-skos/src/main/java/edu/mayo/kmdp/terms/util/JenaUtil.java | API4KBs/kmdp-models | 18440e6cf69f2fad08f2dece7dfc18ef3fecd690 | [
"Apache-2.0"
] | 1 | 2019-04-17T15:17:29.000Z | 2019-04-17T15:17:29.000Z | kmdp-ops/terms-owl-to-skos/src/main/java/edu/mayo/kmdp/terms/util/JenaUtil.java | API4KBs/kmdp-models | 18440e6cf69f2fad08f2dece7dfc18ef3fecd690 | [
"Apache-2.0"
] | null | null | null | kmdp-ops/terms-owl-to-skos/src/main/java/edu/mayo/kmdp/terms/util/JenaUtil.java | API4KBs/kmdp-models | 18440e6cf69f2fad08f2dece7dfc18ef3fecd690 | [
"Apache-2.0"
] | 1 | 2019-04-19T00:19:49.000Z | 2019-04-19T00:19:49.000Z | 34.246512 | 123 | 0.686677 | 997,268 | /**
* Copyright © 2018 Mayo Clinic (upchh@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 appli... |
92355b7b1db63f751c04757890a2642903526cf6 | 2,295 | java | Java | src/test/java/org/apache/camel/component/casper/producer/CasperProducerWith_DEPLOY_OperationTest.java | caspercommunityio/camel-casper | d1e4c8be5f5a0e11605120d0f81891475b4dab06 | [
"MIT"
] | null | null | null | src/test/java/org/apache/camel/component/casper/producer/CasperProducerWith_DEPLOY_OperationTest.java | caspercommunityio/camel-casper | d1e4c8be5f5a0e11605120d0f81891475b4dab06 | [
"MIT"
] | null | null | null | src/test/java/org/apache/camel/component/casper/producer/CasperProducerWith_DEPLOY_OperationTest.java | caspercommunityio/camel-casper | d1e4c8be5f5a0e11605120d0f81891475b4dab06 | [
"MIT"
] | 3 | 2022-02-22T08:50:21.000Z | 2022-03-18T20:48:58.000Z | 35.859375 | 126 | 0.796514 | 997,269 | package org.apache.camel.component.casper.producer;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.apache.camel.CamelExchangeException;
import org.apache.camel.Exchange;
import org.apache.camel.Produce;
import org.apache.camel.ProducerTemplate;
import org.apache.camel.builder.RouteBuilder;
impo... |
92355b936532d8689b9efe0f56aefeec0ea3d6f8 | 547 | java | Java | usermgr/src/main/java/com/composum/sling/core/usermanagement/view/ServiceUser.java | golinski/composum-nodes | a88aad8cdad7161095e227803af405dcc89f5c38 | [
"MIT"
] | 56 | 2015-09-27T18:35:35.000Z | 2020-10-23T12:51:31.000Z | usermgr/src/main/java/com/composum/sling/core/usermanagement/view/ServiceUser.java | golinski/composum-nodes | a88aad8cdad7161095e227803af405dcc89f5c38 | [
"MIT"
] | 80 | 2015-09-30T14:57:33.000Z | 2021-01-30T12:01:40.000Z | usermgr/src/main/java/com/composum/sling/core/usermanagement/view/ServiceUser.java | golinski/composum-nodes | a88aad8cdad7161095e227803af405dcc89f5c38 | [
"MIT"
] | 34 | 2015-10-07T19:42:40.000Z | 2020-10-09T02:39:21.000Z | 26.047619 | 80 | 0.751371 | 997,270 | package com.composum.sling.core.usermanagement.view;
import com.composum.sling.core.usermanagement.model.ServiceUserModel;
import org.apache.jackrabbit.api.security.user.Authorizable;
import org.jetbrains.annotations.NotNull;
/**
*
*/
public class ServiceUser extends View {
@Override
protected @NotNull Cla... |
92355bb3ec6ab060df4a55ec0c5b89370ed38aec | 308 | java | Java | src/main/java/org/ht/id/externalcrm/model/sub/PhoneNumber.java | phancdinh/ht-crm-server | a7ab7e3cbd840d4687b5c50be52bbc462f1c4cec | [
"MIT"
] | null | null | null | src/main/java/org/ht/id/externalcrm/model/sub/PhoneNumber.java | phancdinh/ht-crm-server | a7ab7e3cbd840d4687b5c50be52bbc462f1c4cec | [
"MIT"
] | null | null | null | src/main/java/org/ht/id/externalcrm/model/sub/PhoneNumber.java | phancdinh/ht-crm-server | a7ab7e3cbd840d4687b5c50be52bbc462f1c4cec | [
"MIT"
] | null | null | null | 19.25 | 53 | 0.779221 | 997,271 | package org.ht.id.externalcrm.model.sub;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
@Builder
@Getter
@Setter
public class PhoneNumber {
private String value;
@JsonProperty("is_primary")
private boolean is_primary;
}
|
92355c383e700cb30f2fa6c28158260c790ada3f | 4,210 | java | Java | src/main/java/com/example/dao/NutritionDaoImpl.java | matto483/mvcjdbc | cc77bd820bb1f22d9ead96509b2f2b9af51abdf0 | [
"Unlicense"
] | null | null | null | src/main/java/com/example/dao/NutritionDaoImpl.java | matto483/mvcjdbc | cc77bd820bb1f22d9ead96509b2f2b9af51abdf0 | [
"Unlicense"
] | null | null | null | src/main/java/com/example/dao/NutritionDaoImpl.java | matto483/mvcjdbc | cc77bd820bb1f22d9ead96509b2f2b9af51abdf0 | [
"Unlicense"
] | null | null | null | 32.137405 | 193 | 0.642755 | 997,272 | package com.example.dao;
import com.example.common.FoodType;
import com.example.domain.Nutrition;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.EmptyResultDataAccessException;
import org.springframework.jdbc.core.J... |
92355c92fadb7e218fa82cea16016ab53e6d3717 | 6,263 | java | Java | core/src/main/java/io/undertow/server/handlers/proxy/mod_cluster/VirtualHost.java | aspan/undertow | cbcdcf8780535708f70304b111e49b148ffe68a1 | [
"Apache-2.0"
] | 2,869 | 2015-01-01T21:29:34.000Z | 2022-03-31T03:59:06.000Z | core/src/main/java/io/undertow/server/handlers/proxy/mod_cluster/VirtualHost.java | aspan/undertow | cbcdcf8780535708f70304b111e49b148ffe68a1 | [
"Apache-2.0"
] | 655 | 2015-01-05T03:40:15.000Z | 2022-03-30T14:03:54.000Z | core/src/main/java/io/undertow/server/handlers/proxy/mod_cluster/VirtualHost.java | aspan/undertow | cbcdcf8780535708f70304b111e49b148ffe68a1 | [
"Apache-2.0"
] | 953 | 2015-01-01T03:48:48.000Z | 2022-03-21T06:31:20.000Z | 31.791878 | 111 | 0.598116 | 997,273 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... |
92355cc3c84ce782d3acfb9127684153d6fb248d | 5,062 | java | Java | src/main/java/net/epoxide/discordanddragons/util/Utilities.java | Epoxide-Software/Discord-and-Dragons | 4b12087d5410cda4f9621202e3474459940ad6c8 | [
"MIT"
] | 1 | 2016-05-02T04:12:37.000Z | 2016-05-02T04:12:37.000Z | src/main/java/net/epoxide/discordanddragons/util/Utilities.java | Epoxide-Software/Discord-and-Dragons | 4b12087d5410cda4f9621202e3474459940ad6c8 | [
"MIT"
] | null | null | null | src/main/java/net/epoxide/discordanddragons/util/Utilities.java | Epoxide-Software/Discord-and-Dragons | 4b12087d5410cda4f9621202e3474459940ad6c8 | [
"MIT"
] | null | null | null | 31.440994 | 100 | 0.581786 | 997,274 | package net.epoxide.discordanddragons.util;
import java.io.File;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import org.apache.commons.io.FileUtils;
import net.epoxide.discordanddragons.DiscordAndDragons;
import sx.blah.discord.handle.obj.IChannel;
import sx.bla... |
92355cd8246d8246c7ffcadda082ea6eead57d51 | 22,137 | java | Java | src/main/java/com/b1n_ry/yigd/block/GraveBlock.java | B1n-ry/Youre-in-grave-danger | 1fd7f63dc631c046b3dc5207e0139d5f556a2ee5 | [
"MIT"
] | 22 | 2021-11-16T19:35:44.000Z | 2022-03-12T06:53:21.000Z | src/main/java/com/b1n_ry/yigd/block/GraveBlock.java | B1n-ry/Youre-in-grave-danger | 1fd7f63dc631c046b3dc5207e0139d5f556a2ee5 | [
"MIT"
] | 37 | 2021-11-14T20:45:24.000Z | 2022-03-26T14:28:09.000Z | src/main/java/com/b1n_ry/yigd/block/GraveBlock.java | B1n-ry/Youre-in-grave-danger | 1fd7f63dc631c046b3dc5207e0139d5f556a2ee5 | [
"MIT"
] | 2 | 2022-01-16T22:24:51.000Z | 2022-01-28T07:38:48.000Z | 47.200426 | 206 | 0.669287 | 997,275 | package com.b1n_ry.yigd.block;
import com.b1n_ry.yigd.Yigd;
import com.b1n_ry.yigd.api.YigdApi;
import com.b1n_ry.yigd.block.entity.GraveBlockEntity;
import com.b1n_ry.yigd.config.DropTypeConfig;
import com.b1n_ry.yigd.config.RetrievalTypeConfig;
import com.b1n_ry.yigd.config.YigdConfig;
import com.b1n_ry.yigd.core.De... |
92355d608d90bbdaf7e5579194a0113101530cf0 | 456 | java | Java | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/modules/positioning/NavigationOnThread.java | EHSRobotics3397/FTC-2018 | 989f883f63c20377c22a63915e00c6c77359486f | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/modules/positioning/NavigationOnThread.java | EHSRobotics3397/FTC-2018 | 989f883f63c20377c22a63915e00c6c77359486f | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/modules/positioning/NavigationOnThread.java | EHSRobotics3397/FTC-2018 | 989f883f63c20377c22a63915e00c6c77359486f | [
"MIT"
] | null | null | null | 24 | 70 | 0.736842 | 997,276 | package org.firstinspires.ftc.teamcode.modules.positioning;
import org.firstinspires.ftc.teamcode.modules.positioning.*;
import org.firstinspires.ftc.robotcore.external.matrices.OpenGLMatrix;
public class NavigationOnThread extends Thread {
private VuforiaNavigation nav;
public OpenGLMatrix mat;
public ... |
92355d9367c7d1deefbca0aad8717cd9a493a0be | 1,940 | java | Java | src/main/java/com/lambdazen/bitsy/ads/dict/DictionaryMax.java | leonpeek/bitsy | 9ad1c307e76724346ac732f594553ad8a4cfc011 | [
"Apache-2.0"
] | 125 | 2017-09-22T16:50:32.000Z | 2022-03-15T05:21:22.000Z | src/main/java/com/lambdazen/bitsy/ads/dict/DictionaryMax.java | leonpeek/bitsy | 9ad1c307e76724346ac732f594553ad8a4cfc011 | [
"Apache-2.0"
] | 33 | 2017-09-22T16:47:33.000Z | 2022-02-25T11:07:42.000Z | src/main/java/com/lambdazen/bitsy/ads/dict/DictionaryMax.java | leonpeek/bitsy | 9ad1c307e76724346ac732f594553ad8a4cfc011 | [
"Apache-2.0"
] | 21 | 2017-09-22T14:48:45.000Z | 2022-02-15T12:42:17.000Z | 21.555556 | 78 | 0.664948 | 997,277 | package com.lambdazen.bitsy.ads.dict;
import java.util.Arrays;
public class DictionaryMax extends PrimitiveDictionary implements Dictionary {
int capacity;
String[] keys;
Object[] values;
// Expand constructor
public DictionaryMax(Dictionary16 base, String key, Object value) {
this.capacity = 24;
keys = Arr... |
92355de4feed212faae97b2969e07723784969d7 | 1,070 | java | Java | eagle-core/src/main/java/eagle/jfaster/org/transport/HeartBeatFactory.java | fang-yan-peng/eagle | 963a3631a824289e52258939f9b0759850856a4a | [
"Apache-2.0"
] | 73 | 2017-08-17T09:30:00.000Z | 2021-04-10T00:47:01.000Z | eagle-core/src/main/java/eagle/jfaster/org/transport/HeartBeatFactory.java | fang-yan-peng/eagle | 963a3631a824289e52258939f9b0759850856a4a | [
"Apache-2.0"
] | 11 | 2017-11-09T09:40:38.000Z | 2022-01-04T13:47:51.000Z | eagle-core/src/main/java/eagle/jfaster/org/transport/HeartBeatFactory.java | fang-yan-peng/eagle | 963a3631a824289e52258939f9b0759850856a4a | [
"Apache-2.0"
] | 21 | 2017-08-17T09:28:18.000Z | 2020-03-29T17:45:07.000Z | 26.097561 | 75 | 0.711215 | 997,278 | /*
* Copyright 2017 eagle.jfaster.org.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... |
92355e0e1f68b90252ffa43c8e6fe7ba8d5eb4cd | 502 | java | Java | src/test/resources/test-input/StringLengthSort.java | picadoh/imc | b8d1d2d2862c3fd1aa72945df1d1a194af73be1d | [
"MIT"
] | 12 | 2016-10-05T00:51:53.000Z | 2021-10-18T01:50:04.000Z | src/test/resources/test-input/StringLengthSort.java | picadoh/imc | b8d1d2d2862c3fd1aa72945df1d1a194af73be1d | [
"MIT"
] | 2 | 2018-08-31T08:14:48.000Z | 2020-06-30T12:01:52.000Z | src/test/resources/test-input/StringLengthSort.java | picadoh/imc | b8d1d2d2862c3fd1aa72945df1d1a194af73be1d | [
"MIT"
] | 6 | 2018-01-21T12:24:12.000Z | 2020-10-16T08:27:10.000Z | 27.888889 | 60 | 0.603586 | 997,279 | import java.util.Collections;
import java.util.Comparator;
import java.util.List;
public class StringLengthSort {
public void sort(List<String> strings) {
Collections.sort(strings, new Comparator<String>() {
@Override
public int compare(String left, String right) {
... |
92355f3016a41cee2399e9bb2e626f34bbb58d81 | 1,171 | java | Java | core/src/main/java/org/narrative/network/core/versioning/PatchRunnerLock.java | NarrativeCompany/narrative | 84829f0178a0b34d4efc5b7dfa82a8929b5b06b5 | [
"MIT"
] | 8 | 2020-01-08T20:13:42.000Z | 2020-06-19T23:10:17.000Z | core/src/main/java/org/narrative/network/core/versioning/PatchRunnerLock.java | NarrativeCompany/narrative | 84829f0178a0b34d4efc5b7dfa82a8929b5b06b5 | [
"MIT"
] | 5 | 2020-01-09T17:49:55.000Z | 2020-06-15T19:31:04.000Z | core/src/main/java/org/narrative/network/core/versioning/PatchRunnerLock.java | NarrativeCompany/narrative | 84829f0178a0b34d4efc5b7dfa82a8929b5b06b5 | [
"MIT"
] | 5 | 2020-01-09T02:01:47.000Z | 2021-06-01T13:34:46.000Z | 22.960784 | 71 | 0.719898 | 997,280 | package org.narrative.network.core.versioning;
import org.narrative.common.persistence.DAOObject;
import org.narrative.common.persistence.OID;
import org.narrative.network.core.versioning.dao.PatchRunnerLockDAO;
import org.narrative.network.shared.daobase.NetworkDAOImpl;
import org.hibernate.annotations.Cache;
import ... |
92355f5785376d39bdd73a45c1c1022e8185916f | 1,678 | java | Java | java/year-service/src/main/java/io/honeycomb/examples/javaotlp/YearController.java | honeycombio/example-greeting-service | 52365a5f2ae434d0b3a84b10889486184042cbc3 | [
"Apache-2.0"
] | 8 | 2020-12-29T17:44:16.000Z | 2021-11-18T22:18:42.000Z | java/year-service/src/main/java/io/honeycomb/examples/javaotlp/YearController.java | honeycombio/example-greeting-service | 52365a5f2ae434d0b3a84b10889486184042cbc3 | [
"Apache-2.0"
] | 36 | 2021-04-08T14:30:02.000Z | 2022-03-30T22:06:44.000Z | java/year-service/src/main/java/io/honeycomb/examples/javaotlp/YearController.java | honeycombio/example-greeting-service | 52365a5f2ae434d0b3a84b10889486184042cbc3 | [
"Apache-2.0"
] | 1 | 2021-04-05T10:52:23.000Z | 2021-04-05T10:52:23.000Z | 35.702128 | 92 | 0.687128 | 997,281 | package io.honeycomb.examples.javaotlp;
import io.opentelemetry.context.Context;
import io.opentelemetry.context.Scope;
import io.opentelemetry.context.propagation.ContextPropagators;
import io.opentelemetry.context.propagation.TextMapGetter;
import io.opentelemetry.context.propagation.TextMapPropagator;
import org.sp... |
92355f6fd944dc61af616016a42c1a3f65bc8ed2 | 2,346 | java | Java | android/PayTabsSample/obj/Debug/110/android/src/mono/com/paytabs/paytabscardrecognizer/cards/pay/paycardsrecognizer/sdk/ndk/RecognitionStatusListenerImplementor.java | amr-Magdy-PT/xamarin-paytabs-binding | ab29ba464276fe3689f77f1d7f619c8e5e9fbf02 | [
"MIT"
] | null | null | null | android/PayTabsSample/obj/Debug/110/android/src/mono/com/paytabs/paytabscardrecognizer/cards/pay/paycardsrecognizer/sdk/ndk/RecognitionStatusListenerImplementor.java | amr-Magdy-PT/xamarin-paytabs-binding | ab29ba464276fe3689f77f1d7f619c8e5e9fbf02 | [
"MIT"
] | 1 | 2022-03-03T08:43:49.000Z | 2022-03-03T08:43:49.000Z | android/PayTabsSample/obj/Debug/110/android/src/mono/com/paytabs/paytabscardrecognizer/cards/pay/paycardsrecognizer/sdk/ndk/RecognitionStatusListenerImplementor.java | amr-Magdy-PT/xamarin-paytabs-binding | ab29ba464276fe3689f77f1d7f619c8e5e9fbf02 | [
"MIT"
] | 1 | 2022-03-13T15:40:15.000Z | 2022-03-13T15:40:15.000Z | 40.448276 | 374 | 0.820972 | 997,282 | package mono.com.paytabs.paytabscardrecognizer.cards.pay.paycardsrecognizer.sdk.ndk;
public class RecognitionStatusListenerImplementor
extends java.lang.Object
implements
mono.android.IGCUserPeer,
com.paytabs.paytabscardrecognizer.cards.pay.paycardsrecognizer.sdk.ndk.RecognitionStatusListener
{
/** @hide */
pu... |
923564e7186a64b2d7cd1d778d1ba3eb1ae6efd0 | 351 | java | Java | app/src/main/java/com/zzh/simplenews/data/RepositoryComponent.java | PlexPt/SimpleNews | eb27c44c7006de897bddc0e7ab65ff4ad4eb299a | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/zzh/simplenews/data/RepositoryComponent.java | PlexPt/SimpleNews | eb27c44c7006de897bddc0e7ab65ff4ad4eb299a | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/zzh/simplenews/data/RepositoryComponent.java | PlexPt/SimpleNews | eb27c44c7006de897bddc0e7ab65ff4ad4eb299a | [
"Apache-2.0"
] | null | null | null | 23.4 | 93 | 0.792023 | 997,283 | package com.zzh.simplenews.data;
import com.zzh.simplenews.data.remote.RemoteRepositoryComponent;
import dagger.Component;
/**
* Created by zzh on 16/6/8.
*/
@RepositoryScope
@Component(dependencies = RemoteRepositoryComponent.class , modules = RepositoryModule.class)
public interface RepositoryComponent {
Rep... |
923566124990aba94011d8275608da4aba27663d | 7,348 | java | Java | part-2/week-7/week7-week7_06.PromissoryNote/test/PromissoryNoteTest.java | rohansachdeva1990/helsinki-mooc-oo-java | a732c2f600bf0da514f57ccb52e3826704fbb3a2 | [
"MIT"
] | 2 | 2017-07-08T00:47:25.000Z | 2017-08-03T04:22:43.000Z | 2013-OOProgrammingWithJava-PART2/week7-week7_06.PromissoryNote/test/PromissoryNoteTest.java | gengwg/java_mooc_fi | 041d5dbf57dfe89d1eb963b7581b95b20ef4e118 | [
"Apache-2.0"
] | null | null | null | 2013-OOProgrammingWithJava-PART2/week7-week7_06.PromissoryNote/test/PromissoryNoteTest.java | gengwg/java_mooc_fi | 041d5dbf57dfe89d1eb963b7581b95b20ef4e118 | [
"Apache-2.0"
] | null | null | null | 39.294118 | 240 | 0.616766 | 997,284 |
import fi.helsinki.cs.tmc.edutestutils.Points;
import fi.helsinki.cs.tmc.edutestutils.ReflectionUtils;
import fi.helsinki.cs.tmc.edutestutils.Reflex;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import static org.junit.Assert.*;
import org.junit.Before;
import ... |
92356644355e46be6233efe9d43a8cc667dfb119 | 1,512 | java | Java | registry-pipelines/src/main/java/pro/biocontainers/pipelines/jobs/AbstractJob.java | chakrabandla/registry-backend | f536195bd046f57dad09535bab28e5d59ab1fe6c | [
"Apache-2.0"
] | null | null | null | registry-pipelines/src/main/java/pro/biocontainers/pipelines/jobs/AbstractJob.java | chakrabandla/registry-backend | f536195bd046f57dad09535bab28e5d59ab1fe6c | [
"Apache-2.0"
] | 9 | 2018-07-26T01:12:00.000Z | 2018-09-30T15:31:03.000Z | registry-pipelines/src/main/java/pro/biocontainers/pipelines/jobs/AbstractJob.java | chakrabandla/registry-backend | f536195bd046f57dad09535bab28e5d59ab1fe6c | [
"Apache-2.0"
] | 1 | 2018-07-23T16:38:04.000Z | 2018-07-23T16:38:04.000Z | 32.212766 | 85 | 0.791942 | 997,285 | package pro.biocontainers.pipelines.jobs;
import lombok.extern.slf4j.Slf4j;
import org.springframework.batch.core.configuration.annotation.EnableBatchProcessing;
import org.springframework.batch.core.configuration.annotation.JobBuilderFactory;
import org.springframework.batch.core.configuration.annotation.StepBuilderF... |
923566903a369b0e9e5747254a7083ea4cb425c4 | 2,289 | java | Java | drools-verifier/src/main/java/org/drools/verifier/components/VerifierAccumulateDescr.java | bobmcwhirter/drools | 62a0a5907ca1f4505cea2f4c55302da846b1cc75 | [
"Apache-2.0"
] | 13 | 2016-05-08T12:40:40.000Z | 2017-01-09T05:02:36.000Z | drools-verifier/src/main/java/org/drools/verifier/components/VerifierAccumulateDescr.java | rapidan/drools | 62a0a5907ca1f4505cea2f4c55302da846b1cc75 | [
"Apache-2.0"
] | 7 | 2020-06-30T23:18:02.000Z | 2022-02-01T01:05:08.000Z | drools-verifier/src/main/java/org/drools/verifier/components/VerifierAccumulateDescr.java | rapidan/drools | 62a0a5907ca1f4505cea2f4c55302da846b1cc75 | [
"Apache-2.0"
] | 6 | 2015-12-04T06:09:37.000Z | 2019-07-19T07:20:44.000Z | 20.4375 | 65 | 0.721713 | 997,286 | package org.drools.verifier.components;
/**
*
* @author Toni Rikkola
*/
public class VerifierAccumulateDescr extends VerifierComponent {
private static int index = 0;
private int inputPatternId;
private String initCode;
private String actionCode;
private String reverseCode;
private String r... |
923566cc15344a811294e92771439c09307261a1 | 5,866 | java | Java | services/cloudbuild/src/main/java/com/huaweicloud/sdk/cloudbuild/v3/CloudBuildClient.java | huaweicloud/huaweicloud-sdk-java-v3 | a01cd21a3d03f6dffc807bea7c522e34adfa368d | [
"Apache-2.0"
] | 50 | 2020-05-18T11:35:20.000Z | 2022-03-15T02:07:05.000Z | services/cloudbuild/src/main/java/com/huaweicloud/sdk/cloudbuild/v3/CloudBuildClient.java | huaweicloud/huaweicloud-sdk-java-v3 | a01cd21a3d03f6dffc807bea7c522e34adfa368d | [
"Apache-2.0"
] | 45 | 2020-07-06T03:34:12.000Z | 2022-03-31T09:41:54.000Z | services/cloudbuild/src/main/java/com/huaweicloud/sdk/cloudbuild/v3/CloudBuildClient.java | huaweicloud/huaweicloud-sdk-java-v3 | a01cd21a3d03f6dffc807bea7c522e34adfa368d | [
"Apache-2.0"
] | 27 | 2020-05-28T11:08:44.000Z | 2022-03-30T03:30:37.000Z | 40.736111 | 120 | 0.756904 | 997,287 | package com.huaweicloud.sdk.cloudbuild.v3;
import com.huaweicloud.sdk.cloudbuild.v3.model.*;
import com.huaweicloud.sdk.core.ClientBuilder;
import com.huaweicloud.sdk.core.HcClient;
import com.huaweicloud.sdk.core.invoker.SyncInvoker;
public class CloudBuildClient {
protected HcClient hcClient;
public Cloud... |
923566d27957167f5da3804f5a55fdfccbb11fc5 | 354 | java | Java | clients/java-pkmst/generated/src/test/java/com/prokarma/pkmst/cucumber/PkmstTest.java | hoomaan-kh/swagger-aem | 0b19225bb6e071df761d176cbc13565891fe895f | [
"Apache-2.0"
] | 39 | 2016-10-02T06:45:12.000Z | 2021-09-08T20:39:53.000Z | clients/java-pkmst/generated/src/test/java/com/prokarma/pkmst/cucumber/PkmstTest.java | hoomaan-kh/swagger-aem | 0b19225bb6e071df761d176cbc13565891fe895f | [
"Apache-2.0"
] | 35 | 2017-06-14T03:28:15.000Z | 2022-02-14T10:25:54.000Z | clients/java-pkmst/generated/src/test/java/com/prokarma/pkmst/cucumber/PkmstTest.java | hoomaan-kh/swagger-aem | 0b19225bb6e071df761d176cbc13565891fe895f | [
"Apache-2.0"
] | 23 | 2016-11-07T04:14:42.000Z | 2021-02-15T09:49:13.000Z | 27.230769 | 73 | 0.79661 | 997,288 | package com.prokarma.pkmst.cucumber;
import org.junit.runner.RunWith;
import org.springframework.test.context.ActiveProfiles;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@ActiveProfiles("test")
@CucumberOptions(format = { "pretty", "html:target/cucumber-html-repor... |
923568f7039e3a6505468d050b23405fa2b39476 | 2,196 | java | Java | src/main/java/ubc/pavlab/ndb/beans/PublicationsView.java | JacobsonMT/ndb | 259a94bca90038ae5ec77dd7cf2095dfcd826acf | [
"Apache-2.0"
] | 3 | 2016-01-18T23:49:55.000Z | 2017-01-26T18:46:07.000Z | src/main/java/ubc/pavlab/ndb/beans/PublicationsView.java | JacobsonMT/ndb | 259a94bca90038ae5ec77dd7cf2095dfcd826acf | [
"Apache-2.0"
] | 46 | 2015-11-19T23:16:31.000Z | 2017-11-15T23:44:08.000Z | src/main/java/ubc/pavlab/ndb/beans/PublicationsView.java | PavlidisLab/ndb | 319b5e8d43633b45d026a0ffe7b05bedaf77baf2 | [
"Apache-2.0"
] | null | null | null | 25.241379 | 90 | 0.686703 | 997,289 | package ubc.pavlab.ndb.beans;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ManagedProperty;
import javax.faces.bean.ViewScoped;
import javax.faces.context.FacesContext;
import org.ap... |
9235691ca48215620aa613b0f71e0d779852c88c | 10,775 | java | Java | src/main/java/org/scify/jedai/blockprocessing/blockcleaning/BlockFiltering.java | allan-shoup/JedAIToolkit | 1fafb9f708697ad529642f353c4f4d29985453ad | [
"Apache-2.0"
] | 173 | 2017-01-30T09:17:58.000Z | 2022-03-04T11:14:40.000Z | src/main/java/org/scify/jedai/blockprocessing/blockcleaning/BlockFiltering.java | allan-shoup/JedAIToolkit | 1fafb9f708697ad529642f353c4f4d29985453ad | [
"Apache-2.0"
] | 40 | 2017-01-03T09:52:55.000Z | 2021-11-04T10:58:44.000Z | src/main/java/org/scify/jedai/blockprocessing/blockcleaning/BlockFiltering.java | allan-shoup/JedAIToolkit | 1fafb9f708697ad529642f353c4f4d29985453ad | [
"Apache-2.0"
] | 38 | 2017-10-10T02:36:43.000Z | 2022-03-11T16:28:13.000Z | 35.678808 | 134 | 0.586265 | 997,290 | /*
* Copyright [2016-2020] [George Papadakis (dycjh@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 require... |
92356ac7a7d6e90bfb585f0b76b1913217488728 | 10,171 | java | Java | src/test/java/com/github/qaware/adcl/information/DatamodelVersioningTest.java | qaware/adcl | 20703a1f7bfd3ee2bd27dd31f06dc4eacc1f5be0 | [
"MIT"
] | 1 | 2020-07-27T08:46:36.000Z | 2020-07-27T08:46:36.000Z | src/test/java/com/github/qaware/adcl/information/DatamodelVersioningTest.java | qaware/adcl | 20703a1f7bfd3ee2bd27dd31f06dc4eacc1f5be0 | [
"MIT"
] | 77 | 2019-12-10T22:37:56.000Z | 2020-09-11T02:05:47.000Z | src/test/java/com/github/qaware/adcl/information/DatamodelVersioningTest.java | qaware/adcl | 20703a1f7bfd3ee2bd27dd31f06dc4eacc1f5be0 | [
"MIT"
] | null | null | null | 51.110553 | 176 | 0.586078 | 997,291 | package com.github.qaware.adcl.information;
import com.github.qaware.adcl.PomDependencyExtractor;
import com.github.qaware.adcl.depex.DependencyExtractor;
import com.github.qaware.adcl.pm.MavenProjectManager;
import com.github.qaware.adcl.report.DiffExtractor;
import org.apache.maven.shared.invoker.MavenInvocationExce... |
92356acf15a33640cd3fd6d5a120acd81a222ef9 | 547 | java | Java | templates/api-template-java/src/main/java/com/slf/model/Request.java | rkothapalli/jazz | f04449735603ee19b228521e486a779a8609eae5 | [
"Apache-2.0"
] | 5 | 2019-02-14T19:33:49.000Z | 2021-02-26T00:12:15.000Z | templates/api-template-java/src/main/java/com/slf/model/Request.java | rkothapalli/jazz | f04449735603ee19b228521e486a779a8609eae5 | [
"Apache-2.0"
] | 7 | 2018-12-20T01:21:48.000Z | 2019-02-21T19:19:42.000Z | templates/api-template-java/src/main/java/com/slf/model/Request.java | rkothapalli/jazz | f04449735603ee19b228521e486a779a8609eae5 | [
"Apache-2.0"
] | 4 | 2018-12-03T21:59:03.000Z | 2019-02-04T03:59:17.000Z | 13.341463 | 48 | 0.674589 | 997,292 | package com.slf.model;
import java.util.Map;
public class Request {
private String stage;
private String method;
private Map<String, String> body;
public Request() {
}
public String getStage() {
return stage;
}
public void setStage(String stage) {
this.stage = stage;
}
public String getMethod() {
... |
92356b427018247cbed80e1c9a94616a6edc57b4 | 119 | java | Java | src/main/java/com/swingfrog/summer/ecs/bean/Bean.java | 767214481/Summer | e759ea49e8373aff6d3c2f579603651cced52db5 | [
"Apache-2.0"
] | 456 | 2018-12-05T08:56:09.000Z | 2022-03-31T06:27:38.000Z | src/main/java/com/swingfrog/summer/ecs/bean/Bean.java | 767214481/Summer | e759ea49e8373aff6d3c2f579603651cced52db5 | [
"Apache-2.0"
] | 18 | 2019-03-10T06:19:47.000Z | 2022-02-08T11:08:46.000Z | src/main/java/com/swingfrog/summer/ecs/bean/Bean.java | 767214481/Summer | e759ea49e8373aff6d3c2f579603651cced52db5 | [
"Apache-2.0"
] | 130 | 2018-12-06T03:07:54.000Z | 2022-03-07T03:02:12.000Z | 13.222222 | 38 | 0.680672 | 997,293 | package com.swingfrog.summer.ecs.bean;
public interface Bean<K> {
K getEntityId();
void setEntityId(K k);
}
|
92356cc337c40d0ed9b61d64bf481acc5c464106 | 26,386 | java | Java | corelibrary/src/main/java/com/axway/ats/core/atsconfig/AtsInfrastructureManager.java | jsa34/ats-framework | cafad83ccbe518c54789d1d51ad9e244795f567f | [
"Apache-2.0"
] | 33 | 2017-03-08T13:23:21.000Z | 2021-12-01T08:29:15.000Z | corelibrary/src/main/java/com/axway/ats/core/atsconfig/AtsInfrastructureManager.java | jsa34/ats-framework | cafad83ccbe518c54789d1d51ad9e244795f567f | [
"Apache-2.0"
] | 20 | 2017-04-04T11:23:54.000Z | 2021-09-30T15:20:45.000Z | corelibrary/src/main/java/com/axway/ats/core/atsconfig/AtsInfrastructureManager.java | jsa34/ats-framework | cafad83ccbe518c54789d1d51ad9e244795f567f | [
"Apache-2.0"
] | 61 | 2017-04-05T14:23:22.000Z | 2021-09-28T14:33:36.000Z | 34.902116 | 115 | 0.700826 | 997,294 | /*
* Copyright 2017 Axway Software
*
* 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... |
92356d9913db8470022eafa0754e03f3b22bfd49 | 7,056 | java | Java | bundle/src/test/java/com/adobe/acs/commons/httpcache/config/impl/RequestCookieCacheExtensionTest.java | LukeGrover/acs-aem-commons | 84f76f7faccca34062008ea61499e2dd201c7a90 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | bundle/src/test/java/com/adobe/acs/commons/httpcache/config/impl/RequestCookieCacheExtensionTest.java | LukeGrover/acs-aem-commons | 84f76f7faccca34062008ea61499e2dd201c7a90 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | bundle/src/test/java/com/adobe/acs/commons/httpcache/config/impl/RequestCookieCacheExtensionTest.java | LukeGrover/acs-aem-commons | 84f76f7faccca34062008ea61499e2dd201c7a90 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 34.419512 | 147 | 0.713719 | 997,295 | /*
* #%L
* ACS AEM Commons Bundle
* %%
* Copyright (C) 2015 Adobe
* %%
* 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... |
92356e16f1fadb154ff276f2d13a643fb90b7c6f | 1,932 | java | Java | web-common/src/main/java/pl/edu/icm/unity/webui/common/EnumComboBox.java | WillemElbers/unity-idm | bdd318cb2379429bee3a3d2c2feb14a3251a291e | [
"BSD-3-Clause"
] | null | null | null | web-common/src/main/java/pl/edu/icm/unity/webui/common/EnumComboBox.java | WillemElbers/unity-idm | bdd318cb2379429bee3a3d2c2feb14a3251a291e | [
"BSD-3-Clause"
] | 6 | 2016-10-13T13:31:44.000Z | 2016-10-18T16:29:49.000Z | web-common/src/main/java/pl/edu/icm/unity/webui/common/EnumComboBox.java | WillemElbers/unity-idm | bdd318cb2379429bee3a3d2c2feb14a3251a291e | [
"BSD-3-Clause"
] | 1 | 2019-11-19T10:47:34.000Z | 2019-11-19T10:47:34.000Z | 28 | 99 | 0.735507 | 997,296 | /*
* Copyright (c) 2013 ICM Uniwersytet Warszawski All rights reserved.
* See LICENCE.txt file for licensing information.
*/
package pl.edu.icm.unity.webui.common;
import java.util.HashSet;
import java.util.Set;
import java.util.TreeMap;
import pl.edu.icm.unity.server.utils.UnityMessageSource;
import com.vaadin.d... |
92356e3edfafc6cd44d5f037768e52de55f3664c | 716 | java | Java | backstage-manage-api/src/main/java/com/ak47007/model/vo/main/StatisticsVO.java | ChinaDragonNB/blog-open | 8b630280fa1b209da89110f1cc2387878cdb992f | [
"MIT"
] | 4 | 2021-07-13T12:05:30.000Z | 2022-01-08T09:30:56.000Z | backstage-manage-api/src/main/java/com/ak47007/model/vo/main/StatisticsVO.java | ChinaDragonNB/blog-open | 8b630280fa1b209da89110f1cc2387878cdb992f | [
"MIT"
] | null | null | null | backstage-manage-api/src/main/java/com/ak47007/model/vo/main/StatisticsVO.java | ChinaDragonNB/blog-open | 8b630280fa1b209da89110f1cc2387878cdb992f | [
"MIT"
] | null | null | null | 17.047619 | 47 | 0.646648 | 997,297 | package com.ak47007.model.vo.main;
import io.swagger.annotations.ApiModelProperty;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* @author AK47007
* date 2021/4/23 22:39
* describes: 首页统计数量视图对象
*/
@Data
@AllArgsConstructor
@NoArgsConstructor
public class StatisticsVO {... |
92356e6f4d1a5fd1073dabbabfe635ab7745a202 | 1,435 | java | Java | activiti-examples/activiti-api-basic-full-example-bean/src/main/java/org/activiti/examples/Content.java | lipc918/Activiti | 1752f45be53d5c76ce4877bb7a760dbadd59dce3 | [
"Apache-2.0"
] | 347 | 2017-07-31T08:38:02.000Z | 2021-06-14T13:43:20.000Z | activiti-examples/activiti-api-basic-full-example-bean/src/main/java/org/activiti/examples/Content.java | lipc918/Activiti | 1752f45be53d5c76ce4877bb7a760dbadd59dce3 | [
"Apache-2.0"
] | 173 | 2017-08-03T11:45:35.000Z | 2019-12-03T12:54:10.000Z | activiti-examples/activiti-api-basic-full-example-bean/src/main/java/org/activiti/examples/Content.java | lipc918/Activiti | 1752f45be53d5c76ce4877bb7a760dbadd59dce3 | [
"Apache-2.0"
] | 310 | 2017-08-04T02:43:21.000Z | 2021-06-11T09:18:06.000Z | 23.916667 | 136 | 0.602091 | 997,298 | package org.activiti.examples;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import java.util.ArrayList;
import java.util.List;
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, include = JsonTypeInfo.As.PROPE... |
92356ea4b83a3868b175818cd351a261c06cd65b | 5,283 | java | Java | src/main/java/br/uff/ic/archd/db/dao/DataBaseFactory.java | gems-uff/ada | f5377dbbfad28dd2d3237fe4be6896d6c66ce6da | [
"MIT"
] | 2 | 2017-12-02T03:11:07.000Z | 2021-06-02T15:14:12.000Z | src/main/java/br/uff/ic/archd/db/dao/DataBaseFactory.java | gems-uff/ada | f5377dbbfad28dd2d3237fe4be6896d6c66ce6da | [
"MIT"
] | null | null | null | src/main/java/br/uff/ic/archd/db/dao/DataBaseFactory.java | gems-uff/ada | f5377dbbfad28dd2d3237fe4be6896d6c66ce6da | [
"MIT"
] | null | null | null | 31.260355 | 86 | 0.70036 | 997,299 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package br.uff.ic.archd.db.dao;
import br.uff.ic.archd.db.dao.mysql.MySQLAnomalieDao;
import br.uff.ic.archd.db.dao.mysql.MySQLArtifactBirthDao;
import br.uff.ic.archd.db.dao.mysql.MySQLClassesDao;
import br.uff.ic.arch... |
92356eb1dd6ee171e80835aeac598ec2f3b110cb | 9,160 | java | Java | src/test/java/care/better/platform/web/template/NamedElementsTest.java | better-care/webtemplate-test | 8f3381a37d6d77df8dfa06c35b3308a6933047d5 | [
"Apache-2.0"
] | null | null | null | src/test/java/care/better/platform/web/template/NamedElementsTest.java | better-care/webtemplate-test | 8f3381a37d6d77df8dfa06c35b3308a6933047d5 | [
"Apache-2.0"
] | null | null | null | src/test/java/care/better/platform/web/template/NamedElementsTest.java | better-care/webtemplate-test | 8f3381a37d6d77df8dfa06c35b3308a6933047d5 | [
"Apache-2.0"
] | null | null | null | 60.263158 | 159 | 0.730895 | 997,300 | /* Copyright 2020-2021 Better Ltd (www.better.care)
*
* 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 la... |
92356fe593f1f29cb330878142671f0c16339f76 | 1,478 | java | Java | eap74-rhel8-payg-multivm/src/test/coffee-app/src/main/java/cafe/model/CafeRepository.java | edburns/rhel-jboss-templates | c38723be24cd89219204f79270425aff5ba086a4 | [
"MIT"
] | 7 | 2020-07-07T06:01:59.000Z | 2022-01-05T16:37:58.000Z | eap74-rhel8-payg-multivm/src/test/coffee-app/src/main/java/cafe/model/CafeRepository.java | edburns/rhel-jboss-templates | c38723be24cd89219204f79270425aff5ba086a4 | [
"MIT"
] | 3 | 2021-04-21T03:15:34.000Z | 2022-02-16T01:18:14.000Z | eap74-rhel8-payg-multivm/src/test/coffee-app/src/main/java/cafe/model/CafeRepository.java | edburns/rhel-jboss-templates | c38723be24cd89219204f79270425aff5ba086a4 | [
"MIT"
] | 9 | 2021-01-02T14:13:14.000Z | 2022-02-01T02:29:51.000Z | 26.872727 | 103 | 0.731394 | 997,301 | package cafe.model;
import java.lang.invoke.MethodHandles;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.atomic.AtomicLong;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.enterprise.context.ApplicationScoped;
import cafe.model.entity.Coffee;
@Applicati... |
9235702c5d60b6b5bc62993648e0731f6725ef82 | 4,845 | java | Java | domain/src/main/java/com/chilitech/domain/features/home/HomePresenter.java | chilitech/ChiliTech | 6a2a94d237b8baf56854e5709efd69d4e0c7febc | [
"Apache-2.0"
] | null | null | null | domain/src/main/java/com/chilitech/domain/features/home/HomePresenter.java | chilitech/ChiliTech | 6a2a94d237b8baf56854e5709efd69d4e0c7febc | [
"Apache-2.0"
] | null | null | null | domain/src/main/java/com/chilitech/domain/features/home/HomePresenter.java | chilitech/ChiliTech | 6a2a94d237b8baf56854e5709efd69d4e0c7febc | [
"Apache-2.0"
] | null | null | null | 29.363636 | 131 | 0.597523 | 997,302 | package com.chilitech.domain.features.home;
import com.chilitech.domain.base.BaseUseCase;
import com.chilitech.domain.usecase.RequestBannerTask;
import com.chilitech.domain.usecase.RequestCategoryDetailTask;
import com.chilitech.domain.usecase.RequestCategoryTask;
import com.chilitech.domain.usecase.RequestUpdateStrat... |
92357090f1be7c4e80ec54f447191bcf3f01c0a7 | 2,316 | java | Java | wechat-server/src/main/java/top/erzhiqian/weixin/account/app/WeixinAppManagerApp.java | erzhiqianyi/LeaningMicroservice | c4f5a4812994ac6436fbfaf884e98e16902913d5 | [
"Apache-2.0"
] | null | null | null | wechat-server/src/main/java/top/erzhiqian/weixin/account/app/WeixinAppManagerApp.java | erzhiqianyi/LeaningMicroservice | c4f5a4812994ac6436fbfaf884e98e16902913d5 | [
"Apache-2.0"
] | 4 | 2020-09-27T14:33:18.000Z | 2020-10-10T00:50:55.000Z | wechat-server/src/main/java/top/erzhiqian/weixin/account/app/WeixinAppManagerApp.java | erzhiqianyi/LeaningMicroservice | c4f5a4812994ac6436fbfaf884e98e16902913d5 | [
"Apache-2.0"
] | null | null | null | 40.631579 | 103 | 0.71114 | 997,303 | package top.erzhiqian.weixin.account.app;
import org.springframework.stereotype.Component;
import top.erzhiqian.weixin.account.client.cmd.WeixinAppRegisterCmd;
import top.erzhiqian.weixin.account.domain.entity.WeixinApp;
import top.erzhiqian.weixin.account.domain.entity.AppHost;
import top.erzhiqian.weixin.account.dom... |
9235709e809bcf65a2e4bddfffaa4e50a47608c9 | 178 | java | Java | vertx-pin/zero-jet/src/main/java/io/vertx/tp/jet/cv/em/WorkerType.java | evgreenhua/vertx-zero | e4fd363516427a13dd9664a06d8a49ed16be1e9f | [
"Apache-2.0"
] | 454 | 2017-11-12T09:00:21.000Z | 2022-03-10T14:26:04.000Z | vertx-pin/zero-jet/src/main/java/io/vertx/tp/jet/cv/em/WorkerType.java | evgreenhua/vertx-zero | e4fd363516427a13dd9664a06d8a49ed16be1e9f | [
"Apache-2.0"
] | 56 | 2017-11-28T05:36:25.000Z | 2022-03-26T14:19:57.000Z | vertx-pin/zero-jet/src/main/java/io/vertx/tp/jet/cv/em/WorkerType.java | evgreenhua/vertx-zero | e4fd363516427a13dd9664a06d8a49ed16be1e9f | [
"Apache-2.0"
] | 103 | 2017-11-07T00:49:59.000Z | 2022-03-31T10:22:59.000Z | 16.181818 | 33 | 0.483146 | 997,304 | package io.vertx.tp.jet.cv.em;
/*
* Worker Type
*/
public enum WorkerType {
STD, // Standard
PLUG, // Plug-in
JS, // JavaScript
}
|
9235710d4d4903f0bb191820608c95dd353656a5 | 664 | java | Java | back-end/src/main/java/eu/acclimatize/unison/HourlyWeather.java | conormuldoon/unison | 7dc520b98fff5e8352b178735706e04e4f9516b9 | [
"MIT"
] | null | null | null | back-end/src/main/java/eu/acclimatize/unison/HourlyWeather.java | conormuldoon/unison | 7dc520b98fff5e8352b178735706e04e4f9516b9 | [
"MIT"
] | null | null | null | back-end/src/main/java/eu/acclimatize/unison/HourlyWeather.java | conormuldoon/unison | 7dc520b98fff5e8352b178735706e04e4f9516b9 | [
"MIT"
] | null | null | null | 15.090909 | 61 | 0.706325 | 997,305 | package eu.acclimatize.unison;
import javax.persistence.Embedded;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
/**
*
* A JPA entity class for storing hourly weather data.
*
*/
@Entity
public class HourlyWeather {
@EmbeddedId
private ItemKey key;
@Embedded
private WeatherValue valu... |
923572307a27c48eff019d0f65d72940244f3791 | 2,035 | java | Java | src/main/java/org/rulelearn/rules/UnknownRuleSemanticsException.java | ruleLearn/rulelearn | b1eaf7375bb586da4a7a70ed31e3983dbc40ac7f | [
"Apache-2.0"
] | 6 | 2018-04-17T08:36:26.000Z | 2020-11-28T21:22:27.000Z | src/main/java/org/rulelearn/rules/UnknownRuleSemanticsException.java | ruleLearn/rulelearn | b1eaf7375bb586da4a7a70ed31e3983dbc40ac7f | [
"Apache-2.0"
] | null | null | null | src/main/java/org/rulelearn/rules/UnknownRuleSemanticsException.java | ruleLearn/rulelearn | b1eaf7375bb586da4a7a70ed31e3983dbc40ac7f | [
"Apache-2.0"
] | 8 | 2019-04-09T20:37:40.000Z | 2019-12-10T12:26:30.000Z | 33.349206 | 166 | 0.708234 | 997,306 | /**
* Copyright (C) Jerzy Błaszczyński, Marcin Szeląg
*
* 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 applic... |
923572895b23c3e9b2e0f48459a3fc632c0b13d2 | 3,081 | java | Java | presto-spark-base/src/main/java/com/facebook/presto/spark/PrestoSparkServiceFactory.java | ahouzheng/presto | c2ac1469eea9da9c6e29c8c4d43e00b851400c8b | [
"Apache-2.0"
] | 9,782 | 2016-03-18T15:16:19.000Z | 2022-03-31T07:49:41.000Z | presto-spark-base/src/main/java/com/facebook/presto/spark/PrestoSparkServiceFactory.java | ahouzheng/presto | c2ac1469eea9da9c6e29c8c4d43e00b851400c8b | [
"Apache-2.0"
] | 10,310 | 2016-03-18T01:03:00.000Z | 2022-03-31T23:54:08.000Z | presto-spark-base/src/main/java/com/facebook/presto/spark/PrestoSparkServiceFactory.java | ahouzheng/presto | c2ac1469eea9da9c6e29c8c4d43e00b851400c8b | [
"Apache-2.0"
] | 3,803 | 2016-03-18T22:54:24.000Z | 2022-03-31T07:49:46.000Z | 42.791667 | 136 | 0.753002 | 997,307 | /*
* 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... |
923572b6491b08e224df5856eb68d01da2e4cf35 | 10,757 | java | Java | src/main/java/com/microsoft/graph/requests/ScheduleRequestBuilder.java | GotanDev/msgraph-sdk-java | a8d54844f82989f172ea8585202f2c403f9a0be7 | [
"MIT"
] | 260 | 2018-02-27T22:36:10.000Z | 2022-03-30T14:36:25.000Z | src/main/java/com/microsoft/graph/requests/ScheduleRequestBuilder.java | GotanDev/msgraph-sdk-java | a8d54844f82989f172ea8585202f2c403f9a0be7 | [
"MIT"
] | 561 | 2018-02-28T02:37:38.000Z | 2022-03-31T08:01:19.000Z | src/main/java/com/microsoft/graph/requests/ScheduleRequestBuilder.java | GotanDev/msgraph-sdk-java | a8d54844f82989f172ea8585202f2c403f9a0be7 | [
"MIT"
] | 130 | 2018-02-27T23:24:41.000Z | 2022-02-23T15:14:42.000Z | 39.988848 | 200 | 0.723529 | 997,308 | // Template Source: BaseEntityRequestBuilder.java.tt
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// -----------------------------... |
9235733a875fe2b480f4647ed0fc6eafbae3b120 | 680 | java | Java | src/main/java/com/example/socialmedia/config/RequestLoggingFilterConfig.java | basharkhan6/Social_Media | d6556a2a5bfaba271737bbb7ae02c48735a8a2f6 | [
"MIT"
] | 1 | 2021-07-10T21:29:43.000Z | 2021-07-10T21:29:43.000Z | src/main/java/com/example/socialmedia/config/RequestLoggingFilterConfig.java | basharkhan6/Social_Media | d6556a2a5bfaba271737bbb7ae02c48735a8a2f6 | [
"MIT"
] | null | null | null | src/main/java/com/example/socialmedia/config/RequestLoggingFilterConfig.java | basharkhan6/Social_Media | d6556a2a5bfaba271737bbb7ae02c48735a8a2f6 | [
"MIT"
] | null | null | null | 30.909091 | 79 | 0.761765 | 997,309 | package com.example.socialmedia.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.filter.CommonsRequestLoggingFilter;
@Configuration
public class RequestLoggingFilterConfig {
@Bean
public CommonsRequestLoggi... |
9235740cc074b9207ffdb4245c7ef4563b09f074 | 208 | java | Java | base/src/main/java/adudecalledleo/tbsquared/icon/Icon.java | Leo40Git/textbox-squared | 315c75cb64a9d945b168f3ae5ac40d388e48097c | [
"MIT"
] | null | null | null | base/src/main/java/adudecalledleo/tbsquared/icon/Icon.java | Leo40Git/textbox-squared | 315c75cb64a9d945b168f3ae5ac40d388e48097c | [
"MIT"
] | null | null | null | base/src/main/java/adudecalledleo/tbsquared/icon/Icon.java | Leo40Git/textbox-squared | 315c75cb64a9d945b168f3ae5ac40d388e48097c | [
"MIT"
] | null | null | null | 26 | 85 | 0.822115 | 997,310 | package adudecalledleo.tbsquared.icon;
import java.awt.image.*;
import adudecalledleo.tbsquared.definition.Definition;
public record Icon(Definition sourceDefinition, String name, BufferedImage image) { }
|
92357662cb22e254665ed9083408a8d4c8b26ce7 | 12,425 | java | Java | ide/editor.lib2/src/org/netbeans/modules/editor/lib2/view/AttributedCharSequence.java | tusharvjoshi/incubator-netbeans | a61bd21f4324f7e73414633712522811cb20ac93 | [
"Apache-2.0"
] | 1,056 | 2019-04-25T20:00:35.000Z | 2022-03-30T04:46:14.000Z | ide/editor.lib2/src/org/netbeans/modules/editor/lib2/view/AttributedCharSequence.java | tusharvjoshi/incubator-netbeans | a61bd21f4324f7e73414633712522811cb20ac93 | [
"Apache-2.0"
] | 1,846 | 2019-04-25T20:50:05.000Z | 2022-03-31T23:40:41.000Z | ide/editor.lib2/src/org/netbeans/modules/editor/lib2/view/AttributedCharSequence.java | tusharvjoshi/incubator-netbeans | a61bd21f4324f7e73414633712522811cb20ac93 | [
"Apache-2.0"
] | 550 | 2019-04-25T20:04:33.000Z | 2022-03-25T17:43:01.000Z | 33.490566 | 115 | 0.608451 | 997,311 | /*
* 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 ... |
923576aed85ef8c4a473733acbaa3f1504f5e784 | 1,059 | java | Java | Deprecated/SoarPre8.6/Eclipse-Soar/src/edu/rosehulman/soar/perspective/SoarPerspectiveFactory.java | sleyzerzon/soar | 74a6f32ba1be3a7b3ed4eac0b44b0f4b2e981f71 | [
"Unlicense"
] | 1 | 2016-04-01T04:02:28.000Z | 2016-04-01T04:02:28.000Z | Deprecated/SoarPre8.6/Eclipse-Soar/src/edu/rosehulman/soar/perspective/SoarPerspectiveFactory.java | sleyzerzon/soar | 74a6f32ba1be3a7b3ed4eac0b44b0f4b2e981f71 | [
"Unlicense"
] | null | null | null | Deprecated/SoarPre8.6/Eclipse-Soar/src/edu/rosehulman/soar/perspective/SoarPerspectiveFactory.java | sleyzerzon/soar | 74a6f32ba1be3a7b3ed4eac0b44b0f4b2e981f71 | [
"Unlicense"
] | null | null | null | 25.214286 | 89 | 0.744098 | 997,312 | /**
*
* @file SoarPerspectiveFactory.java
* @date Mar 23, 2004
*/
package edu.rosehulman.soar.perspective;
import edu.rosehulman.soar.*;
import org.eclipse.ui.*;
/**
* Creates the Soar perspective, with all of our pretty views.
*
* @author Tim Jasko <tj9582@yahoo.com>
*/
public class SoarPerspectiveFa... |
9235772b459d811ff87d172ad5bbc85f1c5c3678 | 2,972 | java | Java | src/main/java/org/amity/simulator/language/StateMachine.java | BandedHawk/system-simulator | 2d5b2453ea29b79ab7471079ef5238802eee231a | [
"Apache-2.0"
] | null | null | null | src/main/java/org/amity/simulator/language/StateMachine.java | BandedHawk/system-simulator | 2d5b2453ea29b79ab7471079ef5238802eee231a | [
"Apache-2.0"
] | null | null | null | src/main/java/org/amity/simulator/language/StateMachine.java | BandedHawk/system-simulator | 2d5b2453ea29b79ab7471079ef5238802eee231a | [
"Apache-2.0"
] | null | null | null | 31.242105 | 79 | 0.544137 | 997,313 | /*
* StateMachine.java
*
* (C) Copyright 2017 Jon Barnett.
*
* 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... |
923578a7da36cdd56dc76911a2aa84f8c7b860da | 1,029 | java | Java | gradle/wrapper/dists/gradle-1.12-all/4ff8jj5a73a7zgj5nnzv1ubq0/gradle-1.12/src/core/org/gradle/api/internal/resource/ResourceNotFoundException.java | bit-man/pushfish-android | 5f4fcf56adf5a8cdb6f31d91c315bcd3b3dc93bc | [
"BSD-2-Clause"
] | 158 | 2015-04-18T23:39:02.000Z | 2021-07-01T18:28:29.000Z | gradle/wrapper/dists/gradle-1.12-all/4ff8jj5a73a7zgj5nnzv1ubq0/gradle-1.12/src/core/org/gradle/api/internal/resource/ResourceNotFoundException.java | bit-man/pushfish-android | 5f4fcf56adf5a8cdb6f31d91c315bcd3b3dc93bc | [
"BSD-2-Clause"
] | 31 | 2015-04-29T18:52:40.000Z | 2020-06-29T19:25:24.000Z | gradle/wrapper/dists/gradle-1.12-all/4ff8jj5a73a7zgj5nnzv1ubq0/gradle-1.12/src/core/org/gradle/api/internal/resource/ResourceNotFoundException.java | bit-man/pushfish-android | 5f4fcf56adf5a8cdb6f31d91c315bcd3b3dc93bc | [
"BSD-2-Clause"
] | 32 | 2016-01-05T21:58:24.000Z | 2021-06-21T21:56:34.000Z | 33.193548 | 104 | 0.73275 | 997,314 | /*
* Copyright 2010 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
92357aabb2d6daad6db376f47bdaa2cd71bdc597 | 456 | java | Java | app/src/main/java/com/buftas/myPasswords/Password.java | buftas/MyPasswords | e7b2f02dc5b8db733480ccac6ed72160f999f573 | [
"MIT"
] | 5 | 2020-07-22T20:47:39.000Z | 2022-01-12T00:41:05.000Z | app/src/main/java/com/buftas/myPasswords/Password.java | buftas/MyPasswords | e7b2f02dc5b8db733480ccac6ed72160f999f573 | [
"MIT"
] | null | null | null | app/src/main/java/com/buftas/myPasswords/Password.java | buftas/MyPasswords | e7b2f02dc5b8db733480ccac6ed72160f999f573 | [
"MIT"
] | 1 | 2022-01-12T00:41:11.000Z | 2022-01-12T00:41:11.000Z | 21.714286 | 103 | 0.662281 | 997,315 | //Nikolaos Katsiopis
//icsd13076
package com.buftas.myPasswords;
public class Password extends DataObject {//This class creates a password instance with tis description
private String pass;
public Password(String name, String username, String pass) {
super(name, username);
this.pass = pass;
... |
92357b4f876da31a3890e6921c7b1392e7f22623 | 1,819 | java | Java | ode-core/src/main/java/com/leidos/ode/core/controllers/topics/PublishVDOTSpdVolOccDataController.java | OSADP/P-ODE | 105b6e2db4c48bcfeb6b89a2b3e159fef15c3a9c | [
"Apache-2.0"
] | null | null | null | ode-core/src/main/java/com/leidos/ode/core/controllers/topics/PublishVDOTSpdVolOccDataController.java | OSADP/P-ODE | 105b6e2db4c48bcfeb6b89a2b3e159fef15c3a9c | [
"Apache-2.0"
] | 7 | 2020-03-04T22:25:30.000Z | 2021-06-04T02:14:05.000Z | ode-core/src/main/java/com/leidos/ode/core/controllers/topics/PublishVDOTSpdVolOccDataController.java | OSADP/P-ODE | 105b6e2db4c48bcfeb6b89a2b3e159fef15c3a9c | [
"Apache-2.0"
] | 1 | 2020-02-02T18:19:07.000Z | 2020-02-02T18:19:07.000Z | 30.316667 | 91 | 0.738868 | 997,316 | package com.leidos.ode.core.controllers.topics;
import com.leidos.ode.agent.data.ODEAgentMessage;
import com.leidos.ode.core.controllers.PublishDataController;
import com.leidos.ode.logging.ODELogger;
import javax.annotation.PostConstruct;
import org.springframework.beans.factory.annotation.Autowired;
import org.sprin... |
92357c01f62568efcb8216097658de09ce6f0544 | 1,346 | java | Java | core/src/main/java/org/jfantasy/framework/log/interceptor/LogOperationSourcePointcut.java | limaofeng/jfantasy-framework | 781246acef1b32ba3a20dc0d988dcd31df7e3e21 | [
"MIT"
] | 1 | 2021-08-13T15:25:01.000Z | 2021-08-13T15:25:01.000Z | core/src/main/java/org/jfantasy/framework/log/interceptor/LogOperationSourcePointcut.java | limaofeng/jfantasy-framework | 781246acef1b32ba3a20dc0d988dcd31df7e3e21 | [
"MIT"
] | 1 | 2021-09-11T01:28:09.000Z | 2021-09-11T13:33:40.000Z | core/src/main/java/org/jfantasy/framework/log/interceptor/LogOperationSourcePointcut.java | limaofeng/jfantasy-framework | 781246acef1b32ba3a20dc0d988dcd31df7e3e21 | [
"MIT"
] | null | null | null | 30.590909 | 96 | 0.763744 | 997,317 | package org.jfantasy.framework.log.interceptor;
import java.io.Serializable;
import java.lang.reflect.Method;
import org.jfantasy.framework.log.annotation.LogOperationSource;
import org.springframework.aop.support.StaticMethodMatcherPointcut;
import org.springframework.util.CollectionUtils;
import org.springframework.... |
92357dec5e8924035996e7d9a2c1e73d9eb15aaa | 682 | java | Java | src/main/java/com/storycraft/core/chat/ColoredChat.java | story-network/story-plugin | cb6bb2c3433c2860a2beb9d52211e5078f37f787 | [
"MIT"
] | 1 | 2018-03-20T23:21:51.000Z | 2018-03-20T23:21:51.000Z | src/main/java/com/storycraft/core/chat/ColoredChat.java | storycraft/story-plugin | cb6bb2c3433c2860a2beb9d52211e5078f37f787 | [
"MIT"
] | 8 | 2019-06-17T09:25:12.000Z | 2019-12-13T08:07:41.000Z | src/main/java/com/storycraft/core/chat/ColoredChat.java | storycraft/story-plugin | cb6bb2c3433c2860a2beb9d52211e5078f37f787 | [
"MIT"
] | 1 | 2019-07-27T08:42:27.000Z | 2019-07-27T08:42:27.000Z | 28.416667 | 86 | 0.717009 | 997,318 | package com.storycraft.core.chat;
import com.storycraft.StoryMiniPlugin;
import org.bukkit.ChatColor;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.AsyncPlayerChatEvent;
public class ColoredChat extends StoryMiniPlugin implements Listener {
@Override
... |
92357ff37a558cd64f08239b02089d0b29d8e578 | 2,793 | java | Java | mysql/src/main/java/com/github/sandor_balazs/nosql_java/domain/Employee.java | sandor-balazs/nosql-java | 417c04477a61cd1517091ce8b6b7c2aae3c329c4 | [
"BSD-2-Clause"
] | 2 | 2016-12-11T04:35:00.000Z | 2016-12-12T22:29:30.000Z | mysql/src/main/java/com/github/sandor_balazs/nosql_java/domain/Employee.java | sandor-balazs/nosql-java | 417c04477a61cd1517091ce8b6b7c2aae3c329c4 | [
"BSD-2-Clause"
] | null | null | null | mysql/src/main/java/com/github/sandor_balazs/nosql_java/domain/Employee.java | sandor-balazs/nosql-java | 417c04477a61cd1517091ce8b6b7c2aae3c329c4 | [
"BSD-2-Clause"
] | null | null | null | 21.320611 | 65 | 0.588256 | 997,319 | package com.github.sandor_balazs.nosql_java.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import javax.persistence.*;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import jav... |
9235801e97ff09c3ac44d82c4a76e2228d6afb82 | 2,823 | java | Java | drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/MetadataCol52.java | cuijulian/drools | 31b4dacd07ad962592dfb5ae6eee5cb825acce14 | [
"Apache-2.0"
] | 5 | 2016-07-31T17:00:18.000Z | 2022-01-11T04:34:29.000Z | drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/MetadataCol52.java | cuijulian/drools | 31b4dacd07ad962592dfb5ae6eee5cb825acce14 | [
"Apache-2.0"
] | 5 | 2017-11-08T14:08:38.000Z | 2018-07-02T14:49:23.000Z | drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/MetadataCol52.java | cuijulian/drools | 31b4dacd07ad962592dfb5ae6eee5cb825acce14 | [
"Apache-2.0"
] | 1 | 2019-10-18T09:35:54.000Z | 2019-10-18T09:35:54.000Z | 28.806122 | 77 | 0.601134 | 997,320 | /*
* Copyright 2011 Red Hat, Inc. and/or its affiliates.
*
* 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 a... |
9235803596f398cee38454b45351e352450e5422 | 943 | java | Java | springBootCrudApi/src/main/java/com/springboot/workers/crudapi/model/Title.java | Mrafe/Spring | e75606c980bef00e8f15e51f91e450597155280a | [
"Apache-2.0"
] | null | null | null | springBootCrudApi/src/main/java/com/springboot/workers/crudapi/model/Title.java | Mrafe/Spring | e75606c980bef00e8f15e51f91e450597155280a | [
"Apache-2.0"
] | null | null | null | springBootCrudApi/src/main/java/com/springboot/workers/crudapi/model/Title.java | Mrafe/Spring | e75606c980bef00e8f15e51f91e450597155280a | [
"Apache-2.0"
] | null | null | null | 21.431818 | 112 | 0.732768 | 997,321 | package com.springboot.workers.crudapi.model;
import java.util.Date;
public class Title {
int workerRefId;
String workerTitle;
Date affectedFrom;
public Title(int workerRefId, String workerTitle, Date affectedFrom) {
this.workerRefId = workerRefId;
this.workerTitle = workerTitle;
this.affectedFrom = affec... |
9235805b48621e0ca85ce6f8c7772a8675ab9da2 | 1,829 | java | Java | examples/src/main/java/org/rajawali3d/examples/wallpaper/PreviewActivity.java | gormanb/Rajawali | a37eb07cfe01cf7c5a049d71699c781439c2369c | [
"Apache-2.0"
] | 1,845 | 2015-03-17T17:24:58.000Z | 2022-03-30T02:53:17.000Z | examples/src/main/java/org/rajawali3d/examples/wallpaper/PreviewActivity.java | lxholding/Rajawali | a66ca651517cc789d79b50c34e4b31acfc39b26c | [
"Apache-2.0"
] | 934 | 2015-03-17T15:34:16.000Z | 2022-02-11T20:04:57.000Z | examples/src/main/java/org/rajawali3d/examples/wallpaper/PreviewActivity.java | lxholding/Rajawali | a66ca651517cc789d79b50c34e4b31acfc39b26c | [
"Apache-2.0"
] | 566 | 2015-03-18T01:08:03.000Z | 2022-03-25T13:09:32.000Z | 32.192982 | 106 | 0.677929 | 997,322 | package org.rajawali3d.examples.wallpaper;
import android.app.Activity;
import android.app.Service;
import android.app.WallpaperManager;
import android.content.ComponentName;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Build;
import android.os.Bundle;
import android.widget.To... |
92358080d2c3f8f6c8ce172a8bb1dc1f98139cfc | 2,515 | java | Java | src-nds/ndsNormalizer/ElementRepositoryBase.java | lta-disco-unimib-it/KLFA | 7bbf0b31846239c849a307a48f820e28b62c874e | [
"Apache-2.0"
] | 1 | 2021-06-06T01:36:32.000Z | 2021-06-06T01:36:32.000Z | src-nds/ndsNormalizer/ElementRepositoryBase.java | lta-disco-unimib-it/KLFA | 7bbf0b31846239c849a307a48f820e28b62c874e | [
"Apache-2.0"
] | null | null | null | src-nds/ndsNormalizer/ElementRepositoryBase.java | lta-disco-unimib-it/KLFA | 7bbf0b31846239c849a307a48f820e28b62c874e | [
"Apache-2.0"
] | null | null | null | 28.258427 | 87 | 0.637376 | 997,323 | /*******************************************************************************
* Copyright 2019 Fabrizio Pastore, Leonardo Mariani
*
* 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 L... |
9235827e0fef888e11716efa7941ae1d2acf5aae | 2,362 | java | Java | mall-modules/mall-coupon/src/main/java/com/ruoyi/coupon/domain/MemberPrice.java | 437595587/Mall | 0cdddd4fab21dd685bf85cad8b86fa7707746fa6 | [
"MIT"
] | 3 | 2021-09-09T12:08:08.000Z | 2021-09-19T09:49:44.000Z | mall-modules/mall-coupon/src/main/java/com/ruoyi/coupon/domain/MemberPrice.java | 437595587/Mall | 0cdddd4fab21dd685bf85cad8b86fa7707746fa6 | [
"MIT"
] | null | null | null | mall-modules/mall-coupon/src/main/java/com/ruoyi/coupon/domain/MemberPrice.java | 437595587/Mall | 0cdddd4fab21dd685bf85cad8b86fa7707746fa6 | [
"MIT"
] | 2 | 2021-09-10T06:13:29.000Z | 2022-02-14T09:34:06.000Z | 21.472727 | 71 | 0.617697 | 997,324 | package com.ruoyi.coupon.domain;
import com.ruoyi.common.core.annotation.Excel;
import com.ruoyi.common.core.web.domain.BaseEntity;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import java.math.BigDecimal;
/**
* 商品会员价格对象 sms_member_price
*
* @auth... |
923582e14f970a51ec7887d485691242159f3ae8 | 183 | java | Java | src/main/java/com/github/whalerain/javatool/core/ReflectTool.java | whalerain/java-tool | fea046f9ca183875191cf581c15238b47896c932 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/whalerain/javatool/core/ReflectTool.java | whalerain/java-tool | fea046f9ca183875191cf581c15238b47896c932 | [
"Apache-2.0"
] | 5 | 2020-04-25T05:08:29.000Z | 2022-01-04T16:36:06.000Z | src/main/java/com/github/whalerain/javatool/core/ReflectTool.java | whalerain/java-tool | fea046f9ca183875191cf581c15238b47896c932 | [
"Apache-2.0"
] | null | null | null | 8.714286 | 46 | 0.699454 | 997,325 | package com.github.whalerain.javatool.core;
import cn.hutool.core.util.ReflectUtil;
/**
* 反射工具类
*
* @author ZhangXi
*/
public class ReflectTool extends ReflectUtil {
}
|
92358430cba787bad330cf3cc1cc03cd04ebb681 | 539 | java | Java | base-framework-starter/base-framework-starter-exception/src/main/java/empty/base/starter/exception/exception/AuthorizationException.java | zhenming98/base-framework | dc8fda6253d71ccb650441553daa8834bb59edfd | [
"Apache-2.0"
] | 1 | 2022-01-25T13:05:17.000Z | 2022-01-25T13:05:17.000Z | base-framework-starter/base-framework-starter-exception/src/main/java/empty/base/starter/exception/exception/AuthorizationException.java | zhenming98/base-framework | dc8fda6253d71ccb650441553daa8834bb59edfd | [
"Apache-2.0"
] | null | null | null | base-framework-starter/base-framework-starter-exception/src/main/java/empty/base/starter/exception/exception/AuthorizationException.java | zhenming98/base-framework | dc8fda6253d71ccb650441553daa8834bb59edfd | [
"Apache-2.0"
] | null | null | null | 23.434783 | 87 | 0.693878 | 997,326 | package empty.base.starter.exception.exception;
/**
* @author yzm
* @date 2021/9/26 - 21:44
*/
public class AuthorizationException extends BaseException{
public static final String CODE = "E1000";
public AuthorizationException(String message) {
this(CODE, message);
}
public AuthorizationE... |
92358469889bb6b3b5981b7d625df87c70e5ad72 | 1,966 | java | Java | src/main/java/org/efaps/ui/wicket/models/objects/grid/GridRow.java | eFaps/eFaps-WebApp | d30eb05c7f231839ce764757ec3d1961af44ef52 | [
"Apache-2.0"
] | 1 | 2020-07-18T16:57:14.000Z | 2020-07-18T16:57:14.000Z | src/main/java/org/efaps/ui/wicket/models/objects/grid/GridRow.java | eFaps/eFaps-WebApp | d30eb05c7f231839ce764757ec3d1961af44ef52 | [
"Apache-2.0"
] | 142 | 2015-07-16T03:55:07.000Z | 2020-05-03T05:14:06.000Z | src/main/java/org/efaps/ui/wicket/models/objects/grid/GridRow.java | eFaps/eFaps-WebApp | d30eb05c7f231839ce764757ec3d1961af44ef52 | [
"Apache-2.0"
] | 2 | 2017-08-11T06:56:08.000Z | 2019-01-17T15:34:17.000Z | 22.860465 | 75 | 0.645473 | 997,327 | /*
* Copyright 2003 - 2018 The eFaps Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... |
9235847c2d36ee783a66a0d53fad4263657859f9 | 2,692 | java | Java | unitils-mock/src/main/java/org/unitils/mock/core/PartialMockObject.java | Silvermedia/unitils | ed11af302a968b7a9f5666911160139f8994c2d7 | [
"Apache-2.0"
] | null | null | null | unitils-mock/src/main/java/org/unitils/mock/core/PartialMockObject.java | Silvermedia/unitils | ed11af302a968b7a9f5666911160139f8994c2d7 | [
"Apache-2.0"
] | null | null | null | unitils-mock/src/main/java/org/unitils/mock/core/PartialMockObject.java | Silvermedia/unitils | ed11af302a968b7a9f5666911160139f8994c2d7 | [
"Apache-2.0"
] | null | null | null | 43.419355 | 382 | 0.733655 | 997,328 | /*
* Copyright 2013, Unitils.org
*
* 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... |
9235862d0727a1b538946c5760a3b41e6c3718ca | 2,975 | java | Java | eventmesh-emesher/src/main/java/com/webank/emesher/core/consumergroup/ConsumerGroupTopicConf.java | lrhkobe/EventMesh | cd225439895396590e3d59d7e0d3156fec05acb4 | [
"Apache-2.0"
] | 1 | 2020-11-10T14:05:17.000Z | 2020-11-10T14:05:17.000Z | eventmesh-emesher/src/main/java/com/webank/emesher/core/consumergroup/ConsumerGroupTopicConf.java | Candimy/EventMesh | 24a89ee4ba7f00847604a51b72655e3db0fb8f76 | [
"Apache-2.0"
] | null | null | null | eventmesh-emesher/src/main/java/com/webank/emesher/core/consumergroup/ConsumerGroupTopicConf.java | Candimy/EventMesh | 24a89ee4ba7f00847604a51b72655e3db0fb8f76 | [
"Apache-2.0"
] | 1 | 2020-10-26T11:44:35.000Z | 2020-10-26T11:44:35.000Z | 28.605769 | 98 | 0.664874 | 997,329 | /*
* 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 ... |
9235862dcbffd828b04927e9017b07481d47d5a5 | 1,263 | java | Java | ex/WeekendPlanner/Server/src/example/web/utils/DateUtils.java | zzj19931010/Android_concurrency_hw | a049b12f77018104a927754604e118c3ee563e93 | [
"MIT"
] | null | null | null | ex/WeekendPlanner/Server/src/example/web/utils/DateUtils.java | zzj19931010/Android_concurrency_hw | a049b12f77018104a927754604e118c3ee563e93 | [
"MIT"
] | null | null | null | ex/WeekendPlanner/Server/src/example/web/utils/DateUtils.java | zzj19931010/Android_concurrency_hw | a049b12f77018104a927754604e118c3ee563e93 | [
"MIT"
] | null | null | null | 28.066667 | 69 | 0.756928 | 997,330 | package example.web.utils;
import java.time.DayOfWeek;
import java.time.LocalDate;
import java.time.Period;
import java.time.format.DateTimeFormatter;
import java.time.temporal.TemporalAdjusters;
import example.web.model.Flight;
/**
* A utility class to compute appropriate times and time ranges
*/
public class Dat... |
92358797059d84fda7f9fccf53779dfae254a1eb | 202 | java | Java | example/src/com/lambda/Greeter.java | TinaDelli/java-example | b21e3637e73e146dd92080200010ae64a5412c86 | [
"MIT"
] | null | null | null | example/src/com/lambda/Greeter.java | TinaDelli/java-example | b21e3637e73e146dd92080200010ae64a5412c86 | [
"MIT"
] | null | null | null | example/src/com/lambda/Greeter.java | TinaDelli/java-example | b21e3637e73e146dd92080200010ae64a5412c86 | [
"MIT"
] | null | null | null | 14.428571 | 39 | 0.569307 | 997,331 | package com.lambda;
public class Greeter
{
public String sayHello()
{
return "Hello World";
}
public String sayHello(String name)
{
return "Hello, " + name;
}
}
|
9235896ab2e6da625781887f1f5e8d9f98292a37 | 259 | java | Java | lsq-core/src/test/java/org/aksw/simba/lsq/TestLsqHashId.java | saleem-muhammad/LSQ | 93f860a6e778a9562cc93c42c4f914c09b81cd02 | [
"Apache-1.1"
] | 22 | 2015-04-30T21:47:52.000Z | 2021-12-07T21:34:14.000Z | lsq-core/src/test/java/org/aksw/simba/lsq/TestLsqHashId.java | saleem-muhammad/LSQ | 93f860a6e778a9562cc93c42c4f914c09b81cd02 | [
"Apache-1.1"
] | 24 | 2015-06-21T16:08:41.000Z | 2022-03-28T13:40:34.000Z | lsq-core/src/test/java/org/aksw/simba/lsq/TestLsqHashId.java | saleem-muhammad/LSQ | 93f860a6e778a9562cc93c42c4f914c09b81cd02 | [
"Apache-1.1"
] | 10 | 2015-06-21T00:41:33.000Z | 2022-03-09T09:30:41.000Z | 18.5 | 48 | 0.698842 | 997,332 | package org.aksw.simba.lsq;
import org.junit.Test;
public class TestLsqHashId {
@Test
public void testHashId() {
// Model m = ModelFactory.createDefaultModel();
// m.createResource().as(LocalExecution.class)
// .setQueryExec(queryExec)
}
}
|
92358992bfd51edf0a0b1892755d33d6114a788d | 3,345 | java | Java | jib-cli/src/test/java/com/google/cloud/tools/jib/cli/jar/SpringBootPackagedProcessorTest.java | musebc/jib | 2de13f585482bdbc5f4b3cc5f5cbffc13ab9ed3e | [
"Apache-2.0"
] | 11,775 | 2018-04-26T15:42:11.000Z | 2022-03-31T17:08:44.000Z | jib-cli/src/test/java/com/google/cloud/tools/jib/cli/jar/SpringBootPackagedProcessorTest.java | musebc/jib | 2de13f585482bdbc5f4b3cc5f5cbffc13ab9ed3e | [
"Apache-2.0"
] | 2,284 | 2018-04-26T17:03:16.000Z | 2022-03-31T15:36:08.000Z | jib-cli/src/test/java/com/google/cloud/tools/jib/cli/jar/SpringBootPackagedProcessorTest.java | musebc/jib | 2de13f585482bdbc5f4b3cc5f5cbffc13ab9ed3e | [
"Apache-2.0"
] | 1,336 | 2018-05-11T21:54:27.000Z | 2022-03-31T15:23:16.000Z | 38.011364 | 96 | 0.761136 | 997,333 | /*
* Copyright 2020 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... |
92358b0ad5ca7b40c38ae48211b53922f6e312c7 | 398 | java | Java | app/src/main/java/date/liyin/vly/MainApplication.java | cubesky/Vly | 33facf1356968cb227a45fbdf67e40f4df623467 | [
"MIT"
] | 4 | 2020-06-07T18:05:18.000Z | 2020-06-09T11:12:18.000Z | app/src/main/java/date/liyin/vly/MainApplication.java | cubesky/Vly | 33facf1356968cb227a45fbdf67e40f4df623467 | [
"MIT"
] | null | null | null | app/src/main/java/date/liyin/vly/MainApplication.java | cubesky/Vly | 33facf1356968cb227a45fbdf67e40f4df623467 | [
"MIT"
] | 1 | 2020-07-10T12:18:24.000Z | 2020-07-10T12:18:24.000Z | 24.875 | 103 | 0.718593 | 997,334 | package date.liyin.vly;
import android.app.Application;
import android.content.pm.ApplicationInfo;
import com.lzf.easyfloat.EasyFloat;
public class MainApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
EasyFloat.init(this, 0 != (this.getApplicationInfo().f... |
92358bcb193d88cff0789e8a9d079dc7e51166ab | 5,527 | java | Java | src/main/java/com/myblog/controller/LogController.java | prayjourney/newblog-in-java | ab8228aac197e2c181150d2cb80b8ce313657ec2 | [
"Apache-2.0"
] | 1 | 2018-04-16T06:38:11.000Z | 2018-04-16T06:38:11.000Z | src/main/java/com/myblog/controller/LogController.java | DanielDcool/newblog | b27d1e06c4dacd009a6ab98c77a4320bef04b3b1 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/myblog/controller/LogController.java | DanielDcool/newblog | b27d1e06c4dacd009a6ab98c77a4320bef04b3b1 | [
"Apache-2.0"
] | 1 | 2020-09-29T14:21:35.000Z | 2020-09-29T14:21:35.000Z | 40.050725 | 109 | 0.644292 | 997,335 | package com.myblog.controller;
import com.google.gson.Gson;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonParser;
import com.myblog.jmx.JMXClient;
import com.myblog.model.FanPie;
import com.myblog.model.TopTen;
import com.myblog.util.IPUtils;
import com.myblog.util.Je... |
92358c133ed90c1838f80e70e86ccf7008875424 | 1,035 | java | Java | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/greengirls/newchallenge/GGLibrary.java | GG7190/gg_16-17 | fb489982e0df05b1eb0804ec74fb206629040642 | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/greengirls/newchallenge/GGLibrary.java | GG7190/gg_16-17 | fb489982e0df05b1eb0804ec74fb206629040642 | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/greengirls/newchallenge/GGLibrary.java | GG7190/gg_16-17 | fb489982e0df05b1eb0804ec74fb206629040642 | [
"MIT"
] | null | null | null | 20.294118 | 63 | 0.603865 | 997,336 | package org.firstinspires.ftc.teamcode.greengirls.newchallenge;
import org.firstinspires.ftc.teamcode.greengirls.GGCore;
/**
* Created by User on 8/2/2016.
*/
public class GGLibrary extends GGCore {
//Set positions for button pushers
public void buttonPushOut(){
servo1.setPosition(SERVO... |
92358e4713c27c6fa7dab0bc217a36309bb44ab5 | 551 | java | Java | yudao-module-pay/yudao-module-pay-impl/src/main/java/cn/iocoder/yudao/module/pay/service/notify/PayNotifyService.java | orangerman/ruoyi-vue-pro | cc87bce3cbbfe5ca394734c30ef265fccbe13f18 | [
"MIT"
] | 1 | 2022-03-23T06:22:12.000Z | 2022-03-23T06:22:12.000Z | yudao-module-pay/yudao-module-pay-impl/src/main/java/cn/iocoder/yudao/module/pay/service/notify/PayNotifyService.java | rongzhida/ruoyi-vue-pro | bf370952590ff7a4c9d010753f528aa5096e247d | [
"MIT"
] | 1 | 2022-02-09T04:00:44.000Z | 2022-02-09T04:00:44.000Z | yudao-module-pay/yudao-module-pay-impl/src/main/java/cn/iocoder/yudao/module/pay/service/notify/PayNotifyService.java | rongzhida/ruoyi-vue-pro | bf370952590ff7a4c9d010753f528aa5096e247d | [
"MIT"
] | 1 | 2022-02-12T00:26:52.000Z | 2022-02-12T00:26:52.000Z | 18.366667 | 80 | 0.671506 | 997,337 | package cn.iocoder.yudao.module.pay.service.notify;
import cn.iocoder.yudao.module.pay.service.notify.dto.PayNotifyTaskCreateReqDTO;
import javax.validation.Valid;
/**
* 支付通知 Service 接口
*
* @author 芋道源码
*/
public interface PayNotifyService {
/**
* 创建支付通知任务
*
* @param reqDTO 任务信息
*/
v... |
92358f675f2235b9aa006954db4e00408cfcb2e9 | 11,385 | java | Java | src/main/java/com/synopsys/integration/alert/component/settings/SettingsUIConfig.java | mphammer/blackduck-alert | c61015597c52ad7388ebe03d7dfc117c8be5e788 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/synopsys/integration/alert/component/settings/SettingsUIConfig.java | mphammer/blackduck-alert | c61015597c52ad7388ebe03d7dfc117c8be5e788 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/synopsys/integration/alert/component/settings/SettingsUIConfig.java | mphammer/blackduck-alert | c61015597c52ad7388ebe03d7dfc117c8be5e788 | [
"Apache-2.0"
] | null | null | null | 65.431034 | 236 | 0.770224 | 997,338 | /**
* blackduck-alert
*
* Copyright (C) 2019 Black Duck Software, Inc.
* http://www.blackducksoftware.com/
*
* 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 o... |
92358faf1cce45f120e61e8959311afd2fa65c9e | 1,320 | java | Java | src/cn/ieclipse/smartim/views/IMContactDoubleClicker.java | Jamling/SmartQQ4IntelliJ | 9a98b99a97220f7ff191782190a8bddbe07ee3e4 | [
"Apache-2.0"
] | 719 | 2017-07-06T09:19:51.000Z | 2019-03-08T06:05:28.000Z | src/cn/ieclipse/smartim/views/IMContactDoubleClicker.java | Jamling/SmartQQ4IntelliJ | 9a98b99a97220f7ff191782190a8bddbe07ee3e4 | [
"Apache-2.0"
] | 59 | 2017-07-16T13:37:26.000Z | 2019-02-01T08:41:26.000Z | src/cn/ieclipse/smartim/views/IMContactDoubleClicker.java | Jamling/SmartQQ4IntelliJ | 9a98b99a97220f7ff191782190a8bddbe07ee3e4 | [
"Apache-2.0"
] | 72 | 2017-07-10T02:22:37.000Z | 2019-01-25T07:45:22.000Z | 33 | 105 | 0.610606 | 997,339 | package cn.ieclipse.smartim.views;
import javax.swing.*;
import javax.swing.tree.DefaultMutableTreeNode;
import javax.swing.tree.TreePath;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
/**
* Created by Jamling on 2017/11/1.
*/
public class IMContactDoubleClicker extends MouseAdapter {
pr... |
92359099dd4b026fa6a4dbcb8e779fab73681dc6 | 2,048 | java | Java | src/main/java/org/szegedi/spring/web/jsflow/FlowStateStorage.java | szegedi/rhinoInSpring | 1835b20a02e305926edef2ce9bd9a105e54406a2 | [
"Apache-2.0"
] | 2 | 2017-10-06T03:17:50.000Z | 2018-09-10T11:08:29.000Z | src/main/java/org/szegedi/spring/web/jsflow/FlowStateStorage.java | szegedi/rhinoInSpring | 1835b20a02e305926edef2ce9bd9a105e54406a2 | [
"Apache-2.0"
] | 1 | 2019-07-02T17:24:17.000Z | 2019-07-02T17:24:17.000Z | src/main/java/org/szegedi/spring/web/jsflow/FlowStateStorage.java | szegedi/rhinoInSpring | 1835b20a02e305926edef2ce9bd9a105e54406a2 | [
"Apache-2.0"
] | null | null | null | 37.925926 | 84 | 0.685059 | 997,340 | /*
Copyright 2006 Attila Szegedi
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agre... |
923591198efe4818043191e2aa83585360b43c9e | 3,101 | java | Java | municipal-services/mgramseva-ifix-adapter/src/main/java/org/egov/mgramsevaifixadaptor/util/MDMSUtils.java | lakshmisravani-wtt-egov/punjab-mgramseva | 00e64bda9a85e789de45af88e635892439435798 | [
"MIT"
] | 1 | 2021-12-30T13:36:16.000Z | 2021-12-30T13:36:16.000Z | municipal-services/mgramseva-ifix-adapter/src/main/java/org/egov/mgramsevaifixadaptor/util/MDMSUtils.java | lakshmisravani-wtt-egov/punjab-mgramseva | 00e64bda9a85e789de45af88e635892439435798 | [
"MIT"
] | 18 | 2021-07-26T05:19:46.000Z | 2021-09-27T12:01:32.000Z | municipal-services/mgramseva-ifix-adapter/src/main/java/org/egov/mgramsevaifixadaptor/util/MDMSUtils.java | egovernments/punjab-mgramseva | 00e64bda9a85e789de45af88e635892439435798 | [
"MIT"
] | 1 | 2021-10-13T06:19:01.000Z | 2021-10-13T06:19:01.000Z | 31.969072 | 133 | 0.72525 | 997,341 | package org.egov.mgramsevaifixadaptor.util;
import org.egov.common.contract.request.RequestInfo;
import org.egov.mdms.model.MasterDetail;
import org.egov.mdms.model.MdmsCriteria;
import org.egov.mdms.model.MdmsCriteriaReq;
import org.egov.mdms.model.ModuleDetail;
import org.egov.mgramsevaifixadaptor.config.PropertyCon... |
92359302d5847db15f6ceb95225781f392af29b9 | 6,249 | java | Java | ihmc-interfaces/src/main/generated-java/controller_msgs/msg/dds/FootstepPlanningTimingsMessagePubSubType.java | ihmcrobotics/ihmc-open-robotics-software | 129b261de850e85e1dc78a12e9c075f53c6019a0 | [
"Apache-2.0"
] | 170 | 2016-02-01T18:58:50.000Z | 2022-03-17T05:28:01.000Z | ihmc-interfaces/src/main/generated-java/controller_msgs/msg/dds/FootstepPlanningTimingsMessagePubSubType.java | ihmcrobotics/ihmc-open-robotics-software | 129b261de850e85e1dc78a12e9c075f53c6019a0 | [
"Apache-2.0"
] | 162 | 2016-01-29T17:04:29.000Z | 2022-02-10T16:25:37.000Z | ihmc-interfaces/src/main/generated-java/controller_msgs/msg/dds/FootstepPlanningTimingsMessagePubSubType.java | ihmcrobotics/ihmc-open-robotics-software | 129b261de850e85e1dc78a12e9c075f53c6019a0 | [
"Apache-2.0"
] | 83 | 2016-01-28T22:49:01.000Z | 2022-03-28T03:11:24.000Z | 35.305085 | 177 | 0.754841 | 997,342 | package controller_msgs.msg.dds;
/**
*
* Topic data type of the struct "FootstepPlanningTimingsMessage" defined in "FootstepPlanningTimingsMessage_.idl". Use this class to provide the TopicDataType to a Participant.
*
* This file was automatically generated from FootstepPlanningTimingsMessage_.idl by us.ihmc.idl.gen... |
92359376ffde0669bbe7edf0372608c0b64993c2 | 15,020 | java | Java | ezsql-orm/src/main/java/com/github/quintans/ezSQL/toolkit/io/BinStore.java | quintans/ezSQL | 5a05d2015db8a2200323943fe2014331297904f4 | [
"Apache-2.0"
] | 5 | 2015-09-21T10:57:48.000Z | 2021-03-26T07:20:28.000Z | ezsql-orm/src/main/java/com/github/quintans/ezSQL/toolkit/io/BinStore.java | quintans/ezSQL | 5a05d2015db8a2200323943fe2014331297904f4 | [
"Apache-2.0"
] | 2 | 2022-01-21T23:21:24.000Z | 2022-02-16T00:55:15.000Z | ezsql-orm/src/main/java/com/github/quintans/ezSQL/toolkit/io/BinStore.java | quintans/ezSQL | 5a05d2015db8a2200323943fe2014331297904f4 | [
"Apache-2.0"
] | null | null | null | 31.291667 | 177 | 0.622037 | 997,343 | /*
* 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... |
9235943a5f8c8b6b5fd71a45ab4a8f78014d16c9 | 697 | java | Java | src/main/java/com/watercup/concurrency/ReadWriteLock.java | zhengyd2014/java-knowledge | 12cca3635c244170c0f8d9e18d131abe0a2c8617 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/watercup/concurrency/ReadWriteLock.java | zhengyd2014/java-knowledge | 12cca3635c244170c0f8d9e18d131abe0a2c8617 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/watercup/concurrency/ReadWriteLock.java | zhengyd2014/java-knowledge | 12cca3635c244170c0f8d9e18d131abe0a2c8617 | [
"Apache-2.0"
] | null | null | null | 20.5 | 77 | 0.599713 | 997,344 | package com.watercup.concurrency;
public class ReadWriteLock {
private boolean isWriteLocked = false;
private int readers = 0;
public synchronized void acquireReadLock() throws InterruptedException {
while (isWriteLocked) {
wait();
}
readers++;
}
public synch... |
923595c347d1e61a09f930dafa19d05d5f7e7f65 | 694 | java | Java | src/main/java/com/dtone/dvs/dto/AccountBalance.java | selvakumar-suyambulingam/dtone-dvs-api-java-client | 4622745850511c8b1abef2a157419b15f67a8f47 | [
"MIT"
] | 1 | 2021-09-09T02:41:44.000Z | 2021-09-09T02:41:44.000Z | src/main/java/com/dtone/dvs/dto/AccountBalance.java | selvakumar-suyambulingam/dtone-dvs-api-java-client | 4622745850511c8b1abef2a157419b15f67a8f47 | [
"MIT"
] | 2 | 2020-01-09T09:52:56.000Z | 2022-01-10T02:29:13.000Z | src/main/java/com/dtone/dvs/dto/AccountBalance.java | selvakumar-suyambulingam/dtone-dvs-api-java-client | 4622745850511c8b1abef2a157419b15f67a8f47 | [
"MIT"
] | 3 | 2021-05-16T06:28:13.000Z | 2021-09-09T02:43:45.000Z | 16.926829 | 53 | 0.727666 | 997,345 | package com.dtone.dvs.dto;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonProperty;
public class AccountBalance {
@JsonProperty(value = "unit_type")
private UnitTypes unitType;
@JsonProperty(value = "unit")
private String unit;
@JsonProperty(value = "amount")
private BigDecimal amou... |
923596ab21b485f49bf6c1da60314239760786cc | 825 | java | Java | keanu-project/src/main/java/io/improbable/keanu/vertices/intgr/nonprobabilistic/CastIntegerVertex.java | Sahanduiuc/keanu | f0f1fb5454538f6422d99cb8e24f5e98d27ca29b | [
"MIT"
] | 1 | 2018-08-14T18:51:01.000Z | 2018-08-14T18:51:01.000Z | keanu-project/src/main/java/io/improbable/keanu/vertices/intgr/nonprobabilistic/CastIntegerVertex.java | Sahanduiuc/keanu | f0f1fb5454538f6422d99cb8e24f5e98d27ca29b | [
"MIT"
] | null | null | null | keanu-project/src/main/java/io/improbable/keanu/vertices/intgr/nonprobabilistic/CastIntegerVertex.java | Sahanduiuc/keanu | f0f1fb5454538f6422d99cb8e24f5e98d27ca29b | [
"MIT"
] | null | null | null | 33 | 103 | 0.774545 | 997,346 | package io.improbable.keanu.vertices.intgr.nonprobabilistic;
import io.improbable.keanu.tensor.intgr.IntegerTensor;
import io.improbable.keanu.vertices.Vertex;
import io.improbable.keanu.vertices.dbl.KeanuRandom;
import io.improbable.keanu.vertices.intgr.IntegerVertex;
import io.improbable.keanu.vertices.update.NonPro... |
923596c1d74033e6e1c50b4062596d4fd3ad9682 | 6,251 | java | Java | src/com/yahoo/ycsb/generator/ScrambledZipfianGenerator.java | af83/YCSB | eb1597f712aaeae794e7c786b87cbde1ff0f2c7c | [
"Apache-2.0"
] | 1 | 2015-07-21T07:31:34.000Z | 2015-07-21T07:31:34.000Z | src/com/yahoo/ycsb/generator/ScrambledZipfianGenerator.java | rsumbaly/YCSB | 1acf1d0444177a86813d1807bb1910041c14ce75 | [
"Apache-2.0"
] | null | null | null | src/com/yahoo/ycsb/generator/ScrambledZipfianGenerator.java | rsumbaly/YCSB | 1acf1d0444177a86813d1807bb1910041c14ce75 | [
"Apache-2.0"
] | null | null | null | 52.091667 | 180 | 0.462646 | 997,347 | /**
* Copyright (c) 2010 Yahoo! Inc. All rights reserved. ... |
92359835ac58cf20364eaf47eb4d7ab61dff6dc3 | 2,160 | java | Java | TasksToJunior/src/main/java/ru/Zlatopolskiy/Task01_017.java | andrewnnov/andreybannikov | 982bbeb55de2694f88563e8bb7a50e2f924e8f48 | [
"Apache-2.0"
] | null | null | null | TasksToJunior/src/main/java/ru/Zlatopolskiy/Task01_017.java | andrewnnov/andreybannikov | 982bbeb55de2694f88563e8bb7a50e2f924e8f48 | [
"Apache-2.0"
] | null | null | null | TasksToJunior/src/main/java/ru/Zlatopolskiy/Task01_017.java | andrewnnov/andreybannikov | 982bbeb55de2694f88563e8bb7a50e2f924e8f48 | [
"Apache-2.0"
] | null | null | null | 20.970874 | 95 | 0.549074 | 997,348 | package ru.Zlatopolskiy;
import java.lang.Math;
import static java.lang.Math.PI;
import static java.lang.Math.pow;
import static java.lang.Math.sin;
import static java.lang.StrictMath.cos;
public class Task01_017 {
private static double x1;
private static double x2;
private static double x3;
private ... |
92359842acc9f5a8e21597588ddce9b3a091f3e0 | 9,521 | java | Java | backend/de.metas.handlingunits.base/src/main/java-gen/de/metas/handlingunits/model/I_PP_Order_Qty.java | dram/metasfresh | a1b881a5b7df8b108d4c4ac03082b72c323873eb | [
"RSA-MD"
] | 1,144 | 2016-02-14T10:29:35.000Z | 2022-03-30T09:50:41.000Z | backend/de.metas.handlingunits.base/src/main/java-gen/de/metas/handlingunits/model/I_PP_Order_Qty.java | dram/metasfresh | a1b881a5b7df8b108d4c4ac03082b72c323873eb | [
"RSA-MD"
] | 8,283 | 2016-04-28T17:41:34.000Z | 2022-03-30T13:30:12.000Z | backend/de.metas.handlingunits.base/src/main/java-gen/de/metas/handlingunits/model/I_PP_Order_Qty.java | dram/metasfresh | a1b881a5b7df8b108d4c4ac03082b72c323873eb | [
"RSA-MD"
] | 441 | 2016-04-29T08:06:07.000Z | 2022-03-28T06:09:56.000Z | 23.335784 | 237 | 0.703603 | 997,349 | package de.metas.handlingunits.model;
import java.math.BigDecimal;
import javax.annotation.Nullable;
import org.adempiere.model.ModelColumn;
/** Generated Interface for PP_Order_Qty
* @author metasfresh (generated)
*/
@SuppressWarnings("unused")
public interface I_PP_Order_Qty
{
String Table_Name = "PP_Order_Q... |
9235995a37b69858f62ed14f35c3c94be15263a8 | 1,303 | java | Java | qs-worker-core/src/main/java/com/blacklocus/qs/realm/QSUnsupportedOperationException.java | chids/queue-slayer | e499497dede988353cbb73484c902ea61edb69dd | [
"Apache-2.0"
] | null | null | null | qs-worker-core/src/main/java/com/blacklocus/qs/realm/QSUnsupportedOperationException.java | chids/queue-slayer | e499497dede988353cbb73484c902ea61edb69dd | [
"Apache-2.0"
] | null | null | null | qs-worker-core/src/main/java/com/blacklocus/qs/realm/QSUnsupportedOperationException.java | chids/queue-slayer | e499497dede988353cbb73484c902ea61edb69dd | [
"Apache-2.0"
] | null | null | null | 31.02381 | 118 | 0.735994 | 997,350 | /**
* Copyright 2013 BlackLocus
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
92359965a2a74cccd1fde2c561f8bf2a094fc14f | 32,697 | java | Java | Android/modules/RTEGame/src/main/java/io/agora/scene/rtegame/ui/room/RoomViewModel.java | AgoraIO-Solutions/BreakOutRoom | e1a4b57890ee1ffd4317e9aac6a308afc72f9d9c | [
"MIT"
] | null | null | null | Android/modules/RTEGame/src/main/java/io/agora/scene/rtegame/ui/room/RoomViewModel.java | AgoraIO-Solutions/BreakOutRoom | e1a4b57890ee1ffd4317e9aac6a308afc72f9d9c | [
"MIT"
] | null | null | null | Android/modules/RTEGame/src/main/java/io/agora/scene/rtegame/ui/room/RoomViewModel.java | AgoraIO-Solutions/BreakOutRoom | e1a4b57890ee1ffd4317e9aac6a308afc72f9d9c | [
"MIT"
] | null | null | null | 38.152859 | 181 | 0.610882 | 997,351 | package io.agora.scene.rtegame.ui.room;
import android.content.Context;
import android.view.TextureView;
import androidx.annotation.Keep;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.Vi... |
92359a12ac0fea6f07fdf4fe2bbaf1325a149f53 | 3,574 | java | Java | src/main/java/org/jfrog/hudson/pipeline/declarative/steps/distribution/DeleteReleaseBundleStep.java | matthewbednarski/jenkins-artifactory-plugin | 310974b2b1b2fcbc2c6f00571950bf32dc49af00 | [
"Apache-2.0"
] | 85 | 2015-01-15T03:22:20.000Z | 2022-03-29T18:14:56.000Z | src/main/java/org/jfrog/hudson/pipeline/declarative/steps/distribution/DeleteReleaseBundleStep.java | matthewbednarski/jenkins-artifactory-plugin | 310974b2b1b2fcbc2c6f00571950bf32dc49af00 | [
"Apache-2.0"
] | 415 | 2018-07-02T16:29:18.000Z | 2022-03-29T19:05:41.000Z | src/main/java/org/jfrog/hudson/pipeline/declarative/steps/distribution/DeleteReleaseBundleStep.java | matthewbednarski/jenkins-artifactory-plugin | 310974b2b1b2fcbc2c6f00571950bf32dc49af00 | [
"Apache-2.0"
] | 127 | 2015-02-02T14:48:24.000Z | 2022-03-27T13:13:04.000Z | 29.783333 | 123 | 0.692781 | 997,352 | package org.jfrog.hudson.pipeline.declarative.steps.distribution;
import com.google.inject.Inject;
import hudson.Extension;
import org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl;
import org.jenkinsci.plugins.workflow.steps.StepContext;
import org.jfrog.hudson.pipeline.ArtifactorySynchronousStepExecuti... |
92359abfa4757cbb36fc9a36550101021233e69c | 1,287 | java | Java | investor/src/test/java/pl/ws/investor/domain/TestFoundsProvider.java | Scoobie02/investor | b5009619979bd64ec65cc20a6fbd77fdf9b186e5 | [
"Apache-2.0"
] | null | null | null | investor/src/test/java/pl/ws/investor/domain/TestFoundsProvider.java | Scoobie02/investor | b5009619979bd64ec65cc20a6fbd77fdf9b186e5 | [
"Apache-2.0"
] | null | null | null | investor/src/test/java/pl/ws/investor/domain/TestFoundsProvider.java | Scoobie02/investor | b5009619979bd64ec65cc20a6fbd77fdf9b186e5 | [
"Apache-2.0"
] | null | null | null | 42.9 | 78 | 0.66589 | 997,353 | package pl.ws.investor.domain;
import java.util.ArrayList;
import java.util.List;
public class TestFoundsProvider {
public static List<Found> caseOneAndTwoFounds() {
List<Found> founds = new ArrayList<>();
founds.add(new Found(1L, FoundKind.POLISH, "Fundusz Polski 1"));
founds.add(new Fou... |
92359b11ca1e4a88d2c3582933171d62bfb1452f | 292 | java | Java | src/main/java/com/github/kbnt/java14/records/Person.java | knowledge-base-and-tutorials/java14-features | 9d55ea293f5883d3f777c0ac929e14dfeff973d8 | [
"Apache-2.0"
] | 7 | 2020-01-31T23:12:08.000Z | 2020-12-26T09:41:36.000Z | src/main/java/com/github/kbnt/java14/records/Person.java | knowledge-base-and-tutorials/java14-features | 9d55ea293f5883d3f777c0ac929e14dfeff973d8 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/kbnt/java14/records/Person.java | knowledge-base-and-tutorials/java14-features | 9d55ea293f5883d3f777c0ac929e14dfeff973d8 | [
"Apache-2.0"
] | 7 | 2020-03-15T15:27:25.000Z | 2020-11-24T04:25:59.000Z | 18.5625 | 70 | 0.673401 | 997,354 | package com.github.kbnt.java14.records;
/**
* A simple person (we can get his/her first name, last name and age).
*
* @author <a href="mailto:dycjh@example.com">Chris T</a>
*
*/
public interface Person {
public String firstName();
public String lastName();
public int age();
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.