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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e1c302f7d5d4c773e51bf1b718bd157b53d662f | 374 | java | Java | src/main/java/com/alexrnv/calcite/adapter/pilosa/commons/Timer.java | alex-rnv/calcite-pilosa | 7e4e239154d6cd63dc8a007d75a42146f71e28cf | [
"Apache-2.0"
] | 2 | 2020-07-01T07:38:56.000Z | 2020-07-21T02:45:52.000Z | src/main/java/com/alexrnv/calcite/adapter/pilosa/commons/Timer.java | alex-rnv/calcite-pilosa | 7e4e239154d6cd63dc8a007d75a42146f71e28cf | [
"Apache-2.0"
] | 1 | 2022-02-16T01:12:17.000Z | 2022-02-16T01:12:17.000Z | src/main/java/com/alexrnv/calcite/adapter/pilosa/commons/Timer.java | alex-rnv/calcite-pilosa | 7e4e239154d6cd63dc8a007d75a42146f71e28cf | [
"Apache-2.0"
] | null | null | null | 20.777778 | 54 | 0.657754 | 11,947 | package com.alexrnv.calcite.adapter.pilosa.commons;
public class Timer {
private final long startTime;
private Timer(long startTime) {
this.startTime = startTime;
}
public static Timer start() {
return new Timer(System.currentTimeMillis());
}
public long elapsed() {
r... |
3e1c3106a785fd099e6641c063f9778e4d7c090d | 1,203 | java | Java | Test.java | pokeguys/ITP4510_Assignment | c5be1667d0cdebb7ba82ca63552fe143d1917547 | [
"MIT"
] | null | null | null | Test.java | pokeguys/ITP4510_Assignment | c5be1667d0cdebb7ba82ca63552fe143d1917547 | [
"MIT"
] | null | null | null | Test.java | pokeguys/ITP4510_Assignment | c5be1667d0cdebb7ba82ca63552fe143d1917547 | [
"MIT"
] | null | null | null | 27.976744 | 56 | 0.627598 | 11,948 | package testPackage;
import javax.swing.JOptionPane;
import java.util.*;
import java.io.*;
class Test {
public static void main(String[] args) {
byte b = 100;
short s = 10000;
int i = 100000;
int hexVal = 0x1a;
int binVal = 0b11010;
double d1 = 123.4;
double d2 = 1.234e2;
float f1 = 123.4f;
long c... |
3e1c314405adf386d06ec8746325db6616d02ef7 | 4,255 | java | Java | core/src/test/java/org/dozer/functional_tests/builder/CollectionWithNullTest.java | smuryginim/dozer | 43862ab41d54faf8c52ee3715a64685bdfef469b | [
"Apache-2.0"
] | null | null | null | core/src/test/java/org/dozer/functional_tests/builder/CollectionWithNullTest.java | smuryginim/dozer | 43862ab41d54faf8c52ee3715a64685bdfef469b | [
"Apache-2.0"
] | null | null | null | core/src/test/java/org/dozer/functional_tests/builder/CollectionWithNullTest.java | smuryginim/dozer | 43862ab41d54faf8c52ee3715a64685bdfef469b | [
"Apache-2.0"
] | null | null | null | 23.379121 | 87 | 0.647474 | 11,949 | package org.dozer.functional_tests.builder;
import org.dozer.DozerBeanMapper;
import org.dozer.DozerConverter;
import org.dozer.loader.api.BeanMappingBuilder;
import org.dozer.loader.api.TypeMappingOptions;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import java.util.ArrayList;
import jav... |
3e1c317949d2b5c2deac30816e3438b13914b0fc | 4,235 | java | Java | src/main/java/org/elasticsearch/common/util/LongHash.java | Acidburn0zzz/elasticsearch | e0fbd5df52449d7caeb7eeb7392a595d35b10ef3 | [
"Apache-2.0"
] | 1 | 2019-12-17T02:19:11.000Z | 2019-12-17T02:19:11.000Z | src/main/java/org/elasticsearch/common/util/LongHash.java | Acidburn0zzz/elasticsearch | e0fbd5df52449d7caeb7eeb7392a595d35b10ef3 | [
"Apache-2.0"
] | 1 | 2021-06-04T03:02:56.000Z | 2021-06-04T03:02:56.000Z | src/main/java/org/elasticsearch/common/util/LongHash.java | Acidburn0zzz/elasticsearch | e0fbd5df52449d7caeb7eeb7392a595d35b10ef3 | [
"Apache-2.0"
] | null | null | null | 31.604478 | 124 | 0.595277 | 11,950 | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... |
3e1c31a70c8c352387c5c4d85f54aff202060769 | 292 | java | Java | src/distributed/file/system/MessageNotFoundException.java | gavrilaopris/Proiect-DFS | 2c65ca6836696481f4a1a5288d9d5afa0d6d58cc | [
"MIT"
] | null | null | null | src/distributed/file/system/MessageNotFoundException.java | gavrilaopris/Proiect-DFS | 2c65ca6836696481f4a1a5288d9d5afa0d6d58cc | [
"MIT"
] | null | null | null | src/distributed/file/system/MessageNotFoundException.java | gavrilaopris/Proiect-DFS | 2c65ca6836696481f4a1a5288d9d5afa0d6d58cc | [
"MIT"
] | null | null | null | 17.176471 | 57 | 0.729452 | 11,951 | package distributed.file.system;
public class MessageNotFoundException extends Exception {
private static final long serialVersionUID = 1L;
private int[] msgNum = null;
public int[] getMsgNum() {
return msgNum;
}
public void setMsgNum(int[] msgNum) {
this.msgNum = msgNum;
}
}
|
3e1c31d896d78a2a79cbccf22b084dd2a852844a | 353 | java | Java | src/main/java/com/harambase/pioneer/server/dao/repository/TempCourseRepository.java | harambase/pioneer | 4be3abc5b227bba6de8d5ff16ab225095483e40a | [
"MIT"
] | null | null | null | src/main/java/com/harambase/pioneer/server/dao/repository/TempCourseRepository.java | harambase/pioneer | 4be3abc5b227bba6de8d5ff16ab225095483e40a | [
"MIT"
] | 10 | 2017-11-14T07:17:05.000Z | 2021-12-09T20:17:40.000Z | src/main/java/com/harambase/pioneer/server/dao/repository/TempCourseRepository.java | harambase/pioneer | 4be3abc5b227bba6de8d5ff16ab225095483e40a | [
"MIT"
] | null | null | null | 32.090909 | 82 | 0.835694 | 11,952 | package com.harambase.pioneer.server.dao.repository;
import com.harambase.pioneer.server.pojo.base.TempCourse;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface TempCourseRepository extends JpaRepository<TempCourse, Integer> {
... |
3e1c33f31be9778e756ab0c9f9ff21045f3bc21c | 3,471 | java | Java | user-service/src/main/java/net/explorviz/security/server/main/Application.java | ExplorViz/explorviz-backend | 7cd4b189797a5f0117bab0d33834aea8237cd321 | [
"Apache-2.0"
] | 5 | 2018-12-11T07:47:36.000Z | 2022-02-05T12:21:19.000Z | user-service/src/main/java/net/explorviz/security/server/main/Application.java | ExplorViz/explorviz-backend | 7cd4b189797a5f0117bab0d33834aea8237cd321 | [
"Apache-2.0"
] | 84 | 2018-01-09T10:13:41.000Z | 2020-04-21T09:07:25.000Z | user-service/src/main/java/net/explorviz/security/server/main/Application.java | ExplorViz/explorviz-backend | 7cd4b189797a5f0117bab0d33834aea8237cd321 | [
"Apache-2.0"
] | 8 | 2017-12-11T22:53:28.000Z | 2021-11-14T09:39:23.000Z | 41.321429 | 94 | 0.805532 | 11,953 | package net.explorviz.security.server.main;
import net.explorviz.security.model.UserBatchRequest;
import net.explorviz.security.server.providers.GenericJsonApiPaginationWriter;
import net.explorviz.security.server.providers.UserJsonApiDeserializer;
import net.explorviz.security.server.resources.*;
import net.explorviz... |
3e1c34061ab1654279e319a666fd866a17c1cb69 | 1,175 | java | Java | src/main/java/com/baidubce/services/dugo/video/AlarmVideoInfoListResponse.java | ap6108/bce-sdk-java | fcd295fc5b90427e74cb43767bcbcc42a9a8d2e9 | [
"Apache-2.0"
] | 59 | 2015-07-30T08:04:17.000Z | 2022-02-24T01:17:44.000Z | src/main/java/com/baidubce/services/dugo/video/AlarmVideoInfoListResponse.java | ap6108/bce-sdk-java | fcd295fc5b90427e74cb43767bcbcc42a9a8d2e9 | [
"Apache-2.0"
] | 16 | 2017-03-30T06:05:19.000Z | 2022-03-31T20:08:30.000Z | src/main/java/com/baidubce/services/dugo/video/AlarmVideoInfoListResponse.java | ap6108/bce-sdk-java | fcd295fc5b90427e74cb43767bcbcc42a9a8d2e9 | [
"Apache-2.0"
] | 68 | 2015-09-14T04:00:50.000Z | 2022-03-24T12:49:41.000Z | 34.558824 | 118 | 0.755745 | 11,954 | /*
* Copyright 2019 Baidu, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or ag... |
3e1c34d8dc5e1dce97ee00cbf6f6810ece064074 | 421 | java | Java | src/main/java/com/sokolov/lang/java/importDef/ImportFromString.java | sokolyaka/decoratorsIdeaPlugin | 0820537051afdae7b01beddab0b620577f666548 | [
"MIT"
] | 1 | 2018-09-21T09:04:25.000Z | 2018-09-21T09:04:25.000Z | src/main/java/com/sokolov/lang/java/importDef/ImportFromString.java | sokolyaka/decoratorsIdeaPlugin | 0820537051afdae7b01beddab0b620577f666548 | [
"MIT"
] | null | null | null | src/main/java/com/sokolov/lang/java/importDef/ImportFromString.java | sokolyaka/decoratorsIdeaPlugin | 0820537051afdae7b01beddab0b620577f666548 | [
"MIT"
] | null | null | null | 21.05 | 51 | 0.667458 | 11,955 | package com.sokolov.lang.java.importDef;
public class ImportFromString implements IImport {
private final String fullClassPath;
public ImportFromString(String fullClassPath) {
this.fullClassPath = fullClassPath;
}
@Override
public String asString() {
return fullClassPath;
}
... |
3e1c352d2a9745816bfff51d48e5429f2daab6c7 | 4,228 | java | Java | core/src/main/java/io/zero88/qwe/eventbus/EventListenerExecutorImpl.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/eventbus/EventListenerExecutorImpl.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/eventbus/EventListenerExecutorImpl.java | zero88/qwe | ee30dc3bbda7f8cfd91b00d7e9003ee16bee044b | [
"Apache-2.0"
] | null | null | null | 43.587629 | 120 | 0.663671 | 11,956 | package io.zero88.qwe.eventbus;
import io.github.zero88.exceptions.ReflectionException;
import io.github.zero88.repl.ReflectionMethod;
import io.github.zero88.utils.Functions;
import io.vertx.core.Future;
import io.vertx.core.eventbus.Message;
import io.zero88.qwe.SharedDataLocalProxy;
import io.zero88.qwe.auth.UserIn... |
3e1c353247e38ad090d7ca60f33fe27febb0ef89 | 806 | java | Java | ad_demo/src/main/java/com/union_test/toutiao/activity/FullScreenVideoView.java | RowgerGo/flutter_pangolin | 6ee416853f2bab3b9ef7e760821e884fd39bbc69 | [
"Apache-2.0"
] | 1 | 2020-07-01T04:01:41.000Z | 2020-07-01T04:01:41.000Z | ad_demo/src/main/java/com/union_test/toutiao/activity/FullScreenVideoView.java | RowgerGo/flutter_pangolin | 6ee416853f2bab3b9ef7e760821e884fd39bbc69 | [
"Apache-2.0"
] | null | null | null | ad_demo/src/main/java/com/union_test/toutiao/activity/FullScreenVideoView.java | RowgerGo/flutter_pangolin | 6ee416853f2bab3b9ef7e760821e884fd39bbc69 | [
"Apache-2.0"
] | null | null | null | 28.785714 | 87 | 0.728288 | 11,957 | package ad_demo.src.main.java.com.union_test.toutiao.activity;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.VideoView;
public class FullScreenVideoView extends VideoView {
public FullScreenVideoView(Context context) {
super(context);
}
public FullScreen... |
3e1c357377223604811b561d96384a92b3c83113 | 161 | java | Java | src/main/java/com/eway/payment/rapid/sdk/beans/internal/package-info.java | noojee/eway-rapid-java | 94c787c8b69ba0ec58da5123f03ca03e6f684c11 | [
"MIT"
] | 4 | 2015-08-20T23:13:48.000Z | 2019-05-24T02:52:35.000Z | src/main/java/com/eway/payment/rapid/sdk/beans/internal/package-info.java | Shlomi295/eway-rapid-java | 226ac11aa9962183159a2d0e0f2cbcc5cd868157 | [
"MIT"
] | 15 | 2015-12-17T00:17:47.000Z | 2022-01-27T00:05:02.000Z | src/main/java/com/eway/payment/rapid/sdk/beans/internal/package-info.java | Shlomi295/eway-rapid-java | 226ac11aa9962183159a2d0e0f2cbcc5cd868157 | [
"MIT"
] | 11 | 2015-10-29T04:53:07.000Z | 2021-11-10T02:08:03.000Z | 26.833333 | 74 | 0.745342 | 11,958 | /**
* This package contains internal bean definition for eWAY Rapid (used for
* sending data to Rapid).
*/
package com.eway.payment.rapid.sdk.beans.internal;
|
3e1c358da81d21b4e18750e2f33963f5872b96ce | 781 | java | Java | zheng-upms/zheng-upms-rpc-service/src/main/java/com/zheng/upms/rpc/ZhengUpmsRpcServiceApplication.java | lxlx704034204/zheng-master-diy0 | b00ba3294641cc084586be36d15428c0a96ae63a | [
"MIT"
] | null | null | null | zheng-upms/zheng-upms-rpc-service/src/main/java/com/zheng/upms/rpc/ZhengUpmsRpcServiceApplication.java | lxlx704034204/zheng-master-diy0 | b00ba3294641cc084586be36d15428c0a96ae63a | [
"MIT"
] | null | null | null | zheng-upms/zheng-upms-rpc-service/src/main/java/com/zheng/upms/rpc/ZhengUpmsRpcServiceApplication.java | lxlx704034204/zheng-master-diy0 | b00ba3294641cc084586be36d15428c0a96ae63a | [
"MIT"
] | null | null | null | 30.038462 | 92 | 0.754161 | 11,959 | package com.zheng.upms.rpc;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* 服务启动类
* Created by ZhangShuzheng on 2017/2/3.
*
* http://upms.zhangshuzheng.cn:1111/manage/index
* http://upms.zhangshuzheng.cn:1111/manage/index;j... |
3e1c35d32d530d572d87014bec9ebfd3c4b484b7 | 2,379 | java | Java | app/src/main/java/com/aishang/app/data/model/JHotelDetailParam.java | find-happiness/android-aishang | 7fe454fddcb75d2f7de4a01a0a01925901476b43 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/aishang/app/data/model/JHotelDetailParam.java | find-happiness/android-aishang | 7fe454fddcb75d2f7de4a01a0a01925901476b43 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/aishang/app/data/model/JHotelDetailParam.java | find-happiness/android-aishang | 7fe454fddcb75d2f7de4a01a0a01925901476b43 | [
"Apache-2.0"
] | null | null | null | 19.032 | 67 | 0.736864 | 11,960 | package com.aishang.app.data.model;
/**
* /mobile/hotel/hotelDetail.ashx version: 1
*
* @author wang
*
*/
public class JHotelDetailParam {
// {hotelID:int, bGallery:int, bSelectImage:int, bRoomCat:int,
// bPriceList:int}
// checkInDate:string(yyyy-mm-dd), checkOutDate:string(yyyy-mm-dd)
// bHotelFaclilite:... |
3e1c3641a948ea21a58175868fb8e8d47afa843d | 1,356 | java | Java | app/src/main/java/com/antonio/samir/wonderfulredtooth/repository/ConversationRepositoryPreferences.java | samirma/TheWonderfulRedtoothMachine | a7d70e301489b27d87b43b940980437bb9b1c313 | [
"Apache-2.0"
] | 1 | 2016-01-28T15:27:14.000Z | 2016-01-28T15:27:14.000Z | app/src/main/java/com/antonio/samir/wonderfulredtooth/repository/ConversationRepositoryPreferences.java | samirma/TheWonderfulRedtoothMachine | a7d70e301489b27d87b43b940980437bb9b1c313 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/antonio/samir/wonderfulredtooth/repository/ConversationRepositoryPreferences.java | samirma/TheWonderfulRedtoothMachine | a7d70e301489b27d87b43b940980437bb9b1c313 | [
"Apache-2.0"
] | null | null | null | 27.673469 | 97 | 0.744838 | 11,961 | package com.antonio.samir.wonderfulredtooth.repository;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import com.antonio.samir.wonderfulredtooth.model.Conversation;
import com.google.gson.Gson;
public class ConversationRepositoryPreferences extends Conversati... |
3e1c36e77505dda314ed9b6362e8e5fa1df3e3dd | 3,431 | java | Java | com/a/b/a/a/b/class_171.java | kabbi/local-runner-2015 | b74b6bd084986ae9dabdbc394ab5d6766d0594c8 | [
"Apache-2.0"
] | null | null | null | com/a/b/a/a/b/class_171.java | kabbi/local-runner-2015 | b74b6bd084986ae9dabdbc394ab5d6766d0594c8 | [
"Apache-2.0"
] | null | null | null | com/a/b/a/a/b/class_171.java | kabbi/local-runner-2015 | b74b6bd084986ae9dabdbc394ab5d6766d0594c8 | [
"Apache-2.0"
] | null | null | null | 27.669355 | 131 | 0.613815 | 11,962 | package com.a.b.a.a.b;
import com.a.a.a.a.class_121;
import com.a.b.a.a.e.a.class_11;
import com.a.b.a.a.e.a.class_179;
import com.codeforces.commons.io.IoUtil;
import com.codeforces.commons.reflection.Name;
import com.codeforces.commons.text.StringUtil;
import java.util.concurrent.atomic.AtomicLong;
// $FF: renamed ... |
3e1c371e2c2342b7ca27d8bd6b0cab1d5bf68fcb | 803 | java | Java | src/main/java/org/prebid/server/spring/config/bidder/model/UsersyncConfigurationProperties.java | Bugxyb/prebid-server-java | a409b1abd45acad371658967dc8c8dea67458ea4 | [
"Apache-2.0"
] | 20 | 2018-03-12T06:29:06.000Z | 2022-02-01T09:05:53.000Z | src/main/java/org/prebid/server/spring/config/bidder/model/UsersyncConfigurationProperties.java | Bugxyb/prebid-server-java | a409b1abd45acad371658967dc8c8dea67458ea4 | [
"Apache-2.0"
] | 121 | 2020-11-19T13:43:09.000Z | 2022-03-31T09:50:55.000Z | src/main/java/org/prebid/server/spring/config/bidder/model/UsersyncConfigurationProperties.java | Marfeel/prebid-server-java | f825152ee382d4074a636ddb6ede57e91e276586 | [
"Apache-2.0"
] | 50 | 2018-03-09T15:05:18.000Z | 2022-03-05T11:11:36.000Z | 17.456522 | 59 | 0.724782 | 11,963 | package org.prebid.server.spring.config.bidder.model;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.validation.annotation.Validated;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
@Validated
@Data
@NoArgsConstructor
public class UsersyncCo... |
3e1c3736d9a8d2526a388692a77b36ab652e8970 | 1,413 | java | Java | dataintegration-run/dataintegration-run-management-plugins/steps/s3-connector/src/main/java/com/github/vfss3/FileServerConfig.java | Rhinob1/data-integration | 88964799357c8833f1251264e0e2e38524890599 | [
"Apache-2.0"
] | null | null | null | dataintegration-run/dataintegration-run-management-plugins/steps/s3-connector/src/main/java/com/github/vfss3/FileServerConfig.java | Rhinob1/data-integration | 88964799357c8833f1251264e0e2e38524890599 | [
"Apache-2.0"
] | null | null | null | dataintegration-run/dataintegration-run-management-plugins/steps/s3-connector/src/main/java/com/github/vfss3/FileServerConfig.java | Rhinob1/data-integration | 88964799357c8833f1251264e0e2e38524890599 | [
"Apache-2.0"
] | null | null | null | 45.580645 | 164 | 0.723992 | 11,964 | package com.github.vfss3;
import com.amazonaws.auth.AWSStaticCredentialsProvider;
import com.amazonaws.auth.BasicAWSCredentials;
import org.apache.commons.vfs2.FileSystemException;
import org.apache.commons.vfs2.FileSystemOptions;
import org.apache.commons.vfs2.auth.StaticUserAuthenticator;
import org.apache.commons.v... |
3e1c37af5eb20318fd51716b8c4354806d4777d6 | 268 | java | Java | gulimall-order/src/main/java/com/atguigu/gulimall/order/constant/OrderConstant.java | sjswi/gulimall | 598bea08511df27570613d051ff1fe9005d866f4 | [
"Apache-2.0"
] | null | null | null | gulimall-order/src/main/java/com/atguigu/gulimall/order/constant/OrderConstant.java | sjswi/gulimall | 598bea08511df27570613d051ff1fe9005d866f4 | [
"Apache-2.0"
] | 1 | 2022-03-06T12:01:42.000Z | 2022-03-06T12:01:45.000Z | gulimall-order/src/main/java/com/atguigu/gulimall/order/constant/OrderConstant.java | sjswi/gulimall | 598bea08511df27570613d051ff1fe9005d866f4 | [
"Apache-2.0"
] | null | null | null | 21.153846 | 70 | 0.716364 | 11,965 | package com.atguigu.gulimall.order.constant;
/**
* @program: gulimall
* @description:
* @author: yuxiaobing
* @dycjh@example.com
* @date: 2022-03-25 22:42
**/
public class OrderConstant {
public static final String USER_ORDER_TOKEN_PREFIX="order:token:";
}
|
3e1c382a283f1315e7b1c8f27217d09c73fa02ea | 800 | java | Java | test/limelight/styles/attributes/RightBorderColorAttributeTest.java | slagyr/limelight | 2e8db684771587422d55a9329e895481e9b56a26 | [
"MIT"
] | 10 | 2015-05-21T05:07:37.000Z | 2020-11-29T20:09:34.000Z | test/limelight/styles/attributes/RightBorderColorAttributeTest.java | slagyr/limelight | 2e8db684771587422d55a9329e895481e9b56a26 | [
"MIT"
] | null | null | null | test/limelight/styles/attributes/RightBorderColorAttributeTest.java | slagyr/limelight | 2e8db684771587422d55a9329e895481e9b56a26 | [
"MIT"
] | 4 | 2016-05-14T00:10:17.000Z | 2021-02-08T06:41:09.000Z | 27.586207 | 91 | 0.76375 | 11,966 | //- Copyright © 2008-2011 8th Light, Inc. All Rights Reserved.
//- Limelight and all included source files are distributed under terms of the MIT License.
package limelight.styles.attributes;
import limelight.styles.compiling.DimensionAttributeCompiler;
import org.junit.Assert;
import org.junit.Before;
import org.jun... |
3e1c387eb7a4ad37080aae51ab98ddea156c0715 | 3,292 | java | Java | azylee/azylee-core/src/main/java/com/yuzhyn/azylee/core/datas/collections/MapTool.java | yuzhengyang/Fork4j | bfa29046d733789cd168172abac8276a961e5f55 | [
"Apache-2.0"
] | null | null | null | azylee/azylee-core/src/main/java/com/yuzhyn/azylee/core/datas/collections/MapTool.java | yuzhengyang/Fork4j | bfa29046d733789cd168172abac8276a961e5f55 | [
"Apache-2.0"
] | null | null | null | azylee/azylee-core/src/main/java/com/yuzhyn/azylee/core/datas/collections/MapTool.java | yuzhengyang/Fork4j | bfa29046d733789cd168172abac8276a961e5f55 | [
"Apache-2.0"
] | null | null | null | 28.877193 | 108 | 0.558323 | 11,967 | package com.yuzhyn.azylee.core.datas.collections;
import com.yuzhyn.azylee.core.datas.datetimes.LocalDateTimeTool;
import com.yuzhyn.azylee.core.datas.numbers.IntTool;
import com.yuzhyn.azylee.core.datas.numbers.LongTool;
import com.yuzhyn.azylee.core.logs.Alog;
import java.time.LocalDateTime;
import java.util.ArrayL... |
3e1c388af2a297e519e6f7b7578d1de1fc8f37a9 | 2,290 | java | Java | spm-monitor-utils/src/main/java/com/sematext/spm/client/util/PercentileUtils.java | sematext/sematext-agent-java | 93876ffa0e9560c78caf66a2d17dfc18d4ecfd2b | [
"Apache-2.0"
] | 20 | 2018-10-23T21:18:57.000Z | 2022-02-23T22:30:42.000Z | spm-monitor-utils/src/main/java/com/sematext/spm/client/util/PercentileUtils.java | sematext/sematext-agent-java | 93876ffa0e9560c78caf66a2d17dfc18d4ecfd2b | [
"Apache-2.0"
] | 40 | 2018-10-06T22:05:22.000Z | 2022-01-25T13:10:25.000Z | spm-monitor-utils/src/main/java/com/sematext/spm/client/util/PercentileUtils.java | sematext/sematext-agent-java | 93876ffa0e9560c78caf66a2d17dfc18d4ecfd2b | [
"Apache-2.0"
] | 6 | 2019-06-26T07:27:22.000Z | 2022-01-26T17:33:32.000Z | 33.188406 | 112 | 0.675546 | 11,968 | /*
* Licensed to Sematext Group, Inc
*
* See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Sematext Group, Inc licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the Li... |
3e1c38a1a7c8307a43fe44495de3a8706c3fe873 | 2,753 | java | Java | core/src/main/java/net/dummydigit/qbranch/protocols/CompactBinaryFieldInfo.java | fuzhouch/qbranch | e126f99a6c8db6c1f998d1ddb0dc6c85b2ecb896 | [
"MIT"
] | 2 | 2017-08-21T05:51:23.000Z | 2019-05-21T09:29:12.000Z | core/src/main/java/net/dummydigit/qbranch/protocols/CompactBinaryFieldInfo.java | fuzhouch/qbranch | e126f99a6c8db6c1f998d1ddb0dc6c85b2ecb896 | [
"MIT"
] | null | null | null | core/src/main/java/net/dummydigit/qbranch/protocols/CompactBinaryFieldInfo.java | fuzhouch/qbranch | e126f99a6c8db6c1f998d1ddb0dc6c85b2ecb896 | [
"MIT"
] | 1 | 2017-10-16T05:49:53.000Z | 2017-10-16T05:49:53.000Z | 40.485294 | 108 | 0.667635 | 11,969 | // Licensed under the MIT license. See LICENSE file in the project root
// for full license information.
package net.dummydigit.qbranch.protocols;
import java.io.IOException;
import java.io.InputStream;
import net.dummydigit.qbranch.BondDataType;
import net.dummydigit.qbranch.UnsignedInt;
import net.dummydigit.qbran... |
3e1c3926558e03a42077e787dcb922520bbb882f | 11,608 | java | Java | src/main/java/com/alcatrazescapee/mcjunitlib/TestMain.java | cech12/mcjunitlib | 57459789d383e8185d5a067e3716d92e90b21985 | [
"MIT"
] | 15 | 2020-10-06T16:42:42.000Z | 2022-01-29T23:01:04.000Z | src/main/java/com/alcatrazescapee/mcjunitlib/TestMain.java | cech12/mcjunitlib | 57459789d383e8185d5a067e3716d92e90b21985 | [
"MIT"
] | 9 | 2021-06-06T22:59:28.000Z | 2022-02-16T01:07:09.000Z | src/main/java/com/alcatrazescapee/mcjunitlib/TestMain.java | cech12/mcjunitlib | 57459789d383e8185d5a067e3716d92e90b21985 | [
"MIT"
] | 4 | 2020-11-26T01:58:14.000Z | 2022-02-13T01:54:57.000Z | 57.465347 | 362 | 0.730617 | 11,970 | package com.alcatrazescapee.mcjunitlib;
import java.io.File;
import java.net.Proxy;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.*;
import java.util.concurrent.CompletableFuture;
import org.apache.commons.io.FileUtils;
import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.L... |
3e1c39ba5e12967e76e047bb5244b7354c134616 | 2,532 | java | Java | Java_Homework/src/main/java/algorithm/gui/main/MainForm.java | JE-Chen/je_old_repo | a8b2f1ac2eec25758bd15b71c64b59b27e0bcda5 | [
"MIT"
] | null | null | null | Java_Homework/src/main/java/algorithm/gui/main/MainForm.java | JE-Chen/je_old_repo | a8b2f1ac2eec25758bd15b71c64b59b27e0bcda5 | [
"MIT"
] | null | null | null | Java_Homework/src/main/java/algorithm/gui/main/MainForm.java | JE-Chen/je_old_repo | a8b2f1ac2eec25758bd15b71c64b59b27e0bcda5 | [
"MIT"
] | null | null | null | 32.050633 | 98 | 0.559637 | 11,971 | package algorithm.gui.main;
import algorithm.gui.GUIFather;
import algorithm.gui.lcs.LisGUI;
import algorithm.gui.sort_gui.SortGUI;
import algorithm.gui.sudent_data_gui.add.AddStudentDataGUI;
import algorithm.gui.sudent_data_gui.remove.RemoveStudentDataGUI;
import algorithm.gui.sudent_data_gui.show.ShowStudentD... |
3e1c39dac5a13521e69a53a0baaeff38252c7792 | 2,726 | java | Java | app/src/main/java/snijsure/com/sunrisedemo/ApptInfoAdapter.java | snijsure/sunrisedemo | 6827d4f5fd88097322f7ab3a7abb32d448aa8a82 | [
"MIT"
] | 1 | 2016-03-19T13:31:36.000Z | 2016-03-19T13:31:36.000Z | app/src/main/java/snijsure/com/sunrisedemo/ApptInfoAdapter.java | snijsure/sunrisedemo | 6827d4f5fd88097322f7ab3a7abb32d448aa8a82 | [
"MIT"
] | null | null | null | app/src/main/java/snijsure/com/sunrisedemo/ApptInfoAdapter.java | snijsure/sunrisedemo | 6827d4f5fd88097322f7ab3a7abb32d448aa8a82 | [
"MIT"
] | null | null | null | 31.333333 | 88 | 0.658107 | 11,972 | package snijsure.com.sunrisedemo;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import java.util.ArrayList;
/*
* This classs is adapter interface to represent
* all the appointments one may ... |
3e1c3afce363f7f8ae88b74a30c01b06e29f8049 | 1,389 | java | Java | src/main/java/droidicus/aquaregia/proxy/CombinedClientProxy.java | droidicus/AquaRegia | 9e2595c32bce2df9e7e19b39f04383a4c0f40d2f | [
"MIT"
] | 2 | 2016-09-07T13:05:19.000Z | 2016-09-12T07:23:03.000Z | src/main/java/droidicus/aquaregia/proxy/CombinedClientProxy.java | droidicus/AquaRegia | 9e2595c32bce2df9e7e19b39f04383a4c0f40d2f | [
"MIT"
] | null | null | null | src/main/java/droidicus/aquaregia/proxy/CombinedClientProxy.java | droidicus/AquaRegia | 9e2595c32bce2df9e7e19b39f04383a4c0f40d2f | [
"MIT"
] | null | null | null | 27.78 | 96 | 0.758099 | 11,973 | package droidicus.aquaregia.proxy;
import droidicus.aquaregia.client.event.ClientEventHandler;
import droidicus.aquaregia.client.model.ModColourManager;
import droidicus.aquaregia.client.model.ModModelManager;
import net.minecraft.client.Minecraft;
import net.minecraft.client.settings.KeyBinding;
import net.minecraft.... |
3e1c3d35be2921fbf214c8fa18abed857ecba610 | 857 | java | Java | app/src/main/java/wps/de/android_schulung_app/TestMainActivity.java | AdrianMetzner/Android-Schulung | 1be1a4a845479b39d411a66182ad418e5d59e0a4 | [
"MIT"
] | null | null | null | app/src/main/java/wps/de/android_schulung_app/TestMainActivity.java | AdrianMetzner/Android-Schulung | 1be1a4a845479b39d411a66182ad418e5d59e0a4 | [
"MIT"
] | null | null | null | app/src/main/java/wps/de/android_schulung_app/TestMainActivity.java | AdrianMetzner/Android-Schulung | 1be1a4a845479b39d411a66182ad418e5d59e0a4 | [
"MIT"
] | null | null | null | 31.740741 | 200 | 0.759627 | 11,974 | package wps.de.android_schulung_app;
import android.app.Activity;
import android.databinding.DataBindingUtil;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.Nullable;
import wps.de.android_schulung_app.databinding.ActivityTestMainBinding;
/**
* Created by Adrian on 11.03.2018.
... |
3e1c3e624e104e5f5be89466f9374bff24298ad6 | 748 | java | Java | Include/scripts/groovy/com/kms/katalon/core/appium/driver/AppiumOutputStreamHandler.java | carlin-q-scott/katalon-studio-testing-framework | 5ef79c27f31542bfcb1d81e718b379c0f79f805f | [
"FSFAP"
] | 34 | 2019-01-10T04:04:58.000Z | 2022-03-27T23:14:37.000Z | Include/scripts/groovy/com/kms/katalon/core/appium/driver/AppiumOutputStreamHandler.java | carlin-q-scott/katalon-studio-testing-framework | 5ef79c27f31542bfcb1d81e718b379c0f79f805f | [
"FSFAP"
] | 9 | 2019-02-27T22:46:05.000Z | 2022-02-01T00:04:10.000Z | Include/scripts/groovy/com/kms/katalon/core/appium/driver/AppiumOutputStreamHandler.java | carlin-q-scott/katalon-studio-testing-framework | 5ef79c27f31542bfcb1d81e718b379c0f79f805f | [
"FSFAP"
] | 46 | 2019-01-11T01:33:02.000Z | 2022-03-27T23:14:40.000Z | 31.166667 | 101 | 0.717914 | 11,975 | package com.kms.katalon.core.appium.driver;
import java.io.File;
import java.io.PrintStream;
import org.apache.commons.io.input.Tailer;
import org.apache.commons.io.input.TailerListenerAdapter;
public class AppiumOutputStreamHandler extends Tailer {
private AppiumOutputStreamHandler(String appiumLogFilePath... |
3e1c3e9a8587c7150512b553f7d6fb027ef8a0d1 | 15,756 | java | Java | shetland/core/src/main/java/org/n52/shetland/aqd/AqdConstants.java | 52North/arctic-sea | 2adb4a423db9efd2350920af264f761c29b2604f | [
"Apache-2.0"
] | 19 | 2017-01-13T13:30:32.000Z | 2021-11-27T16:21:42.000Z | shetland/core/src/main/java/org/n52/shetland/aqd/AqdConstants.java | 52North/arctic-sea | 2adb4a423db9efd2350920af264f761c29b2604f | [
"Apache-2.0"
] | 81 | 2017-12-19T15:47:04.000Z | 2022-03-30T04:00:52.000Z | shetland/core/src/main/java/org/n52/shetland/aqd/AqdConstants.java | 52North/arctic-sea | 2adb4a423db9efd2350920af264f761c29b2604f | [
"Apache-2.0"
] | 32 | 2017-12-21T14:32:29.000Z | 2022-03-02T15:04:52.000Z | 31.512 | 117 | 0.681455 | 11,976 | /*
* Copyright (C) 2015-2021 52°North Spatial Information Research GmbH
*
* 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 r... |
3e1c3ec3079a3ca9b710e16108aadd9a8dfcdc78 | 1,997 | java | Java | src/com/reason/build/annotations/ErrorsManagerImpl.java | nirvdrum/reasonml-idea-plugin | 6491a9294ee19c4e1d6c39e3f950b9fe0d9f3f91 | [
"MIT"
] | null | null | null | src/com/reason/build/annotations/ErrorsManagerImpl.java | nirvdrum/reasonml-idea-plugin | 6491a9294ee19c4e1d6c39e3f950b9fe0d9f3f91 | [
"MIT"
] | null | null | null | src/com/reason/build/annotations/ErrorsManagerImpl.java | nirvdrum/reasonml-idea-plugin | 6491a9294ee19c4e1d6c39e3f950b9fe0d9f3f91 | [
"MIT"
] | null | null | null | 33.847458 | 103 | 0.652979 | 11,977 | package com.reason.build.annotations;
import com.intellij.openapi.vfs.VirtualFile;
import com.intellij.openapi.vfs.VirtualFileManager;
import com.intellij.util.containers.ConcurrentMultiMap;
import org.jetbrains.annotations.NotNull;
import java.util.ArrayList;
import java.util.Collection;
public class ErrorsManagerI... |
3e1c3f6b0aaae3acbf1ce71c4e9a977fb4629d97 | 1,830 | java | Java | Main.java | code-blooded/connected-graph-generation | 9cbb5c90e65d0fdff0d73723292d90a1137234b8 | [
"MIT"
] | null | null | null | Main.java | code-blooded/connected-graph-generation | 9cbb5c90e65d0fdff0d73723292d90a1137234b8 | [
"MIT"
] | null | null | null | Main.java | code-blooded/connected-graph-generation | 9cbb5c90e65d0fdff0d73723292d90a1137234b8 | [
"MIT"
] | null | null | null | 27.313433 | 68 | 0.52459 | 11,978 | /* AUTHOR https://github.com/code-blooded */
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
class random_graph {
public int nodes;
private List connected;
private List unconnected;
private PrintWriter writer;
random_graph(int n... |
3e1c40a42dd8cddb62f0a8cd7e738bd4250e3ce4 | 2,715 | java | Java | src/main/java/com/eway/payment/rapid/sdk/message/convert/request/RefundToDirectRefundReqConverter.java | noojee/eway-rapid-java | 94c787c8b69ba0ec58da5123f03ca03e6f684c11 | [
"MIT"
] | 4 | 2015-08-20T23:13:48.000Z | 2019-05-24T02:52:35.000Z | src/main/java/com/eway/payment/rapid/sdk/message/convert/request/RefundToDirectRefundReqConverter.java | Shlomi295/eway-rapid-java | 226ac11aa9962183159a2d0e0f2cbcc5cd868157 | [
"MIT"
] | 15 | 2015-12-17T00:17:47.000Z | 2022-01-27T00:05:02.000Z | src/main/java/com/eway/payment/rapid/sdk/message/convert/request/RefundToDirectRefundReqConverter.java | Shlomi295/eway-rapid-java | 226ac11aa9962183159a2d0e0f2cbcc5cd868157 | [
"MIT"
] | 11 | 2015-10-29T04:53:07.000Z | 2021-11-10T02:08:03.000Z | 50.277778 | 118 | 0.694659 | 11,979 | package com.eway.payment.rapid.sdk.message.convert.request;
import com.eway.payment.rapid.sdk.beans.external.LineItem;
import com.eway.payment.rapid.sdk.beans.external.Refund;
import com.eway.payment.rapid.sdk.beans.external.ShippingDetails;
import com.eway.payment.rapid.sdk.beans.external.CardDetails;
import com.eway... |
3e1c40d6dbeed89df0b16d0f4ef0c9d11f9779a6 | 1,047 | java | Java | liuyi-im-backend/src/main/java/com/creolophus/im/service/UserClientService.java | magicnana999/liuyi-im | f9e6e1d4719f37efe78ce0c3812228b22f2d016d | [
"MIT"
] | 8 | 2020-10-21T02:20:55.000Z | 2021-12-21T16:15:00.000Z | liuyi-im-backend/src/main/java/com/creolophus/im/service/UserClientService.java | magicnana999/liuyi-im | f9e6e1d4719f37efe78ce0c3812228b22f2d016d | [
"MIT"
] | null | null | null | liuyi-im-backend/src/main/java/com/creolophus/im/service/UserClientService.java | magicnana999/liuyi-im | f9e6e1d4719f37efe78ce0c3812228b22f2d016d | [
"MIT"
] | 3 | 2020-11-29T17:16:21.000Z | 2021-07-22T05:53:35.000Z | 29.914286 | 90 | 0.774594 | 11,980 | package com.creolophus.im.service;
import com.creolophus.im.common.base.BaseService;
import com.creolophus.im.domain.GatewayAddr;
import com.creolophus.im.storage.GatewayStorage;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
... |
3e1c4126ea365ca3f87ee2cdc07cd7faf512335a | 257 | java | Java | src/main/java/TTT/ITestService.java | michael-wang-0624/wms | 1ae933bd7bc368fe583d311dceea0c07cadd7d42 | [
"Apache-2.0"
] | null | null | null | src/main/java/TTT/ITestService.java | michael-wang-0624/wms | 1ae933bd7bc368fe583d311dceea0c07cadd7d42 | [
"Apache-2.0"
] | null | null | null | src/main/java/TTT/ITestService.java | michael-wang-0624/wms | 1ae933bd7bc368fe583d311dceea0c07cadd7d42 | [
"Apache-2.0"
] | null | null | null | 15.117647 | 56 | 0.700389 | 11,981 | package TTT;
import com.stylefeng.guns.common.persistence.model.Test;
import com.baomidou.mybatisplus.service.IService;
/**
* <p>
* 服务类
* </p>
*
* @author stylefeng
* @since 2017-08-03
*/
public interface ITestService extends IService<Test> {
}
|
3e1c41577b2fd92aaa210009decb3548ed8efe9a | 3,717 | java | Java | src/main/java/org/apache/hadoop/hbase/index/test/ScanPreprocessTest.java | winter-ict/LCIndex | 601f5fffb9798f9e481a990ef083d8b930605c40 | [
"Apache-2.0"
] | 12 | 2017-05-16T02:02:53.000Z | 2018-01-17T12:02:28.000Z | src/main/java/org/apache/hadoop/hbase/index/test/ScanPreprocessTest.java | fengchen8086/LCIndex | 601f5fffb9798f9e481a990ef083d8b930605c40 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/apache/hadoop/hbase/index/test/ScanPreprocessTest.java | fengchen8086/LCIndex | 601f5fffb9798f9e481a990ef083d8b930605c40 | [
"Apache-2.0"
] | 1 | 2017-05-18T15:19:03.000Z | 2017-05-18T15:19:03.000Z | 35.066038 | 98 | 0.647027 | 11,982 | package org.apache.hadoop.hbase.index.test;
import java.io.IOException;
import java.util.List;
import org.apache.hadoop.hbase.HBaseConfiguration;
import org.apache.hadoop.hbase.KeyValue;
import org.apache.hadoop.hbase.client.HTable;
import org.apache.hadoop.hbase.client.Result;
import org.apache.hadoop.hbase.client.R... |
3e1c421a5cd0d368b8508b5b83016770daf10356 | 686 | java | Java | EntidadesOCR/build/generated-sources/ap-source-output/entidades/Parametro_.java | jsebastianbarretoj99/ProyectoFinalBases | 305140b682cec9ff70b88c0ea4f8be8328d3d6a8 | [
"CC0-1.0"
] | null | null | null | EntidadesOCR/build/generated-sources/ap-source-output/entidades/Parametro_.java | jsebastianbarretoj99/ProyectoFinalBases | 305140b682cec9ff70b88c0ea4f8be8328d3d6a8 | [
"CC0-1.0"
] | null | null | null | EntidadesOCR/build/generated-sources/ap-source-output/entidades/Parametro_.java | jsebastianbarretoj99/ProyectoFinalBases | 305140b682cec9ff70b88c0ea4f8be8328d3d6a8 | [
"CC0-1.0"
] | null | null | null | 38.111111 | 81 | 0.8207 | 11,983 | package entidades;
import entidades.Renta;
import javax.annotation.Generated;
import javax.persistence.metamodel.CollectionAttribute;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date="2021-06-04T09:43:56"... |
3e1c42d39ec515ae67904a5256aa5eb10b477a3d | 3,733 | java | Java | components/apimgt/org.wso2.carbon.apimgt.eventing.hub/src/main/java/org/wso2/carbon/apimgt/eventing/hub/EventHubEventPublisherFactory.java | madushadhanushka/carbon-apimgt-1 | 873cc85a48df2ae92cd0541fb8f7ad6536b613d7 | [
"Apache-2.0"
] | null | null | null | components/apimgt/org.wso2.carbon.apimgt.eventing.hub/src/main/java/org/wso2/carbon/apimgt/eventing/hub/EventHubEventPublisherFactory.java | madushadhanushka/carbon-apimgt-1 | 873cc85a48df2ae92cd0541fb8f7ad6536b613d7 | [
"Apache-2.0"
] | 1 | 2021-06-03T10:43:35.000Z | 2021-06-03T11:34:04.000Z | components/apimgt/org.wso2.carbon.apimgt.eventing.hub/src/main/java/org/wso2/carbon/apimgt/eventing/hub/EventHubEventPublisherFactory.java | madushadhanushka/carbon-apimgt-1 | 873cc85a48df2ae92cd0541fb8f7ad6536b613d7 | [
"Apache-2.0"
] | 1 | 2018-02-08T09:56:04.000Z | 2018-02-08T09:56:04.000Z | 51.136986 | 109 | 0.770694 | 11,984 | /*
* Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/... |
3e1c42f26e842b849ae1443cf4ca25de213150dd | 1,075 | java | Java | orchextrasdk-control/src/main/java/com/gigigo/orchextra/control/presenters/scanner/entities/ScannerResultPresenter.java | nuborisar/oxcustomMc | aafc375cb8e24c0ed7cdf36effc4fb443f0113a9 | [
"Apache-2.0"
] | null | null | null | orchextrasdk-control/src/main/java/com/gigigo/orchextra/control/presenters/scanner/entities/ScannerResultPresenter.java | nuborisar/oxcustomMc | aafc375cb8e24c0ed7cdf36effc4fb443f0113a9 | [
"Apache-2.0"
] | null | null | null | orchextrasdk-control/src/main/java/com/gigigo/orchextra/control/presenters/scanner/entities/ScannerResultPresenter.java | nuborisar/oxcustomMc | aafc375cb8e24c0ed7cdf36effc4fb443f0113a9 | [
"Apache-2.0"
] | null | null | null | 26.219512 | 75 | 0.698605 | 11,985 | /*
* Created by Orchextra
*
* Copyright (C) 2016 Gigigo Mobile Services SL
*
* 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... |
3e1c4306ea57e992e774e8b83ac943252d84b356 | 944 | java | Java | src/main/java/org/apache/ibatis/scripting/xmltags/SqlNode.java | jiangyinsuo/mybatis-code | 369c1aa7a9de4bdf388eb36d2f064198a0f39539 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/main/java/org/apache/ibatis/scripting/xmltags/SqlNode.java | jiangyinsuo/mybatis-code | 369c1aa7a9de4bdf388eb36d2f064198a0f39539 | [
"ECL-2.0",
"Apache-2.0"
] | 137 | 2020-07-17T07:35:23.000Z | 2022-03-09T08:02:22.000Z | src/main/java/org/apache/ibatis/scripting/xmltags/SqlNode.java | jiangyinsuo/mybatis-code | 369c1aa7a9de4bdf388eb36d2f064198a0f39539 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 29.5 | 75 | 0.713983 | 11,986 | /**
* Copyright ${license.git.copyrightYears} the original author or authors.
* <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
* ... |
3e1c431770e46ee4cea595cb843982024530d140 | 1,762 | java | Java | kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-backend/src/main/java/org/kie/workbench/common/stunner/bpmn/backend/converters/tostunner/properties/GatewayPropertyReader.java | tkobayas/kie-wb-common | 2c69347f0f634268fb7cca77ccf9e1311f1486e9 | [
"Apache-2.0"
] | 34 | 2017-05-21T11:28:40.000Z | 2021-07-03T13:15:03.000Z | kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-backend/src/main/java/org/kie/workbench/common/stunner/bpmn/backend/converters/tostunner/properties/GatewayPropertyReader.java | tkobayas/kie-wb-common | 2c69347f0f634268fb7cca77ccf9e1311f1486e9 | [
"Apache-2.0"
] | 2,576 | 2017-03-14T00:57:07.000Z | 2022-03-29T07:52:38.000Z | kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-backend/src/main/java/org/kie/workbench/common/stunner/bpmn/backend/converters/tostunner/properties/GatewayPropertyReader.java | tkobayas/kie-wb-common | 2c69347f0f634268fb7cca77ccf9e1311f1486e9 | [
"Apache-2.0"
] | 158 | 2017-03-15T08:55:40.000Z | 2021-11-19T14:07:17.000Z | 38.304348 | 114 | 0.742338 | 11,987 | /*
* Copyright 2018 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e1c437a2265298f7d856f1c2e5c8395b0c86c53 | 2,313 | java | Java | MLModelService/src/main/java/io/pivotal/rtsmadlib/client/MADlibRESTServiceApplication.java | pivotal/Realtime-scoring-for-MADlib | 4ed6500bdd3422c3d090d8c6c679d940c2b7c4f4 | [
"Apache-2.0"
] | 9 | 2019-08-13T11:02:44.000Z | 2021-03-29T17:10:33.000Z | MLModelService/src/main/java/io/pivotal/rtsmadlib/client/MADlibRESTServiceApplication.java | pivotal/Realtime-scoring-for-MADlib | 4ed6500bdd3422c3d090d8c6c679d940c2b7c4f4 | [
"Apache-2.0"
] | 1 | 2019-08-12T16:11:28.000Z | 2019-08-12T16:11:43.000Z | MLModelService/src/main/java/io/pivotal/rtsmadlib/client/MADlibRESTServiceApplication.java | pivotal/Realtime-scoring-for-MADlib | 4ed6500bdd3422c3d090d8c6c679d940c2b7c4f4 | [
"Apache-2.0"
] | 7 | 2019-10-22T04:07:40.000Z | 2021-05-18T18:28:36.000Z | 36.714286 | 95 | 0.731518 | 11,988 | /**********************************************************************************************
Copyright 2019 Pivotal Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
ht... |
3e1c4436d1538e9edb21b7c65956283c62841c12 | 594 | java | Java | src/test/java/org/apache/ibatis/submitted/flush_statement_npe/Person.java | yangfancoming/mybatis | 7cd9c6093a608a0e0da32155e75d1fddd090c8d5 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/test/java/org/apache/ibatis/submitted/flush_statement_npe/Person.java | yangfancoming/mybatis | 7cd9c6093a608a0e0da32155e75d1fddd090c8d5 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2021-12-10T01:18:31.000Z | 2021-12-14T21:27:31.000Z | src/test/java/org/apache/ibatis/submitted/flush_statement_npe/Person.java | yangfancoming/mybatis | 7cd9c6093a608a0e0da32155e75d1fddd090c8d5 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 22 | 56 | 0.62963 | 11,989 |
package org.apache.ibatis.submitted.flush_statement_npe;
public class Person {
private Integer id;
private String firstName;
private String lastName;
public String getFirstName() {
return firstName;
}
public void setFirstName(String firstName) {
this.firstName = firstName;
... |
3e1c443c824ab699176829b54704b35e60b82837 | 3,226 | java | Java | src/main/java/net/openrs/cache/tools/NpcModelDumper.java | Rune-Status/OSRS-sprite-editor | 3139857810cc1e5960af08475ee93312f6cdfbaa | [
"MIT"
] | 1 | 2018-08-24T23:43:35.000Z | 2018-08-24T23:43:35.000Z | src/main/java/net/openrs/cache/tools/NpcModelDumper.java | Rune-Status/OSRS-sprite-editor | 3139857810cc1e5960af08475ee93312f6cdfbaa | [
"MIT"
] | null | null | null | src/main/java/net/openrs/cache/tools/NpcModelDumper.java | Rune-Status/OSRS-sprite-editor | 3139857810cc1e5960af08475ee93312f6cdfbaa | [
"MIT"
] | 1 | 2018-08-24T23:43:38.000Z | 2018-08-24T23:43:38.000Z | 26.016129 | 110 | 0.677929 | 11,990 | /**
* Copyright (c) Kyle Fricilone
*
* 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, ... |
3e1c45049c161d1f197a762fdb67a6244e6c62ab | 3,288 | java | Java | IDEAworkspace/src/com/zxy/test/nio/NIOServer.java | xiaomaozu/zxy-javase-base | 8d25bd385a4011b8fee74c2a6e81071143ccfca4 | [
"Apache-2.0"
] | 1 | 2018-07-25T09:50:38.000Z | 2018-07-25T09:50:38.000Z | IDEAworkspace/src/com/zxy/test/nio/NIOServer.java | xiaomaozu/zxy-javase-base | 8d25bd385a4011b8fee74c2a6e81071143ccfca4 | [
"Apache-2.0"
] | null | null | null | IDEAworkspace/src/com/zxy/test/nio/NIOServer.java | xiaomaozu/zxy-javase-base | 8d25bd385a4011b8fee74c2a6e81071143ccfca4 | [
"Apache-2.0"
] | null | null | null | 31.92233 | 75 | 0.629562 | 11,991 | package com.zxy.test.nio;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.ServerSocket;
import java.nio.ByteBuffer;
import java.nio.channels.SelectionKey;
import java.nio.channels.Selector;
import java.nio.channels.ServerSocketChannel;
import java.nio.channels.SocketChannel;
import java.... |
3e1c452720cd0d0f9ea9799bd3a8ccb5caeb6272 | 174 | java | Java | app/src/main/java/info/nightscout/android/medtronic/exception/UsbException.java | janrpn/600SeriesAndroidUploader | 96be90d3b6ac7bf70b6c98aa34d1e8ddd86a2eca | [
"MIT"
] | 172 | 2017-04-23T19:58:52.000Z | 2022-03-01T22:05:18.000Z | app/src/main/java/info/nightscout/android/medtronic/exception/UsbException.java | janrpn/600SeriesAndroidUploader | 96be90d3b6ac7bf70b6c98aa34d1e8ddd86a2eca | [
"MIT"
] | 169 | 2017-04-15T11:24:21.000Z | 2022-03-06T19:31:44.000Z | app/src/main/java/info/nightscout/android/medtronic/exception/UsbException.java | janrpn/600SeriesAndroidUploader | 96be90d3b6ac7bf70b6c98aa34d1e8ddd86a2eca | [
"MIT"
] | 322 | 2017-04-15T19:26:09.000Z | 2022-03-07T07:18:13.000Z | 21.75 | 52 | 0.735632 | 11,992 | package info.nightscout.android.medtronic.exception;
public class UsbException extends Throwable {
public UsbException(String message) {
super(message);
}
}
|
3e1c4529638119f4f00a72c16e74edf5e8f72dbb | 9,935 | java | Java | spring/boot-actuator-autoconfigure/src/main/java/com/linecorp/armeria/spring/actuate/ArmeriaSpringActuatorAutoConfiguration.java | jacobis/armeria | bcc346cfb9ee9a6e1547b7a3d5027fa6ef9e5d9b | [
"Apache-2.0"
] | 1 | 2020-02-18T02:50:16.000Z | 2020-02-18T02:50:16.000Z | spring/boot-actuator-autoconfigure/src/main/java/com/linecorp/armeria/spring/actuate/ArmeriaSpringActuatorAutoConfiguration.java | jacobis/armeria | bcc346cfb9ee9a6e1547b7a3d5027fa6ef9e5d9b | [
"Apache-2.0"
] | null | null | null | spring/boot-actuator-autoconfigure/src/main/java/com/linecorp/armeria/spring/actuate/ArmeriaSpringActuatorAutoConfiguration.java | jacobis/armeria | bcc346cfb9ee9a6e1547b7a3d5027fa6ef9e5d9b | [
"Apache-2.0"
] | null | null | null | 46.425234 | 104 | 0.660695 | 11,993 | /*
* Copyright 2019 LINE Corporation
*
* LINE Corporation licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
3e1c45a704069a6fe82537c2654e98b67103bfc5 | 4,855 | java | Java | _src/Chapter01/worldgdp/src/test/java/com/nilangpatel/test/config/controller/api/CountryLanguageAPIControllerTest.java | paullewallencom/spring-978-1-7883-9041-5 | d73f33b9881261aaab51a178ca1ab8d0084f19ba | [
"Apache-2.0"
] | 41 | 2019-02-23T15:25:23.000Z | 2022-03-01T23:01:57.000Z | Chapter01/worldgdp/src/test/java/com/nilangpatel/test/config/controller/api/CountryLanguageAPIControllerTest.java | hocyadav/Spring-5.0-Projects | 3ae4f71c060eb56241cfa1a1803d0e5f30457b38 | [
"MIT"
] | 13 | 2019-03-05T05:29:40.000Z | 2022-03-17T22:27:49.000Z | Chapter01/worldgdp/src/test/java/com/nilangpatel/test/config/controller/api/CountryLanguageAPIControllerTest.java | hocyadav/Spring-5.0-Projects | 3ae4f71c060eb56241cfa1a1803d0e5f30457b38 | [
"MIT"
] | 63 | 2019-02-27T06:20:48.000Z | 2022-03-29T04:22:24.000Z | 35.962963 | 89 | 0.775901 | 11,994 | package com.nilangpatel.test.config.controller.api;
import static org.assertj.core.api.Assertions.assertThat;
import static org.hamcrest.CoreMatchers.is;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.delete;
import static org.springframework.test.web.servlet.request.MockMvcRequestBu... |
3e1c47149fa20746fae4b815000f2c9bdd0a7498 | 1,847 | java | Java | src/main/java/com/mmall/concurrencystudy/review/atomic/AtomicExample6Review.java | cxmshine/concurrency-study | d162c14ff51148d0d3e94f0e3cb6d1273a398c31 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/mmall/concurrencystudy/review/atomic/AtomicExample6Review.java | cxmshine/concurrency-study | d162c14ff51148d0d3e94f0e3cb6d1273a398c31 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/mmall/concurrencystudy/review/atomic/AtomicExample6Review.java | cxmshine/concurrency-study | d162c14ff51148d0d3e94f0e3cb6d1273a398c31 | [
"Apache-2.0"
] | 1 | 2020-11-04T08:57:08.000Z | 2020-11-04T08:57:08.000Z | 29.31746 | 74 | 0.605847 | 11,995 | package com.mmall.concurrencystudy.review.atomic;
import com.mmall.concurrencystudy.annotations.ThreadSafe;
import lombok.extern.slf4j.Slf4j;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Semaphore;
import ja... |
3e1c47ce6c4294994f0b3610aa2e9cff2e483815 | 195 | java | Java | src/main/java/edu/wzm/action/strategy/template/ConcreteStrategyC.java | GatsbyNewton/design-pattern | 4437c4f87c7b372fd7d91d43c72092c3775d3021 | [
"MIT"
] | null | null | null | src/main/java/edu/wzm/action/strategy/template/ConcreteStrategyC.java | GatsbyNewton/design-pattern | 4437c4f87c7b372fd7d91d43c72092c3775d3021 | [
"MIT"
] | null | null | null | src/main/java/edu/wzm/action/strategy/template/ConcreteStrategyC.java | GatsbyNewton/design-pattern | 4437c4f87c7b372fd7d91d43c72092c3775d3021 | [
"MIT"
] | null | null | null | 21.666667 | 52 | 0.702564 | 11,996 | package edu.wzm.action.strategy.template;
public class ConcreteStrategyC implements Strategy {
@Override
public void algorithmStrategy() {
System.out.println("算法 C 实现");
}
}
|
3e1c47d09e03c229be40f40beebd0cfdb0c7b4bf | 9,599 | java | Java | processor/src/main/java/com/example/processor/MyProcessor.java | nangonghuang/AnnotationProcess | 3de0ddd40e96243c0bfd73ef15f76d58960ad3e8 | [
"MIT"
] | null | null | null | processor/src/main/java/com/example/processor/MyProcessor.java | nangonghuang/AnnotationProcess | 3de0ddd40e96243c0bfd73ef15f76d58960ad3e8 | [
"MIT"
] | null | null | null | processor/src/main/java/com/example/processor/MyProcessor.java | nangonghuang/AnnotationProcess | 3de0ddd40e96243c0bfd73ef15f76d58960ad3e8 | [
"MIT"
] | null | null | null | 39.665289 | 150 | 0.66882 | 11,997 | package com.example.processor;
import com.example.annotation.AnnotationFIELD;
import com.google.auto.service.AutoService;
import com.squareup.javapoet.ClassName;
import com.squareup.javapoet.JavaFile;
import com.squareup.javapoet.MethodSpec;
import com.squareup.javapoet.ParameterizedTypeName;
import com.squareup.javap... |
3e1c482af5b43bb52185c8248623a3d46df4acc2 | 1,840 | java | Java | src/main/java/com/hubspot/imap/protocol/response/tagged/TaggedResponse.java | hs-jenkins-bot/NioImapClient | 8f148566137ed382f7c000065caa756168413e68 | [
"Apache-2.0"
] | 35 | 2017-03-28T19:57:40.000Z | 2021-10-09T03:14:26.000Z | src/main/java/com/hubspot/imap/protocol/response/tagged/TaggedResponse.java | hs-jenkins-bot/NioImapClient | 8f148566137ed382f7c000065caa756168413e68 | [
"Apache-2.0"
] | 20 | 2017-03-28T21:43:35.000Z | 2021-09-03T13:23:01.000Z | src/main/java/com/hubspot/imap/protocol/response/tagged/TaggedResponse.java | hs-jenkins-bot/NioImapClient | 8f148566137ed382f7c000065caa756168413e68 | [
"Apache-2.0"
] | 14 | 2017-03-28T20:12:34.000Z | 2021-08-12T07:02:53.000Z | 22.168675 | 55 | 0.644565 | 11,998 | package com.hubspot.imap.protocol.response.tagged;
import java.util.ArrayList;
import java.util.List;
import com.google.common.base.MoreObjects;
import com.hubspot.imap.protocol.response.ImapResponse;
import com.hubspot.imap.protocol.response.ResponseCode;
public interface TaggedResponse extends ImapResponse {
Str... |
3e1c490e078661c103df422f900341d9e774c6c9 | 2,357 | java | Java | src/main/java/com/github/pocketkid2/survivalgames/SurvivalGamesPlugin.java | Joesudoedapizza/survivalgames | 13c3a1e54fe13db42e35659bfc9074b3aa212599 | [
"MIT"
] | null | null | null | src/main/java/com/github/pocketkid2/survivalgames/SurvivalGamesPlugin.java | Joesudoedapizza/survivalgames | 13c3a1e54fe13db42e35659bfc9074b3aa212599 | [
"MIT"
] | null | null | null | src/main/java/com/github/pocketkid2/survivalgames/SurvivalGamesPlugin.java | Joesudoedapizza/survivalgames | 13c3a1e54fe13db42e35659bfc9074b3aa212599 | [
"MIT"
] | null | null | null | 26.784091 | 80 | 0.764531 | 11,999 | package com.github.pocketkid2.survivalgames;
import org.bukkit.configuration.serialization.ConfigurationSerialization;
import org.bukkit.plugin.java.JavaPlugin;
import org.bukkit.scheduler.BukkitRunnable;
import com.github.pocketkid2.survivalgames.commands.BaseCommand;
import com.github.pocketkid2.survivalgames.confi... |
3e1c4a5b33b30dc72e9be31c9901c35f80d5abc0 | 1,625 | java | Java | src/main/java/cn/liulin/algorithm/leetcode/array/simple/PerimeterOfTheIsland463.java | LLBlood/authentic_algorithm | 210b34af25a6a9423edcae3634240fcecb680ddd | [
"Apache-2.0"
] | null | null | null | src/main/java/cn/liulin/algorithm/leetcode/array/simple/PerimeterOfTheIsland463.java | LLBlood/authentic_algorithm | 210b34af25a6a9423edcae3634240fcecb680ddd | [
"Apache-2.0"
] | 1 | 2022-01-11T09:27:45.000Z | 2022-01-11T09:53:38.000Z | src/main/java/cn/liulin/algorithm/leetcode/array/simple/PerimeterOfTheIsland463.java | LLBlood/authentic_algorithm | 210b34af25a6a9423edcae3634240fcecb680ddd | [
"Apache-2.0"
] | null | null | null | 31.25 | 84 | 0.451077 | 12,000 | package cn.liulin.algorithm.leetcode.array.simple;
/**
* cn.liulin.algorithm.leetcode.array.simple$
* 463. 岛屿的周长
* 给定一个 row x col 的二维网格地图 grid ,其中:grid[i][j] = 1 表示陆地, grid[i][j] = 0 表示水域。
* 网格中的格子 水平和垂直 方向相连(对角线方向不相连)。整个网格被水完全包围,但其中恰好有一个岛屿(或者说,一个或多个表示陆地的格子相连组成的岛屿)。
* 岛屿中没有“湖”(“湖” 指水域在岛屿内部且不和岛屿周围的水相连)。格子是边长为 1 的正... |
3e1c4ab2f704a5f512320ff956519b6fd6fd70f3 | 1,671 | java | Java | nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/RecordWriter.java | NullOranje/nifi | dee7b02c197395d7d3a5ada9467bb1439b618153 | [
"Apache-2.0"
] | 3,212 | 2015-07-18T01:39:17.000Z | 2022-03-31T04:10:07.000Z | nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/RecordWriter.java | NullOranje/nifi | dee7b02c197395d7d3a5ada9467bb1439b618153 | [
"Apache-2.0"
] | 4,786 | 2015-07-24T18:57:19.000Z | 2022-03-31T22:21:57.000Z | nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/RecordWriter.java | NullOranje/nifi | dee7b02c197395d7d3a5ada9467bb1439b618153 | [
"Apache-2.0"
] | 2,715 | 2015-07-20T11:26:22.000Z | 2022-03-31T13:42:28.000Z | 34.8125 | 99 | 0.719928 | 12,001 | /*
* 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 ... |
3e1c4bd479527028380814fac89c0140229081d0 | 459 | java | Java | _src/Module 2/Chapter_02/webstore/src/main/java/com/packt/webstore/controller/HomeController.java | paullewallencom/spring-978-1-7871-2755-5 | 541209a03d35f7d804dff5242e6053c62df8983e | [
"Apache-2.0"
] | 42 | 2016-10-13T02:26:38.000Z | 2021-07-19T02:04:48.000Z | _src/Module 2/Chapter_02/webstore/src/main/java/com/packt/webstore/controller/HomeController.java | paullewallencom/spring-978-1-7871-2755-5 | 541209a03d35f7d804dff5242e6053c62df8983e | [
"Apache-2.0"
] | 25 | 2020-05-15T22:14:02.000Z | 2021-12-09T22:03:07.000Z | _src/Module 2/Chapter_02/webstore/src/main/java/com/packt/webstore/controller/HomeController.java | paullewallencom/spring-978-1-7871-2755-5 | 541209a03d35f7d804dff5242e6053c62df8983e | [
"Apache-2.0"
] | 50 | 2016-08-04T06:34:13.000Z | 2021-05-06T21:31:21.000Z | 25.5 | 72 | 0.75817 | 12,002 | package com.packt.webstore.controller;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class HomeController {
@RequestMapping("/")
public String welcome(Model model) {
model.addAttribute("... |
3e1c4bfef41a778bdf36d6bbbf65b83e8cfc493b | 569 | java | Java | week07-parallel/src/yom2/ParallelArgMinOld.java | erelsgl-at-ariel/oop-5778 | 81ad76014283bce5ee43fed4fc64aab8d0df2f48 | [
"MIT"
] | 9 | 2019-10-29T07:49:56.000Z | 2020-11-03T11:24:29.000Z | week07-parallel/src/yom2/ParallelArgMinOld.java | erelsgl/ariel-oop-5778 | 81ad76014283bce5ee43fed4fc64aab8d0df2f48 | [
"MIT"
] | 2 | 2017-11-16T09:48:43.000Z | 2017-12-14T09:49:27.000Z | week07-parallel/src/yom2/ParallelArgMinOld.java | erelsgl/ariel-oop-course | 81ad76014283bce5ee43fed4fc64aab8d0df2f48 | [
"MIT"
] | 31 | 2017-11-09T06:16:48.000Z | 2018-06-27T08:53:41.000Z | 19.62069 | 65 | 0.678383 | 12,003 | package yom2;
import java.util.Arrays;
import java.util.Comparator;
import java.util.stream.IntStream;
/**
* An example of finding the arg-min of a function using streams.
*
* @author erelsgl
*/
public class ParallelArgMinOld {
static double f(int i) {
return Math.sin(i/100.0);
}
public static void main(... |
3e1c4d114510f40b5a6a9395a399d80f6c42fc94 | 506 | java | Java | acgs-core/src/test/java/io/github/acgs/core/util/DateUtilTest.java | acgs-org/acgs-cms-spring-boot-starter | 91448713c473b862bf6765f6fd8d3cd795a9ed1d | [
"Apache-2.0"
] | 1 | 2021-04-30T13:56:55.000Z | 2021-04-30T13:56:55.000Z | acgs-core/src/test/java/io/github/acgs/core/util/DateUtilTest.java | acgs-org/acgs-cms-spring-boot-starter | 91448713c473b862bf6765f6fd8d3cd795a9ed1d | [
"Apache-2.0"
] | null | null | null | acgs-core/src/test/java/io/github/acgs/core/util/DateUtilTest.java | acgs-org/acgs-cms-spring-boot-starter | 91448713c473b862bf6765f6fd8d3cd795a9ed1d | [
"Apache-2.0"
] | null | null | null | 23 | 58 | 0.650198 | 12,004 | package io.github.acgs.core.util;
import junit.framework.TestCase;
import java.util.Date;
/**
* @author John@acgs-org
* create time is 2021/4/26
*/
public class DateUtilTest extends TestCase {
public void testGetDurationDate() {
Date duration = DateUtil.getDurationDate(10);
long now = new Da... |
3e1c4d870824ed55567a02b09b615dfde982b675 | 702 | java | Java | src/main/java/com/microsoft/graph/requests/extensions/IWorkbookFunctionsSumIfsRequest.java | winsonrich/msgraph-sdk-java | e513cd2d6481ed65d40562af7a892d6e0fd27ba0 | [
"MIT"
] | 1 | 2018-10-30T03:59:21.000Z | 2018-10-30T03:59:21.000Z | src/main/java/com/microsoft/graph/requests/extensions/IWorkbookFunctionsSumIfsRequest.java | winsonrich/msgraph-sdk-java | e513cd2d6481ed65d40562af7a892d6e0fd27ba0 | [
"MIT"
] | null | null | null | src/main/java/com/microsoft/graph/requests/extensions/IWorkbookFunctionsSumIfsRequest.java | winsonrich/msgraph-sdk-java | e513cd2d6481ed65d40562af7a892d6e0fd27ba0 | [
"MIT"
] | null | null | null | 41.294118 | 152 | 0.623932 | 12,005 | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... |
3e1c4db20cd98d397f560bfd3f34cc40dc4d8bc9 | 1,722 | java | Java | dhis-2/dhis-api/src/main/java/org/hisp/dhis/message/MessageConversationStatus.java | dddaley/dhis2-core | 56c03f9c9eb0c03085ae13a1690866aeddd653e7 | [
"BSD-3-Clause"
] | 236 | 2016-08-30T21:40:48.000Z | 2022-03-26T02:25:04.000Z | dhis-2/dhis-api/src/main/java/org/hisp/dhis/message/MessageConversationStatus.java | dddaley/dhis2-core | 56c03f9c9eb0c03085ae13a1690866aeddd653e7 | [
"BSD-3-Clause"
] | 4,606 | 2016-08-31T07:54:58.000Z | 2022-03-31T20:13:34.000Z | dhis-2/dhis-api/src/main/java/org/hisp/dhis/message/MessageConversationStatus.java | radnov/dhis2-core | 93ed20e954b72d2b2a9c392040d23f70f045cc9a | [
"BSD-3-Clause"
] | 322 | 2016-08-30T15:19:59.000Z | 2022-03-24T15:22:02.000Z | 42 | 82 | 0.766551 | 12,006 | /*
* Copyright (c) 2004-2021, University of Oslo
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
* list of cond... |
3e1c4f4575d7a6b5b554856433b1b82843657316 | 6,931 | java | Java | app/src/main/java/xx/erhuo/com/SoldHistoryActivity.java | 2333Ge/ErHuo | d142f8c2bffa9bddbea7eb99f659d702b9258193 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/xx/erhuo/com/SoldHistoryActivity.java | 2333Ge/ErHuo | d142f8c2bffa9bddbea7eb99f659d702b9258193 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/xx/erhuo/com/SoldHistoryActivity.java | 2333Ge/ErHuo | d142f8c2bffa9bddbea7eb99f659d702b9258193 | [
"Apache-2.0"
] | null | null | null | 34.482587 | 111 | 0.628336 | 12,007 | package xx.erhuo.com;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Message;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.RecyclerView;
impo... |
3e1c4f7b81147e6b67619ddd018793ecf72ec624 | 5,093 | java | Java | infobip-mobile-messaging-android-chat-sdk/src/main/java/org/infobip/mobile/messaging/chat/mobileapi/InAppChatSynchronizer.java | isabella232/mobile-messaging-sdk-android | c72a05ef07daef88caecaf256478731a09165b43 | [
"Apache-2.0"
] | 40 | 2016-09-30T12:51:01.000Z | 2022-03-03T14:16:42.000Z | infobip-mobile-messaging-android-chat-sdk/src/main/java/org/infobip/mobile/messaging/chat/mobileapi/InAppChatSynchronizer.java | infobip/mobile-messaging-sdk-android | e86bc42c0bc7aa435e9334ebf145fa05647de48d | [
"Apache-2.0"
] | 29 | 2017-10-28T08:24:40.000Z | 2022-02-17T16:14:17.000Z | infobip-mobile-messaging-android-chat-sdk/src/main/java/org/infobip/mobile/messaging/chat/mobileapi/InAppChatSynchronizer.java | isabella232/mobile-messaging-sdk-android | c72a05ef07daef88caecaf256478731a09165b43 | [
"Apache-2.0"
] | 16 | 2016-04-28T13:13:07.000Z | 2022-03-28T09:19:39.000Z | 50.425743 | 170 | 0.701551 | 12,008 | package org.infobip.mobile.messaging.chat.mobileapi;
import android.content.Context;
import org.infobip.mobile.messaging.MobileMessaging;
import org.infobip.mobile.messaging.MobileMessagingCore;
import org.infobip.mobile.messaging.api.chat.MobileApiChat;
import org.infobip.mobile.messaging.api.chat.WidgetInfo;
import... |
3e1c4f9aa9424631aecc3b4887442f05e2482f08 | 325 | java | Java | hcu/hcu-external-lib/src/main/java/eduni/simdiag/GraphListener.java | tuwiendsg/RAHYMS | 7404db72546a819817585848e6dc2a8ecefd095c | [
"Apache-2.0"
] | 1 | 2019-11-14T02:51:44.000Z | 2019-11-14T02:51:44.000Z | source/eduni/simdiag/GraphListener.java | ServioTRC/airport-security-check-point-simulation | 26da3dab34645b6acc32f7a85b564c21d4dd6fda | [
"MIT"
] | null | null | null | source/eduni/simdiag/GraphListener.java | ServioTRC/airport-security-check-point-simulation | 26da3dab34645b6acc32f7a85b564c21d4dd6fda | [
"MIT"
] | 1 | 2021-05-28T09:59:57.000Z | 2021-05-28T09:59:57.000Z | 21.666667 | 54 | 0.744615 | 12,009 | package eduni.simdiag;
import java.util.EventListener;
/**
* Graph event listener interface. <p>
* Implemented by graph drawing routine.
* @see eduni.simdiag.GraphDiagram
*/
public interface GraphListener extends EventListener {
/** Responds to a single graph event */
void handleGraph(GraphEventObject teo... |
3e1c5002b1b7fcdbd7145f16100680db04d4e496 | 1,151 | java | Java | addressbook-web-test/src/test/java/ru/sar/neo/addressbook/tests/GroupDeletionTests.java | vsaryanidi/software_testing | 0beb040486383c71ee627ccd9708d937edd731ab | [
"Apache-2.0"
] | null | null | null | addressbook-web-test/src/test/java/ru/sar/neo/addressbook/tests/GroupDeletionTests.java | vsaryanidi/software_testing | 0beb040486383c71ee627ccd9708d937edd731ab | [
"Apache-2.0"
] | null | null | null | addressbook-web-test/src/test/java/ru/sar/neo/addressbook/tests/GroupDeletionTests.java | vsaryanidi/software_testing | 0beb040486383c71ee627ccd9708d937edd731ab | [
"Apache-2.0"
] | null | null | null | 25.577778 | 65 | 0.720243 | 12,010 | package ru.sar.neo.addressbook.tests;
import org.hamcrest.CoreMatchers;
import org.hamcrest.MatcherAssert;
import org.testng.Assert;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import ru.sar.neo.addressbook.model.GroupData;
import ru.sar.neo.addressbook.model.Groups;
import java.ut... |
3e1c51457737fab1cb48e2b37355ebcb33239bbc | 1,771 | java | Java | src/main/java/com/github/yws179/business/common/utils/IPUtils.java | yws179/bussine-common-library | 20e8332675c0d9793d626586be29a14f43d27cc7 | [
"MIT"
] | null | null | null | src/main/java/com/github/yws179/business/common/utils/IPUtils.java | yws179/bussine-common-library | 20e8332675c0d9793d626586be29a14f43d27cc7 | [
"MIT"
] | null | null | null | src/main/java/com/github/yws179/business/common/utils/IPUtils.java | yws179/bussine-common-library | 20e8332675c0d9793d626586be29a14f43d27cc7 | [
"MIT"
] | 1 | 2020-08-14T03:57:01.000Z | 2020-08-14T03:57:01.000Z | 34.72549 | 104 | 0.523433 | 12,011 | package com.github.yws179.business.common.utils;
import lombok.extern.slf4j.Slf4j;
import javax.servlet.http.HttpServletRequest;
import java.net.InetAddress;
import java.net.UnknownHostException;
/**
* @author yws
* @date 2020/07/25
*/
@Slf4j
public class IPUtils {
public static String getIpAddr(HttpServletR... |
3e1c514cd9e59b5759ca9e07543f03ccbf553c40 | 9,192 | java | Java | src/org/adl/samplerte/server/UserService.java | adlnet/SCORM-2004-4ed-SampleRTE | d22df2c4bc80836aefd99762edd99627bacd1cb7 | [
"Apache-2.0"
] | 15 | 2015-03-17T02:38:20.000Z | 2021-10-06T13:23:20.000Z | src/org/adl/samplerte/server/UserService.java | adlnet/SCORM-2004-4ed-SampleRTE | d22df2c4bc80836aefd99762edd99627bacd1cb7 | [
"Apache-2.0"
] | 3 | 2015-05-19T15:00:00.000Z | 2015-06-24T17:49:42.000Z | src/org/adl/samplerte/server/UserService.java | adlnet/SCORM-2004-4ed-SampleRTE | d22df2c4bc80836aefd99762edd99627bacd1cb7 | [
"Apache-2.0"
] | 14 | 2015-03-11T14:12:35.000Z | 2021-06-01T13:38:07.000Z | 31.806228 | 93 | 0.614991 | 12,012 |
/*******************************************************************************
ADL SCORM 2004 4th Edition Sample Run-Time Environment
The ADL SCORM 2004 4th Ed. Sample Run-Time Environment is licensed under
Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States.
The Advanced Distributed Learning... |
3e1c51bd045c290dbd64f3a515b573be6fd4b34a | 7,330 | java | Java | src/test/java/picard/sam/AbstractAlignmentMergerTest.java | naumanjaved/picard | 547bc7766ca4f73de5208be9f413065d552321ec | [
"MIT"
] | null | null | null | src/test/java/picard/sam/AbstractAlignmentMergerTest.java | naumanjaved/picard | 547bc7766ca4f73de5208be9f413065d552321ec | [
"MIT"
] | null | null | null | src/test/java/picard/sam/AbstractAlignmentMergerTest.java | naumanjaved/picard | 547bc7766ca4f73de5208be9f413065d552321ec | [
"MIT"
] | null | null | null | 44.969325 | 132 | 0.708049 | 12,013 | package picard.sam;
import htsjdk.samtools.SAMFileHeader;
import htsjdk.samtools.SAMFileWriter;
import htsjdk.samtools.SAMFileWriterFactory;
import htsjdk.samtools.SAMRecord;
import htsjdk.samtools.SAMRecordIterator;
import htsjdk.samtools.SAMRecordSetBuilder;
import htsjdk.samtools.SamReader;
import htsjdk.samtools.S... |
3e1c522653a463cf1fa72e113d20c9c7203e4494 | 3,127 | java | Java | java/youngfriend/main_pnl/deleagte/OutParamTableDeletate.java | polllyxiong/datasource_swing | f29a54781afdb9f85418b4c51a3508b918dc2727 | [
"Apache-2.0"
] | null | null | null | java/youngfriend/main_pnl/deleagte/OutParamTableDeletate.java | polllyxiong/datasource_swing | f29a54781afdb9f85418b4c51a3508b918dc2727 | [
"Apache-2.0"
] | null | null | null | java/youngfriend/main_pnl/deleagte/OutParamTableDeletate.java | polllyxiong/datasource_swing | f29a54781afdb9f85418b4c51a3508b918dc2727 | [
"Apache-2.0"
] | null | null | null | 36.360465 | 118 | 0.631276 | 12,014 | package youngfriend.main_pnl.deleagte;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import youngfriend.exception.ParamValidateExcption;
import youngfriend.main_pnl.utils.MainPnlUtil;
import youngfriend.utils.PubUtil;
import javax.swing.JButton;
import javax.... |
3e1c525d278287e32dc12cf695304f6e28079ebd | 2,508 | java | Java | src/test/java/org/letitbeat/oauth/twitter/domain/UserTest.java | letitbeat/twitter-streaming-oauth | c27082beafd72c7cb5cff41d7c53dbbcf04089e6 | [
"Apache-2.0"
] | null | null | null | src/test/java/org/letitbeat/oauth/twitter/domain/UserTest.java | letitbeat/twitter-streaming-oauth | c27082beafd72c7cb5cff41d7c53dbbcf04089e6 | [
"Apache-2.0"
] | null | null | null | src/test/java/org/letitbeat/oauth/twitter/domain/UserTest.java | letitbeat/twitter-streaming-oauth | c27082beafd72c7cb5cff41d7c53dbbcf04089e6 | [
"Apache-2.0"
] | null | null | null | 26.680851 | 94 | 0.731659 | 12,015 | package org.letitbeat.oauth.twitter.domain;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.letitbeat.oauth.twitter.domain.comparators.DateComparator;
import org.junit.Test;
import java.io.IOException;
import java.io.InputStream;
import java.text.DateFormat;
import java.text.ParseException;
import java... |
3e1c52b7e1bfdff04fbec2091806e64f526e0313 | 1,731 | java | Java | app/app/src/main/java/com/yan/sh/sh_android/engine/managers/GameManager.java | sas5580/ScavengerHunt-App | 2e97df614b299a03c987bd1fc3edced48590cd9f | [
"MIT"
] | null | null | null | app/app/src/main/java/com/yan/sh/sh_android/engine/managers/GameManager.java | sas5580/ScavengerHunt-App | 2e97df614b299a03c987bd1fc3edced48590cd9f | [
"MIT"
] | null | null | null | app/app/src/main/java/com/yan/sh/sh_android/engine/managers/GameManager.java | sas5580/ScavengerHunt-App | 2e97df614b299a03c987bd1fc3edced48590cd9f | [
"MIT"
] | null | null | null | 23.08 | 77 | 0.615829 | 12,016 | package com.yan.sh.sh_android.engine.managers;
import com.yan.sh.sh_android.engine.Engine;
import com.yan.sh.sh_android.ui.LoginActivity;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.IOException;
import okhttp3.Call;
import okhttp3.Callback;
import okhttp3.Res... |
3e1c5339a2716bed0506a39546389aad843e9933 | 117 | java | Java | Principal.java | gunter895/JavaPracticeHacktoberfest | cac2be7e5f03aad41b5b3fd98f7cf79b63120539 | [
"Apache-2.0"
] | null | null | null | Principal.java | gunter895/JavaPracticeHacktoberfest | cac2be7e5f03aad41b5b3fd98f7cf79b63120539 | [
"Apache-2.0"
] | null | null | null | Principal.java | gunter895/JavaPracticeHacktoberfest | cac2be7e5f03aad41b5b3fd98f7cf79b63120539 | [
"Apache-2.0"
] | null | null | null | 23.4 | 47 | 0.606838 | 12,017 | public principal {
public static void main (String [] args ) {
System.out.println("Adios mundo");
}
} |
3e1c543c32e026c19eba463fbd02ce4c5aac0011 | 1,400 | java | Java | src/test/java/com/github/chanhohang/akka/AkkaBaseImpl.java | chanhohang/akka-cluster-messenger | e8fb0ccadf9fbe1c7e9e5dd0f3b7e95aabd7e002 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/github/chanhohang/akka/AkkaBaseImpl.java | chanhohang/akka-cluster-messenger | e8fb0ccadf9fbe1c7e9e5dd0f3b7e95aabd7e002 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/github/chanhohang/akka/AkkaBaseImpl.java | chanhohang/akka-cluster-messenger | e8fb0ccadf9fbe1c7e9e5dd0f3b7e95aabd7e002 | [
"Apache-2.0"
] | null | null | null | 25.925926 | 84 | 0.753571 | 12,018 | package com.github.chanhohang.akka;
import akka.actor.ActorRef;
import akka.actor.ActorSystem;
import com.github.chanhohang.akka.AkkaClusterMessengerConstants.PersistentId;
import com.github.chanhohang.akka.spring.SpringAkkaBase;
import org.springframework.stereotype.Component;
@Component
public class AkkaBaseImpl ... |
3e1c547e0c401ae9972e687b3b9e3323caf7cd8b | 2,363 | java | Java | sql/dao/src/main/java/genericdao/finder/impl/ExtendedFinderNamingStrategy.java | xuzhikethinker/t4f-data | d5bddb7d05189ee2291592e2689b5a6a44259dbf | [
"Apache-2.0"
] | 1 | 2015-03-16T04:00:39.000Z | 2015-03-16T04:00:39.000Z | sql/dao/src/main/java/genericdao/finder/impl/ExtendedFinderNamingStrategy.java | xuzhikethinker/t4f-data | d5bddb7d05189ee2291592e2689b5a6a44259dbf | [
"Apache-2.0"
] | null | null | null | sql/dao/src/main/java/genericdao/finder/impl/ExtendedFinderNamingStrategy.java | xuzhikethinker/t4f-data | d5bddb7d05189ee2291592e2689b5a6a44259dbf | [
"Apache-2.0"
] | null | null | null | 47.26 | 119 | 0.58358 | 12,019 | /****************************************************************
* Licensed to the AOS Community (AOS) under one or more *
* contributor license agreements. See the NOTICE file *
* distributed with this work for additional information *
* regarding copyright ownership. The AOS licenses this... |
3e1c54b230b891aa9f0319132269881bb7164c43 | 791 | java | Java | src/main/java/com/thegongoliers/commands/GameSpecificMessageCommand.java | Gongoliers/Library-of-Gongolierium | 7d73073123ae9e9b1c79881befb0f22920dcb710 | [
"MIT"
] | 9 | 2017-07-09T22:21:30.000Z | 2022-01-22T19:24:03.000Z | src/main/java/com/thegongoliers/commands/GameSpecificMessageCommand.java | Gongoliers/Library-of-Gongolierium | 7d73073123ae9e9b1c79881befb0f22920dcb710 | [
"MIT"
] | 48 | 2017-07-11T01:25:49.000Z | 2022-03-26T19:03:26.000Z | src/main/java/com/thegongoliers/commands/GameSpecificMessageCommand.java | Gongoliers/Library-of-Gongolierium | 7d73073123ae9e9b1c79881befb0f22920dcb710 | [
"MIT"
] | null | null | null | 35.954545 | 108 | 0.764855 | 12,020 | package com.thegongoliers.commands;
import com.thegongoliers.input.gameMessages.GameSpecificMessage2018;
import edu.wpi.first.wpilibj.DriverStation;
import edu.wpi.first.wpilibj2.command.Command;
import edu.wpi.first.wpilibj2.command.ConditionalCommand;
public class GameSpecificMessageCommand extends ConditionalComma... |
3e1c54d0a096d9eb84fe388f2cce294a2b48c375 | 1,765 | java | Java | openmrs-client/src/main/java/org/openmrs/mobile/activities/patientdashboard/details/PatientPhotoActivity.java | wesc09/AndroidApp | ccaeb6fc2405d2191a26e87bee360aaafbaf3553 | [
"OLDAP-2.5",
"OLDAP-2.4",
"OLDAP-2.6"
] | 1 | 2017-06-29T06:54:45.000Z | 2017-06-29T06:54:45.000Z | openmrs-client/src/main/java/org/openmrs/mobile/activities/patientdashboard/details/PatientPhotoActivity.java | wesc09/openmrs-contrib-android-client-master | ebd62dbb202a49cbca27a839b1cada887b825041 | [
"OLDAP-2.5",
"OLDAP-2.4",
"OLDAP-2.7",
"OLDAP-2.6"
] | null | null | null | openmrs-client/src/main/java/org/openmrs/mobile/activities/patientdashboard/details/PatientPhotoActivity.java | wesc09/openmrs-contrib-android-client-master | ebd62dbb202a49cbca27a839b1cada887b825041 | [
"OLDAP-2.5",
"OLDAP-2.4",
"OLDAP-2.7",
"OLDAP-2.6"
] | null | null | null | 34.607843 | 81 | 0.735411 | 12,021 | /*
* The contents of this file are subject to the OpenMRS Public License
* Version 1.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://license.openmrs.org
*
* Software distributed under the License is distributed on an "AS IS"
*... |
3e1c58373485181ccd56e7afe74599d7dcd8c26c | 2,449 | java | Java | bkhech-boot-configures/bkhech-boot-configure-common/src/main/java/com/bkhech/boot/configure/common/builder/chart/radar/RadarBuilder.java | guowenmeng/bkhech-boot | 4503fcc440a10fb06a25ccb419b99e79ff015f08 | [
"Apache-2.0"
] | null | null | null | bkhech-boot-configures/bkhech-boot-configure-common/src/main/java/com/bkhech/boot/configure/common/builder/chart/radar/RadarBuilder.java | guowenmeng/bkhech-boot | 4503fcc440a10fb06a25ccb419b99e79ff015f08 | [
"Apache-2.0"
] | null | null | null | bkhech-boot-configures/bkhech-boot-configure-common/src/main/java/com/bkhech/boot/configure/common/builder/chart/radar/RadarBuilder.java | guowenmeng/bkhech-boot | 4503fcc440a10fb06a25ccb419b99e79ff015f08 | [
"Apache-2.0"
] | null | null | null | 28.149425 | 128 | 0.683544 | 12,022 | package com.bkhech.boot.configure.common.builder.chart.radar;
import com.bkhech.boot.commons.util.ApplicationContextUtil;
import com.bkhech.boot.configure.common.builder.chart.ChartContext;
import com.bkhech.boot.configure.common.builder.chart.NameAndData;
import com.bkhech.boot.configure.common.builder.chart.radar.re... |
3e1c5886b1ea818835ed404614f9c335a5ba4135 | 4,084 | java | Java | MensaApp/src/main/java/de/lukasniemeier/mensa/parser/TodaysMenuParser.java | lukasniemeier/mensaapp | 29ac769ffe6b1ba116bbcae54f3579c745b6b001 | [
"MIT"
] | 1 | 2015-11-06T03:16:44.000Z | 2015-11-06T03:16:44.000Z | MensaApp/src/main/java/de/lukasniemeier/mensa/parser/TodaysMenuParser.java | lukasniemeier/mensaapp | 29ac769ffe6b1ba116bbcae54f3579c745b6b001 | [
"MIT"
] | null | null | null | MensaApp/src/main/java/de/lukasniemeier/mensa/parser/TodaysMenuParser.java | lukasniemeier/mensaapp | 29ac769ffe6b1ba116bbcae54f3579c745b6b001 | [
"MIT"
] | null | null | null | 34.033333 | 114 | 0.644221 | 12,023 | package de.lukasniemeier.mensa.parser;
import android.content.Context;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import java.util.... |
3e1c59cf08c2ac8f2116f9e10e2d4099bb567a78 | 1,344 | java | Java | xiaom-work/src/main/java/kim/xiaom/work/converter/UserConverter.java | goworks/goworks | 65a62e1ee70d124e090d1708007e1ab860671154 | [
"Apache-2.0"
] | null | null | null | xiaom-work/src/main/java/kim/xiaom/work/converter/UserConverter.java | goworks/goworks | 65a62e1ee70d124e090d1708007e1ab860671154 | [
"Apache-2.0"
] | 12 | 2020-07-21T01:07:57.000Z | 2022-03-08T22:50:03.000Z | xiaom-work/src/main/java/kim/xiaom/work/converter/UserConverter.java | goworks/goworks | 65a62e1ee70d124e090d1708007e1ab860671154 | [
"Apache-2.0"
] | null | null | null | 27.428571 | 54 | 0.648065 | 12,024 | package kim.xiaom.work.converter;
import kim.xiaom.work.entity.dataObjects.UserDO;
import kim.xiaom.work.entity.viewObjects.UserVO;
import kim.xiaom.work.utils.XiaomUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Component;
import java.util.Objects;
import java.util.UUID;
/*... |
3e1c59d35421028bc146a3fac2b0d1191702bde9 | 415 | java | Java | app/src/main/java/com/acuteksolutions/uhotel/mvp/model/movies/Period.java | Huynhvantoan/uHotel | 240c9d28132ed8246144aabb45e54877ea87277f | [
"MIT"
] | null | null | null | app/src/main/java/com/acuteksolutions/uhotel/mvp/model/movies/Period.java | Huynhvantoan/uHotel | 240c9d28132ed8246144aabb45e54877ea87277f | [
"MIT"
] | null | null | null | app/src/main/java/com/acuteksolutions/uhotel/mvp/model/movies/Period.java | Huynhvantoan/uHotel | 240c9d28132ed8246144aabb45e54877ea87277f | [
"MIT"
] | null | null | null | 16.6 | 52 | 0.607229 | 12,025 | package com.acuteksolutions.uhotel.mvp.model.movies;
import io.realm.RealmObject;
public class Period extends RealmObject{
private long start;
private long end;
public Period() {
}
public Period(long start, long end) {
this.start = start;
this.end = end;
}
public long ge... |
3e1c5ae098570c578bc4e1ade42826779b78a7e6 | 8,176 | java | Java | app/src/main/java/ru/solandme/washwait/network/map/model/places/Result.java | solandmedotru/WashWait | c55361382e71f6225a8b882827e80790aedf22e7 | [
"Apache-2.0"
] | 2 | 2017-04-01T12:24:55.000Z | 2021-01-20T19:08:15.000Z | app/src/main/java/ru/solandme/washwait/network/map/model/places/Result.java | solandmedotru/WashWait | c55361382e71f6225a8b882827e80790aedf22e7 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/ru/solandme/washwait/network/map/model/places/Result.java | solandmedotru/WashWait | c55361382e71f6225a8b882827e80790aedf22e7 | [
"Apache-2.0"
] | 1 | 2022-02-25T07:09:06.000Z | 2022-02-25T07:09:06.000Z | 18.008811 | 80 | 0.530822 | 12,026 |
package ru.solandme.washwait.network.map.model.places;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class Result {
@SerializedName("address_components")
@Expose
private List<AddressComponent> addressComponents = null;
@S... |
3e1c5c9d1ba166dcc38383e464a26c281cd0fa36 | 39,826 | java | Java | org.linkedin.util-core/src/test/java/org/linkedin/util/io/resource/TestResource.java | LinkedInAttic/linkedin-utils | ca097410b537fb09847c42037593c0f474c0571f | [
"Apache-2.0"
] | 55 | 2015-03-06T22:03:06.000Z | 2020-12-02T18:19:10.000Z | org.linkedin.util-core/src/test/java/org/linkedin/util/io/resource/TestResource.java | linkedin/linkedin-utils | ca097410b537fb09847c42037593c0f474c0571f | [
"Apache-2.0"
] | 2 | 2015-04-14T13:57:29.000Z | 2015-04-14T16:28:56.000Z | org.linkedin.util-core/src/test/java/org/linkedin/util/io/resource/TestResource.java | linkedin/linkedin-utils | ca097410b537fb09847c42037593c0f474c0571f | [
"Apache-2.0"
] | 30 | 2015-05-05T19:31:59.000Z | 2020-05-26T14:09:31.000Z | 30.591398 | 134 | 0.641075 | 12,027 | /*
* Copyright 2010-2010 LinkedIn, Inc
* Portions Copyright (c) 2011 Yan Pujante
*
* 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
*
* U... |
3e1c5cae2013e2e08fb39ed6a70677c427290c02 | 8,361 | java | Java | webfx-kit/webfx-kit-javafxgraphics-emul/src/main/java/javafx/scene/image/PixelReader.java | naga-project/naga-core | b9263c7df5b106b7095b92ee661ea51d2fac9d37 | [
"Apache-2.0"
] | 127 | 2019-01-01T23:41:32.000Z | 2022-03-22T12:19:27.000Z | webfx-kit/webfx-kit-javafxgraphics-emul/src/main/java/javafx/scene/image/PixelReader.java | naga-project/naga-core | b9263c7df5b106b7095b92ee661ea51d2fac9d37 | [
"Apache-2.0"
] | 3 | 2019-11-14T10:20:26.000Z | 2020-11-27T21:54:33.000Z | webfx-kit/webfx-kit-javafxgraphics-emul/src/main/java/javafx/scene/image/PixelReader.java | naga-project/naga-core | b9263c7df5b106b7095b92ee661ea51d2fac9d37 | [
"Apache-2.0"
] | 10 | 2020-08-08T20:24:10.000Z | 2022-01-29T23:35:51.000Z | 46.97191 | 79 | 0.679584 | 12,028 | /*
* Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
3e1c5ce65641f14631109f33894317fc4290846b | 982 | java | Java | src/com/cg/demo/col/EmpDemoCol.java | sonudabhade/com-cg-java-demo | ee7d600f177ded5a19856fd559ebc1d3ca7409dd | [
"MIT"
] | null | null | null | src/com/cg/demo/col/EmpDemoCol.java | sonudabhade/com-cg-java-demo | ee7d600f177ded5a19856fd559ebc1d3ca7409dd | [
"MIT"
] | null | null | null | src/com/cg/demo/col/EmpDemoCol.java | sonudabhade/com-cg-java-demo | ee7d600f177ded5a19856fd559ebc1d3ca7409dd | [
"MIT"
] | null | null | null | 22.318182 | 59 | 0.676171 | 12,029 | package com.cg.demo.col;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
public class EmpDemoCol {
public static void main(String[] args) {
EmployeeCol emp = new EmployeeCol();
Delete delete = new Delete();
List<EmployeeCol> empList = new ArrayList<EmployeeCol>();
empList.add... |
3e1c5d1caf0c7a97e5c6360acad346b82fb8a9e0 | 5,594 | java | Java | geode-core/src/main/java/org/apache/geode/internal/cache/backup/TemporaryBackupFiles.java | Kris-10-0/geode | 7ccdc8297b1ded06175f41543884d945d5995c60 | [
"Apache-2.0"
] | 1,475 | 2016-12-06T06:10:53.000Z | 2022-03-30T09:55:23.000Z | geode-core/src/main/java/org/apache/geode/internal/cache/backup/TemporaryBackupFiles.java | Kris-10-0/geode | 7ccdc8297b1ded06175f41543884d945d5995c60 | [
"Apache-2.0"
] | 2,809 | 2016-12-06T19:24:26.000Z | 2022-03-31T22:02:20.000Z | geode-core/src/main/java/org/apache/geode/internal/cache/backup/TemporaryBackupFiles.java | Kris-10-0/geode | 7ccdc8297b1ded06175f41543884d945d5995c60 | [
"Apache-2.0"
] | 531 | 2016-12-06T05:48:47.000Z | 2022-03-31T23:06:37.000Z | 39.957143 | 100 | 0.746693 | 12,030 | /*
* 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 not ... |
3e1c5d4e8f2052b229ebab6ac7e1271b58372b54 | 61 | java | Java | src/main/java/haus/pup/tts/Gender.java | wlfyit/TTSHub | 6643dd41be0a8b40ad06dddb21c252cb79b1feb3 | [
"MIT"
] | null | null | null | src/main/java/haus/pup/tts/Gender.java | wlfyit/TTSHub | 6643dd41be0a8b40ad06dddb21c252cb79b1feb3 | [
"MIT"
] | null | null | null | src/main/java/haus/pup/tts/Gender.java | wlfyit/TTSHub | 6643dd41be0a8b40ad06dddb21c252cb79b1feb3 | [
"MIT"
] | null | null | null | 10.166667 | 21 | 0.704918 | 12,031 | package haus.pup.tts;
public enum Gender {
MALE, FEMALE
}
|
3e1c5d9984fa73abd392b66d3648b8fad0f489d5 | 156 | java | Java | src/solution/MaxValueInQueue.java | IT-Billy/Point2offer | b7aa57cadb099c19ad45472479a3785787294c6e | [
"Apache-2.0"
] | 11 | 2019-03-07T12:37:43.000Z | 2021-12-16T05:14:59.000Z | src/solution/MaxValueInQueue.java | IT-Billy/Point2offer | b7aa57cadb099c19ad45472479a3785787294c6e | [
"Apache-2.0"
] | null | null | null | src/solution/MaxValueInQueue.java | IT-Billy/Point2offer | b7aa57cadb099c19ad45472479a3785787294c6e | [
"Apache-2.0"
] | 4 | 2019-08-04T12:45:50.000Z | 2021-06-13T12:12:49.000Z | 13 | 42 | 0.730769 | 12,032 | package solution;
/**
* 面试题59(二):队列的最大值
* 题目:请定义一个队列并实现函数max得到队列里的最大值,
* 要求函数max、pollLast和pollFirst的时间复杂度都是O(1)。
*/
public class MaxValueInQueue {
}
|
3e1c5da7d716d8080a1e332fab8cc2889b665271 | 10,538 | java | Java | kernel/src/test/java/com/itextpdf/kernel/pdf/ImageFormatsTest.java | liuzhenxin/itext7 | 1b90f52b17700805ef8942c7276b35abaca8b31b | [
"RSA-MD"
] | 1,269 | 2016-05-03T13:57:05.000Z | 2022-03-31T02:35:48.000Z | kernel/src/test/java/com/itextpdf/kernel/pdf/ImageFormatsTest.java | liuzhenxin/itext7 | 1b90f52b17700805ef8942c7276b35abaca8b31b | [
"RSA-MD"
] | 61 | 2016-06-03T21:59:20.000Z | 2022-02-25T07:05:35.000Z | kernel/src/test/java/com/itextpdf/kernel/pdf/ImageFormatsTest.java | liuzhenxin/itext7 | 1b90f52b17700805ef8942c7276b35abaca8b31b | [
"RSA-MD"
] | 396 | 2016-05-21T03:36:50.000Z | 2022-03-30T08:55:57.000Z | 46.632743 | 116 | 0.670462 | 12,033 | /*
This file is part of the iText (R) project.
Copyright (c) 1998-2021 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation ... |
3e1c5e074e92a2f3eb985f4833171722c4084eca | 224 | java | Java | src/main/java/io/odpf/firehose/sink/objectstorage/writer/local/policy/WriterPolicy.java | gauravsinghania/firehose | 300db433fa370645da09f13860c34bfa677b919b | [
"Apache-2.0"
] | null | null | null | src/main/java/io/odpf/firehose/sink/objectstorage/writer/local/policy/WriterPolicy.java | gauravsinghania/firehose | 300db433fa370645da09f13860c34bfa677b919b | [
"Apache-2.0"
] | null | null | null | src/main/java/io/odpf/firehose/sink/objectstorage/writer/local/policy/WriterPolicy.java | gauravsinghania/firehose | 300db433fa370645da09f13860c34bfa677b919b | [
"Apache-2.0"
] | null | null | null | 28 | 72 | 0.825893 | 12,034 | package io.odpf.firehose.sink.objectstorage.writer.local.policy;
import io.odpf.firehose.sink.objectstorage.writer.local.LocalFileWriter;
public interface WriterPolicy {
boolean shouldRotate(LocalFileWriter writer);
}
|
3e1c6029eaf70bfc9012227a0a1c6f4d7a46f643 | 7,287 | java | Java | app/src/main/java/cbgm/de/listapi/basic/CBViewHolder.java | cbgm/ListAPI | ab22b7b923105b0e124b26a9882875cc7ab482e6 | [
"MIT"
] | null | null | null | app/src/main/java/cbgm/de/listapi/basic/CBViewHolder.java | cbgm/ListAPI | ab22b7b923105b0e124b26a9882875cc7ab482e6 | [
"MIT"
] | null | null | null | app/src/main/java/cbgm/de/listapi/basic/CBViewHolder.java | cbgm/ListAPI | ab22b7b923105b0e124b26a9882875cc7ab482e6 | [
"MIT"
] | null | null | null | 36.435 | 167 | 0.639907 | 12,035 | package cbgm.de.listapi.basic;
import android.annotation.SuppressLint;
import android.content.Context;
import android.graphics.Color;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import andro... |
3e1c608e4f698736dfbabf919003eee8692eca51 | 10,477 | java | Java | google-ads-examples/src/main/java/com/google/ads/googleads/examples/advancedoperations/AddGmailAd.java | katka-h/google-ads-java | 342a7cd4a213eb7106685e8dbbd91c2aabca84dc | [
"Apache-2.0"
] | 3 | 2020-12-20T18:56:52.000Z | 2021-07-29T12:12:02.000Z | google-ads-examples/src/main/java/com/google/ads/googleads/examples/advancedoperations/AddGmailAd.java | katka-h/google-ads-java | 342a7cd4a213eb7106685e8dbbd91c2aabca84dc | [
"Apache-2.0"
] | null | null | null | google-ads-examples/src/main/java/com/google/ads/googleads/examples/advancedoperations/AddGmailAd.java | katka-h/google-ads-java | 342a7cd4a213eb7106685e8dbbd91c2aabca84dc | [
"Apache-2.0"
] | null | null | null | 42.076305 | 98 | 0.708504 | 12,036 | // Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... |
3e1c60b5ba1c52b0a284e3b192bd10e274c66216 | 1,237 | java | Java | WeBankBlockchain-Data-Export-sdk/WeBankBlockchain-Data-Export-db/src/main/java/com/webank/blockchain/data/export/db/repository/RollbackInterface.java | laifagen4897/Data-Export | 186199575d9f52da12870c92278c6edb8e6d2622 | [
"Apache-2.0"
] | 29 | 2020-12-09T00:48:55.000Z | 2022-03-04T02:36:18.000Z | WeBankBlockchain-Data-Export-sdk/WeBankBlockchain-Data-Export-db/src/main/java/com/webank/blockchain/data/export/db/repository/RollbackInterface.java | laifagen4897/Data-Export | 186199575d9f52da12870c92278c6edb8e6d2622 | [
"Apache-2.0"
] | 8 | 2020-12-31T13:55:21.000Z | 2022-03-30T08:04:37.000Z | WeBankBlockchain-Data-Export-sdk/WeBankBlockchain-Data-Export-db/src/main/java/com/webank/blockchain/data/export/db/repository/RollbackInterface.java | laifagen4897/Data-Export | 186199575d9f52da12870c92278c6edb8e6d2622 | [
"Apache-2.0"
] | 11 | 2020-12-08T03:11:50.000Z | 2022-01-14T05:34:11.000Z | 31.717949 | 118 | 0.723525 | 12,037 | /**
* Copyright 2020 Webank.
*
* <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 required by applicable law or agreed to i... |
3e1c60e3a0b5872f180116435bfa81b2008d0a56 | 1,389 | java | Java | app/src/main/java/com/davidbuzatu/schedly/model/Appointment.java | DavidBuzatu-Marian/Schedly | 158d29e198f3a7c1d028e3f733bb34f505ad0dcf | [
"Unlicense"
] | null | null | null | app/src/main/java/com/davidbuzatu/schedly/model/Appointment.java | DavidBuzatu-Marian/Schedly | 158d29e198f3a7c1d028e3f733bb34f505ad0dcf | [
"Unlicense"
] | null | null | null | app/src/main/java/com/davidbuzatu/schedly/model/Appointment.java | DavidBuzatu-Marian/Schedly | 158d29e198f3a7c1d028e3f733bb34f505ad0dcf | [
"Unlicense"
] | null | null | null | 21.045455 | 93 | 0.643629 | 12,038 | package com.davidbuzatu.schedly.model;
import com.google.gson.Gson;
import java.util.Properties;
public class Appointment{
private String mHour;
private String mName;
private String mPhoneNumber;
private String mDate;
private String mAppointmentType;
private Long mDateInMillis;
public ... |
3e1c60fc2d2f09f4e03013fbf59b396dee3cca11 | 546 | java | Java | mybatis_base_one2one_anno/src/test/src/One2OneTest.java | cxpcxpcxp/csdn_case_mybatis | c0977f0fd74d490a1aca1a005bb86cb907590cea | [
"Apache-2.0"
] | null | null | null | mybatis_base_one2one_anno/src/test/src/One2OneTest.java | cxpcxpcxp/csdn_case_mybatis | c0977f0fd74d490a1aca1a005bb86cb907590cea | [
"Apache-2.0"
] | 1 | 2022-03-31T21:51:18.000Z | 2022-03-31T21:51:18.000Z | mybatis_base_one2one_xml/src/test/src/One2OneTest.java | cxpcxpcxp/csdn_case_mybatis | c0977f0fd74d490a1aca1a005bb86cb907590cea | [
"Apache-2.0"
] | null | null | null | 27.3 | 65 | 0.695971 | 12,039 | import com.one2one.dao.IUserDAO;
import com.one2one.domain.Users;
import com.one2one.utils.MySqlSessionUtil;
import org.apache.ibatis.session.SqlSession;
import org.junit.Test;
import java.util.List;
public class One2OneTest {
@Test
public void test(){
SqlSession sqlSession = MySqlSessionUtil.getSqlSe... |
3e1c614ab3911dc1d39e37b260e42c94d29d1ce2 | 2,278 | java | Java | gmall-pms/src/main/java/com/atguigu/gmall/pms/controller/BrandController.java | tongw555/gmall-191125 | aa1b5689334af4373b76f40aefbe26602ae19215 | [
"Apache-2.0"
] | null | null | null | gmall-pms/src/main/java/com/atguigu/gmall/pms/controller/BrandController.java | tongw555/gmall-191125 | aa1b5689334af4373b76f40aefbe26602ae19215 | [
"Apache-2.0"
] | 3 | 2021-03-19T20:22:53.000Z | 2021-09-20T20:58:47.000Z | gmall-pms/src/main/java/com/atguigu/gmall/pms/controller/BrandController.java | tongw555/gmall-191125 | aa1b5689334af4373b76f40aefbe26602ae19215 | [
"Apache-2.0"
] | null | null | null | 24.021053 | 79 | 0.708151 | 12,040 | package com.atguigu.gmall.pms.controller;
import java.util.List;
import com.atguigu.gamll.pms.entity.BrandEntity;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
i... |
3e1c62d149391df3c8e398f02500a24da1ee3401 | 2,927 | java | Java | app/src/main/java/cn/edu/scu/notifyme/LocaleUtils.java | LiRunZhe/NotifyMe | 9332f92b6ce0c995ffa5829be9fa78980b6e2b8f | [
"MIT"
] | null | null | null | app/src/main/java/cn/edu/scu/notifyme/LocaleUtils.java | LiRunZhe/NotifyMe | 9332f92b6ce0c995ffa5829be9fa78980b6e2b8f | [
"MIT"
] | null | null | null | app/src/main/java/cn/edu/scu/notifyme/LocaleUtils.java | LiRunZhe/NotifyMe | 9332f92b6ce0c995ffa5829be9fa78980b6e2b8f | [
"MIT"
] | 3 | 2019-03-03T09:35:35.000Z | 2019-03-05T01:08:53.000Z | 32.522222 | 103 | 0.676802 | 12,041 | package cn.edu.scu.notifyme;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.os.Build;
import com.blankj.utilcode.util.SPUtils;
import java.util.Locale;
public class LocaleUtils {
public static fi... |
3e1c62d661596555152ee2d887e080e5c0f87a5d | 4,740 | java | Java | archetype/engine-v2/src/main/java/io/helidon/build/archetype/engine/v2/prompter/EnumPrompt.java | batsatt/helidon-build-tools | 769076cf3ca9e7b23767a8c2f8dd25e802fa9a74 | [
"Apache-2.0"
] | null | null | null | archetype/engine-v2/src/main/java/io/helidon/build/archetype/engine/v2/prompter/EnumPrompt.java | batsatt/helidon-build-tools | 769076cf3ca9e7b23767a8c2f8dd25e802fa9a74 | [
"Apache-2.0"
] | null | null | null | archetype/engine-v2/src/main/java/io/helidon/build/archetype/engine/v2/prompter/EnumPrompt.java | batsatt/helidon-build-tools | 769076cf3ca9e7b23767a8c2f8dd25e802fa9a74 | [
"Apache-2.0"
] | 1 | 2019-12-17T13:51:34.000Z | 2019-12-17T13:51:34.000Z | 31.184211 | 120 | 0.560759 | 12,042 | /*
* Copyright (c) 2021 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... |
3e1c6460b8b56db1a5f207eec9317e456df14f54 | 19,011 | java | Java | multiple-languages/java/ros-cdk-cen/src/main/java/com/aliyun/ros/cdk/cen/CenVbrHealthCheck.java | aliyun/Resource-Orchestration-Service-Cloud-Development-K | 2b81e135002ed81cb72f7d07be7ff497ea39e2e1 | [
"Apache-2.0"
] | 15 | 2020-11-10T02:00:28.000Z | 2022-02-07T19:28:10.000Z | multiple-languages/java/ros-cdk-cen/src/main/java/com/aliyun/ros/cdk/cen/CenVbrHealthCheck.java | aliyun/Resource-Orchestration-Service-Cloud-Development-K | 2b81e135002ed81cb72f7d07be7ff497ea39e2e1 | [
"Apache-2.0"
] | 23 | 2021-02-02T04:37:02.000Z | 2022-03-31T06:41:06.000Z | multiple-languages/java/ros-cdk-cen/src/main/java/com/aliyun/ros/cdk/cen/CenVbrHealthCheck.java | aliyun/Resource-Orchestration-Service-Cloud-Development-K | 2b81e135002ed81cb72f7d07be7ff497ea39e2e1 | [
"Apache-2.0"
] | 4 | 2021-01-13T05:48:43.000Z | 2022-03-15T11:26:48.000Z | 53.855524 | 519 | 0.679028 | 12,043 | package com.aliyun.ros.cdk.cen;
/**
* A ROS resource type: `ALIYUN::CEN::CenVbrHealthCheck`.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.49.0 (build e322d87)", date = "2021-12-21T15:12:56.965Z")
@software.amazon.jsii.Jsii(module = com.aliyun.ros.cdk.cen.$Module.class, fqn = "@alicloud/ros-cdk-cen.CenVbrHe... |
3e1c678e822366bdced3e81f53737c838d220b14 | 719 | java | Java | src/main/java/org/thread/executor/NamedThreadPool.java | haiyang1985/thread | 54efdbc6d2fac4d8aa89daecbb0ae13720dc2dd9 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/thread/executor/NamedThreadPool.java | haiyang1985/thread | 54efdbc6d2fac4d8aa89daecbb0ae13720dc2dd9 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/thread/executor/NamedThreadPool.java | haiyang1985/thread | 54efdbc6d2fac4d8aa89daecbb0ae13720dc2dd9 | [
"Apache-2.0"
] | null | null | null | 26.62963 | 88 | 0.723227 | 12,044 | package org.thread.executor;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.atomic.AtomicInteger;
/**
* @author hy_gu on 2019/1/18
**/
public class NamedThreadPool implements ThreadFactory {
private static final AtomicInteger mThreadNum = new AtomicInteger(1);
private final ThreadGroup ... |
3e1c67aeea87acfb513ec7432122e57ef22db1cf | 2,007 | java | Java | api/src/main/java/org/ocpsoft/rewrite/util/Instances.java | mdfst13/rewrite | d79194c3eef303e7cd413a7e7803ce073f8df142 | [
"Apache-2.0"
] | null | null | null | api/src/main/java/org/ocpsoft/rewrite/util/Instances.java | mdfst13/rewrite | d79194c3eef303e7cd413a7e7803ce073f8df142 | [
"Apache-2.0"
] | null | null | null | api/src/main/java/org/ocpsoft/rewrite/util/Instances.java | mdfst13/rewrite | d79194c3eef303e7cd413a7e7803ce073f8df142 | [
"Apache-2.0"
] | 1 | 2020-07-14T04:49:56.000Z | 2020-07-14T04:49:56.000Z | 31.546875 | 91 | 0.7053 | 12,045 | /*
* Copyright 2013 <a href="mailto:efpyi@example.com">Lincoln Baxter, III</a>
*
* 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
*
* ... |
3e1c68445d08d4091f7ca33a457ff88566857721 | 3,256 | java | Java | httpclient5/src/main/java/org/apache/hc/client5/http/async/HttpAsyncClient.java | h0nIg/httpcomponents-client | 6559b60342233e75ccf76c7bfe490ea23be0f767 | [
"Apache-2.0"
] | 756 | 2017-05-20T16:47:14.000Z | 2022-03-31T07:01:22.000Z | httpclient5/src/main/java/org/apache/hc/client5/http/async/HttpAsyncClient.java | h0nIg/httpcomponents-client | 6559b60342233e75ccf76c7bfe490ea23be0f767 | [
"Apache-2.0"
] | 170 | 2017-05-17T15:09:45.000Z | 2022-03-30T13:55:41.000Z | httpclient5/src/main/java/org/apache/hc/client5/http/async/HttpAsyncClient.java | h0nIg/httpcomponents-client | 6559b60342233e75ccf76c7bfe490ea23be0f767 | [
"Apache-2.0"
] | 628 | 2017-05-17T13:13:22.000Z | 2022-03-30T03:37:04.000Z | 43.413333 | 92 | 0.70731 | 12,047 | /*
* ====================================================================
* 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
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.