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
3e13469eef9ae88d201dd4aefd102084b69d4d1b
746
java
Java
biz/src/main/java/ctone/rap/component/LabelComponent.java
c-tone/rap
11724032131239ed23a3f6df8c004f8be83d6c9d
[ "MIT" ]
null
null
null
biz/src/main/java/ctone/rap/component/LabelComponent.java
c-tone/rap
11724032131239ed23a3f6df8c004f8be83d6c9d
[ "MIT" ]
1
2022-03-31T18:41:29.000Z
2022-03-31T18:41:29.000Z
biz/src/main/java/ctone/rap/component/LabelComponent.java
c-tone/rap
11724032131239ed23a3f6df8c004f8be83d6c9d
[ "MIT" ]
null
null
null
15.541667
61
0.565684
8,136
package ctone.rap.component; import ctone.rap.db.module.Label; import java.util.List; import java.util.Map; /** * Created by ouyi on 2017/2/26. */ public class LabelComponent implements Component<Label>{ public long add(){ return 0; } public int edit(){ return 0; } public int ...
3e1346f4e906966da509c8a10cfe88288f3131f9
1,893
java
Java
permission-entity/src/main/java/com/nepxion/permission/entity/RolePermissionEntity.java
Nepxion/Permission
be651d8247217f91a1022016680f18437ffb1833
[ "Apache-2.0" ]
83
2018-01-18T09:56:19.000Z
2022-03-11T15:32:51.000Z
permission-entity/src/main/java/com/nepxion/permission/entity/RolePermissionEntity.java
Nepxion/Permission
be651d8247217f91a1022016680f18437ffb1833
[ "Apache-2.0" ]
null
null
null
permission-entity/src/main/java/com/nepxion/permission/entity/RolePermissionEntity.java
Nepxion/Permission
be651d8247217f91a1022016680f18437ffb1833
[ "Apache-2.0" ]
31
2018-05-04T02:48:06.000Z
2021-07-01T14:17:26.000Z
23.37037
72
0.676175
8,137
package com.nepxion.permission.entity; /** * <p>Title: Nepxion Permission</p> * <p>Description: Nepxion Permission</p> * <p>Copyright: Copyright (c) 2017-2050</p> * <p>Company: Nepxion</p> * @author Haojun Ren * @version 1.0 */ public class RolePermissionEntity extends BasicEntity { private static final lo...
3e134868cf46b5df25cceec7628288881c7f8311
5,345
java
Java
src/com/company/AccountSettings/AccountSettingsController.java
RickardA/Swedenbank
3c31300c9596de659d07f0630b4be964856fdd0a
[ "MIT" ]
null
null
null
src/com/company/AccountSettings/AccountSettingsController.java
RickardA/Swedenbank
3c31300c9596de659d07f0630b4be964856fdd0a
[ "MIT" ]
null
null
null
src/com/company/AccountSettings/AccountSettingsController.java
RickardA/Swedenbank
3c31300c9596de659d07f0630b4be964856fdd0a
[ "MIT" ]
null
null
null
33.40625
94
0.579233
8,138
package com.company.AccountSettings; import com.company.Account; import com.company.Database.DB; import com.company.Helpers.Messsage; import com.company.Interfaces.ParentController; import com.company.Navigation.NavController; import javafx.fxml.FXML; import javafx.scene.control.*; import javafx.scene.text.Text; impor...
3e1349e58cb1330a18b83f070abd694df320f8c5
293
java
Java
Aug9-Springboot/mod-spring-boot-angular5/user-portal/src/main/java/com/devglan/userportal/UserRepository.java
gupta-ji6/IIHT-Assignments
492c2122b52c2da938b46fcb6a8e9dc3ef0c833d
[ "MIT" ]
1
2021-04-02T21:43:57.000Z
2021-04-02T21:43:57.000Z
Aug8-SpringBoot/spring-boot-angular5/user-portal/src/main/java/com/devglan/userportal/UserRepository.java
gupta-ji6/IIHT-Assignments
492c2122b52c2da938b46fcb6a8e9dc3ef0c833d
[ "MIT" ]
null
null
null
Aug8-SpringBoot/spring-boot-angular5/user-portal/src/main/java/com/devglan/userportal/UserRepository.java
gupta-ji6/IIHT-Assignments
492c2122b52c2da938b46fcb6a8e9dc3ef0c833d
[ "MIT" ]
1
2022-02-16T14:56:11.000Z
2022-02-16T14:56:11.000Z
17.235294
67
0.733788
8,139
package com.devglan.userportal; import org.springframework.data.repository.Repository; import java.util.List; public interface UserRepository extends Repository<User, Integer> { void delete(User user); List<User> findAll(); User findOne(int id); User save(User user); }
3e134a23b35c8ef4b0e45c904db47ced00dabdc4
2,099
java
Java
src/main/java/io/bdrc/lucene/sa/CommonHelpers.java
drupchen/lucene-sa-pi
568d9f02fb856156c0db8838012a91494ca36f33
[ "Apache-2.0" ]
1
2020-08-28T01:28:17.000Z
2020-08-28T01:28:17.000Z
src/main/java/io/bdrc/lucene/sa/CommonHelpers.java
drupchen/lucene-sa-pi
568d9f02fb856156c0db8838012a91494ca36f33
[ "Apache-2.0" ]
16
2017-10-30T13:47:28.000Z
2018-11-19T14:50:51.000Z
src/main/java/io/bdrc/lucene/sa/CommonHelpers.java
drupchen/lucene-sa-pi
568d9f02fb856156c0db8838012a91494ca36f33
[ "Apache-2.0" ]
2
2019-02-05T09:32:12.000Z
2021-07-18T06:32:46.000Z
34.983333
98
0.634111
8,140
package io.bdrc.lucene.sa; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.InputStream; import java.util.Comparator; import java.util.MissingResourceException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; publi...
3e134ad37a68daee4dcc3b4cf4ae82942cc99c88
18,203
java
Java
components/src/main/java/ca/phon/ui/ipa/DefaultSyllabificationDisplayUI.java
phon-ca/phon
a6ad9ed772aded438602a010deacf02883d35ade
[ "Apache-2.0" ]
27
2016-12-04T19:46:48.000Z
2022-01-22T18:49:40.000Z
components/src/main/java/ca/phon/ui/ipa/DefaultSyllabificationDisplayUI.java
ghedlund/phon
2a8e4e2c9954604123748e17d611385e41e6357e
[ "Apache-2.0" ]
196
2016-02-10T16:43:02.000Z
2022-03-23T16:56:28.000Z
components/src/main/java/ca/phon/ui/ipa/DefaultSyllabificationDisplayUI.java
ghedlund/phon
2a8e4e2c9954604123748e17d611385e41e6357e
[ "Apache-2.0" ]
2
2021-03-31T22:09:58.000Z
2022-03-09T07:13:42.000Z
31.823427
108
0.698731
8,141
/* * Copyright (C) 2005-2020 Gregory Hedlund & Yvan Rose * * 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 applica...
3e134bc0aae1de5701e689e136e2a0a999fbf511
110
java
Java
Week3/Day2/src/main/java/gradleTest/Calculator.java
f10re/Prep-Work---Full-Stack-Development
2cbee91cdea5d88d18b1e4cf525687c580719278
[ "MIT" ]
6
2018-03-17T14:32:59.000Z
2021-05-14T02:00:19.000Z
Week3/Day2/src/main/java/gradleTest/Calculator.java
f10re/Prep-Work---Full-Stack-Development
2cbee91cdea5d88d18b1e4cf525687c580719278
[ "MIT" ]
null
null
null
Week3/Day2/src/main/java/gradleTest/Calculator.java
f10re/Prep-Work---Full-Stack-Development
2cbee91cdea5d88d18b1e4cf525687c580719278
[ "MIT" ]
2
2018-02-07T20:14:42.000Z
2018-06-03T17:37:26.000Z
12.222222
41
0.681818
8,142
package gradleTest; public class Calculator { public double add (double x, double y) { return x+y; } }
3e134bc507a0276d09aadae43a6c4619a6f90fd4
227
java
Java
src/zajecia11bootcamp/OldDog.java
Konrad-code/NaukaCD
1f08750d65767bdb1a39f6369b1809a7159abfa9
[ "Unlicense" ]
null
null
null
src/zajecia11bootcamp/OldDog.java
Konrad-code/NaukaCD
1f08750d65767bdb1a39f6369b1809a7159abfa9
[ "Unlicense" ]
null
null
null
src/zajecia11bootcamp/OldDog.java
Konrad-code/NaukaCD
1f08750d65767bdb1a39f6369b1809a7159abfa9
[ "Unlicense" ]
null
null
null
17.461538
44
0.678414
8,143
package zajecia11bootcamp; public class OldDog implements Dog{ @Override public void bark(int iloscSzczekniec) { for(int i = 0; i < iloscSzczekniec; i++) { System.out.print("hauuu "); } System.out.println(); } }
3e134d1d6cdac32296f183b911f536780a1e4672
4,136
java
Java
src/test/java/ch/admin/bag/covidcode/authcodegeneration/web/controller/AuthCodeVerificationControllerV2SecurityTest.java
admin-ch/CovidCode-Service
d45c3f3522904ff6121709009459ed168dae73e7
[ "MIT" ]
14
2020-05-13T12:51:09.000Z
2021-09-11T08:45:20.000Z
src/test/java/ch/admin/bag/covidcode/authcodegeneration/web/controller/AuthCodeVerificationControllerV2SecurityTest.java
admin-ch/CovidCode-Service
d45c3f3522904ff6121709009459ed168dae73e7
[ "MIT" ]
15
2020-05-05T09:29:03.000Z
2021-05-25T12:37:27.000Z
src/test/java/ch/admin/bag/covidcode/authcodegeneration/web/controller/AuthCodeVerificationControllerV2SecurityTest.java
admin-ch/CovidCode-Service
d45c3f3522904ff6121709009459ed168dae73e7
[ "MIT" ]
5
2020-05-06T22:34:39.000Z
2021-11-29T16:54:13.000Z
49.238095
127
0.786509
8,144
package ch.admin.bag.covidcode.authcodegeneration.web.controller; import static org.mockito.ArgumentMatchers.anyBoolean; import static org.mockito.ArgumentMatchers.anyString; import static org.mockito.Mockito.times; import static org.mockito.Mockito.verify; import static org.mockito.Mockito.when; import static org.spr...
3e134d7f65c0ce3f2c85ce690da79a6f2d030234
663
java
Java
src/integration-test/java/org/webtree/social/stackexchange/AbstractStackObjectFetcherIntegrationTest.java
Max-Levicky/spring-social-stackexchange
6e51cd1235fbffc48980b89424bbdb1589960dca
[ "MIT" ]
2
2018-10-04T19:01:12.000Z
2018-10-04T19:01:14.000Z
src/integration-test/java/org/webtree/social/stackexchange/AbstractStackObjectFetcherIntegrationTest.java
Max-Levicky/spring-social-stackexchange
6e51cd1235fbffc48980b89424bbdb1589960dca
[ "MIT" ]
3
2018-09-26T16:19:57.000Z
2019-04-25T05:53:43.000Z
src/integration-test/java/org/webtree/social/stackexchange/AbstractStackObjectFetcherIntegrationTest.java
Web-tree/spring-social-stackexchange
6e51cd1235fbffc48980b89424bbdb1589960dca
[ "MIT" ]
null
null
null
28.826087
71
0.75264
8,145
package org.webtree.social.stackexchange; import org.junit.jupiter.api.BeforeEach; import org.webtree.social.stackexchange.api.StackExchange; import org.webtree.social.stackexchange.api.impl.StackExchangeTemplate; /** * Created by Udjin Skobelev on 06.10.2018. */ public abstract class AbstractStackObjectFetcherInt...
3e134dd550c18b37c330ffebb8d40f8192a1f124
2,467
java
Java
wicket/src/main/java/org/apache/wicket/protocol/http/servlet/AbortWithWebErrorCodeException.java
astubbs/wicket.get-portals2
6ceca0773ab057880643ba2bd87eb18855e04082
[ "Apache-2.0" ]
2
2015-11-23T16:52:11.000Z
2016-05-08T14:37:42.000Z
wicket/src/main/java/org/apache/wicket/protocol/http/servlet/AbortWithWebErrorCodeException.java
astubbs/wicket.get-portals2
6ceca0773ab057880643ba2bd87eb18855e04082
[ "Apache-2.0" ]
null
null
null
wicket/src/main/java/org/apache/wicket/protocol/http/servlet/AbortWithWebErrorCodeException.java
astubbs/wicket.get-portals2
6ceca0773ab057880643ba2bd87eb18855e04082
[ "Apache-2.0" ]
null
null
null
30.45679
93
0.738143
8,146
/* * 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 ...
3e134e141bad286009c78f5f7ae44670ba240349
697
java
Java
ms-limiter-client/src/main/java/com/sailfish/limiter/Application.java
xiaxinyu/ms-limiter
1295f87d1959a0bcc2dc95987a7b1f4b2e87ea25
[ "Apache-2.0" ]
null
null
null
ms-limiter-client/src/main/java/com/sailfish/limiter/Application.java
xiaxinyu/ms-limiter
1295f87d1959a0bcc2dc95987a7b1f4b2e87ea25
[ "Apache-2.0" ]
null
null
null
ms-limiter-client/src/main/java/com/sailfish/limiter/Application.java
xiaxinyu/ms-limiter
1295f87d1959a0bcc2dc95987a7b1f4b2e87ea25
[ "Apache-2.0" ]
null
null
null
29.041667
72
0.807747
8,147
package com.sailfish.limiter; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation....
3e134ecbe5ffe395f4728ca7715e80b87e9cc942
251
java
Java
src/Signal.java
g40st/Relaissteuerung-Raspberry-PI
6bffa372463c5493197bfae74e99a60cc4b6eaa7
[ "MIT" ]
null
null
null
src/Signal.java
g40st/Relaissteuerung-Raspberry-PI
6bffa372463c5493197bfae74e99a60cc4b6eaa7
[ "MIT" ]
null
null
null
src/Signal.java
g40st/Relaissteuerung-Raspberry-PI
6bffa372463c5493197bfae74e99a60cc4b6eaa7
[ "MIT" ]
null
null
null
16.733333
35
0.438247
8,148
class Signal { boolean green = true; public boolean getState() { return green; } public void changeState() { if(green) { green = false; } else { green = true; } } }
3e1350e9b2b83f1af7241eadf3590dbaf80455dc
903
java
Java
dbblog-backend/dbblog-portal/src/main/java/cn/dblearn/blog/portal/timeline/controller/TimelineController.java
awenaw/dbblog
7839b2b88825f181da5642b9ff73d630c86fd091
[ "Apache-2.0" ]
1,251
2018-10-08T06:43:37.000Z
2022-03-30T10:32:33.000Z
dbblog-backend/dbblog-portal/src/main/java/cn/dblearn/blog/portal/timeline/controller/TimelineController.java
awenaw/dbblog
7839b2b88825f181da5642b9ff73d630c86fd091
[ "Apache-2.0" ]
24
2019-04-20T13:47:18.000Z
2022-02-27T21:16:26.000Z
dbblog-backend/dbblog-portal/src/main/java/cn/dblearn/blog/portal/timeline/controller/TimelineController.java
awenaw/dbblog
7839b2b88825f181da5642b9ff73d630c86fd091
[ "Apache-2.0" ]
483
2019-04-07T14:29:48.000Z
2022-03-17T09:16:31.000Z
25.771429
69
0.764967
8,149
package cn.dblearn.blog.portal.timeline.controller; import cn.dblearn.blog.common.Result; import cn.dblearn.blog.entity.timeline.Timeline; import cn.dblearn.blog.portal.timeline.service.TimelineService; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMap...
3e1351087723975b079e0f59b4fdbd50b4eb37d0
873
java
Java
algorithms/search/SherlockAndArray.java
praveen-rgukt/Hackerrank-Solutions
5bb040de06dca0c16dba854923fdbd2b802c52ba
[ "MIT" ]
1
2019-09-10T18:19:12.000Z
2019-09-10T18:19:12.000Z
algorithms/search/SherlockAndArray.java
praveen-rgukt/Hackerrank-Solutions
5bb040de06dca0c16dba854923fdbd2b802c52ba
[ "MIT" ]
null
null
null
algorithms/search/SherlockAndArray.java
praveen-rgukt/Hackerrank-Solutions
5bb040de06dca0c16dba854923fdbd2b802c52ba
[ "MIT" ]
null
null
null
17.816327
90
0.549828
8,150
/** * * Problem Statement- * [Sherlock and Array](https://www.hackerrank.com/challenges/sherlock-and-array/problem) */ import java.util.ArrayList; import java.util.List; import java.util.Scanner; /** * @author nagasai praveen * */ public class SherlockAndArray { static String balancedSums(Li...
3e135248650d51e00699ea401933e5ef5dbcea8e
2,463
java
Java
gradle/wrapper/dists/gradle-2.2.1-all/c64ydeuardnfqctvr1gm30w53/gradle-2.2.1/src/core/org/gradle/logging/internal/logback/LogLevelConverter.java
bit-man/pushfish-android
5f4fcf56adf5a8cdb6f31d91c315bcd3b3dc93bc
[ "BSD-2-Clause" ]
158
2015-04-18T23:39:02.000Z
2021-07-01T18:28:29.000Z
gradle/wrapper/dists/gradle-2.2.1-all/c64ydeuardnfqctvr1gm30w53/gradle-2.2.1/src/core/org/gradle/logging/internal/logback/LogLevelConverter.java
bit-man/pushfish-android
5f4fcf56adf5a8cdb6f31d91c315bcd3b3dc93bc
[ "BSD-2-Clause" ]
31
2015-04-29T18:52:40.000Z
2020-06-29T19:25:24.000Z
gradle/wrapper/dists/gradle-2.2.1-all/c64ydeuardnfqctvr1gm30w53/gradle-2.2.1/src/core/org/gradle/logging/internal/logback/LogLevelConverter.java
bit-man/pushfish-android
5f4fcf56adf5a8cdb6f31d91c315bcd3b3dc93bc
[ "BSD-2-Clause" ]
32
2016-01-05T21:58:24.000Z
2021-06-21T21:56:34.000Z
34.690141
132
0.601299
8,151
/* * Copyright 2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
3e135274852d9047e268d0b42bfcfe903f695a00
6,207
java
Java
server/src/internalClusterTest/java/org/elasticsearch/search/functionscore/FunctionScoreFieldValueIT.java
diwasjoshi/elasticsearch
58ce0f94a0bbdf2576e0a00a62abe1854ee7fe2f
[ "Apache-2.0" ]
null
null
null
server/src/internalClusterTest/java/org/elasticsearch/search/functionscore/FunctionScoreFieldValueIT.java
diwasjoshi/elasticsearch
58ce0f94a0bbdf2576e0a00a62abe1854ee7fe2f
[ "Apache-2.0" ]
null
null
null
server/src/internalClusterTest/java/org/elasticsearch/search/functionscore/FunctionScoreFieldValueIT.java
diwasjoshi/elasticsearch
58ce0f94a0bbdf2576e0a00a62abe1854ee7fe2f
[ "Apache-2.0" ]
null
null
null
43.711268
125
0.610923
8,152
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server...
3e1352f09cc5b9d4b5b321365ee572591c1dca0d
174
java
Java
pet-clinic-data/src/main/java/io/github/slawomirr/petclinicspring/services/PetService.java
SlawomirR/PetClinic--Spring
46ef92ee59fce6d030c68c3c24256aa2e84fb8a0
[ "MIT" ]
1
2018-08-18T14:12:10.000Z
2018-08-18T14:12:10.000Z
pet-clinic-data/src/main/java/io/github/slawomirr/petclinicspring/services/PetService.java
SlawomirR/PetClinic--Spring
46ef92ee59fce6d030c68c3c24256aa2e84fb8a0
[ "MIT" ]
44
2018-08-09T10:25:44.000Z
2018-08-17T08:55:56.000Z
pet-clinic-data/src/main/java/io/github/slawomirr/petclinicspring/services/PetService.java
SlawomirR/PetClinic--Spring
46ef92ee59fce6d030c68c3c24256aa2e84fb8a0
[ "MIT" ]
null
null
null
21.75
60
0.821839
8,153
package io.github.slawomirr.petclinicspring.services; import io.github.slawomirr.petclinicspring.model.Pet; public interface PetService extends CrudService<Pet, Long> { }
3e13530f9368c9fafeee5ba3f554404e92a7342d
869
java
Java
microservice-caelum-course/monolith/fj33-eats-monolito-modular/eats-restaurante/src/main/java/br/com/caelum/eats/restaurante/HorarioDeFuncionamento.java
jether2011/alura-classes
09ab8d39d948688a4e6962a59c5ddc3494806974
[ "MIT" ]
1
2022-01-14T23:18:54.000Z
2022-01-14T23:18:54.000Z
microservice-caelum-course/monolith/fj33-eats-monolito-modular/eats-restaurante/src/main/java/br/com/caelum/eats/restaurante/HorarioDeFuncionamento.java
jether2011/alura-classes
09ab8d39d948688a4e6962a59c5ddc3494806974
[ "MIT" ]
7
2021-03-09T13:16:54.000Z
2022-03-09T13:44:26.000Z
microservice-caelum-course/monolith/fj33-eats-monolito-modular/eats-restaurante/src/main/java/br/com/caelum/eats/restaurante/HorarioDeFuncionamento.java
jether2011/alura-classes
09ab8d39d948688a4e6962a59c5ddc3494806974
[ "MIT" ]
null
null
null
19.75
52
0.827388
8,154
package br.com.caelum.eats.restaurante; import java.time.DayOfWeek; import java.time.LocalTime; import javax.persistence.Entity; import javax.persistence.EnumType; import javax.persistence.Enumerated; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import...
3e1353be7ac52ecdbbb0a210a63a5912d39a8db2
160
java
Java
org.povworld.collection/src/org/povworld/collection/tree/ImmutableAvlTreeNode.java
iquadrat/collection
058db58dd225c3886c075d973e359ac99ca536b9
[ "MIT" ]
3
2018-11-07T13:53:51.000Z
2020-04-28T07:15:36.000Z
org.povworld.collection/src/org/povworld/collection/tree/ImmutableAvlTreeNode.java
iquadrat/collection
058db58dd225c3886c075d973e359ac99ca536b9
[ "MIT" ]
null
null
null
org.povworld.collection/src/org/povworld/collection/tree/ImmutableAvlTreeNode.java
iquadrat/collection
058db58dd225c3886c075d973e359ac99ca536b9
[ "MIT" ]
null
null
null
40
119
0.83125
8,155
package org.povworld.collection.tree; public interface ImmutableAvlTreeNode<N extends ImmutableAvlTreeNode<N>> extends ImmutableTreeNode<N>, AvlTreeNode<N> { }
3e1353dc44dbca93e2f035813d71e5facaff1765
863
java
Java
Lucene/src/com/hwh/utils/Atc2DocConv.java
andrewv587/j2ee
cfafe9cb9f61d2cbd2ceb6098bbd7ff670cf2014
[ "Apache-2.0" ]
null
null
null
Lucene/src/com/hwh/utils/Atc2DocConv.java
andrewv587/j2ee
cfafe9cb9f61d2cbd2ceb6098bbd7ff670cf2014
[ "Apache-2.0" ]
null
null
null
Lucene/src/com/hwh/utils/Atc2DocConv.java
andrewv587/j2ee
cfafe9cb9f61d2cbd2ceb6098bbd7ff670cf2014
[ "Apache-2.0" ]
null
null
null
28.766667
76
0.711472
8,156
package com.hwh.utils; import org.apache.lucene.document.Document; import org.apache.lucene.document.Field; import org.apache.lucene.document.StringField; import org.apache.lucene.document.TextField; import com.hwh.model.Article; public class Atc2DocConv { public static Document atc2Doc(Article article...
3e13541fd31dcb38ca9c07dd4da6fa966941983c
2,440
java
Java
aliyun-java-sdk-dts-v5/src/main/java/com/aliyuncs/v5/dts/model/v20200101/StopMigrationJobRequest.java
aliyun/aliyun-openapi-java-sdk-v5
0ece7a0ba3730796e7a7ce4970a23865cd11b57c
[ "Apache-2.0" ]
4
2020-05-14T05:04:30.000Z
2021-08-20T11:08:46.000Z
aliyun-java-sdk-dts-v5/src/main/java/com/aliyuncs/v5/dts/model/v20200101/StopMigrationJobRequest.java
aliyun/aliyun-openapi-java-sdk-v5
0ece7a0ba3730796e7a7ce4970a23865cd11b57c
[ "Apache-2.0" ]
2
2020-10-13T07:47:10.000Z
2021-06-04T02:42:57.000Z
aliyun-java-sdk-dts-v5/src/main/java/com/aliyuncs/v5/dts/model/v20200101/StopMigrationJobRequest.java
aliyun/aliyun-openapi-java-sdk-v5
0ece7a0ba3730796e7a7ce4970a23865cd11b57c
[ "Apache-2.0" ]
null
null
null
25.957447
121
0.731148
8,157
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
3e1354b1a3ec301bc1274acb2acee59eabb09155
2,150
java
Java
src/main/java/com/arzio/pixelexprates/RatesCommand.java
Arzio/PixelEXPRates
4191ee3fae4a940aaa12a10ee4c8b63bcfc333fc
[ "Unlicense" ]
3
2020-08-18T23:00:43.000Z
2021-09-04T09:31:09.000Z
src/main/java/com/arzio/pixelexprates/RatesCommand.java
Arzio/PixelEXPRates
4191ee3fae4a940aaa12a10ee4c8b63bcfc333fc
[ "Unlicense" ]
null
null
null
src/main/java/com/arzio/pixelexprates/RatesCommand.java
Arzio/PixelEXPRates
4191ee3fae4a940aaa12a10ee4c8b63bcfc333fc
[ "Unlicense" ]
1
2020-10-10T02:31:37.000Z
2020-10-10T02:31:37.000Z
37.719298
149
0.654419
8,158
package com.arzio.pixelexprates; import org.spongepowered.api.command.CommandException; import org.spongepowered.api.command.CommandResult; import org.spongepowered.api.command.CommandSource; import org.spongepowered.api.command.args.CommandContext; import org.spongepowered.api.command.spec.CommandExecutor; import org...
3e1355201aaaab618397f2f3e2d2702c090566f4
886
java
Java
support/cas-server-support-token-core/src/test/java/org/apereo/cas/token/cipher/TokenTicketCipherExecutorTests.java
yauheni-sidarenka/apereo-cas
0cb298645b92777e1dcceffb27b0c388123cc29a
[ "Apache-2.0" ]
3
2018-10-10T09:05:29.000Z
2021-02-23T02:29:49.000Z
support/cas-server-support-token-core/src/test/java/org/apereo/cas/token/cipher/TokenTicketCipherExecutorTests.java
yauheni-sidarenka/apereo-cas
0cb298645b92777e1dcceffb27b0c388123cc29a
[ "Apache-2.0" ]
null
null
null
support/cas-server-support-token-core/src/test/java/org/apereo/cas/token/cipher/TokenTicketCipherExecutorTests.java
yauheni-sidarenka/apereo-cas
0cb298645b92777e1dcceffb27b0c388123cc29a
[ "Apache-2.0" ]
null
null
null
30.121212
113
0.71328
8,159
package org.apereo.cas.token.cipher; import org.junit.Test; import static org.junit.Assert.*; /** * This is {@link TokenTicketCipherExecutorTests}. * * @author Misagh Moayyed * @since 5.2.0 */ public class TokenTicketCipherExecutorTests { public static final String ST = "ST-1234567890"; @Test publ...
3e1355a8d8c1245219bbd52b433e8524dea8f8bf
2,328
java
Java
src/main/java/me/rosskelso/utilities_remastered/enchantment/SmeltingEnchantment.java
RossRKK/Utilities-Remastered
3467004312b1a8d882daf91a4fd3c0a6eef143ec
[ "MIT" ]
null
null
null
src/main/java/me/rosskelso/utilities_remastered/enchantment/SmeltingEnchantment.java
RossRKK/Utilities-Remastered
3467004312b1a8d882daf91a4fd3c0a6eef143ec
[ "MIT" ]
null
null
null
src/main/java/me/rosskelso/utilities_remastered/enchantment/SmeltingEnchantment.java
RossRKK/Utilities-Remastered
3467004312b1a8d882daf91a4fd3c0a6eef143ec
[ "MIT" ]
null
null
null
36.375
131
0.766753
8,160
package me.rosskelso.utilities_remastered.enchantment; import java.util.ArrayList; import java.util.List; import java.util.Optional; import me.rosskelso.utilities_remastered.UtilitiesRemasteredMod; import net.minecraft.block.BlockState; import net.minecraft.block.entity.BlockEntity; import net.minecraft.enchantment.E...
3e13564c2068cc369b714b2ef8cee53d5dce7b9f
894
java
Java
src/main/java/edu/cmu/team029/termproj/Review.java
automotua/645-project
c2c4176a619514d3dfb7bb63f2b73b753ba989be
[ "MIT" ]
null
null
null
src/main/java/edu/cmu/team029/termproj/Review.java
automotua/645-project
c2c4176a619514d3dfb7bb63f2b73b753ba989be
[ "MIT" ]
null
null
null
src/main/java/edu/cmu/team029/termproj/Review.java
automotua/645-project
c2c4176a619514d3dfb7bb63f2b73b753ba989be
[ "MIT" ]
null
null
null
16.254545
101
0.659955
8,161
package edu.cmu.team029.termproj; /** * Created by auta on 24/4/16. */ public class Review { public Review() { } private int stars; private String date; private String content; private String userName; public void setContent(String content) { this.content = content; } public String getContent() { ret...
3e13568a7659304681bbd8110c3a93f7cbe4f2cc
821
java
Java
BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/SelfDefaultWind.java
Vexatos/BloodMagic
30e18429eca8f64609c81b63d5690ec80bcddcad
[ "CC-BY-4.0" ]
null
null
null
BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/SelfDefaultWind.java
Vexatos/BloodMagic
30e18429eca8f64609c81b63d5690ec80bcddcad
[ "CC-BY-4.0" ]
null
null
null
BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/SelfDefaultWind.java
Vexatos/BloodMagic
30e18429eca8f64609c81b63d5690ec80bcddcad
[ "CC-BY-4.0" ]
null
null
null
29.321429
94
0.82095
8,162
package WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind; import java.util.List; import net.minecraft.entity.Entity; import net.minecraft.entity.EntityLiving; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.potion.PotionEffect; import net.minecraft.world.World; import ...
3e13570978d8b13e5b0a3b0f04939f057b746438
4,892
java
Java
cdap-data-fabric/src/main/java/co/cask/cdap/data/stream/StreamDataFileSplitter.java
pa-mahe/cdap
17e80b38a17215bced088d7c1c7ee58386d0ae59
[ "Apache-2.0" ]
3
2018-03-22T23:25:54.000Z
2018-03-22T23:36:44.000Z
cdap-data-fabric/src/main/java/co/cask/cdap/data/stream/StreamDataFileSplitter.java
pa-mahe/cdap
17e80b38a17215bced088d7c1c7ee58386d0ae59
[ "Apache-2.0" ]
21
2018-10-31T10:19:47.000Z
2020-02-06T12:06:05.000Z
cdap-data-fabric/src/main/java/co/cask/cdap/data/stream/StreamDataFileSplitter.java
pa-mahe/cdap
17e80b38a17215bced088d7c1c7ee58386d0ae59
[ "Apache-2.0" ]
5
2019-09-04T19:09:50.000Z
2020-04-22T16:06:50.000Z
37.630769
113
0.697465
8,163
/* * Copyright © 2014 Cask Data, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
3e13578054f8ad4c1630513c9965bbc31f43fd74
3,270
java
Java
src/main/java/ai/arcblroth/projectInception/client/taterwebz/TaterwebzControlScreen.java
Motschen/ProjectInception
5cc4313da52bb3e55c5f3347c2fcdc9bbb155b97
[ "MIT" ]
13
2020-08-17T10:01:29.000Z
2022-02-11T16:06:44.000Z
src/main/java/ai/arcblroth/projectInception/client/taterwebz/TaterwebzControlScreen.java
Motschen/ProjectInception
5cc4313da52bb3e55c5f3347c2fcdc9bbb155b97
[ "MIT" ]
9
2020-09-29T13:17:19.000Z
2021-05-31T02:16:44.000Z
src/main/java/ai/arcblroth/projectInception/client/taterwebz/TaterwebzControlScreen.java
Motschen/ProjectInception
5cc4313da52bb3e55c5f3347c2fcdc9bbb155b97
[ "MIT" ]
1
2021-02-21T07:58:57.000Z
2021-02-21T07:58:57.000Z
39.878049
175
0.649847
8,164
package ai.arcblroth.projectInception.client.taterwebz; import ai.arcblroth.projectInception.block.TaterwebzBlockEntity; import net.minecraft.client.gui.screen.Screen; import net.minecraft.client.gui.widget.ButtonWidget; import net.minecraft.client.gui.widget.TextFieldWidget; import net.minecraft.client.util.NarratorM...
3e13579bc33c4ddf674f8ffc5b5009ba662bf9d4
743
java
Java
android/src/main/java/com/flutter_webview_plugin/jsapi/JsApiModuleEx.java
whitekyo/pa_webview_plugin
bf43961ceff6dec817d1db02fb10ae9fcb25a1ed
[ "BSD-3-Clause" ]
4
2019-01-16T09:41:28.000Z
2019-09-21T13:14:09.000Z
android/src/main/java/com/flutter_webview_plugin/jsapi/JsApiModuleEx.java
whitekyo/pa_webview_plugin
bf43961ceff6dec817d1db02fb10ae9fcb25a1ed
[ "BSD-3-Clause" ]
null
null
null
android/src/main/java/com/flutter_webview_plugin/jsapi/JsApiModuleEx.java
whitekyo/pa_webview_plugin
bf43961ceff6dec817d1db02fb10ae9fcb25a1ed
[ "BSD-3-Clause" ]
null
null
null
21.228571
70
0.701211
8,165
package com.flutter_webview_plugin.jsapi; import android.widget.ProgressBar; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; /** * created by jyk on 2019/1/10. */ public class JsApiModuleEx { private static final...
3e1357c4ead6f041179b6282fe6fb3901c2492b4
10,927
java
Java
thrift/compiler/test/fixtures/basic-annotations/gen-android/MyServicePrioChild.java
killight98/fbthrift
c28d5036f96f7eab67c30abadc5ddbe627a11ee3
[ "Apache-2.0" ]
2,112
2015-01-02T11:34:27.000Z
2022-03-31T16:30:42.000Z
thrift/compiler/test/fixtures/basic-annotations/gen-android/MyServicePrioChild.java
killight98/fbthrift
c28d5036f96f7eab67c30abadc5ddbe627a11ee3
[ "Apache-2.0" ]
372
2015-01-05T10:40:09.000Z
2022-03-31T20:45:11.000Z
thrift/compiler/test/fixtures/basic-annotations/gen-android/MyServicePrioChild.java
killight98/fbthrift
c28d5036f96f7eab67c30abadc5ddbe627a11ee3
[ "Apache-2.0" ]
582
2015-01-03T01:51:56.000Z
2022-03-31T02:01:09.000Z
29.216578
173
0.667338
8,166
/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ import java.util.List; import java.util.ArrayList; import java.util.Map; import java.util.HashMap; import java.util.Set; import java.util.HashSet; import java.util.Collections; import java.util.BitSe...
3e135869e5963988438d041b78d8ddf3d5a4f17a
15,924
java
Java
core/src/com/dokkaebistudio/tacticaljourney/rendering/MapRenderer.java
Callilf/tactical-journey
c4025f6401b5254eccad0e23dc63fbebc745cc2a
[ "Apache-2.0" ]
2
2018-08-18T10:51:59.000Z
2019-03-13T14:18:17.000Z
core/src/com/dokkaebistudio/tacticaljourney/rendering/MapRenderer.java
Callilf/tactical-journey
c4025f6401b5254eccad0e23dc63fbebc745cc2a
[ "Apache-2.0" ]
43
2019-01-01T09:44:10.000Z
2019-07-03T08:21:17.000Z
core/src/com/dokkaebistudio/tacticaljourney/rendering/MapRenderer.java
Callilf/tactical-journey
c4025f6401b5254eccad0e23dc63fbebc745cc2a
[ "Apache-2.0" ]
null
null
null
30.216319
200
0.683371
8,167
/** * */ package com.dokkaebistudio.tacticaljourney.rendering; import java.util.Map.Entry; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.math.Vector2; import com.badlogic.gdx.scenes.scene2d.Actor; import com.badlogic.gdx.scenes.scene2d.Group; import com.badlogic.gdx.scenes.scene2d.Stage; import com.badlogic...
3e1358c6a27202e9041d22fc7b5741f78e2807fb
3,195
java
Java
Hangman/HangmanLv2Class.java
billykurniawanh/100MinigamesProject
a1f90a8233aab339c323d27a3020da3a7d202066
[ "MIT" ]
null
null
null
Hangman/HangmanLv2Class.java
billykurniawanh/100MinigamesProject
a1f90a8233aab339c323d27a3020da3a7d202066
[ "MIT" ]
null
null
null
Hangman/HangmanLv2Class.java
billykurniawanh/100MinigamesProject
a1f90a8233aab339c323d27a3020da3a7d202066
[ "MIT" ]
null
null
null
25.97561
85
0.52144
8,168
import java.util.*; public class HangmanLv2Class{ private Set<String> wordList; private SortedSet<Character> guesses; private int guessesLeft; private String pattern; public HangmanLv2Class(Collection<String> dictionary, int length, int max){ if (length < 1 || max < 0) throw new Il...
3e1359fbc1c6101f2a8555a3fd418cec5ade873d
2,313
java
Java
sparkybe-onap-service/src/main/java/org/onap/aai/sparky/viewandinspect/entity/EntityEntry.java
onap/aai-sparky-be
9e320c44e397071c100c5e7728a0a89ee3ebe485
[ "Apache-2.0" ]
null
null
null
sparkybe-onap-service/src/main/java/org/onap/aai/sparky/viewandinspect/entity/EntityEntry.java
onap/aai-sparky-be
9e320c44e397071c100c5e7728a0a89ee3ebe485
[ "Apache-2.0" ]
null
null
null
sparkybe-onap-service/src/main/java/org/onap/aai/sparky/viewandinspect/entity/EntityEntry.java
onap/aai-sparky-be
9e320c44e397071c100c5e7728a0a89ee3ebe485
[ "Apache-2.0" ]
null
null
null
30.038961
98
0.602248
8,169
/** * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. * Copyright © 2017-2018 Amdocs * =======================...
3e135a11a0a19f52c72625fee306fdb3ed97b1d6
1,207
java
Java
Minecraft/build/tmp/recompileMc/sources/net/minecraftforge/fml/common/versioning/ArtifactVersion.java
QinxiWang/Mincraft-Agent-Learn-to-Fight-Zombies-and-Slimes
019deb0b37674289d077fb69800ee97e5fdb47d1
[ "MIT" ]
22
2021-01-10T20:58:45.000Z
2021-12-19T18:11:35.000Z
Minecraft/build/tmp/recompileMc/sources/net/minecraftforge/fml/common/versioning/ArtifactVersion.java
QinxiWang/Mincraft-Agent-Learn-to-Fight-Zombies-and-Slimes
019deb0b37674289d077fb69800ee97e5fdb47d1
[ "MIT" ]
3
2021-01-10T20:59:19.000Z
2021-01-13T14:00:58.000Z
Minecraft/build/tmp/recompileMc/sources/net/minecraftforge/fml/common/versioning/ArtifactVersion.java
QinxiWang/Mincraft-Agent-Learn-to-Fight-Zombies-and-Slimes
019deb0b37674289d077fb69800ee97e5fdb47d1
[ "MIT" ]
4
2020-12-20T02:10:44.000Z
2022-01-25T19:38:53.000Z
31.736842
93
0.742123
8,170
/* * Minecraft Forge * Copyright (c) 2016. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * This library is distributed in the hope that it will...
3e135b956eb083cefaea5bcc3a14de8df61f9a4c
5,930
java
Java
src/main/java/org/dynalang/dynalink/support/ClassMap.java
YunLemon/dynalink
f524803f1c3e88bba274295329d6ff879769b501
[ "Apache-2.0", "BSD-3-Clause" ]
71
2015-01-07T21:08:50.000Z
2022-03-01T11:47:58.000Z
src/main/java/org/dynalang/dynalink/support/ClassMap.java
YunLemon/dynalink
f524803f1c3e88bba274295329d6ff879769b501
[ "Apache-2.0", "BSD-3-Clause" ]
3
2015-01-23T10:02:35.000Z
2016-07-31T21:27:47.000Z
src/main/java/org/dynalang/dynalink/support/ClassMap.java
YunLemon/dynalink
f524803f1c3e88bba274295329d6ff879769b501
[ "Apache-2.0", "BSD-3-Clause" ]
19
2015-01-07T21:09:08.000Z
2021-08-17T13:49:23.000Z
40.340136
119
0.667622
8,171
/* Copyright 2009-2013 Attila Szegedi Licensed under both the Apache License, Version 2.0 (the "Apache License") and the BSD License (the "BSD License"), with licensee being free to choose either of the two at their discretion. You may not use this file except in compliance with either the Apache Li...
3e135c1173b1aee691a705e0ebb1b723ed3f9b76
5,548
java
Java
saminda/cipres-airavata/cipres-portal/portal2/src/main/java/org/ngbw/web/model/impl/tool/clustalw_profileValidator.java
SciGaP/DEPRECATED-Cipres-Airavata-POC
a2f3dce75ce6c8e23c8cdde14ece708b5a0ad4ab
[ "Apache-2.0" ]
null
null
null
saminda/cipres-airavata/cipres-portal/portal2/src/main/java/org/ngbw/web/model/impl/tool/clustalw_profileValidator.java
SciGaP/DEPRECATED-Cipres-Airavata-POC
a2f3dce75ce6c8e23c8cdde14ece708b5a0ad4ab
[ "Apache-2.0" ]
null
null
null
saminda/cipres-airavata/cipres-portal/portal2/src/main/java/org/ngbw/web/model/impl/tool/clustalw_profileValidator.java
SciGaP/DEPRECATED-Cipres-Airavata-POC
a2f3dce75ce6c8e23c8cdde14ece708b5a0ad4ab
[ "Apache-2.0" ]
null
null
null
33.421687
94
0.69881
8,172
package org.ngbw.web.model.impl.tool; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import org.ngbw.sdk.api.tool.ParameterValidator; import org.ngbw.sdk.common.util.BaseValidator; import org.ngbw.sdk.database.TaskInputSourceDocument; publ...
3e135c59c45e8db7172ffa21b3778a8365e9c3f0
246
java
Java
CodingBat/Recursion-1/Recursion1count11.java
wizardassassin/Fun-Coding
56b9f338b27fc8fca01fa8f7c0ed4d47f697eb5d
[ "MIT" ]
null
null
null
CodingBat/Recursion-1/Recursion1count11.java
wizardassassin/Fun-Coding
56b9f338b27fc8fca01fa8f7c0ed4d47f697eb5d
[ "MIT" ]
null
null
null
CodingBat/Recursion-1/Recursion1count11.java
wizardassassin/Fun-Coding
56b9f338b27fc8fca01fa8f7c0ed4d47f697eb5d
[ "MIT" ]
null
null
null
30.75
114
0.577236
8,173
public class Recursion1count11 { public int count11(String str) { if (str.length() <= 1) return 0; return (str.substring(0, 2).equals("11")) ? 1 + count11(str.substring(2)) : 0 + count11(str.substring(1)); } }
3e135c628174530a25b5fdd0500551e260a61253
6,157
java
Java
src/main/java/uk/ac/ebi/intact/editor/controller/dashboard/DashboardController.java
EBI-IntAct/editor
8bd0c1412aa9ac8ae66835c841b1a79f19fafa33
[ "CC-BY-4.0" ]
null
null
null
src/main/java/uk/ac/ebi/intact/editor/controller/dashboard/DashboardController.java
EBI-IntAct/editor
8bd0c1412aa9ac8ae66835c841b1a79f19fafa33
[ "CC-BY-4.0" ]
1
2016-06-28T13:36:20.000Z
2016-06-28T13:36:20.000Z
src/main/java/uk/ac/ebi/intact/editor/controller/dashboard/DashboardController.java
EBI-IntAct/Editor
8bd0c1412aa9ac8ae66835c841b1a79f19fafa33
[ "CC-BY-4.0" ]
null
null
null
34.982955
136
0.712197
8,174
/** * Copyright 2010 The European Bioinformatics Institute, and others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
3e135cf19fcce5f0259a83f6239ab5b2c0e313eb
996
java
Java
app/auth/AdminAuthenticator.java
yuhuanxi/play2
d1691abd44d9a253de1a3376a2b42e8faefb495c
[ "Apache-2.0" ]
1
2016-09-09T10:00:11.000Z
2016-09-09T10:00:11.000Z
app/auth/AdminAuthenticator.java
yuhuanxi/play2
d1691abd44d9a253de1a3376a2b42e8faefb495c
[ "Apache-2.0" ]
null
null
null
app/auth/AdminAuthenticator.java
yuhuanxi/play2
d1691abd44d9a253de1a3376a2b42e8faefb495c
[ "Apache-2.0" ]
null
null
null
25.538462
64
0.572289
8,175
package auth; import models.User; import play.mvc.Http; import play.mvc.Result; import play.mvc.Security; import play.twirl.api.Content; /** * Created by yuhuanxi on 16/6/18. */ public class AdminAuthenticator extends Security.Authenticator { public String getUsername(Http.Context ctx) { String uid = ...
3e135d0de70dd667e1d818c1ed21609904373e16
2,179
java
Java
USACOContest/2018Dec/Silver/convention2/convention2.java
UlyssesZh/AlgorithmTraining
a3d3c95cf60f0b73a13d297ef699617a19d0b80e
[ "CC0-1.0" ]
null
null
null
USACOContest/2018Dec/Silver/convention2/convention2.java
UlyssesZh/AlgorithmTraining
a3d3c95cf60f0b73a13d297ef699617a19d0b80e
[ "CC0-1.0" ]
null
null
null
USACOContest/2018Dec/Silver/convention2/convention2.java
UlyssesZh/AlgorithmTraining
a3d3c95cf60f0b73a13d297ef699617a19d0b80e
[ "CC0-1.0" ]
null
null
null
25.337209
70
0.65397
8,176
import java.io.*; import java.util.*; public class convention2 { private static final String PROG = "convention2"; private static int n; private static int[] arrivals; private static int[] eatTime; private static boolean[] waiting; private static Integer[] approaching; private static int approachingI; private...
3e135efd00460d0b07014547a221fddde053e421
1,539
java
Java
platform-common/src/test/java/com/softicar/platform/common/testing/AssertionErrorMessageCollectorTest.java
softicar/platform
d4cf99f3e3537272af23bf60f6b088891bd271ff
[ "MIT" ]
1
2021-11-25T09:58:31.000Z
2021-11-25T09:58:31.000Z
platform-common/src/test/java/com/softicar/platform/common/testing/AssertionErrorMessageCollectorTest.java
softicar/platform
d4cf99f3e3537272af23bf60f6b088891bd271ff
[ "MIT" ]
22
2021-11-10T13:59:22.000Z
2022-03-04T16:38:33.000Z
platform-common/src/test/java/com/softicar/platform/common/testing/AssertionErrorMessageCollectorTest.java
softicar/platform
d4cf99f3e3537272af23bf60f6b088891bd271ff
[ "MIT" ]
null
null
null
26.534483
93
0.77193
8,177
package com.softicar.platform.common.testing; import com.softicar.platform.common.string.formatting.StackTraceFormatting; import org.junit.Test; public class AssertionErrorMessageCollectorTest extends AbstractTest { private final AssertionErrorMessageCollector collector; public AssertionErrorMessageCollectorTest(...
3e135f02a47de88eea5d719bce7f5eb8a9dcdfdd
1,890
java
Java
src/main/java/org/pokowaka/hanabi/ai/rl4j/HanabiState.java
pokowaka/hanabi
3ff26fa082ed3fb00b6cf08e12d9702725a688d7
[ "MIT" ]
1
2020-03-05T16:56:57.000Z
2020-03-05T16:56:57.000Z
src/main/java/org/pokowaka/hanabi/ai/rl4j/HanabiState.java
pokowaka/hanabi
3ff26fa082ed3fb00b6cf08e12d9702725a688d7
[ "MIT" ]
null
null
null
src/main/java/org/pokowaka/hanabi/ai/rl4j/HanabiState.java
pokowaka/hanabi
3ff26fa082ed3fb00b6cf08e12d9702725a688d7
[ "MIT" ]
null
null
null
30.983607
84
0.564021
8,178
package org.pokowaka.hanabi.ai.rl4j; import org.pokowaka.hanabi.Card; import org.pokowaka.hanabi.Game; import org.pokowaka.hanabi.Player; import org.deeplearning4j.rl4j.space.Encodable; import java.util.Vector; public class HanabiState implements Encodable { static final int PILES = 2 * (Card.Color.values().len...
3e135f85b4973aa7ce571d2c5f2f07933fceaff5
1,577
java
Java
instrument-simulator/system-modules/instrument-simulator-logger-module/src/main/java/com/shulie/instrument/simulator/module/logger/common/LoggerHelper.java
vinzhangya/LinkAgent
3e58956a4bb3a251767de058e98a3170a897f90d
[ "Apache-2.0" ]
104
2021-06-24T09:39:13.000Z
2022-03-31T14:33:27.000Z
instrument-simulator/system-modules/instrument-simulator-logger-module/src/main/java/com/shulie/instrument/simulator/module/logger/common/LoggerHelper.java
vinzhangya/LinkAgent
3e58956a4bb3a251767de058e98a3170a897f90d
[ "Apache-2.0" ]
38
2021-06-25T09:32:27.000Z
2022-03-31T18:33:36.000Z
instrument-simulator/system-modules/instrument-simulator-logger-module/src/main/java/com/shulie/instrument/simulator/module/logger/common/LoggerHelper.java
vinzhangya/LinkAgent
3e58956a4bb3a251767de058e98a3170a897f90d
[ "Apache-2.0" ]
81
2021-06-24T09:52:35.000Z
2022-02-27T13:22:17.000Z
32.833333
70
0.715736
8,179
/** * Copyright 2021 Shulie Technology, Co.Ltd * Email: lyhxr@example.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
3e136029cd281ac3bfd1c8e0542aced01c8ef8d5
352
java
Java
L02.2.3-JavaInstrumentation/src/com/javapapers/java/instrumentation/DurationAgent.java
lanaflonPerso/otus_java_2018_04
13f91ab3dc08e34cea1e859d234f87ec47e4ab08
[ "MIT" ]
9
2018-04-13T18:51:49.000Z
2021-12-16T22:58:57.000Z
L02.2.3-JavaInstrumentation/src/com/javapapers/java/instrumentation/DurationAgent.java
myluckagain/otus_java_2018_04
13f91ab3dc08e34cea1e859d234f87ec47e4ab08
[ "MIT" ]
null
null
null
L02.2.3-JavaInstrumentation/src/com/javapapers/java/instrumentation/DurationAgent.java
myluckagain/otus_java_2018_04
13f91ab3dc08e34cea1e859d234f87ec47e4ab08
[ "MIT" ]
17
2018-04-12T13:40:08.000Z
2021-12-16T22:58:47.000Z
27.076923
69
0.767045
8,180
package com.javapapers.java.instrumentation; import java.lang.instrument.Instrumentation; public class DurationAgent { // for all the class loaded, premain will be called public static void premain(String agentArgs, Instrumentation inst) { System.out.println("Executing premain........."); inst.addTransformer(n...
3e13603020988572ab217cd3aa614cddcb29834f
3,222
java
Java
src/cn/tzm/oa/domain/User.java
spacestime/TZMOA
6ac95efb5d57857cced27260fbd1798b7b94713f
[ "Apache-2.0" ]
null
null
null
src/cn/tzm/oa/domain/User.java
spacestime/TZMOA
6ac95efb5d57857cced27260fbd1798b7b94713f
[ "Apache-2.0" ]
null
null
null
src/cn/tzm/oa/domain/User.java
spacestime/TZMOA
6ac95efb5d57857cced27260fbd1798b7b94713f
[ "Apache-2.0" ]
null
null
null
17.606557
74
0.664494
8,181
package cn.tzm.oa.domain; import java.io.Serializable; import java.util.Collection; import java.util.HashSet; import java.util.Set; import com.opensymphony.xwork2.ActionContext; /** * 用户 * * @author tyg * */ public class User implements Serializable { private Long id; private Department department; privat...
3e1361184ae601a036fe20073ea7454ed2a32fc6
11,364
java
Java
ext/platforms/android/app/src/java/com/jamar/penengine/PenBitmap.java
fentacoder/NanoEngine
9c4e27b7b7b1d8335d21aa02385afc96a7ea8188
[ "Apache-2.0" ]
null
null
null
ext/platforms/android/app/src/java/com/jamar/penengine/PenBitmap.java
fentacoder/NanoEngine
9c4e27b7b7b1d8335d21aa02385afc96a7ea8188
[ "Apache-2.0" ]
null
null
null
ext/platforms/android/app/src/java/com/jamar/penengine/PenBitmap.java
fentacoder/NanoEngine
9c4e27b7b7b1d8335d21aa02385afc96a7ea8188
[ "Apache-2.0" ]
null
null
null
34.858896
173
0.549102
8,182
/************************************************************************************************* Copyright 2021 Jamar Phillip 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 copyri...
3e136216fc65fa864046cf903d729718ee68ab6a
1,560
java
Java
src/main/java/io/dgraph/client/ValueDecoders.java
windoze/dgraph4j
77dff62155381de7ccabea6b1eba809570220360
[ "Apache-2.0" ]
null
null
null
src/main/java/io/dgraph/client/ValueDecoders.java
windoze/dgraph4j
77dff62155381de7ccabea6b1eba809570220360
[ "Apache-2.0" ]
null
null
null
src/main/java/io/dgraph/client/ValueDecoders.java
windoze/dgraph4j
77dff62155381de7ccabea6b1eba809570220360
[ "Apache-2.0" ]
1
2021-11-01T17:34:03.000Z
2021-11-01T17:34:03.000Z
34.666667
112
0.728205
8,183
/* * Copyright 2016 DGraph Labs, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
3e13633c66b543b2ee9665b5435d6d0db20dcce9
3,943
java
Java
jadx-plugins/jadx-dex-input/src/main/java/jadx/plugins/input/dex/insns/DexInsnData.java
xdnice/jadx
7a93d0d93c68083bb7e5f72bbc8a9a00d7916e49
[ "Apache-2.0" ]
1
2021-03-05T11:36:06.000Z
2021-03-05T11:36:06.000Z
jadx-plugins/jadx-dex-input/src/main/java/jadx/plugins/input/dex/insns/DexInsnData.java
decodelove/jadx
9f684937c666609082612278aa1cab146d49b7c0
[ "Apache-2.0" ]
1
2020-11-05T18:02:35.000Z
2020-11-05T18:02:35.000Z
jadx-plugins/jadx-dex-input/src/main/java/jadx/plugins/input/dex/insns/DexInsnData.java
decodelove/jadx
9f684937c666609082612278aa1cab146d49b7c0
[ "Apache-2.0" ]
1
2021-03-05T11:36:08.000Z
2021-03-05T11:36:08.000Z
18.866029
75
0.709358
8,184
package jadx.plugins.input.dex.insns; import org.jetbrains.annotations.Nullable; import jadx.api.plugins.input.data.IFieldData; import jadx.api.plugins.input.data.IMethodRef; import jadx.api.plugins.input.insns.InsnData; import jadx.api.plugins.input.insns.InsnIndexType; import jadx.api.plugins.input.insns.Opcode; im...
3e13638410116f8d5aaa1bde8fd7847689aa56ae
541
java
Java
maja-web/src/main/java/de/mwvb/maja/web/ActionBase.java
SoltauFintel/maja-web
618d9b9b9f60dc2c4e7ef6fbb15f9c16353757ab
[ "Apache-2.0" ]
null
null
null
maja-web/src/main/java/de/mwvb/maja/web/ActionBase.java
SoltauFintel/maja-web
618d9b9b9f60dc2c4e7ef6fbb15f9c16353757ab
[ "Apache-2.0" ]
null
null
null
maja-web/src/main/java/de/mwvb/maja/web/ActionBase.java
SoltauFintel/maja-web
618d9b9b9f60dc2c4e7ef6fbb15f9c16353757ab
[ "Apache-2.0" ]
null
null
null
23.521739
119
0.687616
8,185
package de.mwvb.maja.web; import spark.Request; import spark.Response; /** * Pageless Action * * You can access Request (req) and Response (res) within run(). Prefer the Action class if the action has got a page. * Use this class for pageless actions, e.g. save actions that redirect to another page. ...
3e13640f6bbec93bb6bddc3ff7fbeec66cce6d0d
103
java
Java
src/main/java/br/com/zupacademy/haline/proposta/carteira/TipoCarteira.java
Haline26/orange-talents-04-template-proposta
88dbc13b5107821666f2b9750d7d655c5879e4fe
[ "Apache-2.0" ]
null
null
null
src/main/java/br/com/zupacademy/haline/proposta/carteira/TipoCarteira.java
Haline26/orange-talents-04-template-proposta
88dbc13b5107821666f2b9750d7d655c5879e4fe
[ "Apache-2.0" ]
null
null
null
src/main/java/br/com/zupacademy/haline/proposta/carteira/TipoCarteira.java
Haline26/orange-talents-04-template-proposta
88dbc13b5107821666f2b9750d7d655c5879e4fe
[ "Apache-2.0" ]
null
null
null
14.714286
51
0.796117
8,186
package br.com.zupacademy.haline.proposta.carteira; public enum TipoCarteira { PAYPAL, SAMSUNGPAY }
3e13646c5afe9b1dc2163f4045f4014a11411661
11,559
java
Java
plugins/mps-kotlin/languages/kotlin/source_gen/jetbrains/mps/kotlin/editor/SuperClassSpecifier_EditorBuilder_a.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
plugins/mps-kotlin/languages/kotlin/source_gen/jetbrains/mps/kotlin/editor/SuperClassSpecifier_EditorBuilder_a.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
plugins/mps-kotlin/languages/kotlin/source_gen/jetbrains/mps/kotlin/editor/SuperClassSpecifier_EditorBuilder_a.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
55.042857
278
0.791418
8,187
package jetbrains.mps.kotlin.editor; /*Generated by MPS */ import jetbrains.mps.editor.runtime.descriptor.AbstractEditorBuilder; import org.jetbrains.annotations.NotNull; import org.jetbrains.mps.openapi.model.SNode; import jetbrains.mps.openapi.editor.EditorContext; import jetbrains.mps.openapi.editor.cells.EditorCe...
3e1364a04c2b9fb5e6d6a32d6e660c8dbf32afef
538
java
Java
src/main/java/com/stevezero/aws/api/exceptions/InvalidApiInvocation.java
fitzcairn/GoalTenderAWS
362faf6b1dd7da71a11a7913a4472c25f5812cca
[ "MIT" ]
1
2018-07-25T19:43:09.000Z
2018-07-25T19:43:09.000Z
src/main/java/com/stevezero/aws/api/exceptions/InvalidApiInvocation.java
fitzcairn/GoalTenderAWS
362faf6b1dd7da71a11a7913a4472c25f5812cca
[ "MIT" ]
null
null
null
src/main/java/com/stevezero/aws/api/exceptions/InvalidApiInvocation.java
fitzcairn/GoalTenderAWS
362faf6b1dd7da71a11a7913a4472c25f5812cca
[ "MIT" ]
null
null
null
28.315789
61
0.710037
8,188
package com.stevezero.aws.api.exceptions; import com.stevezero.aws.api.http.StatusCode; /** * Thrown when the invocation path is malformed. * Checked exception by design. */ public class InvalidApiInvocation extends ApiException { public InvalidApiInvocation() { this.message = "Malformed API call."...
3e136574ad68e9f76e6cdcfcf1f2adc117f4c3f9
4,298
java
Java
src/main/java/org/orecruncher/dsurround/registry/acoustics/SimpleAcoustic.java
Tsoccerguy3/DynamicSurroundings
93040490bef8591a99c25aa154098a97ab271edd
[ "MIT" ]
125
2016-12-06T06:04:18.000Z
2022-03-21T00:47:23.000Z
src/main/java/org/orecruncher/dsurround/registry/acoustics/SimpleAcoustic.java
Tsoccerguy3/DynamicSurroundings
93040490bef8591a99c25aa154098a97ab271edd
[ "MIT" ]
762
2016-12-05T22:11:58.000Z
2022-03-27T16:27:52.000Z
src/main/java/org/orecruncher/dsurround/registry/acoustics/SimpleAcoustic.java
Tsoccerguy3/DynamicSurroundings
93040490bef8591a99c25aa154098a97ab271edd
[ "MIT" ]
78
2016-12-11T09:44:31.000Z
2022-03-27T16:44:55.000Z
31.372263
93
0.732434
8,189
/* * This file is part of Dynamic Surroundings, licensed under the MIT License (MIT). * * Copyright (c) OreCruncher * * 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 restrictio...
3e1365a12b4e53110483aad976b030e9dcfd1d84
1,030
java
Java
origin-product/origin-product-dao/src/main/java/tech/aegean/next/origin/product/model/product/ProductLog.java
aegean-next/aegean-next-origin
0e540b2e33daeb005106153632ee65324914d425
[ "Apache-2.0" ]
null
null
null
origin-product/origin-product-dao/src/main/java/tech/aegean/next/origin/product/model/product/ProductLog.java
aegean-next/aegean-next-origin
0e540b2e33daeb005106153632ee65324914d425
[ "Apache-2.0" ]
null
null
null
origin-product/origin-product-dao/src/main/java/tech/aegean/next/origin/product/model/product/ProductLog.java
aegean-next/aegean-next-origin
0e540b2e33daeb005106153632ee65324914d425
[ "Apache-2.0" ]
null
null
null
35.517241
136
0.720388
8,190
/* * Copyright (c) 2021. Aegean Next OpenSource FrameWork * * 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 ...
3e13662abe9034e6872f316db90a81788625b6d8
834
java
Java
Corpus/birt/4906.java
JamesCao2048/BlizzardData
a524bec4f0d297bb748234eeb1c2fcdee3dce7d7
[ "MIT" ]
1
2022-01-15T02:47:45.000Z
2022-01-15T02:47:45.000Z
Corpus/birt/4906.java
JamesCao2048/BlizzardData
a524bec4f0d297bb748234eeb1c2fcdee3dce7d7
[ "MIT" ]
null
null
null
Corpus/birt/4906.java
JamesCao2048/BlizzardData
a524bec4f0d297bb748234eeb1c2fcdee3dce7d7
[ "MIT" ]
null
null
null
33.36
81
0.6247
8,191
/******************************************************************************* * Copyright (c) 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
3e136890c79638007405aeb14cc0657e803e5b88
655
java
Java
microservicios-spring-distributed/microservicio-usuarios/src/main/java/co/jdti/example/microserviciousuarios/app/services/IStudentServices.java
jdavidtorres/spring-practice
7ef4c8d0c0a459d85d9ef5106b303534637309d5
[ "MIT" ]
null
null
null
microservicios-spring-distributed/microservicio-usuarios/src/main/java/co/jdti/example/microserviciousuarios/app/services/IStudentServices.java
jdavidtorres/spring-practice
7ef4c8d0c0a459d85d9ef5106b303534637309d5
[ "MIT" ]
null
null
null
microservicios-spring-distributed/microservicio-usuarios/src/main/java/co/jdti/example/microserviciousuarios/app/services/IStudentServices.java
jdavidtorres/spring-practice
7ef4c8d0c0a459d85d9ef5106b303534637309d5
[ "MIT" ]
3
2021-08-06T20:21:04.000Z
2022-02-07T14:47:24.000Z
26.2
74
0.792366
8,192
package co.jdti.example.microserviciousuarios.app.services; import co.jdti.example.commons.student.models.entities.StudentEntity; import co.jdti.example.microserviciocommons.services.ICommonServices; import java.util.List; import java.util.Optional; public interface IStudentServices extends ICommonServices<StudentEn...
3e13695f43758d39f3d383f607e666c38f269d31
8,264
java
Java
src/main/java/com/google/location/suplclient/asn1/supl2/supl_triggered_start/WLANAreaId.java
RogerioDoCarmo/supl-client
4ccc275f42a5894dd03f1acea8667fddbe021617
[ "Apache-2.0" ]
45
2019-01-16T23:49:27.000Z
2022-03-31T14:52:23.000Z
src/main/java/com/google/location/suplclient/asn1/supl2/supl_triggered_start/WLANAreaId.java
RogerioDoCarmo/supl-client
4ccc275f42a5894dd03f1acea8667fddbe021617
[ "Apache-2.0" ]
5
2019-04-11T18:38:28.000Z
2021-04-08T15:56:44.000Z
src/main/java/com/google/location/suplclient/asn1/supl2/supl_triggered_start/WLANAreaId.java
RogerioDoCarmo/supl-client
4ccc275f42a5894dd03f1acea8667fddbe021617
[ "Apache-2.0" ]
25
2019-04-10T22:16:10.000Z
2022-02-24T08:50:17.000Z
25.744548
108
0.682599
8,193
// Copyright 2018 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
3e136b5293506f1584090ff263b1efcf0461a3c2
8,231
java
Java
eu.scasefp7.eclipse.servicecomposition/src/eu/scasefp7/eclipse/servicecomposition/importer/PythonImporter.java
s-case/web-service-composition
4af1baa98af96c034082e36d751ad33e711c3348
[ "Apache-2.0" ]
1
2016-08-13T06:57:40.000Z
2016-08-13T06:57:40.000Z
eu.scasefp7.eclipse.servicecomposition/src/eu/scasefp7/eclipse/servicecomposition/importer/PythonImporter.java
s-case/web-service-composition
4af1baa98af96c034082e36d751ad33e711c3348
[ "Apache-2.0" ]
null
null
null
eu.scasefp7.eclipse.servicecomposition/src/eu/scasefp7/eclipse/servicecomposition/importer/PythonImporter.java
s-case/web-service-composition
4af1baa98af96c034082e36d751ad33e711c3348
[ "Apache-2.0" ]
null
null
null
33.595918
97
0.658243
8,194
package eu.scasefp7.eclipse.servicecomposition.importer; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.net.URL; import java.util.ArrayList; import java.util.Arrays; import org.eclipse.core.runtime.FileLocator; import org.eclipse.core.runtime.Platform; import org.osgi.frame...
3e136b697c1c8a17bf3131f092a6bd296fad85f9
2,631
java
Java
tools-common/src/main/java/cn/gjing/tools/common/result/PageResult.java
sybcnlh/tools
1e4801f7db81fc5030d46358c7347e685e3a604c
[ "MIT" ]
2
2020-06-23T07:23:35.000Z
2020-06-23T07:23:38.000Z
tools-common/src/main/java/cn/gjing/tools/common/result/PageResult.java
jiangxd0716/tools
e52e7218d177b1c8172dcfc1ea9899e8814ff263
[ "MIT" ]
null
null
null
tools-common/src/main/java/cn/gjing/tools/common/result/PageResult.java
jiangxd0716/tools
e52e7218d177b1c8172dcfc1ea9899e8814ff263
[ "MIT" ]
null
null
null
23.702703
119
0.59065
8,195
package cn.gjing.tools.common.result; import lombok.Data; import java.io.Serializable; import java.util.List; /** * 分页结果集 * @author Gjing **/ @Data public class PageResult<T> implements Serializable { /** * 数据 */ private List<T> data; /** * 总页数 */ private long totalPages; ...
3e136c7a14d4b1d7e61932a51d998318800efa21
7,886
java
Java
plugins/ldapservers/src/main/java/org/apache/directory/studio/ldapservers/wizards/NewServerWizard.java
mrod0101/directory-studio
37d3378f38d8347647a1402b560960a21e4dbbc7
[ "Apache-2.0" ]
89
2015-04-21T15:07:03.000Z
2022-03-19T11:45:14.000Z
plugins/ldapservers/src/main/java/org/apache/directory/studio/ldapservers/wizards/NewServerWizard.java
Munins-eye/directory-studio
5cbde8abeb04db2354a0c23ed4f92e92d97f9574
[ "Apache-2.0" ]
3
2018-04-16T19:45:33.000Z
2018-08-21T18:01:12.000Z
plugins/ldapservers/src/main/java/org/apache/directory/studio/ldapservers/wizards/NewServerWizard.java
Munins-eye/directory-studio
5cbde8abeb04db2354a0c23ed4f92e92d97f9574
[ "Apache-2.0" ]
54
2015-03-27T16:28:45.000Z
2022-02-25T16:54:28.000Z
34.467249
136
0.630179
8,196
/* * 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")...
3e136cf46f1679dc71ad9d73e686ef32635d8a38
779
java
Java
ogham-test-utils/src/main/java/fr/sii/ogham/testing/sms/simulator/bean/SimpleAddress.java
groupe-sii/ogham
cb303d2168a5f2a0bca69b4b5b92bdb3de90cfab
[ "Apache-2.0" ]
18
2016-04-28T10:19:30.000Z
2021-10-05T12:04:39.000Z
ogham-test-utils/src/main/java/fr/sii/ogham/testing/sms/simulator/bean/SimpleAddress.java
groupe-sii/ogham
cb303d2168a5f2a0bca69b4b5b92bdb3de90cfab
[ "Apache-2.0" ]
99
2015-08-13T13:24:27.000Z
2021-09-24T06:45:57.000Z
ogham-test-utils/src/main/java/fr/sii/ogham/testing/sms/simulator/bean/SimpleAddress.java
groupe-sii/ogham
cb303d2168a5f2a0bca69b4b5b92bdb3de90cfab
[ "Apache-2.0" ]
16
2015-09-08T09:21:22.000Z
2022-03-04T10:43:20.000Z
17.311111
70
0.646983
8,197
package fr.sii.ogham.testing.sms.simulator.bean; /** * Just provide field values * * @author Aurélien Baudet * */ public class SimpleAddress implements Address { private final String address; private final byte ton; private final byte npi; /** * @param address * the address (phone number, IP ...
3e136d21110d521efb715492c9f85573c0ae2718
1,700
java
Java
sharding-proxy/src/test/java/io/shardingsphere/proxy/transport/mysql/packet/command/query/text/TextResultSetRowPacketTest.java
hadoop835/sharding-jdbc
04571e42870e0447021605efdd0de70c8ae0ebce
[ "Apache-2.0" ]
1
2018-09-06T09:15:09.000Z
2018-09-06T09:15:09.000Z
sharding-proxy/src/test/java/io/shardingsphere/proxy/transport/mysql/packet/command/query/text/TextResultSetRowPacketTest.java
zhongshan0525/sharding-sphere
399f92d68e22588365dfecb545cc0f645e59ca18
[ "Apache-2.0" ]
null
null
null
sharding-proxy/src/test/java/io/shardingsphere/proxy/transport/mysql/packet/command/query/text/TextResultSetRowPacketTest.java
zhongshan0525/sharding-sphere
399f92d68e22588365dfecb545cc0f645e59ca18
[ "Apache-2.0" ]
null
null
null
34.693878
80
0.737647
8,198
/* * Copyright 2016-2018 shardingsphere.io. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
3e136d355f9d7ac6e871e8a8e16ccc2fee6efbff
18,501
java
Java
services/core/java/com/android/server/wm/VrController.java
rio-31/android_frameworks_base-1
091a068a3288d27d77636708679dde58b7b7fd25
[ "Apache-2.0" ]
164
2015-01-05T16:49:11.000Z
2022-03-29T20:40:27.000Z
services/core/java/com/android/server/wm/VrController.java
rio-31/android_frameworks_base-1
091a068a3288d27d77636708679dde58b7b7fd25
[ "Apache-2.0" ]
127
2015-01-12T12:02:32.000Z
2021-11-28T08:46:25.000Z
services/core/java/com/android/server/wm/VrController.java
rio-31/android_frameworks_base-1
091a068a3288d27d77636708679dde58b7b7fd25
[ "Apache-2.0" ]
1,141
2015-01-01T22:54:40.000Z
2022-02-09T22:08:26.000Z
40.931416
100
0.650451
8,199
/* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
3e136eefdbafa71eec51c57a6b4b31bbf6401c36
373
java
Java
shiva-etl-ibatis/src/main/java/com/reizes/shiva/etl/ibatis/helper/QueryExecuteType.java
reizes/shiva
c0cb2f6080e2ce01b240bf812fd816932bfeb71e
[ "MIT" ]
null
null
null
shiva-etl-ibatis/src/main/java/com/reizes/shiva/etl/ibatis/helper/QueryExecuteType.java
reizes/shiva
c0cb2f6080e2ce01b240bf812fd816932bfeb71e
[ "MIT" ]
null
null
null
shiva-etl-ibatis/src/main/java/com/reizes/shiva/etl/ibatis/helper/QueryExecuteType.java
reizes/shiva
c0cb2f6080e2ce01b240bf812fd816932bfeb71e
[ "MIT" ]
null
null
null
14.92
45
0.587131
8,200
package com.reizes.shiva.etl.ibatis.helper; /** * Query 실행 타입 * @author reizes * @since 2009.9.24 */ public enum QueryExecuteType { SELECT(0), INSERT(1), UPDATE(2), DELETE(3); private final int type; QueryExecuteType(int type) { this.type = type; } /** * int값 반환 * @return - int ...
3e1371599d81ba437962351b61b9e7ca11deebf2
5,294
java
Java
app/src/main/java/com/beyond/popscience/widget/MenuManagerPop.java
sunhaiteng2016/iknow-android
b1aeec07a70953b776d0c113384b04cef3b36869
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/beyond/popscience/widget/MenuManagerPop.java
sunhaiteng2016/iknow-android
b1aeec07a70953b776d0c113384b04cef3b36869
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/beyond/popscience/widget/MenuManagerPop.java
sunhaiteng2016/iknow-android
b1aeec07a70953b776d0c113384b04cef3b36869
[ "Apache-2.0" ]
null
null
null
29.248619
123
0.673782
8,201
package com.beyond.popscience.widget; import android.content.Context; import android.support.v4.app.Fragment; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.view.WindowManager; import android.widget.AdapterView; import android.widget.GridView; import android.w...
3e137228749a16d3d1e3650d91a7b4c5609ab4af
9,557
java
Java
modules/runtime-info/src/main/java/org/opencastproject/runtimeinfo/rest/StatusData.java
LinqLover/opencast
f803d6fa3cd805619c934a6d35b1306b1a9b3c4b
[ "ECL-2.0" ]
300
2017-06-19T09:49:57.000Z
2022-03-15T09:23:32.000Z
modules/runtime-info/src/main/java/org/opencastproject/runtimeinfo/rest/StatusData.java
LinqLover/opencast
f803d6fa3cd805619c934a6d35b1306b1a9b3c4b
[ "ECL-2.0" ]
1,907
2017-06-22T13:16:39.000Z
2022-03-31T22:34:24.000Z
modules/runtime-info/src/main/java/org/opencastproject/runtimeinfo/rest/StatusData.java
LinqLover/opencast
f803d6fa3cd805619c934a6d35b1306b1a9b3c4b
[ "ECL-2.0" ]
228
2017-06-19T12:57:09.000Z
2022-03-29T11:29:17.000Z
31.750831
114
0.651878
8,202
/** * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * * The Apereo Foundation licenses this file to you under the Educational * Community License, Version 2.0 (the ...
3e13727caa49119e0c62a3aeaa253be64a72b151
5,138
java
Java
src/test/java/loghub/senders/TestFile.java
asyd/LogHub
df98b281d31a59428f1ca499dd41d40090441a43
[ "Apache-2.0" ]
null
null
null
src/test/java/loghub/senders/TestFile.java
asyd/LogHub
df98b281d31a59428f1ca499dd41d40090441a43
[ "Apache-2.0" ]
null
null
null
src/test/java/loghub/senders/TestFile.java
asyd/LogHub
df98b281d31a59428f1ca499dd41d40090441a43
[ "Apache-2.0" ]
null
null
null
30.951807
130
0.645971
8,203
package loghub.senders; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Paths; import java.util.Collections; import java.util.concurrent.ArrayBlockingQueue; import java.util.concurrent.Semaphore; import java.util.function.Consumer; import org.apache.logging.log4j.Level; import org.apache....
3e137303b9ba51e5a606a304a52f3585c10e3ce7
8,835
java
Java
src/main/java/net/bither/viewsystem/froms/SignMessagePanel.java
bitcoinboy/bither
2d0931586cde6df84142c7f3225e3ad410955541
[ "Apache-2.0" ]
66
2015-01-07T05:35:58.000Z
2022-03-05T07:00:48.000Z
src/main/java/net/bither/viewsystem/froms/SignMessagePanel.java
bitcoinboy/bither
2d0931586cde6df84142c7f3225e3ad410955541
[ "Apache-2.0" ]
11
2015-02-18T10:34:19.000Z
2020-05-10T14:42:08.000Z
src/main/java/net/bither/viewsystem/froms/SignMessagePanel.java
bitcoinboy/bither
2d0931586cde6df84142c7f3225e3ad410955541
[ "Apache-2.0" ]
59
2015-01-07T05:36:05.000Z
2021-12-11T11:19:47.000Z
32.127273
109
0.634182
8,204
/* * * Copyright 2014 http://Bither.net * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
3e1373fd446224d41e86dbd26c48545e2eb8ae26
1,403
java
Java
src/edu/rosehulman/serg/smellbuster/app/SmellBuster.java
RhitSerg/SmellBuster
6fc7f885b6ea07f333645e049527668c826bd0b6
[ "MIT" ]
null
null
null
src/edu/rosehulman/serg/smellbuster/app/SmellBuster.java
RhitSerg/SmellBuster
6fc7f885b6ea07f333645e049527668c826bd0b6
[ "MIT" ]
null
null
null
src/edu/rosehulman/serg/smellbuster/app/SmellBuster.java
RhitSerg/SmellBuster
6fc7f885b6ea07f333645e049527668c826bd0b6
[ "MIT" ]
null
null
null
32.627907
84
0.717748
8,205
package edu.rosehulman.serg.smellbuster.app; import javax.swing.UIManager; import javax.swing.UIManager.LookAndFeelInfo; import javax.swing.WindowConstants; import edu.rosehulman.serg.smellbuster.gui.VersionInputScreenGUI; public class SmellBuster { public static void main(String[] args) throws Exception { try...
3e1374444c07c5611b1e1489ce83a942dfaf8909
1,768
java
Java
common/src/main/java/io/openapitools/sample/time/CurrentTime.java
openapi-tools/seed-rest-server-jee7
6298df0255ea2a1e9ed2711908d68437ebf75ad1
[ "MIT" ]
3
2018-09-22T17:59:06.000Z
2020-12-17T13:54:10.000Z
common/src/main/java/io/openapitools/sample/time/CurrentTime.java
openapi-tools/seed-rest-server-jee7
6298df0255ea2a1e9ed2711908d68437ebf75ad1
[ "MIT" ]
8
2017-10-28T20:50:31.000Z
2019-05-20T04:46:23.000Z
common/src/main/java/io/openapitools/sample/time/CurrentTime.java
openapi-tools/seed-rest-server-jee7
6298df0255ea2a1e9ed2711908d68437ebf75ad1
[ "MIT" ]
null
null
null
26.38806
108
0.639706
8,206
package io.openapitools.sample.time; import java.time.Instant; import java.time.ZoneId; import java.time.ZonedDateTime; /** * A very simple way of controlling current time. * * can be used in tests for avoiding time related challenges and thus remove false positives in test. * to be used remotely the remote insta...
3e13745c026d9ea548c716dad976bca0c38946d5
533
java
Java
src/main/java/io/github/harha/rest/service/api/IOPCUASubscriptionService.java
Harha/IoT_Project_REST
da1d0f6d5587f13c7c323db0f3887cccb61905b8
[ "MIT" ]
1
2020-01-22T03:41:58.000Z
2020-01-22T03:41:58.000Z
src/main/java/io/github/harha/rest/service/api/IOPCUASubscriptionService.java
Harha/IoT_Project_REST
da1d0f6d5587f13c7c323db0f3887cccb61905b8
[ "MIT" ]
1
2020-09-02T06:37:51.000Z
2020-09-23T07:51:34.000Z
src/main/java/io/github/harha/rest/service/api/IOPCUASubscriptionService.java
Harha/IoT_Project_REST
da1d0f6d5587f13c7c323db0f3887cccb61905b8
[ "MIT" ]
2
2019-05-17T09:08:03.000Z
2020-06-07T09:39:26.000Z
35.533333
113
0.842402
8,207
package io.github.harha.rest.service.api; import java.util.List; import io.github.harha.rest.model.OPCUASubscription; public interface IOPCUASubscriptionService { List<OPCUASubscription> getSubscriptions(Integer nsIndex, String identifier, Integer serverId) throws Exception; void deleteSubscriptions(Integer nsIn...
3e13749360ab3ade1d1fc8441a1c0a6f0dcd32c1
1,739
java
Java
src/chapter04/section01/thread_4_1_6/project_1_MustUseMoreCondition_OK/MyService.java
yzrds/untitled
7c8759c2e1bfb409b5871ad88c30a7e8865953d6
[ "MIT" ]
266
2019-03-21T13:16:54.000Z
2022-03-30T03:24:46.000Z
src/chapter04/section01/thread_4_1_6/project_1_MustUseMoreCondition_OK/MyService.java
yzrds/untitled
7c8759c2e1bfb409b5871ad88c30a7e8865953d6
[ "MIT" ]
1
2019-02-02T09:15:15.000Z
2019-02-02T09:15:15.000Z
src/chapter04/section01/thread_4_1_6/project_1_MustUseMoreCondition_OK/MyService.java
yzrds/untitled
7c8759c2e1bfb409b5871ad88c30a7e8865953d6
[ "MIT" ]
92
2019-03-21T07:55:17.000Z
2021-12-17T02:35:54.000Z
27.171875
75
0.680851
8,208
package chapter04.section01.thread_4_1_6.project_1_MustUseMoreCondition_OK; import java.util.concurrent.locks.Condition; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; public class MyService { private Lock lock = new ReentrantLock(); public Condition conditionA = lock.newC...
3e1374d32c5e6563ebd633d67fc02d55131354e2
12,749
java
Java
src/main/java/com/t3c/anchel/client/ui/FileInformation.java
t3ctechnologies/Anchel_Client
43582680bacf7e440c53be592caaa7c959a8a104
[ "MIT" ]
null
null
null
src/main/java/com/t3c/anchel/client/ui/FileInformation.java
t3ctechnologies/Anchel_Client
43582680bacf7e440c53be592caaa7c959a8a104
[ "MIT" ]
null
null
null
src/main/java/com/t3c/anchel/client/ui/FileInformation.java
t3ctechnologies/Anchel_Client
43582680bacf7e440c53be592caaa7c959a8a104
[ "MIT" ]
null
null
null
35.315789
108
0.665307
8,209
package com.t3c.anchel.client.ui; import java.awt.Dimension; import java.awt.Font; import java.awt.Toolkit; import java.sql.Date; import java.sql.Timestamp; import java.util.List; import javax.swing.BoxLayout; import javax.swing.GroupLayout; import javax.swing.GroupLayout.Alignment; import javax.swing.JDialog; import...
3e1375f24c978c3dc4b00b4880842770cdb37cc8
1,219
java
Java
src/java/com/echothree/control/user/item/common/form/CreateItemAliasChecksumTypeForm.java
echothreellc/echothree
1744df7654097cc000e5eca32de127b5dc745302
[ "Apache-2.0" ]
1
2020-09-01T08:39:01.000Z
2020-09-01T08:39:01.000Z
src/java/com/echothree/control/user/item/common/form/CreateItemAliasChecksumTypeForm.java
echothreellc/echothree
1744df7654097cc000e5eca32de127b5dc745302
[ "Apache-2.0" ]
null
null
null
src/java/com/echothree/control/user/item/common/form/CreateItemAliasChecksumTypeForm.java
echothreellc/echothree
1744df7654097cc000e5eca32de127b5dc745302
[ "Apache-2.0" ]
1
2020-05-31T08:34:46.000Z
2020-05-31T08:34:46.000Z
35.852941
83
0.64397
8,210
// -------------------------------------------------------------------------------- // Copyright 2002-2021 Echo Three, 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 // // http:/...
3e13760e1e0dd666481f425b39f9ef755eca514c
540
java
Java
sso-client-core/src/main/java/io/github/byference/sso/client/authentication/OAuth2AuthenticationResult.java
byference/spring-security-sso
380aab6312130501b94f2d7e94aafac9fc9702d8
[ "MIT" ]
5
2019-03-18T01:16:59.000Z
2021-03-19T10:48:53.000Z
tiny-sso/tiny-sso-core/src/main/java/io/github/byference/sso/client/authentication/OAuth2AuthenticationResult.java
byference/tiny-frameworks
547f9f62a701b5709532356af055dafe4957e7b1
[ "Apache-2.0" ]
2
2020-07-06T13:56:08.000Z
2021-03-19T10:45:03.000Z
sso-client-core/src/main/java/io/github/byference/sso/client/authentication/OAuth2AuthenticationResult.java
byference/spring-security-sso
380aab6312130501b94f2d7e94aafac9fc9702d8
[ "MIT" ]
2
2019-05-08T06:41:30.000Z
2020-10-16T09:55:39.000Z
13.846154
54
0.598148
8,211
package io.github.byference.sso.client.authentication; import lombok.Data; /** * OAuth2AuthenticationResult * * @author byference * @since 2019/11/21 */ @Data public class OAuth2AuthenticationResult { /** * access_token */ private String access_token; /** * token_type */ pri...
3e137662baee5f3ed60db5b8d61f08a3a96ba6a4
260
java
Java
shadowsocks4j-common/src/main/java/io/github/zhenbianshu/shadowsocks4j/verify/method/Verifier.java
zhenbianshu/shadowSockz
2fae75a0f0fffc7c04d74077639d988b3cd28afd
[ "Apache-2.0" ]
2
2018-12-11T07:51:58.000Z
2018-12-11T22:55:27.000Z
shadowsocks4j-common/src/main/java/io/github/zhenbianshu/shadowsocks4j/verify/method/Verifier.java
zhenbianshu/shadowsocks4j
2fae75a0f0fffc7c04d74077639d988b3cd28afd
[ "Apache-2.0" ]
null
null
null
shadowsocks4j-common/src/main/java/io/github/zhenbianshu/shadowsocks4j/verify/method/Verifier.java
zhenbianshu/shadowsocks4j
2fae75a0f0fffc7c04d74077639d988b3cd28afd
[ "Apache-2.0" ]
1
2018-12-11T07:51:59.000Z
2018-12-11T07:51:59.000Z
23.636364
72
0.792308
8,212
package io.github.zhenbianshu.shadowsocks4j.verify.method; import io.github.zhenbianshu.shadowsocks4j.verify.request.VerifyContent; /** * created by zhenbianshu on 2018/12/1 */ public interface Verifier { boolean verify(VerifyContent verifyContent); }
3e1376f0a6cc9d058212a7a35c32345a850881d9
2,072
java
Java
src/main/java/org/jetbrains/plugins/template/api/data/BitbucketErrorMessage.java
arthas-choi/intellij-bitbucket
8f5821fdaf4c933abab1b4c7fb62f4fd58f72138
[ "Apache-2.0" ]
null
null
null
src/main/java/org/jetbrains/plugins/template/api/data/BitbucketErrorMessage.java
arthas-choi/intellij-bitbucket
8f5821fdaf4c933abab1b4c7fb62f4fd58f72138
[ "Apache-2.0" ]
null
null
null
src/main/java/org/jetbrains/plugins/template/api/data/BitbucketErrorMessage.java
arthas-choi/intellij-bitbucket
8f5821fdaf4c933abab1b4c7fb62f4fd58f72138
[ "Apache-2.0" ]
null
null
null
23.022222
140
0.653475
8,213
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package org.jetbrains.plugins.template.api.data; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import java.util.Collections; import java.u...
3e1377053d7ae8cc18d3f6fb8b8b60bb401a80e2
204
java
Java
src/main/java/io/choerodon/notify/api/service/FileService.java
readme1988/notify-service
2aae0de7a04aacf859fbba9b5dc9f447bcdf0d6a
[ "Apache-2.0" ]
null
null
null
src/main/java/io/choerodon/notify/api/service/FileService.java
readme1988/notify-service
2aae0de7a04aacf859fbba9b5dc9f447bcdf0d6a
[ "Apache-2.0" ]
null
null
null
src/main/java/io/choerodon/notify/api/service/FileService.java
readme1988/notify-service
2aae0de7a04aacf859fbba9b5dc9f447bcdf0d6a
[ "Apache-2.0" ]
null
null
null
18.545455
56
0.79902
8,214
package io.choerodon.notify.api.service; import javax.servlet.http.HttpServletRequest; import java.util.List; public interface FileService { List<String> uploadFile(HttpServletRequest request); }
3e1377123c15816a3793e69dc9e034251da83ca6
644
java
Java
mod/pattern/src/main/com/thaiopensource/relaxng/pattern/BuiltinDatatypeBuilder.java
brand/jing-trang
7221c0290a90de8f6093aaebc7acf6e5ec28fd32
[ "BSD-3-Clause" ]
192
2015-04-12T01:10:52.000Z
2022-02-03T15:46:34.000Z
mod/pattern/src/main/com/thaiopensource/relaxng/pattern/BuiltinDatatypeBuilder.java
brand/jing-trang
7221c0290a90de8f6093aaebc7acf6e5ec28fd32
[ "BSD-3-Clause" ]
70
2015-06-23T04:17:54.000Z
2021-09-17T22:18:37.000Z
mod/pattern/src/main/com/thaiopensource/relaxng/pattern/BuiltinDatatypeBuilder.java
brand/jing-trang
7221c0290a90de8f6093aaebc7acf6e5ec28fd32
[ "BSD-3-Clause" ]
71
2015-04-13T10:30:15.000Z
2022-02-10T23:21:49.000Z
25.76
86
0.779503
8,215
package com.thaiopensource.relaxng.pattern; import org.relaxng.datatype.Datatype; import org.relaxng.datatype.DatatypeBuilder; import org.relaxng.datatype.DatatypeException; import org.relaxng.datatype.ValidationContext; class BuiltinDatatypeBuilder implements DatatypeBuilder { private final Datatype dt; Builtin...
3e1377d61f08b2c8a48216c06f3f07a207bfc0d6
8,175
java
Java
src/main/java/DuelistMetrics/Server/models/tierScore/ScoredCard.java
adambennett/StS-Metrics-Server
36d56f1ea7b1950cd60b865283299e7d8e392e81
[ "MIT" ]
null
null
null
src/main/java/DuelistMetrics/Server/models/tierScore/ScoredCard.java
adambennett/StS-Metrics-Server
36d56f1ea7b1950cd60b865283299e7d8e392e81
[ "MIT" ]
1
2020-12-26T21:24:04.000Z
2020-12-26T21:24:04.000Z
src/main/java/DuelistMetrics/Server/models/tierScore/ScoredCard.java
adambennett/StS-Metrics-Server
36d56f1ea7b1950cd60b865283299e7d8e392e81
[ "MIT" ]
null
null
null
21.513158
80
0.63682
8,216
package DuelistMetrics.Server.models.tierScore; import javax.persistence.*; import java.util.*; @Entity @IdClass(ScoredCardKey.class) public class ScoredCard { @Id public String card_id; @Id public String pool_name; public String card_name; public Date lastUpdated; private float act0_...
3e13780edb76c37c016c89921afbb98037e470db
873
java
Java
StrategyPattern/src/strategypattern/Abstraction/EST.java
rednax1994/A2BDesignPatterns
d17047b6906ca34623be073e83710e92a2b6d9e1
[ "Apache-2.0" ]
null
null
null
StrategyPattern/src/strategypattern/Abstraction/EST.java
rednax1994/A2BDesignPatterns
d17047b6906ca34623be073e83710e92a2b6d9e1
[ "Apache-2.0" ]
null
null
null
StrategyPattern/src/strategypattern/Abstraction/EST.java
rednax1994/A2BDesignPatterns
d17047b6906ca34623be073e83710e92a2b6d9e1
[ "Apache-2.0" ]
null
null
null
22.384615
79
0.656357
8,217
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package strategypattern.Abstraction; import java.util.Calendar; import java.util.Date; /** * * @author xandergerreman */ public cl...
3e137885a9c60f99006179bec739f7b66224b76e
1,340
java
Java
vertigo-influxdb-connector/src/main/java/io/vertigo/connectors/influxdb/InfluxDbFeatures.java
KleeGroup/vertigo-connectors
d67d6d541c11810ca9af1333141342596441f085
[ "Apache-2.0" ]
null
null
null
vertigo-influxdb-connector/src/main/java/io/vertigo/connectors/influxdb/InfluxDbFeatures.java
KleeGroup/vertigo-connectors
d67d6d541c11810ca9af1333141342596441f085
[ "Apache-2.0" ]
null
null
null
vertigo-influxdb-connector/src/main/java/io/vertigo/connectors/influxdb/InfluxDbFeatures.java
KleeGroup/vertigo-connectors
d67d6d541c11810ca9af1333141342596441f085
[ "Apache-2.0" ]
null
null
null
26.235294
75
0.733931
8,218
/** * vertigo - application development platform * * Copyright (C) 2013-2020, Vertigo.io, lyhxr@example.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
3e1378ff380b78cdedf8fb19a8076843c990d60c
5,321
java
Java
java/src/main/java/com/vmware/nsx/examples/basics/Vmc.java
raymonddejong/nsx-t
bd5f892dd14c9c00c08a7a28d947e78639ab2848
[ "BSD-2-Clause" ]
32
2019-04-25T11:06:27.000Z
2022-03-23T02:50:30.000Z
java/src/main/java/com/vmware/nsx/examples/basics/Vmc.java
raymonddejong/nsx-t
bd5f892dd14c9c00c08a7a28d947e78639ab2848
[ "BSD-2-Clause" ]
14
2019-05-03T17:41:15.000Z
2022-03-20T11:20:35.000Z
java/src/main/java/com/vmware/nsx/examples/basics/Vmc.java
raymonddejong/nsx-t
bd5f892dd14c9c00c08a7a28d947e78639ab2848
[ "BSD-2-Clause" ]
17
2019-04-08T20:37:05.000Z
2022-02-25T11:00:55.000Z
43.614754
120
0.712084
8,219
/* * NSX-T SDK Sample Code * * Copyright 2018 VMware, Inc. All rights reserved * * The BSD-2 license (the "License") set forth below applies to all parts of the * NSX-T SDK Sample Code project. You may not use this file except in compliance * with the License. * * BSD-2 License * * Redistribution and use in ...
3e137925266c3ee40e7b59d08c247997e0b91a94
22,620
java
Java
src/java/org/apache/cassandra/db/commitlog/CommitLog.java
tadeegan/eiger-application-aware
0c1faf6ed2de35d6913dfce7cb1badcc555cbef8
[ "Apache-2.0" ]
42
2015-01-08T06:48:30.000Z
2021-11-08T09:01:57.000Z
src/java/org/apache/cassandra/db/commitlog/CommitLog.java
tadeegan/eiger-application-aware
0c1faf6ed2de35d6913dfce7cb1badcc555cbef8
[ "Apache-2.0" ]
6
2015-02-25T18:38:18.000Z
2015-12-10T11:29:58.000Z
src/java/org/apache/cassandra/db/commitlog/CommitLog.java
tadeegan/eiger-application-aware
0c1faf6ed2de35d6913dfce7cb1badcc555cbef8
[ "Apache-2.0" ]
15
2015-02-19T05:32:33.000Z
2021-06-07T23:21:19.000Z
38.799314
154
0.556057
8,220
/** * 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...
3e13793da1e9fdefec73943eb4227ba7153b5fb9
1,561
java
Java
diablo-server/src/test/java/me/hao0/diablo/server/PushLogServiceTests.java
fnet123/diablo
23c83a1e57bc1c8edd69ed2d9d8f6aa3017961d8
[ "MIT" ]
374
2016-10-09T03:48:49.000Z
2022-03-15T05:40:10.000Z
diablo-server/src/test/java/me/hao0/diablo/server/PushLogServiceTests.java
micezhao/diablo
d3b75a888c11390960c3620ea15415542cd199db
[ "MIT" ]
9
2016-10-10T08:25:55.000Z
2017-05-26T08:24:10.000Z
diablo-server/src/test/java/me/hao0/diablo/server/PushLogServiceTests.java
micezhao/diablo
d3b75a888c11390960c3620ea15415542cd199db
[ "MIT" ]
166
2016-10-09T08:58:05.000Z
2022-02-03T05:46:29.000Z
31.897959
91
0.695457
8,221
package me.hao0.diablo.server; import me.hao0.common.model.Page; import me.hao0.diablo.server.model.PushLog; import me.hao0.diablo.server.model.Response; import me.hao0.diablo.server.service.PushLogService; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Auto...
3e137a291d9c75fb643c399d3c84264f52d330a0
1,293
java
Java
src/main/java/io/github/talelin/latticy/service/BannerItemService.java
13840170832/lin-cms-spring-boot
95647639fff1972a3493bab81cfbe84aa0b46182
[ "MIT" ]
1
2020-05-25T02:18:12.000Z
2020-05-25T02:18:12.000Z
src/main/java/io/github/talelin/latticy/service/BannerItemService.java
13840170832/lin-cms-spring-boot
95647639fff1972a3493bab81cfbe84aa0b46182
[ "MIT" ]
null
null
null
src/main/java/io/github/talelin/latticy/service/BannerItemService.java
13840170832/lin-cms-spring-boot
95647639fff1972a3493bab81cfbe84aa0b46182
[ "MIT" ]
null
null
null
30.785714
83
0.731632
8,222
package io.github.talelin.latticy.service; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import io.github.talelin.autoconfigure.exception.NotFoundException; import io.github.talelin.latticy.dto.BannerItemDTO; import io.github.talelin.latticy.mapper.BannerItemMapper; import io.github.talelin.latti...
3e137a978083de79e673c1e8b85e0cde104607c0
4,897
java
Java
src/main/java/bio/ferlab/fhir/app/service/QueryService.java
joelplourde3/fhavro-rest-server
9c5084ed0aaa4d251ce46e83a7d7d8795d0586ad
[ "Apache-2.0" ]
null
null
null
src/main/java/bio/ferlab/fhir/app/service/QueryService.java
joelplourde3/fhavro-rest-server
9c5084ed0aaa4d251ce46e83a7d7d8795d0586ad
[ "Apache-2.0" ]
null
null
null
src/main/java/bio/ferlab/fhir/app/service/QueryService.java
joelplourde3/fhavro-rest-server
9c5084ed0aaa4d251ce46e83a7d7d8795d0586ad
[ "Apache-2.0" ]
null
null
null
43.723214
128
0.684092
8,223
package bio.ferlab.fhir.app.service; import bio.ferlab.fhir.FhavroConverter; import bio.ferlab.fhir.app.Response; import bio.ferlab.fhir.converter.ConverterUtils; import bio.ferlab.fhir.converter.exception.BadRequestException; import bio.ferlab.fhir.schema.repository.SchemaMode; import ca.uhn.fhir.context.FhirContext;...
3e137ad1d7a948f16476f17fbb1130dec8d0f2f6
588
java
Java
Codec/app/src/main/java/io/kvh/media/sound/Supporter.java
kevinho/opencore-amr-android
888937a78a67d47c9f2437744214f45d13e85dec
[ "Apache-2.0" ]
181
2015-08-31T00:43:41.000Z
2022-03-26T09:13:38.000Z
Codec/app/src/main/java/io/kvh/media/sound/Supporter.java
xpemail/opencore-amr-android
b320d7f1f8d13c24b996b51ff15f37b30f8ceee5
[ "Apache-2.0" ]
19
2016-03-22T10:14:14.000Z
2021-09-04T02:40:20.000Z
Codec/app/src/main/java/io/kvh/media/sound/Supporter.java
xpemail/opencore-amr-android
b320d7f1f8d13c24b996b51ff15f37b30f8ceee5
[ "Apache-2.0" ]
71
2015-08-31T02:31:29.000Z
2022-03-08T10:18:07.000Z
20.275862
58
0.653061
8,224
package io.kvh.media.sound; import java.io.File; /** * Created by changbinhe on 14/11/22. */ public class Supporter { public static final int SLICE_SECOND = 20; public static interface PcmConsumer { public void onPcmFeed(short[] buffer, int length); } public static interface AmrConsumer { ...
3e137cf387c01d08ca5a9e66f29d8415780ad07b
615
java
Java
src/main/java/com/lisaxdevelopment/lisax/commands/misc/MiscCommands.java
AstelonM/Lisa
127e090a0342e9f3e10fc638a537ea7dc4e720c2
[ "Apache-2.0" ]
3
2019-06-26T06:01:15.000Z
2019-06-26T18:01:29.000Z
src/main/java/com/lisaxdevelopment/lisax/commands/misc/MiscCommands.java
AstelonM/Lisa
127e090a0342e9f3e10fc638a537ea7dc4e720c2
[ "Apache-2.0" ]
1
2019-06-25T13:38:20.000Z
2019-06-27T19:55:26.000Z
src/main/java/com/lisaxdevelopment/lisax/commands/misc/MiscCommands.java
AstelonM/Lisa
127e090a0342e9f3e10fc638a537ea7dc4e720c2
[ "Apache-2.0" ]
1
2019-06-27T17:04:39.000Z
2019-06-27T17:04:39.000Z
34.166667
77
0.721951
8,225
package com.lisaxdevelopment.lisax.commands.misc; import com.lisaxdevelopment.lisax.ChatListener; import com.lisaxdevelopment.lisax.commands.CommandGroup; public class MiscCommands extends CommandGroup { public MiscCommands(ChatListener listener) { super(listener); name = "MiscCommands"; d...
3e137df40d18d78ee3340885807da24179dbc678
2,037
java
Java
src/test/java/io/evident/api/UserAttributionsApiTest.java
EvidentSecurity/esp-sdk-java
02c5573424b36d570aad7779bedf2ce0736e6ad3
[ "MIT" ]
1
2018-07-31T07:58:57.000Z
2018-07-31T07:58:57.000Z
src/test/java/io/evident/api/UserAttributionsApiTest.java
EvidentSecurity/esp-sdk-java
02c5573424b36d570aad7779bedf2ce0736e6ad3
[ "MIT" ]
null
null
null
src/test/java/io/evident/api/UserAttributionsApiTest.java
EvidentSecurity/esp-sdk-java
02c5573424b36d570aad7779bedf2ce0736e6ad3
[ "MIT" ]
3
2020-11-04T03:07:30.000Z
2020-11-17T02:10:18.000Z
24.542169
95
0.658812
8,226
package io.evident.api; import io.evident.EspSdk.ApiClient; import io.evident.models.ExternalAccount; import io.evident.models.ExternalAccountUserAttributionChannel; import io.evident.models.Meta; import org.junit.Before; import org.junit.Test; import java.util.ArrayList; import java.util.HashMap; import java.util.Li...
3e137e575a6429c75bce7e4a7f90434016c10218
19,379
java
Java
novel-gen/src/main/java/com/java2nb/novel/book/mapper/BookMapper.java
13377006021/novel-cloud
44bcd1c25f9d06602be2fac204bef88b0d1fef23
[ "Apache-2.0" ]
704
2020-05-28T10:55:18.000Z
2022-03-31T08:29:58.000Z
novel-gen/src/main/java/com/java2nb/novel/book/mapper/BookMapper.java
13377006021/novel-cloud
44bcd1c25f9d06602be2fac204bef88b0d1fef23
[ "Apache-2.0" ]
6
2020-08-14T10:26:52.000Z
2021-08-01T04:21:15.000Z
novel-gen/src/main/java/com/java2nb/novel/book/mapper/BookMapper.java
13377006021/novel-cloud
44bcd1c25f9d06602be2fac204bef88b0d1fef23
[ "Apache-2.0" ]
325
2020-05-28T17:02:05.000Z
2022-03-25T00:14:06.000Z
61.325949
352
0.68115
8,227
package com.java2nb.novel.book.mapper; import static com.java2nb.novel.book.mapper.BookDynamicSqlSupport.*; import static org.mybatis.dynamic.sql.SqlBuilder.*; import com.java2nb.novel.book.entity.Book; import java.util.List; import javax.annotation.Generated; import org.apache.ibatis.annotations.DeleteProvider; impo...
3e137e583acb7aa09cbbcd742454f325e11b1efd
316
java
Java
nsf/Code/Java/dk/majkilde/logreader/files/IFile.java
cubeteam/LogFileReader
20bf77d580664eb6b945bed90fc7aedaed9288b7
[ "Apache-2.0" ]
null
null
null
nsf/Code/Java/dk/majkilde/logreader/files/IFile.java
cubeteam/LogFileReader
20bf77d580664eb6b945bed90fc7aedaed9288b7
[ "Apache-2.0" ]
null
null
null
nsf/Code/Java/dk/majkilde/logreader/files/IFile.java
cubeteam/LogFileReader
20bf77d580664eb6b945bed90fc7aedaed9288b7
[ "Apache-2.0" ]
null
null
null
15.047619
50
0.743671
8,228
package dk.majkilde.logreader.files; import java.util.Date; public interface IFile extends Comparable<IFile> { public String getHtml(); public String getFilename(); public String getPath(); public Date getDate(); public long getSize(); public abstract void download(); public Filters getFilters(); }
3e137ef985eeecad95cd81ad38e6bce73acacf29
1,015
java
Java
S04.02-Exercise-DisplayDayForecast/app/src/main/java/com/example/android/sunshine/DetailActivity.java
aberdean/ud851-Sunshine
c94b43b7b9d4c4672880cf1b45fe38a2576d4a4e
[ "Apache-2.0" ]
null
null
null
S04.02-Exercise-DisplayDayForecast/app/src/main/java/com/example/android/sunshine/DetailActivity.java
aberdean/ud851-Sunshine
c94b43b7b9d4c4672880cf1b45fe38a2576d4a4e
[ "Apache-2.0" ]
null
null
null
S04.02-Exercise-DisplayDayForecast/app/src/main/java/com/example/android/sunshine/DetailActivity.java
aberdean/ud851-Sunshine
c94b43b7b9d4c4672880cf1b45fe38a2576d4a4e
[ "Apache-2.0" ]
null
null
null
30.757576
92
0.723153
8,229
package com.example.android.sunshine; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.widget.TextView; import org.w3c.dom.Text; public class DetailActivity extends AppCompatActivity { private static final String FORECAST_SHARE_HASHTAG = " ...
3e137fa526fb8dbc5a09fb8ffcae88e6323691fc
337
java
Java
src/main/java/ua/logos/service/CategoryService.java
iloveyoulviv/spring-boot-app
d82d53d8f4e75b05a3884c480dd57aa913b4498a
[ "Apache-2.0" ]
null
null
null
src/main/java/ua/logos/service/CategoryService.java
iloveyoulviv/spring-boot-app
d82d53d8f4e75b05a3884c480dd57aa913b4498a
[ "Apache-2.0" ]
null
null
null
src/main/java/ua/logos/service/CategoryService.java
iloveyoulviv/spring-boot-app
d82d53d8f4e75b05a3884c480dd57aa913b4498a
[ "Apache-2.0" ]
null
null
null
18.722222
48
0.771513
8,230
package ua.logos.service; import ua.logos.domain.CategoryDTO; import ua.logos.entity.CategoryEntity; import java.util.List; public interface CategoryService { CategoryDTO save(CategoryDTO category); List<CategoryDTO> findAll(); CategoryDTO findByCategoryId(Long id); CategoryDTO findByCategoryName...
3e137ffe6314d73753cbe43d9885dc677024f4cc
472
java
Java
src/LeetcodeTemplate/_1359CountAllValidPickupAndDeliveryOptions.java
darshanhs90/Java-HackerRank
da76ccd7851f102712f7d8dfa4659901c5de7a76
[ "MIT" ]
3
2017-03-04T19:21:28.000Z
2019-08-09T07:31:34.000Z
src/LeetcodeTemplate/_1359CountAllValidPickupAndDeliveryOptions.java
darshanhs90/Java-HackerRank
da76ccd7851f102712f7d8dfa4659901c5de7a76
[ "MIT" ]
null
null
null
src/LeetcodeTemplate/_1359CountAllValidPickupAndDeliveryOptions.java
darshanhs90/Java-HackerRank
da76ccd7851f102712f7d8dfa4659901c5de7a76
[ "MIT" ]
3
2017-12-17T10:36:07.000Z
2022-01-19T19:08:35.000Z
19.666667
57
0.735169
8,231
package LeetcodeTemplate; import java.util.List; public class _1359CountAllValidPickupAndDeliveryOptions { public static void main(String[] args) { System.out.println(countOrders(1)); System.out.println(countOrders(2)); System.out.println(countOrders(3)); System.out.println(generate(1)); System.out.println...
3e138020e532343a84b7c56e84f6bd1ba4783d1a
7,127
java
Java
src/net/minecraft/util/IntHashMap.java
ExistDev/EXIST
52e87cc048b5fe1c9c708844c59c11a1be34e2ea
[ "Apache-2.0" ]
6
2018-11-14T19:01:09.000Z
2021-08-23T10:52:32.000Z
src/net/minecraft/util/IntHashMap.java
ExistDev/EXIST
52e87cc048b5fe1c9c708844c59c11a1be34e2ea
[ "Apache-2.0" ]
null
null
null
src/net/minecraft/util/IntHashMap.java
ExistDev/EXIST
52e87cc048b5fe1c9c708844c59c11a1be34e2ea
[ "Apache-2.0" ]
null
null
null
28.394422
126
0.538095
8,232
package net.minecraft.util; public class IntHashMap { /** * An array of HashEntries representing the heads of hash slot lists */ private transient IntHashMap.Entry[] slots = new IntHashMap.Entry[16]; /** * The number of items stored in this map */ private transient int count; ...
3e138083e3efd327d6660fc6169b1e6b1d1209a3
6,388
java
Java
web/KoreanAir/src/main/java/com/ke/css/cimp/fwb/fwb9/Rule_IATA_CARGO_AGENT_CODE.java
ganzijo/portfolio
a31834b23308be7b3a992451ab8140bef5a61728
[ "Apache-2.0" ]
null
null
null
web/KoreanAir/src/main/java/com/ke/css/cimp/fwb/fwb9/Rule_IATA_CARGO_AGENT_CODE.java
ganzijo/portfolio
a31834b23308be7b3a992451ab8140bef5a61728
[ "Apache-2.0" ]
null
null
null
web/KoreanAir/src/main/java/com/ke/css/cimp/fwb/fwb9/Rule_IATA_CARGO_AGENT_CODE.java
ganzijo/portfolio
a31834b23308be7b3a992451ab8140bef5a61728
[ "Apache-2.0" ]
null
null
null
27.895197
98
0.386036
8,233
package com.ke.css.cimp.fwb.fwb9; /* ----------------------------------------------------------------------------- * Rule_IATA_CARGO_AGENT_CODE.java * ----------------------------------------------------------------------------- * * Producer : com.parse2.aparse.Parser 2.5 * Produced : Tue Mar 06 10:38:42 KST 2018 ...
3e1380a3b180fc3dca2f98eeae3e2132adb0f69a
7,089
java
Java
javolution-serializer/src/test/java/de/javakaffee/web/msm/serializer/javolution/CGLibProxyFormatTest.java
mosoft521/memcached-session-manager
716e147c9840ab10298c4d2b9edd0662058331e6
[ "Apache-2.0" ]
619
2015-01-04T07:41:22.000Z
2022-03-30T07:58:45.000Z
javolution-serializer/src/test/java/de/javakaffee/web/msm/serializer/javolution/CGLibProxyFormatTest.java
bingli-borland/memcached-session-manager
f17f42863f6685c0adc988e3e3ccfce3a2e0d327
[ "Apache-2.0" ]
376
2015-03-19T11:33:48.000Z
2022-02-14T13:58:01.000Z
javolution-serializer/src/test/java/de/javakaffee/web/msm/serializer/javolution/CGLibProxyFormatTest.java
bingli-borland/memcached-session-manager
f17f42863f6685c0adc988e3e3ccfce3a2e0d327
[ "Apache-2.0" ]
307
2015-01-10T19:50:00.000Z
2022-03-28T05:46:17.000Z
36.040609
109
0.644648
8,234
/* * Copyright 2010 Martin Grotzke * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
3e1380a990edb1d40f1574fd3b6c1b05c6d17374
548
java
Java
TDList Android App/TDList/app/src/main/java/com/sk/tdlist/TaskViewActivity.java
kartik2112/TDList
218461a0c5bc2828d5dde7adc13f6ff9c3a976aa
[ "MIT" ]
5
2017-02-02T20:01:42.000Z
2019-02-19T14:29:43.000Z
TDList Android App/TDList/app/src/main/java/com/sk/tdlist/TaskViewActivity.java
kartik2112/TDList
218461a0c5bc2828d5dde7adc13f6ff9c3a976aa
[ "MIT" ]
5
2017-02-04T17:38:01.000Z
2017-04-02T18:02:27.000Z
TDList Android App/TDList/app/src/main/java/com/sk/tdlist/TaskViewActivity.java
kartik2112/TDList
218461a0c5bc2828d5dde7adc13f6ff9c3a976aa
[ "MIT" ]
3
2019-02-14T13:38:30.000Z
2019-04-30T14:58:58.000Z
21.92
73
0.671533
8,235
package com.sk.tdlist; import android.app.Activity; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.widget.Toast; public class TaskViewActivity extends AppCompatActivity { @Override public void onCreate(Bundle state) { super.onCreate(state); String w...