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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e1f9f89c728138131a046aacd931788b783f576 | 2,276 | java | Java | easy-jobs-admin/src/main/java/org/jeasy/jobs/admin/web/controller/JobExecutionRequestsController.java | atdavidpark/easy-jobs | 6453f6bac1b7648993d2f0340c75055304ab8649 | [
"MIT"
] | 36 | 2017-06-19T13:21:43.000Z | 2022-03-16T05:00:08.000Z | easy-jobs-admin/src/main/java/org/jeasy/jobs/admin/web/controller/JobExecutionRequestsController.java | j-easy/easy-jobs | 6453f6bac1b7648993d2f0340c75055304ab8649 | [
"MIT"
] | 28 | 2017-06-27T18:28:58.000Z | 2020-11-19T21:22:37.000Z | easy-jobs-admin/src/main/java/org/jeasy/jobs/admin/web/controller/JobExecutionRequestsController.java | atdavidpark/easy-jobs | 6453f6bac1b7648993d2f0340c75055304ab8649 | [
"MIT"
] | 28 | 2017-05-21T06:47:20.000Z | 2022-03-17T04:07:33.000Z | 33.970149 | 104 | 0.740773 | 13,355 | package org.jeasy.jobs.admin.web.controller;
import org.jeasy.jobs.job.Job;
import org.jeasy.jobs.job.JobRepository;
import org.jeasy.jobs.request.JobExecutionRequest;
import org.jeasy.jobs.request.JobExecutionRequestRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.... |
3e1f9f97c2fea4565806283dc44512fea5586e8e | 10,774 | java | Java | x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/action/filter/SecurityActionFilter.java | dlehammer/elasticsearch | f09190c14d28c04c937e6ceb2f01b381a1369ac8 | [
"Apache-2.0"
] | 49 | 2017-05-19T04:43:12.000Z | 2021-07-03T05:59:26.000Z | x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/action/filter/SecurityActionFilter.java | dlehammer/elasticsearch | f09190c14d28c04c937e6ceb2f01b381a1369ac8 | [
"Apache-2.0"
] | 3 | 2018-06-07T06:52:21.000Z | 2020-11-29T02:42:44.000Z | x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/action/filter/SecurityActionFilter.java | dlehammer/elasticsearch | f09190c14d28c04c937e6ceb2f01b381a1369ac8 | [
"Apache-2.0"
] | 39 | 2017-04-02T16:15:51.000Z | 2020-02-03T14:37:28.000Z | 58.237838 | 140 | 0.672452 | 13,356 | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.xpack.security.action.filter;
import org.elasticsea... |
3e1f9fd80073a1faae3451684eb237435614c17d | 1,354 | java | Java | core/src/main/java/io/nson/javapt/core/Material.java | jon-hanson/JavaPT | 8f7f8fc5501c03758b4a253177230d6052a75778 | [
"MIT"
] | null | null | null | core/src/main/java/io/nson/javapt/core/Material.java | jon-hanson/JavaPT | 8f7f8fc5501c03758b4a253177230d6052a75778 | [
"MIT"
] | 2 | 2021-12-10T06:29:16.000Z | 2022-01-04T16:33:28.000Z | core/src/main/java/io/nson/javapt/core/Material.java | jon-hanson/JavaPT | 8f7f8fc5501c03758b4a253177230d6052a75778 | [
"MIT"
] | null | null | null | 22.949153 | 62 | 0.572378 | 13,357 | package io.nson.javapt.core;
import io.nson.javapt.geom.*;
public interface Material {
static Material diffuse(double r, double g, double b) {
return new Diffuse(new RGB(r, g, b), RGB.BLACK);
}
static Material diffuse(RGB colour) {
return new Diffuse(colour, RGB.BLACK);
}
static... |
3e1f9fe47c1bd3fd90e1e61baf2f4fac2c8da9d6 | 560 | java | Java | src/lib/ui/ios/IOSMyListsPageObject.java | vil-shavetail/JavaAppiumAutomation | 93f5be20e04aa59373b56b3cbdd426152b548f53 | [
"MIT"
] | null | null | null | src/lib/ui/ios/IOSMyListsPageObject.java | vil-shavetail/JavaAppiumAutomation | 93f5be20e04aa59373b56b3cbdd426152b548f53 | [
"MIT"
] | null | null | null | src/lib/ui/ios/IOSMyListsPageObject.java | vil-shavetail/JavaAppiumAutomation | 93f5be20e04aa59373b56b3cbdd426152b548f53 | [
"MIT"
] | null | null | null | 32.941176 | 84 | 0.701786 | 13,358 | package lib.ui.ios;
import lib.ui.MyListsPageObject;
import org.openqa.selenium.remote.RemoteWebDriver;
public class IOSMyListsPageObject extends MyListsPageObject {
static {
FOLDER_BY_NAME_TPL = "xpath://*[@text='{FOLDER_NAME}']";
ARTICLE_BY_TITLE_TPL = "xpath://XCUIElementTypeStaticText[@name='{... |
3e1fa17881f7fcc6a7a847f3f54cac5255d565c0 | 3,522 | java | Java | idcardcamera/src/main/java/com/wildma/idcardcamera/utils/FileUtils.java | mingrq/IDCardCamera-T | 0b38907328bc5dab3b26cac551c9e527b78b25fa | [
"Apache-2.0"
] | 1 | 2021-12-19T20:16:53.000Z | 2021-12-19T20:16:53.000Z | idcardcamera/src/main/java/com/wildma/idcardcamera/utils/FileUtils.java | mingrq/IDCardCamera-T | 0b38907328bc5dab3b26cac551c9e527b78b25fa | [
"Apache-2.0"
] | null | null | null | idcardcamera/src/main/java/com/wildma/idcardcamera/utils/FileUtils.java | mingrq/IDCardCamera-T | 0b38907328bc5dab3b26cac551c9e527b78b25fa | [
"Apache-2.0"
] | 1 | 2020-09-17T03:10:49.000Z | 2020-09-17T03:10:49.000Z | 24.978723 | 93 | 0.545997 | 13,359 | package com.wildma.idcardcamera.utils;
import android.os.Environment;
import java.io.Closeable;
import java.io.File;
import java.io.IOException;
/**
* Author wildma
* Github https://github.com/wildma
* Date 2018/6/10
* Desc ${文件相关工具类}
*/
public final class FileUtils {
/**
*... |
3e1fa1a4f22523d45d1f78744dca17b399e45dc8 | 1,319 | java | Java | languages/java/src/topics/camel/P017_CustomComponentMain.java | vikash-india/DeveloperNotes2Myself | fe277a3c52f73884863f2f72b237365b27a8c882 | [
"MIT"
] | 2 | 2019-05-25T10:09:00.000Z | 2022-03-11T09:06:23.000Z | languages/java/src/topics/camel/P017_CustomComponentMain.java | vikash-india/DeveloperNotes2Myself | fe277a3c52f73884863f2f72b237365b27a8c882 | [
"MIT"
] | 2 | 2020-03-31T04:30:17.000Z | 2020-10-30T07:54:28.000Z | languages/java/src/topics/camel/P017_CustomComponentMain.java | vikash-india/DeveloperNotes2Myself | fe277a3c52f73884863f2f72b237365b27a8c882 | [
"MIT"
] | 4 | 2019-07-12T13:18:56.000Z | 2021-11-17T08:04:55.000Z | 32.170732 | 104 | 0.601213 | 13,360 | package topics.camel;
import org.apache.camel.CamelContext;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.impl.DefaultCamelContext;
import org.apache.log4j.PropertyConfigurator;
public class P017_CustomComponentMain {
public static void main(String[] args) {
// Enable lo... |
3e1fa1cd63d6acceda276b57ed26a06d8442f109 | 2,848 | java | Java | src/main/java/com/github/elgleidson/multi/tenant/schema/config/SecurityConfig.java | fiona-pet/xchange-app | cc26a7f396f6702137b91dcdb8abc136500d66e9 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/elgleidson/multi/tenant/schema/config/SecurityConfig.java | fiona-pet/xchange-app | cc26a7f396f6702137b91dcdb8abc136500d66e9 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/elgleidson/multi/tenant/schema/config/SecurityConfig.java | fiona-pet/xchange-app | cc26a7f396f6702137b91dcdb8abc136500d66e9 | [
"Apache-2.0"
] | null | null | null | 38.486486 | 107 | 0.811447 | 13,361 | package com.github.elgleidson.multi.tenant.schema.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.authentication.AuthenticationManager;
import org.... |
3e1fa1d329a0b73dc0a48c91afec1470f18689a4 | 842 | java | Java | lucky-noxml/src/main/java/com/lucky/jacklamb/authority/shiro/entity/SysBase.java | FK7075/lucky-noxml | 9f2f479d88732c92bb16f4194759c5fd39eb6464 | [
"WTFPL"
] | 3 | 2020-04-15T15:17:37.000Z | 2020-08-31T01:45:57.000Z | lucky-noxml/src/main/java/com/lucky/jacklamb/authority/shiro/entity/SysBase.java | FK7075/lucky-noxml | 9f2f479d88732c92bb16f4194759c5fd39eb6464 | [
"WTFPL"
] | 18 | 2020-04-02T09:17:06.000Z | 2022-02-01T01:03:48.000Z | lucky-noxml/src/main/java/com/lucky/jacklamb/authority/shiro/entity/SysBase.java | FK7075/lucky-noxml | 9f2f479d88732c92bb16f4194759c5fd39eb6464 | [
"WTFPL"
] | 1 | 2021-06-17T08:45:06.000Z | 2021-06-17T08:45:06.000Z | 21.589744 | 63 | 0.684086 | 13,362 | package com.lucky.jacklamb.authority.shiro.entity;
import com.lucky.jacklamb.annotation.orm.Column;
import com.lucky.jacklamb.utils.base.LuckyUtils;
import java.sql.Timestamp;
/**
* @author fk7075
* @version 1.0
* @date 2020/10/28 10:07
*/
public abstract class SysBase {
/** 创建时间*/
@Column("create_time"... |
3e1fa38e422f26922e02f9200d038938969b1ce1 | 2,172 | java | Java | src/entities/CreationTemplate.java | harryqhj/csc207-todolist_app | 6f3449b0bcb2c3a78b2b0e40e7b773b56ad267e5 | [
"MIT"
] | null | null | null | src/entities/CreationTemplate.java | harryqhj/csc207-todolist_app | 6f3449b0bcb2c3a78b2b0e40e7b773b56ad267e5 | [
"MIT"
] | null | null | null | src/entities/CreationTemplate.java | harryqhj/csc207-todolist_app | 6f3449b0bcb2c3a78b2b0e40e7b773b56ad267e5 | [
"MIT"
] | null | null | null | 25.255814 | 79 | 0.609116 | 13,363 | package entities;
import com.sun.org.apache.xerces.internal.impl.xpath.regex.ParseException;
import java.io.Serializable;
/**
* A class that represents a template used by users to make creations.
*/
public class CreationTemplate implements Serializable {
private String name;
private String filepath;
pr... |
3e1fa55af14cb4f435f17b26f57014e0e5305cdc | 3,493 | java | Java | src/main/java/com/c8db/internal/C8KeyValueImpl.java | Macrometacorp/C84j | 05cb270aa5cca25d21d0c5e3ff26b4e006923cf8 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/c8db/internal/C8KeyValueImpl.java | Macrometacorp/C84j | 05cb270aa5cca25d21d0c5e3ff26b4e006923cf8 | [
"Apache-2.0"
] | 2 | 2020-03-04T22:51:56.000Z | 2020-05-15T22:00:40.000Z | src/main/java/com/c8db/internal/C8KeyValueImpl.java | Macrometacorp/C84j | 05cb270aa5cca25d21d0c5e3ff26b4e006923cf8 | [
"Apache-2.0"
] | null | null | null | 36.768421 | 123 | 0.681649 | 13,364 | /*
* Copyright (c) 2022 Macrometa Corp All rights reserved.
*/
package com.c8db.internal;
import com.c8db.C8DBException;
import com.c8db.C8KeyValue;
import com.c8db.entity.MultiDocumentEntity;
import com.c8db.entity.BaseKeyValue;
import com.c8db.entity.C8KVEntity;
import com.c8db.entity.DocumentCreateEntity;
import ... |
3e1fa654177471a5384ecabc31ddacb7d09cd3da | 57,420 | java | Java | core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/AbstractCoordinateOperation.java | Geomatys/sis | b94a500b295b52b9fbaf0bb8fdbf43c0ce4e7746 | [
"Apache-2.0"
] | 83 | 2015-02-12T21:51:54.000Z | 2021-12-10T09:44:30.000Z | core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/AbstractCoordinateOperation.java | Geomatys/sis | b94a500b295b52b9fbaf0bb8fdbf43c0ce4e7746 | [
"Apache-2.0"
] | 11 | 2017-06-01T21:55:07.000Z | 2021-10-19T15:18:40.000Z | core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/AbstractCoordinateOperation.java | apache/sis | e621d10a14072fc1f41aedab2c4a2cfab50ca5ec | [
"Apache-2.0"
] | 63 | 2015-03-30T08:40:14.000Z | 2021-11-06T22:54:18.000Z | 49.118905 | 130 | 0.634378 | 13,365 | /*
* 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 ... |
3e1fa6ee0b4178fc7246252baa7b01cd3a0073f8 | 9,083 | java | Java | apollo-portal/src/main/java/com/ctrip/framework/apollo/openapi/v1/controller/NamespaceBranchController.java | dondwu/apollo | 7d01f7aad1ab6907a9aa26adb74d501d1e524475 | [
"Apache-2.0"
] | 26,901 | 2016-03-13T01:01:57.000Z | 2021-08-25T15:03:54.000Z | apollo-portal/src/main/java/com/ctrip/framework/apollo/openapi/v1/controller/NamespaceBranchController.java | dondwu/apollo | 7d01f7aad1ab6907a9aa26adb74d501d1e524475 | [
"Apache-2.0"
] | 3,462 | 2016-03-18T08:07:01.000Z | 2021-08-24T12:55:21.000Z | apollo-portal/src/main/java/com/ctrip/framework/apollo/openapi/v1/controller/NamespaceBranchController.java | dondwu/apollo | 7d01f7aad1ab6907a9aa26adb74d501d1e524475 | [
"Apache-2.0"
] | 10,122 | 2016-03-12T05:23:46.000Z | 2021-08-25T11:34:13.000Z | 54.716867 | 170 | 0.699769 | 13,366 | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
3e1fa7077d0ed0fa5cfdf222336a679f9ae0d8db | 687 | java | Java | src/main/java/org/scaffoldeditor/worldexport/mixins/QuadrupedModelAccessor.java | Sam54123/mc-world-export | b82632d76f012121de389276880ddb2eed9e6661 | [
"MIT"
] | 2 | 2021-11-30T20:59:36.000Z | 2022-03-09T18:43:23.000Z | src/main/java/org/scaffoldeditor/worldexport/mixins/QuadrupedModelAccessor.java | Sam54123/mc-world-export | b82632d76f012121de389276880ddb2eed9e6661 | [
"MIT"
] | 2 | 2021-11-04T03:45:42.000Z | 2022-03-27T00:23:16.000Z | src/main/java/org/scaffoldeditor/worldexport/mixins/QuadrupedModelAccessor.java | Sam54123/mc-world-export | b82632d76f012121de389276880ddb2eed9e6661 | [
"MIT"
] | null | null | null | 22.9 | 69 | 0.749636 | 13,367 | package org.scaffoldeditor.worldexport.mixins;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.gen.Accessor;
import net.minecraft.client.model.ModelPart;
import net.minecraft.client.render.entity.model.QuadrupedEntityModel;
@Mixin(QuadrupedEntityModel.class)
public interface QuadrupedMod... |
3e1fa9201e0451ef31e10acf8292660181cc0c5d | 2,857 | java | Java | mantis-tests/src/test/java/ru/stqa/pft/soap/appmanager/ApplicationManager.java | SergeyTsiganovskiy/javatraining | 8874c7d7682e53df4bcf19abc14f6d77e6cc9ceb | [
"Apache-2.0"
] | 1 | 2017-07-07T19:42:48.000Z | 2017-07-07T19:42:48.000Z | mantis-tests/src/test/java/ru/stqa/pft/soap/appmanager/ApplicationManager.java | SergeyTsiganovskiy/javatraining | 8874c7d7682e53df4bcf19abc14f6d77e6cc9ceb | [
"Apache-2.0"
] | null | null | null | mantis-tests/src/test/java/ru/stqa/pft/soap/appmanager/ApplicationManager.java | SergeyTsiganovskiy/javatraining | 8874c7d7682e53df4bcf19abc14f6d77e6cc9ceb | [
"Apache-2.0"
] | null | null | null | 24.62931 | 105 | 0.680784 | 13,368 | package ru.stqa.pft.soap.appmanager;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.firefox.FirefoxOptions;
import org.openqa.selenium.ie.InternetExplorerDriver;
import org.openqa.selenium.remote.Browser... |
3e1fa97690fbdaa7cb5ba2691f6eda86b40b73b1 | 1,528 | java | Java | plugins/bluenimble-plugin-database.orientdb/src/main/java/com/bluenimble/platform/plugins/database/orientdb/tests/FindOne.java | bluenimble/serverless | 909d8ec243e055f74c6bceaee475fdcb4a2db3de | [
"Apache-2.0"
] | 38 | 2018-03-08T14:46:02.000Z | 2019-05-04T00:28:56.000Z | plugins/bluenimble-plugin-database.orientdb/src/main/java/com/bluenimble/platform/plugins/database/orientdb/tests/FindOne.java | bluenimble/serverless | 909d8ec243e055f74c6bceaee475fdcb4a2db3de | [
"Apache-2.0"
] | 13 | 2020-03-04T21:53:20.000Z | 2022-03-30T04:04:25.000Z | plugins/bluenimble-plugin-database.orientdb/src/main/java/com/bluenimble/platform/plugins/database/orientdb/tests/FindOne.java | bluenimble/serverless | 909d8ec243e055f74c6bceaee475fdcb4a2db3de | [
"Apache-2.0"
] | 4 | 2018-06-14T02:52:10.000Z | 2018-09-10T17:43:34.000Z | 38.2 | 81 | 0.760471 | 13,369 | /*
* 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... |
3e1fa9c8ee04c3770d273530368c748c3c13373b | 2,249 | java | Java | apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/service/RolePermissionService.java | kubaobaokuiii/apollo | 1ff70ccce250e0bec82162c8b9b41d9117ae2270 | [
"Apache-2.0"
] | null | null | null | apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/service/RolePermissionService.java | kubaobaokuiii/apollo | 1ff70ccce250e0bec82162c8b9b41d9117ae2270 | [
"Apache-2.0"
] | null | null | null | apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/service/RolePermissionService.java | kubaobaokuiii/apollo | 1ff70ccce250e0bec82162c8b9b41d9117ae2270 | [
"Apache-2.0"
] | null | null | null | 24.977778 | 108 | 0.673488 | 13,370 | package com.ctrip.framework.apollo.portal.service;
import com.ctrip.framework.apollo.portal.entity.bo.UserInfo;
import com.ctrip.framework.apollo.portal.entity.po.Permission;
import com.ctrip.framework.apollo.portal.entity.po.Role;
import java.util.List;
import java.util.Set;
/**
* @author Jason Song(nnheo@example.... |
3e1faa577ffbbf1ecafb12cee453663788913689 | 120 | java | Java | Android/java/patrick/pramedia/wire/adapter/interfaceRVTimer.java | ProtoZxn99/WiRe | 9b62576c3598f0b9d82609002383c53f4a2a347b | [
"MIT"
] | null | null | null | Android/java/patrick/pramedia/wire/adapter/interfaceRVTimer.java | ProtoZxn99/WiRe | 9b62576c3598f0b9d82609002383c53f4a2a347b | [
"MIT"
] | null | null | null | Android/java/patrick/pramedia/wire/adapter/interfaceRVTimer.java | ProtoZxn99/WiRe | 9b62576c3598f0b9d82609002383c53f4a2a347b | [
"MIT"
] | null | null | null | 20 | 39 | 0.75 | 13,371 | package patrick.pramedia.wire.adapter;
public interface interfaceRVTimer {
public void click(int position);
}
|
3e1faa8f2150eae239c3d181634116109f517cd8 | 12,434 | java | Java | opensrp-opd/src/main/java/org/smartregister/opd/presenter/OpdProfileActivityPresenter.java | opensrp/opensrp-client-opd | 28d8bfdbadc0a62ee06e6a74e58de8503ab890a3 | [
"Apache-2.0"
] | null | null | null | opensrp-opd/src/main/java/org/smartregister/opd/presenter/OpdProfileActivityPresenter.java | opensrp/opensrp-client-opd | 28d8bfdbadc0a62ee06e6a74e58de8503ab890a3 | [
"Apache-2.0"
] | 53 | 2019-09-16T09:06:00.000Z | 2020-09-02T15:29:20.000Z | opensrp-opd/src/main/java/org/smartregister/opd/presenter/OpdProfileActivityPresenter.java | opensrp/opensrp-client-opd | 28d8bfdbadc0a62ee06e6a74e58de8503ab890a3 | [
"Apache-2.0"
] | 1 | 2019-10-12T08:58:53.000Z | 2019-10-12T08:58:53.000Z | 39.09434 | 176 | 0.662243 | 13,372 | package org.smartregister.opd.presenter;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.vijay.jsonwizard.constants.JsonFormConstants;
import com.vijay.jsonwizard.domain.Form;
import org.js... |
3e1fac44ecef3d92a894838c41e903df4d5afaac | 1,632 | java | Java | samples/forum/src/main/java/org/apache/polygene/sample/forum/rest/resource/forum/ForumResource.java | apache/polygene-java | 031beef870302a0bd01bd5895ce849e00f2d5d5b | [
"MIT"
] | 60 | 2017-02-06T10:42:51.000Z | 2022-02-12T14:41:17.000Z | samples/forum/src/main/java/org/apache/polygene/sample/forum/rest/resource/forum/ForumResource.java | DalavanCloud/attic-polygene-java | 031beef870302a0bd01bd5895ce849e00f2d5d5b | [
"MIT"
] | 3 | 2015-07-28T10:23:31.000Z | 2016-12-03T14:56:17.000Z | samples/forum/src/main/java/org/apache/polygene/sample/forum/rest/resource/forum/ForumResource.java | DalavanCloud/attic-polygene-java | 031beef870302a0bd01bd5895ce849e00f2d5d5b | [
"MIT"
] | 17 | 2015-07-26T14:19:10.000Z | 2016-11-29T17:38:05.000Z | 37.090909 | 129 | 0.752451 | 13,373 | /*
* 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")... |
3e1fac836c0a8637e4fabe2059bc6b954ae03ec8 | 1,190 | java | Java | src/javasource/slackmessage/proxies/Enum_SlashCommand_ResponseVisibility.java | ppoetsma/SlackMessage | f76d53418c0187f86032fe71b54d2a94a4044b11 | [
"Apache-2.0"
] | null | null | null | src/javasource/slackmessage/proxies/Enum_SlashCommand_ResponseVisibility.java | ppoetsma/SlackMessage | f76d53418c0187f86032fe71b54d2a94a4044b11 | [
"Apache-2.0"
] | null | null | null | src/javasource/slackmessage/proxies/Enum_SlashCommand_ResponseVisibility.java | ppoetsma/SlackMessage | f76d53418c0187f86032fe71b54d2a94a4044b11 | [
"Apache-2.0"
] | null | null | null | 36.060606 | 181 | 0.731092 | 13,374 | // This file was generated by Mendix Modeler.
//
// WARNING: Code you write here will be lost the next time you deploy the project.
package slackmessage.proxies;
public enum Enum_SlashCommand_ResponseVisibility
{
ephemeral(new java.lang.String[][] { new java.lang.String[] { "en_US", "Visibile to the user only" }, ne... |
3e1facf9e29407d76acbb2c6d70b753f40d87814 | 14,604 | java | Java | src/main/java/com/seismicgames/spark_annotations/Setup.java | SeismicGames/spark_annotations | a309ad3f64f10119ae39c241ffaa4626c3f19d2e | [
"MIT"
] | null | null | null | src/main/java/com/seismicgames/spark_annotations/Setup.java | SeismicGames/spark_annotations | a309ad3f64f10119ae39c241ffaa4626c3f19d2e | [
"MIT"
] | null | null | null | src/main/java/com/seismicgames/spark_annotations/Setup.java | SeismicGames/spark_annotations | a309ad3f64f10119ae39c241ffaa4626c3f19d2e | [
"MIT"
] | null | null | null | 39.684783 | 140 | 0.582169 | 13,375 | package com.seismicgames.spark_annotations;
import com.google.gson.Gson;
import com.seismicgames.spark_annotations.annotations.Controller;
import com.seismicgames.spark_annotations.annotations.Filter;
import com.seismicgames.spark_annotations.annotations.Route;
import com.seismicgames.spark_annotations.annotations.Spa... |
3e1fad17bbbe3a420bb01f2c62e57659800b33c5 | 25,542 | java | Java | infrastructure/src/main/java/org/corfudb/infrastructure/ServerContext.java | CorfuDB/CORFU | 8a113dffb26dfc889c9e7a5c39d606b9f441dc79 | [
"Apache-2.0"
] | null | null | null | infrastructure/src/main/java/org/corfudb/infrastructure/ServerContext.java | CorfuDB/CORFU | 8a113dffb26dfc889c9e7a5c39d606b9f441dc79 | [
"Apache-2.0"
] | null | null | null | infrastructure/src/main/java/org/corfudb/infrastructure/ServerContext.java | CorfuDB/CORFU | 8a113dffb26dfc889c9e7a5c39d606b9f441dc79 | [
"Apache-2.0"
] | null | null | null | 36.751079 | 109 | 0.638008 | 13,376 | package org.corfudb.infrastructure;
import static org.corfudb.infrastructure.logreplication.LogReplicationConfig.DEFAULT_MAX_NUM_MSG_PER_BATCH;
import static org.corfudb.infrastructure.logreplication.LogReplicationConfig.MAX_DATA_MSG_SIZE_SUPPORTED;
import static org.corfudb.infrastructure.logreplication.LogReplicatio... |
3e1fad3c7fd6bb7a834261d96a39297c20466145 | 3,427 | java | Java | core/src/main/java/org/md2k/mcerebrum/api/core/datakitapi/aidl/_DataSourceOut.java | hippietilley/mCerebrum-API-android | c0582fbc871c053df3496cc50e0ad2ddb655096c | [
"BSD-2-Clause"
] | null | null | null | core/src/main/java/org/md2k/mcerebrum/api/core/datakitapi/aidl/_DataSourceOut.java | hippietilley/mCerebrum-API-android | c0582fbc871c053df3496cc50e0ad2ddb655096c | [
"BSD-2-Clause"
] | null | null | null | core/src/main/java/org/md2k/mcerebrum/api/core/datakitapi/aidl/_DataSourceOut.java | hippietilley/mCerebrum-API-android | c0582fbc871c053df3496cc50e0ad2ddb655096c | [
"BSD-2-Clause"
] | null | null | null | 30.945946 | 89 | 0.696652 | 13,377 | package org.md2k.mcerebrum.api.core.datakitapi.aidl;
import android.os.Parcel;
import android.os.Parcelable;
/*
* Copyright (c) 2016, The University of Memphis, MD2K Center
* - Syed Monowar Hossain <lyhxr@example.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
... |
3e1fae524d3c03c46b93404ab6e7e309b3a54a8e | 225 | java | Java | src/test/java/com/example/kafkaload/KafkaLoadApplicationTests.java | vladislav-sidorovich/data-cnosuming-and-grouping | 28d9e17b2b538f8e1fac96846eb43542448ae79a | [
"MIT"
] | null | null | null | src/test/java/com/example/kafkaload/KafkaLoadApplicationTests.java | vladislav-sidorovich/data-cnosuming-and-grouping | 28d9e17b2b538f8e1fac96846eb43542448ae79a | [
"MIT"
] | null | null | null | src/test/java/com/example/kafkaload/KafkaLoadApplicationTests.java | vladislav-sidorovich/data-cnosuming-and-grouping | 28d9e17b2b538f8e1fac96846eb43542448ae79a | [
"MIT"
] | null | null | null | 16.071429 | 60 | 0.76 | 13,378 | package com.example.kafkaload;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class KafkaLoadApplicationTests {
@Test
void contextLoads() {
}
}
|
3e1fae6df0a621f56ec5396a47ef82ff8a0e6dac | 1,297 | java | Java | src/main/java/com/intellij/debugger/streams/test/JdkManager.java | Roenke/stream-debugger-plugin | 1e4184d83eb0bbc99e878fccb59236937d50c7a1 | [
"Apache-2.0"
] | 7 | 2019-03-21T10:10:25.000Z | 2021-07-05T17:11:43.000Z | src/main/java/com/intellij/debugger/streams/test/JdkManager.java | Roenke/stream-debugger-plugin | 1e4184d83eb0bbc99e878fccb59236937d50c7a1 | [
"Apache-2.0"
] | 1 | 2017-07-01T10:06:06.000Z | 2017-07-01T10:06:06.000Z | src/main/java/com/intellij/debugger/streams/test/JdkManager.java | Roenke/stream-debugger-plugin | 1e4184d83eb0bbc99e878fccb59236937d50c7a1 | [
"Apache-2.0"
] | 5 | 2019-06-26T18:26:53.000Z | 2021-12-31T21:10:53.000Z | 29.477273 | 111 | 0.739399 | 13,379 | /*
* Copyright 2000-2018 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
3e1faeae2525eaa247c9467436661f82f5912514 | 310 | java | Java | sintefMMsrc/no/sintef/model/GasParticle.java | SINTEF-EnvironmentalTechnology/GRF2NETCDF | 9673fb7733c9fff5ca20c9a0a9f7713e9978398e | [
"BSD-3-Clause"
] | 1 | 2015-11-30T06:40:53.000Z | 2015-11-30T06:40:53.000Z | sintefMMsrc/no/sintef/model/GasParticle.java | SINTEF-EnvironmentalTechnology/GRF2NETCDF | 9673fb7733c9fff5ca20c9a0a9f7713e9978398e | [
"BSD-3-Clause"
] | null | null | null | sintefMMsrc/no/sintef/model/GasParticle.java | SINTEF-EnvironmentalTechnology/GRF2NETCDF | 9673fb7733c9fff5ca20c9a0a9f7713e9978398e | [
"BSD-3-Clause"
] | null | null | null | 12.4 | 54 | 0.719355 | 13,380 |
package no.sintef.model;
/**
* @author ubr
*
*/
public class GasParticle extends ParticleCloud {
private float bubbleDiameter;
public void setBubbleDiameter(float bubbleDiameter) {
this.bubbleDiameter = bubbleDiameter;
}
public float getBubbleDiameter() {
return bubbleDiameter;
}
}
|
3e1faec13864aa28ce642e42a547808d9501deca | 5,080 | java | Java | sourcedata/xerces2-j-Xerces-J_1_3_0/src/org/apache/xml/serialize/XHTMLSerializer.java | DXYyang/SDP | 6ad0daf242d4062888ceca6d4a1bd4c41fd99b63 | [
"Apache-2.0"
] | 6 | 2020-10-27T06:11:59.000Z | 2021-09-09T13:52:42.000Z | sourcedata/xerces2-j-Xerces-J_1_3_0/src/org/apache/xml/serialize/XHTMLSerializer.java | DXYyang/SDP | 6ad0daf242d4062888ceca6d4a1bd4c41fd99b63 | [
"Apache-2.0"
] | 8 | 2020-11-16T20:41:38.000Z | 2022-02-01T01:05:45.000Z | sourcedata/xerces2-j-Xerces-J_1_3_0/src/org/apache/xml/serialize/XHTMLSerializer.java | DXYyang/SDP | 6ad0daf242d4062888ceca6d4a1bd4c41fd99b63 | [
"Apache-2.0"
] | null | null | null | 36.028369 | 105 | 0.695276 | 13,381 | /*
* The Apache Software License, Version 1.1
*
*
* Copyright (c) 1999 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of sour... |
3e1faee7aa7d1d7d63414a9828ea3ec0c0b1ea8b | 6,653 | java | Java | server/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/get/shard/TransportGetShardSnapshotAction.java | diwasjoshi/elasticsearch | 58ce0f94a0bbdf2576e0a00a62abe1854ee7fe2f | [
"Apache-2.0"
] | null | null | null | server/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/get/shard/TransportGetShardSnapshotAction.java | diwasjoshi/elasticsearch | 58ce0f94a0bbdf2576e0a00a62abe1854ee7fe2f | [
"Apache-2.0"
] | null | null | null | server/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/get/shard/TransportGetShardSnapshotAction.java | diwasjoshi/elasticsearch | 58ce0f94a0bbdf2576e0a00a62abe1854ee7fe2f | [
"Apache-2.0"
] | null | null | null | 41.842767 | 139 | 0.725988 | 13,382 | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0 and the Server Side Public License, v 1; you may not use this file except
* in compliance with, at your election, the Elastic License 2.0 or the Server... |
3e1fafb10086d76d63e24cd782ce94732232582e | 912 | java | Java | com.alcatel.as.service.api/src/com/alcatel/as/service/metering/Counter.java | nokia/osgi-microfeatures | 50120f20cf929a966364550ca5829ef348d82670 | [
"Apache-2.0"
] | null | null | null | com.alcatel.as.service.api/src/com/alcatel/as/service/metering/Counter.java | nokia/osgi-microfeatures | 50120f20cf929a966364550ca5829ef348d82670 | [
"Apache-2.0"
] | null | null | null | com.alcatel.as.service.api/src/com/alcatel/as/service/metering/Counter.java | nokia/osgi-microfeatures | 50120f20cf929a966364550ca5829ef348d82670 | [
"Apache-2.0"
] | null | null | null | 30.4 | 95 | 0.703947 | 13,383 | // Copyright 2000-2021 Nokia
//
// Licensed under the Apache License 2.0
// SPDX-License-Identifier: Apache-2.0
//
package com.alcatel.as.service.metering;
/**
* Counter used to expose cumulative events. The value of the counter will grow during the life
* cycle of the application. For example, use Counters for met... |
3e1fb02951688d1e094c2820977f04de0f81e9e5 | 2,413 | java | Java | src/test/java/com/twilio/rest/pricing/v1/voice/NumberTest.java | duttonw/twilio-java | 87e51c729aa882926eeb59114be3488423d750ad | [
"MIT"
] | 295 | 2015-01-04T17:00:48.000Z | 2022-03-29T21:51:49.000Z | src/test/java/com/twilio/rest/pricing/v1/voice/NumberTest.java | duttonw/twilio-java | 87e51c729aa882926eeb59114be3488423d750ad | [
"MIT"
] | 349 | 2015-01-14T19:08:16.000Z | 2022-03-09T15:50:13.000Z | src/test/java/com/twilio/rest/pricing/v1/voice/NumberTest.java | duttonw/twilio-java | 87e51c729aa882926eeb59114be3488423d750ad | [
"MIT"
] | 376 | 2015-01-03T22:31:01.000Z | 2022-03-31T08:23:17.000Z | 34.471429 | 417 | 0.628264 | 13,384 | /**
* This code was generated by
* \ / _ _ _| _ _
* | (_)\/(_)(_|\/| |(/_ v1.0.0
* / /
*/
package com.twilio.rest.pricing.v1.voice;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.twilio.Twilio;
import com.twilio.converter.DateConverter;
import com.twilio.converter.Promoter;
i... |
3e1fb043216ea66b02a27715e202e70e92ebb448 | 3,866 | java | Java | Benchmarks_with_Functional_Bugs/Java/Bears-184/src/src/test/java/org/springframework/data/jpa/repository/query/ParameterMetadataProviderIntegrationTests.java | kupl/starlab-benchmarks | 1efc9efffad1b797f6a795da7e032041e230d900 | [
"MIT"
] | null | null | null | Benchmarks_with_Functional_Bugs/Java/Bears-184/src/src/test/java/org/springframework/data/jpa/repository/query/ParameterMetadataProviderIntegrationTests.java | kupl/starlab-benchmarks | 1efc9efffad1b797f6a795da7e032041e230d900 | [
"MIT"
] | null | null | null | Benchmarks_with_Functional_Bugs/Java/Bears-184/src/src/test/java/org/springframework/data/jpa/repository/query/ParameterMetadataProviderIntegrationTests.java | kupl/starlab-benchmarks | 1efc9efffad1b797f6a795da7e032041e230d900 | [
"MIT"
] | 2 | 2020-11-26T13:27:14.000Z | 2022-03-20T02:12:55.000Z | 37.173077 | 116 | 0.793585 | 13,385 | /*
* Copyright 2015-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e1fb050e6ab524a07f4dc03a2ae169a84e36e8b | 322 | java | Java | library/src/test/java/com/tekartik/testmenu/TestUnitTest.java | tekartik/test.android | eb0d86f8d09e13b336cfaecb7df3fe585785551a | [
"BSD-2-Clause"
] | null | null | null | library/src/test/java/com/tekartik/testmenu/TestUnitTest.java | tekartik/test.android | eb0d86f8d09e13b336cfaecb7df3fe585785551a | [
"BSD-2-Clause"
] | null | null | null | library/src/test/java/com/tekartik/testmenu/TestUnitTest.java | tekartik/test.android | eb0d86f8d09e13b336cfaecb7df3fe585785551a | [
"BSD-2-Clause"
] | null | null | null | 21.466667 | 78 | 0.704969 | 13,386 | package com.tekartik.testmenu;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class TestUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}... |
3e1fb1c67e7ef65e6bc38485972e9c245675d26f | 1,110 | java | Java | src/test/java/seedu/homerce/logic/parser/expense/SortExpenseCommandParserTest.java | yanlynnnnn/tp | e959a69b8e5e698a4802477ffa208f48dfceea6c | [
"MIT"
] | 1 | 2020-10-12T07:28:09.000Z | 2020-10-12T07:28:09.000Z | src/test/java/seedu/homerce/logic/parser/expense/SortExpenseCommandParserTest.java | yanlynnnnn/tp | e959a69b8e5e698a4802477ffa208f48dfceea6c | [
"MIT"
] | 265 | 2020-09-17T09:42:36.000Z | 2020-11-09T13:19:30.000Z | src/test/java/seedu/homerce/logic/parser/expense/SortExpenseCommandParserTest.java | yanlynnnnn/tp | e959a69b8e5e698a4802477ffa208f48dfceea6c | [
"MIT"
] | 7 | 2020-09-13T10:25:39.000Z | 2021-04-05T12:53:43.000Z | 30 | 77 | 0.740541 | 13,387 | package seedu.homerce.logic.parser.expense;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static seedu.homerce.testutil.Assert.assertThrows;
import org.junit.jupiter.api.Test;
import seedu.homerce.logic.commands.expense.SortExpenseCommand;
import seedu.homerce.logic.parser.exceptions.ParseExcepti... |
3e1fb1fdeaf13ee1d2abf5ca3048337f4782fc5a | 444 | java | Java | instrumentation/gwt-2.0/javaagent/src/testapp/java/test/gwt/shared/MessageService.java | onespacer/opentelemetry-java-instrumentation | 5c15f5e29fd71d9afd4e10dcad13fb123ceb24ff | [
"ECL-2.0",
"Apache-2.0",
"BSD-3-Clause",
"MIT"
] | null | null | null | instrumentation/gwt-2.0/javaagent/src/testapp/java/test/gwt/shared/MessageService.java | onespacer/opentelemetry-java-instrumentation | 5c15f5e29fd71d9afd4e10dcad13fb123ceb24ff | [
"ECL-2.0",
"Apache-2.0",
"BSD-3-Clause",
"MIT"
] | 30 | 2020-11-16T07:41:11.000Z | 2022-03-11T03:25:10.000Z | instrumentation/gwt-2.0/javaagent/src/testapp/java/test/gwt/shared/MessageService.java | dengliming/opentelemetry-java-instrumentation | f11bd75710f2fef603d325793cef6b388754a1eb | [
"MIT",
"ECL-2.0",
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | 27.75 | 69 | 0.795045 | 13,388 | /*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
package test.gwt.shared;
import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
/** The client-side stub for the RPC service. */
@RemoteServiceRelativePath("greet")
publ... |
3e1fb205d6e37eb92e38cc9cd28f57837d05f1e8 | 2,068 | java | Java | src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertNotEmpty_Test.java | glhez/assertj-core | d3e70030999cb3aaa090b9797d00892fcae57896 | [
"Apache-2.0"
] | 1,607 | 2015-01-06T13:35:38.000Z | 2020-09-22T08:20:41.000Z | src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertNotEmpty_Test.java | glhez/assertj-core | d3e70030999cb3aaa090b9797d00892fcae57896 | [
"Apache-2.0"
] | 1,604 | 2015-01-01T04:10:21.000Z | 2020-09-22T10:09:26.000Z | src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertNotEmpty_Test.java | glhez/assertj-core | d3e70030999cb3aaa090b9797d00892fcae57896 | [
"Apache-2.0"
] | 523 | 2015-01-07T16:57:54.000Z | 2020-09-20T03:01:39.000Z | 39.018868 | 118 | 0.742263 | 13,389 | /*
* 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 under t... |
3e1fb20b8746e9216c95db2b3b19b329b637f201 | 1,002 | java | Java | src/main/java/pt/pcaleia/arg/assertion/StringArgumentAssertions.java | pedrocaleia/argument-assertions | db60b4bc2d3f29d12c5a7b1e8f707f3565cb6947 | [
"MIT"
] | null | null | null | src/main/java/pt/pcaleia/arg/assertion/StringArgumentAssertions.java | pedrocaleia/argument-assertions | db60b4bc2d3f29d12c5a7b1e8f707f3565cb6947 | [
"MIT"
] | null | null | null | src/main/java/pt/pcaleia/arg/assertion/StringArgumentAssertions.java | pedrocaleia/argument-assertions | db60b4bc2d3f29d12c5a7b1e8f707f3565cb6947 | [
"MIT"
] | null | null | null | 26.368421 | 112 | 0.715569 | 13,390 | package pt.pcaleia.arg.assertion;
/**
* @author Pedro Caleia
*/
public final class StringArgumentAssertions {
private static final String NULL_OR_EMPTY_MESSAGE = "The '%s' argument cannot be null or empty.";
private StringArgumentAssertions() {
throw new AssertionError( StringArgumentAssertions.class.get... |
3e1fb2cfe3bc0d9875b7d2e3bfe833ba91327e25 | 818 | java | Java | src/main/java/com/algorithm/space/hancock/offer/solution/SolutionOf30.java | BBHNation/AlgorithmSpace | f5a51266eb09c2a89dfd9e884b0bab07c1bf8fb9 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/algorithm/space/hancock/offer/solution/SolutionOf30.java | BBHNation/AlgorithmSpace | f5a51266eb09c2a89dfd9e884b0bab07c1bf8fb9 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/algorithm/space/hancock/offer/solution/SolutionOf30.java | BBHNation/AlgorithmSpace | f5a51266eb09c2a89dfd9e884b0bab07c1bf8fb9 | [
"Apache-2.0"
] | null | null | null | 19.023256 | 51 | 0.584352 | 13,391 | package com.algorithm.space.hancock.offer.solution;
import java.util.Deque;
import java.util.LinkedList;
public class SolutionOf30 {
private SolutionOf30() {}
public static class MinStack {
private final Deque<Integer> mainStack;
private int minNum;
/** initialize your data structure here. */
pu... |
3e1fb2d2ff613e58107a2c0046f4ae6249a3f82a | 1,011 | java | Java | src/main/java/com/extr/persistence/CommentMapper.java | CL-CodeLegend/exam | d4147f107d5f3be34df3521749798642625771d1 | [
"MIT"
] | null | null | null | src/main/java/com/extr/persistence/CommentMapper.java | CL-CodeLegend/exam | d4147f107d5f3be34df3521749798642625771d1 | [
"MIT"
] | 7 | 2020-06-30T23:23:55.000Z | 2021-08-25T15:41:39.000Z | src/main/java/com/extr/persistence/CommentMapper.java | CL-CodeLegend/exam | d4147f107d5f3be34df3521749798642625771d1 | [
"MIT"
] | null | null | null | 28.083333 | 104 | 0.789318 | 13,392 | package com.extr.persistence;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.extr.controller.domain.QuestionFilter;
import com.extr.controller.domain.QuestionImproveResult;
import com.extr.controller.domain.QuestionQueryResult;
import com.extr.domain.question.Comment;
import com.extr.d... |
3e1fb316e3635346590b12a7bf9478fa02db4e51 | 991 | java | Java | trace-sdk/src/test/java/io/bitrise/trace/data/management/formatter/device/DeviceIdDataFormatterTest.java | bitrise-io/trace-android-sdk | cbcd711adf4d918188581d89ac692364b20e0042 | [
"MIT"
] | 1 | 2021-09-01T09:55:04.000Z | 2021-09-01T09:55:04.000Z | trace-sdk/src/test/java/io/bitrise/trace/data/management/formatter/device/DeviceIdDataFormatterTest.java | bitrise-io/trace-android-sdk | cbcd711adf4d918188581d89ac692364b20e0042 | [
"MIT"
] | 35 | 2021-04-06T11:30:46.000Z | 2021-08-25T13:47:32.000Z | trace-sdk/src/test/java/io/bitrise/trace/data/management/formatter/device/DeviceIdDataFormatterTest.java | bitrise-io/trace-android-sdk | cbcd711adf4d918188581d89ac692364b20e0042 | [
"MIT"
] | null | null | null | 33.033333 | 95 | 0.785066 | 13,393 | package io.bitrise.trace.data.management.formatter.device;
import static org.junit.Assert.assertEquals;
import io.bitrise.trace.data.collector.device.DeviceIdDataCollector;
import io.bitrise.trace.data.dto.Data;
import io.bitrise.trace.data.dto.FormattedData;
import io.bitrise.trace.data.management.formatter.BaseData... |
3e1fb3a71399c33c627f98d32d0ce68a2ca58692 | 1,192 | java | Java | src/main/java/io/renren/modules/product/dao/BoxAddLeaveDao.java | 389091912/renren-fast | 3acdd6470d9d9f6afee3576c926f6497eda3a9d2 | [
"Apache-2.0"
] | 1 | 2019-06-09T06:43:48.000Z | 2019-06-09T06:43:48.000Z | src/main/java/io/renren/modules/product/dao/BoxAddLeaveDao.java | 389091912/renren-fast | 3acdd6470d9d9f6afee3576c926f6497eda3a9d2 | [
"Apache-2.0"
] | 2 | 2021-04-22T16:46:40.000Z | 2021-09-20T20:45:29.000Z | src/main/java/io/renren/modules/product/dao/BoxAddLeaveDao.java | 389091912/renren-fast | 3acdd6470d9d9f6afee3576c926f6497eda3a9d2 | [
"Apache-2.0"
] | 1 | 2019-06-09T06:43:39.000Z | 2019-06-09T06:43:39.000Z | 30.538462 | 125 | 0.769941 | 13,394 | package io.renren.modules.product.dao;
import io.renren.modules.product.entity.BoxAddLeaveEntity;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import io.renren.modules.product.entity.vo.DictVo;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import... |
3e1fb3cfd530a7fed852dc4374190b7179d4b2bb | 814 | java | Java | src/main/java/com/moarperipherals/handler/IDeathHook.java | theoriginalbit/MoarPeripherals | 4708f1764a8776f7c03028c236104709f37c8a32 | [
"Apache-2.0"
] | 13 | 2015-01-21T02:53:04.000Z | 2021-12-24T17:13:02.000Z | src/main/java/com/moarperipherals/handler/IDeathHook.java | theoriginalbit/MoarPeripherals | 4708f1764a8776f7c03028c236104709f37c8a32 | [
"Apache-2.0"
] | 41 | 2015-01-09T18:16:48.000Z | 2018-07-18T23:47:52.000Z | src/main/java/com/moarperipherals/handler/IDeathHook.java | theoriginalbit/MoarPeripherals | 4708f1764a8776f7c03028c236104709f37c8a32 | [
"Apache-2.0"
] | 17 | 2015-01-21T02:59:18.000Z | 2020-05-11T19:39:24.000Z | 35.391304 | 75 | 0.751843 | 13,395 | /**
* Copyright 2014-2015 Joshua Asbury (@theoriginalbit)
* <p/>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p/>
* http://www.apache.org/licenses/LICENSE-2.0
* <p/>
* Unless req... |
3e1fb3ecd364b6166139ae26dee8e73df6245275 | 1,533 | java | Java | chat-service/src/main/java/eu/stefanangelov/chatbot/chatservice/controller/MessagesApi.java | cefothe/distributed-chat-system | f02e76b9b5dd3d0cd63d6ea16c2973c993615df4 | [
"Apache-2.0"
] | 2 | 2019-03-01T14:09:02.000Z | 2019-03-25T09:59:58.000Z | chat-service/src/main/java/eu/stefanangelov/chatbot/chatservice/controller/MessagesApi.java | cefothe/distributed-chat-system | f02e76b9b5dd3d0cd63d6ea16c2973c993615df4 | [
"Apache-2.0"
] | 23 | 2018-12-25T23:30:30.000Z | 2019-12-29T23:15:41.000Z | chat-service/src/main/java/eu/stefanangelov/chatbot/chatservice/controller/MessagesApi.java | cefothe/distributed-chat-system | f02e76b9b5dd3d0cd63d6ea16c2973c993615df4 | [
"Apache-2.0"
] | null | null | null | 41.432432 | 182 | 0.711676 | 13,396 | /**
* NOTE: This class is auto generated by the swagger code generator program (3.0.4-SNAPSHOT).
* https://github.com/swagger-api/swagger-codegen
* Do not edit the class manually.
*/
package eu.stefanangelov.chatbot.chatservice.controller;
import eu.stefanangelov.chatbot.chatservice.to.MessageTO;
import io.swagger... |
3e1fb5c598c020dcb57a9008cba58194335fdbad | 14,606 | java | Java | src/main/java/org/nbandroid/netbeans/gradle/v2/sdk/ui/SDKVisualPanelInstall.java | netmackan/NBANDROID-V2 | 512eecf2fbb3a7a72cba17ba366904bf023ad694 | [
"Apache-2.0"
] | 92 | 2017-10-25T09:05:40.000Z | 2022-03-14T21:05:04.000Z | src/main/java/org/nbandroid/netbeans/gradle/v2/sdk/ui/SDKVisualPanelInstall.java | netmackan/NBANDROID-V2 | 512eecf2fbb3a7a72cba17ba366904bf023ad694 | [
"Apache-2.0"
] | 148 | 2017-10-24T20:23:40.000Z | 2022-03-14T12:34:50.000Z | src/main/java/org/nbandroid/netbeans/gradle/v2/sdk/ui/SDKVisualPanelInstall.java | netmackan/NBANDROID-V2 | 512eecf2fbb3a7a72cba17ba366904bf023ad694 | [
"Apache-2.0"
] | 28 | 2017-10-24T20:03:26.000Z | 2022-02-16T15:25:38.000Z | 47.116129 | 195 | 0.661304 | 13,397 | /**
* 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... |
3e1fb62d38ac09a98c5782f9a88768b0f08a6c34 | 4,179 | java | Java | aws-java-sdk-opsworks/src/main/java/com/amazonaws/services/opsworks/model/transform/DescribeRaidArraysRequestMarshaller.java | johndemic/aws-sdk-java | 784c5c058be640c5929da0d685e3f12d7b1669b7 | [
"Apache-2.0"
] | null | null | null | aws-java-sdk-opsworks/src/main/java/com/amazonaws/services/opsworks/model/transform/DescribeRaidArraysRequestMarshaller.java | johndemic/aws-sdk-java | 784c5c058be640c5929da0d685e3f12d7b1669b7 | [
"Apache-2.0"
] | null | null | null | aws-java-sdk-opsworks/src/main/java/com/amazonaws/services/opsworks/model/transform/DescribeRaidArraysRequestMarshaller.java | johndemic/aws-sdk-java | 784c5c058be640c5929da0d685e3f12d7b1669b7 | [
"Apache-2.0"
] | null | null | null | 37.648649 | 152 | 0.668342 | 13,398 | /*
* Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not
* use this file except in compliance with the License. A copy of the License is
* located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "li... |
3e1fb69bef3d4b2c43d55251df0f9fa7a3421aa9 | 774 | java | Java | zeromall-coupon/src/main/java/com/hpr/zeromall/coupon/entity/SeckillPromotionEntity.java | zero-unicorn/zeroMall | 036ed16f37735f8d313f8d94119f615a3f2b00ac | [
"Apache-2.0"
] | null | null | null | zeromall-coupon/src/main/java/com/hpr/zeromall/coupon/entity/SeckillPromotionEntity.java | zero-unicorn/zeroMall | 036ed16f37735f8d313f8d94119f615a3f2b00ac | [
"Apache-2.0"
] | null | null | null | zeromall-coupon/src/main/java/com/hpr/zeromall/coupon/entity/SeckillPromotionEntity.java | zero-unicorn/zeroMall | 036ed16f37735f8d313f8d94119f615a3f2b00ac | [
"Apache-2.0"
] | null | null | null | 14.584906 | 61 | 0.675291 | 13,399 | package com.hpr.zeromall.coupon.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 秒杀活动
*
* @author hpr
* @email anpch@example.com
* @date 2020-06-11 10:14:07
*/
@Data
@... |
3e1fb6a9c9c967af045116e61e36ac5902d95a1c | 3,473 | java | Java | components/devtools_bridge/android/java/src/org/chromium/components/devtools_bridge/AbstractPeerConnection.java | sunjc53yy/chromium | 049b380040949089c2a6e447b0cd0ac3c4ece38e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2019-11-28T10:46:52.000Z | 2019-11-28T10:46:52.000Z | components/devtools_bridge/android/java/src/org/chromium/components/devtools_bridge/AbstractPeerConnection.java | sunjc53yy/chromium | 049b380040949089c2a6e447b0cd0ac3c4ece38e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | components/devtools_bridge/android/java/src/org/chromium/components/devtools_bridge/AbstractPeerConnection.java | sunjc53yy/chromium | 049b380040949089c2a6e447b0cd0ac3c4ece38e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2020-04-04T13:34:56.000Z | 2020-11-04T07:17:52.000Z | 32.457944 | 100 | 0.657645 | 13,400 | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.components.devtools_bridge;
/**
* Limited view on org.webrtc.PeerConnection. Abstraction layer helps with:
* 1. Allows both native... |
3e1fb7003630571f8128c6bfade3938234086d2f | 696 | java | Java | ch12-7/ch12-7-config-client-jwt/src/main/java/cn/springcloud/book/config/jwt/dto/Token.java | shadowedge/spring-cloud-code | 1988314ac228b9b60756eaeaad164ac1aa47883b | [
"Apache-2.0"
] | 1,932 | 2018-08-08T03:56:32.000Z | 2022-03-29T08:28:14.000Z | ch12-7/ch12-7-config-client-jwt/src/main/java/cn/springcloud/book/config/jwt/dto/Token.java | shadowedge/spring-cloud-code | 1988314ac228b9b60756eaeaad164ac1aa47883b | [
"Apache-2.0"
] | 43 | 2018-08-29T14:20:25.000Z | 2021-10-14T06:30:45.000Z | ch12-7/ch12-7-config-client-jwt/src/main/java/cn/springcloud/book/config/jwt/dto/Token.java | shadowedge/spring-cloud-code | 1988314ac228b9b60756eaeaad164ac1aa47883b | [
"Apache-2.0"
] | 1,001 | 2018-08-27T08:17:27.000Z | 2022-03-23T04:42:25.000Z | 21.090909 | 61 | 0.685345 | 13,401 | package cn.springcloud.book.config.jwt.dto;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* @author: zzf
* @date: 2018/6/23
* @time: 13:44
* @description : do some thing
*/
@JsonIgnorePr... |
3e1fb72b056c926ee7f0264aa887ce3e044fa2db | 3,744 | java | Java | sample/src/main/java/io/runtime/mcumgr/sample/fragment/mcumgr/DeviceStatusFragment.java | NordicSemiconductor/mcumgr-android | d377af1c394cd606648fc672cdf21499b91bec56 | [
"Apache-2.0"
] | 25 | 2020-07-06T16:56:54.000Z | 2022-03-30T00:53:35.000Z | sample/src/main/java/io/runtime/mcumgr/sample/fragment/mcumgr/DeviceStatusFragment.java | NordicSemiconductor/mcumgr-android | d377af1c394cd606648fc672cdf21499b91bec56 | [
"Apache-2.0"
] | 12 | 2021-02-03T07:33:17.000Z | 2022-03-24T14:26:50.000Z | sample/src/main/java/io/runtime/mcumgr/sample/fragment/mcumgr/DeviceStatusFragment.java | NordicSemiconductor/mcumgr-android | d377af1c394cd606648fc672cdf21499b91bec56 | [
"Apache-2.0"
] | 14 | 2020-07-17T02:17:37.000Z | 2022-02-24T13:23:00.000Z | 36 | 100 | 0.634348 | 13,402 | /*
* Copyright (c) 2018, Nordic Semiconductor
*
* SPDX-License-Identifier: Apache-2.0
*/
package io.runtime.mcumgr.sample.fragment.mcumgr;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.ann... |
3e1fb73e72cf588c9e69a67b0c613a1c929f6c83 | 1,002 | java | Java | src/main/java/io/leangen/graphql/GeneratorConfiguration.java | pepijno/graphql-spqr | aba927ebe28586d34e09b8a69998732e4fd94742 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/leangen/graphql/GeneratorConfiguration.java | pepijno/graphql-spqr | aba927ebe28586d34e09b8a69998732e4fd94742 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/leangen/graphql/GeneratorConfiguration.java | pepijno/graphql-spqr | aba927ebe28586d34e09b8a69998732e4fd94742 | [
"Apache-2.0"
] | null | null | null | 47.714286 | 196 | 0.831337 | 13,403 | package io.leangen.graphql;
import io.leangen.graphql.generator.mapping.strategy.InterfaceMappingStrategy;
import io.leangen.graphql.metadata.strategy.type.TypeTransformer;
import io.leangen.graphql.metadata.strategy.value.ScalarDeserializationStrategy;
@SuppressWarnings("WeakerAccess")
public class GeneratorConfigur... |
3e1fb73f68f8a4c1651abe829244d905db8ab099 | 1,362 | java | Java | src/ca/pfv/spmf/test/MainTestFSGP_saveToFile.java | MammadDavari/CARER- | 163cf555653aaf6adb4099ac74f5590b635c44c6 | [
"MIT"
] | 8 | 2018-03-28T02:46:57.000Z | 2020-06-07T09:01:25.000Z | src/ca/pfv/spmf/test/MainTestFSGP_saveToFile.java | MammadDavari/CARER- | 163cf555653aaf6adb4099ac74f5590b635c44c6 | [
"MIT"
] | null | null | null | src/ca/pfv/spmf/test/MainTestFSGP_saveToFile.java | MammadDavari/CARER- | 163cf555653aaf6adb4099ac74f5590b635c44c6 | [
"MIT"
] | 1 | 2021-01-02T12:12:56.000Z | 2021-01-02T12:12:56.000Z | 34.05 | 86 | 0.762849 | 13,404 | package ca.pfv.spmf.test;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.URL;
import ca.pfv.spmf.algorithms.sequentialpatterns.BIDE_and_prefixspan.AlgoFSGP;
import ca.pfv.spmf.input.sequence_database_list_integers.SequenceDatabase;
/**
* Example of how to use the FSGP algo... |
3e1fb86f1461f3cc77b3880d14e11c1de8c891fd | 3,220 | java | Java | rdb/rdb-sink/src/main/java/com/dtstack/flink/sql/sink/rdb/table/RdbSinkParser.java | Mu-L/flinkStreamSQL | 0c66b19bc2f5cdd845981b524646b3259df3d1a4 | [
"Apache-2.0"
] | 1,858 | 2018-09-12T09:55:04.000Z | 2022-03-31T02:13:44.000Z | rdb/rdb-sink/src/main/java/com/dtstack/flink/sql/sink/rdb/table/RdbSinkParser.java | xueqianging/flinkStreamSQL | 0c66b19bc2f5cdd845981b524646b3259df3d1a4 | [
"Apache-2.0"
] | 370 | 2018-10-04T10:06:30.000Z | 2022-03-22T03:00:53.000Z | rdb/rdb-sink/src/main/java/com/dtstack/flink/sql/sink/rdb/table/RdbSinkParser.java | xueqianging/flinkStreamSQL | 0c66b19bc2f5cdd845981b524646b3259df3d1a4 | [
"Apache-2.0"
] | 911 | 2018-09-12T09:55:07.000Z | 2022-03-29T05:28:18.000Z | 52.786885 | 126 | 0.765528 | 13,405 | /**
* 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... |
3e1fb913a58f8e3246cae3ade762a00de3747b00 | 1,576 | java | Java | src/main/java/fwlib32/idbpdfadir.java | civilizeddev/fanuc-focas | c9878c70f48830f92e43c77f04f1ebb2a0b2d567 | [
"MIT"
] | 6 | 2021-07-26T04:07:50.000Z | 2022-03-24T22:09:22.000Z | src/main/java/fwlib32/idbpdfadir.java | civilizeddev/fanuc-focas | c9878c70f48830f92e43c77f04f1ebb2a0b2d567 | [
"MIT"
] | null | null | null | src/main/java/fwlib32/idbpdfadir.java | civilizeddev/fanuc-focas | c9878c70f48830f92e43c77f04f1ebb2a0b2d567 | [
"MIT"
] | 2 | 2022-01-24T08:32:52.000Z | 2022-03-02T14:33:05.000Z | 33.531915 | 195 | 0.701777 | 13,406 | package fwlib32;
import com.sun.jna.Pointer;
import com.sun.jna.Structure;
import java.util.Arrays;
import java.util.List;
/**
* This file was autogenerated by <a href="http://jnaerator.googlecode.com/">JNAerator</a>,<br>
* a tool written by <a href="http://ochafik.com/">Olivier Chafik</a> that <a href="http://code.g... |
3e1fba122f703eac4f498dd4b32fb5634915d939 | 2,477 | java | Java | core/src/main/java/de/d3adspace/scipio/core/executor/FailureReporterTask.java | d3adspace/scipio | 02cb8d80b844ea55e23ae9d2d0b7fa4bf982a3df | [
"MIT"
] | null | null | null | core/src/main/java/de/d3adspace/scipio/core/executor/FailureReporterTask.java | d3adspace/scipio | 02cb8d80b844ea55e23ae9d2d0b7fa4bf982a3df | [
"MIT"
] | 74 | 2019-10-15T09:39:16.000Z | 2021-06-25T15:28:38.000Z | core/src/main/java/de/d3adspace/scipio/core/executor/FailureReporterTask.java | d3adspace/scipio | 02cb8d80b844ea55e23ae9d2d0b7fa4bf982a3df | [
"MIT"
] | null | null | null | 34.887324 | 125 | 0.662495 | 13,407 | /*
* Copyright (c) 2017 D3adspace
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including without limitation the rights to
* use, copy, modify, merge, publish, ... |
3e1fba650b18db96d281d364090a53f681cfc426 | 824 | java | Java | src/main/java/co/aurasphere/facebot/actionframe/ActionFrame.java | wiki05/messengerbot | c5a27c0c55d07f841213bd1700a9d04f533ac5e9 | [
"MIT"
] | null | null | null | src/main/java/co/aurasphere/facebot/actionframe/ActionFrame.java | wiki05/messengerbot | c5a27c0c55d07f841213bd1700a9d04f533ac5e9 | [
"MIT"
] | null | null | null | src/main/java/co/aurasphere/facebot/actionframe/ActionFrame.java | wiki05/messengerbot | c5a27c0c55d07f841213bd1700a9d04f533ac5e9 | [
"MIT"
] | null | null | null | 20.6 | 60 | 0.741505 | 13,408 | package co.aurasphere.facebot.actionframe;
import co.aurasphere.facebot.autoreply.AutoReply;
import co.aurasphere.facebot.event.FaceBotEvent;
import co.aurasphere.facebot.model.incoming.MessageEnvelope;
public class ActionFrame {
private FaceBotEvent event;
private AutoReply reply;
public ActionFrame(FaceBotEve... |
3e1fbb8da0e4be3f01fff9ed86b5fb16f8561168 | 6,566 | java | Java | pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/OperateClusterConfigCommand.java | wuwenw/incubator-pinot | 3e20979a3b359c5c56ef815ce771e749710e5be2 | [
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | 2 | 2020-04-15T22:53:30.000Z | 2020-04-15T22:53:35.000Z | pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/OperateClusterConfigCommand.java | rpatid10/incubator-pinot | bd4239fc6908096f60ead9f1ee2c3576f256618b | [
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | 60 | 2021-08-25T03:06:34.000Z | 2022-03-28T22:52:06.000Z | pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/OperateClusterConfigCommand.java | rpatid10/incubator-pinot | bd4239fc6908096f60ead9f1ee2c3576f256618b | [
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | 2 | 2021-07-15T04:09:36.000Z | 2021-07-27T21:12:12.000Z | 35.491892 | 162 | 0.700731 | 13,409 | /**
* 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... |
3e1fbe0c94661c05ea33008db93158c15c37f120 | 2,339 | java | Java | modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/delegate/HadoopFileSystemFactoryDelegate.java | DirectXceriD/gridgain | 093e512a9147e266f83f6fe1cf088c0b037b501c | [
"Apache-2.0",
"CC0-1.0"
] | 1 | 2019-03-11T08:52:37.000Z | 2019-03-11T08:52:37.000Z | modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/delegate/HadoopFileSystemFactoryDelegate.java | DirectXceriD/gridgain | 093e512a9147e266f83f6fe1cf088c0b037b501c | [
"Apache-2.0",
"CC0-1.0"
] | null | null | null | modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/delegate/HadoopFileSystemFactoryDelegate.java | DirectXceriD/gridgain | 093e512a9147e266f83f6fe1cf088c0b037b501c | [
"Apache-2.0",
"CC0-1.0"
] | null | null | null | 43.314815 | 101 | 0.745618 | 13,411 | /*
* GridGain Community Edition Licensing
* Copyright 2019 GridGain Systems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License") modified with Commons Clause
* Restriction; you may not use this file except in compliance with the License. You may obtain a
* c... |
3e1fbfa6668cc22287ae9ede3c3ec2842709fdc9 | 145 | java | Java | experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation2/Class_605.java | lesaint/experimenting-annotation-processing | 1e9692ceb0d3d2cda709e06ccc13290262f51b39 | [
"Apache-2.0"
] | 1 | 2016-01-18T17:57:21.000Z | 2016-01-18T17:57:21.000Z | experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation2/Class_605.java | lesaint/experimenting-annotation-processing | 1e9692ceb0d3d2cda709e06ccc13290262f51b39 | [
"Apache-2.0"
] | null | null | null | experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation2/Class_605.java | lesaint/experimenting-annotation-processing | 1e9692ceb0d3d2cda709e06ccc13290262f51b39 | [
"Apache-2.0"
] | null | null | null | 18.125 | 51 | 0.827586 | 13,412 | package fr.javatronic.blog.massive.annotation2;
import fr.javatronic.blog.processor.Annotation_002;
@Annotation_002
public class Class_605 {
}
|
3e1fc0bbe0f94d399473eead2209b6ec3af6057e | 66 | java | Java | common/src/main/java/eu/daiad/common/model/profile/WaterIq.java | DAIAD/home-web | 4d5220cecc4483cd3f29db5b2274cf67261d765f | [
"Apache-2.0"
] | 3 | 2016-06-07T15:07:02.000Z | 2018-10-02T18:54:47.000Z | common/src/main/java/eu/daiad/common/model/profile/WaterIq.java | DAIAD/home-web | 4d5220cecc4483cd3f29db5b2274cf67261d765f | [
"Apache-2.0"
] | 7 | 2016-10-07T13:04:45.000Z | 2021-09-28T10:55:23.000Z | common/src/main/java/eu/daiad/common/model/profile/WaterIq.java | DAIAD/home-web | 4d5220cecc4483cd3f29db5b2274cf67261d765f | [
"Apache-2.0"
] | 11 | 2015-07-30T10:21:20.000Z | 2019-03-27T17:40:37.000Z | 11 | 38 | 0.757576 | 13,413 | package eu.daiad.common.model.profile;
public class WaterIq {
}
|
3e1fc0d09a703a91c2e83079a7f03edb8d0d68ec | 4,524 | java | Java | litemall-core/src/main/java/org/linlinjava/litemall/core/system/SystemConfig.java | npmmirror/litemall | be72af2f3a600b24cbc9a71845f9cf81f22deeab | [
"MIT"
] | 18,168 | 2018-03-23T07:25:16.000Z | 2022-03-31T08:50:39.000Z | litemall-core/src/main/java/org/linlinjava/litemall/core/system/SystemConfig.java | npmmirror/litemall | be72af2f3a600b24cbc9a71845f9cf81f22deeab | [
"MIT"
] | 387 | 2018-03-28T03:37:57.000Z | 2022-03-30T13:07:20.000Z | litemall-core/src/main/java/org/linlinjava/litemall/core/system/SystemConfig.java | npmmirror/litemall | be72af2f3a600b24cbc9a71845f9cf81f22deeab | [
"MIT"
] | 7,240 | 2018-03-23T07:25:17.000Z | 2022-03-31T07:06:43.000Z | 33.761194 | 97 | 0.730769 | 13,414 | package org.linlinjava.litemall.core.system;
import java.math.BigDecimal;
import java.util.HashMap;
import java.util.Map;
/**
* 系统设置
*/
public class SystemConfig {
// 小程序相关配置
public final static String LITEMALL_WX_INDEX_NEW = "litemall_wx_index_new";
public final static String LITEMALL_WX_INDEX_HOT = "l... |
3e1fc165d063e7c4266e4bd9b4d80bfbe1376bee | 3,469 | java | Java | dss-access-api/src/main/java/org/streamconnect/dss/access/service/IAccessService.java | Infosys/RealtimeStreams | 2a7a8f75a86a84befff35c2a80756b2f3427f72a | [
"Apache-2.0"
] | 9 | 2019-09-04T14:50:33.000Z | 2020-12-24T06:49:10.000Z | dss-access-api/src/main/java/org/streamconnect/dss/access/service/IAccessService.java | boycode/RealtimeStreams | 528c5f9d4d8a93d64c4838a46e303d97be672c95 | [
"Apache-2.0"
] | 1 | 2019-09-12T07:20:11.000Z | 2019-09-28T17:41:09.000Z | dss-access-api/src/main/java/org/streamconnect/dss/access/service/IAccessService.java | Infosys/RealtimeStreams | 2a7a8f75a86a84befff35c2a80756b2f3427f72a | [
"Apache-2.0"
] | 8 | 2019-09-19T16:45:38.000Z | 2021-09-13T06:35:31.000Z | 25.137681 | 76 | 0.64889 | 13,415 | /*
* Copyright 2019 Infosys Ltd.
*
* 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
... |
3e1fc1f8f4213700abc165613ef9313e148941d7 | 1,270 | java | Java | core/src/main/java/io/zero88/qwe/HasConfig.java | zero88/blueprint | ee30dc3bbda7f8cfd91b00d7e9003ee16bee044b | [
"Apache-2.0"
] | 3 | 2021-07-27T15:38:40.000Z | 2022-02-16T04:09:13.000Z | core/src/main/java/io/zero88/qwe/HasConfig.java | zero88/blueprint | ee30dc3bbda7f8cfd91b00d7e9003ee16bee044b | [
"Apache-2.0"
] | 34 | 2021-05-12T06:12:58.000Z | 2022-03-31T04:10:39.000Z | core/src/main/java/io/zero88/qwe/HasConfig.java | zero88/qwe | ee30dc3bbda7f8cfd91b00d7e9003ee16bee044b | [
"Apache-2.0"
] | null | null | null | 25.918367 | 117 | 0.607087 | 13,416 | package io.zero88.qwe;
import io.vertx.core.json.JsonObject;
import io.zero88.qwe.utils.JsonUtils;
import lombok.NonNull;
/**
* Mark a verticle has Config
*
* @param <C> type of {@code IConfig}
* @see IConfig
*/
interface HasConfig<C extends IConfig> extends HasLogger {
/**
* Config class
*
... |
3e1fc235bc5e8d5ff809261245664b3892e27427 | 1,531 | java | Java | spring-data-mybatis/src/main/java/org/springframework/data/mybatis/repository/query/MybatisStatementQuery.java | overcat/spring-data-mybatis | 7a171e3f809865c5834936df0d12245704be29ac | [
"Apache-2.0"
] | 41 | 2020-03-31T10:21:57.000Z | 2022-02-14T11:55:06.000Z | spring-data-mybatis/src/main/java/org/springframework/data/mybatis/repository/query/MybatisStatementQuery.java | overcat/spring-data-mybatis | 7a171e3f809865c5834936df0d12245704be29ac | [
"Apache-2.0"
] | 61 | 2020-04-10T11:35:51.000Z | 2022-01-21T23:10:08.000Z | spring-data-mybatis/src/main/java/org/springframework/data/mybatis/repository/query/MybatisStatementQuery.java | overcat/spring-data-mybatis | 7a171e3f809865c5834936df0d12245704be29ac | [
"Apache-2.0"
] | 10 | 2020-09-28T03:38:10.000Z | 2021-12-12T14:18:11.000Z | 29.442308 | 97 | 0.770085 | 13,417 | /*
* Copyright 2012-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
3e1fc31ef6a424bb38679c795496648405fb4b5b | 577 | java | Java | library/src/main/java/com/echsylon/kraken/dto/DepositMethod.java | echsylon/kraken | 36545294d18e1327d2fca5f19e47b30fe59d4500 | [
"Apache-2.0"
] | 3 | 2017-09-20T18:44:31.000Z | 2018-04-08T18:05:58.000Z | library/src/main/java/com/echsylon/kraken/dto/DepositMethod.java | laszlourszuly/kraken | 36545294d18e1327d2fca5f19e47b30fe59d4500 | [
"Apache-2.0"
] | 5 | 2017-08-15T09:17:52.000Z | 2018-02-05T08:14:05.000Z | library/src/main/java/com/echsylon/kraken/dto/DepositMethod.java | laszlourszuly/kraken | 36545294d18e1327d2fca5f19e47b30fe59d4500 | [
"Apache-2.0"
] | 1 | 2017-12-11T15:30:21.000Z | 2017-12-11T15:30:21.000Z | 20.607143 | 65 | 0.722704 | 13,418 | package com.echsylon.kraken.dto;
import com.google.gson.annotations.SerializedName;
/**
* For technical details on the API see the online documentation:
* https://www.kraken.com/help/api
*/
@SuppressWarnings("WeakerAccess")
public class DepositMethod {
@SerializedName("method")
public String method;
... |
3e1fc37fa0ebd60cf3b447c594ee734fa72dd5e2 | 321 | java | Java | walkthroughs/week-5-tdd/project/src/main/java/com/google/sps/TimeRangeComparator.java | angelinechen9/STEP | 3099ef0eb59d0f337663ad9d8f230863959706c4 | [
"Apache-2.0"
] | null | null | null | walkthroughs/week-5-tdd/project/src/main/java/com/google/sps/TimeRangeComparator.java | angelinechen9/STEP | 3099ef0eb59d0f337663ad9d8f230863959706c4 | [
"Apache-2.0"
] | null | null | null | walkthroughs/week-5-tdd/project/src/main/java/com/google/sps/TimeRangeComparator.java | angelinechen9/STEP | 3099ef0eb59d0f337663ad9d8f230863959706c4 | [
"Apache-2.0"
] | null | null | null | 26.75 | 74 | 0.719626 | 13,419 | package com.google.sps;
import java.util.Comparator;
/**
* A comparator for sorting ranges by their start time in ascending order.
*/
public final class TimeRangeComparator implements Comparator<TimeRange> {
public int compare(TimeRange a, TimeRange b) {
return Long.compare(a.start(), b.start());
}
... |
3e1fc6fc9518110170c94634aa1047a02f148420 | 762 | java | Java | Esercitazione 2/src/esercizio4/TestGarage.java | DaimCod/Stage | 14f230909a5c7c8fe0bca40edbf007a585badde0 | [
"MIT"
] | null | null | null | Esercitazione 2/src/esercizio4/TestGarage.java | DaimCod/Stage | 14f230909a5c7c8fe0bca40edbf007a585badde0 | [
"MIT"
] | null | null | null | Esercitazione 2/src/esercizio4/TestGarage.java | DaimCod/Stage | 14f230909a5c7c8fe0bca40edbf007a585badde0 | [
"MIT"
] | null | null | null | 31.75 | 89 | 0.648294 | 13,420 | package esercizio4;
import esercizio3.*;
public class TestGarage {
public static void main(String[] args) {
Vehicle[] veicolo = new Vehicle[5];
veicolo[0] = new Car("AA000AA", "Audi", "RS4", false, "Station wagon");
veicolo[1] = new Car("BB111BB", "Mercedes", "C-Class", true, "Sport");
veicolo[2] = new Ca... |
3e1fc75ffcb1de9b2b37cdd5d28a317d0f4001d2 | 1,166 | java | Java | voms-admin-server/src/main/java/org/glite/security/voms/admin/event/user/aup/UserAUPSignatureRequestedEvent.java | italiangrid/voms-admin-server | 26fdc5f9da0a4ace7a33e419ae852b5a9bff71fe | [
"Apache-2.0"
] | null | null | null | voms-admin-server/src/main/java/org/glite/security/voms/admin/event/user/aup/UserAUPSignatureRequestedEvent.java | italiangrid/voms-admin-server | 26fdc5f9da0a4ace7a33e419ae852b5a9bff71fe | [
"Apache-2.0"
] | 14 | 2015-03-10T09:35:20.000Z | 2021-04-19T19:16:31.000Z | voms-admin-server/src/main/java/org/glite/security/voms/admin/event/user/aup/UserAUPSignatureRequestedEvent.java | italiangrid/voms-admin-server | 26fdc5f9da0a4ace7a33e419ae852b5a9bff71fe | [
"Apache-2.0"
] | 6 | 2015-01-19T17:34:06.000Z | 2019-03-20T22:02:37.000Z | 36.4375 | 78 | 0.755575 | 13,421 | /**
* Copyright (c) Istituto Nazionale di Fisica Nucleare (INFN). 2006-2016
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unl... |
3e1fc7609e943856b7487c5524d3d4744978497e | 480 | java | Java | src/r/b3/interfaces/criptografia/Facade.java | HigorSnt/p2 | d96ab96a73e59dae98230fff3759c8f13a3cb6c5 | [
"MIT"
] | 5 | 2019-06-03T23:02:53.000Z | 2020-03-16T22:27:33.000Z | src/r/b3/interfaces/criptografia/Facade.java | HigorSnt/p2 | d96ab96a73e59dae98230fff3759c8f13a3cb6c5 | [
"MIT"
] | 4 | 2019-05-29T16:08:06.000Z | 2019-06-12T17:53:09.000Z | src/r/b3/interfaces/criptografia/Facade.java | HigorSnt/p2 | d96ab96a73e59dae98230fff3759c8f13a3cb6c5 | [
"MIT"
] | 24 | 2017-11-10T00:08:50.000Z | 2019-11-18T10:03:06.000Z | 17.777778 | 51 | 0.720833 | 13,422 | package r.b3.interfaces.criptografia;
import java.util.List;
// INUTILLLLLLLLLLLLLLLLLLLLLLLLL
public class Facade {
private UsuarioController uc;
public Facade() {
this.uc = new UsuarioController();
}
public String criptografar(int id, String texto) {
return this.uc.criptografar(id, texto);
}
public... |
3e1fc7a033aea66b792375a51085fb53b5d441e5 | 2,153 | java | Java | server/apps/cassandra-app/src/test/java/org/apache/james/DockerElasticSearchRule.java | sergeByishimo/james-project | e7e2c912d9ca59c6f4cc6c8b75ce4994038c08f7 | [
"Apache-2.0"
] | 634 | 2015-12-21T20:24:06.000Z | 2022-03-24T09:57:48.000Z | server/apps/cassandra-app/src/test/java/org/apache/james/DockerElasticSearchRule.java | sergeByishimo/james-project | e7e2c912d9ca59c6f4cc6c8b75ce4994038c08f7 | [
"Apache-2.0"
] | 4,148 | 2015-09-14T15:59:06.000Z | 2022-03-31T10:29:10.000Z | server/apps/cassandra-app/src/test/java/org/apache/james/DockerElasticSearchRule.java | sergeByishimo/james-project | e7e2c912d9ca59c6f4cc6c8b75ce4994038c08f7 | [
"Apache-2.0"
] | 392 | 2015-07-16T07:04:59.000Z | 2022-03-28T09:37:53.000Z | 37.12069 | 92 | 0.613098 | 13,423 | /****************************************************************
* 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... |
3e1fc7fc8713a668bba187f6a7d948e30c0eb183 | 17,300 | java | Java | buildSrc/src/main/java/com/debughelper/tools/r8/ir/optimize/PeepholeOptimizer.java | howardpang/androiddebughelper | becf780a81ea0f7f0c00510075700c6b04eb9fef | [
"Apache-2.0",
"BSD-3-Clause"
] | 11 | 2019-05-07T11:11:34.000Z | 2021-01-21T10:28:40.000Z | buildSrc/src/main/java/com/debughelper/tools/r8/ir/optimize/PeepholeOptimizer.java | howardpang/androiddebughelper | becf780a81ea0f7f0c00510075700c6b04eb9fef | [
"Apache-2.0",
"BSD-3-Clause"
] | 3 | 2019-05-09T03:44:00.000Z | 2019-08-20T02:58:54.000Z | buildSrc/src/main/java/com/debughelper/tools/r8/ir/optimize/PeepholeOptimizer.java | howardpang/androiddebughelper | becf780a81ea0f7f0c00510075700c6b04eb9fef | [
"Apache-2.0",
"BSD-3-Clause"
] | 3 | 2019-05-13T09:32:08.000Z | 2020-04-16T00:16:02.000Z | 51.488095 | 181 | 0.682023 | 13,424 | // Copyright (c) 2016, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.debughelper.tools.r8.ir.optimize;
import com.debughelper.tools.r8.graph.DebugLocalInfo;
import... |
3e1fc86b754b6f8e9c6255ffa5bf2611717d6366 | 2,844 | java | Java | src/main/java/com/thinkgem/jeesite/modules/sys/web/gbj/GbjTagController.java | GSSBuse/GSSB | 68220191e87dc103df37faeaa02c140c716e6528 | [
"Apache-2.0"
] | 5 | 2017-10-25T00:10:12.000Z | 2017-12-23T15:24:31.000Z | src/main/java/com/thinkgem/jeesite/modules/sys/web/gbj/GbjTagController.java | GSSBuse/GSSB | 68220191e87dc103df37faeaa02c140c716e6528 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/thinkgem/jeesite/modules/sys/web/gbj/GbjTagController.java | GSSBuse/GSSB | 68220191e87dc103df37faeaa02c140c716e6528 | [
"Apache-2.0"
] | 2 | 2017-10-26T02:12:07.000Z | 2017-11-20T06:19:33.000Z | 34.26506 | 108 | 0.772152 | 13,425 | /**
* Copyright © 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.sys.web.gbj;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.shiro.authz.annotation.RequiresPermissio... |
3e1fc9841062fe2b33b816eb138216c35e50bc9b | 1,074 | java | Java | src/main/java/com/codeosseum/miles/faultseeding/task/Task.java | codeosseum/miles | 35db98e11afa6968b0438bd4eba7df45bb693ce1 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/codeosseum/miles/faultseeding/task/Task.java | codeosseum/miles | 35db98e11afa6968b0438bd4eba7df45bb693ce1 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/codeosseum/miles/faultseeding/task/Task.java | codeosseum/miles | 35db98e11afa6968b0438bd4eba7df45bb693ce1 | [
"Apache-2.0"
] | null | null | null | 27.538462 | 95 | 0.773743 | 13,426 | package com.codeosseum.miles.faultseeding.task;
import com.codeosseum.miles.faultseeding.challenge.stored.Solution;
import lombok.Builder;
import lombok.Value;
import static com.codeosseum.miles.faultseeding.challenge.stored.Solution.CHALLENGE_NAME_INDEX;
import static com.codeosseum.miles.faultseeding.challenge.stor... |
3e1fc9d7c5a5cf536d2f0a86a204d8a2a8dc3d1b | 17,958 | java | Java | server/aem/bundle/src/main/java/com/alexanderberndt/appintegration/aem/engine/AemExternalResourceCache.java | alberndt/aem-app-integration | 23ef63835ca3616bff1419f9b39c18f9fbf929fa | [
"Apache-2.0"
] | 4 | 2018-09-12T08:50:17.000Z | 2022-01-03T09:08:48.000Z | server/aem/bundle/src/main/java/com/alexanderberndt/appintegration/aem/engine/AemExternalResourceCache.java | alberndt/aem-app-integration | 23ef63835ca3616bff1419f9b39c18f9fbf929fa | [
"Apache-2.0"
] | 29 | 2020-10-13T09:28:01.000Z | 2022-03-29T03:54:00.000Z | server/aem/bundle/src/main/java/com/alexanderberndt/appintegration/aem/engine/AemExternalResourceCache.java | alberndt/aem-app-integration | 23ef63835ca3616bff1419f9b39c18f9fbf929fa | [
"Apache-2.0"
] | 2 | 2018-10-01T12:42:27.000Z | 2020-09-30T14:38:54.000Z | 40.355056 | 141 | 0.641608 | 13,427 | package com.alexanderberndt.appintegration.aem.engine;
import com.alexanderberndt.appintegration.engine.cache.AbstractExternalResourceCache;
import com.alexanderberndt.appintegration.engine.resources.ExternalResource;
import com.alexanderberndt.appintegration.engine.resources.ExternalResourceFactory;
import com.alexan... |
3e1fca9aefcc22c8d532412dab87e0f780c5f8bf | 15,110 | java | Java | continuum-grind/src/main/java/com/kinotic/continuum/grind/internal/api/TaskStep.java | Kinotic-Foundation/continuum-framework | c8a29b0e07f3ff1b5c5d1c0bf7e5f5bc578e797e | [
"Apache-2.0"
] | null | null | null | continuum-grind/src/main/java/com/kinotic/continuum/grind/internal/api/TaskStep.java | Kinotic-Foundation/continuum-framework | c8a29b0e07f3ff1b5c5d1c0bf7e5f5bc578e797e | [
"Apache-2.0"
] | null | null | null | continuum-grind/src/main/java/com/kinotic/continuum/grind/internal/api/TaskStep.java | Kinotic-Foundation/continuum-framework | c8a29b0e07f3ff1b5c5d1c0bf7e5f5bc578e797e | [
"Apache-2.0"
] | null | null | null | 45.927052 | 178 | 0.542422 | 13,428 | /*
*
* Copyright 2008-2021 Kinotic and the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unles... |
3e1fcb088aebeebf657dda9ff40e09244e950072 | 678 | java | Java | src/main/java/com/company/project/configurer/CorsConfig.java | ruiyeclub/spring-boot-api-project-seed | 3de1248fd9e138c2409eb9bfd02bc2cecde066b8 | [
"Apache-2.0"
] | 13 | 2020-06-29T02:23:38.000Z | 2021-12-03T09:44:55.000Z | src/main/java/com/company/project/configurer/CorsConfig.java | ColorfulGhost/spring-boot-api-project-seed | ebbda0b62ed1a45076857756f3b610d4a7da9b52 | [
"Apache-2.0"
] | 1 | 2022-02-09T22:26:51.000Z | 2022-02-09T22:26:51.000Z | src/main/java/com/company/project/configurer/CorsConfig.java | ColorfulGhost/spring-boot-api-project-seed | ebbda0b62ed1a45076857756f3b610d4a7da9b52 | [
"Apache-2.0"
] | 6 | 2020-09-04T01:52:18.000Z | 2022-01-08T12:51:43.000Z | 30.818182 | 82 | 0.666667 | 13,429 | package com.company.project.configurer;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/**
* 解决跨域问题
*/
@Configuration
public class CorsConfig implements Web... |
3e1fcbabb19d51783fbc0346018f8cd89fa0d99e | 1,675 | java | Java | paygeneralsdk/src/main/java/com/sdk/paygeneral/PayGeneral.java | banketree/PayGeneralSdk | 9f3e15aeb9457d527b150da75eff8223c780de78 | [
"Apache-2.0"
] | null | null | null | paygeneralsdk/src/main/java/com/sdk/paygeneral/PayGeneral.java | banketree/PayGeneralSdk | 9f3e15aeb9457d527b150da75eff8223c780de78 | [
"Apache-2.0"
] | null | null | null | paygeneralsdk/src/main/java/com/sdk/paygeneral/PayGeneral.java | banketree/PayGeneralSdk | 9f3e15aeb9457d527b150da75eff8223c780de78 | [
"Apache-2.0"
] | null | null | null | 19.034091 | 61 | 0.727761 | 13,430 | package com.sdk.paygeneral;
import com.sdk.paygeneral.alipay.AliPay;
import com.sdk.paygeneral.alipay.IAliPayInfo;
import com.sdk.paygeneral.weixin.IWeiXinInfo;
import com.sdk.paygeneral.weixin.WeiXinPay;
import com.thinkcore.utils.TStringUtils;
public class PayGeneral implements IAliPayInfo, IWeiXinInfo {
public b... |
3e1fcc4df2bea1d7c66d227b2f01c2e1d70e7f48 | 2,173 | java | Java | src/main/java/pers/li/thread/schedule/schedule/ScheduledExecutorTest.java | a982338665/multithreading | 792ed796e744c97a45906e0604069224771712eb | [
"MIT"
] | 2 | 2020-10-19T14:13:02.000Z | 2021-01-22T09:47:01.000Z | src/main/java/pers/li/thread/schedule/schedule/ScheduledExecutorTest.java | a982338665/multithreading | 792ed796e744c97a45906e0604069224771712eb | [
"MIT"
] | null | null | null | src/main/java/pers/li/thread/schedule/schedule/ScheduledExecutorTest.java | a982338665/multithreading | 792ed796e744c97a45906e0604069224771712eb | [
"MIT"
] | null | null | null | 26.5 | 80 | 0.599172 | 13,431 | package pers.li.thread.schedule.schedule;
import java.util.Date;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
public class ScheduledExecutorTest {
public static void main(String[] a) throws Exception {
// executeAtFixTime()... |
3e1fcc9609aace009edf9f84d174eeaa01111ba5 | 3,760 | java | Java | src/test/java/ch/hslu/ad/sw08_N3/Aufgabe1/ConcurrentTest.java | yannickbaettig/ad | 93dd41d9a04ca4b8ae40762503dd2aa926b72b91 | [
"Apache-2.0"
] | null | null | null | src/test/java/ch/hslu/ad/sw08_N3/Aufgabe1/ConcurrentTest.java | yannickbaettig/ad | 93dd41d9a04ca4b8ae40762503dd2aa926b72b91 | [
"Apache-2.0"
] | null | null | null | src/test/java/ch/hslu/ad/sw08_N3/Aufgabe1/ConcurrentTest.java | yannickbaettig/ad | 93dd41d9a04ca4b8ae40762503dd2aa926b72b91 | [
"Apache-2.0"
] | null | null | null | 32.136752 | 106 | 0.570745 | 13,432 | package ch.hslu.ad.sw08_N3.Aufgabe1;
import ch.hslu.ad.sw06_N2.Aufgabe3.*;
import org.apache.logging.log4j.LogManager;
import org.junit.Before;
import org.junit.Test;
import java.util.Random;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.LinkedBlocking... |
3e1fcd0396650ab7f7a15a662ad08a4a0083a45c | 535 | java | Java | SummerNoteApi&S3/src/main/java/com/kh/spring/summernote/model/converter/BooleanToStringConverter.java | nob0dj/springWebAPI | f43546dcd102cdecd326ea8bf34b407a4d134004 | [
"BSD-3-Clause"
] | null | null | null | SummerNoteApi&S3/src/main/java/com/kh/spring/summernote/model/converter/BooleanToStringConverter.java | nob0dj/springWebAPI | f43546dcd102cdecd326ea8bf34b407a4d134004 | [
"BSD-3-Clause"
] | 14 | 2020-03-04T21:44:27.000Z | 2021-12-09T20:50:57.000Z | SummerNoteApi&S3/src/main/java/com/kh/spring/summernote/model/converter/BooleanToStringConverter.java | nob0dj/springWebAPI | f43546dcd102cdecd326ea8bf34b407a4d134004 | [
"BSD-3-Clause"
] | 1 | 2019-08-05T01:06:58.000Z | 2019-08-05T01:06:58.000Z | 28.157895 | 87 | 0.652336 | 13,433 | package com.kh.spring.summernote.model.converter;
import javax.persistence.AttributeConverter;
import javax.persistence.Converter;
@Converter
public class BooleanToStringConverter implements AttributeConverter<Boolean, String> {
@Override
public String convertToDatabaseColumn(Boolean value) { ... |
3e1fce9c84c5a45565bcf32243380210b6c7140a | 4,359 | java | Java | jbb-web-app-e2e-tests/src/test/java/org/jbb/e2e/serenity/rest/board/GetBoardRestStories.java | jbb-project/jbb | cefa12cda40804395b2d6e8bea0fb8352610b761 | [
"Apache-2.0"
] | 4 | 2017-02-23T15:35:33.000Z | 2020-08-03T22:00:17.000Z | jbb-web-app-e2e-tests/src/test/java/org/jbb/e2e/serenity/rest/board/GetBoardRestStories.java | jbb-project/jbb | cefa12cda40804395b2d6e8bea0fb8352610b761 | [
"Apache-2.0"
] | 1 | 2019-05-14T18:54:24.000Z | 2019-05-14T18:54:24.000Z | jbb-web-app-e2e-tests/src/test/java/org/jbb/e2e/serenity/rest/board/GetBoardRestStories.java | jbb-project/jbb | cefa12cda40804395b2d6e8bea0fb8352610b761 | [
"Apache-2.0"
] | 3 | 2018-03-29T15:51:09.000Z | 2019-11-25T02:46:41.000Z | 34.595238 | 116 | 0.745125 | 13,434 | /*
* Copyright (C) 2019 the original author or authors.
*
* This file is part of jBB Application Project.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*/
package org.jbb.e2e.serenity.rest.boar... |
3e1fceeaa65bf8b70f528d9f8873a9c2ae2b955a | 2,043 | java | Java | mongodb-redis-integration/src/main/java/com/poc/mongodbredisintegration/service/MongoDBReactiveService.java | SamyBacha/POC | c42345d28ffd949b145724fd7e7583ce48e812b3 | [
"Apache-2.0"
] | null | null | null | mongodb-redis-integration/src/main/java/com/poc/mongodbredisintegration/service/MongoDBReactiveService.java | SamyBacha/POC | c42345d28ffd949b145724fd7e7583ce48e812b3 | [
"Apache-2.0"
] | null | null | null | mongodb-redis-integration/src/main/java/com/poc/mongodbredisintegration/service/MongoDBReactiveService.java | SamyBacha/POC | c42345d28ffd949b145724fd7e7583ce48e812b3 | [
"Apache-2.0"
] | null | null | null | 25.860759 | 79 | 0.694077 | 13,435 | /*
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e1fd04a674b2b12e8ff34732775317ad4ddd2f2 | 434 | java | Java | languages/baseLanguage/baseLanguage/source_gen/jetbrains/mps/baseLanguage/textGen/BooleanType_TextGen.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | languages/baseLanguage/baseLanguage/source_gen/jetbrains/mps/baseLanguage/textGen/BooleanType_TextGen.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | languages/baseLanguage/baseLanguage/source_gen/jetbrains/mps/baseLanguage/textGen/BooleanType_TextGen.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | 27.125 | 64 | 0.790323 | 13,436 | package jetbrains.mps.baseLanguage.textGen;
/*Generated by MPS */
import jetbrains.mps.text.rt.TextGenDescriptorBase;
import jetbrains.mps.text.rt.TextGenContext;
import jetbrains.mps.text.impl.TextGenSupport;
public class BooleanType_TextGen extends TextGenDescriptorBase {
@Override
public void generateText(fin... |
3e1fd1066cf50a72b36652e99e60f77a1991083f | 1,339 | java | Java | core/IncrementOperators.java | hershyz/bscript | 61078bb8eed69dabf0f8a0cd8e28a96b7a451c99 | [
"MIT"
] | null | null | null | core/IncrementOperators.java | hershyz/bscript | 61078bb8eed69dabf0f8a0cd8e28a96b7a451c99 | [
"MIT"
] | 1 | 2019-07-26T13:31:06.000Z | 2019-07-27T13:33:02.000Z | core/IncrementOperators.java | hershyz/bscript | 61078bb8eed69dabf0f8a0cd8e28a96b7a451c99 | [
"MIT"
] | 1 | 2021-04-11T01:23:42.000Z | 2021-04-11T01:23:42.000Z | 36.189189 | 86 | 0.559373 | 13,437 | public class IncrementOperators {
private static Parser parser = new Parser("");
private double incrementFactor = 1.00;
//Increments an existing double variable by the increment factor:
public void increment(String variableName, String incrementType) {
variableName = variableName.trim... |
3e1fd1228964f4baf57b921f48cabd9068b94e79 | 3,132 | java | Java | wk-app/wk-nb-web-vue/src/main/java/cn/wizzer/app/web/commons/base/Globals.java | dingmike/nutwxProject | 0a8004054ac3e992c5130a44a654293e41bc1e74 | [
"Apache-2.0"
] | 1 | 2017-12-19T06:58:26.000Z | 2017-12-19T06:58:26.000Z | wk-app/wk-nb-web-vue/src/main/java/cn/wizzer/app/web/commons/base/Globals.java | dingmike/nutwxProject | 0a8004054ac3e992c5130a44a654293e41bc1e74 | [
"Apache-2.0"
] | 1 | 2018-06-29T12:16:09.000Z | 2018-06-29T12:16:09.000Z | wk-app/wk-nb-web-vue/src/main/java/cn/wizzer/app/web/commons/base/Globals.java | dingmike/nutwxProject | 0a8004054ac3e992c5130a44a654293e41bc1e74 | [
"Apache-2.0"
] | 1 | 2017-12-27T10:57:39.000Z | 2017-12-27T10:57:39.000Z | 32.968421 | 95 | 0.623883 | 13,438 | package cn.wizzer.app.web.commons.base;
import cn.wizzer.app.sys.modules.models.Sys_config;
import cn.wizzer.app.sys.modules.models.Sys_route;
import cn.wizzer.app.sys.modules.services.SysConfigService;
import cn.wizzer.app.sys.modules.services.SysRouteService;
import com.alibaba.dubbo.config.annotation.Reference;
imp... |
3e1fd14724dd424b1ccb3e060098d181ad08774d | 1,951 | java | Java | cheetah-web-backstage/src/main/java/top/zylsite/cheetah/web/backstage/common/shiro/credentials/UserCredentialsMatcher.java | githubzyl/cheetah | fad101a6a750f658c9d89117fffbb4e913d2f301 | [
"MIT"
] | 2 | 2020-02-21T09:16:40.000Z | 2021-05-14T02:09:38.000Z | cheetah-web-backstage/src/main/java/top/zylsite/cheetah/web/backstage/common/shiro/credentials/UserCredentialsMatcher.java | githubzyl/cheetah | fad101a6a750f658c9d89117fffbb4e913d2f301 | [
"MIT"
] | null | null | null | cheetah-web-backstage/src/main/java/top/zylsite/cheetah/web/backstage/common/shiro/credentials/UserCredentialsMatcher.java | githubzyl/cheetah | fad101a6a750f658c9d89117fffbb4e913d2f301 | [
"MIT"
] | null | null | null | 34.22807 | 88 | 0.789851 | 13,439 | package top.zylsite.cheetah.web.backstage.common.shiro.credentials;
import java.util.concurrent.atomic.AtomicInteger;
import org.apache.shiro.authc.AuthenticationInfo;
import org.apache.shiro.authc.AuthenticationToken;
import org.apache.shiro.authc.ExcessiveAttemptsException;
import org.apache.shiro.authc.credential.... |
3e1fd1b30977fd38b3eba0f659324655de48b566 | 952 | java | Java | src/Visualization/VisualizationModel.java | askrier/cell_society | 32de05598e8e4f995328783c75cc6eef10184734 | [
"MIT"
] | null | null | null | src/Visualization/VisualizationModel.java | askrier/cell_society | 32de05598e8e4f995328783c75cc6eef10184734 | [
"MIT"
] | null | null | null | src/Visualization/VisualizationModel.java | askrier/cell_society | 32de05598e8e4f995328783c75cc6eef10184734 | [
"MIT"
] | null | null | null | 19.04 | 90 | 0.67437 | 13,440 | package Visualization;
import XML.SimData;
import cellsociety.Grid;
import javafx.animation.Timeline;
public class VisualizationModel {
private Grid myGrid;
private SimData mySimData;
private Timeline animation;
public VisualizationModel() {
myGrid = null;
}
public void setSimData(SimData sim) {
... |
3e1fd236ab230260b351a0c56cdbcd1204247faf | 838 | java | Java | src/main/java/thut/api/entity/ai/VectorPosWrapper.java | NelkGames/Pokecube-Issues-and-Wiki | 3486e6a8ef415e84bdb4361c8f19cea2a60fa58a | [
"MIT"
] | 24 | 2019-02-02T20:37:53.000Z | 2022-02-09T13:51:41.000Z | src/main/java/thut/api/entity/ai/VectorPosWrapper.java | NelkGames/Pokecube-Issues-and-Wiki | 3486e6a8ef415e84bdb4361c8f19cea2a60fa58a | [
"MIT"
] | 671 | 2018-08-20T08:46:35.000Z | 2022-03-26T00:11:43.000Z | src/main/java/thut/api/entity/ai/VectorPosWrapper.java | NelkGames/Pokecube-Issues-and-Wiki | 3486e6a8ef415e84bdb4361c8f19cea2a60fa58a | [
"MIT"
] | 68 | 2018-09-25T21:03:40.000Z | 2022-02-25T19:59:51.000Z | 20.439024 | 62 | 0.671838 | 13,441 | package thut.api.entity.ai;
import net.minecraft.entity.LivingEntity;
import net.minecraft.util.math.BlockPos;
import net.minecraft.util.math.IPosWrapper;
import net.minecraft.util.math.vector.Vector3d;
import thut.api.maths.Vector3;
public class VectorPosWrapper implements IPosWrapper
{
final BlockPos bpos;
... |
3e1fd23a8c12ac189572bc9a7ff92c09c08d8d1a | 1,489 | java | Java | src/test/java/com/thoughtworks/gocd/elasticagent/ecs/requests/ValidateClusterProfileRequestTest.java | luiseterc/gocd-ecs-elastic-agent | 7a7b456f4aec3bb56a7636251f087a8818264619 | [
"Apache-2.0"
] | 6 | 2020-06-17T01:49:52.000Z | 2022-03-25T13:37:14.000Z | src/test/java/com/thoughtworks/gocd/elasticagent/ecs/requests/ValidateClusterProfileRequestTest.java | luiseterc/gocd-ecs-elastic-agent | 7a7b456f4aec3bb56a7636251f087a8818264619 | [
"Apache-2.0"
] | 15 | 2020-06-02T09:24:42.000Z | 2022-02-28T15:24:16.000Z | src/test/java/com/thoughtworks/gocd/elasticagent/ecs/requests/ValidateClusterProfileRequestTest.java | luiseterc/gocd-ecs-elastic-agent | 7a7b456f4aec3bb56a7636251f087a8818264619 | [
"Apache-2.0"
] | 7 | 2020-06-01T05:21:02.000Z | 2021-10-31T01:42:01.000Z | 35.452381 | 93 | 0.670248 | 13,442 | /*
* Copyright 2020 ThoughtWorks, 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 agr... |
3e1fd2c9a9e5bbfb6b877ba72f47e6e189a62aaf | 883 | java | Java | apps/QT-GUI-Client/src/main/view/PieChartView.java | Didotto/QT-GUI-Miner | 9fa4aabfe62e99688b202e8ad8882ee74c6f571a | [
"Apache-2.0"
] | null | null | null | apps/QT-GUI-Client/src/main/view/PieChartView.java | Didotto/QT-GUI-Miner | 9fa4aabfe62e99688b202e8ad8882ee74c6f571a | [
"Apache-2.0"
] | null | null | null | apps/QT-GUI-Client/src/main/view/PieChartView.java | Didotto/QT-GUI-Miner | 9fa4aabfe62e99688b202e8ad8882ee74c6f571a | [
"Apache-2.0"
] | null | null | null | 27.59375 | 74 | 0.738392 | 13,443 | package view;
import java.io.IOException;
import java.util.LinkedList;
import model.DataModel;
import controller.PieChartController;
/**
* This class models the view of the stage used
* to visualize the results obtained through
* the clustering process using a pie-chart.
* (Useful to determine the clusters distr... |
3e1fd316cd44b5aea1aae0e5d7087d5c44a260e9 | 2,727 | java | Java | src/main/java/cn/mirrorming/blog/domain/po/Permission.java | pursue-wind/awesome-blog | b47fb68e7dc9dbe75a97141a4b43b3f9836d1903 | [
"MIT"
] | 5 | 2019-11-09T17:19:38.000Z | 2020-07-26T20:21:58.000Z | src/main/java/cn/mirrorming/blog/domain/po/Permission.java | pursue-wind/awesome-blog | b47fb68e7dc9dbe75a97141a4b43b3f9836d1903 | [
"MIT"
] | 3 | 2020-02-19T13:53:43.000Z | 2020-07-26T20:28:08.000Z | src/main/java/cn/mirrorming/blog/domain/po/Permission.java | pursue-wind/awesome-blog | b47fb68e7dc9dbe75a97141a4b43b3f9836d1903 | [
"MIT"
] | 3 | 2020-03-25T09:14:24.000Z | 2020-11-09T08:33:26.000Z | 24.132743 | 68 | 0.6707 | 13,444 | package cn.mirrorming.blog.domain.po;
import cn.mirrorming.blog.domain.base.BaseEntity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.a... |
3e1fd3287e8fd32e688c2745b2d4ad880e6f9cd3 | 2,662 | java | Java | DSM-sensor/src/main/java/pl/edu/agh/dsm/sensor/Sensor.java | wysekm/DistributedSystemMonitoring | 6a643b614c5cc308d414fa35646ef8a02305a1fc | [
"BSD-3-Clause"
] | 2 | 2015-04-23T03:17:04.000Z | 2017-01-29T13:44:23.000Z | DSM-sensor/src/main/java/pl/edu/agh/dsm/sensor/Sensor.java | wysekm/DistributedSystemMonitoring | 6a643b614c5cc308d414fa35646ef8a02305a1fc | [
"BSD-3-Clause"
] | null | null | null | DSM-sensor/src/main/java/pl/edu/agh/dsm/sensor/Sensor.java | wysekm/DistributedSystemMonitoring | 6a643b614c5cc308d414fa35646ef8a02305a1fc | [
"BSD-3-Clause"
] | null | null | null | 33.275 | 108 | 0.695342 | 13,445 | package pl.edu.agh.dsm.sensor;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import pl.edu.agh.dsm.sensor.monitored.MonitoredFactory;
import pl.edu.agh.dsm.sensor.monitored.MonitoringException;
import pl.edu.agh.dsm.sensor.udp.SensorSocket;
import java.io.IOException;
import java.util.concurrent.*;
import ... |
3e1fd37c99e395fb3ab543b0fa307c3c27571093 | 382 | java | Java | Creational Design Patterns/Singleton Pattern/LazyInstantiation/Normal Approach/Singleton.java | AbhilashG97/WatermelonPudding | 41dd91ccfb1c8b09ab1ff919024b6fb8efb28030 | [
"MIT"
] | 1 | 2019-12-10T16:32:43.000Z | 2019-12-10T16:32:43.000Z | Creational Design Patterns/Singleton Pattern/LazyInstantiation/Normal Approach/Singleton.java | AbhilashG97/WatermelonPudding | 41dd91ccfb1c8b09ab1ff919024b6fb8efb28030 | [
"MIT"
] | null | null | null | Creational Design Patterns/Singleton Pattern/LazyInstantiation/Normal Approach/Singleton.java | AbhilashG97/WatermelonPudding | 41dd91ccfb1c8b09ab1ff919024b6fb8efb28030 | [
"MIT"
] | null | null | null | 19.1 | 49 | 0.570681 | 13,446 | public class Singleton {
private static Singleton instance;
private Singleton() {
// default private method
}
public static Singleton getInstance() {
if (instance == null) {
instance = new Singleton();
}
return instance;
}
public void doSomething(... |
3e1fd4a7a4fde250aa2c8eaf86242e5709e9c1dc | 632 | java | Java | src/main/java/x/nullpointer/simplegraphtag/utils/SystemUtils.java | p00temkin/simplegraphtag | ed02a52a2dff4759ba44ab4f4455bad431745891 | [
"Apache-2.0"
] | null | null | null | src/main/java/x/nullpointer/simplegraphtag/utils/SystemUtils.java | p00temkin/simplegraphtag | ed02a52a2dff4759ba44ab4f4455bad431745891 | [
"Apache-2.0"
] | null | null | null | src/main/java/x/nullpointer/simplegraphtag/utils/SystemUtils.java | p00temkin/simplegraphtag | ed02a52a2dff4759ba44ab4f4455bad431745891 | [
"Apache-2.0"
] | null | null | null | 25.28 | 187 | 0.598101 | 13,447 | package x.nullpointer.simplegraphtag.utils;
public class SystemUtils {
public static void halt() {
System.exit(1);
}
public static String getSystemInformation() {
String systemInfo = System.getProperty("java.vendor") + " " + System.getProperty("java.version") + " on " + System.getProperty... |
3e1fd5465f616620c2647761134e54616b1a6ac5 | 9,974 | java | Java | src/main/java/org/hijizhou/utilities/WalkBar.java | MicroscPSF/MicroscPSF-ImageJ | 4383a3edb6513aea749aab8166721a726f1d763e | [
"MIT"
] | 3 | 2019-02-19T06:17:20.000Z | 2020-01-09T09:55:29.000Z | src/main/java/org/hijizhou/utilities/WalkBar.java | MicroscPSF/MicroscPSF-ImageJ | 4383a3edb6513aea749aab8166721a726f1d763e | [
"MIT"
] | 1 | 2019-05-28T06:09:27.000Z | 2019-05-29T22:26:55.000Z | src/main/java/org/hijizhou/utilities/WalkBar.java | MicroscPSF/MicroscPSF-ImageJ | 4383a3edb6513aea749aab8166721a726f1d763e | [
"MIT"
] | null | null | null | 31.865815 | 699 | 0.635853 | 13,448 | package org.hijizhou.utilities;
import javax.swing.*;
import javax.swing.text.DefaultCaret;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class WalkBar
extends JToolBar
implements ActionListener
{
private JProgressBar progress = new JProgressBar();
private ... |
3e1fd603cd8c8f7eec710efebd6ef85cda352720 | 1,650 | java | Java | components/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/client/Sns2ClientFactory.java | DragoiNicolae/camel | 9fbc54678680d2bf00b0004963f32a08bf4d0515 | [
"Apache-2.0"
] | 2 | 2017-10-05T19:28:46.000Z | 2018-01-22T20:17:34.000Z | components/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/client/Sns2ClientFactory.java | DragoiNicolae/camel | 9fbc54678680d2bf00b0004963f32a08bf4d0515 | [
"Apache-2.0"
] | null | null | null | components/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/client/Sns2ClientFactory.java | DragoiNicolae/camel | 9fbc54678680d2bf00b0004963f32a08bf4d0515 | [
"Apache-2.0"
] | null | null | null | 39.285714 | 104 | 0.74 | 13,449 | /*
* 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 ... |
3e1fd68e305bf1ad4a55c1998ea11a9b58acdbc3 | 4,718 | java | Java | sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/expression/AliasExpressionParser.java | hkpxj/sharding-jdbc | 9d1fe6d5ebcc089fb66c6bc58c20d24111bff150 | [
"Apache-2.0"
] | 1 | 2021-03-16T17:58:17.000Z | 2021-03-16T17:58:17.000Z | sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/expression/AliasExpressionParser.java | hkpxj/sharding-jdbc | 9d1fe6d5ebcc089fb66c6bc58c20d24111bff150 | [
"Apache-2.0"
] | null | null | null | sharding-core/src/main/java/io/shardingsphere/core/parsing/parser/clause/expression/AliasExpressionParser.java | hkpxj/sharding-jdbc | 9d1fe6d5ebcc089fb66c6bc58c20d24111bff150 | [
"Apache-2.0"
] | 1 | 2021-03-16T17:58:46.000Z | 2021-03-16T17:58:46.000Z | 42.890909 | 197 | 0.72128 | 13,450 | /*
* Copyright 2016-2018 shardingsphere.io.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... |
3e1fd6eae78dba9704b4aa7165d8e0cc1b94cc7c | 826 | java | Java | gsl/src/gen/java/org/bytedeco/gsl/gsl_siman_copy_t.java | drieks/javacpp-presets | d18c14cee40e8c313d194d208c1a8b132ac0de51 | [
"Apache-2.0"
] | null | null | null | gsl/src/gen/java/org/bytedeco/gsl/gsl_siman_copy_t.java | drieks/javacpp-presets | d18c14cee40e8c313d194d208c1a8b132ac0de51 | [
"Apache-2.0"
] | null | null | null | gsl/src/gen/java/org/bytedeco/gsl/gsl_siman_copy_t.java | drieks/javacpp-presets | d18c14cee40e8c313d194d208c1a8b132ac0de51 | [
"Apache-2.0"
] | 1 | 2021-01-22T05:22:30.000Z | 2021-01-22T05:22:30.000Z | 34.416667 | 78 | 0.746973 | 13,451 | // Targeted by JavaCPP version 1.5.3: DO NOT EDIT THIS FILE
package org.bytedeco.gsl;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.javacpp.presets.javacpp.*;
import static org.bytedeco.openblas.global.openblas_nolapack.*;
import static org.byt... |
3e1fd93758923d58230bebf9d422896db37b5a3e | 1,862 | java | Java | EvolvedDecisions/src/main/java/evolved/genetics/GeneticDatabase.java | rosspalmer/Evolved-Decisions | 8bff846db9c1a8322d4d2c1200d8abad206f684f | [
"MIT"
] | null | null | null | EvolvedDecisions/src/main/java/evolved/genetics/GeneticDatabase.java | rosspalmer/Evolved-Decisions | 8bff846db9c1a8322d4d2c1200d8abad206f684f | [
"MIT"
] | null | null | null | EvolvedDecisions/src/main/java/evolved/genetics/GeneticDatabase.java | rosspalmer/Evolved-Decisions | 8bff846db9c1a8322d4d2c1200d8abad206f684f | [
"MIT"
] | null | null | null | 29.555556 | 119 | 0.670247 | 13,452 | package evolved.genetics;
import evolved.graph.Node;
import evolved.graph.NodeDatabase;
import evolved.graph.NodeRelationship;
import evolved.graph.NodeSearch;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
public class GeneticDatabase extends NodeDatabase {
public void addGene... |
3e1fd9a221259ea8a98769da31ee4d614893f71e | 530 | java | Java | android/src/net/big2/pushnotify/PushNotifyDroidGap.java | kctang/cordova-push-notify-demo | e221d118f839438d01b32b82f716962c2c361520 | [
"MIT"
] | 2 | 2015-06-23T07:55:14.000Z | 2015-08-23T20:28:47.000Z | android/src/net/big2/pushnotify/PushNotifyDroidGap.java | kctang/cordova-push-notify-demo | e221d118f839438d01b32b82f716962c2c361520 | [
"MIT"
] | null | null | null | android/src/net/big2/pushnotify/PushNotifyDroidGap.java | kctang/cordova-push-notify-demo | e221d118f839438d01b32b82f716962c2c361520 | [
"MIT"
] | null | null | null | 27.894737 | 63 | 0.696226 | 13,453 | package net.big2.pushnotify;
import android.os.Bundle;
import org.apache.cordova.Config;
import org.apache.cordova.DroidGap;
// TODO: review & refactor!
public class PushNotifyDroidGap extends DroidGap {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... |
3e1fd9a6127cc1c18a6583611e42cc834d7e2bc2 | 1,483 | java | Java | Example/src/main/java/com/vechain/walletdemo/view/adapter/ItemViewDelegate.java | zacharyruss40/wallet-Android-sdk | 67b579180ff6f834568ce680dc1a9ef680b7afa2 | [
"MIT"
] | 18 | 2019-07-29T12:14:01.000Z | 2022-03-03T21:18:26.000Z | Example/src/main/java/com/vechain/walletdemo/view/adapter/ItemViewDelegate.java | NIKOLAY733/wallet-Android-sdk | 9d037741eb39981812712c82ed25d4d945f9e140 | [
"MIT"
] | null | null | null | Example/src/main/java/com/vechain/walletdemo/view/adapter/ItemViewDelegate.java | NIKOLAY733/wallet-Android-sdk | 9d037741eb39981812712c82ed25d4d945f9e140 | [
"MIT"
] | 19 | 2019-07-29T10:37:48.000Z | 2022-01-13T01:34:45.000Z | 51.206897 | 463 | 0.779798 | 13,454 |
/*
* Vechain Wallet SDK is licensed under the MIT LICENSE, also included in LICENSE file in the repository.
*
* Copyright (c) 2019 VeChain nnheo@example.com
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to dea... |
3e1fda0db583695203cf0e3689bdb6c136006093 | 342 | java | Java | src/demo/java/com/demo/amplitude/Demo.java | bohan-amplitude/Amplitude-Java | 06743fac112aefedc6b1668195872f75e578e73d | [
"MIT"
] | 4 | 2021-09-14T06:30:46.000Z | 2022-02-16T12:18:24.000Z | src/demo/java/com/demo/amplitude/Demo.java | bohan-amplitude/Amplitude-Java | 06743fac112aefedc6b1668195872f75e578e73d | [
"MIT"
] | 25 | 2021-04-12T18:27:28.000Z | 2022-03-31T23:45:43.000Z | src/demo/java/com/demo/amplitude/Demo.java | bohan-amplitude/Amplitude-Java | 06743fac112aefedc6b1668195872f75e578e73d | [
"MIT"
] | 7 | 2021-05-14T03:29:08.000Z | 2022-01-17T06:23:24.000Z | 26.307692 | 68 | 0.78655 | 13,455 | package com.demo.amplitude;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Demo {
public static void main(String[] args) {
System.out.println("Running Amplitude Java Demo");
SpringApplication.run(Dem... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.