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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e2d018e47b997ef9bd49552c0f1e5968550b740 | 3,002 | java | Java | 2. Рекуррентные соотношения/57. Циклический сдвиг #2101/[OK]211216.java | godnoTA/acm.bsu.by | 3e1cf1c545c691de82b5e1d2e0768b41ea581734 | [
"Unlicense"
] | 19 | 2018-05-19T16:37:14.000Z | 2022-03-23T20:13:43.000Z | 2. Рекуррентные соотношения/57. Циклический сдвиг #2101/[OK]211216.java | godnoTA/acm.bsu.by | 3e1cf1c545c691de82b5e1d2e0768b41ea581734 | [
"Unlicense"
] | 6 | 2020-05-07T21:06:48.000Z | 2020-06-05T17:52:57.000Z | 2. Рекуррентные соотношения/57. Циклический сдвиг #2101/[OK]211216.java | godnoTA/acm.bsu.by | 3e1cf1c545c691de82b5e1d2e0768b41ea581734 | [
"Unlicense"
] | 31 | 2019-03-01T21:41:38.000Z | 2022-03-27T17:56:39.000Z | 27.796296 | 92 | 0.426382 | 19,075 | import java.io.*;
import java.util.Random;
public class Main {
public static void generate() {
FileWriter fwr = null;
try {
fwr = new FileWriter("input.txt", false);
BufferedWriter writer = new BufferedWriter(fwr);
writer.append("1000000\n");
... |
3e2d01bf10aeea7c50bf821568084f1ed704c271 | 5,558 | java | Java | modules/swfutils/src/java/flash/util/IntMap.java | adufilie/flex-sdk | 0b5b29226d96c4ebf5da07438e029e00166db9c7 | [
"ECL-2.0",
"Apache-2.0",
"BSD-3-Clause"
] | 173 | 2015-01-01T18:57:05.000Z | 2022-03-06T14:36:12.000Z | modules/swfutils/src/java/flash/util/IntMap.java | adufilie/flex-sdk | 0b5b29226d96c4ebf5da07438e029e00166db9c7 | [
"ECL-2.0",
"Apache-2.0",
"BSD-3-Clause"
] | 12 | 2015-05-31T15:51:24.000Z | 2021-01-27T11:30:42.000Z | modules/swfutils/src/java/flash/util/IntMap.java | adufilie/flex-sdk | 0b5b29226d96c4ebf5da07438e029e00166db9c7 | [
"ECL-2.0",
"Apache-2.0",
"BSD-3-Clause"
] | 122 | 2015-01-01T13:46:06.000Z | 2022-02-13T20:09:21.000Z | 24.270742 | 76 | 0.47787 | 19,076 | /*
*
* 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"); ... |
3e2d0358d11f5ee3e88e6ede9fde0b1fe40d455b | 5,841 | java | Java | lifecycle/src/main/java/com/martellux/lifecycle/AutoBindingAspect.java | martellux/Lifecycle | 9c385ade229ee5913a35343ad79b714da13e20da | [
"Apache-2.0"
] | 9 | 2016-02-10T17:11:00.000Z | 2018-01-08T13:15:53.000Z | lifecycle/src/main/java/com/martellux/lifecycle/AutoBindingAspect.java | martellux/Lifecycle | 9c385ade229ee5913a35343ad79b714da13e20da | [
"Apache-2.0"
] | null | null | null | lifecycle/src/main/java/com/martellux/lifecycle/AutoBindingAspect.java | martellux/Lifecycle | 9c385ade229ee5913a35343ad79b714da13e20da | [
"Apache-2.0"
] | null | null | null | 45.27907 | 192 | 0.710495 | 19,077 | package com.martellux.lifecycle;
import android.os.Bundle;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Pointcut;
import org.aspectj.lang.reflect.MethodSignature;
import java.lang.reflect.Modifier... |
3e2d03b26aacd3d870c88f023c69e973caa40f66 | 551 | java | Java | app/build/tmp/kapt3/stubs/release/top/huar/schedule/util/EventReceiver.java | Huarrrr/ColorSchedule- | 35de71927c31d82612b9eba5d7451708e9723481 | [
"Apache-2.0"
] | null | null | null | app/build/tmp/kapt3/stubs/release/top/huar/schedule/util/EventReceiver.java | Huarrrr/ColorSchedule- | 35de71927c31d82612b9eba5d7451708e9723481 | [
"Apache-2.0"
] | null | null | null | app/build/tmp/kapt3/stubs/release/top/huar/schedule/util/EventReceiver.java | Huarrrr/ColorSchedule- | 35de71927c31d82612b9eba5d7451708e9723481 | [
"Apache-2.0"
] | null | null | null | 32.411765 | 326 | 0.653358 | 19,078 | package top.huar.schedule.util;
import java.lang.System;
/**
* 事件接收
*/
@kotlin.Metadata(mv = {1, 1, 15}, bv = {1, 0, 3}, k = 1, d1 = {"\u0000\u0010\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000b\n\u0000\bf\u0018\u00002\u00020\u0001J\b\u0010\u0002\u001a\u00020\u0003H&\u00a8\u0006\u0004"}, d2 = {... |
3e2d04c9910331707c5a5bb91c07a5ff11d965b2 | 7,120 | java | Java | core/src/main/java/org/jdbi/v3/core/statement/Call.java | paladin235/jdbi | fc9cbe070291e9c68c168fb72256b1c60eb88880 | [
"Apache-2.0"
] | 1,396 | 2015-01-02T17:08:38.000Z | 2022-03-31T22:39:30.000Z | core/src/main/java/org/jdbi/v3/core/statement/Call.java | paladin235/jdbi | fc9cbe070291e9c68c168fb72256b1c60eb88880 | [
"Apache-2.0"
] | 1,498 | 2015-01-01T00:08:02.000Z | 2022-03-26T15:02:57.000Z | core/src/main/java/org/jdbi/v3/core/statement/Call.java | paladin235/jdbi | fc9cbe070291e9c68c168fb72256b1c60eb88880 | [
"Apache-2.0"
] | 322 | 2015-01-17T20:20:30.000Z | 2022-03-30T22:21:14.000Z | 37.083333 | 123 | 0.605056 | 19,079 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... |
3e2d052bf154495009835cd28394aa6c5f646c69 | 3,180 | java | Java | pig-upms/pig-upms-api/src/main/java/com/pig4cloud/pig/admin/api/util/TreeUtil.java | qumy2020/pig | 6b66cef78186be4c65c17698a119b02fd05ca5c7 | [
"Apache-2.0"
] | 1 | 2021-08-23T07:39:44.000Z | 2021-08-23T07:39:44.000Z | pig-upms/pig-upms-api/src/main/java/com/pig4cloud/pig/admin/api/util/TreeUtil.java | qumy2020/pig | 6b66cef78186be4c65c17698a119b02fd05ca5c7 | [
"Apache-2.0"
] | null | null | null | pig-upms/pig-upms-api/src/main/java/com/pig4cloud/pig/admin/api/util/TreeUtil.java | qumy2020/pig | 6b66cef78186be4c65c17698a119b02fd05ca5c7 | [
"Apache-2.0"
] | null | null | null | 24.651163 | 139 | 0.673899 | 19,080 | /*
* Copyright (c) 2020 pig4cloud Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... |
3e2d06433bc4e5a841f894547d02f139aca594a1 | 417 | java | Java | src/Nov2020Leetcode/_0396RotateFunction.java | darshanhs90/Java-HackerRank | da76ccd7851f102712f7d8dfa4659901c5de7a76 | [
"MIT"
] | 3 | 2017-03-04T19:21:28.000Z | 2019-08-09T07:31:34.000Z | src/Nov2020Leetcode/_0396RotateFunction.java | darshanhs90/Java-HackerRank | da76ccd7851f102712f7d8dfa4659901c5de7a76 | [
"MIT"
] | null | null | null | src/Nov2020Leetcode/_0396RotateFunction.java | darshanhs90/Java-HackerRank | da76ccd7851f102712f7d8dfa4659901c5de7a76 | [
"MIT"
] | 3 | 2017-12-17T10:36:07.000Z | 2022-01-19T19:08:35.000Z | 23.166667 | 57 | 0.693046 | 19,081 | package Nov2020Leetcode;
import java.util.HashMap;
public class _0396RotateFunction {
public static void main(String[] args) {
System.out.println(findTheDifference("abcd", "abcde"));
System.out.println(findTheDifference("", "y"));
System.out.println(findTheDifference("a", "aa"));
System.out.println(findTheD... |
3e2d07e58d10f0284a9487ed559baa970bd7a19d | 393 | java | Java | src/test/java/testUtil/testUuid.java | allenlili/thesis-management-system | 360523d8f0fc2b3fb91f15362d85036526ab22ac | [
"MIT"
] | 1 | 2020-02-17T15:53:28.000Z | 2020-02-17T15:53:28.000Z | src/test/java/testUtil/testUuid.java | allenlili/thesis-management-system | 360523d8f0fc2b3fb91f15362d85036526ab22ac | [
"MIT"
] | null | null | null | src/test/java/testUtil/testUuid.java | allenlili/thesis-management-system | 360523d8f0fc2b3fb91f15362d85036526ab22ac | [
"MIT"
] | null | null | null | 17.863636 | 67 | 0.684478 | 19,082 | package testUtil;
import java.util.UUID;
import org.apache.log4j.Logger;
import org.junit.Test;
public class testUuid {
private static Logger logger = Logger.getLogger(testUuid.class);
@Test
public void testUuidValue(){
UUID uuid = UUID.randomUUID();
logger.info(uuid);
}
public static void... |
3e2d08af30fa2e8925a07ad0a799871eb5bf0ae4 | 328 | java | Java | sjk-market-appsvr/src/main/java/com/ijinshan/sjk/mapper/TagMapper.java | zhaoxi1988/sjk | c5b8321e61ddf9fd9c8ace88ed8e3d526206ef98 | [
"MIT"
] | 2 | 2017-12-21T11:15:18.000Z | 2018-01-08T05:25:09.000Z | sjk-market-appsvr/src/main/java/com/ijinshan/sjk/mapper/TagMapper.java | zhaoxi1988/sjk | c5b8321e61ddf9fd9c8ace88ed8e3d526206ef98 | [
"MIT"
] | null | null | null | sjk-market-appsvr/src/main/java/com/ijinshan/sjk/mapper/TagMapper.java | zhaoxi1988/sjk | c5b8321e61ddf9fd9c8ace88ed8e3d526206ef98 | [
"MIT"
] | 1 | 2018-08-23T12:33:03.000Z | 2018-08-23T12:33:03.000Z | 23.428571 | 73 | 0.734756 | 19,083 | package com.ijinshan.sjk.mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import com.ijinshan.sjk.vo.pc.SimpleTag;
public interface TagMapper {
@Select("select id, name, tagDesc, imgUrl from Tag where id = #{id}")
public SimpleTag get(@Param(value = "id") int ... |
3e2d09429d8913567fd71b10ada81074bf424a1d | 3,096 | java | Java | modules/app-version-manager/src/main/java/com/dingtalk/chatbot/message/MarkdownMessage.java | long0419/app-version | 8ecd68145012c3ce9aa92dfb2e46757c56846dcd | [
"Apache-2.0"
] | 307 | 2019-02-27T07:45:03.000Z | 2022-03-23T03:44:51.000Z | modules/app-version-manager/src/main/java/com/dingtalk/chatbot/message/MarkdownMessage.java | long0419/app-version | 8ecd68145012c3ce9aa92dfb2e46757c56846dcd | [
"Apache-2.0"
] | 10 | 2019-03-11T08:34:20.000Z | 2021-09-13T10:19:48.000Z | modules/app-version-manager/src/main/java/com/dingtalk/chatbot/message/MarkdownMessage.java | long0419/app-version | 8ecd68145012c3ce9aa92dfb2e46757c56846dcd | [
"Apache-2.0"
] | 119 | 2019-02-28T03:37:13.000Z | 2022-03-25T02:39:24.000Z | 27.642857 | 93 | 0.551034 | 19,084 |
package com.dingtalk.chatbot.message;
import com.alibaba.fastjson.JSON;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
public class MarkdownMessage implements Message {
private String title;
private List<String> items = new ArrayL... |
3e2d099cc7bc430c6be99929e3fb1332f96cca4c | 1,148 | java | Java | projects/OG-Analytics/src/main/java/com/opengamma/analytics/math/function/special/ChebyshevPolynomialOfFirstKindFunction.java | emcleod/OG-Platform | dbd4e1c64907f6a2dd27a62d252e9c61e609f779 | [
"Apache-2.0"
] | 28 | 2015-01-19T07:12:09.000Z | 2021-12-31T14:50:55.000Z | projects/OG-Analytics/src/main/java/com/opengamma/analytics/math/function/special/ChebyshevPolynomialOfFirstKindFunction.java | antikas/OG-Platform | aa683c63e58d33e34cca691290370d71a454077c | [
"Apache-2.0"
] | 10 | 2017-01-19T13:32:36.000Z | 2021-09-20T20:41:48.000Z | projects/OG-Analytics/src/main/java/com/opengamma/analytics/math/function/special/ChebyshevPolynomialOfFirstKindFunction.java | antikas/OG-Platform | aa683c63e58d33e34cca691290370d71a454077c | [
"Apache-2.0"
] | 25 | 2015-03-11T18:38:45.000Z | 2022-03-19T09:20:56.000Z | 28.7 | 102 | 0.692509 | 19,085 | /**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.analytics.math.function.special;
import org.apache.commons.lang.NotImplementedException;
import org.apache.commons.lang.Validate;
import com.opengamma.analyti... |
3e2d0ad883993104e2c761e9035c05e39998003e | 1,651 | java | Java | src/main/java/id/ac/tazkia/akademik/aplikasiakademik/entity/MhswSekolahAsal.java | mwildansoleh/aplikasi-akademik | 8e6543d3d18670a3977cbb7acc603ac76903e96f | [
"Apache-2.0"
] | 1 | 2018-07-12T01:56:04.000Z | 2018-07-12T01:56:04.000Z | src/main/java/id/ac/tazkia/akademik/aplikasiakademik/entity/MhswSekolahAsal.java | dimashadiwibowo/aplikasi-akademik | b9b1e49a109b0745d3f650fde15b3497c4761a82 | [
"Apache-2.0"
] | null | null | null | src/main/java/id/ac/tazkia/akademik/aplikasiakademik/entity/MhswSekolahAsal.java | dimashadiwibowo/aplikasi-akademik | b9b1e49a109b0745d3f650fde15b3497c4761a82 | [
"Apache-2.0"
] | null | null | null | 20.134146 | 60 | 0.696548 | 19,086 | package id.ac.tazkia.akademik.aplikasiakademik.entity;
import lombok.Data;
import org.hibernate.annotations.GenericGenerator;
import org.springframework.format.annotation.DateTimeFormat;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.time.LocalDateTime;
@Table(name = "tb_mhsw_se... |
3e2d0b0cde24c35fe250407523159ece28d2aa5b | 226 | java | Java | lambda-exercise-core/src/main/java/com/rogeop/lambda/core/model/Gender.java | pepersackr/lambda-exercise | a1ee23957c76b37ee8bce57a00571881ab58bf2e | [
"MIT"
] | null | null | null | lambda-exercise-core/src/main/java/com/rogeop/lambda/core/model/Gender.java | pepersackr/lambda-exercise | a1ee23957c76b37ee8bce57a00571881ab58bf2e | [
"MIT"
] | null | null | null | lambda-exercise-core/src/main/java/com/rogeop/lambda/core/model/Gender.java | pepersackr/lambda-exercise | a1ee23957c76b37ee8bce57a00571881ab58bf2e | [
"MIT"
] | null | null | null | 17.384615 | 44 | 0.721239 | 19,087 | package com.rogeop.lambda.core.model;
import java.io.Serializable;
/**
* Gender represents a person's gender
*
* @author Robert Pepersack
* @version 1.0
*/
public enum Gender implements Serializable {
FEMALE, MALE
} |
3e2d0b2bdce63f8dd1e3f4039a41222ac5e4d0ff | 2,102 | java | Java | Backend/PharmacyProject/src/main/java/com/team11/PharmacyProject/pharmacy/PharmacyService.java | aleksandarb99/Apoteka_Projekat | 25be356daf2373fa9cad8a39818a0f6466d51b70 | [
"Apache-2.0"
] | null | null | null | Backend/PharmacyProject/src/main/java/com/team11/PharmacyProject/pharmacy/PharmacyService.java | aleksandarb99/Apoteka_Projekat | 25be356daf2373fa9cad8a39818a0f6466d51b70 | [
"Apache-2.0"
] | 13 | 2021-06-14T18:46:45.000Z | 2021-06-15T20:13:04.000Z | Backend/PharmacyProject/src/main/java/com/team11/PharmacyProject/pharmacy/PharmacyService.java | aleksandarb99/Apoteka_Projekat | 25be356daf2373fa9cad8a39818a0f6466d51b70 | [
"Apache-2.0"
] | null | null | null | 32.84375 | 130 | 0.801618 | 19,088 | package com.team11.PharmacyProject.pharmacy;
import com.team11.PharmacyProject.dto.erecipe.ERecipeDTO;
import com.team11.PharmacyProject.dto.pharmacy.PharmacyERecipeDTO;
import com.team11.PharmacyProject.dto.user.PharmacyWorkerInfoDTO;
import com.team11.PharmacyProject.exceptions.CustomException;
import org.springfram... |
3e2d0b3d5acd05e6a2ade0a7c3576fa0c21f4ead | 1,511 | java | Java | hanason-common/src/main/java/com/framework/hanason/web/WebUtil.java | swiftloop/hanason | a20e9932bf8afc18a3f346adfdafdf1378c1c3e2 | [
"Apache-2.0"
] | null | null | null | hanason-common/src/main/java/com/framework/hanason/web/WebUtil.java | swiftloop/hanason | a20e9932bf8afc18a3f346adfdafdf1378c1c3e2 | [
"Apache-2.0"
] | null | null | null | hanason-common/src/main/java/com/framework/hanason/web/WebUtil.java | swiftloop/hanason | a20e9932bf8afc18a3f346adfdafdf1378c1c3e2 | [
"Apache-2.0"
] | null | null | null | 32.148936 | 78 | 0.544672 | 19,089 | package com.framework.hanason.web;
import javax.servlet.http.HttpServletRequest;
/**
* @author sorata 2020-03-17 09:40
*/
public final class WebUtil {
private WebUtil(){
throw new AssertionError("工具类不能使用构造函数,请使用静态方法");
}
private static final String UNKNOWN = "UNKNOWN";
public static Strin... |
3e2d0b6d53df22975dc7d56c5425e7d9cfbe16a7 | 3,216 | java | Java | src/main/java/pinacolada/actions/powers/ApplyPowerAuto.java | SevenDayCandle/STS-FoolMod | 897a5ed0194a4adf1222a2cb1c1b2b78a4811950 | [
"Apache-2.0"
] | null | null | null | src/main/java/pinacolada/actions/powers/ApplyPowerAuto.java | SevenDayCandle/STS-FoolMod | 897a5ed0194a4adf1222a2cb1c1b2b78a4811950 | [
"Apache-2.0"
] | null | null | null | src/main/java/pinacolada/actions/powers/ApplyPowerAuto.java | SevenDayCandle/STS-FoolMod | 897a5ed0194a4adf1222a2cb1c1b2b78a4811950 | [
"Apache-2.0"
] | 1 | 2022-03-13T23:54:43.000Z | 2022-03-13T23:54:43.000Z | 26.578512 | 126 | 0.677861 | 19,090 | //
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//
package pinacolada.actions.powers;
import com.megacrit.cardcrawl.actions.common.ApplyPowerAction;
import com.megacrit.cardcrawl.core.AbstractCreature;
import com.megacrit.cardcrawl.dungeons.AbstractDungeon;
import... |
3e2d0bcceea92c29db233a0fda9e3e241896103e | 15,751 | java | Java | src/test/java/com/google/impactdashboard/server/data_update/DataUpdaterTest.java | googleinterns/step37-2020 | 2514c00bdc9cf473f90cf82d14d0d637921c1da7 | [
"MIT"
] | 3 | 2020-06-22T20:53:27.000Z | 2020-08-05T15:32:56.000Z | src/test/java/com/google/impactdashboard/server/data_update/DataUpdaterTest.java | googleinterns/step37-2020 | 2514c00bdc9cf473f90cf82d14d0d637921c1da7 | [
"MIT"
] | 10 | 2020-06-29T20:04:22.000Z | 2020-08-05T18:01:53.000Z | src/test/java/com/google/impactdashboard/server/data_update/DataUpdaterTest.java | googleinterns/step37-2020 | 2514c00bdc9cf473f90cf82d14d0d637921c1da7 | [
"MIT"
] | null | null | null | 50.503205 | 111 | 0.770705 | 19,091 | package com.google.impactdashboard.server.data_update;
import java.util.Arrays;
import com.google.cloud.logging.v2.LoggingClient;
import com.google.impactdashboard.data.organization.OrganizationIdentification;
import com.google.logging.v2.LogEntry;
import com.google.cloud.logging.v2.LoggingClient.ListLogEntriesPagedR... |
3e2d0c9ca5f9d0f2d0c991f2ca0ff1a8f48395c0 | 25,182 | java | Java | output/40485f0757ed4d20a489460d67c4f1fd.java | comprakt/comprakt-fuzz-tests | c0082d105d7c54ad31ab4ea461c3b8319358eaaa | [
"Apache-2.0",
"MIT"
] | null | null | null | output/40485f0757ed4d20a489460d67c4f1fd.java | comprakt/comprakt-fuzz-tests | c0082d105d7c54ad31ab4ea461c3b8319358eaaa | [
"Apache-2.0",
"MIT"
] | null | null | null | output/40485f0757ed4d20a489460d67c4f1fd.java | comprakt/comprakt-fuzz-tests | c0082d105d7c54ad31ab4ea461c3b8319358eaaa | [
"Apache-2.0",
"MIT"
] | null | null | null | 39.908082 | 367 | 0.503733 | 19,092 | class PfB2 {
public int Q6rZ (DFOUBk4 j) {
{
!true._p9DAMu_tcKOr();
uMjZRDH5q20Mut y;
boolean[][][][] LpBy;
boolean xkAW;
boolean d;
return;
if ( true.d3b3gp) ( !new o9FiLwbsLf()[ this.ugIkLb()]).Q();
CYdcnuInU... |
3e2d0d1204b48e15727aea6495b35a0fbf23196f | 889 | java | Java | LACCPlus/Hadoop/2076_1.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | LACCPlus/Hadoop/2076_1.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | LACCPlus/Hadoop/2076_1.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | 26.147059 | 86 | 0.586052 | 19,093 | //,temp,TestLightWeightLinkedSet.java,155,183,temp,TestLightWeightHashSet.java,150,170
//,3
public class xxx {
@Test
public void testRemoveMulti() {
LOG.info("Test remove multi");
for (Integer i : list) {
assertTrue(set.add(i));
}
for (int i = 0; i < NUM / 2; i++) {
assertTrue(set.remove... |
3e2d0d8857888a1a5b817a5118748b990211c15e | 2,588 | java | Java | rxhttp/src/main/java/com/wj/rxhttp/base/BaseObserver.java | shwenjin/RxHttpsDemo | df00746bce8c1cb33d31c42ef3e3a56ff885af38 | [
"MIT"
] | null | null | null | rxhttp/src/main/java/com/wj/rxhttp/base/BaseObserver.java | shwenjin/RxHttpsDemo | df00746bce8c1cb33d31c42ef3e3a56ff885af38 | [
"MIT"
] | null | null | null | rxhttp/src/main/java/com/wj/rxhttp/base/BaseObserver.java | shwenjin/RxHttpsDemo | df00746bce8c1cb33d31c42ef3e3a56ff885af38 | [
"MIT"
] | null | null | null | 26.141414 | 97 | 0.628284 | 19,094 | package com.wj.rxhttp.base;
import android.util.Log;
import com.wj.rxhttp.dialog.TipDialog;
import com.wj.rxhttp.exception.ApiException;
import java.io.IOException;
import java.net.ConnectException;
import java.net.SocketTimeoutException;
import java.net.UnknownHostException;
import io.reactivex.Observer;
import i... |
3e2d0e156cb6f59ac4c2b455ae23c70fa3f77b31 | 1,683 | java | Java | extensions/flyway/runtime/src/main/java/io/quarkus/flyway/runtime/graal/SQLServerDatabaseTypeSubstitutions.java | hguerrero/quarkus | 627669560eb4082ec32abf3c918aec874c28584c | [
"Apache-2.0"
] | 2 | 2020-08-31T07:38:11.000Z | 2022-01-26T14:15:19.000Z | extensions/flyway/runtime/src/main/java/io/quarkus/flyway/runtime/graal/SQLServerDatabaseTypeSubstitutions.java | hguerrero/quarkus | 627669560eb4082ec32abf3c918aec874c28584c | [
"Apache-2.0"
] | 184 | 2020-03-09T10:03:02.000Z | 2022-03-21T22:50:37.000Z | extensions/flyway/runtime/src/main/java/io/quarkus/flyway/runtime/graal/SQLServerDatabaseTypeSubstitutions.java | hguerrero/quarkus | 627669560eb4082ec32abf3c918aec874c28584c | [
"Apache-2.0"
] | 2 | 2019-09-27T09:54:49.000Z | 2020-01-18T17:23:57.000Z | 41.04878 | 153 | 0.780749 | 19,095 | package io.quarkus.flyway.runtime.graal;
import java.util.function.BooleanSupplier;
import org.flywaydb.core.api.configuration.Configuration;
import org.flywaydb.core.internal.jdbc.JdbcConnectionFactory;
import org.flywaydb.core.internal.jdbc.StatementInterceptor;
import org.flywaydb.core.internal.util.ClassUtils;
i... |
3e2d0e7e03a69c39faa1f28e0a76c18c79013b05 | 3,439 | java | Java | corvus-wsclient/src/test/java/hk/hku/cecid/corvus/http/AS2PartnershipSenderUnitTest.java | iamhuwjones/hermes | 594b2849c4f3290955ee33d02574a1856be212f9 | [
"BSD-2-Clause"
] | null | null | null | corvus-wsclient/src/test/java/hk/hku/cecid/corvus/http/AS2PartnershipSenderUnitTest.java | iamhuwjones/hermes | 594b2849c4f3290955ee33d02574a1856be212f9 | [
"BSD-2-Clause"
] | null | null | null | corvus-wsclient/src/test/java/hk/hku/cecid/corvus/http/AS2PartnershipSenderUnitTest.java | iamhuwjones/hermes | 594b2849c4f3290955ee33d02574a1856be212f9 | [
"BSD-2-Clause"
] | null | null | null | 36.2 | 123 | 0.75109 | 19,096 | /*
* Copyright(c) 2005 Center for E-Commerce Infrastructure Development, The
* University of Hong Kong (HKU). All Rights Reserved.
*
* This software is licensed under the GNU GENERAL PUBLIC LICENSE Version 2.0 [1]
*
* [1] http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
*/
package hk.hku.cecid.corvus.http... |
3e2d0eab964feac601e822d65102b4ad9113d785 | 494 | java | Java | src/BasicDataType.java | XuedaoYuan/java_study | 826b95b14c17fd838e29fffd475d931102f804d1 | [
"MIT"
] | 1 | 2019-05-29T06:29:32.000Z | 2019-05-29T06:29:32.000Z | src/BasicDataType.java | XuedaoYuan/java_study | 826b95b14c17fd838e29fffd475d931102f804d1 | [
"MIT"
] | null | null | null | src/BasicDataType.java | XuedaoYuan/java_study | 826b95b14c17fd838e29fffd475d931102f804d1 | [
"MIT"
] | null | null | null | 22.454545 | 44 | 0.546559 | 19,097 | public class BasicDataType {
// 类变量
static double d = 0.01;
// 实例变量
String name = "xdyuan";
public static void main(String[] args) {
char v = 'V';
byte a = 100;
System.out.println(a);
System.out.println(Byte.SIZE);
System.out.println(Byte.MIN_VALUE);
... |
3e2d0f1519e5962171c11cb98ae7dc53083b0dd4 | 955 | java | Java | src/main/java/com/loon/bridge/core/db/BaseEntity.java | houzhenggang/platform | faab0f7ce27af64a32be9c99ba0b1383ab5a1ee6 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/loon/bridge/core/db/BaseEntity.java | houzhenggang/platform | faab0f7ce27af64a32be9c99ba0b1383ab5a1ee6 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/loon/bridge/core/db/BaseEntity.java | houzhenggang/platform | faab0f7ce27af64a32be9c99ba0b1383ab5a1ee6 | [
"Apache-2.0"
] | 1 | 2020-10-06T13:17:41.000Z | 2020-10-06T13:17:41.000Z | 20.319149 | 77 | 0.664921 | 19,098 | /*
* $Revision$
* $Date$
*
* Copyright (C) 2015-2018 loon.com. All rights reserved.
* <p>
* This software is the confidential and proprietary information of loon.
* You shall not disclose such Confidential Information and shall use it only
* in accordance with the terms of the agreements you entered into with l... |
3e2d0f782ae86debeb17be8e08c26ab82bec6232 | 1,115 | java | Java | api/src/main/java/org/commonjava/indy/action/ShutdownAction.java | pkocandr/indy | ca7233edea09b2a55be930f471d91a3b0d21bc31 | [
"Apache-2.0"
] | 22 | 2016-07-21T13:32:44.000Z | 2022-03-16T20:20:11.000Z | api/src/main/java/org/commonjava/indy/action/ShutdownAction.java | pkocandr/indy | ca7233edea09b2a55be930f471d91a3b0d21bc31 | [
"Apache-2.0"
] | 865 | 2015-12-11T16:59:17.000Z | 2022-03-23T09:02:56.000Z | api/src/main/java/org/commonjava/indy/action/ShutdownAction.java | pkocandr/indy | ca7233edea09b2a55be930f471d91a3b0d21bc31 | [
"Apache-2.0"
] | 39 | 2015-12-10T16:11:29.000Z | 2022-02-26T11:28:46.000Z | 29.342105 | 77 | 0.704036 | 19,099 | /**
* Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy)
*
* 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
... |
3e2d10b09ac1f7de8a8eab8d3ef866f4ac228b79 | 808 | java | Java | app-biz/biemo-bbs/biemo-bbs-app/src/main/java/com/biemo/cloud/bbs/modular/controller/BLinkController.java | biemo8/bbs-cloud | 304af6ab2c212784b984230846d508a3c91b9fa1 | [
"Apache-2.0"
] | 74 | 2021-10-09T09:58:06.000Z | 2022-01-05T06:09:57.000Z | app-biz/biemo-bbs/biemo-bbs-app/src/main/java/com/biemo/cloud/bbs/modular/controller/BLinkController.java | biemo8/bbs-cloud | 304af6ab2c212784b984230846d508a3c91b9fa1 | [
"Apache-2.0"
] | null | null | null | app-biz/biemo-bbs/biemo-bbs-app/src/main/java/com/biemo/cloud/bbs/modular/controller/BLinkController.java | biemo8/bbs-cloud | 304af6ab2c212784b984230846d508a3c91b9fa1 | [
"Apache-2.0"
] | 1 | 2021-10-15T07:05:43.000Z | 2021-10-15T07:05:43.000Z | 35.130435 | 73 | 0.813119 | 19,100 | package com.biemo.cloud.bbs.modular.controller;
import com.biemo.cloud.bbs.api.BLinkApi;
import com.biemo.cloud.bbs.modular.service.IBLinkService;
import com.biemo.cloud.bbs.modular.service.IBSysConfigService;
import com.biemo.cloud.kernel.model.response.ResponseData;
import org.springframework.beans.factory.annotatio... |
3e2d10b4ac1c6ec7383b29806d3ad30e1d777406 | 4,735 | java | Java | src/prism-games/prism/src/prism/ECComputerDefault.java | kushgrover/apt-vs-dift | 250f64e6c442f6018cab65ec6979d9568a842f57 | [
"MIT"
] | 1 | 2021-09-08T08:42:42.000Z | 2021-09-08T08:42:42.000Z | src/prism-games/prism/src/prism/ECComputerDefault.java | kushgrover/apt-vs-dift | 250f64e6c442f6018cab65ec6979d9568a842f57 | [
"MIT"
] | null | null | null | src/prism-games/prism/src/prism/ECComputerDefault.java | kushgrover/apt-vs-dift | 250f64e6c442f6018cab65ec6979d9568a842f57 | [
"MIT"
] | null | null | null | 31.496689 | 139 | 0.681034 | 19,101 | //==============================================================================
//
// Copyright (c) 2002-
// Authors:
// * Carlos S. Bederian (Universidad Nacional de Cordoba)
// * Dave Parker <ychag@example.com> (University of Birmingham/Oxford)
// * Mark Kattenbelt <ychag@example.com> (University of Oxford)
//
//-... |
3e2d112dc1b589d7e9d19d35d0626e78bebbeed2 | 192 | java | Java | chapter_004/src/main/java/ru/job4j/threads/nonblock2/OptimisticException.java | Massimilian/Vasily-Maslov | c741c19831fcb9eabd6d83ba0450e931925f48de | [
"Apache-2.0"
] | null | null | null | chapter_004/src/main/java/ru/job4j/threads/nonblock2/OptimisticException.java | Massimilian/Vasily-Maslov | c741c19831fcb9eabd6d83ba0450e931925f48de | [
"Apache-2.0"
] | null | null | null | chapter_004/src/main/java/ru/job4j/threads/nonblock2/OptimisticException.java | Massimilian/Vasily-Maslov | c741c19831fcb9eabd6d83ba0450e931925f48de | [
"Apache-2.0"
] | 1 | 2018-07-14T14:13:05.000Z | 2018-07-14T14:13:05.000Z | 24 | 60 | 0.708333 | 19,102 | package ru.job4j.threads.nonblock2;
public class OptimisticException extends RuntimeException {
public OptimisticException() {
super("Exception of optimisation.");
}
}
|
3e2d11c17038efb41b8c76bdd07196b7ed4c6d4a | 333 | java | Java | Stack/thread/src/main/java/android/stack/thread/StackThreadRunnable.java | chaozhouzhang/Stack | cbc0797f16e3f23e694fc5f6e1fccc396ed6ba93 | [
"Apache-2.0"
] | null | null | null | Stack/thread/src/main/java/android/stack/thread/StackThreadRunnable.java | chaozhouzhang/Stack | cbc0797f16e3f23e694fc5f6e1fccc396ed6ba93 | [
"Apache-2.0"
] | null | null | null | Stack/thread/src/main/java/android/stack/thread/StackThreadRunnable.java | chaozhouzhang/Stack | cbc0797f16e3f23e694fc5f6e1fccc396ed6ba93 | [
"Apache-2.0"
] | null | null | null | 23.785714 | 68 | 0.660661 | 19,103 | package android.stack.thread;
/**
* @author zhangchaozhou
* @time 2021/9/10 00:36
*/
public class StackThreadRunnable {
public static void main(String[] args) {
// StackRunnable stackRunnable = new StackRunnable();
// StackThread thread = new StackThread(stackRunnable);//无法编译
// thread.star... |
3e2d13077453985b614bc2e509671fb94d165380 | 1,303 | java | Java | mall-portal/src/main/java/com/dunshan/mall/portal/component/CancelOrderSender.java | xncssj/7d-mall-microservice | 3983eff9d04174ec04a805e50c47c3cb06ac214c | [
"Apache-2.0"
] | 11 | 2021-06-29T13:43:32.000Z | 2022-03-28T09:07:52.000Z | mall-portal/src/main/java/com/dunshan/mall/portal/component/CancelOrderSender.java | xncssj/7d-mall-microservice | 3983eff9d04174ec04a805e50c47c3cb06ac214c | [
"Apache-2.0"
] | null | null | null | mall-portal/src/main/java/com/dunshan/mall/portal/component/CancelOrderSender.java | xncssj/7d-mall-microservice | 3983eff9d04174ec04a805e50c47c3cb06ac214c | [
"Apache-2.0"
] | 7 | 2021-05-11T07:36:53.000Z | 2021-12-17T03:44:01.000Z | 36.194444 | 169 | 0.740599 | 19,104 | package com.dunshan.mall.portal.component;
import com.dunshan.mall.portal.domain.QueueEnum;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.amqp.AmqpException;
import org.springframework.amqp.core.AmqpTemplate;
import org.springframework.amqp.core.Message;
import org.springframework... |
3e2d1442ebc2bc0b987cbc3ee1c9a06246b3b93f | 2,774 | java | Java | src/main/java/impl/jena/OWLDataValueImpl.java | adrianoqueiroz/owls-api | 9bf87540874adee7224df9095100ddfdf8753549 | [
"MIT"
] | 1 | 2018-10-05T19:32:40.000Z | 2018-10-05T19:32:40.000Z | src/main/java/impl/jena/OWLDataValueImpl.java | adrianoqueiroz/owls-api | 9bf87540874adee7224df9095100ddfdf8753549 | [
"MIT"
] | null | null | null | src/main/java/impl/jena/OWLDataValueImpl.java | adrianoqueiroz/owls-api | 9bf87540874adee7224df9095100ddfdf8753549 | [
"MIT"
] | null | null | null | 30.822222 | 101 | 0.709084 | 19,105 | // The MIT License
//
// Copyright (c) 2004 Evren Sirin
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
// deal in the Software without restriction, including without limitation the
// rights to use, co... |
3e2d1483fa80bd4525b29fbb639d998adb74d12d | 721 | java | Java | DSL/br.ufc.great.catchml.ui/src/br/ufc/great/catchml/ui/CatchMLUiModule.java | rafalimaz/CatchML | 79250560009479e1dc518dcd8aefd3ca96606b5b | [
"MIT"
] | null | null | null | DSL/br.ufc.great.catchml.ui/src/br/ufc/great/catchml/ui/CatchMLUiModule.java | rafalimaz/CatchML | 79250560009479e1dc518dcd8aefd3ca96606b5b | [
"MIT"
] | null | null | null | DSL/br.ufc.great.catchml.ui/src/br/ufc/great/catchml/ui/CatchMLUiModule.java | rafalimaz/CatchML | 79250560009479e1dc518dcd8aefd3ca96606b5b | [
"MIT"
] | null | null | null | 26.703704 | 86 | 0.776699 | 19,106 | /*
* generated by Xtext
*/
package br.ufc.great.catchml.ui;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.eclipse.xtext.ui.resource.IResourceSetProvider;
import org.eclipse.xtext.ui.resource.SimpleResourceSetProvider;
/**
* Use this class to register components to be used within the IDE.
*/
public cla... |
3e2d14ae7167a8c7f1932ca65a1e65d99fe56964 | 1,186 | java | Java | src/main/java/com/utry/openticket/config/DevolopMvc.java | utrycloud/openticket | 9a97c2dfabe9a85aa2805e2c5bb5fd310f9ffc76 | [
"MIT"
] | 7 | 2018-12-04T07:20:53.000Z | 2020-05-24T09:10:24.000Z | src/main/java/com/utry/openticket/config/DevolopMvc.java | utrycloud/openticket | 9a97c2dfabe9a85aa2805e2c5bb5fd310f9ffc76 | [
"MIT"
] | 2 | 2018-12-04T09:46:50.000Z | 2018-12-10T08:56:36.000Z | src/main/java/com/utry/openticket/config/DevolopMvc.java | utrycloud/openticket | 9a97c2dfabe9a85aa2805e2c5bb5fd310f9ffc76 | [
"MIT"
] | null | null | null | 43.925926 | 103 | 0.715852 | 19,107 | package com.utry.openticket.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.ViewControllerRegistry;
... |
3e2d150257701556eec7b677962c77159dbe0ba1 | 9,084 | java | Java | common/src/main/java/org/cloudfoundry/identity/uaa/oauth/ClientAdminEndpoints.java | mozilla/labs-vcap-uaa | 126fd01242c21e318b01d7a548bc7d1b2d847ccb | [
"Apache-2.0"
] | null | null | null | common/src/main/java/org/cloudfoundry/identity/uaa/oauth/ClientAdminEndpoints.java | mozilla/labs-vcap-uaa | 126fd01242c21e318b01d7a548bc7d1b2d847ccb | [
"Apache-2.0"
] | null | null | null | common/src/main/java/org/cloudfoundry/identity/uaa/oauth/ClientAdminEndpoints.java | mozilla/labs-vcap-uaa | 126fd01242c21e318b01d7a548bc7d1b2d847ccb | [
"Apache-2.0"
] | 4 | 2015-01-13T15:09:12.000Z | 2019-11-02T23:25:13.000Z | 39.842105 | 155 | 0.792272 | 19,108 | /*
* Cloud Foundry 2012.02.03 Beta
* Copyright (c) [2009-2012] VMware, Inc. All Rights Reserved.
*
* This product is licensed to you under the Apache License, Version 2.0 (the "License").
* You may not use this product except in compliance with the License.
*
* This product includes a number of subcomponents wit... |
3e2d1544a130a242830d2c959c3edaa244cf8aaa | 10,977 | java | Java | integration-test/src/test/java/org/cloudfoundry/client/v3/ProcessesTest.java | JuergenSu/cf-java-client | f4f219297ec41d1d626c0d3d6c13b34e03d64870 | [
"Apache-2.0"
] | 252 | 2015-01-05T14:25:55.000Z | 2022-02-10T05:34:26.000Z | integration-test/src/test/java/org/cloudfoundry/client/v3/ProcessesTest.java | JuergenSu/cf-java-client | f4f219297ec41d1d626c0d3d6c13b34e03d64870 | [
"Apache-2.0"
] | 888 | 2015-01-05T22:28:40.000Z | 2022-03-31T21:16:39.000Z | integration-test/src/test/java/org/cloudfoundry/client/v3/ProcessesTest.java | JuergenSu/cf-java-client | f4f219297ec41d1d626c0d3d6c13b34e03d64870 | [
"Apache-2.0"
] | 257 | 2015-01-16T11:49:49.000Z | 2022-01-04T10:12:55.000Z | 46.316456 | 161 | 0.693086 | 19,109 | /*
* Copyright 2013-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e2d15c43f29c5efedd6efa92c6edd06cf29480b | 868 | java | Java | PopularMoviesStage1/app/src/main/java/com/sm/popularmovies_stage1/model/Review.java | SrilakshmiMaddali/Popular-Movies-2 | 560c39add00010bac1a3dd0e5d2e07162961db6e | [
"Apache-2.0"
] | null | null | null | PopularMoviesStage1/app/src/main/java/com/sm/popularmovies_stage1/model/Review.java | SrilakshmiMaddali/Popular-Movies-2 | 560c39add00010bac1a3dd0e5d2e07162961db6e | [
"Apache-2.0"
] | null | null | null | PopularMoviesStage1/app/src/main/java/com/sm/popularmovies_stage1/model/Review.java | SrilakshmiMaddali/Popular-Movies-2 | 560c39add00010bac1a3dd0e5d2e07162961db6e | [
"Apache-2.0"
] | null | null | null | 18.468085 | 50 | 0.605991 | 19,110 | package com.sm.popularmovies_stage1.model;
import com.google.gson.annotations.SerializedName;
public class Review {
@SerializedName("author")
private String author;
@SerializedName("content")
private String content;
@SerializedName("id")
private String id;
@SerializedName("url")
privat... |
3e2d1708d19406a8b06b0ee6d06f603ef980a766 | 4,215 | java | Java | src/java/main/org/chrimata/code/AppLog.java | chrimatacode/app-log | 6079ab1221cefaecc883485d871884602c982b23 | [
"MIT"
] | 1 | 2018-04-08T19:03:55.000Z | 2018-04-08T19:03:55.000Z | src/java/main/org/chrimata/code/AppLog.java | chrimatacode/app-log | 6079ab1221cefaecc883485d871884602c982b23 | [
"MIT"
] | null | null | null | src/java/main/org/chrimata/code/AppLog.java | chrimatacode/app-log | 6079ab1221cefaecc883485d871884602c982b23 | [
"MIT"
] | null | null | null | 23.159341 | 80 | 0.683749 | 19,111 | /**
* Copyright (c) 2017 chrimata
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish,... |
3e2d17a2116fa68564891a942b6ec927df4c1186 | 1,258 | java | Java | cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/blobstores/Blobstores.java | JuergenSu/cf-java-client | f4f219297ec41d1d626c0d3d6c13b34e03d64870 | [
"Apache-2.0"
] | 252 | 2015-01-05T14:25:55.000Z | 2022-02-10T05:34:26.000Z | cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/blobstores/Blobstores.java | JuergenSu/cf-java-client | f4f219297ec41d1d626c0d3d6c13b34e03d64870 | [
"Apache-2.0"
] | 888 | 2015-01-05T22:28:40.000Z | 2022-03-31T21:16:39.000Z | cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/blobstores/Blobstores.java | JuergenSu/cf-java-client | f4f219297ec41d1d626c0d3d6c13b34e03d64870 | [
"Apache-2.0"
] | 257 | 2015-01-16T11:49:49.000Z | 2022-01-04T10:12:55.000Z | 35.942857 | 176 | 0.755962 | 19,112 | /*
* Copyright 2013-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e2d18bade9982c94c8e6056497beb08d998a56d | 537 | java | Java | src/main/java/org/tamacat/httpd/session/DebugSessionListener.java | tamacat-1-4/tamacat-httpd-1.4 | e413b4dbe619046abf50db98d98348e975012f64 | [
"Apache-2.0"
] | 1 | 2021-03-04T00:23:43.000Z | 2021-03-04T00:23:43.000Z | src/main/java/org/tamacat/httpd/session/DebugSessionListener.java | tamacat-1-4/tamacat-httpd-1.4 | e413b4dbe619046abf50db98d98348e975012f64 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/tamacat/httpd/session/DebugSessionListener.java | tamacat-1-4/tamacat-httpd-1.4 | e413b4dbe619046abf50db98d98348e975012f64 | [
"Apache-2.0"
] | null | null | null | 21.48 | 65 | 0.703911 | 19,113 | /*
* Copyright (c) 2011, tamacat.org
* All rights reserved.
*/
package org.tamacat.httpd.session;
import org.tamacat.log.Log;
import org.tamacat.log.LogFactory;
public class DebugSessionListener implements SessionListener {
static Log LOG = LogFactory.getLog(DebugSessionListener.class);
@Override... |
3e2d19dec212a9d4f651d7f07cdec165f6baa9ae | 1,661 | java | Java | src/main/scala/local/dxf/cli/ConvertToXmlFromFile.java | cobr123/DxfParser | af96f43b31c313fe6e074a988e090e0ac5d98f40 | [
"Apache-2.0"
] | null | null | null | src/main/scala/local/dxf/cli/ConvertToXmlFromFile.java | cobr123/DxfParser | af96f43b31c313fe6e074a988e090e0ac5d98f40 | [
"Apache-2.0"
] | null | null | null | src/main/scala/local/dxf/cli/ConvertToXmlFromFile.java | cobr123/DxfParser | af96f43b31c313fe6e074a988e090e0ac5d98f40 | [
"Apache-2.0"
] | null | null | null | 37.75 | 106 | 0.609272 | 19,114 | package local.dxf.cli;
import local.dxf.parser.DxfParser;
import org.apache.commons.io.FileUtils;
import java.io.File;
import java.io.IOException;
final public class ConvertToXmlFromFile {
/*
* Принимает параметры командной строки:
* первый парамерт - путь к файлу с исходным текстом для разбора
* ... |
3e2d1ae8223890ea3b09af1167ea1dbf1defe67e | 1,883 | java | Java | src/com/mglo/game/model/Ball.java | mateuszglowa/LoneBall | fb8dd2b7a3edc02c60b3e27718144e65e27870b2 | [
"MIT"
] | null | null | null | src/com/mglo/game/model/Ball.java | mateuszglowa/LoneBall | fb8dd2b7a3edc02c60b3e27718144e65e27870b2 | [
"MIT"
] | null | null | null | src/com/mglo/game/model/Ball.java | mateuszglowa/LoneBall | fb8dd2b7a3edc02c60b3e27718144e65e27870b2 | [
"MIT"
] | null | null | null | 20.922222 | 67 | 0.520446 | 19,115 | package com.mglo.game.model;
import com.mglo.framework.util.RandomNumberGenerator;
import com.mglo.game.main.GameMain;
import com.mglo.game.main.Resources;
import java.awt.*;
public class Ball {
private int x, y, width, height, velY, velX;
private Rectangle rect;
public Ball(int x, int y, int width, int... |
3e2d1b5651b73a0f9bff06d4d5fe3655ff7b7190 | 4,220 | java | Java | src/main/java/ch/astorm/jotlmsg/io/FlatEntryListStructure.java | ctabin/jotlmsg | 0b6600b92309615a0ccf9613b9bb462ac52c3067 | [
"BSD-3-Clause"
] | 29 | 2017-01-06T21:35:15.000Z | 2022-02-03T11:52:16.000Z | src/main/java/ch/astorm/jotlmsg/io/FlatEntryListStructure.java | ctabin/jotlmsg | 0b6600b92309615a0ccf9613b9bb462ac52c3067 | [
"BSD-3-Clause"
] | 18 | 2017-02-13T19:29:38.000Z | 2022-02-17T10:57:25.000Z | src/main/java/ch/astorm/jotlmsg/io/FlatEntryListStructure.java | ctabin/jotlmsg | 0b6600b92309615a0ccf9613b9bb462ac52c3067 | [
"BSD-3-Clause"
] | 13 | 2017-01-23T11:31:02.000Z | 2020-11-12T04:00:04.000Z | 29.103448 | 119 | 0.612559 | 19,116 | package ch.astorm.jotlmsg.io;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
/**
* Represents an [MS-OXCDATA] 2.3.3 FlatEntryList Structure in Java.
*
* @author Guido Stein
*/
public class FlatEntryListStructure<T extends FlatE... |
3e2d1cb2119af2e0c64ccc4cb3a5069ca2047d4b | 2,676 | java | Java | src/test/java/org/xudifsd/LexerTest.java | xudifsd/client-gen | 277d3c66850fe5b678db227570047609440dd64f | [
"Apache-2.0"
] | 1 | 2016-09-23T13:11:19.000Z | 2016-09-23T13:11:19.000Z | src/test/java/org/xudifsd/LexerTest.java | xudifsd/client-gen | 277d3c66850fe5b678db227570047609440dd64f | [
"Apache-2.0"
] | null | null | null | src/test/java/org/xudifsd/LexerTest.java | xudifsd/client-gen | 277d3c66850fe5b678db227570047609440dd64f | [
"Apache-2.0"
] | null | null | null | 33.45 | 101 | 0.644619 | 19,117 | package org.xudifsd;
import org.junit.Assert;
import org.junit.Test;
import org.xudifsd.lexer.Lexer;
import org.xudifsd.lexer.SyntaxException;
import org.xudifsd.lexer.Token;
import java.io.IOException;
import java.io.Reader;
import java.io.StringReader;
public class LexerTest {
@Test
public void testSkipWhi... |
3e2d1dd00e5c0463b87a2c76a633b57047d974e5 | 9,593 | java | Java | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/AutoHardware.java | Aar2d2006/ftc-non-sped-build-fuckery-go-kys | c15cfe0a86325de60645603e078ef1e6bfd74a13 | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/AutoHardware.java | Aar2d2006/ftc-non-sped-build-fuckery-go-kys | c15cfe0a86325de60645603e078ef1e6bfd74a13 | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/AutoHardware.java | Aar2d2006/ftc-non-sped-build-fuckery-go-kys | c15cfe0a86325de60645603e078ef1e6bfd74a13 | [
"MIT"
] | null | null | null | 40.648305 | 99 | 0.686751 | 19,118 | package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.hardware.DcMotorController;
import com.qualcomm.robotcore.hardware.HardwareMap;
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
import com.qualcomm.robotcore.hardware.DcMotor;
... |
3e2d1de1335d3955306aa8c7a1a63e714accc9ea | 4,534 | java | Java | src/main/java/life/genny/utils/MultipleUseJpaPersistenceContextManager.java | genny-project/genny-rules | 384814bd00ceb8a9ec28212acb5fb2d33b9d07da | [
"Apache-2.0"
] | null | null | null | src/main/java/life/genny/utils/MultipleUseJpaPersistenceContextManager.java | genny-project/genny-rules | 384814bd00ceb8a9ec28212acb5fb2d33b9d07da | [
"Apache-2.0"
] | 26 | 2020-04-15T01:55:03.000Z | 2022-03-08T21:11:33.000Z | src/main/java/life/genny/utils/MultipleUseJpaPersistenceContextManager.java | genny-project/genny-rules | 384814bd00ceb8a9ec28212acb5fb2d33b9d07da | [
"Apache-2.0"
] | 2 | 2019-10-10T22:54:07.000Z | 2019-12-29T05:47:36.000Z | 36.272 | 125 | 0.704235 | 19,119 | package life.genny.utils;
//
//import javax.persistence.EntityManager;
//import javax.persistence.EntityManagerFactory;
//
//
//import org.drools.persistence.PersistenceContext;
//import org.drools.persistence.jpa.JpaPersistenceContext;
//import org.drools.runtime.Environment;
//import org.drools.runtime.EnvironmentNam... |
3e2d1e523d1d8a959d4ed40dea6da2354cd77814 | 31,289 | java | Java | yshop-mp/src/main/java/co/yixiang/mp/exam/domain/StudentExample.java | yaoshengyi/serviceplatform | b03d560650ed9127ed0b1fb8f5ac68c045b256a9 | [
"Apache-2.0"
] | null | null | null | yshop-mp/src/main/java/co/yixiang/mp/exam/domain/StudentExample.java | yaoshengyi/serviceplatform | b03d560650ed9127ed0b1fb8f5ac68c045b256a9 | [
"Apache-2.0"
] | null | null | null | yshop-mp/src/main/java/co/yixiang/mp/exam/domain/StudentExample.java | yaoshengyi/serviceplatform | b03d560650ed9127ed0b1fb8f5ac68c045b256a9 | [
"Apache-2.0"
] | null | null | null | 32.901157 | 102 | 0.589153 | 19,120 | package co.yixiang.mp.exam.domain;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class StudentExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public StudentExample() {
oredCriteria = new ArrayLis... |
3e2d1e7e733ba9822912aab95e169a40c7172d47 | 2,765 | java | Java | src/main/java/io/epirus/console/account/AccountUtils.java | josh-richardson/epirus-cli | 1f965053d951b6a03aaba4238dbb27c98634c14a | [
"Apache-2.0"
] | 17 | 2020-07-06T21:17:38.000Z | 2022-03-24T09:10:27.000Z | src/main/java/io/epirus/console/account/AccountUtils.java | josh-richardson/epirus-cli | 1f965053d951b6a03aaba4238dbb27c98634c14a | [
"Apache-2.0"
] | 19 | 2020-03-09T09:50:59.000Z | 2021-03-01T03:34:36.000Z | src/main/java/io/epirus/console/account/AccountUtils.java | AlexRogalskiy/epirus-cli | 7651fb86543ff4d164e088ce7e9f8123fba50b6b | [
"Apache-2.0"
] | 10 | 2020-03-06T17:50:55.000Z | 2022-03-27T05:45:37.000Z | 40.661765 | 183 | 0.666546 | 19,121 | /*
* Copyright 2020 Web3 Labs Ltd.
*
* 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 w... |
3e2d1f192cb77f4672f8eef8ae1f358218a557bd | 1,698 | java | Java | src/main/java/gaffer/predicate/time/TimePredicate.java | johan--/Gaffer | 2ab9177265f0189e97de6240a1a1410c82319559 | [
"Apache-2.0"
] | 1 | 2016-08-03T04:12:48.000Z | 2016-08-03T04:12:48.000Z | src/main/java/gaffer/predicate/time/TimePredicate.java | semigentleman/Gaffer | 2f0965a84a9b45dcd925c29a90c57c8a23800a5a | [
"Apache-2.0"
] | null | null | null | src/main/java/gaffer/predicate/time/TimePredicate.java | semigentleman/Gaffer | 2f0965a84a9b45dcd925c29a90c57c8a23800a5a | [
"Apache-2.0"
] | 1 | 2017-12-25T19:32:14.000Z | 2017-12-25T19:32:14.000Z | 37.733333 | 122 | 0.769729 | 19,122 | /**
* Copyright 2015 Crown Copyright
*
* 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 t... |
3e2d1f1eea3e7b157d640a841ddc5ccdde833bd2 | 151 | java | Java | spring/src/main/java/com/java/tech/model/BaseModel.java | Jason0104/java-tech-tutorial | 3b1b752fe309abff3592acd8ee914f8a22a63d25 | [
"MIT"
] | null | null | null | spring/src/main/java/com/java/tech/model/BaseModel.java | Jason0104/java-tech-tutorial | 3b1b752fe309abff3592acd8ee914f8a22a63d25 | [
"MIT"
] | null | null | null | spring/src/main/java/com/java/tech/model/BaseModel.java | Jason0104/java-tech-tutorial | 3b1b752fe309abff3592acd8ee914f8a22a63d25 | [
"MIT"
] | null | null | null | 15.1 | 48 | 0.735099 | 19,123 | package com.java.tech.model;
import java.io.Serializable;
/**
* created by Jason on 2020/3/7
*/
public class BaseModel implements Serializable {
}
|
3e2d1fa2fdfc48ff585ad5654f07b6cc2e063c00 | 199 | java | Java | application/src/main/java/com/shivaraj/mysqlparser/web/rest/errors/package-info.java | shivarajkv/databaseDiff | 32340d7bab12c7e0f79f0efcb7a7c0dcf8fd8f5f | [
"MIT"
] | null | null | null | application/src/main/java/com/shivaraj/mysqlparser/web/rest/errors/package-info.java | shivarajkv/databaseDiff | 32340d7bab12c7e0f79f0efcb7a7c0dcf8fd8f5f | [
"MIT"
] | null | null | null | application/src/main/java/com/shivaraj/mysqlparser/web/rest/errors/package-info.java | shivarajkv/databaseDiff | 32340d7bab12c7e0f79f0efcb7a7c0dcf8fd8f5f | [
"MIT"
] | 6 | 2019-03-12T11:36:00.000Z | 2019-03-25T12:29:59.000Z | 28.428571 | 68 | 0.748744 | 19,124 | /**
* Specific errors used with Zalando's "problem-spring-web" library.
*
* More information on https://github.com/zalando/problem-spring-web
*/
package com.shivaraj.mysqlparser.web.rest.errors;
|
3e2d21312de6783f81d5d3d106f9071d29130b51 | 1,404 | java | Java | xap-operation-tool-main/src/main/java/gca/in/xap/tools/operationtool/commandoptions/MachinesFilterOptions.java | YannRobert/xap-operation-tool | 99f5ed1c7f4444b940f11a8be7c6956024cdb3d2 | [
"Apache-2.0"
] | 2 | 2020-01-08T01:05:30.000Z | 2020-06-11T13:37:56.000Z | xap-operation-tool-main/src/main/java/gca/in/xap/tools/operationtool/commandoptions/MachinesFilterOptions.java | YannRobert/xap-operation-tool | 99f5ed1c7f4444b940f11a8be7c6956024cdb3d2 | [
"Apache-2.0"
] | 1 | 2022-03-31T20:37:29.000Z | 2022-03-31T20:37:29.000Z | xap-operation-tool-main/src/main/java/gca/in/xap/tools/operationtool/commandoptions/MachinesFilterOptions.java | YannRobert/xap-operation-tool | 99f5ed1c7f4444b940f11a8be7c6956024cdb3d2 | [
"Apache-2.0"
] | 2 | 2020-01-07T23:57:40.000Z | 2020-07-20T16:54:12.000Z | 42.545455 | 218 | 0.755698 | 19,125 | package gca.in.xap.tools.operationtool.commandoptions;
import org.openspaces.admin.GridComponent;
import picocli.CommandLine;
import java.util.List;
import java.util.function.Predicate;
public class MachinesFilterOptions<T extends GridComponent> {
@CommandLine.Option(names = {"--machines-includes"}, split = ",", d... |
3e2d24a401bcb60551403d5de5a34a86901eff10 | 2,510 | java | Java | test/testsuite/ouroboros/clinit_test/RT0013-rt-clinit-clinit_seq_005/ClinitSeq005.java | harmonyos-mirror/OpenArkCompiler-test | 1755550ea22eb185cbef8cc5864fa273caebf95a | [
"MulanPSL-1.0"
] | 796 | 2019-08-30T16:20:33.000Z | 2021-12-25T14:45:06.000Z | test/testsuite/ouroboros/clinit_test/RT0013-rt-clinit-clinit_seq_005/ClinitSeq005.java | harmonyos-mirror/OpenArkCompiler-test | 1755550ea22eb185cbef8cc5864fa273caebf95a | [
"MulanPSL-1.0"
] | 16 | 2019-08-30T18:04:08.000Z | 2021-09-19T05:02:58.000Z | test/testsuite/ouroboros/clinit_test/RT0013-rt-clinit-clinit_seq_005/ClinitSeq005.java | harmonyos-mirror/OpenArkCompiler-test | 1755550ea22eb185cbef8cc5864fa273caebf95a | [
"MulanPSL-1.0"
] | 326 | 2019-08-30T16:11:29.000Z | 2021-11-26T12:31:17.000Z | 25.353535 | 88 | 0.626693 | 19,126 | /*
* Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved.
*
* OpenArkCompiler is licensed under the Mulan PSL v1.
* You can use this software according to the terms and conditions of the Mulan PSL v1.
* You may obtain a copy of Mulan PSL v1 at:
*
* http://license.coscl.org.cn/MulanPSL
*
* ... |
3e2d2575ec081c3a0e1b85530937963cb02337cd | 1,089 | java | Java | src/main/java/com/misterpemodder/customgamerules/api/menu/GameRulesMenu.java | MisterPeModder/CustomGamerules | 64252140b6a2f06d2756361bb1561b7395c709fe | [
"MIT"
] | null | null | null | src/main/java/com/misterpemodder/customgamerules/api/menu/GameRulesMenu.java | MisterPeModder/CustomGamerules | 64252140b6a2f06d2756361bb1561b7395c709fe | [
"MIT"
] | 1 | 2019-03-15T03:03:35.000Z | 2019-03-15T03:19:10.000Z | src/main/java/com/misterpemodder/customgamerules/api/menu/GameRulesMenu.java | MisterPeModder/CustomGamerules | 64252140b6a2f06d2756361bb1561b7395c709fe | [
"MIT"
] | 1 | 2019-07-28T10:16:08.000Z | 2019-07-28T10:16:08.000Z | 34.03125 | 81 | 0.707989 | 19,127 | package com.misterpemodder.customgamerules.api.menu;
import java.util.function.BiConsumer;
import com.misterpemodder.customgamerules.api.CustomGameRules;
import com.misterpemodder.customgamerules.impl.menu.GameRulesMenuImpl;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
@Environment(EnvType.CL... |
3e2d25c2785bb7f8a006f45774a104fed1aedd8a | 954 | java | Java | app/src/main/java/com/example/newbiechen/ireader/model/flag/FindType.java | simon2077/NovelReader | 0b8e281b30beecbc1b91d1deeca30301a88b6f5c | [
"MIT"
] | 1,581 | 2017-05-27T08:49:26.000Z | 2022-03-30T11:54:20.000Z | app/src/main/java/com/example/newbiechen/ireader/model/flag/FindType.java | LanceDG/NovelReader | 56e6a519848e5e593ddb0b86ff54944b0c5b577b | [
"MIT"
] | 96 | 2017-05-27T06:54:19.000Z | 2022-03-16T06:08:49.000Z | app/src/main/java/com/example/newbiechen/ireader/model/flag/FindType.java | LanceDG/NovelReader | 56e6a519848e5e593ddb0b86ff54944b0c5b577b | [
"MIT"
] | 550 | 2017-05-30T12:04:58.000Z | 2022-03-19T09:51:33.000Z | 27.257143 | 78 | 0.733753 | 19,128 | package com.example.newbiechen.ireader.model.flag;
import android.support.annotation.DrawableRes;
import android.support.annotation.StringRes;
import com.example.newbiechen.ireader.App;
import com.example.newbiechen.ireader.R;
/**
* Created by newbiechen on 17-4-25.
*/
public enum FindType {
TOP(R.string.nb_f... |
3e2d26391a43181df3ae70ad3569bbd08c086a75 | 1,344 | java | Java | image/src/main/java/io/vincentwinner/toolset/image/testui/menuitem/filter/TranslateColorFilterMenuItems.java | vincent-winner/toolset | 328653a511b552dd41647bd7c60cfd2d599e35f6 | [
"Apache-2.0"
] | null | null | null | image/src/main/java/io/vincentwinner/toolset/image/testui/menuitem/filter/TranslateColorFilterMenuItems.java | vincent-winner/toolset | 328653a511b552dd41647bd7c60cfd2d599e35f6 | [
"Apache-2.0"
] | null | null | null | image/src/main/java/io/vincentwinner/toolset/image/testui/menuitem/filter/TranslateColorFilterMenuItems.java | vincent-winner/toolset | 328653a511b552dd41647bd7c60cfd2d599e35f6 | [
"Apache-2.0"
] | null | null | null | 31.255814 | 71 | 0.607143 | 19,129 | package io.vincentwinner.toolset.image.testui.menuitem.filter;
import io.vincentwinner.toolset.image.filter.TranslateColorFilter;
import io.vincentwinner.toolset.image.testui.ImageViewPanel;
import io.vincentwinner.toolset.image.testui.TestFrame;
import org.bytedeco.opencv.opencv_core.Mat;
import javax.swing.*;
publ... |
3e2d270829c4198d3447fcbbbdabed17b5c9d33d | 240 | java | Java | src/main/java/com/prohelion/splunk/ProtocolSetter.java | athisun/ArrowPoint-Telemetry | 38ad68ec516c7177bd4099411a5f8382b26408ee | [
"MIT"
] | 6 | 2018-10-11T07:58:04.000Z | 2021-03-10T17:02:03.000Z | src/main/java/com/prohelion/splunk/ProtocolSetter.java | athisun/ArrowPoint-Telemetry | 38ad68ec516c7177bd4099411a5f8382b26408ee | [
"MIT"
] | 1 | 2021-02-03T15:46:25.000Z | 2021-03-03T03:23:50.000Z | src/main/java/com/prohelion/splunk/ProtocolSetter.java | athisun/ArrowPoint-Telemetry | 38ad68ec516c7177bd4099411a5f8382b26408ee | [
"MIT"
] | 6 | 2019-04-06T02:14:01.000Z | 2020-07-31T16:10:18.000Z | 18.461538 | 72 | 0.7875 | 19,130 | package com.prohelion.splunk;
import com.splunk.HttpService;
import com.splunk.SSLSecurityProtocol;
public class ProtocolSetter {
public ProtocolSetter() {
HttpService.setSslSecurityProtocol(SSLSecurityProtocol.TLSv1_2);
}
}
|
3e2d27f6aa1a27284c894a55912776822e2e386e | 2,241 | java | Java | src/test/java/solutions/FlipEquivalentBinaryTreesTests.java | chyuck/leet-code | a45a8e9c377cc141f7ecb7f9f454f623f3cc696b | [
"MIT"
] | 2 | 2019-06-17T03:42:03.000Z | 2019-07-18T18:29:58.000Z | src/test/java/solutions/FlipEquivalentBinaryTreesTests.java | chyuck/leet-code | a45a8e9c377cc141f7ecb7f9f454f623f3cc696b | [
"MIT"
] | null | null | null | src/test/java/solutions/FlipEquivalentBinaryTreesTests.java | chyuck/leet-code | a45a8e9c377cc141f7ecb7f9f454f623f3cc696b | [
"MIT"
] | 1 | 2020-07-06T20:48:53.000Z | 2020-07-06T20:48:53.000Z | 21.970588 | 63 | 0.51004 | 19,131 | package solutions;
import org.junit.Assert;
import org.junit.Test;
import structures.TreeNode;
public class FlipEquivalentBinaryTreesTests {
@Test
public void testExample1() {
// arrange
var solution = new FlipEquivalentBinaryTrees();
var root1 = new TreeNode(1,
new Tree... |
3e2d28030d93cf96a457cda07c2c1a9dc19d7c76 | 5,634 | java | Java | src/main/java/org/lastaflute/di/helper/message/MessageResourceBundleFacade.java | lastaflute/lasta-di | 5b576c1e4ee118d8bc01814faebbd1febff84e03 | [
"Apache-2.0"
] | 8 | 2015-09-30T11:30:14.000Z | 2021-12-29T14:49:20.000Z | src/main/java/org/lastaflute/di/helper/message/MessageResourceBundleFacade.java | lastaflute/lasta-di | 5b576c1e4ee118d8bc01814faebbd1febff84e03 | [
"Apache-2.0"
] | 4 | 2015-08-19T07:05:38.000Z | 2021-07-29T16:02:05.000Z | src/main/java/org/lastaflute/di/helper/message/MessageResourceBundleFacade.java | lastaflute/lasta-di | 5b576c1e4ee118d8bc01814faebbd1febff84e03 | [
"Apache-2.0"
] | 6 | 2015-05-29T08:47:48.000Z | 2015-08-19T01:28:03.000Z | 37.56 | 105 | 0.520057 | 19,132 | /*
* Copyright 2015-2021 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 app... |
3e2d281c3ebd0155be596384a0579a64874f73b0 | 4,269 | java | Java | app/src/main/java/br/com/sandclan/retrocollection/widget/WidgetService.java | thiagofacanha/retrogamecollection | a37b3fc594d3f47b34b30007c917c8f027148e94 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/br/com/sandclan/retrocollection/widget/WidgetService.java | thiagofacanha/retrogamecollection | a37b3fc594d3f47b34b30007c917c8f027148e94 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/br/com/sandclan/retrocollection/widget/WidgetService.java | thiagofacanha/retrogamecollection | a37b3fc594d3f47b34b30007c917c8f027148e94 | [
"Apache-2.0"
] | null | null | null | 34.427419 | 146 | 0.567112 | 19,133 | package br.com.sandclan.retrocollection.widget;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Binder;
import android.util.Log;
import android.widget.AdapterView;
import android.widget.RemoteViews;
import android.widget.RemoteVi... |
3e2d28d47dd8369d4fdf41ad3d8e29536b10ed39 | 613 | java | Java | kata/6-kyu/casino-chips/test/SolutionTest.java | Sophia-Okito/codewars-handbook | d896c766cf3347031dc3934ce18cd7a021ae2526 | [
"MIT"
] | 36 | 2020-04-16T17:53:05.000Z | 2022-03-15T06:59:04.000Z | kata/6-kyu/casino-chips/test/SolutionTest.java | Sophia-Okito/codewars-handbook | d896c766cf3347031dc3934ce18cd7a021ae2526 | [
"MIT"
] | 8 | 2020-07-26T05:26:40.000Z | 2022-03-01T20:03:24.000Z | kata/6-kyu/casino-chips/test/SolutionTest.java | ParanoidUser/codewars-handbook | 6e9f61b671bd379d8671f2ae1b134e3cbde62ff4 | [
"MIT"
] | 10 | 2020-04-10T12:07:02.000Z | 2022-01-21T12:29:39.000Z | 36.058824 | 60 | 0.649266 | 19,134 | import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
class SolutionTest {
@Test
void sample() {
assertEquals(1, Solution.solve(new int[]{1, 1, 1}));
assertEquals(2, Solution.solve(new int[]{1, 2, 1}));
assertEquals(2, Solution.solve(new int[]{4, 1, 1}));
... |
3e2d28d890eecb3dbeac2081a5793a4e223a76a8 | 2,230 | java | Java | src/main/java/com/nyabuti/dennis/springboot/mongodb/repository/book_author/BookAuthorRepositoryImpl.java | dennyabuti/springboot-mongodb-rest-api | fc0004e4364597f5976f1df4f28acb12b0bdc325 | [
"MIT"
] | null | null | null | src/main/java/com/nyabuti/dennis/springboot/mongodb/repository/book_author/BookAuthorRepositoryImpl.java | dennyabuti/springboot-mongodb-rest-api | fc0004e4364597f5976f1df4f28acb12b0bdc325 | [
"MIT"
] | null | null | null | src/main/java/com/nyabuti/dennis/springboot/mongodb/repository/book_author/BookAuthorRepositoryImpl.java | dennyabuti/springboot-mongodb-rest-api | fc0004e4364597f5976f1df4f28acb12b0bdc325 | [
"MIT"
] | null | null | null | 28.961039 | 75 | 0.788341 | 19,135 | package com.nyabuti.dennis.springboot.mongodb.repository.book_author;
import java.util.List;
import org.bson.types.ObjectId;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mongodb.core.query.Criteria;
import org.springframework.data.mongodb.core.query.Query;
import org.spr... |
3e2d2af88afd2bb31ce4f8b61bd5ef5084e5e9cd | 1,451 | java | Java | mica-mqtt-example/src/main/java/net/dreamlu/iot/mqtt/client/MqttClientConnectListener.java | lets-mica/mica-mq | 0070cc38ced9e4ef2ab95c7e015bafc1e49c748e | [
"Apache-2.0"
] | 81 | 2020-09-14T02:42:11.000Z | 2022-03-30T14:51:47.000Z | mica-mqtt-example/src/main/java/net/dreamlu/iot/mqtt/client/MqttClientConnectListener.java | lets-mica/mica-mq | 0070cc38ced9e4ef2ab95c7e015bafc1e49c748e | [
"Apache-2.0"
] | null | null | null | mica-mqtt-example/src/main/java/net/dreamlu/iot/mqtt/client/MqttClientConnectListener.java | lets-mica/mica-mq | 0070cc38ced9e4ef2ab95c7e015bafc1e49c748e | [
"Apache-2.0"
] | 14 | 2020-09-17T02:35:24.000Z | 2022-03-28T08:56:18.000Z | 30.851064 | 112 | 0.746897 | 19,136 | /*
* Copyright (c) 2019-2029, Dreamlu 卢春梦 (nnheo@example.com & dreamlu.net).
*
* 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
*
* Unle... |
3e2d2c4dc7d55f33c64ba08c1e1c98e610650b25 | 8,466 | java | Java | forms-flow-bpm/src/test/java/org/camunda/bpm/extension/hooks/listeners/ApplicationAuditListenerTest.java | pass-tech-developpement/forms-flow-ai | 058d0b8d7f559733000214254854f90ee06b0705 | [
"Apache-2.0"
] | 132 | 2020-04-16T20:26:18.000Z | 2022-03-30T12:39:50.000Z | forms-flow-bpm/src/test/java/org/camunda/bpm/extension/hooks/listeners/ApplicationAuditListenerTest.java | pass-tech-developpement/forms-flow-ai | 058d0b8d7f559733000214254854f90ee06b0705 | [
"Apache-2.0"
] | 102 | 2020-06-05T21:30:27.000Z | 2022-03-30T04:53:25.000Z | forms-flow-bpm/src/test/java/org/camunda/bpm/extension/hooks/listeners/ApplicationAuditListenerTest.java | pass-tech-developpement/forms-flow-ai | 058d0b8d7f559733000214254854f90ee06b0705 | [
"Apache-2.0"
] | 91 | 2020-04-15T18:54:51.000Z | 2022-03-29T04:58:49.000Z | 43.415385 | 107 | 0.785613 | 19,137 | package org.camunda.bpm.extension.hooks.listeners;
import org.camunda.bpm.engine.delegate.DelegateTask;
import org.camunda.bpm.extension.hooks.listeners.data.Application;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.InjectMocks;
import org.springframework.test.context.junit.jupiter.SpringExten... |
3e2d2d400a9325c390b97f35dff4cf6aba2798fb | 3,376 | java | Java | src/main/java/de/slothsoft/roborumble/contrib/ExampleRobot.java | slothsoft/robo-rumble | 05736e8777824712e78b02f68edf2cafaf7d3aec | [
"MIT"
] | 1 | 2019-03-05T19:51:36.000Z | 2019-03-05T19:51:36.000Z | src/main/java/de/slothsoft/roborumble/contrib/ExampleRobot.java | slothsoft/challenge-robo-rumble | 05736e8777824712e78b02f68edf2cafaf7d3aec | [
"MIT"
] | 4 | 2019-03-03T13:33:39.000Z | 2019-03-03T13:35:24.000Z | src/main/java/de/slothsoft/roborumble/contrib/ExampleRobot.java | slothsoft/challenge-robo-rumble | 05736e8777824712e78b02f68edf2cafaf7d3aec | [
"MIT"
] | null | null | null | 31.551402 | 114 | 0.654621 | 19,138 | package de.slothsoft.roborumble.contrib;
import java.awt.Color;
import java.awt.Image;
import java.awt.image.BufferedImage;
import java.awt.image.WritableRaster;
import java.io.InputStream;
import java.util.Random;
import javax.imageio.ImageIO;
import de.slothsoft.roborumble.Direction;
import de.slothsof... |
3e2d2e46bbe8c586fd89376076fd726c2ef42b7d | 1,389 | java | Java | src/main/java/com/pjn/pl/Chart.java | damianck/pjn | 04a179f8698ef6307a12f68643f3e3fd3ae02199 | [
"MIT"
] | null | null | null | src/main/java/com/pjn/pl/Chart.java | damianck/pjn | 04a179f8698ef6307a12f68643f3e3fd3ae02199 | [
"MIT"
] | null | null | null | src/main/java/com/pjn/pl/Chart.java | damianck/pjn | 04a179f8698ef6307a12f68643f3e3fd3ae02199 | [
"MIT"
] | null | null | null | 30.866667 | 126 | 0.650828 | 19,139 | package com.pjn.pl;
import java.util.ArrayList;
import org.jfree.chart.ChartFactory;
import org.jfree.chart.ChartPanel;
import org.jfree.chart.JFreeChart;
import org.jfree.chart.plot.PlotOrientation;
import org.jfree.data.category.CategoryDataset;
import org.jfree.data.category.DefaultCategoryDataset;
import javax.s... |
3e2d30e944e772bf3ec42af3b7465c65a1d60dc0 | 280 | java | Java | scaffold-route/scaffold-route-operate/src/main/java/com/cms/scaffold/route/operate/controller/job/JobManageController.java | Fatezhang/scaffold-cloud | d242fdd8fb4bb92e44c345e3399d4a073a650d8a | [
"MIT"
] | 94 | 2019-07-29T11:59:22.000Z | 2021-09-27T06:28:24.000Z | scaffold-route/scaffold-route-operate/src/main/java/com/cms/scaffold/route/operate/controller/job/JobManageController.java | zhangbaishun1996/scaffold-cloud | 4286f06fd1ee8492524e24ec53671c131766e597 | [
"MIT"
] | 7 | 2019-12-03T02:02:22.000Z | 2022-02-09T22:16:42.000Z | scaffold-route/scaffold-route-operate/src/main/java/com/cms/scaffold/route/operate/controller/job/JobManageController.java | zhangbaishun1996/scaffold-cloud | 4286f06fd1ee8492524e24ec53671c131766e597 | [
"MIT"
] | 6 | 2019-12-03T05:51:00.000Z | 2020-07-29T07:32:41.000Z | 21.538462 | 57 | 0.8 | 19,140 | package com.cms.scaffold.route.operate.controller.job;
import com.cms.scaffold.common.base.BaseController;
import org.springframework.stereotype.Controller;
/**
* @Author zhangjiaheng
* @Description
**/
@Controller
public class JobManageController extends BaseController {
}
|
3e2d31161ffba8f42e0b87629244e2fd8f297dca | 2,169 | java | Java | quickstart-oshi/src/test/java/org/quickstart/oshi/OSHITest.java | youngzil/quickstart-framework | 5252ab4ffe089461969ed54420d3f9f8980baa03 | [
"Apache-2.0"
] | 6 | 2019-01-02T11:02:38.000Z | 2021-01-30T16:35:20.000Z | quickstart-oshi/src/test/java/org/quickstart/oshi/OSHITest.java | youngzil/quickstart-framework | 5252ab4ffe089461969ed54420d3f9f8980baa03 | [
"Apache-2.0"
] | 31 | 2019-11-13T02:06:18.000Z | 2022-03-31T20:51:49.000Z | quickstart-oshi/src/test/java/org/quickstart/oshi/OSHITest.java | youngzil/quickstart-framework | 5252ab4ffe089461969ed54420d3f9f8980baa03 | [
"Apache-2.0"
] | 3 | 2018-07-10T15:08:02.000Z | 2020-09-02T06:48:07.000Z | 25.821429 | 79 | 0.642231 | 19,141 | package org.quickstart.oshi;
import org.junit.Test;
import oshi.SystemInfo;
import oshi.hardware.CentralProcessor;
import oshi.hardware.GlobalMemory;
import oshi.hardware.HardwareAbstractionLayer;
import oshi.software.os.OperatingSystem;
import oshi.util.FormatUtil;
/**
* <p>描述: [功能描述] </p >
*
* @author yangzl
* ... |
3e2d319b2860549333b985c8aa11b84a35414d0a | 1,111 | java | Java | Standard Edition/LightSearch Server/src/main/java/lightsearch/server/data/SystemHandlerDTO.java | ViiSE/LightSearch-Archive | 4490c96be7a66e14e710de1fda884b70b6b997e0 | [
"Apache-2.0"
] | null | null | null | Standard Edition/LightSearch Server/src/main/java/lightsearch/server/data/SystemHandlerDTO.java | ViiSE/LightSearch-Archive | 4490c96be7a66e14e710de1fda884b70b6b997e0 | [
"Apache-2.0"
] | null | null | null | Standard Edition/LightSearch Server/src/main/java/lightsearch/server/data/SystemHandlerDTO.java | ViiSE/LightSearch-Archive | 4490c96be7a66e14e710de1fda884b70b6b997e0 | [
"Apache-2.0"
] | null | null | null | 33.666667 | 75 | 0.765077 | 19,143 | /*
* Copyright 2019 ViiSE.
*
* 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 w... |
3e2d32efb23f25e176059a8f6cd959e258b741f9 | 860 | java | Java | topnav_graph/src/main/java/com/github/topnav_rosjava_kasptom/topnav_graph/ITopnavNavigator.java | kasptom/topnav_rosjava_kasptom | f0bfad31db4c5ecbd38819bd44014cba23cfa32c | [
"Apache-2.0"
] | 1 | 2020-02-11T03:20:52.000Z | 2020-02-11T03:20:52.000Z | topnav_graph/src/main/java/com/github/topnav_rosjava_kasptom/topnav_graph/ITopnavNavigator.java | kasptom/topnav_rosjava_kasptom | f0bfad31db4c5ecbd38819bd44014cba23cfa32c | [
"Apache-2.0"
] | null | null | null | topnav_graph/src/main/java/com/github/topnav_rosjava_kasptom/topnav_graph/ITopnavNavigator.java | kasptom/topnav_rosjava_kasptom | f0bfad31db4c5ecbd38819bd44014cba23cfa32c | [
"Apache-2.0"
] | null | null | null | 30.714286 | 140 | 0.817442 | 19,144 | package com.github.topnav_rosjava_kasptom.topnav_graph;
import com.github.topnav_rosjava_kasptom.topnav_shared.listeners.OnFeedbackChangeListener;
import com.github.topnav_rosjava_kasptom.topnav_shared.listeners.OnGuidelineChangeListener;
import com.github.topnav_rosjava_kasptom.topnav_shared.model.Guideline;
import ... |
3e2d335b9c33ee60273622cbd4ddcc32c9f64058 | 1,839 | java | Java | thundergate-project/asakusa-thundergate-plugin/src/test/java/com/asakusafw/compiler/bulkloader/testing/io/MockErrorModelInput.java | akirakw/asakusafw-legacy | 434fdc5bf9262e56b9669bfc88d25f11a40308d3 | [
"Apache-2.0"
] | null | null | null | thundergate-project/asakusa-thundergate-plugin/src/test/java/com/asakusafw/compiler/bulkloader/testing/io/MockErrorModelInput.java | akirakw/asakusafw-legacy | 434fdc5bf9262e56b9669bfc88d25f11a40308d3 | [
"Apache-2.0"
] | null | null | null | thundergate-project/asakusa-thundergate-plugin/src/test/java/com/asakusafw/compiler/bulkloader/testing/io/MockErrorModelInput.java | akirakw/asakusafw-legacy | 434fdc5bf9262e56b9669bfc88d25f11a40308d3 | [
"Apache-2.0"
] | null | null | null | 35.365385 | 78 | 0.698206 | 19,145 | /**
* Copyright 2011-2016 Asakusa Framework 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... |
3e2d346ec973b06f618742e7a11fcc45c66be630 | 2,936 | java | Java | flame-server/flame-admin/src/main/java/net/moxuan/admin/service/impl/SysUserServiceImpl.java | imoxuan/flame | e4b13b93c614f407731887b6b2c26f942d2900db | [
"MIT"
] | null | null | null | flame-server/flame-admin/src/main/java/net/moxuan/admin/service/impl/SysUserServiceImpl.java | imoxuan/flame | e4b13b93c614f407731887b6b2c26f942d2900db | [
"MIT"
] | 5 | 2020-08-18T05:57:18.000Z | 2022-02-27T05:43:52.000Z | flame-server/flame-admin/src/main/java/net/moxuan/admin/service/impl/SysUserServiceImpl.java | imoxuan/flame | e4b13b93c614f407731887b6b2c26f942d2900db | [
"MIT"
] | null | null | null | 29.069307 | 99 | 0.671322 | 19,146 | package net.moxuan.admin.service.impl;
import com.baomidou.mybatisplus.core.conditions.Wrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import lombok.extern.slf4j.Slf4j;
import ma.glasnost.orika.MapperFactory;
import net.moxuan.admin.dto.S... |
3e2d347a07efffa67a2b639cfde25d7b36191ac5 | 4,082 | java | Java | src/Implements/ImTransaksi.java | AK-SI/SIAP | a504157c9ed0f1af044f5813ce9443f47e2f7b2c | [
"MIT"
] | null | null | null | src/Implements/ImTransaksi.java | AK-SI/SIAP | a504157c9ed0f1af044f5813ce9443f47e2f7b2c | [
"MIT"
] | null | null | null | src/Implements/ImTransaksi.java | AK-SI/SIAP | a504157c9ed0f1af044f5813ce9443f47e2f7b2c | [
"MIT"
] | null | null | null | 32.919355 | 101 | 0.509309 | 19,147 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Implements;
import Entity.Transaksi;
import Interfaces.ITransaksi;
import Koneksi.KoneksiDB;
import java.sql.ResultSet;
import... |
3e2d352d88b246fd2dbff02af26d664c86ce77d7 | 4,677 | java | Java | TicTacToeTest.java | evilreborn/TicTacToe-Game-in-Java | 2daa03a7c31db53bd112e0f45bf10bc96b6774e7 | [
"MIT"
] | null | null | null | TicTacToeTest.java | evilreborn/TicTacToe-Game-in-Java | 2daa03a7c31db53bd112e0f45bf10bc96b6774e7 | [
"MIT"
] | null | null | null | TicTacToeTest.java | evilreborn/TicTacToe-Game-in-Java | 2daa03a7c31db53bd112e0f45bf10bc96b6774e7 | [
"MIT"
] | null | null | null | 23.862245 | 81 | 0.382083 | 19,148 | import java.util.Scanner;
public class TicTacToeTest
{
public static void main(String[ ] args)
{
TicTacToe t = new TicTacToe();
Display t2=new Display();
Scanner s = new Scanner(System.in);
int x=0,y=0,bn;
do
{
t2.Matrix();
t... |
3e2d35ad2f3a33375cd954e87e37c41248031a00 | 1,107 | java | Java | singa-simulation/src/main/java/bio/singa/simulation/reactions/conditions/HasNoMoreThanNumberOfPartners.java | cleberecht/singa | 839b8a418e52af216367251bed2992803d32bdb1 | [
"MIT"
] | 10 | 2016-09-07T09:53:42.000Z | 2018-03-27T10:23:26.000Z | singa-simulation/src/main/java/bio/singa/simulation/reactions/conditions/HasNoMoreThanNumberOfPartners.java | cleberecht/singa | 839b8a418e52af216367251bed2992803d32bdb1 | [
"MIT"
] | 81 | 2016-09-09T07:56:56.000Z | 2018-07-24T12:11:30.000Z | singa-simulation/src/main/java/bio/singa/simulation/reactions/conditions/HasNoMoreThanNumberOfPartners.java | cleberecht/singa | 839b8a418e52af216367251bed2992803d32bdb1 | [
"MIT"
] | 2 | 2018-12-31T17:05:19.000Z | 2020-05-08T12:42:50.000Z | 29.918919 | 95 | 0.728997 | 19,149 | package bio.singa.simulation.reactions.conditions;
import bio.singa.simulation.entities.ChemicalEntity;
import bio.singa.simulation.entities.BindingSite;
import bio.singa.simulation.entities.ComplexEntity;
/**
* @author cl
*/
public class HasNoMoreThanNumberOfPartners implements CandidateCondition {
private fi... |
3e2d36d9667edfce6f259bc9708a778b974a802b | 19,501 | java | Java | src/quiz48/gui/FilterDlg.java | sok-vi/quiz48 | d94ef9467b99575d121a97bd18086552a55eb336 | [
"MIT"
] | null | null | null | src/quiz48/gui/FilterDlg.java | sok-vi/quiz48 | d94ef9467b99575d121a97bd18086552a55eb336 | [
"MIT"
] | null | null | null | src/quiz48/gui/FilterDlg.java | sok-vi/quiz48 | d94ef9467b99575d121a97bd18086552a55eb336 | [
"MIT"
] | null | null | null | 40.043121 | 130 | 0.447362 | 19,150 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package quiz48.gui;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.GridBag... |
3e2d36f0a2778c51a9e6930d682e39bbc114745e | 504 | java | Java | app-layout-ui-tests/src/main/java/com/github/appreciated/app/layout/test/addon/notification/view/View9.java | axpendix/vaadin-app-layout | db3348e9b4a05bff36730442c3aca9db1ff314f8 | [
"Apache-2.0"
] | 91 | 2017-09-17T05:15:21.000Z | 2022-02-14T03:43:58.000Z | app-layout-ui-tests/src/main/java/com/github/appreciated/app/layout/test/addon/notification/view/View9.java | axpendix/vaadin-app-layout | db3348e9b4a05bff36730442c3aca9db1ff314f8 | [
"Apache-2.0"
] | 401 | 2017-09-13T12:21:36.000Z | 2022-03-13T23:19:42.000Z | app-layout-ui-tests/src/main/java/com/github/appreciated/app/layout/test/addon/notification/view/View9.java | axpendix/vaadin-app-layout | db3348e9b4a05bff36730442c3aca9db1ff314f8 | [
"Apache-2.0"
] | 77 | 2017-09-29T14:39:39.000Z | 2022-03-18T17:43:33.000Z | 36 | 108 | 0.767857 | 19,151 | package com.github.appreciated.app.layout.test.addon.notification.view;
import com.github.appreciated.app.layout.test.addon.notification.NotificationView;
import com.github.appreciated.app.layout.test.base.ExampleView;
import com.vaadin.flow.router.Route;
@Route(value = "view9", layout = NotificationView.class) // an... |
3e2d386f5165220d442102b7aebe73c74a98a1f7 | 2,041 | java | Java | src/main/java/com/orbitz/consul/OperatorClient.java | eryshev/consul-client | d1e4f33bf1ab66820382ca23aeca4616f19c1522 | [
"Apache-2.0"
] | 299 | 2018-01-29T11:34:16.000Z | 2022-03-07T21:59:58.000Z | src/main/java/com/orbitz/consul/OperatorClient.java | eryshev/consul-client | d1e4f33bf1ab66820382ca23aeca4616f19c1522 | [
"Apache-2.0"
] | 214 | 2015-01-24T13:36:51.000Z | 2018-01-26T13:38:47.000Z | src/main/java/com/orbitz/consul/OperatorClient.java | eryshev/consul-client | d1e4f33bf1ab66820382ca23aeca4616f19c1522 | [
"Apache-2.0"
] | 174 | 2015-02-25T10:00:08.000Z | 2018-01-23T00:30:22.000Z | 31.4 | 95 | 0.704067 | 19,152 | package com.orbitz.consul;
import com.google.common.collect.ImmutableMap;
import com.orbitz.consul.config.ClientConfig;
import com.orbitz.consul.model.operator.RaftConfiguration;
import com.orbitz.consul.monitoring.ClientEventCallback;
import retrofit2.Call;
import retrofit2.Retrofit;
import retrofit2.http.DELETE;
imp... |
3e2d389bfa60fdbf966c87aea2337fa15758f505 | 3,217 | java | Java | sdk/src/main/java/org/zstack/sdk/CdpTaskInventory.java | MatheMatrix/zstack | 8da3508c624c0bd8f819da91eb28f7ebf34b8cba | [
"ECL-2.0",
"Apache-2.0"
] | 879 | 2017-02-16T02:01:44.000Z | 2022-03-31T15:44:28.000Z | sdk/src/main/java/org/zstack/sdk/CdpTaskInventory.java | MatheMatrix/zstack | 8da3508c624c0bd8f819da91eb28f7ebf34b8cba | [
"ECL-2.0",
"Apache-2.0"
] | 482 | 2017-02-13T09:57:37.000Z | 2022-03-31T07:17:29.000Z | sdk/src/main/java/org/zstack/sdk/CdpTaskInventory.java | MatheMatrix/zstack | 8da3508c624c0bd8f819da91eb28f7ebf34b8cba | [
"ECL-2.0",
"Apache-2.0"
] | 306 | 2017-02-13T08:31:29.000Z | 2022-03-14T07:58:46.000Z | 26.368852 | 74 | 0.669879 | 19,153 | package org.zstack.sdk;
import org.zstack.sdk.CdpTaskStatus;
import org.zstack.sdk.CdpTaskState;
import org.zstack.sdk.CdpTaskType;
public class CdpTaskInventory {
public java.lang.String uuid;
public void setUuid(java.lang.String uuid) {
this.uuid = uuid;
}
public java.lang.String getUuid()... |
3e2d38c33c50e0c98f9f22c6c9858ba65cea4b2e | 4,037 | java | Java | src/main/java/net/openid/conformance/fapi1advancedfinal/FAPI1AdvancedFinalEnsureRequestObjectSignatureAlgorithmIsNotNone.java | openid-certification/conformance-suite | 86f25bd22837391e6639edfa55190588b9612422 | [
"MIT"
] | 2 | 2021-09-12T11:45:13.000Z | 2022-01-24T14:56:44.000Z | src/main/java/net/openid/conformance/fapi1advancedfinal/FAPI1AdvancedFinalEnsureRequestObjectSignatureAlgorithmIsNotNone.java | openid-certification/conformance-suite | 86f25bd22837391e6639edfa55190588b9612422 | [
"MIT"
] | 6 | 2019-10-29T18:16:34.000Z | 2021-08-14T09:48:39.000Z | src/main/java/net/openid/conformance/fapi1advancedfinal/FAPI1AdvancedFinalEnsureRequestObjectSignatureAlgorithmIsNotNone.java | openid-certification/conformance-suite | 86f25bd22837391e6639edfa55190588b9612422 | [
"MIT"
] | null | null | null | 39.578431 | 262 | 0.813475 | 19,154 | package net.openid.conformance.fapi1advancedfinal;
import com.google.gson.JsonObject;
import net.openid.conformance.condition.Condition;
import net.openid.conformance.condition.client.CheckForUnexpectedParametersInErrorResponseFromAuthorizationEndpoint;
import net.openid.conformance.condition.client.CheckStateInAuthor... |
3e2d38c58f21d68499cdf0660253352a4746b4eb | 1,443 | java | Java | CodeDataset/156.java | shagunuppal/Automatic-Code-Complexity-Prediction | c4cd9afb94dd8d75ec631aabbfff3d9758dbd41d | [
"MIT"
] | null | null | null | CodeDataset/156.java | shagunuppal/Automatic-Code-Complexity-Prediction | c4cd9afb94dd8d75ec631aabbfff3d9758dbd41d | [
"MIT"
] | null | null | null | CodeDataset/156.java | shagunuppal/Automatic-Code-Complexity-Prediction | c4cd9afb94dd8d75ec631aabbfff3d9758dbd41d | [
"MIT"
] | 1 | 2019-09-24T16:53:45.000Z | 2019-09-24T16:53:45.000Z | 8.589286 | 54 | 0.624394 | 19,155 |
// Java program to count occurrences in
// a linked list using recursion
import
java.io.*;
import
java.util.*;
// Represents node of a linkedlist
class
Node {
int
data;
Node next;
Node(
int
val)
{
data = val;
next =
null
;
}
}
class
GFG {
// global variable for counting frequeancy of
// gi... |
3e2d395fe383dbb80b902c18d988429b6d37d780 | 5,796 | java | Java | sdk/java/src/main/java/io/broker/api/client/impl/BrokerOptionApiRestClientImpl.java | BICC01/BICC-OpenApi | 5646e60de186398d4104b0482b4d38e1a6474b10 | [
"Apache-2.0"
] | 29 | 2019-03-06T05:09:33.000Z | 2022-01-21T05:28:57.000Z | sdk/java/src/main/java/io/broker/api/client/impl/BrokerOptionApiRestClientImpl.java | BICC01/BICC-OpenApi | 5646e60de186398d4104b0482b4d38e1a6474b10 | [
"Apache-2.0"
] | 6 | 2018-11-17T14:19:20.000Z | 2021-06-06T05:48:27.000Z | sdk/java/src/main/java/io/broker/api/client/impl/BrokerOptionApiRestClientImpl.java | BICC01/BICC-OpenApi | 5646e60de186398d4104b0482b4d38e1a6474b10 | [
"Apache-2.0"
] | 66 | 2018-11-22T06:20:31.000Z | 2021-12-28T09:16:30.000Z | 43.909091 | 128 | 0.689959 | 19,156 | package io.broker.api.client.impl;
import java.util.List;
import io.broker.api.client.BrokerOptionApiRestClient;
import io.broker.api.client.domain.account.request.CancelOrderRequest;
import io.broker.api.client.domain.option.OptionMatchResult;
import io.broker.api.client.domain.option.OptionOrderResult;
import io.br... |
3e2d3a12f7b636730f76953193a83844eb393027 | 2,970 | java | Java | src/main/java/com/thinkgem/jeesite/modules/ctc/service/CtcUserService.java | chengmaotao/daichaocms | b225c48620b64589f97bfc42a463b27e402ee353 | [
"Apache-1.1"
] | null | null | null | src/main/java/com/thinkgem/jeesite/modules/ctc/service/CtcUserService.java | chengmaotao/daichaocms | b225c48620b64589f97bfc42a463b27e402ee353 | [
"Apache-1.1"
] | 8 | 2020-05-15T21:53:32.000Z | 2021-08-25T15:45:13.000Z | src/main/java/com/thinkgem/jeesite/modules/ctc/service/CtcUserService.java | chengmaotao/daichaocms | b225c48620b64589f97bfc42a463b27e402ee353 | [
"Apache-1.1"
] | null | null | null | 29.117647 | 155 | 0.674074 | 19,157 | /**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.ctc.service;
import java.math.BigDecimal;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import com.thinkgem.jeesite.common.utils... |
3e2d3a68c2b93e8a52dd2cdf2362cedef6a732d3 | 246 | java | Java | Java_OOP_2021/src/DesignPatterns/Exercise/command/HeatingSystem.java | lmarinov/Java_Basics_And_Advanced_Repo | e08e4f2ee3c1e6e1e47172cdee9ae3cbfa514f15 | [
"MIT"
] | null | null | null | Java_OOP_2021/src/DesignPatterns/Exercise/command/HeatingSystem.java | lmarinov/Java_Basics_And_Advanced_Repo | e08e4f2ee3c1e6e1e47172cdee9ae3cbfa514f15 | [
"MIT"
] | null | null | null | Java_OOP_2021/src/DesignPatterns/Exercise/command/HeatingSystem.java | lmarinov/Java_Basics_And_Advanced_Repo | e08e4f2ee3c1e6e1e47172cdee9ae3cbfa514f15 | [
"MIT"
] | null | null | null | 20.5 | 53 | 0.650407 | 19,158 | package DesignPatterns.Exercise.command;
public class HeatingSystem {
public void turnOn(){
System.out.println("Heating is turned on.");
}
public void turnOff(){
System.out.println("Heating is turned off.");
}
}
|
3e2d3b1cef2cc1ba97e10f3ce5051e53ec02f658 | 465 | java | Java | yugandhar-open-mdmhub-ews/yugandhar-mdmhub-component-ews/src/main/java/com/yugandhar/jms/YugJMSAppConfig.java | yugandharproject/yugandhar-open-mdmhub | 1672a6e0551d94a857366d5393603175020c7297 | [
"Apache-2.0"
] | 1 | 2018-06-20T09:05:38.000Z | 2018-06-20T09:05:38.000Z | yugandhar-open-mdmhub-ews/yugandhar-mdmhub-component-ews/src/main/java/com/yugandhar/jms/YugJMSAppConfig.java | yugandharproject/yugandhar-open-mdmhub | 1672a6e0551d94a857366d5393603175020c7297 | [
"Apache-2.0"
] | null | null | null | yugandhar-open-mdmhub-ews/yugandhar-mdmhub-component-ews/src/main/java/com/yugandhar/jms/YugJMSAppConfig.java | yugandharproject/yugandhar-open-mdmhub | 1672a6e0551d94a857366d5393603175020c7297 | [
"Apache-2.0"
] | null | null | null | 31 | 90 | 0.832258 | 19,159 | package com.yugandhar.jms;
import org.springframework.context.annotation.Configuration;
import org.springframework.jms.annotation.EnableJms;
@Configuration
@EnableJms
public class YugJMSAppConfig {
public static final String QUEUE_YUG_DEFAULT_SYNC_REQUEST = "YUG.DEFAULT.SYNC.REQUEST";
public static final String QUE... |
3e2d3b79ac4059956942bc9c480ee849929edf41 | 1,517 | java | Java | plugins/org.jkiss.dbeaver.model.sql/src/org/jkiss/dbeaver/model/text/parser/TPCharacterScanner.java | Cynyard999/dbeaver | 29b44b16cfb5291c96fdec1a1a50e6b76e1c1d68 | [
"Apache-2.0"
] | 22,779 | 2017-12-23T15:47:03.000Z | 2022-03-31T15:48:15.000Z | plugins/org.jkiss.dbeaver.model.sql/src/org/jkiss/dbeaver/model/text/parser/TPCharacterScanner.java | Cynyard999/dbeaver | 29b44b16cfb5291c96fdec1a1a50e6b76e1c1d68 | [
"Apache-2.0"
] | 10,922 | 2017-12-23T12:01:39.000Z | 2022-03-31T23:52:18.000Z | plugins/org.jkiss.dbeaver.model.sql/src/org/jkiss/dbeaver/model/text/parser/TPCharacterScanner.java | Cynyard999/dbeaver | 29b44b16cfb5291c96fdec1a1a50e6b76e1c1d68 | [
"Apache-2.0"
] | 2,552 | 2017-12-26T21:31:27.000Z | 2022-03-31T09:05:03.000Z | 26.614035 | 75 | 0.666447 | 19,160 | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2021 DBeaver Corp and others
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... |
3e2d3bde022612c289eefed696153fa67e90dd3f | 8,144 | java | Java | nifi-asymmetrik-standard-bundle/nifi-asymmetrik-standard-processors/src/main/java/com/asymmetrik/nifi/processors/RetryCounter.java | Asymmetrik/nifi-nar-bundles | 0cd22d848a1d41f753a89efd278638c823c8b5a4 | [
"Apache-2.0"
] | 14 | 2017-09-14T00:33:26.000Z | 2021-07-29T17:35:27.000Z | nifi-asymmetrik-standard-bundle/nifi-asymmetrik-standard-processors/src/main/java/com/asymmetrik/nifi/processors/RetryCounter.java | Asymmetrik/nifi-nar-bundles | 0cd22d848a1d41f753a89efd278638c823c8b5a4 | [
"Apache-2.0"
] | 47 | 2017-09-14T21:18:30.000Z | 2021-12-03T18:17:32.000Z | nifi-asymmetrik-standard-bundle/nifi-asymmetrik-standard-processors/src/main/java/com/asymmetrik/nifi/processors/RetryCounter.java | Asymmetrik/nifi-nar-bundles | 0cd22d848a1d41f753a89efd278638c823c8b5a4 | [
"Apache-2.0"
] | null | null | null | 46.804598 | 181 | 0.712672 | 19,161 | /*
* 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 ... |
3e2d3c2ea2d1db35d816f85d44f70926d4bf3c15 | 1,347 | java | Java | demo-core/src/net/mgsx/game/examples/shmup/component/Enemy.java | mgsx-dev/gdx-kit | 43d1bcb612d595a3cf2a1862db72f05de97b6fe2 | [
"Apache-2.0"
] | 2 | 2018-02-16T23:09:21.000Z | 2019-01-16T17:22:35.000Z | demo-core/src/net/mgsx/game/examples/shmup/component/Enemy.java | mgsx-dev/box2d-editor | 43d1bcb612d595a3cf2a1862db72f05de97b6fe2 | [
"Apache-2.0"
] | 5 | 2017-02-09T22:49:47.000Z | 2017-03-23T12:42:36.000Z | demo-core/src/net/mgsx/game/examples/shmup/component/Enemy.java | mgsx-dev/box2d-editor | 43d1bcb612d595a3cf2a1862db72f05de97b6fe2 | [
"Apache-2.0"
] | 1 | 2019-12-05T04:01:06.000Z | 2019-12-05T04:01:06.000Z | 29.933333 | 93 | 0.780995 | 19,162 | package net.mgsx.game.examples.shmup.component;
import com.badlogic.ashley.core.Component;
import com.badlogic.ashley.core.ComponentMapper;
import com.badlogic.gdx.utils.Array;
import com.badlogic.gdx.utils.Pool.Poolable;
import net.mgsx.game.blueprint.model.Graph;
import net.mgsx.game.blueprint.model.Graph.CopyStrat... |
3e2d3d52bc3a88d0fc585938d7eb05d7dfb5b34f | 1,563 | java | Java | src/main/java/com/newardassociates/hearts/Deck.java | tedneward/Hearts | df41684767451366d2645a20c9f3b78e23c95a26 | [
"Unlicense"
] | null | null | null | src/main/java/com/newardassociates/hearts/Deck.java | tedneward/Hearts | df41684767451366d2645a20c9f3b78e23c95a26 | [
"Unlicense"
] | null | null | null | src/main/java/com/newardassociates/hearts/Deck.java | tedneward/Hearts | df41684767451366d2645a20c9f3b78e23c95a26 | [
"Unlicense"
] | null | null | null | 27.910714 | 92 | 0.622521 | 19,163 | package com.newardassociates.hearts;
import com.google.common.collect.Iterables;
import com.google.common.collect.Lists;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import static com.google.common.base.Preconditions.*;
public class Deck
implemen... |
3e2d402553033e54e19d48ef8a8f8572181abdcc | 16,157 | java | Java | java/compiler/impl/testSrc/com/intellij/compiler/BaseCompilerTestCase.java | teddywest32/intellij-community | e0268d7a1da1d318b441001448cdd3e8929b2f29 | [
"Apache-2.0"
] | null | null | null | java/compiler/impl/testSrc/com/intellij/compiler/BaseCompilerTestCase.java | teddywest32/intellij-community | e0268d7a1da1d318b441001448cdd3e8929b2f29 | [
"Apache-2.0"
] | null | null | null | java/compiler/impl/testSrc/com/intellij/compiler/BaseCompilerTestCase.java | teddywest32/intellij-community | e0268d7a1da1d318b441001448cdd3e8929b2f29 | [
"Apache-2.0"
] | null | null | null | 35.98441 | 146 | 0.707186 | 19,164 | /*
* Copyright 2000-2016 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... |
3e2d406bbd17bc8b79966b1dd64d5d6ee4535fde | 3,529 | java | Java | platform/lang-impl/src/com/intellij/ide/actions/runAnything/RunAnythingCache.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2019-04-28T07:48:50.000Z | 2020-12-11T14:18:08.000Z | platform/lang-impl/src/com/intellij/ide/actions/runAnything/RunAnythingCache.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2022-02-19T09:45:05.000Z | 2022-02-27T20:32:55.000Z | platform/lang-impl/src/com/intellij/ide/actions/runAnything/RunAnythingCache.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2020-03-15T08:57:37.000Z | 2020-04-07T04:48:14.000Z | 36.760417 | 140 | 0.740436 | 19,165 | // Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.ide.actions.runAnything;
import com.intellij.ide.actions.runAnything.activity.RunAnythingProvider;
import com.intellij.ide.actions.runAnything.groups.RunAnyt... |
3e2d40dcb2daceeaf2e2657823f45064fb30dc57 | 2,239 | java | Java | mt-access/src/main/java/com/mt/access/resource/UtilityResource.java | publicdevop2019/mt-admin | 185534c4eac5943d9a58795ada31712e923c5069 | [
"Apache-2.0"
] | 20 | 2022-01-07T23:24:40.000Z | 2022-03-31T03:54:56.000Z | mt-access/src/main/java/com/mt/access/resource/UtilityResource.java | publicdevop2019/mt-admin | 185534c4eac5943d9a58795ada31712e923c5069 | [
"Apache-2.0"
] | null | null | null | mt-access/src/main/java/com/mt/access/resource/UtilityResource.java | publicdevop2019/mt-admin | 185534c4eac5943d9a58795ada31712e923c5069 | [
"Apache-2.0"
] | 5 | 2022-02-19T02:04:19.000Z | 2022-03-30T08:35:22.000Z | 29.853333 | 81 | 0.685574 | 19,166 | package com.mt.access.resource;
import com.mt.access.application.ApplicationServiceRegistry;
import com.mt.access.application.registry.RegistryCardRepresentation;
import com.mt.common.domain.CommonDomainRegistry;
import java.util.List;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.ResponseEntity;
i... |
3e2d40ec18a10b10747f52ad6de3978d07ceca80 | 1,321 | java | Java | src/main/java/com/feng/project/system/dict/dao/IDictDataDao.java | IMSTang/IMS | f0d350b71916929a9e08eaa4752abe33c342b770 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/feng/project/system/dict/dao/IDictDataDao.java | IMSTang/IMS | f0d350b71916929a9e08eaa4752abe33c342b770 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/feng/project/system/dict/dao/IDictDataDao.java | IMSTang/IMS | f0d350b71916929a9e08eaa4752abe33c342b770 | [
"Apache-2.0"
] | null | null | null | 17.851351 | 68 | 0.596518 | 19,167 | package com.feng.project.system.dict.dao;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Mapper;
import com.feng.project.system.dict.domain.DictData;
/**
* 字典表 数据层
*
* @author feng
*/
@Mapper
public interface IDictDataDao
{
/**
* 根据条件分页查询字典数据
*
* @param di... |
3e2d41fcd30e719ca8e801143f38acb41387c4e3 | 1,023 | java | Java | voms-admin-server/src/main/java/org/glite/security/voms/admin/event/vo/admin/AdminCreatedEvent.java | italiangrid/voms-admin-server | 26fdc5f9da0a4ace7a33e419ae852b5a9bff71fe | [
"Apache-2.0"
] | null | null | null | voms-admin-server/src/main/java/org/glite/security/voms/admin/event/vo/admin/AdminCreatedEvent.java | italiangrid/voms-admin-server | 26fdc5f9da0a4ace7a33e419ae852b5a9bff71fe | [
"Apache-2.0"
] | 14 | 2015-03-10T09:35:20.000Z | 2021-04-19T19:16:31.000Z | voms-admin-server/src/main/java/org/glite/security/voms/admin/event/vo/admin/AdminCreatedEvent.java | italiangrid/voms-admin-server | 26fdc5f9da0a4ace7a33e419ae852b5a9bff71fe | [
"Apache-2.0"
] | 6 | 2015-01-19T17:34:06.000Z | 2019-03-20T22:02:37.000Z | 34.1 | 75 | 0.752688 | 19,168 | /**
* Copyright (c) Istituto Nazionale di Fisica Nucleare (INFN). 2006-2016
*
* 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
*
* Unl... |
3e2d43fb968a46c048d52d222080c8e4c4283bac | 3,884 | java | Java | modules/wisdom-core/src/test/java/com/javahelps/wisdom/core/event/StreamTest.java | slgobinath/wisdom | 6cae865d4b2b45ccc2078a294bcc0fd1e5f8216d | [
"Apache-2.0"
] | 4 | 2019-01-02T20:22:57.000Z | 2020-06-22T05:50:16.000Z | modules/wisdom-core/src/test/java/com/javahelps/wisdom/core/event/StreamTest.java | slgobinath/wisdom | 6cae865d4b2b45ccc2078a294bcc0fd1e5f8216d | [
"Apache-2.0"
] | null | null | null | modules/wisdom-core/src/test/java/com/javahelps/wisdom/core/event/StreamTest.java | slgobinath/wisdom | 6cae865d4b2b45ccc2078a294bcc0fd1e5f8216d | [
"Apache-2.0"
] | 2 | 2019-03-16T02:48:20.000Z | 2020-12-20T02:28:19.000Z | 44.136364 | 113 | 0.61586 | 19,169 | /*
* Copyright (c) 2018, Gobinath Loganathan (http://github.com/slgobinath) All Rights Reserved.
*
* Gobinath licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. In addition, if you are using
* this file in your rese... |
3e2d44981a4b43365fd7d56a58dba9f08dbf48f3 | 874 | java | Java | src/Practice/ReverseA32BitGivenNumber.java | manxist256/MovingBit | 793ac93b647a888dccbd86891244ff79f0f5451e | [
"Apache-2.0"
] | 1 | 2018-12-05T12:44:13.000Z | 2018-12-05T12:44:13.000Z | src/Practice/ReverseA32BitGivenNumber.java | manxist256/MovingBit | 793ac93b647a888dccbd86891244ff79f0f5451e | [
"Apache-2.0"
] | null | null | null | src/Practice/ReverseA32BitGivenNumber.java | manxist256/MovingBit | 793ac93b647a888dccbd86891244ff79f0f5451e | [
"Apache-2.0"
] | null | null | null | 29.133333 | 105 | 0.597254 | 19,170 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Practice;
import java.util.Scanner;
/**
*
* @author mankank
*/
public class ReverseA32BitGivenNumber {
public static v... |
3e2d460b80c44e5af7594e8a70b25155e0102277 | 2,142 | java | Java | src/test/java/com/ibm/cloud/sdk/core/util/ByteArrayTypeAdapterTest.java | HildoYe/java-sdk-core | a3b79aba3e68ae2b4e6226429246b7b49bce132c | [
"Apache-2.0"
] | 14 | 2019-07-11T13:45:38.000Z | 2021-08-15T14:56:53.000Z | src/test/java/com/ibm/cloud/sdk/core/util/ByteArrayTypeAdapterTest.java | HildoYe/java-sdk-core | a3b79aba3e68ae2b4e6226429246b7b49bce132c | [
"Apache-2.0"
] | 129 | 2019-02-13T14:05:01.000Z | 2022-03-21T14:01:04.000Z | src/test/java/com/ibm/cloud/sdk/core/util/ByteArrayTypeAdapterTest.java | HildoYe/java-sdk-core | a3b79aba3e68ae2b4e6226429246b7b49bce132c | [
"Apache-2.0"
] | 15 | 2019-06-07T08:58:04.000Z | 2021-12-08T16:43:35.000Z | 29.342466 | 118 | 0.691877 | 19,171 | /**
* (C) Copyright IBM Corp. 2015, 2019.
*
* 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 ... |
3e2d468f847c30a2598a4226fe13f693557645e2 | 6,519 | java | Java | uima-ducc-pullservice/src/main/java/org/apache/uima/ducc/ps/service/dgen/DeployableGeneration.java | abrami/uima-ducc | bf3ed51b1d070761557f660ddc684f851d7b6061 | [
"Apache-2.0"
] | 8 | 2015-07-08T17:53:46.000Z | 2021-11-10T19:00:35.000Z | uima-ducc-pullservice/src/main/java/org/apache/uima/ducc/ps/service/dgen/DeployableGeneration.java | abrami/uima-ducc | bf3ed51b1d070761557f660ddc684f851d7b6061 | [
"Apache-2.0"
] | 2 | 2021-08-25T15:57:48.000Z | 2022-02-01T01:12:04.000Z | uima-ducc-pullservice/src/main/java/org/apache/uima/ducc/ps/service/dgen/DeployableGeneration.java | abrami/uima-ducc | bf3ed51b1d070761557f660ddc684f851d7b6061 | [
"Apache-2.0"
] | 21 | 2015-12-09T21:48:28.000Z | 2021-11-10T19:00:23.000Z | 42.331169 | 125 | 0.731094 | 19,172 | /*
* 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 ... |
3e2d474ab9a65db43d0c0e4e5b3c22935f72eb1d | 1,780 | java | Java | src/main/java/top/spencercjh/home/common/config/WebConfig.java | spencercjh/myHomePage | 617d606e96cbb8700c8cdcd81a12a52a5209cdd6 | [
"Apache-2.0"
] | 1 | 2018-12-17T10:30:09.000Z | 2018-12-17T10:30:09.000Z | src/main/java/top/spencercjh/home/common/config/WebConfig.java | spencercjh/myHomePage | 617d606e96cbb8700c8cdcd81a12a52a5209cdd6 | [
"Apache-2.0"
] | null | null | null | src/main/java/top/spencercjh/home/common/config/WebConfig.java | spencercjh/myHomePage | 617d606e96cbb8700c8cdcd81a12a52a5209cdd6 | [
"Apache-2.0"
] | null | null | null | 38.695652 | 103 | 0.778652 | 19,173 | package top.spencercjh.home.common.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.CacheControl;
import org.springframework.http.converter.HttpMessageConverter;
import org.springframework.http.converter.StringHttpM... |
3e2d47bd71e3924d7e64514d7a47b962da7da0a5 | 14,627 | java | Java | uxcrm-ofbiz/generated-entity-service/src/main/java/org/apache/ofbiz/accounting/ledger/service/base/GlAccountTypeBaseService.java | yuri0x7c1/uxerp | 1a0bf4649bee0a3a62e486a9d6de26f1d25d540f | [
"Apache-2.0"
] | null | null | null | uxcrm-ofbiz/generated-entity-service/src/main/java/org/apache/ofbiz/accounting/ledger/service/base/GlAccountTypeBaseService.java | yuri0x7c1/uxerp | 1a0bf4649bee0a3a62e486a9d6de26f1d25d540f | [
"Apache-2.0"
] | null | null | null | uxcrm-ofbiz/generated-entity-service/src/main/java/org/apache/ofbiz/accounting/ledger/service/base/GlAccountTypeBaseService.java | yuri0x7c1/uxerp | 1a0bf4649bee0a3a62e486a9d6de26f1d25d540f | [
"Apache-2.0"
] | null | null | null | 30.989407 | 76 | 0.718603 | 19,174 | package org.apache.ofbiz.accounting.ledger.service.base;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Component;
import org.apache.ofbiz.common.ExecuteFindService.In;
import org.apache.ofbiz.common.ExecuteFindService.Out;
import org.apache.ofbiz.common.ExecuteFindService;
import java.util.Ar... |
3e2d4867c8f4d3469b6b96a301532617b526c518 | 9,688 | java | Java | src/main/java/com/yjz/microweb/util/ExpandJar.java | biw4ever/microweb | 5ce0ff67973c15942632aa7af5e9782d09d9f8c6 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/yjz/microweb/util/ExpandJar.java | biw4ever/microweb | 5ce0ff67973c15942632aa7af5e9782d09d9f8c6 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/yjz/microweb/util/ExpandJar.java | biw4ever/microweb | 5ce0ff67973c15942632aa7af5e9782d09d9f8c6 | [
"Apache-2.0"
] | null | null | null | 33.874126 | 131 | 0.534269 | 19,175 | package com.yjz.microweb.util;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.JarURLConnection;
import java.net.URL;
import java.nio.channels.FileChannel;
import java.util... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.