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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e2abd6f9eb298c0b68b4c26a0b6ec69716d5f3c | 351 | java | Java | mobile_app1/module608/src/main/java/module608packageJava0/Foo748.java | HiWong/android-build-eval | d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6 | [
"Apache-2.0"
] | 70 | 2021-01-22T16:48:06.000Z | 2022-02-16T10:37:33.000Z | mobile_app1/module608/src/main/java/module608packageJava0/Foo748.java | HiWong/android-build-eval | d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6 | [
"Apache-2.0"
] | 16 | 2021-01-22T20:52:52.000Z | 2021-08-09T17:51:24.000Z | mobile_app1/module608/src/main/java/module608packageJava0/Foo748.java | HiWong/android-build-eval | d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6 | [
"Apache-2.0"
] | 5 | 2021-01-26T13:53:49.000Z | 2021-08-11T20:10:57.000Z | 11.7 | 46 | 0.592593 | 18,071 | package module608packageJava0;
import java.lang.Integer;
public class Foo748 {
Integer int0;
Integer int1;
public void foo0() {
new module608packageJava0.Foo747().foo4();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public v... |
3e2abd9328781f9142318497ca473d1dde732710 | 1,625 | java | Java | PA6 - Priority Queue/starter/MyPriorityQueue.java | Tekunalogy/Basic-Data-Structures-in-Java | 5f415bcd8a11abd8b2736364b8a36414139b9a7b | [
"MIT"
] | null | null | null | PA6 - Priority Queue/starter/MyPriorityQueue.java | Tekunalogy/Basic-Data-Structures-in-Java | 5f415bcd8a11abd8b2736364b8a36414139b9a7b | [
"MIT"
] | null | null | null | PA6 - Priority Queue/starter/MyPriorityQueue.java | Tekunalogy/Basic-Data-Structures-in-Java | 5f415bcd8a11abd8b2736364b8a36414139b9a7b | [
"MIT"
] | null | null | null | 20.3125 | 76 | 0.595077 | 18,072 | //NAME: Kunal Singla
// ID: A15799385
// EMAIL: efpyi@example.com
/**
* A custom implementation of Priority Queue
*/
import java.util.Collection;
/**
* Class MyPriorityQueue
* Uses a MyMinHeap for implementation.
*/
public class MyPriorityQueue<E extends Comparable<E>>
{
protected MyMinHeap<E> heap;
/**... |
3e2abdc3bc3a6993d869011aa9fd4b6501897390 | 1,692 | java | Java | presto-spark-base/src/main/java/com/facebook/presto/spark/planner/PrestoSparkSubPlan.java | ahouzheng/presto | c2ac1469eea9da9c6e29c8c4d43e00b851400c8b | [
"Apache-2.0"
] | 9,782 | 2016-03-18T15:16:19.000Z | 2022-03-31T07:49:41.000Z | presto-spark-base/src/main/java/com/facebook/presto/spark/planner/PrestoSparkSubPlan.java | ahouzheng/presto | c2ac1469eea9da9c6e29c8c4d43e00b851400c8b | [
"Apache-2.0"
] | 10,310 | 2016-03-18T01:03:00.000Z | 2022-03-31T23:54:08.000Z | presto-spark-base/src/main/java/com/facebook/presto/spark/planner/PrestoSparkSubPlan.java | ahouzheng/presto | c2ac1469eea9da9c6e29c8c4d43e00b851400c8b | [
"Apache-2.0"
] | 3,803 | 2016-03-18T22:54:24.000Z | 2022-03-31T07:49:46.000Z | 31.924528 | 117 | 0.735225 | 18,073 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
3e2abe85296ac02debb516eb25160d2b722b3fe7 | 5,232 | java | Java | unirest/src/test/java/BehaviorTests/TimeoutTests.java | OpenUnirest/unirest-java | c2baad31cbb3b728236748fa5d3d07f89d15b491 | [
"MIT"
] | 57 | 2018-03-20T16:15:01.000Z | 2019-05-07T12:09:35.000Z | unirest/src/test/java/BehaviorTests/TimeoutTests.java | OpenUnirest/unirest-java | c2baad31cbb3b728236748fa5d3d07f89d15b491 | [
"MIT"
] | 57 | 2018-03-02T19:01:53.000Z | 2019-02-19T03:20:24.000Z | unirest/src/test/java/BehaviorTests/TimeoutTests.java | OpenUnirest/unirest-java | c2baad31cbb3b728236748fa5d3d07f89d15b491 | [
"MIT"
] | 17 | 2018-05-09T10:40:12.000Z | 2021-11-19T01:41:36.000Z | 35.114094 | 127 | 0.641628 | 18,074 | /**
* The MIT License
*
* Copyright for portions of OpenUnirest/uniresr-java are held by Kong Inc (c) 2013 as part of Kong/unirest-java.
*
* 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 Softwa... |
3e2abee9335f58750d80887f65ac967cc3a94e03 | 1,145 | java | Java | src/main/java/com/baidu/mobstat/C0488c.java | MilkyBoat/present-for-best-TA | e992b3624e253b27cfb2b575651907854c22474a | [
"MIT"
] | 12 | 2019-09-27T10:39:40.000Z | 2022-01-06T14:31:48.000Z | src/main/java/com/baidu/mobstat/C0488c.java | MilkyBoat/present-for-best-TA | e992b3624e253b27cfb2b575651907854c22474a | [
"MIT"
] | null | null | null | src/main/java/com/baidu/mobstat/C0488c.java | MilkyBoat/present-for-best-TA | e992b3624e253b27cfb2b575651907854c22474a | [
"MIT"
] | 5 | 2019-09-27T11:57:40.000Z | 2022-01-06T14:33:32.000Z | 30.131579 | 70 | 0.566812 | 18,075 | package com.baidu.mobstat;
import com.androlua.BuildConfig;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
/* renamed from: com.baidu.mobstat.c */
public final class C0488c {
/* renamed from: a */
public static String m3012a(byte[] bArr, String str, boolean z) {
Str... |
3e2abf519b2af1f1edc0688d3d23ab176fe4b595 | 295 | java | Java | kaigian-portal/src/main/java/pers/brian/mall/component/trade/alipay/model/hb/HbStatus.java | Brian9725/kaigian-mall | f31d1a6c418235f94ca8daf6435b874db87d03d8 | [
"Apache-2.0"
] | null | null | null | kaigian-portal/src/main/java/pers/brian/mall/component/trade/alipay/model/hb/HbStatus.java | Brian9725/kaigian-mall | f31d1a6c418235f94ca8daf6435b874db87d03d8 | [
"Apache-2.0"
] | 4 | 2021-11-12T01:47:42.000Z | 2022-01-27T02:41:07.000Z | kaigian-portal/src/main/java/pers/brian/mall/component/trade/alipay/model/hb/HbStatus.java | Brian9725/kaigian-mall | f31d1a6c418235f94ca8daf6435b874db87d03d8 | [
"Apache-2.0"
] | null | null | null | 12.826087 | 56 | 0.562712 | 18,076 | package pers.brian.mall.component.trade.alipay.model.hb;
/**
* Created by liuyangkly on 15/8/27.
*/
public enum HbStatus {
S // 交易成功(包括支付宝返回“处理中”)
,I // 支付宝返回处理中
,F // 支付宝返回失败
,P // POSP返回失败,或商户系统失败
,X // 建立连接异常
,Y // 报文上送异常
,Z // 报文接收异常
,C // 收银员取消
}
|
3e2ac186be78516460171f9c3c450cfe5129dc30 | 6,189 | java | Java | titus-server-federation/src/test/java/com/netflix/titus/federation/endpoint/rest/FederationV2CapacityGroupResourceTest.java | backwardn/titus-control-plane | 9b81a9bcba65ac6fa7e18dc93422c2a746c479b6 | [
"Apache-2.0"
] | 313 | 2018-04-18T16:51:10.000Z | 2022-03-11T02:07:48.000Z | titus-server-federation/src/test/java/com/netflix/titus/federation/endpoint/rest/FederationV2CapacityGroupResourceTest.java | backwardn/titus-control-plane | 9b81a9bcba65ac6fa7e18dc93422c2a746c479b6 | [
"Apache-2.0"
] | 106 | 2018-06-11T22:17:05.000Z | 2022-03-22T21:06:05.000Z | titus-server-federation/src/test/java/com/netflix/titus/federation/endpoint/rest/FederationV2CapacityGroupResourceTest.java | backwardn/titus-control-plane | 9b81a9bcba65ac6fa7e18dc93422c2a746c479b6 | [
"Apache-2.0"
] | 73 | 2018-04-18T16:53:07.000Z | 2021-12-31T05:21:25.000Z | 38.68125 | 116 | 0.709969 | 18,077 | /*
* Copyright 2019 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... |
3e2ac2216b9deee5140b0acd0a50bbd69b784cc8 | 1,362 | java | Java | src/main/java/com/tolstoy/basic/api/tweet/ITweetUser.java | TolstoyDotCom/more-speech | b4e5f152670d3788a9ee21cd2c4a13f5ea331674 | [
"Apache-2.0"
] | 2 | 2018-08-19T06:31:25.000Z | 2020-07-24T10:38:49.000Z | src/main/java/com/tolstoy/basic/api/tweet/ITweetUser.java | TolstoyDotCom/more-speech | b4e5f152670d3788a9ee21cd2c4a13f5ea331674 | [
"Apache-2.0"
] | 4 | 2018-08-19T10:38:28.000Z | 2021-12-10T00:47:11.000Z | src/main/java/com/tolstoy/basic/api/tweet/ITweetUser.java | TolstoyDotCom/more-speech | b4e5f152670d3788a9ee21cd2c4a13f5ea331674 | [
"Apache-2.0"
] | 2 | 2018-09-01T20:56:56.000Z | 2019-04-13T13:20:33.000Z | 32.428571 | 100 | 0.76138 | 18,078 | /*
* Copyright 2018 Chris Kelly
*
* 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 writ... |
3e2ac248dd9136130485029baa3ac624a8e93676 | 8,175 | java | Java | hello-spring-cloud-alibaba-nacos-provider/src/test/java/com/zlm/hello/spring/cloud/alibaba/nacos/provider/Demo.java | ctrlshifto/hello-spring-cloud-alibaba | 5ca271d68c99b330f9e2f402862a83d09245af66 | [
"Apache-2.0"
] | 1 | 2021-01-08T11:09:50.000Z | 2021-01-08T11:09:50.000Z | hello-spring-cloud-alibaba-nacos-provider/src/test/java/com/zlm/hello/spring/cloud/alibaba/nacos/provider/Demo.java | ctrlshifto/hello-spring-cloud-alibaba | 5ca271d68c99b330f9e2f402862a83d09245af66 | [
"Apache-2.0"
] | null | null | null | hello-spring-cloud-alibaba-nacos-provider/src/test/java/com/zlm/hello/spring/cloud/alibaba/nacos/provider/Demo.java | ctrlshifto/hello-spring-cloud-alibaba | 5ca271d68c99b330f9e2f402862a83d09245af66 | [
"Apache-2.0"
] | null | null | null | 35.237069 | 109 | 0.534679 | 18,079 | package com.zlm.hello.spring.cloud.alibaba.nacos.provider;
import cn.hutool.core.bean.BeanUtil;
import com.zlm.hello.spring.cloud.alibaba.nacos.provider.model.Order;
import com.zlm.hello.spring.cloud.alibaba.nacos.provider.model.User;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
impor... |
3e2ac275c6bc12e28649e04507da379be94f9283 | 684 | java | Java | robert.reversi-v5web/src/main/java/robert/reversi_v5web/Controllers/RevMaVController.java | RobertPod/reversi | 47eac8ded4b233cad91798f839ef4e6006ca8caf | [
"Apache-2.0"
] | null | null | null | robert.reversi-v5web/src/main/java/robert/reversi_v5web/Controllers/RevMaVController.java | RobertPod/reversi | 47eac8ded4b233cad91798f839ef4e6006ca8caf | [
"Apache-2.0"
] | null | null | null | robert.reversi-v5web/src/main/java/robert/reversi_v5web/Controllers/RevMaVController.java | RobertPod/reversi | 47eac8ded4b233cad91798f839ef4e6006ca8caf | [
"Apache-2.0"
] | null | null | null | 27.36 | 62 | 0.774854 | 18,080 | package robert.reversi_v5web.Controllers;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.servlet.ModelAndView;
@Controller
@RequestMapping("/welcome")
public c... |
3e2ac36a7ec7f934965ffc1b1bb5bdc9432827aa | 5,801 | java | Java | app/src/main/java/com/example/pz/webviewstudy/MainActivity.java | AndroidPZ/ByWebView | f86088c9e90b955b9f07c67d76dd711967dbebc1 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/pz/webviewstudy/MainActivity.java | AndroidPZ/ByWebView | f86088c9e90b955b9f07c67d76dd711967dbebc1 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/pz/webviewstudy/MainActivity.java | AndroidPZ/ByWebView | f86088c9e90b955b9f07c67d76dd711967dbebc1 | [
"Apache-2.0"
] | null | null | null | 36.031056 | 118 | 0.640062 | 18,081 | package com.example.pz.webviewstudy;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.view.KeyEvent;
import android.view.Menu;
import a... |
3e2ac3cd9052c2ef73c88389ac6cd55aace00e36 | 297 | java | Java | appointment-app/app/src/main/java/edu/pdx/cs410J/haeyoon/Help.java | hchang18/advanced-java | d9674a19b11cb1008b7ee977c3f1d823d4ece97f | [
"Apache-2.0"
] | null | null | null | appointment-app/app/src/main/java/edu/pdx/cs410J/haeyoon/Help.java | hchang18/advanced-java | d9674a19b11cb1008b7ee977c3f1d823d4ece97f | [
"Apache-2.0"
] | null | null | null | appointment-app/app/src/main/java/edu/pdx/cs410J/haeyoon/Help.java | hchang18/advanced-java | d9674a19b11cb1008b7ee977c3f1d823d4ece97f | [
"Apache-2.0"
] | null | null | null | 19.8 | 56 | 0.73064 | 18,082 | package edu.pdx.cs410J.haeyoon;
import android.app.Activity;
import android.os.Bundle;
public class Help extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.help_layout);
}
}
|
3e2ac3d199ecce8fa4e2dcbc9878195e47694adc | 4,906 | java | Java | Deploy_BlogPessoal/src/test/java/com/generation/BlogPessoal/Controller/UsuarioControllerTest.java | Marcosdalves/Generation | 8dfe46f3a143695a845df95a2dd9b0a6f992685a | [
"Apache-2.0"
] | null | null | null | Deploy_BlogPessoal/src/test/java/com/generation/BlogPessoal/Controller/UsuarioControllerTest.java | Marcosdalves/Generation | 8dfe46f3a143695a845df95a2dd9b0a6f992685a | [
"Apache-2.0"
] | null | null | null | Deploy_BlogPessoal/src/test/java/com/generation/BlogPessoal/Controller/UsuarioControllerTest.java | Marcosdalves/Generation | 8dfe46f3a143695a845df95a2dd9b0a6f992685a | [
"Apache-2.0"
] | null | null | null | 36.306569 | 114 | 0.760354 | 18,083 | package com.generation.BlogPessoal.Controller;
import static org.junit.jupiter.api.Assertions.assertEquals;
import java.util.Optional;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.MethodOrderer;
import org.junit.jupiter.api.Order;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.... |
3e2ac43a4e7ce686ca85293edcf1b13a427311ea | 1,899 | java | Java | cardChecker/src/test/java/org/solent/oodd/cardchecker/CardCompanyTest.java | 5hawks48/COM528-Assignment1 | edda10ca3c1cb1ef3d81132930c11f2bebe8e7f0 | [
"Apache-2.0"
] | null | null | null | cardChecker/src/test/java/org/solent/oodd/cardchecker/CardCompanyTest.java | 5hawks48/COM528-Assignment1 | edda10ca3c1cb1ef3d81132930c11f2bebe8e7f0 | [
"Apache-2.0"
] | 6 | 2021-11-12T11:51:01.000Z | 2021-11-18T20:10:55.000Z | cardChecker/src/test/java/org/solent/oodd/cardchecker/CardCompanyTest.java | 5hawks48/COM528-Assignment1 | edda10ca3c1cb1ef3d81132930c11f2bebe8e7f0 | [
"Apache-2.0"
] | 6 | 2021-11-09T10:14:02.000Z | 2021-11-18T12:20:24.000Z | 32.254237 | 90 | 0.659485 | 18,084 | /*
* Copyright 2021 Steven Hawkins .
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... |
3e2ac469c1181154706533db61307d1818aedf94 | 579 | java | Java | src/game/util/Grid.java | connorhazen/GameEngine | 9ff40ff157c5c1a706eff07738cdc7902711b18c | [
"MIT"
] | null | null | null | src/game/util/Grid.java | connorhazen/GameEngine | 9ff40ff157c5c1a706eff07738cdc7902711b18c | [
"MIT"
] | null | null | null | src/game/util/Grid.java | connorhazen/GameEngine | 9ff40ff157c5c1a706eff07738cdc7902711b18c | [
"MIT"
] | null | null | null | 16.542857 | 48 | 0.746114 | 18,085 | package game.util;
import java.io.Serializable;
import java.util.List;
import java.util.function.Consumer;
public interface Grid extends Serializable {
Cell getCell(Coordinates coords);
Cell getCell(int x, int y);
int getWidth();
int getHeight();
List<MutableCell> getCellsOfState(State s);
void loo... |
3e2ac51505daeeb63f21f75d6a5af3bc4cd441e8 | 2,244 | java | Java | scheduling-manager/src/main/java/com/amazonaws/blox/scheduling/scheduler/engine/SingleTaskScheduler.java | wbingli/blox | 4277032c2619f47c1a4456a2b5a09d768184aceb | [
"Apache-2.0"
] | 1,020 | 2016-12-01T17:55:04.000Z | 2022-03-09T08:24:05.000Z | scheduling-manager/src/main/java/com/amazonaws/blox/scheduling/scheduler/engine/SingleTaskScheduler.java | wbingli/blox | 4277032c2619f47c1a4456a2b5a09d768184aceb | [
"Apache-2.0"
] | 179 | 2016-12-01T18:34:07.000Z | 2021-06-25T12:20:17.000Z | scheduling-manager/src/main/java/com/amazonaws/blox/scheduling/scheduler/engine/SingleTaskScheduler.java | wbingli/blox | 4277032c2619f47c1a4456a2b5a09d768184aceb | [
"Apache-2.0"
] | 112 | 2016-12-01T18:26:42.000Z | 2021-08-01T06:13:07.000Z | 34 | 97 | 0.670677 | 18,086 | /*
* Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may
* not use this file except in compliance with the License. A copy of the
* License is located at
*
* http://aws.amazon.com/apache2.0/
*
* or in the "LICEN... |
3e2ac52299e45a8188119220f5b4ee687711ce27 | 1,698 | java | Java | src/com/interface21/remoting/caucho/BurlapServiceExporter.java | Jacshon/spring-framework-i21 | ed27de6d3e2246b2e6d7538e1fe7f7226d11ec3d | [
"Apache-1.1"
] | 44 | 2017-09-06T02:19:36.000Z | 2022-03-15T13:43:22.000Z | src/com/interface21/remoting/caucho/BurlapServiceExporter.java | Jacshon/spring-framework-i21 | ed27de6d3e2246b2e6d7538e1fe7f7226d11ec3d | [
"Apache-1.1"
] | 1 | 2017-08-29T02:17:07.000Z | 2017-10-10T02:41:46.000Z | src/com/interface21/remoting/caucho/BurlapServiceExporter.java | Jacshon/spring-framework-i21 | ed27de6d3e2246b2e6d7538e1fe7f7226d11ec3d | [
"Apache-1.1"
] | 45 | 2017-07-20T02:50:47.000Z | 2022-01-21T02:27:45.000Z | 29.789474 | 131 | 0.763251 | 18,087 | package com.interface21.remoting.caucho;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.caucho.burlap.io.BurlapInput;
import com.caucho.burlap.io.BurlapOutput;
import com.caucho.burlap.server.B... |
3e2ac5fdf386373f8509ca31417eb3a843c284dc | 1,517 | java | Java | kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/lang/CompilerContext.java | tteofili/drools | 4131eaa70b35a2e64d4a720979fa47d6c67800da | [
"Apache-2.0"
] | 3,631 | 2017-03-14T08:54:05.000Z | 2022-03-31T19:59:10.000Z | kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/lang/CompilerContext.java | tteofili/drools | 4131eaa70b35a2e64d4a720979fa47d6c67800da | [
"Apache-2.0"
] | 2,274 | 2017-03-13T14:02:17.000Z | 2022-03-28T17:23:17.000Z | kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/lang/CompilerContext.java | tteofili/drools | 4131eaa70b35a2e64d4a720979fa47d6c67800da | [
"Apache-2.0"
] | 1,490 | 2017-03-14T11:37:37.000Z | 2022-03-31T08:50:22.000Z | 29.745098 | 78 | 0.758075 | 18,088 | /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
3e2ac634578029a1fef74d729b42b1d7e9f58fed | 798 | java | Java | global-oci-coordinator-v2/src/test/java/oci/test/GocicConfigTest.java | marckoerner/oci | 933c6a6b0b24b4da97891039f0e49bade90b9208 | [
"BSD-2-Clause"
] | null | null | null | global-oci-coordinator-v2/src/test/java/oci/test/GocicConfigTest.java | marckoerner/oci | 933c6a6b0b24b4da97891039f0e49bade90b9208 | [
"BSD-2-Clause"
] | null | null | null | global-oci-coordinator-v2/src/test/java/oci/test/GocicConfigTest.java | marckoerner/oci | 933c6a6b0b24b4da97891039f0e49bade90b9208 | [
"BSD-2-Clause"
] | null | null | null | 19.95 | 70 | 0.641604 | 18,089 | package oci.test;
import static org.junit.Assert.*;
import java.io.File;
import java.util.HashSet;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import oci.gocic.GocicConfig;
import oci.gocic.Locic;
public class GocicConfigTest {
private GocicConfig config = null;
@B... |
3e2ac64fce86ffd1ada05d0d534afaa80ccf713b | 764 | java | Java | app/src/main/java/com/studio/simpleweather/MainActivity.java | WindFromFarEast/SimpleWeather | 3f3c14c200f8cd847e668fa7bce9237f87ff281f | [
"Apache-2.0"
] | 2 | 2017-05-27T00:28:18.000Z | 2017-07-23T12:27:51.000Z | app/src/main/java/com/studio/simpleweather/MainActivity.java | WindFromFarEast/SimpleWeather | 3f3c14c200f8cd847e668fa7bce9237f87ff281f | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/studio/simpleweather/MainActivity.java | WindFromFarEast/SimpleWeather | 3f3c14c200f8cd847e668fa7bce9237f87ff281f | [
"Apache-2.0"
] | null | null | null | 29.384615 | 86 | 0.695026 | 18,090 | package com.studio.simpleweather;
import android.content.Intent;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity
{
@Override
protec... |
3e2ac6dc9dd455aa24ef7d1ba497adcc17cf5ad2 | 4,886 | java | Java | junior/pack2_junior/p2_multithreading/ch3_monit_sync/src/main/java/ru/job4j/monitsync/SimpleAdstractList.java | multiscripter/job4j | 2aaaf59c2b4e1d9866395f1247897d5f09f9ef84 | [
"Apache-2.0"
] | 1 | 2018-01-16T11:27:23.000Z | 2018-01-16T11:27:23.000Z | junior/pack2_junior/p2_multithreading/ch3_monit_sync/src/main/java/ru/job4j/monitsync/SimpleAdstractList.java | multiscripter/job4j | 2aaaf59c2b4e1d9866395f1247897d5f09f9ef84 | [
"Apache-2.0"
] | 11 | 2020-07-01T18:39:12.000Z | 2022-02-16T01:11:31.000Z | junior/pack2_junior/p2_multithreading/ch3_monit_sync/src/main/java/ru/job4j/monitsync/SimpleAdstractList.java | multiscripter/job4j | 2aaaf59c2b4e1d9866395f1247897d5f09f9ef84 | [
"Apache-2.0"
] | null | null | null | 29.612121 | 100 | 0.563447 | 18,091 | package ru.job4j.monitsync;
import java.util.Iterator;
import java.util.ListIterator;
import java.util.NoSuchElementException;
/**
* Класс SimpleAdstractList реализует сущность Абстрактный список.
*
* @param <E> параметризированный тип.
* @author Gureyev Ilya (mailto:hzdkv@example.com)
* @version 1
* @since 2017... |
3e2ac7f63da111aea93bf91bbc766669aa2a62b1 | 1,084 | java | Java | src/main/java/uk/gov/hmcts/reform/wataskmonitor/services/jobs/termination/TerminationJob.java | hmcts/wa-monitor-unconfigured-tasks-service | a40271c0be5fafa4dfc840ab52b224a659c7e06f | [
"MIT"
] | null | null | null | src/main/java/uk/gov/hmcts/reform/wataskmonitor/services/jobs/termination/TerminationJob.java | hmcts/wa-monitor-unconfigured-tasks-service | a40271c0be5fafa4dfc840ab52b224a659c7e06f | [
"MIT"
] | 3 | 2021-08-18T17:35:38.000Z | 2022-03-28T08:19:00.000Z | src/main/java/uk/gov/hmcts/reform/wataskmonitor/services/jobs/termination/TerminationJob.java | hmcts/wa-task-monitor | a40271c0be5fafa4dfc840ab52b224a659c7e06f | [
"MIT"
] | null | null | null | 31.882353 | 87 | 0.773985 | 18,092 | package uk.gov.hmcts.reform.wataskmonitor.services.jobs.termination;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import uk.gov.hmcts.reform.wataskmonitor.domain.taskmonitor.JobName;
import uk.gov.hmcts.reform.wataskmo... |
3e2ac7f71a2c0c04ad2ac88970f48cfaf0ec2610 | 6,481 | java | Java | backend/grafioschtrader-server/src/main/java/grafioschtrader/repository/SecurityJpaRepository.java | grafioschtrader/grafioschtrader | 1ea917a39b35c4aacc47ac93e8381bc3cb473a04 | [
"Apache-2.0"
] | 4 | 2021-07-08T07:54:30.000Z | 2022-03-29T12:08:23.000Z | backend/grafioschtrader-server/src/main/java/grafioschtrader/repository/SecurityJpaRepository.java | grafioschtrader/grafioschtrader | 1ea917a39b35c4aacc47ac93e8381bc3cb473a04 | [
"Apache-2.0"
] | 58 | 2021-05-06T07:40:54.000Z | 2022-03-31T06:45:46.000Z | backend/grafioschtrader-server/src/main/java/grafioschtrader/repository/SecurityJpaRepository.java | grafioschtrader/grafioschtrader | 1ea917a39b35c4aacc47ac93e8381bc3cb473a04 | [
"Apache-2.0"
] | 2 | 2021-07-16T00:56:00.000Z | 2021-12-14T17:07:36.000Z | 50.632813 | 142 | 0.804197 | 18,093 | package grafioschtrader.repository;
import java.util.Date;
import java.util.List;
import java.util.Set;
import java.util.stream.Stream;
import org.springframework.data.jpa.repository.EntityGraph;
import org.springframework.data.jpa.repository.EntityGraph.EntityGraphType;
import org.springframework.data.jpa.repository... |
3e2ac92c8da161dffc65c158c35a8da113b0b5ad | 238 | java | Java | jt-manage/jt-manage-mapper/src/main/java/com/jt/manage/mapper/ItemCatMapper.java | ap0810231/jt | 07b707a5770f0394130ce60202861a7b47b911f3 | [
"Apache-2.0"
] | 1 | 2019-12-29T08:11:59.000Z | 2019-12-29T08:11:59.000Z | jt-manage/jt-manage-mapper/src/main/java/com/jt/manage/mapper/ItemCatMapper.java | ap0810231/jt | 07b707a5770f0394130ce60202861a7b47b911f3 | [
"Apache-2.0"
] | null | null | null | jt-manage/jt-manage-mapper/src/main/java/com/jt/manage/mapper/ItemCatMapper.java | ap0810231/jt | 07b707a5770f0394130ce60202861a7b47b911f3 | [
"Apache-2.0"
] | null | null | null | 21.636364 | 58 | 0.798319 | 18,094 | package com.jt.manage.mapper;
import java.util.List;
import com.jt.common.mapper.SysMapper;
import com.jt.manage.pojo.ItemCat;
public interface ItemCatMapper extends SysMapper<ItemCat>{
public List<ItemCat> queryByPid(Integer pid);
}
|
3e2aca4ca3b74b5e0d9ac71a229b2302a6098dc9 | 6,038 | java | Java | html/src/main/java/org/stofkat/battleround/server/authentication/RegisterServlet.java | Leejjon/battleround | 874a16259c48aa37b1db70d7da5b194aeaa1d728 | [
"Apache-2.0"
] | 3 | 2018-07-03T09:39:27.000Z | 2021-03-03T21:36:21.000Z | html/src/main/java/org/stofkat/battleround/server/authentication/RegisterServlet.java | Leejjon/battleround | 874a16259c48aa37b1db70d7da5b194aeaa1d728 | [
"Apache-2.0"
] | 1 | 2018-07-03T07:43:54.000Z | 2018-07-03T09:39:44.000Z | html/src/main/java/org/stofkat/battleround/server/authentication/RegisterServlet.java | Leejjon/battleround | 874a16259c48aa37b1db70d7da5b194aeaa1d728 | [
"Apache-2.0"
] | 1 | 2018-07-03T09:39:30.000Z | 2018-07-03T09:39:30.000Z | 41.07483 | 143 | 0.740974 | 18,095 | package org.stofkat.battleround.server.authentication;
import java.io.IOException;
import java.security.NoSuchAlgorithmException;
import javax.servlet.ServletException;
import javax.servlet.ServletOutputStream;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.h... |
3e2acaa2fbb1fdc617eab78f128329704d33a267 | 684 | java | Java | magisoul-server/magisoul-api/src/main/java/org/magisoul/gcode/api/IGcModuleInfoApi.java | yksky/magisoul | a6f27594ad4dc34f9af47a22573f61113ecc9a5a | [
"Apache-2.0"
] | null | null | null | magisoul-server/magisoul-api/src/main/java/org/magisoul/gcode/api/IGcModuleInfoApi.java | yksky/magisoul | a6f27594ad4dc34f9af47a22573f61113ecc9a5a | [
"Apache-2.0"
] | null | null | null | magisoul-server/magisoul-api/src/main/java/org/magisoul/gcode/api/IGcModuleInfoApi.java | yksky/magisoul | a6f27594ad4dc34f9af47a22573f61113ecc9a5a | [
"Apache-2.0"
] | null | null | null | 29.73913 | 99 | 0.815789 | 18,096 | package org.magisoul.gcode.api;
import org.magisoul.gcode.model.dto.GcModuleInfoDto;
import org.magisoul.gcode.model.query.QueryGcModuleInfoVo;
import org.magisoul.util.model.Pagination;
import org.magisoul.util.model.RespData;
import java.util.List;
public interface IGcModuleInfoApi {
public RespData<String> m... |
3e2acac3d4afab0945e699ce364df51d399b6558 | 762 | java | Java | src/GeeksforGeeksPractice/_0015GetLevelOfANode.java | darshanhs90/Java-HackerRank | da76ccd7851f102712f7d8dfa4659901c5de7a76 | [
"MIT"
] | 3 | 2017-03-04T19:21:28.000Z | 2019-08-09T07:31:34.000Z | src/GeeksforGeeksPractice/_0015GetLevelOfANode.java | darshanhs90/Java-HackerRank | da76ccd7851f102712f7d8dfa4659901c5de7a76 | [
"MIT"
] | null | null | null | src/GeeksforGeeksPractice/_0015GetLevelOfANode.java | darshanhs90/Java-HackerRank | da76ccd7851f102712f7d8dfa4659901c5de7a76 | [
"MIT"
] | 3 | 2017-12-17T10:36:07.000Z | 2022-01-19T19:08:35.000Z | 22.411765 | 70 | 0.646982 | 18,097 | package GeeksforGeeksPractice;
public class _0015GetLevelOfANode {
public static class TreeNode {
int val;
TreeNode left;
TreeNode right;
TreeNode(int x) { val = x; }
}
public static void main(String args[]){
TreeNode tn=new TreeNode(50);
tn.left=new TreeNode(8);
tn.right=new TreeNode(2);
... |
3e2acae4d1665ecdc610510a097f6dac88387a3e | 13,054 | java | Java | src/main/java/SPConsole.java | claymctavish/SPConsole | ae85bfd09507f59426bfaffecf56455e11f877ed | [
"MIT"
] | null | null | null | src/main/java/SPConsole.java | claymctavish/SPConsole | ae85bfd09507f59426bfaffecf56455e11f877ed | [
"MIT"
] | null | null | null | src/main/java/SPConsole.java | claymctavish/SPConsole | ae85bfd09507f59426bfaffecf56455e11f877ed | [
"MIT"
] | null | null | null | 30.147806 | 122 | 0.589245 | 18,098 | package spConsole;
import java.awt.AlphaComposite;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import java.awt.image.LookupOp;
import java.awt.image.ShortLookupTable;
import java.util.Arrays;
import javax.swing.JPanel;
p... |
3e2acb2c8268fc718827ddaa77d25d799600cec3 | 1,409 | java | Java | addressbook-web-tests/src/test/java/ru/sivak/addressbookWebTests/appmanager/HelperBase.java | Linstat/JIT | df652548dd45afa3391c2874d6389eb22a452816 | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/ru/sivak/addressbookWebTests/appmanager/HelperBase.java | Linstat/JIT | df652548dd45afa3391c2874d6389eb22a452816 | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/ru/sivak/addressbookWebTests/appmanager/HelperBase.java | Linstat/JIT | df652548dd45afa3391c2874d6389eb22a452816 | [
"Apache-2.0"
] | null | null | null | 24.293103 | 80 | 0.591199 | 18,099 | package ru.sivak.addressbookWebTests.appmanager;
import org.openqa.selenium.By;
import org.openqa.selenium.NoSuchElementException;
import org.openqa.selenium.WebDriver;
import java.io.File;
public class HelperBase {
public WebDriver wd;
public HelperBase(WebDriver wd) {
this.wd = wd;
}
publ... |
3e2acbf4b598540da203e2e712962f5a3b808db5 | 2,676 | java | Java | src/main/java/com/sparkedhost/pterodactyl4j/client/entities/impl/GenericRootFileImpl.java | SparkedHost/Pterodactyl4J | 3069024fc638dacfe727ee43948992f7896c7ce8 | [
"Apache-2.0"
] | 1 | 2022-03-23T18:47:25.000Z | 2022-03-23T18:47:25.000Z | src/main/java/com/sparkedhost/pterodactyl4j/client/entities/impl/GenericRootFileImpl.java | SparkedHost/Pterodactyl4J | 3069024fc638dacfe727ee43948992f7896c7ce8 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/sparkedhost/pterodactyl4j/client/entities/impl/GenericRootFileImpl.java | SparkedHost/Pterodactyl4J | 3069024fc638dacfe727ee43948992f7896c7ce8 | [
"Apache-2.0"
] | null | null | null | 25.980583 | 94 | 0.654335 | 18,100 | /*
* Copyright 2021 Matt Malec, and the Pterodactyl4J contributors
*
* 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
*
... |
3e2acc5e60bd1ae45d685648e9862ae32dd8493b | 1,990 | java | Java | UserInfo.java | MayurKomar/github-slideshow | ab016ca83951146dd3fede093e6eb9bd68cae8c2 | [
"MIT"
] | null | null | null | UserInfo.java | MayurKomar/github-slideshow | ab016ca83951146dd3fede093e6eb9bd68cae8c2 | [
"MIT"
] | 5 | 2020-07-01T12:37:48.000Z | 2021-09-28T04:21:40.000Z | UserInfo.java | MayurKomar/github-slideshow | ab016ca83951146dd3fede093e6eb9bd68cae8c2 | [
"MIT"
] | null | null | null | 21.397849 | 162 | 0.574874 | 18,101 | package com.example.planmytrip;
public class UserInfo {
String username,email,password,phoneNo,roomNo,price,Latitude,Longitude,city;
public UserInfo(String username, String email, String password, String phoneNo, String roomNo, String price,String latitude, String longitude, String city) {
thi... |
3e2acd81e384736025ed0c048bb02e856b4a7a5f | 687 | java | Java | src/main/java/com/therandomlabs/randomtweaks/ClientProxy.java | TheRandomLabs/RandomTweaks | 6f940dcbaee165ff99b5cd4b5e22c19f6dc8b30a | [
"MIT"
] | 11 | 2017-01-28T13:35:46.000Z | 2021-09-08T15:27:49.000Z | src/main/java/com/therandomlabs/randomtweaks/ClientProxy.java | TheRandomLabs/RandomTweaks | 6f940dcbaee165ff99b5cd4b5e22c19f6dc8b30a | [
"MIT"
] | 71 | 2017-01-29T00:41:13.000Z | 2021-12-03T20:51:57.000Z | src/main/java/com/therandomlabs/randomtweaks/ClientProxy.java | TheRandomLabs/RandomTweaks | 6f940dcbaee165ff99b5cd4b5e22c19f6dc8b30a | [
"MIT"
] | 2 | 2017-01-28T13:35:58.000Z | 2018-06-14T07:22:36.000Z | 25.444444 | 85 | 0.797671 | 18,102 | package com.therandomlabs.randomtweaks;
import com.therandomlabs.randomtweaks.client.CapeHandler;
import com.therandomlabs.randomtweaks.client.NightVisionHandler;
import com.therandomlabs.randomtweaks.common.command.CommandRegistry;
import com.therandomlabs.randomtweaks.config.RTConfig;
public final class ClientProxy... |
3e2acda43c9a3bf27a5985fc8fb7e9c8575b66f8 | 14,069 | java | Java | repast.simphony.visualization/src/repast/simphony/visualization/visualization3D/ShapeFactory.java | Repast/repast.simphony | b9baedb73cabe8c05c76b9fa2fb616b7fe3ee7d6 | [
"Apache-2.0"
] | 73 | 2016-09-30T18:45:25.000Z | 2022-03-29T02:07:17.000Z | repast.simphony.visualization/src/repast/simphony/visualization/visualization3D/ShapeFactory.java | jonas-andersen/repast.simphony | b9baedb73cabe8c05c76b9fa2fb616b7fe3ee7d6 | [
"Apache-2.0"
] | 47 | 2016-12-15T22:05:37.000Z | 2022-03-14T09:29:57.000Z | repast.simphony.visualization/src/repast/simphony/visualization/visualization3D/ShapeFactory.java | jonas-andersen/repast.simphony | b9baedb73cabe8c05c76b9fa2fb616b7fe3ee7d6 | [
"Apache-2.0"
] | 22 | 2017-01-13T10:46:51.000Z | 2022-03-17T02:47:00.000Z | 37.318302 | 121 | 0.635582 | 18,103 | package repast.simphony.visualization.visualization3D;
import org.jogamp.java3d.utils.geometry.*;
import org.jogamp.java3d.utils.picking.PickTool;
import org.jogamp.java3d.*;
import org.jogamp.vecmath.Color3f;
import org.jogamp.vecmath.Color4f;
import org.jogamp.vecmath.Point3f;
import java.awt.*;
/**
*... |
3e2ace4ceff0c01e4f8f7826b5a1af03e7e24e39 | 276 | java | Java | master/src/main/java/com/readlearncode/dependecyinjection/part2/Target.java | readlearncode/Java-EE-Patterns-and-Architecture-Introduction | 12ce1aea94eb914b8e9d1203150d927fee4a3c20 | [
"MIT"
] | 5 | 2018-04-05T20:38:10.000Z | 2022-03-24T01:01:14.000Z | master/src/main/java/com/readlearncode/dependecyinjection/part2/Target.java | readlearncode/Java-EE-Patterns-and-Architecture-Introduction | 12ce1aea94eb914b8e9d1203150d927fee4a3c20 | [
"MIT"
] | null | null | null | master/src/main/java/com/readlearncode/dependecyinjection/part2/Target.java | readlearncode/Java-EE-Patterns-and-Architecture-Introduction | 12ce1aea94eb914b8e9d1203150d927fee4a3c20 | [
"MIT"
] | 4 | 2019-07-21T15:00:58.000Z | 2021-05-08T18:06:58.000Z | 16.235294 | 51 | 0.721014 | 18,104 | package com.readlearncode.dependecyinjection.part2;
import javax.inject.Inject;
/**
* Source code github.com/readlearncode
*
* @author Alex Theedom www.readlearncode.com
* @version 1.0
*/
public class Target {
@Inject
@Favourite
private Subject subject;
} |
3e2ace8cab618e6b6788dd988a8de4ddca51e432 | 981 | java | Java | spring_data_intro/bookshop_system/src/main/java/app/entity/Author.java | komitoff/Java-DB-Fundamentals | 0615d4e21cd8f9a30544c1de42421ea9fc2ca4e5 | [
"MIT"
] | null | null | null | spring_data_intro/bookshop_system/src/main/java/app/entity/Author.java | komitoff/Java-DB-Fundamentals | 0615d4e21cd8f9a30544c1de42421ea9fc2ca4e5 | [
"MIT"
] | null | null | null | spring_data_intro/bookshop_system/src/main/java/app/entity/Author.java | komitoff/Java-DB-Fundamentals | 0615d4e21cd8f9a30544c1de42421ea9fc2ca4e5 | [
"MIT"
] | null | null | null | 20.020408 | 55 | 0.629969 | 18,105 | package app.entity;
import javax.persistence.*;
import java.io.Serializable;
@Entity
@Table(name = "author")
public class Author implements Serializable{
private Long id;
private String firstName;
private String lastName;
public Author () {}
public Author(String firstName, String lastName) {
... |
3e2acf5538150400545ea26dff87be05d2f26ab6 | 3,804 | java | Java | platform/lang-impl/src/com/intellij/psi/impl/source/codeStyle/PersistableCodeStyleSchemes.java | liveqmock/platform-tools-idea | 1c4b76108add6110898a7e3f8f70b970e352d3d4 | [
"Apache-2.0"
] | 2 | 2015-05-08T15:07:10.000Z | 2022-03-09T05:47:53.000Z | platform/lang-impl/src/com/intellij/psi/impl/source/codeStyle/PersistableCodeStyleSchemes.java | lshain-android-source/tools-idea | b37108d841684bcc2af45a2539b75dd62c4e283c | [
"Apache-2.0"
] | null | null | null | platform/lang-impl/src/com/intellij/psi/impl/source/codeStyle/PersistableCodeStyleSchemes.java | lshain-android-source/tools-idea | b37108d841684bcc2af45a2539b75dd62c4e283c | [
"Apache-2.0"
] | 2 | 2017-04-24T15:48:40.000Z | 2022-03-09T05:48:05.000Z | 31.180328 | 134 | 0.737382 | 18,106 | /*
* Copyright 2000-2012 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... |
3e2acf80a50e32ca7d64344ea592c8c6ab4ce8ab | 5,556 | java | Java | backend/src/main/java/de/metanome/backend/result_postprocessing/helper/TableInformation.java | sekruse/Metanome | 0e272e04b6a9f6490a43023739766b19dbdf5a1e | [
"Apache-2.0",
"MIT"
] | 178 | 2015-01-29T05:41:51.000Z | 2022-03-16T04:35:15.000Z | backend/src/main/java/de/metanome/backend/result_postprocessing/helper/TableInformation.java | sekruse/Metanome | 0e272e04b6a9f6490a43023739766b19dbdf5a1e | [
"Apache-2.0",
"MIT"
] | 145 | 2015-01-08T14:20:42.000Z | 2021-11-23T17:16:50.000Z | backend/src/main/java/de/metanome/backend/result_postprocessing/helper/TableInformation.java | sekruse/Metanome | 0e272e04b6a9f6490a43023739766b19dbdf5a1e | [
"Apache-2.0",
"MIT"
] | 64 | 2015-03-16T20:12:51.000Z | 2022-02-21T07:54:01.000Z | 36.077922 | 116 | 0.718503 | 18,107 | /**
* Copyright 2015-2016 by Metanome Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... |
3e2ad009b64ff063f93fa51e9f1a4b8d110cd8fa | 1,196 | java | Java | dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/UIExtender.java | supunr/stratos | 2b6d53b730d0a0bf29735823ac0f24e1294f4c4d | [
"Apache-2.0"
] | 127 | 2015-01-03T19:02:12.000Z | 2022-01-19T03:16:20.000Z | dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/UIExtender.java | supunr/stratos | 2b6d53b730d0a0bf29735823ac0f24e1294f4c4d | [
"Apache-2.0"
] | 139 | 2015-01-08T03:55:03.000Z | 2015-12-01T03:49:00.000Z | dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/UIExtender.java | supunr/stratos | 2b6d53b730d0a0bf29735823ac0f24e1294f4c4d | [
"Apache-2.0"
] | 142 | 2015-01-14T10:24:15.000Z | 2022-01-31T12:12:16.000Z | 52 | 79 | 0.423913 | 18,108 | /*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
... |
3e2ad015e88c54dd7df3e04a5abdf92267e74ca4 | 1,005 | java | Java | src/main/java/com/zupacademy/proposta/cartao/NovaBiometriaRequest.java | HenioJunior/orange-talents-06-template-proposta | fdcedfc1b6d40102a9a279256b0cfff6baf87785 | [
"Apache-2.0"
] | 1 | 2021-07-19T11:37:49.000Z | 2021-07-19T11:37:49.000Z | src/main/java/com/zupacademy/proposta/cartao/NovaBiometriaRequest.java | HenioJunior/orange-talents-06-template-proposta | fdcedfc1b6d40102a9a279256b0cfff6baf87785 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/zupacademy/proposta/cartao/NovaBiometriaRequest.java | HenioJunior/orange-talents-06-template-proposta | fdcedfc1b6d40102a9a279256b0cfff6baf87785 | [
"Apache-2.0"
] | null | null | null | 22.840909 | 85 | 0.78806 | 18,109 | package com.zupacademy.proposta.cartao;
import java.time.LocalDateTime;
import java.util.Base64;
import javax.validation.constraints.NotBlank;
public class NovaBiometriaRequest {
@NotBlank
private String idCartao;
@NotBlank
private String biometria;
private LocalDateTime dataCriacaoPassword = LocalDateTime.no... |
3e2ad172b5c13ca207f0848f925b3c00f98b4ab8 | 4,540 | java | Java | platform/lang-api/src/com/intellij/execution/ui/RunContentDescriptor.java | dmarcotte/intellij-community | 74ed654c3f9ed99f9cc84fa227846b2c38d683c0 | [
"Apache-2.0"
] | null | null | null | platform/lang-api/src/com/intellij/execution/ui/RunContentDescriptor.java | dmarcotte/intellij-community | 74ed654c3f9ed99f9cc84fa227846b2c38d683c0 | [
"Apache-2.0"
] | null | null | null | platform/lang-api/src/com/intellij/execution/ui/RunContentDescriptor.java | dmarcotte/intellij-community | 74ed654c3f9ed99f9cc84fa227846b2c38d683c0 | [
"Apache-2.0"
] | 1 | 2019-03-14T10:35:19.000Z | 2019-03-14T10:35:19.000Z | 28.917197 | 139 | 0.73304 | 18,110 | /*
* Copyright 2000-2009 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... |
3e2ad22bc15a23f2aa6b82aa816e192627a77e29 | 5,701 | java | Java | service/src/test/org/apache/hive/service/server/TestHS2HttpServerPamConfiguration.java | manbuyun/hive | cdb1052e24ca493c6486fef3dd8956dde61be834 | [
"Apache-2.0"
] | 4,140 | 2015-01-07T11:57:35.000Z | 2022-03-31T06:26:22.000Z | service/src/test/org/apache/hive/service/server/TestHS2HttpServerPamConfiguration.java | manbuyun/hive | cdb1052e24ca493c6486fef3dd8956dde61be834 | [
"Apache-2.0"
] | 1,779 | 2015-05-27T04:32:42.000Z | 2022-03-31T18:53:19.000Z | service/src/test/org/apache/hive/service/server/TestHS2HttpServerPamConfiguration.java | manbuyun/hive | cdb1052e24ca493c6486fef3dd8956dde61be834 | [
"Apache-2.0"
] | 3,958 | 2015-01-01T15:14:49.000Z | 2022-03-30T21:08:32.000Z | 42.544776 | 118 | 0.771794 | 18,111 | /*
* 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 ... |
3e2ad2defe1fa2458b9d7dfaf2321833bc72fcc4 | 487 | java | Java | suprimentos/src/test/java/br/com/basis/suprimentos/repository/search/TipoLancamentoSearchRepositoryMockConfiguration.java | BasisTI/madre | b856d26ecbb25b5ab3a3bffe97da0bd09b6985de | [
"CECILL-B"
] | 9 | 2019-10-09T15:48:37.000Z | 2022-01-11T18:14:15.000Z | suprimentos/src/test/java/br/com/basis/suprimentos/repository/search/TipoLancamentoSearchRepositoryMockConfiguration.java | BasisTI/madre | b856d26ecbb25b5ab3a3bffe97da0bd09b6985de | [
"CECILL-B"
] | 30 | 2020-03-11T12:05:35.000Z | 2022-03-02T05:42:56.000Z | suprimentos/src/test/java/br/com/basis/suprimentos/repository/search/TipoLancamentoSearchRepositoryMockConfiguration.java | BasisTI/madre | b856d26ecbb25b5ab3a3bffe97da0bd09b6985de | [
"CECILL-B"
] | 11 | 2020-08-15T15:44:48.000Z | 2022-02-06T15:33:38.000Z | 28.647059 | 81 | 0.829569 | 18,112 | package br.com.basis.suprimentos.repository.search;
import org.springframework.boot.test.mock.mockito.MockBean;
import org.springframework.context.annotation.Configuration;
/**
* Configure a Mock version of {@link TipoLancamentoSearchRepository} to test the
* application without starting Elasticsearch.
*/
@Configu... |
3e2ad310279946499edfcc84bd86a90a531ff0d1 | 704 | java | Java | Server/src/xyz/meistertobias/soap/server/UserService.java | TobiasMeister/SOAPDemo | 83cb23a8bc274527e6bfeded8dc180a8909ba5e0 | [
"Unlicense"
] | null | null | null | Server/src/xyz/meistertobias/soap/server/UserService.java | TobiasMeister/SOAPDemo | 83cb23a8bc274527e6bfeded8dc180a8909ba5e0 | [
"Unlicense"
] | null | null | null | Server/src/xyz/meistertobias/soap/server/UserService.java | TobiasMeister/SOAPDemo | 83cb23a8bc274527e6bfeded8dc180a8909ba5e0 | [
"Unlicense"
] | null | null | null | 21.333333 | 88 | 0.727273 | 18,113 | package xyz.meistertobias.soap.server;
import javax.jws.WebService;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
@WebService
public class UserService {
private List<User> users = new ArrayList<>();
public List<User> getUsers() {
return users;
}
public User getUser(String n... |
3e2ad31423b37690ca56d911c31bb722045aa2e8 | 2,395 | java | Java | src/cmps252/HW4_2/UnitTesting/record_633.java | issasaidi/cmps252_hw4.2 | f8e96065e2a4f172c8b685f03f954694f4810c14 | [
"MIT"
] | 1 | 2020-11-03T07:31:40.000Z | 2020-11-03T07:31:40.000Z | src/cmps252/HW4_2/UnitTesting/record_633.java | issasaidi/cmps252_hw4.2 | f8e96065e2a4f172c8b685f03f954694f4810c14 | [
"MIT"
] | 2 | 2020-10-27T17:31:16.000Z | 2020-10-28T02:16:49.000Z | src/cmps252/HW4_2/UnitTesting/record_633.java | issasaidi/cmps252_hw4.2 | f8e96065e2a4f172c8b685f03f954694f4810c14 | [
"MIT"
] | 108 | 2020-10-26T11:54:05.000Z | 2021-01-16T20:00:17.000Z | 24.989583 | 77 | 0.729887 | 18,114 | package cmps252.HW4_2.UnitTesting;
import static org.junit.jupiter.api.Assertions.*;
import java.io.FileNotFoundException;
import java.util.List;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import cmps252.HW4_2.... |
3e2ad3223e3813e1b924df6de137318d7051d4d0 | 1,372 | java | Java | ledger-model/src/main/java/com/jd/blockchain/ledger/RoleInitData.java | 58563528/jdchain-framework | da4ad9d8916e7286cd81617685b11589add19136 | [
"Apache-2.0"
] | 3 | 2020-11-03T03:54:36.000Z | 2021-08-13T07:20:50.000Z | ledger-model/src/main/java/com/jd/blockchain/ledger/RoleInitData.java | 58563528/jdchain-framework | da4ad9d8916e7286cd81617685b11589add19136 | [
"Apache-2.0"
] | 1 | 2021-01-17T15:09:42.000Z | 2021-01-17T15:09:42.000Z | ledger-model/src/main/java/com/jd/blockchain/ledger/RoleInitData.java | 58563528/jdchain-framework | da4ad9d8916e7286cd81617685b11589add19136 | [
"Apache-2.0"
] | 11 | 2020-03-19T00:07:12.000Z | 2022-03-25T08:39:18.000Z | 23.254237 | 88 | 0.80102 | 18,115 | package com.jd.blockchain.ledger;
import java.io.Serializable;
import com.jd.binaryproto.DataContractRegistry;
public class RoleInitData implements RoleInitSettings, Serializable {
private static final long serialVersionUID = -8363700065443018100L;
static {
DataContractRegistry.register(RoleInitSettings.class)... |
3e2ad3b370b2434ff1ad14ba3bd6edfd19b205eb | 3,181 | java | Java | activemq-client/src/main/java/org/apache/activemq/advisory/DestinationEvent.java | sho25/activemq | d34b61b56206883e6570ae7207c3ddb074311adf | [
"Apache-2.0"
] | null | null | null | activemq-client/src/main/java/org/apache/activemq/advisory/DestinationEvent.java | sho25/activemq | d34b61b56206883e6570ae7207c3ddb074311adf | [
"Apache-2.0"
] | 7 | 2020-06-18T17:27:51.000Z | 2022-02-01T01:05:30.000Z | activemq-client/src/main/java/org/apache/activemq/advisory/DestinationEvent.java | sho25/activemq | d34b61b56206883e6570ae7207c3ddb074311adf | [
"Apache-2.0"
] | null | null | null | 19.047904 | 811 | 0.805093 | 18,116 | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/** * 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... |
3e2ad408ddc07eed9d6fe13555925f1cf9e08a92 | 1,748 | java | Java | platform-web-resources/src/main/java/ua/com/fielden/platform/web/factories/webui/AttachmentDownloadResourceFactory.java | fieldenms/ | 4efd3b2475877d434a57cbba638b711df95748e7 | [
"MIT"
] | 16 | 2017-03-22T05:42:26.000Z | 2022-01-17T22:38:38.000Z | platform-web-resources/src/main/java/ua/com/fielden/platform/web/factories/webui/AttachmentDownloadResourceFactory.java | fieldenms/ | 4efd3b2475877d434a57cbba638b711df95748e7 | [
"MIT"
] | 647 | 2017-03-21T07:47:44.000Z | 2022-03-31T13:03:47.000Z | platform-web-resources/src/main/java/ua/com/fielden/platform/web/factories/webui/AttachmentDownloadResourceFactory.java | fieldenms/ | 4efd3b2475877d434a57cbba638b711df95748e7 | [
"MIT"
] | 8 | 2017-03-21T08:26:56.000Z | 2020-06-27T01:55:09.000Z | 34.96 | 82 | 0.726545 | 18,117 | package ua.com.fielden.platform.web.factories.webui;
import org.restlet.Request;
import org.restlet.Response;
import org.restlet.Restlet;
import org.restlet.data.Method;
import com.google.inject.Injector;
import ua.com.fielden.platform.attachment.Attachment;
import ua.com.fielden.platform.entity.factory.ICompanionOb... |
3e2ad4c891f3e7589842262e536d39d3cd743dc9 | 387 | java | Java | pubsub/src/main/java/com/github/twitch4j/pubsub/events/PresenceSettingsEvent.java | p4czyk/twitch4j | 7d7574f3fe98d0423eb34b3d2e615375c68daaba | [
"MIT"
] | 295 | 2017-12-03T08:03:48.000Z | 2022-03-30T20:58:18.000Z | pubsub/src/main/java/com/github/twitch4j/pubsub/events/PresenceSettingsEvent.java | p4czyk/twitch4j | 7d7574f3fe98d0423eb34b3d2e615375c68daaba | [
"MIT"
] | 207 | 2017-12-03T22:33:29.000Z | 2022-02-27T22:58:20.000Z | pubsub/src/main/java/com/github/twitch4j/pubsub/events/PresenceSettingsEvent.java | p4czyk/twitch4j | 7d7574f3fe98d0423eb34b3d2e615375c68daaba | [
"MIT"
] | 105 | 2017-12-08T18:36:17.000Z | 2022-03-04T16:28:00.000Z | 27.642857 | 58 | 0.821705 | 18,118 | package com.github.twitch4j.pubsub.events;
import com.github.twitch4j.common.events.TwitchEvent;
import com.github.twitch4j.pubsub.domain.PresenceSettings;
import lombok.Data;
import lombok.EqualsAndHashCode;
@Data
@EqualsAndHashCode(callSuper = true)
public class PresenceSettingsEvent extends TwitchEvent {
priva... |
3e2ad63fa67653439940c2b4abb6efa2837b0552 | 477 | java | Java | jtwig-core/src/main/java/org/jtwig/context/RenderContext.java | lyncodev/jtwig-draft | 4f471ae23f4f69b43b158984a315eef93a47d7cc | [
"Apache-2.0"
] | null | null | null | jtwig-core/src/main/java/org/jtwig/context/RenderContext.java | lyncodev/jtwig-draft | 4f471ae23f4f69b43b158984a315eef93a47d7cc | [
"Apache-2.0"
] | null | null | null | jtwig-core/src/main/java/org/jtwig/context/RenderContext.java | lyncodev/jtwig-draft | 4f471ae23f4f69b43b158984a315eef93a47d7cc | [
"Apache-2.0"
] | null | null | null | 29.8125 | 47 | 0.805031 | 18,119 | package org.jtwig.context;
import org.jtwig.configuration.Configuration;
import org.jtwig.context.impl.NodeRenderer;
import org.jtwig.context.model.ResourceContext;
import org.jtwig.context.impl.ResourceRenderer;
import org.jtwig.context.values.ValueContext;
public interface RenderContext {
Configuration configur... |
3e2ad6afb2cbb053368c00a3ed7516de3a9a565b | 709 | java | Java | modules/swagger-codegen/src/main/java/io/swagger/codegen/CodegenModel.java | HydAu/SwaggerCodeGen | d1361ab52977605f664422b561953d066491623f | [
"Apache-2.0"
] | 1 | 2016-11-02T03:45:22.000Z | 2016-11-02T03:45:22.000Z | modules/swagger-codegen/src/main/java/io/swagger/codegen/CodegenModel.java | HydAu/SwaggerCodeGen | d1361ab52977605f664422b561953d066491623f | [
"Apache-2.0"
] | null | null | null | modules/swagger-codegen/src/main/java/io/swagger/codegen/CodegenModel.java | HydAu/SwaggerCodeGen | d1361ab52977605f664422b561953d066491623f | [
"Apache-2.0"
] | null | null | null | 29.541667 | 73 | 0.747532 | 18,120 | package io.swagger.codegen;
import io.swagger.models.ExternalDocs;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class CodegenModel {
public String parent;
public String name, classname, description, classVarName, modelJson;
public String unesca... |
3e2ad6b37f59df41ccc3a674e47b1c2102fc2365 | 1,124 | java | Java | feilong-core/src/test/java/com/feilong/core/net/urlutil/FeiLongURLUtilSuiteTests.java | venusdrogon/feilong | 6e5809373fb0c53c0cd26e40985ab40cd06e01f7 | [
"Apache-2.0"
] | 47 | 2020-05-25T15:06:16.000Z | 2022-03-25T09:28:37.000Z | feilong-core/src/test/java/com/feilong/core/net/urlutil/FeiLongURLUtilSuiteTests.java | ifeilong/feilong | d59ae9a98924b902e9604b98c3ea24b461bb6b36 | [
"Apache-2.0"
] | 232 | 2020-04-22T14:19:44.000Z | 2021-08-24T11:50:49.000Z | feilong-core/src/test/java/com/feilong/core/net/urlutil/FeiLongURLUtilSuiteTests.java | venusdrogon/feilong | 6e5809373fb0c53c0cd26e40985ab40cd06e01f7 | [
"Apache-2.0"
] | 19 | 2020-05-07T02:57:12.000Z | 2022-03-15T02:26:48.000Z | 29.578947 | 75 | 0.685053 | 18,121 | /*
* Copyright (C) 2008 feilong
*
* 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... |
3e2ad7756215b29295241d175cb2d28421e3b8a5 | 2,378 | java | Java | admin/src/test/java/org/podcastpedia/admin/service/SitemapServiceIT.java | Adarsh3108/podcastpedia | 1af1466347e62542fc507076864d36d08f186030 | [
"MIT"
] | 10 | 2017-12-06T03:39:28.000Z | 2019-01-21T02:34:16.000Z | admin/src/test/java/org/podcastpedia/admin/service/SitemapServiceIT.java | Adarsh3108/podcastpedia | 1af1466347e62542fc507076864d36d08f186030 | [
"MIT"
] | null | null | null | admin/src/test/java/org/podcastpedia/admin/service/SitemapServiceIT.java | Adarsh3108/podcastpedia | 1af1466347e62542fc507076864d36d08f186030 | [
"MIT"
] | 6 | 2018-02-07T22:01:10.000Z | 2019-04-17T18:15:56.000Z | 36.584615 | 132 | 0.788478 | 18,122 | package org.podcastpedia.admin.service;
import java.io.File;
import java.net.MalformedURLException;
import org.apache.log4j.Logger;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.podcastpedia.admin.sitemaps.SitemapService;
import org.podcastpedia.c... |
3e2ad925e785a6ea4481b1d1d7cd625f138116b7 | 24,754 | java | Java | src/novo/apps/doitall/AddTicketActivity.java | victorrbravo/doitall | 3ba3405c84dfc895acde418642dc1afbbfe0c3df | [
"Apache-2.0"
] | null | null | null | src/novo/apps/doitall/AddTicketActivity.java | victorrbravo/doitall | 3ba3405c84dfc895acde418642dc1afbbfe0c3df | [
"Apache-2.0"
] | null | null | null | src/novo/apps/doitall/AddTicketActivity.java | victorrbravo/doitall | 3ba3405c84dfc895acde418642dc1afbbfe0c3df | [
"Apache-2.0"
] | null | null | null | 33.005333 | 350 | 0.620667 | 18,123 | package novo.apps.doitall;
import java.io.BufferedReader;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URL;
import java.security.cert.X509Certificate;
import java.util.ArrayList;
import java.util.Calendar;
import javax... |
3e2ada8d2a01b0c0483af1e7e14e7a6867cc2409 | 1,872 | java | Java | src/main/java/mwos9mips/OS9DeviceDescriptor.java | kevinhartman/mwos-ghidra | 5f65176c7406b479ebc875ec8ac1dd9e2854b952 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/mwos9mips/OS9DeviceDescriptor.java | kevinhartman/mwos-ghidra | 5f65176c7406b479ebc875ec8ac1dd9e2854b952 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/mwos9mips/OS9DeviceDescriptor.java | kevinhartman/mwos-ghidra | 5f65176c7406b479ebc875ec8ac1dd9e2854b952 | [
"BSD-3-Clause"
] | null | null | null | 30.193548 | 72 | 0.665598 | 18,124 | package mwos9mips;
import java.io.IOException;
import ghidra.app.util.bin.BinaryReader;
import ghidra.app.util.bin.StructConverter;
import ghidra.program.model.data.DataType;
import ghidra.program.model.data.Structure;
import ghidra.program.model.data.StructureDataType;
public class OS9DeviceDescriptor implements St... |
3e2adad9804d86f7f320df99f3ffd07148e770c1 | 769 | java | Java | hmily-tac/hmily-tac-sqlparser/hmily-tac-sqlparser-model/src/main/java/org/dromara/hmily/tac/sqlparser/model/common/statement/HmilyStatementType.java | plutokaito/hmily | 01cae1c1dc6ffb0dbf5e33bb6f529ce836853e60 | [
"Apache-2.0"
] | 1,853 | 2018-03-01T09:04:24.000Z | 2019-07-25T06:40:05.000Z | hmily-tac/hmily-tac-sqlparser/hmily-tac-sqlparser-model/src/main/java/org/dromara/hmily/tac/sqlparser/model/common/statement/HmilyStatementType.java | plutokaito/hmily | 01cae1c1dc6ffb0dbf5e33bb6f529ce836853e60 | [
"Apache-2.0"
] | 104 | 2020-09-05T06:36:14.000Z | 2022-03-18T01:25:30.000Z | hmily-tac/hmily-tac-sqlparser/hmily-tac-sqlparser-model/src/main/java/org/dromara/hmily/tac/sqlparser/model/common/statement/HmilyStatementType.java | plutokaito/hmily | 01cae1c1dc6ffb0dbf5e33bb6f529ce836853e60 | [
"Apache-2.0"
] | 664 | 2018-03-01T09:06:25.000Z | 2019-07-25T06:57:10.000Z | 29.576923 | 75 | 0.725618 | 18,125 | /*
* Copyright 2017-2021 Dromara.org
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
3e2adb84da30e2266beabe441926881802403821 | 2,878 | java | Java | src/cn/yysg/crm/web/controller/CustomerResourcePoolController.java | dp9212/crm | cda219c65a3ba928041ddfe72af56e1aabf28b44 | [
"Apache-2.0"
] | null | null | null | src/cn/yysg/crm/web/controller/CustomerResourcePoolController.java | dp9212/crm | cda219c65a3ba928041ddfe72af56e1aabf28b44 | [
"Apache-2.0"
] | null | null | null | src/cn/yysg/crm/web/controller/CustomerResourcePoolController.java | dp9212/crm | cda219c65a3ba928041ddfe72af56e1aabf28b44 | [
"Apache-2.0"
] | null | null | null | 28.78 | 76 | 0.763377 | 18,126 | package cn.yysg.crm.web.controller;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import ... |
3e2adba25c84e47d41599a3b0e88971350d1b145 | 2,192 | java | Java | hydramq/src/main/java/io/hydramq/core/type/converters/WriteCursorRequestConverter.java | heil-hydra/hydramq-jvm | bc3b785021404340951a4b97a65d234a5da67cc6 | [
"MIT"
] | null | null | null | hydramq/src/main/java/io/hydramq/core/type/converters/WriteCursorRequestConverter.java | heil-hydra/hydramq-jvm | bc3b785021404340951a4b97a65d234a5da67cc6 | [
"MIT"
] | null | null | null | hydramq/src/main/java/io/hydramq/core/type/converters/WriteCursorRequestConverter.java | heil-hydra/hydramq-jvm | bc3b785021404340951a4b97a65d234a5da67cc6 | [
"MIT"
] | null | null | null | 42.980392 | 149 | 0.761861 | 18,127 | /*
* The MIT License (MIT)
*
* Copyright © 2016-, Boku Inc., Jimmie Fulton
*
* 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
* right... |
3e2adc51f64181c619d3da74621aa4dae12d793a | 2,542 | java | Java | kopo39/Hong Class/L09/P18.java | jyuna622/kopo39 | 9f137145814c79feef4d2379e41888db0e025bc1 | [
"MIT"
] | null | null | null | kopo39/Hong Class/L09/P18.java | jyuna622/kopo39 | 9f137145814c79feef4d2379e41888db0e025bc1 | [
"MIT"
] | null | null | null | kopo39/Hong Class/L09/P18.java | jyuna622/kopo39 | 9f137145814c79feef4d2379e41888db0e025bc1 | [
"MIT"
] | null | null | null | 37.940299 | 114 | 0.693942 | 18,128 | package L09;
import java.io.FileWriter;
import java.io.IOException;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
public class P18 {
public static JSONObject oneRec (String name, int studentid, int kor, int eng, int math) {//반복되는 일이니 함수로 빼줌
JSONObject k39_dataObject = new JSONObject(); //J... |
3e2adcd179ed9793026559bf4c32f73702a9fbdf | 1,028 | java | Java | evrete-dsl-java/src/main/java/org/evrete/dsl/annotation/Where.java | andbi/evrete | 38236aedea5d0ccd925b2a9af9cbc1e4b168302e | [
"MIT"
] | 23 | 2020-08-09T04:23:17.000Z | 2022-03-25T05:30:22.000Z | evrete-dsl-java/src/main/java/org/evrete/dsl/annotation/Where.java | andbi/evrete | 38236aedea5d0ccd925b2a9af9cbc1e4b168302e | [
"MIT"
] | 9 | 2020-08-24T13:49:59.000Z | 2022-01-22T14:13:40.000Z | evrete-dsl-java/src/main/java/org/evrete/dsl/annotation/Where.java | andbi/evrete | 38236aedea5d0ccd925b2a9af9cbc1e4b168302e | [
"MIT"
] | 4 | 2021-05-27T13:00:56.000Z | 2022-03-25T05:30:23.000Z | 28.555556 | 120 | 0.674125 | 18,129 | package org.evrete.dsl.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(value = ElementType.METHOD)
@Retention(value = RetentionPolicy.RUNTIME)
public @interface Where {
/**
* <... |
3e2adec2bb6fe3df39595507d7c15e08b6879b22 | 339 | java | Java | src/main/java/com/magnarox/snds/model/repositories/NsPhaFRepository.java | Magnarox/model | ef4ec590a10a57346e24b883e70f1980033cb496 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/magnarox/snds/model/repositories/NsPhaFRepository.java | Magnarox/model | ef4ec590a10a57346e24b883e70f1980033cb496 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/magnarox/snds/model/repositories/NsPhaFRepository.java | Magnarox/model | ef4ec590a10a57346e24b883e70f1980033cb496 | [
"Apache-2.0"
] | null | null | null | 37.666667 | 105 | 0.852507 | 18,130 | package com.magnarox.snds.model.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import com.magnarox.snds.model.entities.NsPhaF;
public interface NsPhaFRepository extends JpaRepository<NsPhaF, Void>, JpaSpecificationEx... |
3e2adf1e1110186c80a814b6392b160b6796f54b | 1,775 | java | Java | rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/util/UserCredentialsConnectionFactoryAdapter.java | keep-sunshine/cxf | 039e1dec778efffd6af4523f88d8638732afb637 | [
"Apache-2.0"
] | 839 | 2015-01-01T15:33:21.000Z | 2022-03-31T02:40:34.000Z | rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/util/UserCredentialsConnectionFactoryAdapter.java | keep-sunshine/cxf | 039e1dec778efffd6af4523f88d8638732afb637 | [
"Apache-2.0"
] | 399 | 2015-01-07T19:59:38.000Z | 2022-03-30T21:56:27.000Z | rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/util/UserCredentialsConnectionFactoryAdapter.java | keep-sunshine/cxf | 039e1dec778efffd6af4523f88d8638732afb637 | [
"Apache-2.0"
] | 1,581 | 2015-01-01T02:22:05.000Z | 2022-03-31T13:29:27.000Z | 33.490566 | 96 | 0.751549 | 18,131 | /**
* 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 m... |
3e2adf26eb427cf13337fbd69a796456a61f80bd | 944 | java | Java | _/Chapter 5/Code Examples/Writing your own directory filter/WritingYourOwnDirectoryFilter.java | paullewallencom/java-978-1-8496-8562-7 | b34b6a7e2905d7bd5fb173f8b4a7876d2c9a098c | [
"Apache-2.0"
] | null | null | null | _/Chapter 5/Code Examples/Writing your own directory filter/WritingYourOwnDirectoryFilter.java | paullewallencom/java-978-1-8496-8562-7 | b34b6a7e2905d7bd5fb173f8b4a7876d2c9a098c | [
"Apache-2.0"
] | null | null | null | _/Chapter 5/Code Examples/Writing your own directory filter/WritingYourOwnDirectoryFilter.java | paullewallencom/java-978-1-8496-8562-7 | b34b6a7e2905d7bd5fb173f8b4a7876d2c9a098c | [
"Apache-2.0"
] | null | null | null | 30.451613 | 100 | 0.628178 | 18,132 | package packt;
import java.io.IOException;
import java.nio.file.DirectoryIteratorException;
import java.nio.file.DirectoryStream;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
public class WritingYourOwnDirectoryFilter {
public static void main(String[] args) {
... |
3e2adf4daba9448959ea29ac509f9146de0dfea4 | 610 | java | Java | src/uni/webservice/service/jaxws/GetAllSpecialities.java | RacimRgh/university-webservice | 34bc70c5d83556c67795516dc29c38963a725b6a | [
"MIT"
] | null | null | null | src/uni/webservice/service/jaxws/GetAllSpecialities.java | RacimRgh/university-webservice | 34bc70c5d83556c67795516dc29c38963a725b6a | [
"MIT"
] | null | null | null | src/uni/webservice/service/jaxws/GetAllSpecialities.java | RacimRgh/university-webservice | 34bc70c5d83556c67795516dc29c38963a725b6a | [
"MIT"
] | null | null | null | 25.416667 | 90 | 0.770492 | 18,133 |
package uni.webservice.service.jaxws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* This class was generated by Apache CXF 2.7.18
* Fri Apr 16 16:37:44 CEST 2021
* G... |
3e2adff83cc1e62446aa7384702a903ee9961e96 | 22,643 | java | Java | gemfirexd/tools/src/test-ddlutils/java/org/apache/ddlutils/dynabean/TestDynaSqlQueries.java | xyxiaoyou/snappy-store | 013ff282f888878cc99600e260ec1cde60112304 | [
"Apache-2.0"
] | 38 | 2016-01-04T01:31:40.000Z | 2020-04-07T06:35:36.000Z | gemfirexd/tools/src/test-ddlutils/java/org/apache/ddlutils/dynabean/TestDynaSqlQueries.java | xyxiaoyou/snappy-store | 013ff282f888878cc99600e260ec1cde60112304 | [
"Apache-2.0"
] | 261 | 2016-01-07T09:14:26.000Z | 2019-12-05T10:15:56.000Z | gemfirexd/tools/src/test-ddlutils/java/org/apache/ddlutils/dynabean/TestDynaSqlQueries.java | xyxiaoyou/snappy-store | 013ff282f888878cc99600e260ec1cde60112304 | [
"Apache-2.0"
] | 22 | 2016-03-09T05:47:09.000Z | 2020-04-02T17:55:30.000Z | 36.758117 | 154 | 0.524489 | 18,134 | package org.apache.ddlutils.dynabean;
/*
* 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 Licens... |
3e2ae012f4357324b92f447f4bc73db3d11c30e4 | 375 | java | Java | maven-parent/b2c-mail/src/main/java/org/javamaster/b2c/mail/B2cMailApplication.java | jufeng98/b2c-master | 5db75cea023c0f775a56b2a872e75e8f2fe4639f | [
"Unlicense"
] | null | null | null | maven-parent/b2c-mail/src/main/java/org/javamaster/b2c/mail/B2cMailApplication.java | jufeng98/b2c-master | 5db75cea023c0f775a56b2a872e75e8f2fe4639f | [
"Unlicense"
] | null | null | null | maven-parent/b2c-mail/src/main/java/org/javamaster/b2c/mail/B2cMailApplication.java | jufeng98/b2c-master | 5db75cea023c0f775a56b2a872e75e8f2fe4639f | [
"Unlicense"
] | null | null | null | 20.833333 | 68 | 0.757333 | 18,135 | package org.javamaster.b2c.mail;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* @author yudong
* @date 2020/8/14
*/
@SpringBootApplication
public class B2cMailApplication {
public static void main(String[] args) {
SpringApp... |
3e2ae02b6d8aad9b8c7bef03fdff31b141f3747b | 4,231 | java | Java | robozonky-app/src/test/java/com/github/robozonky/app/tenant/PortfolioOverviewImplTest.java | vvvlc/robozonky | 8026ac3c583d76e95a9c6a0f62c1d003453ff7a7 | [
"Apache-2.0"
] | null | null | null | robozonky-app/src/test/java/com/github/robozonky/app/tenant/PortfolioOverviewImplTest.java | vvvlc/robozonky | 8026ac3c583d76e95a9c6a0f62c1d003453ff7a7 | [
"Apache-2.0"
] | null | null | null | robozonky-app/src/test/java/com/github/robozonky/app/tenant/PortfolioOverviewImplTest.java | vvvlc/robozonky | 8026ac3c583d76e95a9c6a0f62c1d003453ff7a7 | [
"Apache-2.0"
] | null | null | null | 47.011111 | 120 | 0.651383 | 18,136 | /*
* Copyright 2019 The RoboZonky Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... |
3e2ae06b73ee57c8c6f02b493f079cd9820931d6 | 938 | java | Java | frameworks/spring/src/main/java/cn/gyw/spring/quartz/job/SimpleJob.java | masgyw/individual-study | fa1b4efe9e968f68afad9240963a8cac8743ffae | [
"Apache-2.0"
] | null | null | null | frameworks/spring/src/main/java/cn/gyw/spring/quartz/job/SimpleJob.java | masgyw/individual-study | fa1b4efe9e968f68afad9240963a8cac8743ffae | [
"Apache-2.0"
] | 6 | 2020-06-12T02:56:18.000Z | 2020-12-22T15:48:15.000Z | frameworks/spring/src/main/java/cn/gyw/spring/quartz/job/SimpleJob.java | masgyw/individual-study | fa1b4efe9e968f68afad9240963a8cac8743ffae | [
"Apache-2.0"
] | 2 | 2020-11-24T09:43:30.000Z | 2022-01-17T05:31:57.000Z | 29.3125 | 92 | 0.768657 | 18,137 | package cn.gyw.spring.quartz.job;
import cn.gyw.spring.quartz.QuartzContext;
import cn.gyw.spring.quartz.task.SimpleTask;
import org.quartz.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* Created by guanyw on 2018/8/3.
*/
@DisallowConcurre... |
3e2ae1099a214cfe494b7434bdeee50ae21d4971 | 2,360 | java | Java | acm-module-dc2/src/main/java/com/wisdom/acm/dc2/vo/TrainScheduleVo.java | daiqingsong2021/ord_project | a8167cee2fbdc79ea8457d706ec1ccd008f2ceca | [
"Apache-2.0"
] | null | null | null | acm-module-dc2/src/main/java/com/wisdom/acm/dc2/vo/TrainScheduleVo.java | daiqingsong2021/ord_project | a8167cee2fbdc79ea8457d706ec1ccd008f2ceca | [
"Apache-2.0"
] | null | null | null | acm-module-dc2/src/main/java/com/wisdom/acm/dc2/vo/TrainScheduleVo.java | daiqingsong2021/ord_project | a8167cee2fbdc79ea8457d706ec1ccd008f2ceca | [
"Apache-2.0"
] | null | null | null | 16.275862 | 88 | 0.561864 | 18,138 | package com.wisdom.acm.dc2.vo;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.wisdom.base.common.vo.GeneralVo;
import lombok.Data;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
@Data
public class TrainScheduleVo
{
/**
* 主键ID
*/
private String id;
/**... |
3e2ae1c73f8fbdd0398c9cb3d3785403484660a0 | 1,131 | java | Java | hw05-instrumentation/src/main/java/ru/otus/vsh/hw05/Main.java | vv16vv/2020-04-otus-java-shirunova | 93b5e7e14d52221793fd46c39d266a1d77170e32 | [
"MIT"
] | null | null | null | hw05-instrumentation/src/main/java/ru/otus/vsh/hw05/Main.java | vv16vv/2020-04-otus-java-shirunova | 93b5e7e14d52221793fd46c39d266a1d77170e32 | [
"MIT"
] | null | null | null | hw05-instrumentation/src/main/java/ru/otus/vsh/hw05/Main.java | vv16vv/2020-04-otus-java-shirunova | 93b5e7e14d52221793fd46c39d266a1d77170e32 | [
"MIT"
] | 4 | 2020-07-19T14:53:36.000Z | 2020-07-21T15:48:41.000Z | 32.314286 | 120 | 0.637489 | 18,139 | package ru.otus.vsh.hw05;
import ru.otus.vsh.hw05.test.WithLoggedAnnotations;
import java.util.List;
import java.util.Map;
public class Main {
public static void main(String[] args) {
System.out.println("Start to test class WithLoggedAnnotations -->");
testWithLoggedAnnotations();
System.... |
3e2ae1d2aff42962a3acc46236a0b0a3868d9ff4 | 3,907 | java | Java | WEB-INF/src/java/org/iitk/brihaspati/modules/screens/call/TA_Management/TA_Permission.java | ynsingh/brihaspati2 | c392bb650c3f5d738bfded56b1646f25ca3a9862 | [
"BSD-2-Clause"
] | null | null | null | WEB-INF/src/java/org/iitk/brihaspati/modules/screens/call/TA_Management/TA_Permission.java | ynsingh/brihaspati2 | c392bb650c3f5d738bfded56b1646f25ca3a9862 | [
"BSD-2-Clause"
] | 1 | 2020-05-07T07:27:40.000Z | 2020-05-07T07:27:40.000Z | WEB-INF/src/java/org/iitk/brihaspati/modules/screens/call/TA_Management/TA_Permission.java | nksinghiitk/brihaspati2 | 3ee90f91014ce012d0938277a1da1f3129b92e96 | [
"BSD-2-Clause"
] | 1 | 2020-05-05T08:47:47.000Z | 2020-05-05T08:47:47.000Z | 36.560748 | 84 | 0.708333 | 18,140 | package org.iitk.brihaspati.modules.screens.call.TA_Management;
/*
* @(#)TA_Permission.java
*
* Copyright (c) 2010 ETRG,IIT Kanpur.
* All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or
* without modification, are permitted provided that the following
* conditions are met:... |
3e2ae27831dfe501c1166bbcf8d2d8fa6cd89419 | 661 | java | Java | src/main/java/com/marco/javacovidstatus/model/rest/RespDataSets.java | marcosolina/covidstatus | eaec79896224d17535071524b6a99aa2e138c9e8 | [
"CC-BY-4.0"
] | 2 | 2020-11-22T13:51:37.000Z | 2021-04-12T17:14:42.000Z | src/main/java/com/marco/javacovidstatus/model/rest/RespDataSets.java | marcosolina/covidstatus | eaec79896224d17535071524b6a99aa2e138c9e8 | [
"CC-BY-4.0"
] | null | null | null | src/main/java/com/marco/javacovidstatus/model/rest/RespDataSets.java | marcosolina/covidstatus | eaec79896224d17535071524b6a99aa2e138c9e8 | [
"CC-BY-4.0"
] | null | null | null | 21.322581 | 96 | 0.729198 | 18,141 | package com.marco.javacovidstatus.model.rest;
import java.time.LocalDate;
import java.util.List;
import com.marco.utils.http.MarcoResponse;
import io.swagger.annotations.ApiModelProperty;
/**
* This represents the range of dates requested by the HTTP request, and the
* type of data
*
* @author Marco
*
*/
pub... |
3e2ae28106117f255ccb501a28c8306dec6539b8 | 3,147 | java | Java | ExtractedJars/RT_News_com.rt.mobile.english/javafiles/com/google/android/exoplayer2/offline/ProgressiveDownloadAction$1.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | 3 | 2019-05-01T09:22:08.000Z | 2019-07-06T22:21:59.000Z | ExtractedJars/RT_News_com.rt.mobile.english/javafiles/com/google/android/exoplayer2/offline/ProgressiveDownloadAction$1.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | null | null | null | ExtractedJars/RT_News_com.rt.mobile.english/javafiles/com/google/android/exoplayer2/offline/ProgressiveDownloadAction$1.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | 1 | 2020-11-26T12:22:02.000Z | 2020-11-26T12:22:02.000Z | 37.915663 | 106 | 0.611694 | 18,142 | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.google.android.exoplayer2.offline;
import android.net.Uri;
import java.io.DataInputStream;
import java.io.IOException;
// Referenced classes ... |
3e2ae383a06c6a502da5d4718140bc4519cae883 | 4,618 | java | Java | src/main/java/com/hellonms/platforms/emp_orange/client_swt/page/network/ne/Dialog4DiscoveryNeResult.java | paul-hyun/emp | 2dd66647c5522cbc59c786d413ed790a1f14f46c | [
"Apache-2.0"
] | 2 | 2020-04-04T04:36:01.000Z | 2022-02-24T00:07:19.000Z | src/main/java/com/hellonms/platforms/emp_orange/client_swt/page/network/ne/Dialog4DiscoveryNeResult.java | paul-hyun/emp | 2dd66647c5522cbc59c786d413ed790a1f14f46c | [
"Apache-2.0"
] | null | null | null | src/main/java/com/hellonms/platforms/emp_orange/client_swt/page/network/ne/Dialog4DiscoveryNeResult.java | paul-hyun/emp | 2dd66647c5522cbc59c786d413ed790a1f14f46c | [
"Apache-2.0"
] | null | null | null | 31.848276 | 152 | 0.743828 | 18,143 | package com.hellonms.platforms.emp_orange.client_swt.page.network.ne;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.SelectionAdapter;
import org.eclipse.swt.events.SelectionEvent;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.layout.GridL... |
3e2ae58b7d68eb3406df039d66c690e69ef0d489 | 55,401 | java | Java | src/main/java/decodes/sql/SqlDatabaseIO.java | adamkorynta/opendcs | 0a75fa38dd97cf73ad07edf2c1a978ad15b0270c | [
"Apache-2.0"
] | 7 | 2021-09-21T12:59:16.000Z | 2022-03-30T16:39:55.000Z | src/main/java/decodes/sql/SqlDatabaseIO.java | adamkorynta/opendcs | 0a75fa38dd97cf73ad07edf2c1a978ad15b0270c | [
"Apache-2.0"
] | 20 | 2015-09-24T02:22:07.000Z | 2022-03-29T20:03:56.000Z | src/main/java/decodes/sql/SqlDatabaseIO.java | adamkorynta/opendcs | 0a75fa38dd97cf73ad07edf2c1a978ad15b0270c | [
"Apache-2.0"
] | 9 | 2021-03-25T21:43:50.000Z | 2022-02-01T02:26:59.000Z | 24.502875 | 109 | 0.708182 | 18,144 | /*
* $Id: SqlDatabaseIO.java,v 1.15 2020/02/14 15:13:44 mmaloney Exp $
*
* Open Source Software
*
* $Log: SqlDatabaseIO.java,v $
* Revision 1.15 2020/02/14 15:13:44 mmaloney
* Implement isOpenTSDB
*
* Revision 1.14 2019/12/11 14:34:02 mmaloney
* Support OS authentication for HDB (issue 771)
*
* Revision... |
3e2ae6112024c41cd4d10a9630560cfe6a49feeb | 428 | java | Java | src/actr/tasks/tutorial/U1Addition.java | salvucci/actr-java | bd6a6ee5a6f296d99ae19a6b74f321257e6a9b9c | [
"MIT"
] | 6 | 2015-11-04T13:49:54.000Z | 2021-10-12T03:43:42.000Z | src/actr/tasks/tutorial/U1Addition.java | salvucci/actr-java | bd6a6ee5a6f296d99ae19a6b74f321257e6a9b9c | [
"MIT"
] | null | null | null | src/actr/tasks/tutorial/U1Addition.java | salvucci/actr-java | bd6a6ee5a6f296d99ae19a6b74f321257e6a9b9c | [
"MIT"
] | 4 | 2015-11-04T13:50:05.000Z | 2022-03-23T18:36:24.000Z | 22.526316 | 67 | 0.71729 | 18,145 | package actr.tasks.tutorial;
import actr.task.Result;
import actr.task.Task;
/**
* Tutorial Unit 1: Addition Task
*
* @author Dario Salvucci
*/
public class U1Addition extends Task {
@Override
public Result analyze(Task[] tasks, boolean output) {
boolean ok = (getModel().getProcedural().getLastProductionFire... |
3e2ae670fce48ea7adb0ce511dd63c76887a7c92 | 3,493 | java | Java | src/main/java/org/synyx/urlaubsverwaltung/dev/DemoDataConfiguration.java | ltrebing/urlaubsverwaltung | 783c16cf94be074e649c76e20e653d06d47be164 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/synyx/urlaubsverwaltung/dev/DemoDataConfiguration.java | ltrebing/urlaubsverwaltung | 783c16cf94be074e649c76e20e653d06d47be164 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/synyx/urlaubsverwaltung/dev/DemoDataConfiguration.java | ltrebing/urlaubsverwaltung | 783c16cf94be074e649c76e20e653d06d47be164 | [
"Apache-2.0"
] | null | null | null | 56.33871 | 204 | 0.830232 | 18,146 | package org.synyx.urlaubsverwaltung.dev;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
impo... |
3e2ae671ec50ee0e002f98c9cc8f72189c6d3fc3 | 6,219 | java | Java | tests/src/test/java/io/streamnative/pulsar/handlers/amqp/rabbitmq/functional/CcRoutes.java | Richard-Yi/aop | 7f1c020c0f128c5d9d8457ec38949ef6755a0505 | [
"Apache-2.0"
] | 73 | 2020-06-15T02:40:34.000Z | 2022-03-03T02:25:00.000Z | tests/src/test/java/io/streamnative/pulsar/handlers/amqp/rabbitmq/functional/CcRoutes.java | Richard-Yi/aop | 7f1c020c0f128c5d9d8457ec38949ef6755a0505 | [
"Apache-2.0"
] | 266 | 2020-06-15T08:49:31.000Z | 2022-03-31T15:41:46.000Z | tests/src/test/java/io/streamnative/pulsar/handlers/amqp/rabbitmq/functional/CcRoutes.java | Richard-Yi/aop | 7f1c020c0f128c5d9d8457ec38949ef6755a0505 | [
"Apache-2.0"
] | 29 | 2020-06-19T08:31:03.000Z | 2022-03-25T05:21:38.000Z | 32.056701 | 108 | 0.622447 | 18,147 |
/**
* 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
* distri... |
3e2ae6ae92facdd503ed995b449c1c996e3c13db | 1,373 | java | Java | Stanford_CS106a_Assignment1/CollectNewspaperKarel.java | mbavand/Stanford_CS106a_Assignments | 424a2366d740f1136ff445cf73509efc9538fb81 | [
"MIT"
] | null | null | null | Stanford_CS106a_Assignment1/CollectNewspaperKarel.java | mbavand/Stanford_CS106a_Assignments | 424a2366d740f1136ff445cf73509efc9538fb81 | [
"MIT"
] | null | null | null | Stanford_CS106a_Assignment1/CollectNewspaperKarel.java | mbavand/Stanford_CS106a_Assignments | 424a2366d740f1136ff445cf73509efc9538fb81 | [
"MIT"
] | null | null | null | 20.191176 | 66 | 0.662782 | 18,148 | /*
* File: CollectNewspaperKarel.java
* --------------------------------
* We instruct Karel to walk to the door of its house, pick up the
* newspaper (represented by a beeper, of course), and then return
* to its initial position in the upper left corner of the house.
*/
import stanford.karel.*;
public class ... |
3e2ae7d522c367c4f3711cf0506a175923495398 | 6,497 | java | Java | licence_informatique/L2/CoreWar/corewar-tpa/trunk/src/geneticPgrm/evolution/DefautCrossing.java | JasmineCA/Projects | 8e4c741420e8c8921064df3adafadb5ea351f61b | [
"CNRI-Python"
] | null | null | null | licence_informatique/L2/CoreWar/corewar-tpa/trunk/src/geneticPgrm/evolution/DefautCrossing.java | JasmineCA/Projects | 8e4c741420e8c8921064df3adafadb5ea351f61b | [
"CNRI-Python"
] | null | null | null | licence_informatique/L2/CoreWar/corewar-tpa/trunk/src/geneticPgrm/evolution/DefautCrossing.java | JasmineCA/Projects | 8e4c741420e8c8921064df3adafadb5ea351f61b | [
"CNRI-Python"
] | null | null | null | 25.084942 | 86 | 0.567647 | 18,149 | package geneticPgrm.evolution;
import virtual.instruction.Instruction;
import virtual.Warrior;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Random;
/**
* Classe DefautCrossing qui définit notre manière standard de
* croiser les warriors.
*/
public clas... |
3e2ae8b9bc67a3ae9f11c264ca77a5338bbaba20 | 2,191 | java | Java | src/main/java/com/bunq/sdk/model/generated/object/CardBatchReplaceEntry.java | maartenn/sdk_java | f8d573de3992af3829207e5fb854c1fcb12a8fdd | [
"MIT"
] | null | null | null | src/main/java/com/bunq/sdk/model/generated/object/CardBatchReplaceEntry.java | maartenn/sdk_java | f8d573de3992af3829207e5fb854c1fcb12a8fdd | [
"MIT"
] | null | null | null | src/main/java/com/bunq/sdk/model/generated/object/CardBatchReplaceEntry.java | maartenn/sdk_java | f8d573de3992af3829207e5fb854c1fcb12a8fdd | [
"MIT"
] | null | null | null | 26.39759 | 125 | 0.748973 | 18,150 | package com.bunq.sdk.model.generated.object;
import com.bunq.sdk.model.core.BunqModel;
import com.bunq.sdk.model.core.MonetaryAccountReference;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import com.google.gson.stream.JsonReader;
import java.math.BigDecimal;
import jav... |
3e2ae97d7361ca3c2057d6aee45ef5c87e5ac5d7 | 1,154 | java | Java | src/main/java/io/github/apace100/origins/power/TogglePower.java | Alluysl/origins-fabric | bb0d9e9f14f6644eae73648315dd6bcf9b7a4ed2 | [
"MIT"
] | 138 | 2020-06-26T06:23:11.000Z | 2022-03-29T02:40:52.000Z | src/main/java/io/github/apace100/origins/power/TogglePower.java | Latokike/origins-fabric | 12229301843f8b5b1c6749ecaad64162cdc6f244 | [
"MIT"
] | 489 | 2020-06-30T01:34:36.000Z | 2022-03-29T21:06:12.000Z | src/main/java/io/github/apace100/origins/power/TogglePower.java | Latokike/origins-fabric | 12229301843f8b5b1c6749ecaad64162cdc6f244 | [
"MIT"
] | 157 | 2020-07-18T02:45:34.000Z | 2022-03-29T21:55:18.000Z | 21.773585 | 89 | 0.644714 | 18,151 | package io.github.apace100.origins.power;
import io.github.apace100.origins.component.OriginComponent;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.nbt.ByteTag;
import net.minecraft.nbt.Tag;
public class TogglePower extends Power implements Active {
private boolean isActive;
public ... |
3e2ae9dbcfe65181515ec633585a555e75e2c660 | 813 | java | Java | LibraryManagement/src/LibraryManagement/Journal.java | allendaniel1993/Library-Management | fde618fd2c15bf0b9f9a51b16d5d0bbf89370611 | [
"MIT"
] | null | null | null | LibraryManagement/src/LibraryManagement/Journal.java | allendaniel1993/Library-Management | fde618fd2c15bf0b9f9a51b16d5d0bbf89370611 | [
"MIT"
] | null | null | null | LibraryManagement/src/LibraryManagement/Journal.java | allendaniel1993/Library-Management | fde618fd2c15bf0b9f9a51b16d5d0bbf89370611 | [
"MIT"
] | null | null | null | 18.906977 | 93 | 0.765068 | 18,152 | package LibraryManagement;
import com.google.java.contract.Ensures;
import com.google.java.contract.Invariant;
import com.google.java.contract.Requires;
public class Journal extends Book
{
private int Issue_Number;
private String Journal_Category;
public Journal()
{
super();
}
public Journal(String book_N... |
3e2aeb9ad94c53003c0d9de041f473a75a894c67 | 2,384 | java | Java | coeus-code/src/main/java/org/kuali/kra/irb/noteattachment/ProtocolAttachmentVersioningUtility.java | sasipolus/kc | 6bf957db29c17162853c41710f5898631fb4a111 | [
"ECL-2.0"
] | null | null | null | coeus-code/src/main/java/org/kuali/kra/irb/noteattachment/ProtocolAttachmentVersioningUtility.java | sasipolus/kc | 6bf957db29c17162853c41710f5898631fb4a111 | [
"ECL-2.0"
] | null | null | null | coeus-code/src/main/java/org/kuali/kra/irb/noteattachment/ProtocolAttachmentVersioningUtility.java | sasipolus/kc | 6bf957db29c17162853c41710f5898631fb4a111 | [
"ECL-2.0"
] | null | null | null | 41.824561 | 132 | 0.755872 | 18,153 | /*
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl1.php
*
* Unless required by... |
3e2aecaded424b8d672a06a86d341b8a8c1a10cd | 25,594 | java | Java | core/runtimeservices/src/main/java/org/apache/isis/core/runtimeservices/wrapper/WrapperFactoryDefault.java | ossvj/isis | c5ed909566ed7c4d8ec2bdb91e3a8f4fcf910fd4 | [
"Apache-2.0"
] | null | null | null | core/runtimeservices/src/main/java/org/apache/isis/core/runtimeservices/wrapper/WrapperFactoryDefault.java | ossvj/isis | c5ed909566ed7c4d8ec2bdb91e3a8f4fcf910fd4 | [
"Apache-2.0"
] | null | null | null | core/runtimeservices/src/main/java/org/apache/isis/core/runtimeservices/wrapper/WrapperFactoryDefault.java | ossvj/isis | c5ed909566ed7c4d8ec2bdb91e3a8f4fcf910fd4 | [
"Apache-2.0"
] | 1 | 2020-12-22T03:26:18.000Z | 2020-12-22T03:26:18.000Z | 43.015126 | 135 | 0.691217 | 18,154 | /*
* 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")... |
3e2aed1b41f9c9e7f6b4fc5d86a498eb12ba90e8 | 1,645 | java | Java | sandbox/fabric-virt/commands/src/main/java/org/fusesource/fabric/virt/commands/ListDomains.java | alexeev/jboss-fuse-mirror | a2c6c6d05945b537b24f33bd22a87d68592fbce7 | [
"Apache-2.0"
] | 1 | 2019-11-22T13:20:17.000Z | 2019-11-22T13:20:17.000Z | sandbox/fabric-virt/commands/src/main/java/org/fusesource/fabric/virt/commands/ListDomains.java | alexeev/jboss-fuse-mirror | a2c6c6d05945b537b24f33bd22a87d68592fbce7 | [
"Apache-2.0"
] | 1 | 2020-02-11T01:52:36.000Z | 2020-02-11T01:52:36.000Z | sandbox/fabric-virt/commands/src/main/java/org/fusesource/fabric/virt/commands/ListDomains.java | alexeev/jboss-fuse-mirror | a2c6c6d05945b537b24f33bd22a87d68592fbce7 | [
"Apache-2.0"
] | 2 | 2016-03-09T15:53:18.000Z | 2019-11-22T13:14:39.000Z | 34.270833 | 91 | 0.666869 | 18,155 | /**
* Copyright (C) FuseSource, Inc.
* http://fusesource.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... |
3e2aed8d1bdc73af4c066bf54978e92612dbf0a7 | 1,145 | java | Java | optaplanner-8-benchmarks/optaplanner-perf-benchmark/src/main/java/org/jboss/qa/brms/performance/localsearch/tsp/moveselector/TSPSubChainSwapMoveSelectorBenchmark.java | dupliaka/kie-benchmarks | ad74ce9bfbee2b8c49891247d4f0c33a6f284c47 | [
"Apache-2.0"
] | 4 | 2020-05-12T08:57:00.000Z | 2020-12-02T20:26:43.000Z | optaplanner-8-benchmarks/optaplanner-perf-benchmark/src/main/java/org/jboss/qa/brms/performance/localsearch/tsp/moveselector/TSPSubChainSwapMoveSelectorBenchmark.java | dupliaka/kie-benchmarks | ad74ce9bfbee2b8c49891247d4f0c33a6f284c47 | [
"Apache-2.0"
] | 41 | 2017-08-28T12:11:00.000Z | 2022-03-31T16:14:34.000Z | optaplanner-8-benchmarks/optaplanner-perf-benchmark/src/main/java/org/jboss/qa/brms/performance/localsearch/tsp/moveselector/TSPSubChainSwapMoveSelectorBenchmark.java | dupliaka/kie-benchmarks | ad74ce9bfbee2b8c49891247d4f0c33a6f284c47 | [
"Apache-2.0"
] | 26 | 2017-08-22T09:08:48.000Z | 2021-11-09T11:51:23.000Z | 36.935484 | 95 | 0.804367 | 18,156 | package org.jboss.qa.brms.performance.localsearch.tsp.moveselector;
import org.jboss.qa.brms.performance.examples.tsp.termination.EasyTSPCalculateCountTermination;
import org.jboss.qa.brms.performance.configuration.MoveSelectorConfigurations;
import org.optaplanner.examples.tsp.domain.TspSolution;
import org.openjdk.j... |
3e2aef9c9425191856ec0dbb55cc8aaa66601b82 | 325 | java | Java | src/main/java/com/galaxy/data/WeatherTypeEnum.java | angeles/galaxy | f24f571fa0980f1c6aa1c8cf2ec82bb950cd0384 | [
"MIT"
] | null | null | null | src/main/java/com/galaxy/data/WeatherTypeEnum.java | angeles/galaxy | f24f571fa0980f1c6aa1c8cf2ec82bb950cd0384 | [
"MIT"
] | null | null | null | src/main/java/com/galaxy/data/WeatherTypeEnum.java | angeles/galaxy | f24f571fa0980f1c6aa1c8cf2ec82bb950cd0384 | [
"MIT"
] | null | null | null | 13 | 39 | 0.630769 | 18,157 | package com.galaxy.data;
/**
* @author Kelvyns
*
*/
public enum WeatherTypeEnum {
DROUDHT ("Sequia"),
RAIN ("Llueve"),
NOTRAIN ("No llueve"),
OPTIMUM ("Optimo");
private final String type;
private WeatherTypeEnum(String type) {
this.type = type;
}
public String type() {
return this.type;
}... |
3e2aefcecf26b298a140a19d915debb4deb1c6d6 | 1,327 | java | Java | ql/src/java/org/apache/hadoop/hive/ql/plan/DropMacroDesc.java | LennonChin/hive-1.1.0-cdh5.16.1 | 5091063c0ecaa59add3225e5c4a583382a49a90c | [
"Apache-2.0"
] | 14 | 2020-06-20T14:08:02.000Z | 2022-01-22T14:26:00.000Z | ql/src/java/org/apache/hadoop/hive/ql/plan/DropMacroDesc.java | LennonChin/hive-1.1.0-cdh5.16.1 | 5091063c0ecaa59add3225e5c4a583382a49a90c | [
"Apache-2.0"
] | 2 | 2021-04-27T01:40:24.000Z | 2021-06-04T02:42:18.000Z | ql/src/java/org/apache/hadoop/hive/ql/plan/DropMacroDesc.java | LennonChin/hive-1.1.0-cdh5.16.1 | 5091063c0ecaa59add3225e5c4a583382a49a90c | [
"Apache-2.0"
] | 13 | 2020-06-20T14:58:34.000Z | 2021-11-09T13:25:32.000Z | 27.081633 | 75 | 0.728711 | 18,158 | /**
* 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... |
3e2af0d405af2d93e6006777d87e904ffea2d5c9 | 14,860 | java | Java | Sources/Elastos/Frameworks/Droid/DevSamples/jpk/JSGallery2/elastos/devsamples/node/jsgallery3d/src/com/android/gallery3d/ui/DialogDetailsView.java | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 7 | 2017-07-13T10:34:54.000Z | 2021-04-16T05:40:35.000Z | Sources/Elastos/Frameworks/Droid/DevSamples/jpk/JSGallery2/elastos/devsamples/node/jsgallery3d/src/com/android/gallery3d/ui/DialogDetailsView.java | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | null | null | null | Sources/Elastos/Frameworks/Droid/DevSamples/jpk/JSGallery2/elastos/devsamples/node/jsgallery3d/src/com/android/gallery3d/ui/DialogDetailsView.java | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 9 | 2017-07-13T12:33:20.000Z | 2021-06-19T02:46:48.000Z | 40.380435 | 101 | 0.530821 | 18,159 | /*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e2af1628fa39664b9606f89983c5e774aa10345 | 1,161 | java | Java | src/main/java/com/smoothstack/lms/adminservice/service/PublisherService.java | tbreitenfeldt/lms-administrator-microservice | 7fc4d9bb51b635240954a347434e98e8e868fa63 | [
"MIT"
] | null | null | null | src/main/java/com/smoothstack/lms/adminservice/service/PublisherService.java | tbreitenfeldt/lms-administrator-microservice | 7fc4d9bb51b635240954a347434e98e8e868fa63 | [
"MIT"
] | 4 | 2020-01-25T23:25:31.000Z | 2020-01-26T00:16:21.000Z | src/main/java/com/smoothstack/lms/adminservice/service/PublisherService.java | tbreitenfeldt/lms-administrator-microservice | 7fc4d9bb51b635240954a347434e98e8e868fa63 | [
"MIT"
] | 1 | 2020-09-21T16:27:52.000Z | 2020-09-21T16:27:52.000Z | 29.769231 | 104 | 0.753661 | 18,160 | package com.smoothstack.lms.adminservice.service;
import com.smoothstack.lms.adminservice.dao.PublisherDAO;
import com.smoothstack.lms.adminservice.entity.Publisher;
import com.smoothstack.lms.adminservice.exception.IllegalRelationReferenceException;
import org.springframework.beans.factory.annotation.Autowired;
impo... |
3e2af1638bc9f4cd499f9392d711f28c7516c22c | 3,881 | java | Java | src/main/java/com/raysmond/blog/support/web/HttpContentTypeSerializer.java | Freshwlnd/SpringBlog | 1b233841a74fce2cc7c4df9c8cac7785faf3f1c0 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/raysmond/blog/support/web/HttpContentTypeSerializer.java | Freshwlnd/SpringBlog | 1b233841a74fce2cc7c4df9c8cac7785faf3f1c0 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/raysmond/blog/support/web/HttpContentTypeSerializer.java | Freshwlnd/SpringBlog | 1b233841a74fce2cc7c4df9c8cac7785faf3f1c0 | [
"BSD-3-Clause"
] | 1 | 2021-04-28T04:13:38.000Z | 2021-04-28T04:13:38.000Z | 40.852632 | 94 | 0.592115 | 18,161 | package com.raysmond.blog.support.web;
import java.util.HashMap;
import java.util.Hashtable;
public class HttpContentTypeSerializer {
private static final Hashtable<String, String> variants = new Hashtable<String, String>();
private static final String defaultVariant = "application/octet-stream";
stati... |
3e2af1ed0e6245da3b4e7e16035d4fc366398bd8 | 1,362 | java | Java | src/net/hillsdon/reviki/wiki/renderer/creole/AttachmentLinkTarget.java | paulcadman/reviki | f3815d9de573260f50a0ac89215c9a8b4b477f10 | [
"Apache-2.0"
] | null | null | null | src/net/hillsdon/reviki/wiki/renderer/creole/AttachmentLinkTarget.java | paulcadman/reviki | f3815d9de573260f50a0ac89215c9a8b4b477f10 | [
"Apache-2.0"
] | null | null | null | src/net/hillsdon/reviki/wiki/renderer/creole/AttachmentLinkTarget.java | paulcadman/reviki | f3815d9de573260f50a0ac89215c9a8b4b477f10 | [
"Apache-2.0"
] | null | null | null | 25.222222 | 180 | 0.743025 | 18,162 | package net.hillsdon.reviki.wiki.renderer.creole;
import java.net.URI;
import java.net.URISyntaxException;
import net.hillsdon.reviki.web.urls.UnknownWikiException;
public class AttachmentLinkTarget implements LinkTarget {
private String _wiki;
private String _pageName;
private String _attachment;
public ... |
3e2af2304c1480888d7defb40a3ea0e8b4044f66 | 3,256 | java | Java | ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcUtils.java | woowahan/hive | 7524ad20054d32e84cb602c8b234a346dbf246ad | [
"Apache-2.0"
] | null | null | null | ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcUtils.java | woowahan/hive | 7524ad20054d32e84cb602c8b234a346dbf246ad | [
"Apache-2.0"
] | null | null | null | ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcUtils.java | woowahan/hive | 7524ad20054d32e84cb602c8b234a346dbf246ad | [
"Apache-2.0"
] | 1 | 2019-08-22T11:36:58.000Z | 2019-08-22T11:36:58.000Z | 39.228916 | 100 | 0.664926 | 18,163 | /**
* 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... |
3e2af251a89ccc05ebfd42902df419a9452633c3 | 6,757 | java | Java | sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentProactiveDetectionConfigurationInner.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 1,350 | 2015-01-17T05:22:05.000Z | 2022-03-29T21:00:37.000Z | sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentProactiveDetectionConfigurationInner.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 16,834 | 2015-01-07T02:19:09.000Z | 2022-03-31T23:29:10.000Z | sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentProactiveDetectionConfigurationInner.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 1,586 | 2015-01-02T01:50:28.000Z | 2022-03-31T11:25:34.000Z | 34.126263 | 135 | 0.71585 | 18,164 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.applicationinsights.fluent.models;
import com.azure.core.annotation.Fluent;
import com.azure.core.util.logging.ClientLogger;
imp... |
3e2af314eb7707e13ccd25469956a1cf11d86011 | 6,583 | java | Java | kit/src/main/java/com/oracle/javafx/scenebuilder/kit/editor/job/InsertAsAccessoryJob.java | zippoy/scenebuilder | 7585da203d1c14282d17d06633af934904cb9624 | [
"BSD-3-Clause"
] | 524 | 2018-05-09T16:29:46.000Z | 2022-03-30T16:17:24.000Z | kit/src/main/java/com/oracle/javafx/scenebuilder/kit/editor/job/InsertAsAccessoryJob.java | zippoy/scenebuilder | 7585da203d1c14282d17d06633af934904cb9624 | [
"BSD-3-Clause"
] | 317 | 2018-05-25T12:20:46.000Z | 2022-03-30T19:14:29.000Z | kit/src/main/java/com/oracle/javafx/scenebuilder/kit/editor/job/InsertAsAccessoryJob.java | zippoy/scenebuilder | 7585da203d1c14282d17d06633af934904cb9624 | [
"BSD-3-Clause"
] | 226 | 2018-05-09T20:35:25.000Z | 2022-03-26T12:00:46.000Z | 42.746753 | 95 | 0.677655 | 18,165 | /*
* Copyright (c) 2012, 2014, Oracle and/or its affiliates.
* All rights reserved. Use is subject to license terms.
*
* This file is available and licensed under the following license:
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followin... |
3e2af358b1159cd37cc37c93804af4bb54a9cf31 | 117 | java | Java | file-spring-boot-starter-webflux/src/main/java/me/insidezhou/southernquiet/file/web/exception/NotFoundException.java | InsideZhou/southern-quiet | 42eab0096b7a116947eed85192197cfe55a5ccec | [
"BSD-3-Clause"
] | 8 | 2020-04-22T01:31:57.000Z | 2021-09-12T02:30:52.000Z | file-spring-boot-starter-webflux/src/main/java/me/insidezhou/southernquiet/file/web/exception/NotFoundException.java | InsideZhou/southern-quiet | 42eab0096b7a116947eed85192197cfe55a5ccec | [
"BSD-3-Clause"
] | 1 | 2020-11-11T01:14:51.000Z | 2020-11-13T01:57:14.000Z | file-spring-boot-starter-webflux/src/main/java/me/insidezhou/southernquiet/file/web/exception/NotFoundException.java | InsideZhou/southern-quiet | 42eab0096b7a116947eed85192197cfe55a5ccec | [
"BSD-3-Clause"
] | 6 | 2019-02-21T07:49:04.000Z | 2022-01-14T09:11:59.000Z | 23.4 | 57 | 0.846154 | 18,166 | package me.insidezhou.southernquiet.file.web.exception;
public class NotFoundException extends RuntimeException {
}
|
3e2af39de80b6a1202f4bfced6e0263216fa44f0 | 1,684 | java | Java | src/main/java/no/uio/ifi/trackfind/backend/pojo/TfVersion.java | sveinugu/trackfind | bfa2f5ba4ef34973b488821e425dadcf2604a478 | [
"MIT"
] | 3 | 2019-10-11T12:47:58.000Z | 2020-01-26T00:11:19.000Z | src/main/java/no/uio/ifi/trackfind/backend/pojo/TfVersion.java | sveinugu/trackfind | bfa2f5ba4ef34973b488821e425dadcf2604a478 | [
"MIT"
] | 120 | 2017-08-29T09:02:14.000Z | 2020-01-31T12:43:42.000Z | src/main/java/no/uio/ifi/trackfind/backend/pojo/TfVersion.java | elixir-oslo/trackfind | bfa2f5ba4ef34973b488821e425dadcf2604a478 | [
"MIT"
] | 1 | 2017-09-01T22:52:29.000Z | 2017-09-01T22:52:29.000Z | 27.16129 | 80 | 0.716152 | 18,167 | package no.uio.ifi.trackfind.backend.pojo;
import lombok.*;
import no.uio.ifi.trackfind.backend.operations.Operation;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
import java.util.Set;
@org.hibernate.annotations.Cache(usage... |
3e2af56ac1bedde40907c52d68b97209533b6d3c | 1,827 | java | Java | src/main/java/ghost/ChaseBehaviour.java | Rahultalla29/pacman-cli | 09633d9296769891ee64810cf3c4267e11801c20 | [
"MIT"
] | 1 | 2022-01-31T22:04:35.000Z | 2022-01-31T22:04:35.000Z | src/main/java/ghost/ChaseBehaviour.java | Rahultalla29/pacman-cli | 09633d9296769891ee64810cf3c4267e11801c20 | [
"MIT"
] | null | null | null | src/main/java/ghost/ChaseBehaviour.java | Rahultalla29/pacman-cli | 09633d9296769891ee64810cf3c4267e11801c20 | [
"MIT"
] | null | null | null | 24.36 | 59 | 0.579091 | 18,168 | package ghost;
public interface ChaseBehaviour {
/**
* Moves chase ghost in respective pattern
* @param map Map
*/
public void chase(Map map);
/**
* Moves ghost with accordance to chaser ghost
* For Whim ghost
* @param map Map class instance
* @param chaser chaser gh... |
3e2af79a87e910b72dd9e8660df7e9ef08f2038a | 696 | java | Java | src/test/java/org/rookit/dm/AbstractRookitTest.java | JPDSousa/rookit-data-model | e939922550145b371d6717a066b5005a22d0104e | [
"MIT"
] | null | null | null | src/test/java/org/rookit/dm/AbstractRookitTest.java | JPDSousa/rookit-data-model | e939922550145b371d6717a066b5005a22d0104e | [
"MIT"
] | 63 | 2017-09-10T14:09:54.000Z | 2019-11-05T05:28:14.000Z | src/test/java/org/rookit/dm/AbstractRookitTest.java | JPDSousa/rookit-data-model | e939922550145b371d6717a066b5005a22d0104e | [
"MIT"
] | 1 | 2017-10-01T08:27:42.000Z | 2017-10-01T08:27:42.000Z | 26.769231 | 96 | 0.682471 | 18,169 |
package org.rookit.dm;
import org.bson.types.ObjectId;
import org.junit.jupiter.api.Test;
import org.rookit.api.dm.RookitModel;
import org.rookit.test.SerializationTest;
import static org.assertj.core.api.Assertions.assertThat;
@SuppressWarnings("javadoc")
public abstract class AbstractRookitTest<T extends RookitMo... |
3e2af7ed5cb9edba2e8e3d377bc7b9cb9d1c66f1 | 5,266 | java | Java | TradingPlatform1/src/test/java/connmanager/SqlUserHelper.java | SlavaPihidko/TradingPlatform | 45ee85122206c4205e3d5e048564ca4851e3be93 | [
"Apache-2.0"
] | null | null | null | TradingPlatform1/src/test/java/connmanager/SqlUserHelper.java | SlavaPihidko/TradingPlatform | 45ee85122206c4205e3d5e048564ca4851e3be93 | [
"Apache-2.0"
] | null | null | null | TradingPlatform1/src/test/java/connmanager/SqlUserHelper.java | SlavaPihidko/TradingPlatform | 45ee85122206c4205e3d5e048564ca4851e3be93 | [
"Apache-2.0"
] | null | null | null | 28.775956 | 90 | 0.644512 | 18,170 | package connmanager;
import model.UserData;
import model.UserLimits;
import java.sql.*;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class SqlUserHelper extends SqlHelperBa... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.