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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e38ce7dc5190948010f29a3b65c585a699183d6 | 1,099 | java | Java | src/r/a7/testes/disciplina/Disciplina.java | HigorSnt/p2 | d96ab96a73e59dae98230fff3759c8f13a3cb6c5 | [
"MIT"
] | 5 | 2019-06-03T23:02:53.000Z | 2020-03-16T22:27:33.000Z | src/r/a7/testes/disciplina/Disciplina.java | HigorSnt/p2 | d96ab96a73e59dae98230fff3759c8f13a3cb6c5 | [
"MIT"
] | 4 | 2019-05-29T16:08:06.000Z | 2019-06-12T17:53:09.000Z | src/r/a7/testes/disciplina/Disciplina.java | HigorSnt/p2 | d96ab96a73e59dae98230fff3759c8f13a3cb6c5 | [
"MIT"
] | 24 | 2017-11-10T00:08:50.000Z | 2019-11-18T10:03:06.000Z | 18.016393 | 56 | 0.594177 | 23,988 | package r.a7.testes.disciplina;
public class Disciplina {
private String nome;
private double[] notas;
public Disciplina(String nome) {
if (nome == null) {
throw new NullPointerException("Nome nulo");
}
if (nome.trim().equals("")) {
throw new IllegalArgumentException("Nome invalido");... |
3e38ce94b3a567d6338bea543defc4e5355faeb0 | 950 | java | Java | packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/CookieManagerHostApiImpl.java | taejung1205/plugins | 7072ed3deb3a0ee2f73177f56edf0a92497dd3fb | [
"BSD-3-Clause"
] | 16,518 | 2017-04-24T16:40:19.000Z | 2022-03-31T23:32:37.000Z | packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/CookieManagerHostApiImpl.java | taejung1205/plugins | 7072ed3deb3a0ee2f73177f56edf0a92497dd3fb | [
"BSD-3-Clause"
] | 3,355 | 2017-04-20T11:24:22.000Z | 2022-03-31T23:37:47.000Z | packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/CookieManagerHostApiImpl.java | taejung1205/plugins | 7072ed3deb3a0ee2f73177f56edf0a92497dd3fb | [
"BSD-3-Clause"
] | 10,451 | 2017-04-19T07:55:51.000Z | 2022-03-31T18:12:50.000Z | 31.666667 | 88 | 0.743158 | 23,989 | // Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package io.flutter.plugins.webviewflutter;
import android.os.Build;
import android.webkit.CookieManager;
class CookieManagerHostApiImpl implements Genera... |
3e38ce9aa769b3dd7775bd7f5f29c5a9bebe13ad | 439 | java | Java | flak-resource/src/main/java/flak/plugin/resource/ContentTypeProvider.java | thewolt/flak | d9a577ae5d86c1be4f1d97b083e685d0b773722d | [
"Apache-2.0"
] | 30 | 2018-01-20T10:20:14.000Z | 2022-03-15T18:26:05.000Z | flak-resource/src/main/java/flak/plugin/resource/ContentTypeProvider.java | thewolt/flak | d9a577ae5d86c1be4f1d97b083e685d0b773722d | [
"Apache-2.0"
] | 6 | 2018-05-02T02:14:13.000Z | 2021-11-18T00:53:17.000Z | flak-resource/src/main/java/flak/plugin/resource/ContentTypeProvider.java | thewolt/flak | d9a577ae5d86c1be4f1d97b083e685d0b773722d | [
"Apache-2.0"
] | 5 | 2018-01-19T02:29:36.000Z | 2021-12-01T15:23:41.000Z | 25.823529 | 78 | 0.738041 | 23,990 | package flak.plugin.resource;
/**
* Provides the mapping between a resource's path and the content type to
* associate it with. It is used by resource handlers and the typical
* implementation is to look at the file extension in path.
*/
public interface ContentTypeProvider {
/**
* Returns the content type t... |
3e38ced1130ae8815990cf752e966e742451ca7b | 2,345 | java | Java | src/main/java/census/query/dto/internal/CharactersEvent.java | LuiZiffer/ps2-census | dcef4a46ae74955b0bb6413157b011cbd75816ce | [
"MIT"
] | 1 | 2022-01-26T15:17:07.000Z | 2022-01-26T15:17:07.000Z | src/main/java/census/query/dto/internal/CharactersEvent.java | LuiZiffer/ps2-census | dcef4a46ae74955b0bb6413157b011cbd75816ce | [
"MIT"
] | 1 | 2020-12-19T22:10:47.000Z | 2021-07-06T14:33:43.000Z | src/main/java/census/query/dto/internal/CharactersEvent.java | LuiZiffer/ps2-census | dcef4a46ae74955b0bb6413157b011cbd75816ce | [
"MIT"
] | 1 | 2020-12-19T21:49:59.000Z | 2020-12-19T21:49:59.000Z | 22.122642 | 112 | 0.73774 | 23,991 | package census.query.dto.internal;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import census.anatomy.Collection;
import census.query.dto.CensusCollecti... |
3e38cf4e69ef1bbb720d94fd4777fa8970928618 | 1,189 | java | Java | content/04/code/java/12--step12-replace-hardcoded-lucy-instance/shouty/src/test/java/shouty/StepDefinitions.java | gyanesh-mahana/bdd-with-cucumber | 4b0c446e7e6eb20b288d1e94df130e633b4c03cf | [
"CC-BY-4.0"
] | 44 | 2020-08-06T21:33:33.000Z | 2022-01-17T10:31:01.000Z | content/04/code/java/12--step12-replace-hardcoded-lucy-instance/shouty/src/test/java/shouty/StepDefinitions.java | gyanesh-mahana/bdd-with-cucumber | 4b0c446e7e6eb20b288d1e94df130e633b4c03cf | [
"CC-BY-4.0"
] | 34 | 2020-02-19T03:48:53.000Z | 2022-01-24T18:22:24.000Z | content/04/code/java/12--step12-replace-hardcoded-lucy-instance/shouty/src/test/java/shouty/StepDefinitions.java | gyanesh-mahana/bdd-with-cucumber | 4b0c446e7e6eb20b288d1e94df130e633b4c03cf | [
"CC-BY-4.0"
] | 112 | 2020-08-11T13:03:18.000Z | 2022-01-24T18:35:31.000Z | 24.770833 | 85 | 0.681245 | 23,992 | package shouty;
import io.cucumber.java.Before;
import io.cucumber.java.en.Given;
import io.cucumber.java.en.Then;
import io.cucumber.java.en.When;
import java.util.HashMap;
import static java.util.Arrays.asList;
import static org.junit.Assert.assertEquals;
public class StepDefinitions {
private Person sean;
... |
3e38d04c0455ccdda34565da3f9e1f36e434eda5 | 1,686 | java | Java | src/main/java/top/inject/dada/protocol/RequestContainer.java | TamirTian/DaDaSDK | 9fb378439ac6a4711f99f4dfb264e4e76700cb13 | [
"Apache-2.0"
] | null | null | null | src/main/java/top/inject/dada/protocol/RequestContainer.java | TamirTian/DaDaSDK | 9fb378439ac6a4711f99f4dfb264e4e76700cb13 | [
"Apache-2.0"
] | 1 | 2018-11-13T15:49:01.000Z | 2018-11-13T15:49:06.000Z | src/main/java/top/inject/dada/protocol/RequestContainer.java | TamirTian/DaDaSDK | 9fb378439ac6a4711f99f4dfb264e4e76700cb13 | [
"Apache-2.0"
] | null | null | null | 17.93617 | 50 | 0.568802 | 23,993 | package top.inject.dada.protocol;
import com.alibaba.fastjson.annotation.JSONField;
public class RequestContainer {
/**
* 应用Key,对应开发者账号中的app_key
*/
@JSONField(name = "app_key")
private String appKey;
/**
* 签名Hash值,参见:接口签名规则
*/
private String signature;
/**
* 时间戳,单位秒,即u... |
3e38d0bae2385e0b7146b89013eeeeb31d95e47d | 660 | java | Java | youlai-auth/src/main/java/com/youlai/auth/AuthApplication.java | wuchunfu/youlai-mall | 6a810f4bac713bee9b14af41bd2fa3555598d482 | [
"Apache-2.0"
] | 227 | 2022-01-16T15:17:11.000Z | 2022-03-30T01:35:35.000Z | youlai-auth/src/main/java/com/youlai/auth/AuthApplication.java | wuchunfu/youlai-mall | 6a810f4bac713bee9b14af41bd2fa3555598d482 | [
"Apache-2.0"
] | 4 | 2022-01-18T02:18:45.000Z | 2022-03-04T02:49:02.000Z | youlai-auth/src/main/java/com/youlai/auth/AuthApplication.java | wuchunfu/youlai-mall | 6a810f4bac713bee9b14af41bd2fa3555598d482 | [
"Apache-2.0"
] | 62 | 2022-01-16T18:49:49.000Z | 2022-03-31T09:10:09.000Z | 34.736842 | 90 | 0.830303 | 23,994 | package com.youlai.auth;
import com.youlai.admin.api.UserFeignClient;
import com.youlai.mall.ums.api.MemberFeignClient;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import... |
3e38d1df9091adaa4c880383cbbc41c4cec234bd | 9,005 | java | Java | Calculator/app/src/main/java/com/example/chen/calculator/MainActivity.java | LionelOrange/androidstudioprojects | 6d74daae72cdf21bb6d9866121dd02eb3e81f69b | [
"Apache-2.0"
] | null | null | null | Calculator/app/src/main/java/com/example/chen/calculator/MainActivity.java | LionelOrange/androidstudioprojects | 6d74daae72cdf21bb6d9866121dd02eb3e81f69b | [
"Apache-2.0"
] | null | null | null | Calculator/app/src/main/java/com/example/chen/calculator/MainActivity.java | LionelOrange/androidstudioprojects | 6d74daae72cdf21bb6d9866121dd02eb3e81f69b | [
"Apache-2.0"
] | null | null | null | 34.109848 | 78 | 0.465297 | 23,995 | package com.example.chen.calculator;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class MainActivity extends Activity implements View.OnClickListener{
Button btn0=null;
Button btn1=null;
Button btn2=nu... |
3e38d1e3ac8d68aa9b23dc0b5101e4511a43cef9 | 710 | java | Java | daily-test/src/main/java/com/lt/dailytest/othertest/leecode/inte/Soution.java | luotongluo/other-test | 56c67bcec199088f0ad50cb68dd5fdc6950524f7 | [
"Apache-2.0"
] | null | null | null | daily-test/src/main/java/com/lt/dailytest/othertest/leecode/inte/Soution.java | luotongluo/other-test | 56c67bcec199088f0ad50cb68dd5fdc6950524f7 | [
"Apache-2.0"
] | null | null | null | daily-test/src/main/java/com/lt/dailytest/othertest/leecode/inte/Soution.java | luotongluo/other-test | 56c67bcec199088f0ad50cb68dd5fdc6950524f7 | [
"Apache-2.0"
] | null | null | null | 24.482759 | 66 | 0.588732 | 23,996 | package com.lt.dailytest.othertest.leecode.inte;
import java.util.Arrays;
/**
* @author tong.luo
* @description Soution
* @date 2021/5/6 16:56
*/
public class Soution {
public static boolean CheckPermutation(String s1, String s2) {
if(s1.length() != s2.length()){
return false;
}
... |
3e38d2d6c7dd9fe985943121f9ba9ff5bd3e64bf | 2,570 | java | Java | grouper/src/test/edu/internet2/middleware/grouper/filter/AllFilterTests.java | rb12345/grouper | 1df01636c6647d27e7ded7463498cc245f6b314f | [
"Apache-2.0"
] | 63 | 2015-02-02T17:24:08.000Z | 2022-02-18T07:20:13.000Z | grouper/src/test/edu/internet2/middleware/grouper/filter/AllFilterTests.java | rb12345/grouper | 1df01636c6647d27e7ded7463498cc245f6b314f | [
"Apache-2.0"
] | 92 | 2015-01-21T14:40:00.000Z | 2022-02-10T23:56:03.000Z | grouper/src/test/edu/internet2/middleware/grouper/filter/AllFilterTests.java | rb12345/grouper | 1df01636c6647d27e7ded7463498cc245f6b314f | [
"Apache-2.0"
] | 70 | 2015-03-23T08:50:33.000Z | 2022-03-18T07:00:57.000Z | 36.714286 | 89 | 0.743969 | 23,997 | /**
* Copyright 2014 Internet2
*
* 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... |
3e38d3532b7f1ef3d3855b3c773e3828ac89372a | 2,659 | java | Java | src/main/java/fi/antientropy/sideshow/rest/service/LocationServiceImpl.java | jnupponen/sideshow-rest | 94e4419597bc08fa746280459a35bfff7d18cf75 | [
"MIT"
] | null | null | null | src/main/java/fi/antientropy/sideshow/rest/service/LocationServiceImpl.java | jnupponen/sideshow-rest | 94e4419597bc08fa746280459a35bfff7d18cf75 | [
"MIT"
] | null | null | null | src/main/java/fi/antientropy/sideshow/rest/service/LocationServiceImpl.java | jnupponen/sideshow-rest | 94e4419597bc08fa746280459a35bfff7d18cf75 | [
"MIT"
] | null | null | null | 32.036145 | 104 | 0.678827 | 23,998 | package fi.antientropy.sideshow.rest.service;
import java.util.Optional;
import javax.transaction.Transactional;
import org.apache.commons.codec.digest.DigestUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import fi.antientropy.sideshow.rest.dom... |
3e38d3d038c27d919ba5ae534f9ea6a9173e597a | 3,840 | java | Java | Xholon/src/org/primordion/xholon/io/json/JsonWriterFactory.java | kenwebb/Xholon | 4ec8a54e62bd84bd21e1e28f9b64b4f09740896e | [
"MIT"
] | 1 | 2020-04-07T17:22:08.000Z | 2020-04-07T17:22:08.000Z | Xholon/src/org/primordion/xholon/io/json/JsonWriterFactory.java | kenwebb/Xholon | 4ec8a54e62bd84bd21e1e28f9b64b4f09740896e | [
"MIT"
] | 1 | 2020-01-04T22:44:34.000Z | 2020-01-04T22:44:34.000Z | Xholon/src/org/primordion/xholon/io/json/JsonWriterFactory.java | kenwebb/Xholon | 4ec8a54e62bd84bd21e1e28f9b64b4f09740896e | [
"MIT"
] | null | null | null | 32.550847 | 94 | 0.700338 | 23,999 | /* Xholon Runtime Framework - executes event-driven & dynamic applications
* Copyright (C) 2010 Ken Webb
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2.1
* of th... |
3e38d4119e3b3addfaca57e610d8a11792668b53 | 1,035 | java | Java | java/src/main/java/net/razorvine/serpent/ast/SequenceNode.java | toddrme2178/Serpent | 24e8571f6d1f4c26d0816f0b75b4a6f1a588eebf | [
"MIT"
] | 41 | 2015-02-04T20:14:30.000Z | 2022-03-21T11:51:18.000Z | java/src/main/java/net/razorvine/serpent/ast/SequenceNode.java | toddrme2178/Serpent | 24e8571f6d1f4c26d0816f0b75b4a6f1a588eebf | [
"MIT"
] | 33 | 2015-01-06T01:37:01.000Z | 2021-06-12T13:12:51.000Z | java/src/main/java/net/razorvine/serpent/ast/SequenceNode.java | toddrme2178/Serpent | 24e8571f6d1f4c26d0816f0b75b4a6f1a588eebf | [
"MIT"
] | 18 | 2015-09-06T05:26:12.000Z | 2022-03-18T06:50:12.000Z | 20.294118 | 55 | 0.698551 | 24,000 | package net.razorvine.serpent.ast;
import java.util.ArrayList;
import java.util.List;
public abstract class SequenceNode implements INode
{
public List<INode> elements = new ArrayList<INode>();
public abstract char getOpenChar();
public abstract char getCloseChar();
@Override
public int hashCode()
{
int hash... |
3e38d42f85331eac10420d2d169a7e1196322470 | 3,166 | java | Java | src/main/java/io/debezium/connector/db2/Db2Connector.java | samagonas/debezium-connector-db2 | 3a322b0e4b1bd60c3611dba2c96a1ca616e72e9d | [
"Apache-2.0"
] | 8 | 2021-05-03T17:10:22.000Z | 2022-02-21T19:30:30.000Z | src/main/java/io/debezium/connector/db2/Db2Connector.java | samagonas/debezium-connector-db2 | 3a322b0e4b1bd60c3611dba2c96a1ca616e72e9d | [
"Apache-2.0"
] | 19 | 2020-12-20T12:33:58.000Z | 2022-02-21T16:15:41.000Z | src/main/java/io/debezium/connector/db2/Db2Connector.java | samagonas/debezium-connector-db2 | 3a322b0e4b1bd60c3611dba2c96a1ca616e72e9d | [
"Apache-2.0"
] | 20 | 2020-12-01T17:05:20.000Z | 2022-03-18T19:13:22.000Z | 32.306122 | 138 | 0.693936 | 24,001 | /*
* Copyright Debezium Authors.
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package io.debezium.connector.db2;
import java.sql.SQLException;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Ma... |
3e38d4faa155a1fa7f9939f6ffd4f2e0b928f24a | 7,219 | java | Java | polocloud-api/src/main/java/de/polocloud/api/property/def/SimpleCachedPropertyManager.java | McMaxDE/cloudsystem | 3ce223a53c19b7a5a6b7f99e76f34740a057cd20 | [
"MIT"
] | null | null | null | polocloud-api/src/main/java/de/polocloud/api/property/def/SimpleCachedPropertyManager.java | McMaxDE/cloudsystem | 3ce223a53c19b7a5a6b7f99e76f34740a057cd20 | [
"MIT"
] | null | null | null | polocloud-api/src/main/java/de/polocloud/api/property/def/SimpleCachedPropertyManager.java | McMaxDE/cloudsystem | 3ce223a53c19b7a5a6b7f99e76f34740a057cd20 | [
"MIT"
] | null | null | null | 36.64467 | 202 | 0.63042 | 24,002 | package de.polocloud.api.property.def;
import de.polocloud.api.PoloCloudAPI;
import de.polocloud.api.common.PoloType;
import de.polocloud.api.common.PoloTypeUnsupportedActionException;
import de.polocloud.api.config.FileConstants;
import de.polocloud.api.config.JsonData;
import de.polocloud.api.logger.PoloLogger;
impo... |
3e38d51b678f3592ffa0bf7809c3bba33b2a3eba | 633 | java | Java | sealion server/src/sealion/server/security/crypto/MD5.java | agemor/sealion2 | abe891c2c7993f30e4715e033522c7862f91f930 | [
"Apache-2.0"
] | null | null | null | sealion server/src/sealion/server/security/crypto/MD5.java | agemor/sealion2 | abe891c2c7993f30e4715e033522c7862f91f930 | [
"Apache-2.0"
] | null | null | null | sealion server/src/sealion/server/security/crypto/MD5.java | agemor/sealion2 | abe891c2c7993f30e4715e033522c7862f91f930 | [
"Apache-2.0"
] | null | null | null | 26.375 | 83 | 0.687204 | 24,003 | package sealion.server.security.crypto;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
public class MD5 {
public static String digest(String message) {
String MD5 = "";
try {
MessageDigest md5 = MessageDigest.getInstance("MD5");
md5.update(message.getBytes());
byte by... |
3e38d615c40db41568e577bc5486ec8f8a14867d | 1,358 | java | Java | src/main/java/com/binance/api/client/api/async/BinanceApiAsyncFuturesRestClient.java | 3mpir3rid3r/binance-repo | 0f9cfa9a4511db03980446c518678e28be6430f4 | [
"MIT"
] | 10 | 2021-04-02T11:52:27.000Z | 2022-03-23T14:56:57.000Z | src/main/java/com/binance/api/client/api/async/BinanceApiAsyncFuturesRestClient.java | 3mpir3rid3r/binance-repo | 0f9cfa9a4511db03980446c518678e28be6430f4 | [
"MIT"
] | 1 | 2021-06-07T20:54:48.000Z | 2021-06-07T20:54:48.000Z | src/main/java/com/binance/api/client/api/async/BinanceApiAsyncFuturesRestClient.java | 3mpir3rid3r/binance-repo | 0f9cfa9a4511db03980446c518678e28be6430f4 | [
"MIT"
] | 7 | 2021-05-20T18:34:31.000Z | 2022-03-10T22:31:34.000Z | 41.151515 | 111 | 0.804124 | 24,004 | package com.binance.api.client.api.async;
import com.binance.api.client.api.BinanceApiCallback;
import com.binance.api.client.domain.account.*;
import com.binance.api.client.domain.account.request.CancelOrderRequest;
import com.binance.api.client.domain.account.request.CancelOrderResponse;
import com.binance.api... |
3e38d66e4a5de1a04a5b7c0121926d2b4841c393 | 1,356 | java | Java | src/com/johnsoft/plugin/json2pojo/EasyPrintLiveTemplateProvider.java | johnlee175/json2pojo | adab853c06b8b6d554844211a3c5bf9d42d54175 | [
"Apache-2.0"
] | 4 | 2018-07-19T08:37:36.000Z | 2019-12-04T11:34:36.000Z | src/com/johnsoft/plugin/json2pojo/EasyPrintLiveTemplateProvider.java | johnlee175/json2pojo | adab853c06b8b6d554844211a3c5bf9d42d54175 | [
"Apache-2.0"
] | null | null | null | src/com/johnsoft/plugin/json2pojo/EasyPrintLiveTemplateProvider.java | johnlee175/json2pojo | adab853c06b8b6d554844211a3c5bf9d42d54175 | [
"Apache-2.0"
] | null | null | null | 34.769231 | 84 | 0.74705 | 24,005 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache license, Version 2.0
* (the "License"); you may n... |
3e38d715accb50768d49668d07579c7c77a6298a | 1,107 | java | Java | src/test/java/com/aidriveall/cms/service/dto/ProcessEntityRelationDTOTest.java | wangxinxx/jhi-ant-vue | e0aba8370ea1f9c8804bf1e3cfb319ee2ed29666 | [
"MIT"
] | 4 | 2020-09-09T05:59:45.000Z | 2021-08-18T18:54:11.000Z | src/test/java/com/aidriveall/cms/service/dto/ProcessEntityRelationDTOTest.java | wangxinxx/jhi-ant-vue | e0aba8370ea1f9c8804bf1e3cfb319ee2ed29666 | [
"MIT"
] | null | null | null | src/test/java/com/aidriveall/cms/service/dto/ProcessEntityRelationDTOTest.java | wangxinxx/jhi-ant-vue | e0aba8370ea1f9c8804bf1e3cfb319ee2ed29666 | [
"MIT"
] | 5 | 2021-03-17T09:32:11.000Z | 2021-12-07T07:00:14.000Z | 46.125 | 92 | 0.793135 | 24,006 | package com.aidriveall.cms.service.dto;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
import com.aidriveall.cms.web.rest.TestUtil;
public class ProcessEntityRelationDTOTest {
@Test
public void dtoEqualsVerifier() throws Exception {
TestUtil.equalsVerifie... |
3e38d74139787c3acd95e082f5082f2c0d736d26 | 1,302 | java | Java | eem/src/main/java/it/nextworks/eem/rabbitMessage/AbortingResultInternalMessage.java | 5GEVE/experiment-execution-manager | 8c8899d44d0c178de0f6f0bea7268c19cfe40165 | [
"Apache-2.0"
] | null | null | null | eem/src/main/java/it/nextworks/eem/rabbitMessage/AbortingResultInternalMessage.java | 5GEVE/experiment-execution-manager | 8c8899d44d0c178de0f6f0bea7268c19cfe40165 | [
"Apache-2.0"
] | null | null | null | eem/src/main/java/it/nextworks/eem/rabbitMessage/AbortingResultInternalMessage.java | 5GEVE/experiment-execution-manager | 8c8899d44d0c178de0f6f0bea7268c19cfe40165 | [
"Apache-2.0"
] | 1 | 2021-03-05T13:06:39.000Z | 2021-03-05T13:06:39.000Z | 27.125 | 118 | 0.75192 | 24,007 | /*
* Copyright 2018 Nextworks s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... |
3e38d7d3f513add9bf51b5e405d570c067d4dbe2 | 16,653 | java | Java | app/src/test/java/com/sourceallies/android/zonebeacon/data/SQLiteQueryTest.java | jonchapmansai/zonebeacon | 7758cda14a348c5a94910e05eb2006ebd131b24c | [
"Apache-2.0"
] | 4 | 2016-12-05T20:17:13.000Z | 2020-04-15T14:43:58.000Z | app/src/test/java/com/sourceallies/android/zonebeacon/data/SQLiteQueryTest.java | jonchapmansai/zonebeacon | 7758cda14a348c5a94910e05eb2006ebd131b24c | [
"Apache-2.0"
] | null | null | null | app/src/test/java/com/sourceallies/android/zonebeacon/data/SQLiteQueryTest.java | jonchapmansai/zonebeacon | 7758cda14a348c5a94910e05eb2006ebd131b24c | [
"Apache-2.0"
] | 2 | 2017-03-20T07:48:19.000Z | 2019-07-16T21:00:33.000Z | 37.761905 | 106 | 0.653516 | 24,008 | /*
* Copyright (C) 2016 Source Allies, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... |
3e38d8164159926f12c53ac162811c066919921a | 190 | java | Java | oss-core/src/main/java/com/ekeyfund/oss/core/constant/DatasourceEnum.java | greation/oss | dd44fd2fa56a3b6a8a83055d6d46102273d4263a | [
"Apache-2.0"
] | null | null | null | oss-core/src/main/java/com/ekeyfund/oss/core/constant/DatasourceEnum.java | greation/oss | dd44fd2fa56a3b6a8a83055d6d46102273d4263a | [
"Apache-2.0"
] | null | null | null | oss-core/src/main/java/com/ekeyfund/oss/core/constant/DatasourceEnum.java | greation/oss | dd44fd2fa56a3b6a8a83055d6d46102273d4263a | [
"Apache-2.0"
] | null | null | null | 14.615385 | 39 | 0.726316 | 24,009 | package com.ekeyfund.oss.core.constant;
/**
*
* 多数据源的枚举
*
* @author fengshuonan
* @date 2017年3月5日 上午10:15:02
*/
public enum DatasourceEnum {
DATA_SOURCE_YQ_OSS,DATA_SOURCE_GY_P2P
}
|
3e38d8656926134144855f9708aca5ba240b3f17 | 6,106 | java | Java | src/Animation.java | nobiofla/Java-Midpoint-Animation | ce81caab6e2de03fc3f8397f8d7977676571a8b1 | [
"Unlicense"
] | null | null | null | src/Animation.java | nobiofla/Java-Midpoint-Animation | ce81caab6e2de03fc3f8397f8d7977676571a8b1 | [
"Unlicense"
] | null | null | null | src/Animation.java | nobiofla/Java-Midpoint-Animation | ce81caab6e2de03fc3f8397f8d7977676571a8b1 | [
"Unlicense"
] | 1 | 2022-03-24T15:05:21.000Z | 2022-03-24T15:05:21.000Z | 30.53 | 98 | 0.458402 | 24,010 | import java.util.Scanner;
import java.awt.*;
import javax.swing.*;
import java.io.FileReader;
import java.io.FileNotFoundException;
import java.io.IOException;
public class Animation extends JPanel implements Runnable {
static Scanner fileInFace, fileInClockNumber;
double halftime = 0.0f;
double rotat... |
3e38d8f3d4698ad4ff0e1141f76e9eeaff165a63 | 5,009 | java | Java | app/src/main/java/com/example/jsq/Calculate.java | Dianacassie520/Calculator | 6fffd835e523c09bec6446f22149e7f08e8e9d65 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/jsq/Calculate.java | Dianacassie520/Calculator | 6fffd835e523c09bec6446f22149e7f08e8e9d65 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/jsq/Calculate.java | Dianacassie520/Calculator | 6fffd835e523c09bec6446f22149e7f08e8e9d65 | [
"Apache-2.0"
] | null | null | null | 31.30625 | 170 | 0.39988 | 24,011 | package com.example.jsq;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.Stack;
public class Calculate {
String expr;
ArrayList<Object> suffixExpr= new ArrayList<>();
public static void main(String[] args){
Calculate c = new Calculate("(3+5)/2");
System.out.println... |
3e38d9dbe226d69852c507323ee0223a70ecd6cf | 32,632 | java | Java | systemtest/src/test/java/io/strimzi/systemtest/mirrormaker/MirrorMaker2ST.java | roufa85/strimzi-kafka-operator | f798c53ed79f6b5b0bd3b6b5eb108afeb1d67463 | [
"Apache-2.0"
] | null | null | null | systemtest/src/test/java/io/strimzi/systemtest/mirrormaker/MirrorMaker2ST.java | roufa85/strimzi-kafka-operator | f798c53ed79f6b5b0bd3b6b5eb108afeb1d67463 | [
"Apache-2.0"
] | null | null | null | systemtest/src/test/java/io/strimzi/systemtest/mirrormaker/MirrorMaker2ST.java | roufa85/strimzi-kafka-operator | f798c53ed79f6b5b0bd3b6b5eb108afeb1d67463 | [
"Apache-2.0"
] | null | null | null | 53.495082 | 182 | 0.703543 | 24,012 | /*
* Copyright Strimzi authors.
* License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
*/
package io.strimzi.systemtest.mirrormaker;
import io.strimzi.api.kafka.model.CertSecretSource;
import io.strimzi.api.kafka.model.KafkaMirrorMaker2;
import io.strimzi.api.kafka.mode... |
3e38dac7cbb794d632cb3ef5f3831ab55f7f94de | 11,244 | java | Java | src/main/java/com/codetaylor/mc/pyrotech/packer/Packer.java | 1478599553/pyrotech-1.12 | d61428af609b4bb61f1d3f4b31e7c4cfd91e4bae | [
"Apache-2.0"
] | 34 | 2019-01-18T11:04:52.000Z | 2020-05-25T08:14:01.000Z | src/main/java/com/codetaylor/mc/pyrotech/packer/Packer.java | 1478599553/pyrotech-1.12 | d61428af609b4bb61f1d3f4b31e7c4cfd91e4bae | [
"Apache-2.0"
] | 304 | 2019-04-30T20:12:00.000Z | 2020-05-28T20:59:07.000Z | src/main/java/com/codetaylor/mc/pyrotech/packer/Packer.java | 1478599553/pyrotech-1.12 | d61428af609b4bb61f1d3f4b31e7c4cfd91e4bae | [
"Apache-2.0"
] | 12 | 2020-08-01T22:12:07.000Z | 2022-03-21T07:31:56.000Z | 38.115254 | 249 | 0.681875 | 24,013 | package com.codetaylor.mc.pyrotech.packer;
import com.codetaylor.mc.pyrotech.packer.atlas.Atlas;
import com.codetaylor.mc.pyrotech.packer.atlas.Lease;
import com.codetaylor.mc.pyrotech.packer.atlas.LeaseComparator;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import javax.imageio.ImageIO;
import j... |
3e38dcc637631e8a1e8a1e0939b3383c8f6ca3d6 | 4,406 | java | Java | src/main/java/com/crowdin/cli/properties/PropertiesWithTargetsBuilder.java | 2609446137/crowdin-cli | 1b2145dbca54196f9b8433e8eba14506cd93bcbd | [
"MIT"
] | null | null | null | src/main/java/com/crowdin/cli/properties/PropertiesWithTargetsBuilder.java | 2609446137/crowdin-cli | 1b2145dbca54196f9b8433e8eba14506cd93bcbd | [
"MIT"
] | null | null | null | src/main/java/com/crowdin/cli/properties/PropertiesWithTargetsBuilder.java | 2609446137/crowdin-cli | 1b2145dbca54196f9b8433e8eba14506cd93bcbd | [
"MIT"
] | null | null | null | 41.17757 | 129 | 0.682251 | 24,014 | package com.crowdin.cli.properties;
import com.crowdin.cli.commands.Outputter;
import lombok.NonNull;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import static com.crowdin.cli.BaseCli.RESOURCE_BUNDLE;
public class PropertiesWithTargetsBuilder extends PropertiesBuilder<PropertiesWithTarg... |
3e38dd8a04b2f2e65ba0bf5fa5caa91f256b5252 | 250 | java | Java | rpc-common/src/main/java/github/beeclimb/utils/RuntimeUtil.java | beeclimb/rpc-practice | 432a1a05b2c1f692871bd5da899b8d4583a4c916 | [
"Apache-2.0"
] | null | null | null | rpc-common/src/main/java/github/beeclimb/utils/RuntimeUtil.java | beeclimb/rpc-practice | 432a1a05b2c1f692871bd5da899b8d4583a4c916 | [
"Apache-2.0"
] | null | null | null | rpc-common/src/main/java/github/beeclimb/utils/RuntimeUtil.java | beeclimb/rpc-practice | 432a1a05b2c1f692871bd5da899b8d4583a4c916 | [
"Apache-2.0"
] | null | null | null | 14.705882 | 58 | 0.592 | 24,015 | package github.beeclimb.utils;
/**
* @author jun
* @date 2022/3/9 15:51:00
*/
public class RuntimeUtil {
/**
* @return cpu cores
*/
public static int cpus() {
return Runtime.getRuntime().availableProcessors();
}
}
|
3e38de79eb6fbb1a8637a6633f006a3a2703c1cd | 1,919 | java | Java | src/main/java/com/github/richygreat/springsagaevent/listener/SagaEventKafkaContainerCreator.java | richygreat/spring-saga-event | ae6b0dcf544e2973f4595463f404cafed7dd241e | [
"Apache-2.0"
] | 1 | 2019-04-07T18:51:45.000Z | 2019-04-07T18:51:45.000Z | src/main/java/com/github/richygreat/springsagaevent/listener/SagaEventKafkaContainerCreator.java | richygreat/spring-saga-event | ae6b0dcf544e2973f4595463f404cafed7dd241e | [
"Apache-2.0"
] | 2 | 2019-04-08T08:24:52.000Z | 2019-04-08T21:00:24.000Z | src/main/java/com/github/richygreat/springsagaevent/listener/SagaEventKafkaContainerCreator.java | richygreat/spring-saga-event | ae6b0dcf544e2973f4595463f404cafed7dd241e | [
"Apache-2.0"
] | null | null | null | 47.975 | 109 | 0.852006 | 24,016 | package com.github.richygreat.springsagaevent.listener;
import java.util.List;
import java.util.function.BiConsumer;
import org.springframework.kafka.core.DefaultKafkaConsumerFactory;
import org.springframework.kafka.core.KafkaTemplate;
import org.springframework.kafka.listener.ConcurrentMessageListenerContainer;
imp... |
3e38def9beba28aa07f21d5e8184849fc2573849 | 4,011 | java | Java | account-kit-sdk/src/main/java/com/facebook/accountkit/ui/VerifyingCodeContentController.java | Splash-C0/dinger-unpublished | fecfefd7a64dc8c9397343850b9de4d52117b5c3 | [
"MIT"
] | 1 | 2020-08-28T14:01:39.000Z | 2020-08-28T14:01:39.000Z | account-kit-sdk/src/main/java/com/facebook/accountkit/ui/VerifyingCodeContentController.java | stoyicker/dinger-unpublished | fecfefd7a64dc8c9397343850b9de4d52117b5c3 | [
"MIT"
] | null | null | null | account-kit-sdk/src/main/java/com/facebook/accountkit/ui/VerifyingCodeContentController.java | stoyicker/dinger-unpublished | fecfefd7a64dc8c9397343850b9de4d52117b5c3 | [
"MIT"
] | 1 | 2020-09-02T14:24:41.000Z | 2020-09-02T14:24:41.000Z | 34.577586 | 181 | 0.786338 | 24,017 | package com.facebook.accountkit.ui;
import android.view.View;
import androidx.annotation.Nullable;
import com.facebook.accountkit.custom.R.layout;
import com.facebook.accountkit.custom.R.string;
import com.facebook.accountkit.internal.AccountKitController;
final class VerifyingCodeContentController extends ContentC... |
3e38dfccbf266cdad696770d6ddc40648c7e3580 | 5,000 | java | Java | test/unit/org/apache/cassandra/db/compaction/AbstractPendingRepairTest.java | aivakov/cassandra | 3b56d4df40800f76dcf2c0019af43b7dbc244c57 | [
"Apache-2.0"
] | 1 | 2020-08-27T03:16:16.000Z | 2020-08-27T03:16:16.000Z | test/unit/org/apache/cassandra/db/compaction/AbstractPendingRepairTest.java | aivakov/cassandra | 3b56d4df40800f76dcf2c0019af43b7dbc244c57 | [
"Apache-2.0"
] | null | null | null | test/unit/org/apache/cassandra/db/compaction/AbstractPendingRepairTest.java | aivakov/cassandra | 3b56d4df40800f76dcf2c0019af43b7dbc244c57 | [
"Apache-2.0"
] | 1 | 2020-08-27T03:16:20.000Z | 2020-08-27T03:16:20.000Z | 35.460993 | 126 | 0.7028 | 24,018 | /*
* 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 ... |
3e38e0b60dc87d660ebff2ee0148f3e3c8bd870e | 1,852 | java | Java | service-auth/src/main/java/com/haolarn/serviceauth/controller/UserController.java | Haolarn/Oauth2 | 7720453cbb128f246c98d4a55acdadb6de1b557a | [
"Apache-2.0"
] | null | null | null | service-auth/src/main/java/com/haolarn/serviceauth/controller/UserController.java | Haolarn/Oauth2 | 7720453cbb128f246c98d4a55acdadb6de1b557a | [
"Apache-2.0"
] | null | null | null | service-auth/src/main/java/com/haolarn/serviceauth/controller/UserController.java | Haolarn/Oauth2 | 7720453cbb128f246c98d4a55acdadb6de1b557a | [
"Apache-2.0"
] | null | null | null | 39.404255 | 109 | 0.715443 | 24,019 | package com.haolarn.serviceauth.controller;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.Jwts;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.security.core.Authentication;
import org.springframework.web.bind.annotation.RequestMap... |
3e38e0cb66a4166bb88cb3ac4d65f3618d3a3b87 | 2,097 | java | Java | Facebug-jsp/src/br/com/senai/servlets/CadastroServlet.java | Asaelsilva/senai-jweb-180723 | 332269cef7a3666280e06a5173817b56993a9326 | [
"MIT"
] | null | null | null | Facebug-jsp/src/br/com/senai/servlets/CadastroServlet.java | Asaelsilva/senai-jweb-180723 | 332269cef7a3666280e06a5173817b56993a9326 | [
"MIT"
] | null | null | null | Facebug-jsp/src/br/com/senai/servlets/CadastroServlet.java | Asaelsilva/senai-jweb-180723 | 332269cef7a3666280e06a5173817b56993a9326 | [
"MIT"
] | null | null | null | 30.838235 | 119 | 0.747735 | 24,020 | package br.com.senai.servlets;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import br.com.senai.database.Database;
impor... |
3e38e0edf427d46e705e7dbef6b4354c847ec5ea | 2,825 | java | Java | cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/core/geometry/GeometryAttribute.java | iSergio/cesiumjs4gwt | 447bc66d119814f6982ce8a9a3db2daeedc651bc | [
"Apache-2.0"
] | 8 | 2019-11-09T09:36:11.000Z | 2022-01-24T13:49:20.000Z | cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/core/geometry/GeometryAttribute.java | iSergio/gwt-cs | 2db07c1666e0cf23e56a1aa312570940b0933b12 | [
"Apache-2.0"
] | 9 | 2017-06-13T06:32:06.000Z | 2018-06-01T09:54:24.000Z | cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/core/geometry/GeometryAttribute.java | iSergio/gwt-cs | 2db07c1666e0cf23e56a1aa312570940b0933b12 | [
"Apache-2.0"
] | 2 | 2017-03-11T10:36:23.000Z | 2018-03-31T16:00:25.000Z | 34.036145 | 83 | 0.707965 | 24,021 | /*
* Copyright 2018 iserge.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... |
3e38e1a7b703018375c515c53d44f91d6de8d8b2 | 1,718 | java | Java | src/test/java/org/elasticsearch/river/twitter/test/TwitterFilterLanguageRiverTest.java | cabadsanchez/elasticsearch-river-twitter | 72529769a92d9cdd177c0ecdeebbbe0941f8e876 | [
"Apache-2.0"
] | 1 | 2015-01-13T09:37:02.000Z | 2015-01-13T09:37:02.000Z | src/test/java/org/elasticsearch/river/twitter/test/TwitterFilterLanguageRiverTest.java | cabadsanchez/elasticsearch-river-twitter | 72529769a92d9cdd177c0ecdeebbbe0941f8e876 | [
"Apache-2.0"
] | null | null | null | src/test/java/org/elasticsearch/river/twitter/test/TwitterFilterLanguageRiverTest.java | cabadsanchez/elasticsearch-river-twitter | 72529769a92d9cdd177c0ecdeebbbe0941f8e876 | [
"Apache-2.0"
] | null | null | null | 35.791667 | 95 | 0.710128 | 24,022 | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... |
3e38e2d0c604203965c25546c0fe861adb7d308f | 3,192 | java | Java | ebean-test/src/test/java/org/tests/transaction/TestTransactionalRequiresNew.java | tibco-jufernan/ebean-h2-fix | acfd882078ad154886a81c7baf193d88d58877f8 | [
"Apache-2.0"
] | 1,041 | 2016-08-03T12:27:03.000Z | 2022-03-31T20:06:05.000Z | ebean-test/src/test/java/org/tests/transaction/TestTransactionalRequiresNew.java | tibco-jufernan/ebean-h2-fix | acfd882078ad154886a81c7baf193d88d58877f8 | [
"Apache-2.0"
] | 1,501 | 2016-08-03T11:37:04.000Z | 2022-03-31T20:03:05.000Z | ebean-test/src/test/java/org/tests/transaction/TestTransactionalRequiresNew.java | tibco-jufernan/ebean-h2-fix | acfd882078ad154886a81c7baf193d88d58877f8 | [
"Apache-2.0"
] | 196 | 2016-08-09T03:26:24.000Z | 2022-03-27T15:12:06.000Z | 25.333333 | 96 | 0.6651 | 24,023 | package org.tests.transaction;
import io.ebean.*;
import io.ebean.annotation.Transactional;
import io.ebean.annotation.TxType;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.sql.Connection;
import static org.assertj.core.api.Assertions.assertThat;
import stati... |
3e38e2fbc7433b51ddaa23d22f240f8d041ecefa | 806 | java | Java | librealsense2/src/gen/java/org/bytedeco/librealsense2/rs2_notification_callback_ptr.java | StuffNoOneCaresAbout/javacpp-presets | 4967c4cb8c2a1f6f0d97e4d6e838bd46775bdcd7 | [
"Apache-2.0"
] | 1 | 2021-01-21T03:46:40.000Z | 2021-01-21T03:46:40.000Z | librealsense2/src/gen/java/org/bytedeco/librealsense2/rs2_notification_callback_ptr.java | StuffNoOneCaresAbout/javacpp-presets | 4967c4cb8c2a1f6f0d97e4d6e838bd46775bdcd7 | [
"Apache-2.0"
] | null | null | null | librealsense2/src/gen/java/org/bytedeco/librealsense2/rs2_notification_callback_ptr.java | StuffNoOneCaresAbout/javacpp-presets | 4967c4cb8c2a1f6f0d97e4d6e838bd46775bdcd7 | [
"Apache-2.0"
] | null | null | null | 36.636364 | 78 | 0.764268 | 24,024 | // Targeted by JavaCPP version 1.5.5-SNAPSHOT: DO NOT EDIT THIS FILE
package org.bytedeco.librealsense2;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.javacpp.presets.javacpp.*;
import static org.bytedeco.librealsense2.global.realsense2.*;
@P... |
3e38e4e66361ceffba179e520f4c898a1597d30f | 34 | java | Java | cyfm-web/src/main/java/com/ppcxy/cyfm/filestore/package-info.java | duchaochen/cyfm | d1d01e8a4d7d2ba826da10401694d14f8f532d74 | [
"Apache-2.0"
] | 22 | 2019-12-05T00:11:29.000Z | 2021-11-09T12:06:19.000Z | cyfm-web/src/main/java/com/ppcxy/cyfm/filestore/package-info.java | ppcxy/cyfm | 87131fc2fb7be12979e0a23326198212ee0df0ba | [
"Apache-2.0"
] | 15 | 2016-07-09T16:42:51.000Z | 2022-01-27T16:21:31.000Z | cyfm-web/src/main/java/com/ppcxy/cyfm/filestore/package-info.java | ppcxy/cyfm | 87131fc2fb7be12979e0a23326198212ee0df0ba | [
"Apache-2.0"
] | 7 | 2016-07-11T10:28:32.000Z | 2022-02-27T10:09:47.000Z | 17 | 33 | 0.823529 | 24,025 | package com.ppcxy.cyfm.filestore;
|
3e38e5a1edd5c6eef7461e30ee1732af6fbe9b1a | 1,869 | java | Java | gulimall-product/src/main/java/org/mili/product/controller/SkuInfoController.java | anjiava/gulimall | 3c7066a44f1b9e83c3606c4f0872d3853271d934 | [
"Apache-2.0"
] | null | null | null | gulimall-product/src/main/java/org/mili/product/controller/SkuInfoController.java | anjiava/gulimall | 3c7066a44f1b9e83c3606c4f0872d3853271d934 | [
"Apache-2.0"
] | null | null | null | gulimall-product/src/main/java/org/mili/product/controller/SkuInfoController.java | anjiava/gulimall | 3c7066a44f1b9e83c3606c4f0872d3853271d934 | [
"Apache-2.0"
] | null | null | null | 22.023529 | 62 | 0.680021 | 24,026 | package org.mili.product.controller;
import java.util.Arrays;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.Req... |
3e38e60c5eaa1a47eec1f5fcc3f14ff2d27e420f | 4,382 | java | Java | server/protocols/jmap/src/test/java/org/apache/james/jmap/model/MessagePropertiesTest.java | tomaszek1989/james-project | 42c50f2c6d33546906b27cc648a5c97ca8afe525 | [
"Apache-2.0"
] | 1 | 2019-03-17T05:16:21.000Z | 2019-03-17T05:16:21.000Z | server/protocols/jmap/src/test/java/org/apache/james/jmap/model/MessagePropertiesTest.java | tomaszek1989/james-project | 42c50f2c6d33546906b27cc648a5c97ca8afe525 | [
"Apache-2.0"
] | null | null | null | server/protocols/jmap/src/test/java/org/apache/james/jmap/model/MessagePropertiesTest.java | tomaszek1989/james-project | 42c50f2c6d33546906b27cc648a5c97ca8afe525 | [
"Apache-2.0"
] | null | null | null | 48.153846 | 120 | 0.676632 | 24,027 | /****************************************************************
* 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... |
3e38e64b8dd6cbb0419194e1577e07183a24f2e7 | 328 | java | Java | src/main/java/com/sgstt/dao/EmpleadoDao.java | LuisBallena/SGSTT_DUPLICATE | eec4fe56fe2f1a8b50cda21daa4dcb709c46dcb7 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/sgstt/dao/EmpleadoDao.java | LuisBallena/SGSTT_DUPLICATE | eec4fe56fe2f1a8b50cda21daa4dcb709c46dcb7 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/sgstt/dao/EmpleadoDao.java | LuisBallena/SGSTT_DUPLICATE | eec4fe56fe2f1a8b50cda21daa4dcb709c46dcb7 | [
"Apache-2.0"
] | null | null | null | 17.263158 | 67 | 0.682927 | 24,028 |
package com.sgstt.dao;
import com.sgstt.entidad.Empleado;
import java.util.List;
/**
*
* @author SAM
*/
public interface EmpleadoDao extends GenericDao<Empleado,Integer>{
public List<Empleado> obtenerEmpleadoSinCuenta();
public Empleado getEmpleadoWithSede(Integer idempleado);
... |
3e38e70938da013cf4b53cc5507f7bfb6024fe5c | 805 | java | Java | app/src/main/java/com/hao/bimonote/contract/LoginContract.java | Aicibg/BiMoNote | b9b1e2306da911eda1af923c5bb9176f6395398c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/hao/bimonote/contract/LoginContract.java | Aicibg/BiMoNote | b9b1e2306da911eda1af923c5bb9176f6395398c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/hao/bimonote/contract/LoginContract.java | Aicibg/BiMoNote | b9b1e2306da911eda1af923c5bb9176f6395398c | [
"Apache-2.0"
] | null | null | null | 21.184211 | 68 | 0.689441 | 24,029 | package com.hao.bimonote.contract;
import com.hao.bimonote.base.BaseModel;
import com.hao.bimonote.base.BasePresenterMpl;
import com.hao.bimonote.base.BaseView;
import com.hao.bimonote.bean.User;
/**
* Created by DongHao on 2016/10/28
* Description:
*/
public interface LoginContract {
interface Model extends ... |
3e38e79f06df68ec88413e504dc65e9b88357664 | 1,879 | java | Java | sscontrol-core-collectd-service/src/main/java/com/anrisoftware/sscontrol/collectd/service/internal/ConfigImpl.java | devent/sscontrol-core | 467fcac9099172c532ea849649201afe5ead12b6 | [
"Apache-2.0"
] | null | null | null | sscontrol-core-collectd-service/src/main/java/com/anrisoftware/sscontrol/collectd/service/internal/ConfigImpl.java | devent/sscontrol-core | 467fcac9099172c532ea849649201afe5ead12b6 | [
"Apache-2.0"
] | null | null | null | sscontrol-core-collectd-service/src/main/java/com/anrisoftware/sscontrol/collectd/service/internal/ConfigImpl.java | devent/sscontrol-core | 467fcac9099172c532ea849649201afe5ead12b6 | [
"Apache-2.0"
] | null | null | null | 24.435897 | 75 | 0.675761 | 24,030 | /**
* Copyright © 2020 Erwin Müller (kenaa@example.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... |
3e38e93d31103dbd0e160de7973a7f2300c625c2 | 575 | java | Java | requirementsascodecore/src/main/java/org/requirementsascode/exception/ElementAlreadyInModel.java | bertilmuth/requirementsascode | 458c280ca67f03464f2bbf8328ac0af64b212f61 | [
"Apache-2.0"
] | 169 | 2017-01-13T00:41:03.000Z | 2022-03-29T22:47:04.000Z | requirementsascodecore/src/main/java/org/requirementsascode/exception/ElementAlreadyInModel.java | bertilmuth/requirementsascode | 458c280ca67f03464f2bbf8328ac0af64b212f61 | [
"Apache-2.0"
] | 115 | 2017-05-08T10:14:16.000Z | 2021-07-29T19:55:03.000Z | requirementsascodecore/src/main/java/org/requirementsascode/exception/ElementAlreadyInModel.java | bertilmuth/requirementsascode | 458c280ca67f03464f2bbf8328ac0af64b212f61 | [
"Apache-2.0"
] | 24 | 2017-04-22T07:09:25.000Z | 2022-02-23T05:07:19.000Z | 27.380952 | 78 | 0.773913 | 24,031 | package org.requirementsascode.exception;
/**
* Exception that is thrown when somebody tries to create a new model element,
* and a model element with the same name is already in the model.
*
* @author b_muth
*
*/
public class ElementAlreadyInModel extends RuntimeException{
private static final long serialVers... |
3e38e9713384c819379d0867ac0128a590864479 | 1,548 | java | Java | src/main/java/com/eaglesakura/alternet/Result.java | eaglesakura/alternet | 4f3e685d7c668dc84fa6c776dbc27df28c0ccd82 | [
"MIT"
] | null | null | null | src/main/java/com/eaglesakura/alternet/Result.java | eaglesakura/alternet | 4f3e685d7c668dc84fa6c776dbc27df28c0ccd82 | [
"MIT"
] | null | null | null | src/main/java/com/eaglesakura/alternet/Result.java | eaglesakura/alternet | 4f3e685d7c668dc84fa6c776dbc27df28c0ccd82 | [
"MIT"
] | null | null | null | 18.878049 | 70 | 0.620155 | 24,032 | package com.eaglesakura.alternet;
import com.eaglesakura.alternet.request.ConnectRequest;
import com.eaglesakura.util.StringUtil;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
public abstract class Result<T> {
/**
* キャッシュの指紋を取得する
*
* キャッシュから読み込まれた場合に有効となる。
... |
3e38ea61324994683033a4bdda3545648d1282d2 | 2,300 | java | Java | gmall-pms/src/main/java/com/jamel/gmall/pms/controller/SkuImagesController.java | Jamel-jun/gmall | 8672f393972eb6676534d68f6bcde3ad402a87f7 | [
"Apache-2.0"
] | null | null | null | gmall-pms/src/main/java/com/jamel/gmall/pms/controller/SkuImagesController.java | Jamel-jun/gmall | 8672f393972eb6676534d68f6bcde3ad402a87f7 | [
"Apache-2.0"
] | 1 | 2021-04-22T17:04:33.000Z | 2021-04-22T17:04:33.000Z | gmall-pms/src/main/java/com/jamel/gmall/pms/controller/SkuImagesController.java | Jamel-jun/gmall | 8672f393972eb6676534d68f6bcde3ad402a87f7 | [
"Apache-2.0"
] | null | null | null | 23.469388 | 71 | 0.681304 | 24,033 | package com.jamel.gmall.pms.controller;
import java.util.Arrays;
import java.util.Map;
import com.atguigu.core.bean.PageVo;
import com.atguigu.core.bean.QueryCondition;
import com.atguigu.core.bean.Resp;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.f... |
3e38ec67f452ad32ee81f90a4db3f03cb375af2b | 5,432 | java | Java | open-sphere-plugins/wps/src/test/java/io/opensphere/wps/streaming/impl/StreamerImplTest.java | smagill/opensphere-desktop | ac18dac63d6496a9f9b96debf2e1d06841f92118 | [
"Apache-2.0"
] | 25 | 2018-01-25T23:01:39.000Z | 2022-02-21T22:24:00.000Z | open-sphere-plugins/wps/src/test/java/io/opensphere/wps/streaming/impl/StreamerImplTest.java | smagill/opensphere-desktop | ac18dac63d6496a9f9b96debf2e1d06841f92118 | [
"Apache-2.0"
] | 71 | 2019-11-22T22:39:25.000Z | 2020-03-30T01:06:30.000Z | open-sphere-plugins/wps/src/test/java/io/opensphere/wps/streaming/impl/StreamerImplTest.java | smagill/opensphere-desktop | ac18dac63d6496a9f9b96debf2e1d06841f92118 | [
"Apache-2.0"
] | 11 | 2018-09-04T09:35:01.000Z | 2021-04-21T14:15:33.000Z | 36.456376 | 146 | 0.678203 | 24,034 | package io.opensphere.wps.streaming.impl;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URISyntaxException;
import java.net.URL;
import java.util.UUID;
import java.util.concurrent.CountDownLatch;
import org.ea... |
3e38ed249d3a8a68ac05e720dd6bf4633a193182 | 435 | java | Java | src/main/java/com/minexd/praxi/event/command/EventHelpCommand.java | kjdf29jdsk/praxi | efe0cd7e91551554b475a369294fa5507273db61 | [
"Apache-2.0"
] | 1 | 2021-07-10T23:37:14.000Z | 2021-07-10T23:37:14.000Z | src/main/java/com/minexd/praxi/event/command/EventHelpCommand.java | kjdf29jdsk/praxi | efe0cd7e91551554b475a369294fa5507273db61 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/minexd/praxi/event/command/EventHelpCommand.java | kjdf29jdsk/praxi | efe0cd7e91551554b475a369294fa5507273db61 | [
"Apache-2.0"
] | 2 | 2021-02-11T18:48:18.000Z | 2022-03-29T12:16:27.000Z | 24.166667 | 79 | 0.74023 | 24,035 | package com.minexd.praxi.event.command;
import com.minexd.praxi.Praxi;
import com.minexd.zoot.util.CC;
import com.qrakn.honcho.command.CommandMeta;
import org.bukkit.entity.Player;
@CommandMeta(label = { "event", "event help" })
public class EventHelpCommand {
public void execute(Player player) {
for (String line... |
3e38eed48c299967895855a029f3145429d5812e | 2,338 | java | Java | core/src/com/spaceproject/systems/ShieldRenderSystem.java | 0XDE57/SpaceProject | a8b8d39f8becaaf4171162ae993b5d2e6d4fd1ba | [
"Apache-2.0"
] | 27 | 2015-10-03T08:19:45.000Z | 2022-03-28T16:55:45.000Z | core/src/com/spaceproject/systems/ShieldRenderSystem.java | 0XDE57/SpaceProject | a8b8d39f8becaaf4171162ae993b5d2e6d4fd1ba | [
"Apache-2.0"
] | 1 | 2021-11-29T15:39:57.000Z | 2021-12-02T22:00:37.000Z | core/src/com/spaceproject/systems/ShieldRenderSystem.java | 0XDE57/SpaceProject | a8b8d39f8becaaf4171162ae993b5d2e6d4fd1ba | [
"Apache-2.0"
] | 6 | 2016-12-12T01:59:06.000Z | 2021-06-17T04:07:52.000Z | 33.4 | 81 | 0.665954 | 24,036 | package com.spaceproject.systems;
import com.badlogic.ashley.core.Entity;
import com.badlogic.ashley.core.Family;
import com.badlogic.ashley.systems.IteratingSystem;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.Orthographic... |
3e38ef61a27ace483fb4ea75abd0dc640e068689 | 1,150 | java | Java | vdenise-advanced-todo-webapp/src/main/java/kz/vdenise/vdeniseadvancedtodo/controller/TodoControllerAdvice.java | v-denis-e/vdenise-advanced-todo | 4ee1ec5248e5b23aa0066adc65d14a898d0fc6d1 | [
"Apache-2.0"
] | null | null | null | vdenise-advanced-todo-webapp/src/main/java/kz/vdenise/vdeniseadvancedtodo/controller/TodoControllerAdvice.java | v-denis-e/vdenise-advanced-todo | 4ee1ec5248e5b23aa0066adc65d14a898d0fc6d1 | [
"Apache-2.0"
] | 19 | 2021-01-07T01:58:56.000Z | 2021-01-07T10:13:16.000Z | vdenise-advanced-todo-webapp/src/main/java/kz/vdenise/vdeniseadvancedtodo/controller/TodoControllerAdvice.java | v-denis-e/vdenise-advanced-todo | 4ee1ec5248e5b23aa0066adc65d14a898d0fc6d1 | [
"Apache-2.0"
] | null | null | null | 35.9375 | 118 | 0.797391 | 24,037 | package kz.vdenise.vdeniseadvancedtodo.controller;
import kz.vdenise.vdeniseadvancedtodo.model.ErrorDTO;
import kz.vdenise.vdeniseadvancedtodo.staff.exceptions.NotFoundStaffException;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
... |
3e38ef7f5b67560c33346936bc78d77d1243e836 | 3,022 | java | Java | admin/src/main/java/com/breach/huajinbao/mapper/verify/IVerifyMapper.java | breaches/Financial | c53cefa30355f020e435820afd427cb89d151a80 | [
"MIT"
] | 7 | 2019-01-23T23:57:25.000Z | 2022-03-15T05:43:11.000Z | admin/src/main/java/com/breach/huajinbao/mapper/verify/IVerifyMapper.java | breaches/Financial | c53cefa30355f020e435820afd427cb89d151a80 | [
"MIT"
] | null | null | null | admin/src/main/java/com/breach/huajinbao/mapper/verify/IVerifyMapper.java | breaches/Financial | c53cefa30355f020e435820afd427cb89d151a80 | [
"MIT"
] | 4 | 2019-03-04T08:11:25.000Z | 2020-09-15T01:32:37.000Z | 21.28169 | 164 | 0.596294 | 24,038 | package com.breach.huajinbao.mapper.verify;
import com.breach.common.entity.ConsumerActivateVerifyRecord;
import com.breach.common.entity.ConsumerAddress;
import com.breach.huajinbao.util.verify.VerifyQuery;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import java.util... |
3e38ef9dc863e16ba86cd3c593933c88af064263 | 2,741 | java | Java | gov.nasa.ensemble.core.plan.editor/src/gov/nasa/ensemble/core/plan/editor/lifecycle/AbstractExportPlanAction.java | mikiec84/OpenSPIFe | 71f298821c6003680d46e637462c638a4cee2579 | [
"Apache-2.0"
] | 87 | 2015-03-10T04:16:19.000Z | 2022-01-19T22:59:12.000Z | gov.nasa.ensemble.core.plan.editor/src/gov/nasa/ensemble/core/plan/editor/lifecycle/AbstractExportPlanAction.java | mikiec84/OpenSPIFe | 71f298821c6003680d46e637462c638a4cee2579 | [
"Apache-2.0"
] | 1 | 2020-04-09T08:04:24.000Z | 2020-04-09T16:15:17.000Z | gov.nasa.ensemble.core.plan.editor/src/gov/nasa/ensemble/core/plan/editor/lifecycle/AbstractExportPlanAction.java | mikiec84/OpenSPIFe | 71f298821c6003680d46e637462c638a4cee2579 | [
"Apache-2.0"
] | 59 | 2015-01-02T08:53:55.000Z | 2021-11-18T09:50:17.000Z | 32.247059 | 90 | 0.724918 | 24,039 | /*******************************************************************************
* Copyright 2014 United States Government as represented by the
* Administrator of the National Aeronautics and Space Administration.
* All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you m... |
3e38f00cd1610b1cb72e9923804f8aea405458e6 | 3,270 | java | Java | src/org/onvif/ver10/schema/OSDColor.java | iamsky19/onvif-java-lib | adbfdb9a8a47bfe96d10db29fb94a2f072c75cec | [
"Apache-2.0"
] | 192 | 2015-03-18T13:24:02.000Z | 2022-02-14T15:36:54.000Z | src/org/onvif/ver10/schema/OSDColor.java | thanghx/onvif-java-lib | 040671809ee31edec2a3db403a573e6629232b94 | [
"Apache-2.0"
] | 26 | 2015-08-12T15:09:40.000Z | 2021-12-22T17:45:08.000Z | src/org/onvif/ver10/schema/OSDColor.java | thanghx/onvif-java-lib | 040671809ee31edec2a3db403a573e6629232b94 | [
"Apache-2.0"
] | 127 | 2015-03-31T11:54:36.000Z | 2022-03-31T06:14:37.000Z | 28.684211 | 181 | 0.66422 | 24,040 | //
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert
// Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2014.02.04... |
3e38f0b359c88eaa13f3ed89ce143eee615c387c | 5,040 | java | Java | src/main/java/org/JKDW/security/TokenUtils.java | Nomad95/WebKitchen | d64356917dac911fb2893c7796f9a6982b04d505 | [
"MIT"
] | null | null | null | src/main/java/org/JKDW/security/TokenUtils.java | Nomad95/WebKitchen | d64356917dac911fb2893c7796f9a6982b04d505 | [
"MIT"
] | null | null | null | src/main/java/org/JKDW/security/TokenUtils.java | Nomad95/WebKitchen | d64356917dac911fb2893c7796f9a6982b04d505 | [
"MIT"
] | null | null | null | 33.157895 | 99 | 0.639087 | 24,041 | package org.JKDW.security;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.SignatureAlgorithm;
import org.JKDW.security.model.SpringSecurityUser;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.stereotype.Component;
import java.util.Date... |
3e38f158529dfd3b5129308e58f434e8b53cfe30 | 342 | java | Java | back-end/hospital-api/src/main/java/net/pladema/emergencycare/triage/repository/TriageCategoryRepository.java | eamanu/HistorialClinica-LaRioja | 988cd5fae4b9b9bd3a17518b7e55585df5ef7218 | [
"Apache-2.0"
] | null | null | null | back-end/hospital-api/src/main/java/net/pladema/emergencycare/triage/repository/TriageCategoryRepository.java | eamanu/HistorialClinica-LaRioja | 988cd5fae4b9b9bd3a17518b7e55585df5ef7218 | [
"Apache-2.0"
] | null | null | null | back-end/hospital-api/src/main/java/net/pladema/emergencycare/triage/repository/TriageCategoryRepository.java | eamanu/HistorialClinica-LaRioja | 988cd5fae4b9b9bd3a17518b7e55585df5ef7218 | [
"Apache-2.0"
] | 1 | 2021-12-31T09:59:53.000Z | 2021-12-31T09:59:53.000Z | 42.75 | 89 | 0.868421 | 24,042 | package net.pladema.emergencycare.triage.repository;
import net.pladema.emergencycare.triage.repository.entity.TriageCategory;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface TriageCategoryRepository extends JpaRepository<Tri... |
3e38f2b949db8ddce7694b625608689feca68c4a | 3,912 | java | Java | platform/main/telnetd-2.0/net/wimpi/telnetd/io/micro/Resources_es.java | TeamSPoon/CYC_JRTL_with_CommonLisp_OLD | 31ce724b21468bee0693dfc1d0ca4bc861c58e2b | [
"Apache-2.0"
] | 10 | 2016-09-03T18:41:14.000Z | 2020-01-17T16:29:19.000Z | platform/main/telnetd-2.0/net/wimpi/telnetd/io/micro/Resources_es.java | TeamSPoon/CYC_JRTL_with_CommonLisp_OLD | 31ce724b21468bee0693dfc1d0ca4bc861c58e2b | [
"Apache-2.0"
] | 3 | 2016-09-01T19:15:27.000Z | 2016-10-12T16:28:48.000Z | platform/main/telnetd-2.0/net/wimpi/telnetd/io/micro/Resources_es.java | TeamSPoon/CYC_JRTL_with_CommonLisp_OLD | 31ce724b21468bee0693dfc1d0ca4bc861c58e2b | [
"Apache-2.0"
] | 1 | 2017-11-21T13:29:31.000Z | 2017-11-21T13:29:31.000Z | 45.488372 | 116 | 0.693507 | 24,043 | /***
* Java TelnetD library (embeddable telnet daemon)
* Copyright (c) Dieter Wimberger
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
* Redistributions of source code must retain the a... |
3e38f35c38993742c71ecceb1331f2a012d4bc7e | 559 | java | Java | src/main/java/com/genie/dao/CourseDAO.java | ccubukcu/GeNIE | 30926b23de3d8bc7c7da38a53b87b81906a48963 | [
"MIT"
] | 1 | 2016-02-25T07:41:48.000Z | 2016-02-25T07:41:48.000Z | src/main/java/com/genie/dao/CourseDAO.java | ccubukcu/GeNIE | 30926b23de3d8bc7c7da38a53b87b81906a48963 | [
"MIT"
] | null | null | null | src/main/java/com/genie/dao/CourseDAO.java | ccubukcu/GeNIE | 30926b23de3d8bc7c7da38a53b87b81906a48963 | [
"MIT"
] | null | null | null | 24.304348 | 75 | 0.790698 | 24,044 | package com.genie.dao;
import java.util.List;
import com.genie.model.AbstractBaseEntity;
import com.genie.model.Course;
import com.genie.model.SemesterCourse;
/**
* @author ccubukcu
*
*/
public interface CourseDAO {
public List<Course> getAll();
public Course getById(long id);
public boolean save(AbstractBase... |
3e38f381364276f224d84f01a6997a7fbec119aa | 7,736 | java | Java | src/high/mackenzie/autumn/lang/compiler/utils/SetterMethod.java | Mackenzie-High/autumn | 1f7c27dcd488fdeeaa4f8fc3b2ddb51eb0827359 | [
"Apache-2.0"
] | 1 | 2021-05-03T15:36:47.000Z | 2021-05-03T15:36:47.000Z | src/high/mackenzie/autumn/lang/compiler/utils/SetterMethod.java | Mackenzie-High/autumn | 1f7c27dcd488fdeeaa4f8fc3b2ddb51eb0827359 | [
"Apache-2.0"
] | 74 | 2015-05-31T07:41:24.000Z | 2016-06-19T01:13:58.000Z | src/high/mackenzie/autumn/lang/compiler/utils/SetterMethod.java | Mackenzie-High/autumn | 1f7c27dcd488fdeeaa4f8fc3b2ddb51eb0827359 | [
"Apache-2.0"
] | null | null | null | 28.336996 | 137 | 0.539168 | 24,045 | package high.mackenzie.autumn.lang.compiler.utils;
import com.google.common.base.Preconditions;
import high.mackenzie.autumn.lang.compiler.typesystem.design.IDeclaredType;
import high.mackenzie.autumn.lang.compiler.typesystem.design.IMethod;
import high.mackenzie.autumn.lang.compiler.typesystem.design.IVariableType;
... |
3e38f3a4d51e354bc1442a7d6c16d7d597abaf0b | 13,498 | java | Java | server/src/main/java/com/decathlon/ara/web/rest/ProblemResource.java | youaxa/ara-poc-open | ebec1e751f34bf56930230c2476fbc536b7303a5 | [
"Apache-2.0"
] | null | null | null | server/src/main/java/com/decathlon/ara/web/rest/ProblemResource.java | youaxa/ara-poc-open | ebec1e751f34bf56930230c2476fbc536b7303a5 | [
"Apache-2.0"
] | 1 | 2022-03-02T05:08:06.000Z | 2022-03-02T05:08:06.000Z | server/src/main/java/com/decathlon/ara/web/rest/ProblemResource.java | youaxa/ara-poc-open | ebec1e751f34bf56930230c2476fbc536b7303a5 | [
"Apache-2.0"
] | null | null | null | 46.226027 | 174 | 0.694547 | 24,046 | package com.decathlon.ara.web.rest;
import com.codahale.metrics.annotation.Timed;
import com.decathlon.ara.service.ProblemService;
import com.decathlon.ara.service.ProjectService;
import com.decathlon.ara.service.dto.error.ErrorWithExecutedScenarioAndRunAndExecutionDTO;
import com.decathlon.ara.service.dto.problem.Pro... |
3e38f3c228060ad35731609a4ddbcf9344cd7c60 | 1,648 | java | Java | src/test/java/school/sdet/v2021/task1/ArabicToRomanConverterShould.java | timmson/sdet-school-2021-junit | 8d49476dc025fc7901890a37098fd05e16b26ad6 | [
"MIT"
] | null | null | null | src/test/java/school/sdet/v2021/task1/ArabicToRomanConverterShould.java | timmson/sdet-school-2021-junit | 8d49476dc025fc7901890a37098fd05e16b26ad6 | [
"MIT"
] | null | null | null | src/test/java/school/sdet/v2021/task1/ArabicToRomanConverterShould.java | timmson/sdet-school-2021-junit | 8d49476dc025fc7901890a37098fd05e16b26ad6 | [
"MIT"
] | 1 | 2021-07-22T12:03:01.000Z | 2021-07-22T12:03:01.000Z | 27.016393 | 105 | 0.672937 | 24,047 | package school.sdet.v2021.task1;
import org.junit.jupiter.api.*;
import school.sdet.v2021.NotValidNumberException;
import school.sdet.v2021.ObfuscatedArabicToRomanConverter;
import school.sdet.v2021.ArabicToRomanConverter;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.ap... |
3e38f4876bd5eb46e1134b9c22e05d321f188ac8 | 1,341 | java | Java | programming-parent/oo_programming/src/main/java/com/anshul/designpatterns/creational/prototype/EntryPointPrototype.java | anshul-mohil/programming-practice | 0e90bd872261c6b1571e7d45afcd140c7868ba69 | [
"BSD-3-Clause"
] | 1 | 2017-09-09T08:11:36.000Z | 2017-09-09T08:11:36.000Z | programming-parent/oo_programming/src/main/java/com/anshul/designpatterns/creational/prototype/EntryPointPrototype.java | Ansh90/PracticeDSAlgo | 0e90bd872261c6b1571e7d45afcd140c7868ba69 | [
"BSD-3-Clause"
] | null | null | null | programming-parent/oo_programming/src/main/java/com/anshul/designpatterns/creational/prototype/EntryPointPrototype.java | Ansh90/PracticeDSAlgo | 0e90bd872261c6b1571e7d45afcd140c7868ba69 | [
"BSD-3-Clause"
] | null | null | null | 29.8 | 87 | 0.749441 | 24,048 | package com.anshul.designpatterns.creational.prototype;
import java.util.LinkedList;
/**
* Prototype is used when object creation is
* expensive and we clone objects for reuse.
*/
public class EntryPointPrototype {
public static void main(String[] args) throws CloneNotSupportedException {
EntryPointPrototype... |
3e38f50e6b29db06061e8205d4f10aa1353ee2dd | 1,803 | java | Java | workbench/mps-workbench/jetbrains.mps.ide/source_gen/jetbrains/mps/ide/actions/GoToNode_Action.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | workbench/mps-workbench/jetbrains.mps.ide/source_gen/jetbrains/mps/ide/actions/GoToNode_Action.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | workbench/mps-workbench/jetbrains.mps.ide/source_gen/jetbrains/mps/ide/actions/GoToNode_Action.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | 33.388889 | 188 | 0.738214 | 24,049 | package jetbrains.mps.ide.actions;
/*Generated by MPS */
import jetbrains.mps.annotations.GeneratedClass;
import jetbrains.mps.workbench.action.BaseAction;
import javax.swing.Icon;
import jetbrains.mps.icons.MPSIcons;
import com.intellij.openapi.actionSystem.AnActionEvent;
import java.util.Map;
import org.jetbrains.m... |
3e38f624753b2311571c6c92b549ef6c3d2fae0b | 1,333 | java | Java | mdm-backend/etiir-mdm/src/main/java/com/etiir/mdm/common/Const.java | hawkwang/BeyondMDM | 588726dfa221bc9f3de7df7a2afa5bee0e213fbd | [
"Apache-2.0"
] | null | null | null | mdm-backend/etiir-mdm/src/main/java/com/etiir/mdm/common/Const.java | hawkwang/BeyondMDM | 588726dfa221bc9f3de7df7a2afa5bee0e213fbd | [
"Apache-2.0"
] | 8 | 2020-09-06T02:28:34.000Z | 2022-02-26T14:11:13.000Z | mdm-backend/etiir-mdm/src/main/java/com/etiir/mdm/common/Const.java | hawkwang/BeyondMDM | 588726dfa221bc9f3de7df7a2afa5bee0e213fbd | [
"Apache-2.0"
] | 2 | 2021-07-02T15:40:14.000Z | 2022-02-14T05:06:52.000Z | 31.738095 | 84 | 0.655664 | 24,050 | package com.etiir.mdm.common;
/**
* @author lmx
* @packageName com.etiir.mdm.common
* @description
* @data 2019/4/12 14:31
*/
public class Const {
public static final class RedisKeys {
//gateway 路由,map
public static final String PROXY_ROUTE = "gateway_route_key";
// 实体结构
public... |
3e38f6567da974e0b90672682339483a0975e4de | 126 | java | Java | checkout/src/com/checkout/api/services/token/response/PaymentToken.java | CKOTech/cko-java-library | f4a979708707d1f6bc382e137b846083c0e68ba7 | [
"MIT"
] | 3 | 2017-09-27T22:45:47.000Z | 2021-03-11T10:27:53.000Z | checkout/src/com/checkout/api/services/token/response/PaymentToken.java | CKOTech/cko-java-library | f4a979708707d1f6bc382e137b846083c0e68ba7 | [
"MIT"
] | 3 | 2018-05-30T16:00:26.000Z | 2018-06-27T08:42:58.000Z | checkout/src/com/checkout/api/services/token/response/PaymentToken.java | CKOTech/cko-java-library | f4a979708707d1f6bc382e137b846083c0e68ba7 | [
"MIT"
] | 3 | 2018-05-21T08:28:15.000Z | 2018-09-06T09:26:58.000Z | 18 | 49 | 0.793651 | 24,051 | package com.checkout.api.services.token.response;
public class PaymentToken {
public String id;
public boolean liveMode;
}
|
3e38f7249b4130210167c7eb3df93da682bc5510 | 1,787 | java | Java | src/main/java/ru/semiot/simulator/electricmeter/utils/SimulatorConfig.java | semiotproject/simulator-electric-meters | f087b728d048425ec3796444d900df0f24445651 | [
"MIT"
] | 1 | 2015-03-03T12:17:33.000Z | 2015-03-03T12:17:33.000Z | src/main/java/ru/semiot/simulator/electricmeter/utils/SimulatorConfig.java | semiotproject/simulator-electric-meters | f087b728d048425ec3796444d900df0f24445651 | [
"MIT"
] | 8 | 2015-03-03T18:17:27.000Z | 2015-10-21T09:24:02.000Z | src/main/java/ru/semiot/simulator/electricmeter/utils/SimulatorConfig.java | semiotproject/simulator-electric-meters | f087b728d048425ec3796444d900df0f24445651 | [
"MIT"
] | null | null | null | 24.506849 | 71 | 0.704863 | 24,052 | package ru.semiot.simulator.electricmeter.utils;
import org.aeonbits.owner.Config;
import org.aeonbits.owner.ConfigFactory;
/**
*
* @author Daniil Garayzuev <envkt@example.com>
*/
@Config.LoadPolicy(Config.LoadType.FIRST)
@Config.Sources({
"file:/semiot-platform/simulator-electric-meters/config.properties"
})
... |
3e38f89cb4b7da8a3ae86c0d837284cdc238b7a5 | 1,266 | java | Java | winlet/src/main/java/com/aggrepoint/winlet/ReqConst.java | haoxiaofeng/winlet | b76d0cb61e1289253abf8812753baac5581bde7a | [
"MIT"
] | 15 | 2015-05-25T03:22:40.000Z | 2021-01-29T04:03:21.000Z | winlet/src/main/java/com/aggrepoint/winlet/ReqConst.java | haoxiaofeng/winlet | b76d0cb61e1289253abf8812753baac5581bde7a | [
"MIT"
] | 4 | 2020-03-04T22:22:02.000Z | 2021-12-09T20:43:18.000Z | winlet/src/main/java/com/aggrepoint/winlet/ReqConst.java | haoxiaofeng/winlet | b76d0cb61e1289253abf8812753baac5581bde7a | [
"MIT"
] | 5 | 2015-01-14T09:33:11.000Z | 2021-01-29T04:03:27.000Z | 28.75 | 67 | 0.743083 | 24,053 | package com.aggrepoint.winlet;
/**
* @see RespHeaderConst
*
* @author Jiangming Yang (envkt@example.com)
*/
public interface ReqConst {
public final String PARAM_WIN_ACTION = "_a";
public final String PARAM_WIN_VALIDATE_FIELD = "_vf";
public final String PARAM_WIN_VALIDATE_FIELD_VALUE = "_vv";
public final St... |
3e38f89e47673bbf45c695bcf22367805ca28b55 | 2,269 | java | Java | chat/app/src/main/java/gparap/apps/chat/ui/public_chat/PublicChatViewModel.java | gparap/firebase | 35e002ded6cb54b7b07056a116b9a1292666b859 | [
"Apache-2.0"
] | 2 | 2021-10-10T13:10:36.000Z | 2021-11-04T09:28:09.000Z | chat/app/src/main/java/gparap/apps/chat/ui/public_chat/PublicChatViewModel.java | gparap/firebase | 35e002ded6cb54b7b07056a116b9a1292666b859 | [
"Apache-2.0"
] | null | null | null | chat/app/src/main/java/gparap/apps/chat/ui/public_chat/PublicChatViewModel.java | gparap/firebase | 35e002ded6cb54b7b07056a116b9a1292666b859 | [
"Apache-2.0"
] | null | null | null | 40.517857 | 91 | 0.710886 | 24,054 | package gparap.apps.chat.ui.public_chat;
import android.annotation.SuppressLint;
import androidx.annotation.NonNull;
import androidx.lifecycle.ViewModel;
import androidx.recyclerview.widget.RecyclerView;
import com.google.firebase.database.DataSnapshot;
import com.google.firebase.database.DatabaseError;
import com.g... |
3e38fad0f2a87b9dad755fa05fde1308f9203b55 | 955 | java | Java | src/test/java/age/PrettyStringTest.java | serialization/test.java | d16cc08faa753c20a98d00319b81a6e066ffbf32 | [
"Apache-2.0"
] | null | null | null | src/test/java/age/PrettyStringTest.java | serialization/test.java | d16cc08faa753c20a98d00319b81a6e066ffbf32 | [
"Apache-2.0"
] | null | null | null | src/test/java/age/PrettyStringTest.java | serialization/test.java | d16cc08faa753c20a98d00319b81a6e066ffbf32 | [
"Apache-2.0"
] | null | null | null | 26.527778 | 82 | 0.651309 | 24,055 | package age;
import org.junit.Assert;
import org.junit.Test;
import age.OGFile;
import ogss.common.java.api.Mode;
import ogss.common.java.internal.Obj;
/**
* Tests for an obj's prettyString method.
*/
@SuppressWarnings("static-method")
public class PrettyStringTest extends common.CommonTest {
@Test
publ... |
3e38fb0610690967bf5e8a2c1f69a27babaa8859 | 2,384 | java | Java | app/src/main/java/com/nepal/adversify/viewmodel/DiscoverViewModel.java | suzan-1515/Adversify-Client | ac0aa739809e68f8e3c63075e2a4b2252ef03315 | [
"Apache-2.0"
] | 2 | 2019-06-25T06:48:56.000Z | 2020-10-05T08:55:54.000Z | app/src/main/java/com/nepal/adversify/viewmodel/DiscoverViewModel.java | ekoRemDev/Adversify-Client | ac0aa739809e68f8e3c63075e2a4b2252ef03315 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/nepal/adversify/viewmodel/DiscoverViewModel.java | ekoRemDev/Adversify-Client | ac0aa739809e68f8e3c63075e2a4b2252ef03315 | [
"Apache-2.0"
] | 2 | 2020-01-09T13:30:27.000Z | 2020-04-01T22:07:25.000Z | 32.657534 | 124 | 0.747064 | 24,056 | package com.nepal.adversify.viewmodel;
import android.app.Application;
import com.generic.appbase.domain.dto.PreviewMerchantInfo;
import com.generic.appbase.ui.BaseViewModel;
import java.util.TreeMap;
import androidx.annotation.NonNull;
import androidx.lifecycle.MutableLiveData;
public final class DiscoverViewMode... |
3e38fb06b260edc2544bcfa5d7782a1d5a22f72e | 9,952 | java | Java | service-api/src/main/java/com/java110/api/listener/ownerRepair/GrabbingRepairListener.java | yingxx26/MicroCommunity | 8f33010207f58aca006b29bcd226813521639fbf | [
"Apache-2.0"
] | null | null | null | service-api/src/main/java/com/java110/api/listener/ownerRepair/GrabbingRepairListener.java | yingxx26/MicroCommunity | 8f33010207f58aca006b29bcd226813521639fbf | [
"Apache-2.0"
] | null | null | null | service-api/src/main/java/com/java110/api/listener/ownerRepair/GrabbingRepairListener.java | yingxx26/MicroCommunity | 8f33010207f58aca006b29bcd226813521639fbf | [
"Apache-2.0"
] | 1 | 2022-02-26T07:45:16.000Z | 2022-02-26T07:45:16.000Z | 49.76 | 193 | 0.685591 | 24,057 | package com.java110.api.listener.ownerRepair;
import com.alibaba.fastjson.JSONObject;
import com.java110.api.bmo.ownerRepair.IOwnerRepairBMO;
import com.java110.api.listener.AbstractServiceApiPlusListener;
import com.java110.core.annotation.Java110Listener;
import com.java110.core.context.DataFlowContext;
import com.j... |
3e38fb2389f8bb9e91987276e0c83e157f448dca | 3,882 | java | Java | exec/java-exec/src/main/java/org/apache/drill/exec/store/ischema/InfoSchemaTableType.java | idvp-project/drill | 94e86d19407b0a66cfe432f45fb91a880eae4ea9 | [
"Apache-2.0"
] | 1,510 | 2015-01-04T01:35:19.000Z | 2022-03-28T23:36:02.000Z | exec/java-exec/src/main/java/org/apache/drill/exec/store/ischema/InfoSchemaTableType.java | idvp-project/drill | 94e86d19407b0a66cfe432f45fb91a880eae4ea9 | [
"Apache-2.0"
] | 1,979 | 2015-01-28T03:18:38.000Z | 2022-03-31T13:49:32.000Z | exec/java-exec/src/main/java/org/apache/drill/exec/store/ischema/InfoSchemaTableType.java | idvp-project/drill | 94e86d19407b0a66cfe432f45fb91a880eae4ea9 | [
"Apache-2.0"
] | 940 | 2015-01-01T01:39:39.000Z | 2022-03-25T08:46:59.000Z | 40.863158 | 158 | 0.748583 | 24,058 | /*
* 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 ... |
3e38fb977b29a7da01b02419c8d1190eace06899 | 17,447 | java | Java | worldedit-core/src/main/java/com/sk89q/worldedit/extent/clipboard/io/SpongeSchematicReader.java | LaudateCorpus1/WorldEdit | de6fa17b01c08161aacd8ef3c7ee05fe0f7f77d5 | [
"BSD-3-Clause"
] | 1,428 | 2019-01-02T21:08:08.000Z | 2022-03-30T20:23:10.000Z | worldedit-core/src/main/java/com/sk89q/worldedit/extent/clipboard/io/SpongeSchematicReader.java | LaudateCorpus1/WorldEdit | de6fa17b01c08161aacd8ef3c7ee05fe0f7f77d5 | [
"BSD-3-Clause"
] | 884 | 2019-01-21T22:45:13.000Z | 2022-03-28T16:21:00.000Z | worldedit-core/src/main/java/com/sk89q/worldedit/extent/clipboard/io/SpongeSchematicReader.java | LaudateCorpus1/WorldEdit | de6fa17b01c08161aacd8ef3c7ee05fe0f7f77d5 | [
"BSD-3-Clause"
] | 442 | 2019-01-28T05:09:58.000Z | 2022-03-29T17:53:20.000Z | 42.553659 | 194 | 0.608471 | 24,059 | /*
* WorldEdit, a Minecraft world manipulation toolkit
* Copyright (C) sk89q <http://www.sk89q.com>
* Copyright (C) WorldEdit team and contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software F... |
3e38fce318ff1ef268b3e5031b0103cd66a8380e | 16,258 | java | Java | src/main/java/com/github/lindenb/jvarkit/tools/misc/Gtf2Xml.java | jix007ucsd/jvarkit | dc99975c64edcc5e24348674e3bdf606af271705 | [
"MIT"
] | 355 | 2015-01-05T08:20:05.000Z | 2022-03-21T10:47:38.000Z | src/main/java/com/github/lindenb/jvarkit/tools/misc/Gtf2Xml.java | jix007ucsd/jvarkit | dc99975c64edcc5e24348674e3bdf606af271705 | [
"MIT"
] | 178 | 2015-02-06T10:25:24.000Z | 2022-02-24T17:35:14.000Z | src/main/java/com/github/lindenb/jvarkit/tools/misc/Gtf2Xml.java | jix007ucsd/jvarkit | dc99975c64edcc5e24348674e3bdf606af271705 | [
"MIT"
] | 133 | 2015-01-16T09:17:23.000Z | 2022-02-28T14:14:12.000Z | 37.288991 | 157 | 0.688338 | 24,060 | /*
The MIT License (MIT)
Copyright (c) 2021 Pierre Lindenbaum
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, me... |
3e38fd05ef9252616c67fcd5f1ac90d36893920d | 1,000 | java | Java | BookStoreApp_BeforeJPA/src/presentacion/controlador/command/CommandFactura/CerrarFactura.java | psanchez1095/BookStoreApp | c2bd135d370eba4fae1d54a0b3534a0886dd30cc | [
"MIT"
] | null | null | null | BookStoreApp_BeforeJPA/src/presentacion/controlador/command/CommandFactura/CerrarFactura.java | psanchez1095/BookStoreApp | c2bd135d370eba4fae1d54a0b3534a0886dd30cc | [
"MIT"
] | 1 | 2021-01-05T22:20:31.000Z | 2021-01-05T22:20:31.000Z | BookStoreApp_BeforeJPA/src/presentacion/controlador/command/CommandFactura/CerrarFactura.java | psanchez1095/BookStoreApp | c2bd135d370eba4fae1d54a0b3534a0886dd30cc | [
"MIT"
] | null | null | null | 26.315789 | 76 | 0.725 | 24,061 | package presentacion.controlador.command.CommandFactura;
import negocio.factorias.FactorySA;
import negocio.factura.SAFactura;
import presentacion.contexto.Contexto;
import presentacion.controlador.command.Command;
import presentacion.eventos.EventosFactura;
/**
* The Class CerrarFactura.
*/
public class CerrarFact... |
3e38fdd52fc21e2d719f7f128ec8e060b351e0bf | 1,268 | java | Java | len-activiti/src/main/java/com/len/service/impl/ProjectWorkerInfoServiceImpl.java | ZillaRU/soft_dev_prac | 4fa2e96802977aa68433acd32824b2ed516d2756 | [
"Apache-2.0"
] | 17 | 2020-04-20T11:29:16.000Z | 2021-05-18T11:26:03.000Z | len-activiti/src/main/java/com/len/service/impl/ProjectWorkerInfoServiceImpl.java | ZillaRU/soft_dev_prac | 4fa2e96802977aa68433acd32824b2ed516d2756 | [
"Apache-2.0"
] | 6 | 2020-04-18T03:26:13.000Z | 2022-02-09T22:23:04.000Z | len-activiti/src/main/java/com/len/service/impl/ProjectWorkerInfoServiceImpl.java | ZillaRU/soft_dev_prac | 4fa2e96802977aa68433acd32824b2ed516d2756 | [
"Apache-2.0"
] | 2 | 2020-04-20T11:28:56.000Z | 2020-05-04T04:11:40.000Z | 31.7 | 130 | 0.794164 | 24,062 | package com.len.service.impl;
import com.len.base.BaseMapper;
import com.len.base.impl.BaseServiceImpl;
import com.len.entity.ProjectWorkerInfo;
import com.len.mapper.ProjectWorkerInfoMapper;
import com.len.service.ProjectWorkerInfoService;
import org.springframework.beans.factory.annotation.Autowired;
import org.spri... |
3e38fe510b90240aed9c4f8c93ca8f50a3fbb809 | 1,375 | java | Java | blog/blog-web/src/main/java/com/heleeos/blog/interceptor/CrossDomainFilter.java | greenfit/heleeos.com | 91db43585207621f4e21c1aa52bcd5e323868b50 | [
"MIT"
] | null | null | null | blog/blog-web/src/main/java/com/heleeos/blog/interceptor/CrossDomainFilter.java | greenfit/heleeos.com | 91db43585207621f4e21c1aa52bcd5e323868b50 | [
"MIT"
] | 8 | 2020-05-11T20:03:13.000Z | 2022-02-12T02:41:41.000Z | blog/blog-web/src/main/java/com/heleeos/blog/interceptor/CrossDomainFilter.java | greenfit/heleeos.com | 91db43585207621f4e21c1aa52bcd5e323868b50 | [
"MIT"
] | null | null | null | 32.738095 | 138 | 0.714182 | 24,063 | package com.heleeos.blog.interceptor;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* 跨域过滤器
* Created by liyu on 2018/5/7.
*/
public class CrossDomainFilter implements Filter {
@Override
public void init... |
3e38ff418004ba75e9ab1ef266a049c39a67d8a3 | 2,390 | java | Java | LACCPlus/Cloudstack/1111_2.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | LACCPlus/Cloudstack/1111_2.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | LACCPlus/Cloudstack/1111_2.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | 59.75 | 169 | 0.589121 | 24,064 | //,temp,ExternalDeviceUsageManagerImpl.java,523,545,temp,ExternalDeviceUsageManagerImpl.java,299,333
//,3
public class xxx {
@Override
public void doInTransactionWithoutResult(TransactionStatus status) {
UserStatisticsVO userStats;
userStats = _userStatsDao.lock(a... |
3e38ffbf187fbc65d3f06077ed2e502706fbe9c6 | 2,138 | java | Java | src/main/java/com/heavenhr/recruitment/constants/Constants.java | selvapuram/recruitmentservice | 992da3a77b9ed0bfc18d8375dd501080e2cc453c | [
"Apache-2.0"
] | null | null | null | src/main/java/com/heavenhr/recruitment/constants/Constants.java | selvapuram/recruitmentservice | 992da3a77b9ed0bfc18d8375dd501080e2cc453c | [
"Apache-2.0"
] | null | null | null | src/main/java/com/heavenhr/recruitment/constants/Constants.java | selvapuram/recruitmentservice | 992da3a77b9ed0bfc18d8375dd501080e2cc453c | [
"Apache-2.0"
] | 1 | 2020-12-24T21:21:55.000Z | 2020-12-24T21:21:55.000Z | 36.237288 | 80 | 0.781572 | 24,065 | /*
Copyright 2019, madhankumar
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following discla... |
3e39003f6eec2b3ae8588963da7446f8e761a4c4 | 11,408 | java | Java | app/src/main/java/com/wangbingcong/recyclerviewdemo/ListGridExchanger.java | woooooooood/SmartRecyclerView | cc8726d0e82636d609952dfe310ad36c6f38e8ba | [
"Apache-2.0"
] | 1 | 2016-03-10T05:36:45.000Z | 2016-03-10T05:36:45.000Z | app/src/main/java/com/wangbingcong/recyclerviewdemo/ListGridExchanger.java | woooooooood/SmartRecyclerView | cc8726d0e82636d609952dfe310ad36c6f38e8ba | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/wangbingcong/recyclerviewdemo/ListGridExchanger.java | woooooooood/SmartRecyclerView | cc8726d0e82636d609952dfe310ad36c6f38e8ba | [
"Apache-2.0"
] | null | null | null | 35.761755 | 131 | 0.594232 | 24,066 | package com.wangbingcong.recyclerviewdemo;
import android.animation.Animator;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.animation.PropertyValuesHolder;
import android.support.annotation.NonNull;
import android.support.v7.widget.GridLayoutManager;
import android.suppo... |
3e390152cc232c796b6aba8ab6e5beabd3649472 | 202 | java | Java | Loop/src/DoWhileLoop.java | mdabdullahibnaharun/Java-11-practice | 4fe58fab806edaf4da25294c667bb7de563ac6d5 | [
"MIT"
] | 2 | 2021-07-28T17:28:46.000Z | 2021-07-28T18:21:14.000Z | Loop/src/DoWhileLoop.java | mdabdullahibnaharun/Java-16-Practice | 4fe58fab806edaf4da25294c667bb7de563ac6d5 | [
"MIT"
] | null | null | null | Loop/src/DoWhileLoop.java | mdabdullahibnaharun/Java-16-Practice | 4fe58fab806edaf4da25294c667bb7de563ac6d5 | [
"MIT"
] | null | null | null | 20.2 | 50 | 0.460396 | 24,067 | public class DoWhileLoop {
public static void main(String[] args) {
int x = 1 ;
do{
System.out.println("value of x : "+x);
x++;
}while(x<10);
}
}
|
3e39018347678a27a1df5096dcaae8ba1451899e | 3,741 | java | Java | src/simulador/model/node/Node.java | patrickmlima/simulador-teste | 4c95a16bfa150da71329c2e077fcf956daa5df88 | [
"MIT"
] | null | null | null | src/simulador/model/node/Node.java | patrickmlima/simulador-teste | 4c95a16bfa150da71329c2e077fcf956daa5df88 | [
"MIT"
] | null | null | null | src/simulador/model/node/Node.java | patrickmlima/simulador-teste | 4c95a16bfa150da71329c2e077fcf956daa5df88 | [
"MIT"
] | null | null | null | 18.338235 | 80 | 0.62764 | 24,068 | package simulador.model.node;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Point;
import java.awt.Rectangle;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
import simulador.model.link.Link;
public class Node implements Comparable<Node>{
private String id;
private St... |
3e39018be72422096371aa046e2351fee7322eef | 862 | java | Java | src/main/java/com/mhuang/kafka/common/bean/KafkaInfo.java | huangmiao/kafka-spring | edff4c27eda95ffa3df556449c3725275ab6c98c | [
"Apache-2.0"
] | null | null | null | src/main/java/com/mhuang/kafka/common/bean/KafkaInfo.java | huangmiao/kafka-spring | edff4c27eda95ffa3df556449c3725275ab6c98c | [
"Apache-2.0"
] | null | null | null | src/main/java/com/mhuang/kafka/common/bean/KafkaInfo.java | huangmiao/kafka-spring | edff4c27eda95ffa3df556449c3725275ab6c98c | [
"Apache-2.0"
] | null | null | null | 15.672727 | 67 | 0.62645 | 24,069 | package com.mhuang.kafka.common.bean;
import java.util.HashMap;
import java.util.Map;
import lombok.Data;
/**
*
* @ClassName: KafkaInfo
* @Description:kafka信息
* @author: mhuang
* @date: 2017年9月14日 下午3:59:30
*/
@Data
public class KafkaInfo {
/**
* 对应的通用服务
*/
private String serv... |
3e39023beb7990e665c448b208164523ccba660c | 497 | java | Java | whois-rpsl/src/main/java/net/ripe/db/whois/common/rpsl/attrs/InetStatus.java | WEBZCC/whois | 5babbb0ef5456cfac96270789c320d226d26e9ee | [
"BSD-3-Clause"
] | 362 | 2015-01-21T16:20:23.000Z | 2022-03-29T08:25:37.000Z | whois-rpsl/src/main/java/net/ripe/db/whois/common/rpsl/attrs/InetStatus.java | WEBZCC/whois | 5babbb0ef5456cfac96270789c320d226d26e9ee | [
"BSD-3-Clause"
] | 370 | 2015-01-05T17:00:34.000Z | 2022-03-31T13:34:07.000Z | whois-rpsl/src/main/java/net/ripe/db/whois/common/rpsl/attrs/InetStatus.java | WEBZCC/whois | 5babbb0ef5456cfac96270789c320d226d26e9ee | [
"BSD-3-Clause"
] | 96 | 2015-05-01T15:57:45.000Z | 2022-02-15T08:21:22.000Z | 24.85 | 112 | 0.792757 | 24,070 | package net.ripe.db.whois.common.rpsl.attrs;
import java.util.Set;
public interface InetStatus {
boolean needsOrgReference();
Set<OrgType> getAllowedOrgTypes();
boolean isValidOrgType(OrgType orgType);
boolean requiresRsMaintainer();
boolean requiresAllocMaintainer();
boolean worksWithPar... |
3e3902566609c263572f5f996a2c006f1d8dd7ad | 3,038 | java | Java | src/main/com/or/utils/Log.java | QuentinRa/ocaml-plugin-intellij | 8c578585d524171097c2c6e8d8397ff5fa9e2ed1 | [
"MIT"
] | 1 | 2022-03-05T11:28:48.000Z | 2022-03-05T11:28:48.000Z | src/main/com/or/utils/Log.java | QuentinRa/ocaml-plugin-intellij | 8c578585d524171097c2c6e8d8397ff5fa9e2ed1 | [
"MIT"
] | 52 | 2022-02-01T11:08:25.000Z | 2022-03-31T20:42:43.000Z | src/main/com/or/utils/Log.java | QuentinRa/intellij-ocaml-plugin | 8c578585d524171097c2c6e8d8397ff5fa9e2ed1 | [
"MIT"
] | 1 | 2022-03-25T03:10:55.000Z | 2022-03-25T03:10:55.000Z | 27.618182 | 148 | 0.542791 | 24,071 | package com.or.utils;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiNamedElement;
import com.intellij.psi.PsiQualifiedNamedElement;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import java.util.Collection;
public ... |
3e39030b6a441a1f33dcced3130f38e8774e160b | 394 | java | Java | http-client-demo/client/src/main/java/com/liumapp/async/demo/client/config/Config.java | liumapp/async-http-client | 19d9d0642647a79919047716e9a0c371c7e72eeb | [
"Apache-2.0"
] | 1 | 2019-06-11T20:16:46.000Z | 2019-06-11T20:16:46.000Z | http-client-demo/client/src/main/java/com/liumapp/async/demo/client/config/Config.java | liumapp/async-http-client | 19d9d0642647a79919047716e9a0c371c7e72eeb | [
"Apache-2.0"
] | null | null | null | http-client-demo/client/src/main/java/com/liumapp/async/demo/client/config/Config.java | liumapp/async-http-client | 19d9d0642647a79919047716e9a0c371c7e72eeb | [
"Apache-2.0"
] | null | null | null | 22.111111 | 74 | 0.771357 | 24,072 | package com.liumapp.async.demo.client.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ImportResource;
/**
* Created by liumapp on 9/28/17.
* E-mail:kenaa@example.com
* home-page:http://www.liumapp.com
*/
@Configuration
@ImportResource(locations = ... |
3e390455d8c639917fba0094afa13244e087bc94 | 2,380 | java | Java | src/org/nightcode/milter/command/HeaderCommandProcessor.java | nightcode/jmilter | 5d6111289e586d43e3a6b17a8e1dc1ccfd788bb6 | [
"Apache-2.0"
] | 8 | 2018-11-03T10:55:52.000Z | 2022-01-27T16:18:42.000Z | src/org/nightcode/milter/command/HeaderCommandProcessor.java | nightcode/jmilter | 5d6111289e586d43e3a6b17a8e1dc1ccfd788bb6 | [
"Apache-2.0"
] | 2 | 2019-01-17T06:48:03.000Z | 2020-07-05T05:19:29.000Z | src/org/nightcode/milter/command/HeaderCommandProcessor.java | nightcode/jmilter | 5d6111289e586d43e3a6b17a8e1dc1ccfd788bb6 | [
"Apache-2.0"
] | 3 | 2018-11-02T12:42:42.000Z | 2018-11-30T14:09:40.000Z | 33.521127 | 119 | 0.744118 | 24,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
* distributed u... |
3e39047d0a706270b4331373255104a37d24dc97 | 124 | java | Java | src/org/aisimple/dev/enums/LevelType.java | SimpleC19/ASkyWars | 44c7511f7b4b57cf2b18e99243da76dac241c7da | [
"MIT"
] | null | null | null | src/org/aisimple/dev/enums/LevelType.java | SimpleC19/ASkyWars | 44c7511f7b4b57cf2b18e99243da76dac241c7da | [
"MIT"
] | null | null | null | src/org/aisimple/dev/enums/LevelType.java | SimpleC19/ASkyWars | 44c7511f7b4b57cf2b18e99243da76dac241c7da | [
"MIT"
] | null | null | null | 9.538462 | 32 | 0.629032 | 24,074 | package org.aisimple.dev.enums;
public enum LevelType {
NOOB,
PRO,
EXPERT,
PROFETIONAL,
HACKER,
GOD
}
|
3e3905c5ca4b1454a27acdb47456901c6ffd0103 | 602 | java | Java | servicedemo/src/main/java/com/example/demo/ServicedemoApplication.java | zuoqing135du/dubbo_demo1 | ac9ec9800ef0242ffb642ad2a8126f90fb084d5e | [
"Apache-2.0"
] | null | null | null | servicedemo/src/main/java/com/example/demo/ServicedemoApplication.java | zuoqing135du/dubbo_demo1 | ac9ec9800ef0242ffb642ad2a8126f90fb084d5e | [
"Apache-2.0"
] | null | null | null | servicedemo/src/main/java/com/example/demo/ServicedemoApplication.java | zuoqing135du/dubbo_demo1 | ac9ec9800ef0242ffb642ad2a8126f90fb084d5e | [
"Apache-2.0"
] | null | null | null | 31.684211 | 94 | 0.80897 | 24,075 | package com.example.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.support.ClassPathXmlApplicationContext;
@SpringBootApplication
public class ServicedemoApplication {
public static void main(String[] a... |
3e3905d0cf9cadff411651ab32b8d21c7a965baf | 9,997 | java | Java | src/timeBench/data/io/TextTableTemporalDatasetReader.java | ieg-vienna/TimeBench | 96806b61ff489a82ad2ff2a35aafe834cf472ab5 | [
"BSD-2-Clause"
] | 16 | 2015-03-20T11:50:33.000Z | 2019-09-10T21:14:29.000Z | src/timeBench/data/io/TextTableTemporalDatasetReader.java | alex-rind/TimeBench | 949e5fc859de99bf98f5c2c2980c84df9422a696 | [
"BSD-2-Clause"
] | null | null | null | src/timeBench/data/io/TextTableTemporalDatasetReader.java | alex-rind/TimeBench | 949e5fc859de99bf98f5c2c2980c84df9422a696 | [
"BSD-2-Clause"
] | 4 | 2016-04-08T08:59:05.000Z | 2021-06-28T18:21:09.000Z | 39.670635 | 106 | 0.586076 | 24,076 | package timeBench.data.io;
import ieg.prefuse.data.DataHelper;
import ieg.util.xml.JaxbMarshaller;
import java.io.IOException;
import java.io.InputStream;
import java.util.LinkedList;
import java.util.TimeZone;
import java.util.TreeMap;
import javax.xml.bind.JAXBException;
import org.apache.log4j.Logge... |
3e390653e9447b4456266397788d9971cc6bd82d | 467 | java | Java | microservices/servers-manager/src/main/java/org/shahin/nazarov/servermanagement/util/ManagementConstants.java | nazarov-pro/data-structures-compact | 8da82a99b4fa29458280120fdd9506fd8611b7a8 | [
"Apache-2.0"
] | null | null | null | microservices/servers-manager/src/main/java/org/shahin/nazarov/servermanagement/util/ManagementConstants.java | nazarov-pro/data-structures-compact | 8da82a99b4fa29458280120fdd9506fd8611b7a8 | [
"Apache-2.0"
] | null | null | null | microservices/servers-manager/src/main/java/org/shahin/nazarov/servermanagement/util/ManagementConstants.java | nazarov-pro/data-structures-compact | 8da82a99b4fa29458280120fdd9506fd8611b7a8 | [
"Apache-2.0"
] | null | null | null | 38.916667 | 117 | 0.762313 | 24,077 | package org.shahin.nazarov.servermanagement.util;
import java.nio.file.Path;
import java.nio.file.Paths;
public class ManagementConstants {
public static Path path = Paths.get("C:\\Users\\s0552\\projects\\project_best\\training\\servers-manager\\libs");
public static final String PATH_SERVERS = "/servers";
... |
3e3908569fbe64b947358e7713d14fbe8107e77f | 6,063 | java | Java | plugins/com.phonegap.plugins.PushPlugin/src/android/com/plugin/gcm/PushPlugin.java | 2beatakan/full | e46d6eb70e550dfdba84cbb5e607123d243db221 | [
"MIT"
] | 635 | 2015-01-01T08:34:01.000Z | 2021-12-06T15:40:34.000Z | src/android/com/plugin/gcm/PushPlugin.java | DispatcherInc/PushPlugin | b28a68c4b191022495191ab6ac4e17508090c7d2 | [
"MIT"
] | 352 | 2015-01-02T22:18:35.000Z | 2022-01-25T05:18:28.000Z | src/android/com/plugin/gcm/PushPlugin.java | DispatcherInc/PushPlugin | b28a68c4b191022495191ab6ac4e17508090c7d2 | [
"MIT"
] | 680 | 2015-01-03T22:26:09.000Z | 2021-08-11T21:06:14.000Z | 24.646341 | 147 | 0.64506 | 24,078 | package com.plugin.gcm;
import android.app.NotificationManager;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;
import com.google.android.gcm.GCMRegistrar;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaInterface;
import org.apache.cordova.CordovaPlugin;
... |
3e3908f1f3b27b7850c0104cc7a9dabb73f6536b | 1,289 | java | Java | src/main/java/seedu/eylah/diettracker/logic/DietLogic.java | sheexiong/main | 8b1e3b842b3d8f8830490fdd11324e4d0dcf120c | [
"MIT"
] | null | null | null | src/main/java/seedu/eylah/diettracker/logic/DietLogic.java | sheexiong/main | 8b1e3b842b3d8f8830490fdd11324e4d0dcf120c | [
"MIT"
] | 213 | 2020-02-18T15:46:23.000Z | 2020-04-14T18:12:57.000Z | src/main/java/seedu/eylah/diettracker/logic/DietLogic.java | sheexiong/main | 8b1e3b842b3d8f8830490fdd11324e4d0dcf120c | [
"MIT"
] | 5 | 2020-02-17T09:52:17.000Z | 2020-02-17T10:09:52.000Z | 25.27451 | 86 | 0.719938 | 24,079 | package seedu.eylah.diettracker.logic;
import java.nio.file.Path;
import javafx.collections.ObservableList;
import seedu.eylah.commons.logic.Logic;
import seedu.eylah.commons.logic.command.CommandResult;
import seedu.eylah.commons.logic.command.exception.CommandException;
import seedu.eylah.commons.logic.parser.excep... |
3e390a48e041fdfb060960b48b8a4bd8f51f0eb7 | 17,098 | java | Java | exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/Hash64Functions.java | ketfos/testdrill | c5f1bbbb164351fc4b93ba2ef814ad7ab28a80e2 | [
"Apache-2.0"
] | 5 | 2017-04-27T16:31:16.000Z | 2020-05-18T00:17:43.000Z | exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/Hash64Functions.java | ketfos/testdrill | c5f1bbbb164351fc4b93ba2ef814ad7ab28a80e2 | [
"Apache-2.0"
] | null | null | null | exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/Hash64Functions.java | ketfos/testdrill | c5f1bbbb164351fc4b93ba2ef814ad7ab28a80e2 | [
"Apache-2.0"
] | 2 | 2017-06-07T14:41:57.000Z | 2021-03-18T11:30:10.000Z | 29.028862 | 135 | 0.687507 | 24,080 | /**
* 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... |
3e390b06846f3cd84e24816c1dba3ce70cee855c | 2,165 | java | Java | src/main/java/io/github/jonestimd/finance/swing/transaction/PayeeTableModel.java | jonestimd/finances | d4d7ee8d40a034f8a7362ef232cea4fefc6f67cf | [
"MIT"
] | 2 | 2017-12-20T11:41:47.000Z | 2022-02-06T16:28:11.000Z | src/main/java/io/github/jonestimd/finance/swing/transaction/PayeeTableModel.java | jonestimd/finances | d4d7ee8d40a034f8a7362ef232cea4fefc6f67cf | [
"MIT"
] | 25 | 2018-03-04T19:26:50.000Z | 2022-01-17T17:56:01.000Z | src/main/java/io/github/jonestimd/finance/swing/transaction/PayeeTableModel.java | jonestimd/finances | d4d7ee8d40a034f8a7362ef232cea4fefc6f67cf | [
"MIT"
] | 2 | 2019-12-22T13:35:45.000Z | 2022-03-19T13:41:29.000Z | 46.06383 | 135 | 0.767206 | 24,081 | // The MIT License (MIT)
//
// Copyright (c) 2016 Tim Jones
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy,... |
3e390bc9b7726752e0bdcb80d566bc328648219e | 156 | java | Java | SpringBootJspJettyExample/src/main/java/com/espark/adarsh/controller/MyException.java | dinesh2021992/dinesh7 | ecc3a857e78fadba076bd1175b042bbbe5590ca9 | [
"MIT"
] | null | null | null | SpringBootJspJettyExample/src/main/java/com/espark/adarsh/controller/MyException.java | dinesh2021992/dinesh7 | ecc3a857e78fadba076bd1175b042bbbe5590ca9 | [
"MIT"
] | null | null | null | SpringBootJspJettyExample/src/main/java/com/espark/adarsh/controller/MyException.java | dinesh2021992/dinesh7 | ecc3a857e78fadba076bd1175b042bbbe5590ca9 | [
"MIT"
] | null | null | null | 13 | 51 | 0.762821 | 24,082 |
package com.espark.adarsh.controller;
public class MyException extends RuntimeException {
public MyException(String message) {
super(message);
}
}
|
3e390c4770659bc8627812274832d2b58c5c908e | 2,064 | java | Java | src/main/java/org/burningwave/core/Virtual.java | geoand/core | 2783cc6985b0f7c08a056a33b61b117e6fa3fa9a | [
"MIT"
] | 2 | 2020-05-16T21:02:04.000Z | 2021-08-22T07:33:05.000Z | src/main/java/org/burningwave/core/Virtual.java | geoand/core | 2783cc6985b0f7c08a056a33b61b117e6fa3fa9a | [
"MIT"
] | null | null | null | src/main/java/org/burningwave/core/Virtual.java | geoand/core | 2783cc6985b0f7c08a056a33b61b117e6fa3fa9a | [
"MIT"
] | null | null | null | 39.692308 | 112 | 0.738857 | 24,083 | /*
* This file is part of Burningwave Core.
*
* Author: Roberto Gentili
*
* Hosted at: https://github.com/burningwave/core
*
* --
*
* The MIT License (MIT)
*
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software a... |
3e390c61561eeb0c3efabed0fc032c1a98f39ff0 | 12,889 | java | Java | java/org/apache/coyote/http2/Http2Protocol.java | yangfancoming/apache-tomcat-8.5.54-src | a0b22b7205e754739cf702ac0ac0ef81491ce79a | [
"Apache-2.0"
] | 1 | 2020-05-21T01:21:44.000Z | 2020-05-21T01:21:44.000Z | java/org/apache/coyote/http2/Http2Protocol.java | yangfancoming/apache-tomcat-8.5.54-src | a0b22b7205e754739cf702ac0ac0ef81491ce79a | [
"Apache-2.0"
] | 1 | 2022-01-21T23:47:21.000Z | 2022-01-21T23:47:21.000Z | java/org/apache/coyote/http2/Http2Protocol.java | yangfancoming/apache-tomcat-8.5.54-src | a0b22b7205e754739cf702ac0ac0ef81491ce79a | [
"Apache-2.0"
] | null | null | null | 31.513447 | 93 | 0.721546 | 24,084 |
package org.apache.coyote.http2;
import java.nio.charset.StandardCharsets;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Enumeration;
import java.util.HashSet;
import java.util.List;
import java.util.Locale;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import java.... |
3e390ce5dd4aa3b0f5f9f798a5b4d25d1d4b646c | 1,220 | java | Java | core/src/test/java/com/github/dozermapper/core/vo/TestReferenceFooPrime.java | DImuthuUpe/dozer | 4d33729e866982cb7cee61065f0719c9c1212334 | [
"Apache-2.0"
] | 1,838 | 2015-01-01T15:09:00.000Z | 2022-03-31T09:51:25.000Z | core/src/test/java/com/github/dozermapper/core/vo/TestReferenceFooPrime.java | DImuthuUpe/dozer | 4d33729e866982cb7cee61065f0719c9c1212334 | [
"Apache-2.0"
] | 490 | 2015-01-03T11:23:40.000Z | 2022-03-31T10:19:53.000Z | core/src/test/java/com/github/dozermapper/core/vo/TestReferenceFooPrime.java | DImuthuUpe/dozer | 4d33729e866982cb7cee61065f0719c9c1212334 | [
"Apache-2.0"
] | 473 | 2015-01-01T02:52:18.000Z | 2022-03-28T02:16:35.000Z | 24.897959 | 75 | 0.663115 | 24,085 | /*
* Copyright 2005-2019 Dozer 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 ag... |
3e390ce86d1cdf8d0e18f0110f244bc201085d0e | 2,165 | java | Java | commits/src/main/java/net/rizon/moo/plugin/commits/api/gitlab/Build.java | dustinlacewell/moo | 38a17232b648bd79b21d04f73bcf371ab0d28c28 | [
"BSD-2-Clause"
] | null | null | null | commits/src/main/java/net/rizon/moo/plugin/commits/api/gitlab/Build.java | dustinlacewell/moo | 38a17232b648bd79b21d04f73bcf371ab0d28c28 | [
"BSD-2-Clause"
] | null | null | null | commits/src/main/java/net/rizon/moo/plugin/commits/api/gitlab/Build.java | dustinlacewell/moo | 38a17232b648bd79b21d04f73bcf371ab0d28c28 | [
"BSD-2-Clause"
] | null | null | null | 25.197674 | 80 | 0.743424 | 24,086 | /*
* Copyright (c) 2017, Orillion <upchh@example.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, this
* ... |
3e390dd3c1e940a8923951ba4301b4a11266efb3 | 4,353 | java | Java | intermine/web/main/src/org/intermine/web/struts/ImportQueriesForm.java | chenyian-nibio/intermine | d8a5403a02b853df42f1b9f0faf2b002ade7568f | [
"PostgreSQL",
"MIT"
] | 4 | 2017-12-22T06:04:46.000Z | 2020-10-05T02:39:07.000Z | intermine/web/main/src/org/intermine/web/struts/ImportQueriesForm.java | mgijax/intermine | 1caa1cff2df438c4062e2112ac64d627fc98192c | [
"PostgreSQL"
] | 1 | 2021-02-08T20:37:44.000Z | 2021-02-08T20:37:44.000Z | intermine/web/main/src/org/intermine/web/struts/ImportQueriesForm.java | mgijax/intermine | 1caa1cff2df438c4062e2112ac64d627fc98192c | [
"PostgreSQL"
] | 5 | 2016-08-01T18:54:24.000Z | 2021-04-15T12:43:53.000Z | 32.729323 | 99 | 0.59637 | 24,087 | package org.intermine.web.struts;
/*
* Copyright (C) 2002-2017 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.h... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.