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
92376f9cc93288504998d17d9f5938b220ceade2
441
java
Java
domain-model/src/main/java/uk/gov/hmcts/cmc/domain/constraints/FutureDateConstraintValidator.java
ManishParyani/cmc-claim-store
4b96a674dd27c54f8491d587576ad26b38159bb9
[ "MIT" ]
13
2017-11-04T16:52:53.000Z
2021-12-10T16:19:13.000Z
domain-model/src/main/java/uk/gov/hmcts/cmc/domain/constraints/FutureDateConstraintValidator.java
ManishParyani/cmc-claim-store
4b96a674dd27c54f8491d587576ad26b38159bb9
[ "MIT" ]
1,952
2017-09-13T10:36:57.000Z
2022-03-07T10:32:44.000Z
domain-model/src/main/java/uk/gov/hmcts/cmc/domain/constraints/FutureDateConstraintValidator.java
ManishParyani/cmc-claim-store
4b96a674dd27c54f8491d587576ad26b38159bb9
[ "MIT" ]
18
2018-01-24T14:26:43.000Z
2021-08-13T14:51:56.000Z
29.4
98
0.791383
998,058
package uk.gov.hmcts.cmc.domain.constraints; import java.time.LocalDate; import javax.validation.ConstraintValidator; import javax.validation.ConstraintValidatorContext; public class FutureDateConstraintValidator implements ConstraintValidator<FutureDate, LocalDate> { @Override public boolean isValid(LocalDa...
92376ff9006bc389ad608c342494a603557c2194
1,607
java
Java
src/main/java/daomephsta/unpick/constantmappers/IConstantMapper.java
therealfarfetchd/unpick
a369ed36f8e543294798412c760bff7485bb58fd
[ "MIT" ]
null
null
null
src/main/java/daomephsta/unpick/constantmappers/IConstantMapper.java
therealfarfetchd/unpick
a369ed36f8e543294798412c760bff7485bb58fd
[ "MIT" ]
null
null
null
src/main/java/daomephsta/unpick/constantmappers/IConstantMapper.java
therealfarfetchd/unpick
a369ed36f8e543294798412c760bff7485bb58fd
[ "MIT" ]
null
null
null
41.205128
124
0.759801
998,059
package daomephsta.unpick.constantmappers; import org.objectweb.asm.tree.FieldInsnNode; /** * Defines a mapping of inlined values to replacement instructions. * @author Daomephsta */ public interface IConstantMapper { /** * Maps an inlined value to a replacement instruction, for a given target method. * @par...
9237705df7c564f7b9c97a40ce9803799ae62c96
989
java
Java
hibernate-validator/src/main/java/com/liyulin/hibernate/validator/entity/ProductVO.java
weispring/demo
087ae2d4ec97e67979136c3de295be80abfc6e40
[ "Apache-2.0" ]
11
2017-08-22T03:20:01.000Z
2021-03-11T10:31:08.000Z
hibernate-validator/src/main/java/com/liyulin/hibernate/validator/entity/ProductVO.java
luckyQing/demo
4d949df653d6f4968cb73aa7ef21725943b4450d
[ "Apache-2.0" ]
33
2020-12-31T06:12:05.000Z
2022-03-13T06:45:24.000Z
hibernate-validator/src/main/java/com/liyulin/hibernate/validator/entity/ProductVO.java
weispring/demo
087ae2d4ec97e67979136c3de295be80abfc6e40
[ "Apache-2.0" ]
3
2020-02-15T13:15:31.000Z
2021-07-21T05:32:24.000Z
24.121951
69
0.721941
998,060
package com.liyulin.hibernate.validator.entity; import java.math.BigDecimal; import java.math.BigInteger; import javax.validation.constraints.DecimalMax; import javax.validation.constraints.DecimalMin; import javax.validation.constraints.Min; import javax.validation.constraints.NotBlank; import javax.validat...
92377087ad0f4c9152686d3db91c059f6ba980f6
3,120
java
Java
src/main/java/net/glamenvseptzen/studyj8jcajsse/Main.java
msakamoto-sf/study-java8-jca-jsse
b86125abb2172186f0d898fbe3f6d6109d6881d6
[ "MIT" ]
null
null
null
src/main/java/net/glamenvseptzen/studyj8jcajsse/Main.java
msakamoto-sf/study-java8-jca-jsse
b86125abb2172186f0d898fbe3f6d6109d6881d6
[ "MIT" ]
null
null
null
src/main/java/net/glamenvseptzen/studyj8jcajsse/Main.java
msakamoto-sf/study-java8-jca-jsse
b86125abb2172186f0d898fbe3f6d6109d6881d6
[ "MIT" ]
null
null
null
38.518519
104
0.599038
998,061
package net.glamenvseptzen.studyj8jcajsse; import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.Arrays; import java.util.LinkedHashMap; import java.util.Map; import java.util.Map.Entry; import net.glamenvseptzen.studyj8jcajsse.subcommand.DumpMajorJcaJssePolicy; import net.glamen...
92377169e633661b88df87a98511e9ec18ebfc0d
2,623
java
Java
app/src/main/java/com/merryapps/tictacpro/ui/MainActivity.java
PravSonawane/tictacpro-android-game
25a13ad291d9c14d5b382521c5959cfdb5626fd6
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/merryapps/tictacpro/ui/MainActivity.java
PravSonawane/tictacpro-android-game
25a13ad291d9c14d5b382521c5959cfdb5626fd6
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/merryapps/tictacpro/ui/MainActivity.java
PravSonawane/tictacpro-android-game
25a13ad291d9c14d5b382521c5959cfdb5626fd6
[ "Apache-2.0" ]
null
null
null
31.987805
120
0.701487
998,062
package com.merryapps.tictacpro.ui; import android.os.Bundle; import android.support.v4.app.FragmentTransaction; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.Window; import android.view.WindowManager; import android.widget.FrameLayout; import com.merryapps.TicTacProApp...
923772a737045a511db59dde3372067af601388b
7,363
java
Java
src/lk/ijse/gdse41/ias/dao/custom/impl/QueryDAOImpl.java
MissakaI/Institute-Administration-System
ed633b3eea56a2763456445b7b624dc473241d97
[ "Apache-2.0" ]
null
null
null
src/lk/ijse/gdse41/ias/dao/custom/impl/QueryDAOImpl.java
MissakaI/Institute-Administration-System
ed633b3eea56a2763456445b7b624dc473241d97
[ "Apache-2.0" ]
null
null
null
src/lk/ijse/gdse41/ias/dao/custom/impl/QueryDAOImpl.java
MissakaI/Institute-Administration-System
ed633b3eea56a2763456445b7b624dc473241d97
[ "Apache-2.0" ]
null
null
null
44.355422
214
0.647155
998,063
/* * 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 lk.ijse.gdse41.ias.dao.custom.impl; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; ...
9237730fb9825237af5936b895f091cd1df4301e
359
java
Java
src/main/java/edu/jxust/SpatialQuery/SingleLevelGrid.java
ZSanting/BigSpatialData
3349d18caff95c436d478fbb33a78f2faa68817a
[ "Apache-2.0" ]
null
null
null
src/main/java/edu/jxust/SpatialQuery/SingleLevelGrid.java
ZSanting/BigSpatialData
3349d18caff95c436d478fbb33a78f2faa68817a
[ "Apache-2.0" ]
null
null
null
src/main/java/edu/jxust/SpatialQuery/SingleLevelGrid.java
ZSanting/BigSpatialData
3349d18caff95c436d478fbb33a78f2faa68817a
[ "Apache-2.0" ]
1
2018-11-12T08:10:33.000Z
2018-11-12T08:10:33.000Z
17.095238
35
0.635097
998,064
/** * @Title: SingleLevelGrid.java * @Package edu.jxust.SpatialQuery * @Description: TODO * @author 张炫铤 * @date 2017年3月6日 下午10:08:06 * @version V1.0 */ package edu.jxust.SpatialQuery; /** * @ClassName: SingleLevelGrid * @Description: TODO * @author 张炫铤 * @date 2017年3月6日 下午10:08:06 * */...
9237751231a0b3ea381197a09ea2fd6bb690d8fa
5,034
java
Java
core/src/test/java/com/fujitsu/dc/test/jersey/cell/ctl/ExtRoleListTest.java
personium/io
c6347872165d8abf3d1c820ae05c2c030282d5b0
[ "Apache-2.0" ]
30
2015-01-01T05:59:20.000Z
2017-02-06T21:51:45.000Z
core/src/test/java/com/fujitsu/dc/test/jersey/cell/ctl/ExtRoleListTest.java
nguyenhoangvietk56/io
c6347872165d8abf3d1c820ae05c2c030282d5b0
[ "Apache-2.0" ]
16
2016-01-29T08:49:46.000Z
2017-02-02T08:30:04.000Z
core/src/test/java/com/fujitsu/dc/test/jersey/cell/ctl/ExtRoleListTest.java
nguyenhoangvietk56/io
c6347872165d8abf3d1c820ae05c2c030282d5b0
[ "Apache-2.0" ]
18
2015-01-27T06:06:36.000Z
2016-01-29T10:00:58.000Z
43.025641
112
0.684744
998,065
/** * personium.io * Copyright 2014 FUJITSU LIMITED * * 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...
92377612010fdec98ca48feaaa87d8da55cee889
460
java
Java
lib/test/on2019_04/on2019_04_24_Codeforces_Round__554__Div__2_/B___Neko_Performs_Cat_Furrier_Transform/Main.java
osmanys/cpjava2
707c57ff9bca694ff159e95cd9af45675b1ac7e2
[ "Apache-2.0" ]
1
2019-04-17T04:05:03.000Z
2019-04-17T04:05:03.000Z
lib/test/on2019_04/on2019_04_24_Codeforces_Round__554__Div__2_/B___Neko_Performs_Cat_Furrier_Transform/Main.java
osmanys/cpjava2
707c57ff9bca694ff159e95cd9af45675b1ac7e2
[ "Apache-2.0" ]
null
null
null
lib/test/on2019_04/on2019_04_24_Codeforces_Round__554__Div__2_/B___Neko_Performs_Cat_Furrier_Transform/Main.java
osmanys/cpjava2
707c57ff9bca694ff159e95cd9af45675b1ac7e2
[ "Apache-2.0" ]
null
null
null
30.666667
173
0.823913
998,066
package on2019_04.on2019_04_24_Codeforces_Round__554__Div__2_.B___Neko_Performs_Cat_Furrier_Transform; import net.egork.chelper.tester.NewTester; import org.junit.Assert; import org.junit.Test; public class Main { @Test public void test() throws Exception { if (!NewTester.test("lib/test/on2019_04/on2019_04_24_Co...
923777c292702aee2c3bb406af0e773404d4c4dd
2,120
java
Java
Mobile App/Code/sources/com/google/android/gms/games/leaderboard/LeaderboardVariantRef.java
shivi98g/EpilNet-EpilepsyPredictor
15a98fb9ac7ee535005fb2aebb36548f28c7f6d1
[ "MIT" ]
null
null
null
Mobile App/Code/sources/com/google/android/gms/games/leaderboard/LeaderboardVariantRef.java
shivi98g/EpilNet-EpilepsyPredictor
15a98fb9ac7ee535005fb2aebb36548f28c7f6d1
[ "MIT" ]
null
null
null
Mobile App/Code/sources/com/google/android/gms/games/leaderboard/LeaderboardVariantRef.java
shivi98g/EpilNet-EpilepsyPredictor
15a98fb9ac7ee535005fb2aebb36548f28c7f6d1
[ "MIT" ]
null
null
null
24.090909
87
0.62783
998,067
package com.google.android.gms.games.leaderboard; import com.google.android.gms.common.data.C0705d; import com.google.android.gms.common.data.DataHolder; public final class LeaderboardVariantRef extends C0705d implements LeaderboardVariant { LeaderboardVariantRef(DataHolder dataHolder, int i) { super(data...
923778af45a8922921ecb7acf8b63e1c3f0540bf
60,883
java
Java
src/main/java/com/google/firebase/auth/FirebaseAuth.java
MathBunny/firebase-admin-java
a6b81e8b597d390cc9d4728ddaf54a2d6f3e0357
[ "Apache-2.0" ]
null
null
null
src/main/java/com/google/firebase/auth/FirebaseAuth.java
MathBunny/firebase-admin-java
a6b81e8b597d390cc9d4728ddaf54a2d6f3e0357
[ "Apache-2.0" ]
1
2021-12-09T19:27:57.000Z
2021-12-09T19:27:57.000Z
src/main/java/com/google/firebase/auth/FirebaseAuth.java
ohbus/firebase-admin-java
3485c98f42d483b2336aa4357546f6d56d2a9346
[ "Apache-2.0" ]
null
null
null
44.932103
121
0.731797
998,068
/* * Copyright 2017 Google 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 to ...
92377904845f8fac91ec0803327cc1eeff1b6b90
1,338
java
Java
src/main/java/com/egouletlang/logmein/http/ErrorResponse.java
egouletlang/logmein-assignment
3c83d5c8462d5c88552b66ab531cee9ee8f9e4a2
[ "MIT" ]
null
null
null
src/main/java/com/egouletlang/logmein/http/ErrorResponse.java
egouletlang/logmein-assignment
3c83d5c8462d5c88552b66ab531cee9ee8f9e4a2
[ "MIT" ]
null
null
null
src/main/java/com/egouletlang/logmein/http/ErrorResponse.java
egouletlang/logmein-assignment
3c83d5c8462d5c88552b66ab531cee9ee8f9e4a2
[ "MIT" ]
null
null
null
31.116279
70
0.727952
998,069
package com.egouletlang.logmein.http; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import springfox.d...
9237791f7a8590b89799f2976aa8647eacd4b1ee
4,205
java
Java
fluentTest/arm/code/groupable_resource_inheritance/src/main/java/com/fluent/gencode/groupable_resource_inheritance/implementation/CatImpl.java
sakintoye/autorest.java
f92fa485c84c54dc397af5841dcfda66045d5dca
[ "MIT" ]
null
null
null
fluentTest/arm/code/groupable_resource_inheritance/src/main/java/com/fluent/gencode/groupable_resource_inheritance/implementation/CatImpl.java
sakintoye/autorest.java
f92fa485c84c54dc397af5841dcfda66045d5dca
[ "MIT" ]
null
null
null
fluentTest/arm/code/groupable_resource_inheritance/src/main/java/com/fluent/gencode/groupable_resource_inheritance/implementation/CatImpl.java
sakintoye/autorest.java
f92fa485c84c54dc397af5841dcfda66045d5dca
[ "MIT" ]
null
null
null
29.405594
129
0.639239
998,070
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.fluent.gencode.groupable_resource_inheritance.implementation; import com.mi...
92377979051740f342fdc7c8bf3a11989f69e9cb
1,905
java
Java
src/main/java/com/feicent/zhang/base/innerclass/OutClass.java
yzuzhang/zhang
85b5b6fae6a22ee026c7a34c61242a564824a442
[ "Apache-2.0" ]
null
null
null
src/main/java/com/feicent/zhang/base/innerclass/OutClass.java
yzuzhang/zhang
85b5b6fae6a22ee026c7a34c61242a564824a442
[ "Apache-2.0" ]
7
2019-11-13T05:28:53.000Z
2022-01-21T23:16:26.000Z
src/main/java/com/feicent/zhang/base/innerclass/OutClass.java
yzuzhang/zhang
85b5b6fae6a22ee026c7a34c61242a564824a442
[ "Apache-2.0" ]
null
null
null
35.943396
77
0.47664
998,071
package com.feicent.zhang.base.innerclass; public class OutClass { static class InnerClass1 { public void method1(InnerClass2 class2){ String threadName = Thread.currentThread().getName(); synchronized (class2) { System.out.println(threadName + "进入InnerClass1类中的met...
9237798f49dd9c12b5b8def0f6864ab8595b90cf
2,180
java
Java
gulimall-order/src/main/java/com/liuz/gulimall/order/controller/UndoLogController.java
present43/gulimall
a454d3f4ebaed23988c3ed7bef74d4dd39235297
[ "Apache-2.0" ]
null
null
null
gulimall-order/src/main/java/com/liuz/gulimall/order/controller/UndoLogController.java
present43/gulimall
a454d3f4ebaed23988c3ed7bef74d4dd39235297
[ "Apache-2.0" ]
null
null
null
gulimall-order/src/main/java/com/liuz/gulimall/order/controller/UndoLogController.java
present43/gulimall
a454d3f4ebaed23988c3ed7bef74d4dd39235297
[ "Apache-2.0" ]
null
null
null
23.956044
64
0.684404
998,072
package com.liuz.gulimall.order.controller; import java.util.Arrays; import java.util.Map; // import org.apache.shiro.authz.annotation.RequiresPermissions; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.an...
923779b37d28c1dbc69ad8804a613373e595a8ac
469
java
Java
sda-commons-server-key-mgmt/src/main/java/org/sdase/commons/keymgmt/manager/NoKeyKeyManager.java
thrstnh/sda-dropwizard-commons
c31f99c312e2e164ae50cf714e90b8c4b34c7454
[ "MIT" ]
34
2020-01-09T10:15:03.000Z
2022-03-30T21:14:24.000Z
sda-commons-server-key-mgmt/src/main/java/org/sdase/commons/keymgmt/manager/NoKeyKeyManager.java
SDA-SE/sda-dropwizard-commons
c98b07f2421d5370abc1bd2b147bbfe1c245f231
[ "MIT" ]
1,487
2020-01-08T13:51:49.000Z
2022-03-31T11:24:35.000Z
sda-commons-server-key-mgmt/src/main/java/org/sdase/commons/keymgmt/manager/NoKeyKeyManager.java
thrstnh/sda-dropwizard-commons
c31f99c312e2e164ae50cf714e90b8c4b34c7454
[ "MIT" ]
6
2020-03-26T06:57:06.000Z
2021-11-25T16:11:13.000Z
21.318182
98
0.733475
998,073
package org.sdase.commons.keymgmt.manager; import java.util.Collections; import java.util.Set; /** * simulates a non existing key. For a non exiting key, there are no valid values and therefore no * testable can be seen as valid. */ public class NoKeyKeyManager implements KeyManager { @Override public Set<Str...
92377a2a9f44ea6c3c44ff05d988d63b21d05333
4,965
java
Java
src/Game.java
Ursinus-CS174-F2020/Week1_2048
93b204eaef3e6aeb4e8683437ff4682c513bdc4d
[ "Apache-2.0" ]
null
null
null
src/Game.java
Ursinus-CS174-F2020/Week1_2048
93b204eaef3e6aeb4e8683437ff4682c513bdc4d
[ "Apache-2.0" ]
null
null
null
src/Game.java
Ursinus-CS174-F2020/Week1_2048
93b204eaef3e6aeb4e8683437ff4682c513bdc4d
[ "Apache-2.0" ]
null
null
null
29.035088
81
0.536354
998,074
import java.util.Random; import java.util.Scanner; public class Game { private int[][] board; public Game() { board = new int[4][4]; } /** * Print out the board in text, making enough space to * accommodate 4 digit numbers like 2048 */ public void printBoard() { ...
92377a87bb88d36929da7e6981e64bb2ffb91326
1,187
java
Java
runescape-client/src/main/java/Ignored.java
Magnusrn/runelite
c77297f6d6e0e78a37fcdefe88a8e61bf060d4d4
[ "BSD-2-Clause" ]
null
null
null
runescape-client/src/main/java/Ignored.java
Magnusrn/runelite
c77297f6d6e0e78a37fcdefe88a8e61bf060d4d4
[ "BSD-2-Clause" ]
null
null
null
runescape-client/src/main/java/Ignored.java
Magnusrn/runelite
c77297f6d6e0e78a37fcdefe88a8e61bf060d4d4
[ "BSD-2-Clause" ]
null
null
null
21.581818
56
0.697557
998,075
import net.runelite.mapping.Export; import net.runelite.mapping.Implements; import net.runelite.mapping.ObfuscatedGetter; import net.runelite.mapping.ObfuscatedName; import net.runelite.mapping.ObfuscatedSignature; @ObfuscatedName("ng") @Implements("Ignored") public class Ignored extends User { @ObfuscatedName("v") ...
92377aa4d74e7a00c8f0bc46d1716506ea9793e3
2,689
java
Java
src/main/java/com/inferni/giftcard/APIHook/Manager.java
MatiasMunk/CraftingStore-GiftCard-Extension
66a7782eb417633a7b1885517f624724b75241a1
[ "Apache-2.0" ]
null
null
null
src/main/java/com/inferni/giftcard/APIHook/Manager.java
MatiasMunk/CraftingStore-GiftCard-Extension
66a7782eb417633a7b1885517f624724b75241a1
[ "Apache-2.0" ]
null
null
null
src/main/java/com/inferni/giftcard/APIHook/Manager.java
MatiasMunk/CraftingStore-GiftCard-Extension
66a7782eb417633a7b1885517f624724b75241a1
[ "Apache-2.0" ]
null
null
null
37.347222
133
0.593529
998,076
package com.inferni.giftcard.APIHook; import com.inferni.giftcard.Email.Emailer; import com.inferni.giftcard.GiftCard; import com.inferni.giftcard.Util.DataInterface; import freemarker.template.TemplateException; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.command.CommandSender; ...
92377b3cb83828c8df56cecd1c09a2b8a09717e5
1,071
java
Java
a206_Date/DateDemo.java
Harlotte1998/JavaReview
20d0488052123dfe228b523745d7da21be55a4fa
[ "Apache-2.0" ]
null
null
null
a206_Date/DateDemo.java
Harlotte1998/JavaReview
20d0488052123dfe228b523745d7da21be55a4fa
[ "Apache-2.0" ]
null
null
null
a206_Date/DateDemo.java
Harlotte1998/JavaReview
20d0488052123dfe228b523745d7da21be55a4fa
[ "Apache-2.0" ]
null
null
null
24.340909
69
0.542484
998,077
package HeiMa.a206_Date; import java.util.Date; /** * @Author Miracle Liuce * @Date 2021/11/13 16:49 * @Version 1.0 6.1 Date类概述和构造方法 Date代表了-一个特定的时间,精确到毫秒 方法名 说明 public Date() 分配一个Date对象,并初始化,以便它代表它被分配的时间,精确到毫秒 public Date(long date) 分配个Date对象,并将其初始化为表示从...
92377bb840b19d27240037530d523d615fa43daa
12,046
java
Java
src/main/java/com/varobank/common/gremlin/queries/BatchWriteQueries.java
VaroBank/kafka-neptune-sink
a946f66db2670a16ae7ca420561f903a1c4bf2e4
[ "BSD-2-Clause" ]
1
2022-03-21T21:44:19.000Z
2022-03-21T21:44:19.000Z
src/main/java/com/varobank/common/gremlin/queries/BatchWriteQueries.java
VaroBank/kafka-neptune-sink
a946f66db2670a16ae7ca420561f903a1c4bf2e4
[ "BSD-2-Clause" ]
null
null
null
src/main/java/com/varobank/common/gremlin/queries/BatchWriteQueries.java
VaroBank/kafka-neptune-sink
a946f66db2670a16ae7ca420561f903a1c4bf2e4
[ "BSD-2-Clause" ]
null
null
null
47.801587
140
0.623277
998,078
/* Copyright (c) 2022 Varo Bank, N.A. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
92377ca93fd70108efedc4f821a3debb34ef5839
468
java
Java
src/main/java/io/quarkus/samples/petclinic/dto/order/OrderResponseDto.java
iei-dasa/dasa-tropicana-backend
23ea27b532c9d99c8d915231f2a785b8ca067f63
[ "MIT" ]
null
null
null
src/main/java/io/quarkus/samples/petclinic/dto/order/OrderResponseDto.java
iei-dasa/dasa-tropicana-backend
23ea27b532c9d99c8d915231f2a785b8ca067f63
[ "MIT" ]
null
null
null
src/main/java/io/quarkus/samples/petclinic/dto/order/OrderResponseDto.java
iei-dasa/dasa-tropicana-backend
23ea27b532c9d99c8d915231f2a785b8ca067f63
[ "MIT" ]
null
null
null
23.4
50
0.747863
998,079
package io.quarkus.samples.petclinic.dto.order; import java.time.LocalDate; import java.util.List; public class OrderResponseDto { private Long id; private Double totalPrice; private LocalDate date; private String firstName; private String lastName; private String city; private String add...
92377cb49ebefdb60d6124e3e6e4ddec79740096
621
java
Java
RNAstructure_Source/java_interface/src/ur_rna/GUITester/ScriptParser/ASTNamedArgument.java
mayc2/PseudoKnot_research
33e94b84435d87aff3d89dbad970c438ac173331
[ "MIT" ]
null
null
null
RNAstructure_Source/java_interface/src/ur_rna/GUITester/ScriptParser/ASTNamedArgument.java
mayc2/PseudoKnot_research
33e94b84435d87aff3d89dbad970c438ac173331
[ "MIT" ]
null
null
null
RNAstructure_Source/java_interface/src/ur_rna/GUITester/ScriptParser/ASTNamedArgument.java
mayc2/PseudoKnot_research
33e94b84435d87aff3d89dbad970c438ac173331
[ "MIT" ]
null
null
null
31.05
167
0.774557
998,080
/* Generated By:JJTree: Do not edit this line. ASTNamedArgument.java Version 6.0 */ /* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=false,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */ package ur_rna.GUITester.ScriptParser; public class ASTNamedArgume...
92377d5ae5ea0c2dde3095a985513650ad243fd7
537
java
Java
chapter_001/src/test/java/ru/job4j/array/SquareTest.java
andreworlov91/aorlov
9e9700a53f33342ab8160a71f72d52d63a0208fb
[ "Apache-2.0" ]
null
null
null
chapter_001/src/test/java/ru/job4j/array/SquareTest.java
andreworlov91/aorlov
9e9700a53f33342ab8160a71f72d52d63a0208fb
[ "Apache-2.0" ]
null
null
null
chapter_001/src/test/java/ru/job4j/array/SquareTest.java
andreworlov91/aorlov
9e9700a53f33342ab8160a71f72d52d63a0208fb
[ "Apache-2.0" ]
null
null
null
18.689655
62
0.623616
998,081
package ru.job4j.array; import org.junit.Test; import static org.hamcrest.core.Is.is; import static org.junit.Assert.assertThat; /** * Test. * * @author AndrewOrlov (anpch@example.com) * @version $Id$ * @since 0.1 */ public class SquareTest { /** * Test calculate. */ @Test public void wh...
92377ef4b1420eb56a6406282deac3f15acda856
755
java
Java
src/main/java/com/ganghuan/myRPCVersion4/server/TestServer.java
c1028131070/MyRPCFromZero
b994d6ad1808bd9cb3b93c8e7762d700f84cab61
[ "Apache-2.0" ]
224
2020-08-06T03:52:04.000Z
2022-03-30T03:37:27.000Z
src/main/java/com/ganghuan/myRPCVersion4/server/TestServer.java
warren-chen/MyRPCFromZero
61b878e5cf6a6c6dcb66a27dbeaa47b746364f97
[ "Apache-2.0" ]
2
2021-06-30T13:37:55.000Z
2021-07-22T13:10:04.000Z
src/main/java/com/ganghuan/myRPCVersion4/server/TestServer.java
warren-chen/MyRPCFromZero
61b878e5cf6a6c6dcb66a27dbeaa47b746364f97
[ "Apache-2.0" ]
50
2020-08-10T16:14:16.000Z
2022-03-26T12:45:40.000Z
35.952381
66
0.770861
998,082
package com.ganghuan.myRPCVersion4.server; import com.ganghuan.myRPCVersion4.service.BlogService; import com.ganghuan.myRPCVersion4.service.BlogServiceImpl; import com.ganghuan.myRPCVersion4.service.UserService; import com.ganghuan.myRPCVersion4.service.UserServiceImpl; public class TestServer { public static vo...
9237803fb7fa07e97c9d4a9a858d23299a576a39
5,668
java
Java
src/main/java/setadokalo/customfog/config/gui/widgets/WarningWidget.java
helpimnotdrowning/custom-fog
a5a0afe873872d7956add8b42d7af4a4e558758d
[ "MIT" ]
11
2020-09-11T08:04:30.000Z
2022-01-22T09:16:41.000Z
src/main/java/setadokalo/customfog/config/gui/widgets/WarningWidget.java
helpimnotdrowning/custom-fog
a5a0afe873872d7956add8b42d7af4a4e558758d
[ "MIT" ]
32
2020-10-20T15:15:36.000Z
2022-03-31T02:25:28.000Z
src/main/java/setadokalo/customfog/config/gui/widgets/WarningWidget.java
helpimnotdrowning/custom-fog
a5a0afe873872d7956add8b42d7af4a4e558758d
[ "MIT" ]
8
2020-09-11T08:05:05.000Z
2022-03-11T17:04:48.000Z
31.314917
126
0.62844
998,083
package setadokalo.customfog.config.gui.widgets; import com.mojang.blaze3d.systems.RenderSystem; import net.minecraft.client.MinecraftClient; import net.minecraft.client.font.TextRenderer; import net.minecraft.client.gui.Drawable; import net.minecraft.client.gui.DrawableHelper; import net.minecraft.client.gui.Element;...
9237807a6fe452e97bb4fe09205704274bcce4b5
970
java
Java
dbconsoledrawer/src/test/java/com/db/consoledrawing/command/CreateCanvasCommandTest.java
syedimra953/sample-projects
e66105b10e754f1a05bd1a7324c2a0a55020faa5
[ "Apache-2.0" ]
null
null
null
dbconsoledrawer/src/test/java/com/db/consoledrawing/command/CreateCanvasCommandTest.java
syedimra953/sample-projects
e66105b10e754f1a05bd1a7324c2a0a55020faa5
[ "Apache-2.0" ]
null
null
null
dbconsoledrawer/src/test/java/com/db/consoledrawing/command/CreateCanvasCommandTest.java
syedimra953/sample-projects
e66105b10e754f1a05bd1a7324c2a0a55020faa5
[ "Apache-2.0" ]
null
null
null
30.3125
69
0.724742
998,084
package com.db.consoledrawing.command; import com.db.consoledrawing.exception.InvalidCommandParamsException; import org.junit.Test; public class CreateCanvasCommandTest { @Test public void testCreate() throws InvalidCommandParamsException { new CreateCommand("1", "1"); } @Test(expected = Inv...
923781167ae1b18b92497e59104a4fffdfb52ec2
940
java
Java
src/main/java/ga/rugal/demo/core/entity/Student.java
Rugal/spring-boot-template
b46142731afa3e88e0aea56f1f02ca42308e8129
[ "Apache-2.0" ]
null
null
null
src/main/java/ga/rugal/demo/core/entity/Student.java
Rugal/spring-boot-template
b46142731afa3e88e0aea56f1f02ca42308e8129
[ "Apache-2.0" ]
null
null
null
src/main/java/ga/rugal/demo/core/entity/Student.java
Rugal/spring-boot-template
b46142731afa3e88e0aea56f1f02ca42308e8129
[ "Apache-2.0" ]
null
null
null
26.111111
80
0.759574
998,085
package ga.rugal.demo.core.entity; import static config.SystemDefaultProperty.SCHEMA; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistenc...
92378158aba5fd04b69463cce2c0295ddc847228
4,841
java
Java
openapi-cli/src/test/java/io/ballerina/openapi/generators/openapi/ServiceDeclarationNodesTests.java
kapilraajP/openapi-tools
4fb7a186ab217df127ed8c1abd2a2b94fef482fc
[ "Apache-2.0" ]
7
2021-11-18T12:52:31.000Z
2022-03-23T21:28:27.000Z
openapi-cli/src/test/java/io/ballerina/openapi/generators/openapi/ServiceDeclarationNodesTests.java
kapilraajP/openapi-tools
4fb7a186ab217df127ed8c1abd2a2b94fef482fc
[ "Apache-2.0" ]
231
2021-11-17T08:57:53.000Z
2022-03-30T11:06:06.000Z
openapi-cli/src/test/java/io/ballerina/openapi/generators/openapi/ServiceDeclarationNodesTests.java
kapilraajP/openapi-tools
4fb7a186ab217df127ed8c1abd2a2b94fef482fc
[ "Apache-2.0" ]
13
2021-12-05T15:49:03.000Z
2022-03-23T21:29:13.000Z
44.412844
117
0.699029
998,086
/* * Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apach...
923781d1c26b3b8dee6ff1f8f29557d69a7c7d45
3,358
java
Java
src/test/java/com/jenkov/db/test/util/MappingUtilTest.java
jjenkov/butterfly-persistence
c9123830eb311ec84ea7055b08664e96dff58e48
[ "Apache-2.0" ]
23
2016-04-26T14:21:57.000Z
2022-03-06T23:35:32.000Z
src/test/java/com/jenkov/db/test/util/MappingUtilTest.java
jjenkov/butterfly-persistence
c9123830eb311ec84ea7055b08664e96dff58e48
[ "Apache-2.0" ]
6
2019-12-14T10:30:55.000Z
2022-02-04T23:30:53.000Z
src/test/java/com/jenkov/db/test/util/MappingUtilTest.java
jjenkov/butterfly-persistence
c9123830eb311ec84ea7055b08664e96dff58e48
[ "Apache-2.0" ]
16
2016-05-05T16:56:12.000Z
2020-07-03T09:45:39.000Z
34.979167
107
0.712924
998,087
package com.jenkov.db.test.util; import com.jenkov.db.impl.mapping.Key; import com.jenkov.db.impl.mapping.KeyValue; import com.jenkov.db.impl.mapping.ObjectMappingFactory; import com.jenkov.db.itf.mapping.*; import com.jenkov.db.test.objects.PersistentObject; import com.jenkov.db.util.MappingUtil; import com.jenkov.te...
923781f04b4fac98e7a982abc92e3eb2ec3c5972
8,615
java
Java
core/servicemix-core/src/main/java/org/apache/servicemix/components/util/PojoSupport.java
cquoss/servicemix3
a4ce3148916c940fa204b713795bb21e8d0cd42e
[ "Apache-2.0" ]
2
2015-07-29T22:58:57.000Z
2021-11-10T19:04:24.000Z
core/servicemix-core/src/main/java/org/apache/servicemix/components/util/PojoSupport.java
cquoss/servicemix3
a4ce3148916c940fa204b713795bb21e8d0cd42e
[ "Apache-2.0" ]
null
null
null
core/servicemix-core/src/main/java/org/apache/servicemix/components/util/PojoSupport.java
cquoss/servicemix3
a4ce3148916c940fa204b713795bb21e8d0cd42e
[ "Apache-2.0" ]
12
2015-10-05T13:32:39.000Z
2021-11-10T19:04:18.000Z
32.756654
106
0.675334
998,088
/* * 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 ...
9237823ba14a424e5a79bf5acdf21070c2802e8a
1,373
java
Java
tapestry5-annotations/src/main/java/org/apache/tapestry5/beaneditor/RelativePosition.java
shisheng-1/tapestry-5
28ac1aebdf09d27611d111c702266b12e10b074c
[ "Apache-2.0" ]
72
2015-02-23T16:30:56.000Z
2022-03-30T03:42:27.000Z
tapestry5-annotations/src/main/java/org/apache/tapestry5/beaneditor/RelativePosition.java
shisheng-1/tapestry-5
28ac1aebdf09d27611d111c702266b12e10b074c
[ "Apache-2.0" ]
7
2016-03-03T10:21:45.000Z
2021-12-02T20:03:17.000Z
tapestry5-annotations/src/main/java/org/apache/tapestry5/beaneditor/RelativePosition.java
shisheng-1/tapestry-5
28ac1aebdf09d27611d111c702266b12e10b074c
[ "Apache-2.0" ]
87
2015-02-20T09:17:50.000Z
2022-01-31T12:11:24.000Z
41.606061
171
0.740714
998,089
// Copyright 2007 The Apache Software Foundation // // 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...
923782f56f48ea85b7414ae772401af8a670722e
7,802
java
Java
distro/wildfly/subsystem/src/main/java/org/camunda/bpm/container/impl/jboss/deployment/processor/ModuleDependencyProcessor.java
npwork/camunda-bpm-platform
41be33a14c712e357aeb669c2f8914af927ea678
[ "Apache-2.0" ]
2,577
2015-01-02T07:43:55.000Z
2022-03-31T22:31:45.000Z
distro/wildfly/subsystem/src/main/java/org/camunda/bpm/container/impl/jboss/deployment/processor/ModuleDependencyProcessor.java
npwork/camunda-bpm-platform
41be33a14c712e357aeb669c2f8914af927ea678
[ "Apache-2.0" ]
839
2015-01-12T22:06:28.000Z
2022-03-24T13:26:29.000Z
distro/wildfly/subsystem/src/main/java/org/camunda/bpm/container/impl/jboss/deployment/processor/ModuleDependencyProcessor.java
npwork/camunda-bpm-platform
41be33a14c712e357aeb669c2f8914af927ea678
[ "Apache-2.0" ]
1,270
2015-01-02T03:39:25.000Z
2022-03-31T06:04:37.000Z
54.943662
163
0.79595
998,090
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. Camunda licenses this file to you under the Apache License, * Version 2.0; y...
92378396f57ab8d85f1f8590e6701eda76c8100e
464
java
Java
wms-produce-manage/src/main/java/com/deer/wms/produce/manage/service/ProcessQualityInfoService.java
yuanfayang/wms-parent
17d7796daf9f75d05c8505f69f2bc2baf3192cc6
[ "0BSD" ]
null
null
null
wms-produce-manage/src/main/java/com/deer/wms/produce/manage/service/ProcessQualityInfoService.java
yuanfayang/wms-parent
17d7796daf9f75d05c8505f69f2bc2baf3192cc6
[ "0BSD" ]
null
null
null
wms-produce-manage/src/main/java/com/deer/wms/produce/manage/service/ProcessQualityInfoService.java
yuanfayang/wms-parent
17d7796daf9f75d05c8505f69f2bc2baf3192cc6
[ "0BSD" ]
null
null
null
25.777778
89
0.797414
998,091
package com.deer.wms.produce.manage.service; import com.deer.wms.produce.manage.model.ProcessQualityInfo; import com.deer.wms.produce.manage.model.ProcessQualityInfoParams; import com.deer.wms.project.seed.core.service.Service; import java.util.List; /** * Created by hy on 2019/07/19. */ public interface ProcessQu...
923783e4c97fb9f76237a78ccaca5ed14274823c
1,622
java
Java
clients/src/test/java/org/apache/kafka/common/utils/ShellTest.java
JoeHughes-IBM/Kafka
6185bc0276c03075022c30d3c36f7f5c09ef19c6
[ "Apache-2.0" ]
20
2015-06-05T03:44:18.000Z
2019-06-05T19:37:54.000Z
clients/src/test/java/org/apache/kafka/common/utils/ShellTest.java
JoeHughes-IBM/Kafka
6185bc0276c03075022c30d3c36f7f5c09ef19c6
[ "Apache-2.0" ]
4
2016-08-11T19:50:18.000Z
2017-06-27T16:59:11.000Z
clients/src/test/java/org/apache/kafka/common/utils/ShellTest.java
JoeHughes-IBM/Kafka
6185bc0276c03075022c30d3c36f7f5c09ef19c6
[ "Apache-2.0" ]
14
2015-07-09T11:21:53.000Z
2019-05-15T02:07:57.000Z
36.044444
95
0.724414
998,092
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may n...
9237842301eadffff86218c5a3b029dc296f570d
3,984
java
Java
src/main/java/com/irontigers/robot/Constants.java
npmanos/infiniterecharge2021
26b35115363ff1fde1d02275e0496bb2066a1c46
[ "BSD-3-Clause" ]
1
2021-03-15T04:26:03.000Z
2021-03-15T04:26:03.000Z
src/main/java/com/irontigers/robot/Constants.java
npmanos/infiniterecharge2021
26b35115363ff1fde1d02275e0496bb2066a1c46
[ "BSD-3-Clause" ]
null
null
null
src/main/java/com/irontigers/robot/Constants.java
npmanos/infiniterecharge2021
26b35115363ff1fde1d02275e0496bb2066a1c46
[ "BSD-3-Clause" ]
1
2021-06-03T23:45:27.000Z
2021-06-03T23:45:27.000Z
39.445545
100
0.640562
998,093
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2018-2019 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of...
9237843f61c94d2bd89470bb284bbb874a689902
9,185
java
Java
src/main/java/org/onebusaway/gtfs_realtime/trip_updates_producer_demo/GtfsRealtimeProviderImpl.java
JLLeitschuh/onebusaway-gtfs-realtime-trip-updates-producer-demo
f1391145abcf509862bb51ad8c405580cffba67c
[ "Apache-2.0" ]
8
2016-03-22T10:48:09.000Z
2021-02-03T03:17:05.000Z
src/main/java/org/onebusaway/gtfs_realtime/trip_updates_producer_demo/GtfsRealtimeProviderImpl.java
JLLeitschuh/onebusaway-gtfs-realtime-trip-updates-producer-demo
f1391145abcf509862bb51ad8c405580cffba67c
[ "Apache-2.0" ]
2
2020-02-11T15:11:53.000Z
2021-02-03T03:27:59.000Z
src/main/java/org/onebusaway/gtfs_realtime/trip_updates_producer_demo/GtfsRealtimeProviderImpl.java
JLLeitschuh/onebusaway-gtfs-realtime-trip-updates-producer-demo
f1391145abcf509862bb51ad8c405580cffba67c
[ "Apache-2.0" ]
10
2015-04-08T02:08:41.000Z
2022-02-04T08:41:00.000Z
34.923954
93
0.728035
998,094
/** * Copyright (C) 2012 Google, 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 ...
9237844bbfe325e203e82035fceb48b69d360994
1,263
java
Java
ByteByByte/3Sum/ThreeSumSolution.java
Gadigeppa-J/ds-algo-java
0f1c12d48e5045baacdf2768daae1fdf42c21893
[ "Apache-2.0" ]
null
null
null
ByteByByte/3Sum/ThreeSumSolution.java
Gadigeppa-J/ds-algo-java
0f1c12d48e5045baacdf2768daae1fdf42c21893
[ "Apache-2.0" ]
null
null
null
ByteByByte/3Sum/ThreeSumSolution.java
Gadigeppa-J/ds-algo-java
0f1c12d48e5045baacdf2768daae1fdf42c21893
[ "Apache-2.0" ]
null
null
null
14.686047
138
0.522565
998,095
/** * @author: Gadigeppa Muthu * @date: 18-Apr-2020 * * Question: Given a list of integers, write a function that returns all sets of 3 numbers in the list, a, b, and c, so that a + b + c == 0 * * threeSum({-1, 0, 1, 2, -1, -4}) * [-1, -1, 2] * [-1, 0, 1] * **/ import java.util.List; import java.util.ArrayList; impo...
923784c461ab2e707eee20668e25995e884621f0
7,136
java
Java
java/compiler/impl/src/com/intellij/compiler/backwardRefs/JavaCompilerRefAdapter.java
nvartolomei/intellij-community
1aac326dadacf65d45decc25cef21f94f7b80d69
[ "Apache-2.0" ]
2
2019-04-28T07:48:50.000Z
2020-12-11T14:18:08.000Z
java/compiler/impl/src/com/intellij/compiler/backwardRefs/JavaCompilerRefAdapter.java
nvartolomei/intellij-community
1aac326dadacf65d45decc25cef21f94f7b80d69
[ "Apache-2.0" ]
1
2020-07-30T19:04:47.000Z
2020-07-30T19:04:47.000Z
java/compiler/impl/src/com/intellij/compiler/backwardRefs/JavaCompilerRefAdapter.java
nvartolomei/intellij-community
1aac326dadacf65d45decc25cef21f94f7b80d69
[ "Apache-2.0" ]
1
2020-10-15T05:56:42.000Z
2020-10-15T05:56:42.000Z
41.488372
155
0.703896
998,096
// Copyright 2000-2020 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 com.intellij.compiler.backwardRefs; import com.intellij.ide.highlighter.JavaClassFileType; import com.intellij.ide.highlighter.JavaFileType; import com.intellij.openapi.a...
9237850998a589beeb040487f485354161711b00
1,075
java
Java
x-pack/plugin/sql/src/main/java/org/elasticsearch/xpack/sql/session/EmptyRowSet.java
YMhao/elasticsearch
3bb826aa5cf477d3f0cc2397bda517d501c08b9a
[ "Apache-2.0" ]
3
2017-05-31T14:46:18.000Z
2022-02-15T08:04:05.000Z
x-pack/plugin/sql/src/main/java/org/elasticsearch/xpack/sql/session/EmptyRowSet.java
YMhao/elasticsearch
3bb826aa5cf477d3f0cc2397bda517d501c08b9a
[ "Apache-2.0" ]
61
2015-01-09T10:44:57.000Z
2018-04-17T14:56:08.000Z
x-pack/plugin/sql/src/main/java/org/elasticsearch/xpack/sql/session/EmptyRowSet.java
YMhao/elasticsearch
3bb826aa5cf477d3f0cc2397bda517d501c08b9a
[ "Apache-2.0" ]
4
2015-09-18T20:09:38.000Z
2019-08-07T12:46:41.000Z
20.673077
79
0.650233
998,097
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.sql.session; import org.elasticsearch.xpack.s...
9237853cea69683672813bb94b9e2550db2d3e8e
893
java
Java
plugins/groovy/groovy-psi/src/org/jetbrains/plugins/groovy/GroovyHashBangFileTypeDetector.java
dunno99/intellij-community
aa656a5d874b947271b896b2105e4370827b9149
[ "Apache-2.0" ]
1
2020-01-28T17:32:44.000Z
2020-01-28T17:32:44.000Z
plugins/groovy/groovy-psi/src/org/jetbrains/plugins/groovy/GroovyHashBangFileTypeDetector.java
dunno99/intellij-community
aa656a5d874b947271b896b2105e4370827b9149
[ "Apache-2.0" ]
2
2022-02-19T09:45:05.000Z
2022-02-27T20:32:55.000Z
plugins/groovy/groovy-psi/src/org/jetbrains/plugins/groovy/GroovyHashBangFileTypeDetector.java
dunno99/intellij-community
aa656a5d874b947271b896b2105e4370827b9149
[ "Apache-2.0" ]
2
2020-03-15T08:57:37.000Z
2020-04-07T04:48:14.000Z
35.72
78
0.769317
998,098
/* * Copyright 2000-2014 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
923785bb62596f8a460f854dda4ac48aa4a014c2
8,404
java
Java
libpageradatper/src/main/java/com/bilibili/lib/pageradapter/IDFragmentStatePagerAdapter.java
Bilibili/adaptation
9d7ee7f1f6729e7d8d3fe19b4c8649cd77e15dc5
[ "Apache-2.0" ]
27
2016-04-06T10:36:20.000Z
2018-10-29T05:35:21.000Z
libpageradatper/src/main/java/com/bilibili/lib/pageradapter/IDFragmentStatePagerAdapter.java
Bilibili/adaptation
9d7ee7f1f6729e7d8d3fe19b4c8649cd77e15dc5
[ "Apache-2.0" ]
null
null
null
libpageradatper/src/main/java/com/bilibili/lib/pageradapter/IDFragmentStatePagerAdapter.java
Bilibili/adaptation
9d7ee7f1f6729e7d8d3fe19b4c8649cd77e15dc5
[ "Apache-2.0" ]
7
2016-05-04T00:54:57.000Z
2018-10-23T05:16:33.000Z
36.380952
101
0.606497
998,099
/* * Copyright (C) 2011 The Android Open Source Project * Copyright (C) 2016 Bilibili, 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/LICENS...
923786718af5fe7f1beb57b1d2640b8b773181b5
8,343
java
Java
src/main/java/org/grouplens/grapht/InjectionContainer.java
AutoscanForJava/org.grouplens.grapht-grapht
f6a5d21014ed05413ec811621fdd815feb053d7a
[ "MIT" ]
21
2015-03-17T21:01:57.000Z
2022-03-13T06:02:29.000Z
src/main/java/org/grouplens/grapht/InjectionContainer.java
AutoscanForJava/org.grouplens.grapht-grapht
f6a5d21014ed05413ec811621fdd815feb053d7a
[ "MIT" ]
39
2015-02-04T16:12:16.000Z
2021-06-07T23:02:47.000Z
src/main/java/org/grouplens/grapht/InjectionContainer.java
AutoscanForJava/org.grouplens.grapht-grapht
f6a5d21014ed05413ec811621fdd815feb053d7a
[ "MIT" ]
13
2015-02-05T06:27:06.000Z
2022-02-11T18:04:54.000Z
40.5
181
0.664869
998,100
/* * Grapht, an open source dependency injector. * Copyright 2014-2017 various contributors (see CONTRIBUTORS.txt) * Copyright 2010-2014 Regents of the University of Minnesota * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (th...
923786fceebea0990de29cb71467e10c72c6554f
580
java
Java
src/main/java/com/mazentop/modules/emp/commond/ProProductTypeCoommond.java
chanwaikit/fulin-test
e31ef03596b724ba48d72ca8021492e6f251ec20
[ "0BSD" ]
null
null
null
src/main/java/com/mazentop/modules/emp/commond/ProProductTypeCoommond.java
chanwaikit/fulin-test
e31ef03596b724ba48d72ca8021492e6f251ec20
[ "0BSD" ]
null
null
null
src/main/java/com/mazentop/modules/emp/commond/ProProductTypeCoommond.java
chanwaikit/fulin-test
e31ef03596b724ba48d72ca8021492e6f251ec20
[ "0BSD" ]
null
null
null
25.217391
125
0.781034
998,101
package com.mazentop.modules.emp.commond; import com.mazentop.entity.ProProductType; import com.mztframework.commond.PageCommond; import com.mztframework.dao.annotation.Criteria; import com.mztframework.dao.annotation.Expression; import lombok.Data; /** * @author: wangzy * @date: 2020/3/13 * @description: */ @Dat...
9237892925929c693801a22d60aaa5dfbf229219
1,746
java
Java
app/src/main/java/com/raisound/asrdemo_en/tings/Mactivity.java
Tinawood/notepad
247d6d225a47c963c3986b6a9da3c20ab5cef406
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/raisound/asrdemo_en/tings/Mactivity.java
Tinawood/notepad
247d6d225a47c963c3986b6a9da3c20ab5cef406
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/raisound/asrdemo_en/tings/Mactivity.java
Tinawood/notepad
247d6d225a47c963c3986b6a9da3c20ab5cef406
[ "Apache-2.0" ]
null
null
null
31.178571
80
0.65063
998,102
package com.raisound.asrdemo_en.tings; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.view.Window; import android.widget.Button; import android.widget.ListView; import com.raisound.asrdemo_en.R; import com.raisound.asrdemo_en.camera.MainC...
923789c01cbc36a2538bf972899e92e4e3f10fc3
2,214
java
Java
jhaws/net/src/main/java/org/jhaws/common/net/client/FirefoxCookieStoreBase.java
jurgendl/jhaws
9f8c0f0ee64315644bd112426fcec2a135a2cdf2
[ "MIT" ]
2
2015-03-18T15:04:51.000Z
2018-10-08T15:43:08.000Z
jhaws/net/src/main/java/org/jhaws/common/net/client/FirefoxCookieStoreBase.java
jurgendl/jhaws
9f8c0f0ee64315644bd112426fcec2a135a2cdf2
[ "MIT" ]
11
2020-07-01T08:44:17.000Z
2022-03-30T17:53:42.000Z
jhaws/net/src/main/java/org/jhaws/common/net/client/FirefoxCookieStoreBase.java
jurgendl/jhaws
9f8c0f0ee64315644bd112426fcec2a135a2cdf2
[ "MIT" ]
null
null
null
33.545455
114
0.730804
998,103
package org.jhaws.common.net.client; import java.sql.ResultSet; import java.sql.SQLException; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import org.jhaws.common.io.FilePath; import org.springframework.jdbc.core.RowMapper; import org.springframework.jdbc.core.namedpar...
92378a119dde7087204f24c0e7c126a5f9728d73
9,573
java
Java
test/com/joshcheek/server/WebFrameworkTest.java
JoshCheek/java-web-server
404b483a0f9152a98b74702e2c3ee0af5fbff64a
[ "Unlicense" ]
2
2015-09-14T16:55:26.000Z
2017-08-10T06:57:52.000Z
test/com/joshcheek/server/WebFrameworkTest.java
JoshCheek/java-web-server
404b483a0f9152a98b74702e2c3ee0af5fbff64a
[ "Unlicense" ]
null
null
null
test/com/joshcheek/server/WebFrameworkTest.java
JoshCheek/java-web-server
404b483a0f9152a98b74702e2c3ee0af5fbff64a
[ "Unlicense" ]
null
null
null
34.311828
128
0.567116
998,104
package com.joshcheek.server; import com.joshcheek.server.webFramework.WebFramework; import java.io.*; import java.net.Socket; import java.util.regex.Pattern; /** * Created by IntelliJ IDEA. * User: joshuajcheek * Date: 9/1/11 * Time: 1:15 PM * To change this template use File | Settings | File Templates. */ p...
92378a65b905475b3029d09cab47bfb4ff267d08
148
java
Java
src/main/java/com/softeq/app/domain/UserRepositoryCustom.java
Softeq/spring-querydsl-project-template
03f524ed6a95402756309157b2ed2b30b3d3bb5f
[ "MIT" ]
7
2019-10-28T10:05:51.000Z
2021-12-29T13:09:50.000Z
src/main/java/com/softeq/app/domain/UserRepositoryCustom.java
Softeq/spring-querydsl-project-template
03f524ed6a95402756309157b2ed2b30b3d3bb5f
[ "MIT" ]
4
2019-10-21T13:07:31.000Z
2019-10-29T10:31:54.000Z
src/main/java/com/softeq/app/domain/UserRepositoryCustom.java
Softeq/spring-querydsl-project-template
03f524ed6a95402756309157b2ed2b30b3d3bb5f
[ "MIT" ]
2
2021-03-19T07:45:09.000Z
2021-04-11T14:31:14.000Z
14.8
47
0.77027
998,105
package com.softeq.app.domain; import java.util.List; public interface UserRepositoryCustom { List<User> findByLastName(String lastName); }
92378b593e98381636b98cf93befa9346ecc2634
3,599
java
Java
app/src/main/java/com/ljmu/andre/snaptools/MediaSaving/MediaSaver.java
tardeaux/SnapTools
899f8f2d4ce1d840ae537bd16b8da98b8180aeeb
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/ljmu/andre/snaptools/MediaSaving/MediaSaver.java
tardeaux/SnapTools
899f8f2d4ce1d840ae537bd16b8da98b8180aeeb
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/ljmu/andre/snaptools/MediaSaving/MediaSaver.java
tardeaux/SnapTools
899f8f2d4ce1d840ae537bd16b8da98b8180aeeb
[ "Apache-2.0" ]
null
null
null
29.991667
116
0.61656
998,106
package com.ljmu.andre.snaptools.MediaSaving; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.google.common.base.MoreObjects; import com.ljmu.andre.snaptools.Exceptions.MediaNotSavedException; import com.ljmu.andre.snaptools.MediaSaving.AdapterHandler.MediaAdapter; import com.ljmu....
92378b7f33f8b26aad7897911b261561798d0b2a
155
java
Java
waskj-base/base-chart-core/src/main/java/com/waskj/base/chart/core/model/code/EffectType.java
wangfei0904306/waskj-parent
2babea43baca4f32dacfd3534ff7b1309a78da40
[ "MIT" ]
null
null
null
waskj-base/base-chart-core/src/main/java/com/waskj/base/chart/core/model/code/EffectType.java
wangfei0904306/waskj-parent
2babea43baca4f32dacfd3534ff7b1309a78da40
[ "MIT" ]
null
null
null
waskj-base/base-chart-core/src/main/java/com/waskj/base/chart/core/model/code/EffectType.java
wangfei0904306/waskj-parent
2babea43baca4f32dacfd3534ff7b1309a78da40
[ "MIT" ]
null
null
null
12.916667
45
0.63871
998,107
package com.waskj.base.chart.core.model.code; /** * 特效类型 * * @author liuzh * @since 2016-02-28 10:33 */ public enum EffectType { ripple //涟漪特效 }
92378ca229de3d49e5e06ff8d9173091566f2ee1
4,730
java
Java
core/src/main/java/com/huawei/openstack4j/model/map/reduce/Cluster.java
wuchen-huawei/huaweicloud-sdk-java
1e4b76c737d23c5d5df59405015ea136651b6fc1
[ "Apache-2.0" ]
46
2018-09-30T08:55:22.000Z
2021-11-07T20:02:57.000Z
core/src/main/java/com/huawei/openstack4j/model/map/reduce/Cluster.java
wuchen-huawei/huaweicloud-sdk-java
1e4b76c737d23c5d5df59405015ea136651b6fc1
[ "Apache-2.0" ]
18
2019-04-11T02:37:30.000Z
2021-04-30T09:03:38.000Z
core/src/main/java/com/huawei/openstack4j/model/map/reduce/Cluster.java
wuchen-huawei/huaweicloud-sdk-java
1e4b76c737d23c5d5df59405015ea136651b6fc1
[ "Apache-2.0" ]
42
2019-01-22T07:54:00.000Z
2021-12-13T01:14:14.000Z
29.104294
161
0.53204
998,108
/******************************************************************************* * Copyright 2016 ContainX and OpenStack4j * * Licensed under the Apache License, Version 2.0 (the "License");...
92378d70913e5d51f1f31983bce826344cb74d51
2,700
java
Java
re/src/main/java/cn/rootelement/enumeration/CommonFileTypeEnum.java
ljtnono/re
fd9814c80378369fc0e4ad8b478eb2e73bb75601
[ "MIT" ]
4
2020-01-31T04:01:13.000Z
2020-04-11T05:06:28.000Z
re/src/main/java/cn/rootelement/enumeration/CommonFileTypeEnum.java
ljtnono/re
fd9814c80378369fc0e4ad8b478eb2e73bb75601
[ "MIT" ]
16
2020-01-10T06:10:46.000Z
2022-02-18T22:59:31.000Z
re/src/main/java/cn/rootelement/enumeration/CommonFileTypeEnum.java
ljtnono/root_element
60aaf0be9e8949033a8584347e5af9b79826c070
[ "MIT" ]
1
2019-12-26T02:16:08.000Z
2019-12-26T02:16:08.000Z
17.419355
80
0.34037
998,109
package cn.rootelement.enumeration; /** * 常见文件类型枚举,文件分为以下几种类型 * 1. 图片 2. 音乐 3. 文档 4. 视频 5. pdf书籍 6. markdown 7. 代码 8. 其他 * 其中3表示excel word ppt office文件 * @author ljt * @date 2020/1/30 * @version 1.0.2 */ public enum CommonFileTypeEnum { //################################ 1.图片 #############################...
92378da9585139336fc95e69fc3a4374013ae4c7
2,896
java
Java
library/medialibrary/src/main/java/deviceinfo/mayur/medialibrary/data/BytesBufferPool.java
mayurkaul/medialibrary
dcec5f6320cb9d222541a11c7c83de485a557118
[ "Apache-2.0" ]
30
2017-12-01T21:48:12.000Z
2021-12-15T08:22:33.000Z
library/medialibrary/src/main/java/deviceinfo/mayur/medialibrary/data/BytesBufferPool.java
naseemakhtar994/medialibrary
1b6b9a47ea2cb04ed0f98641f9465abeb76299c2
[ "Apache-2.0" ]
1
2018-05-30T06:15:28.000Z
2019-11-06T14:42:42.000Z
library/medialibrary/src/main/java/deviceinfo/mayur/medialibrary/data/BytesBufferPool.java
naseemakhtar994/medialibrary
1b6b9a47ea2cb04ed0f98641f9465abeb76299c2
[ "Apache-2.0" ]
11
2017-12-04T03:27:01.000Z
2019-11-23T05:23:29.000Z
31.478261
94
0.593923
998,110
/* * Copyright (C) 2012 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...
92378dcdf97ff50e6e6cc8b61bb77b4364dcacba
813
java
Java
app/src/main/java/olog/dev/leeto/ui/_activity_detail/di/DetailActivitySubComponent.java
ologe/leeto
d071d7af88b2b050c65c6ff53c58ffbedae5066d
[ "MIT" ]
3
2019-03-08T19:06:08.000Z
2020-04-01T16:20:42.000Z
app/src/main/java/olog/dev/leeto/ui/_activity_detail/di/DetailActivitySubComponent.java
ologe/leeto
d071d7af88b2b050c65c6ff53c58ffbedae5066d
[ "MIT" ]
null
null
null
app/src/main/java/olog/dev/leeto/ui/_activity_detail/di/DetailActivitySubComponent.java
ologe/leeto
d071d7af88b2b050c65c6ff53c58ffbedae5066d
[ "MIT" ]
null
null
null
28.034483
85
0.768758
998,111
package olog.dev.leeto.ui._activity_detail.di; import dagger.Subcomponent; import dagger.android.AndroidInjector; import olog.dev.leeto.dagger.PerActivity; import olog.dev.leeto.ui._activity_detail.DetailActivity; import olog.dev.leeto.ui._activity_detail.DetailFragmentsModule; @Subcomponent(modules = { Detai...
92378e08b69f8a06f9ba43cff6c1df2f1f0efc2c
2,884
java
Java
src/main/java/org/ldk/structs/CustomMessageReader.java
lightningdevkit/ldk-garbagecollected
52476c310c3ec9e37a37929c19bad0b8e5dc0f35
[ "Apache-2.0", "MIT" ]
27
2021-02-05T16:34:19.000Z
2022-03-30T18:41:56.000Z
src/main/java/org/ldk/structs/CustomMessageReader.java
TheBlueMatt/ldk-garbagecollected
99a3d528524ef1de3ad0dd3d0f81e5c2df0de226
[ "Apache-2.0", "MIT" ]
57
2021-02-05T16:38:28.000Z
2022-03-29T22:27:00.000Z
src/main/java/org/ldk/structs/CustomMessageReader.java
TheBlueMatt/ldk-garbagecollected
99a3d528524ef1de3ad0dd3d0f81e5c2df0de226
[ "Apache-2.0", "MIT" ]
8
2021-02-12T02:22:14.000Z
2021-12-11T09:40:21.000Z
43.69697
103
0.76595
998,112
package org.ldk.structs; import org.ldk.impl.bindings; import org.ldk.enums.*; import org.ldk.util.*; import java.util.Arrays; import java.lang.ref.Reference; import javax.annotation.Nullable; /** * Trait to be implemented by custom message (unrelated to the channel/gossip LN layers) * decoders. */ @SuppressWarnin...
92378f24565f66777942986b6373c72dc93a60d4
6,141
java
Java
android/src/main/java/com/freelogic/flutter_sunyard_printer/utils/Util.java
esmauro/flutter_sunyard_printer
51be29b7a2114ac1432875ac84a2b44e09a58235
[ "BSD-3-Clause" ]
null
null
null
android/src/main/java/com/freelogic/flutter_sunyard_printer/utils/Util.java
esmauro/flutter_sunyard_printer
51be29b7a2114ac1432875ac84a2b44e09a58235
[ "BSD-3-Clause" ]
null
null
null
android/src/main/java/com/freelogic/flutter_sunyard_printer/utils/Util.java
esmauro/flutter_sunyard_printer
51be29b7a2114ac1432875ac84a2b44e09a58235
[ "BSD-3-Clause" ]
null
null
null
23.894942
70
0.545677
998,113
package com.freelogic.flutter_sunyard_printer.utils; import android.annotation.SuppressLint; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; @SuppressLint("DefaultLocale") public class Util { /** * 字节数组转换为字符串 * * @param bArray * 0x00, 0xAF ...
92378f8d670f730a0fbf840a2e8e6c70d6934765
27,558
java
Java
src/main/java/com/gooddata/warehouse/WarehouseService.java
MilanKovacik/gooddata-java
b48ee995eb750f871cc1fe556c462e71a1180523
[ "BSD-3-Clause" ]
null
null
null
src/main/java/com/gooddata/warehouse/WarehouseService.java
MilanKovacik/gooddata-java
b48ee995eb750f871cc1fe556c462e71a1180523
[ "BSD-3-Clause" ]
null
null
null
src/main/java/com/gooddata/warehouse/WarehouseService.java
MilanKovacik/gooddata-java
b48ee995eb750f871cc1fe556c462e71a1180523
[ "BSD-3-Clause" ]
null
null
null
42.331797
145
0.640576
998,114
/* * Copyright (C) 2004-2017, GoodData(R) Corporation. All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE.txt file in the root directory of this source tree. */ package com.gooddata.warehouse; import com.gooddata.AbstractPollHandler; import com.gooddata.AbstractS...
92379007d4682a0d5d74442a9f7f4ac86688266f
2,902
java
Java
rtmppublisher/src/main/java/com/takusemba/rtmppublisher/VideoHandler.java
hitgou/RtmpPublisher
8bd1e473040bd09ced6cf4195d10a442738f3c41
[ "Apache-2.0" ]
604
2018-02-03T10:29:00.000Z
2022-03-31T16:00:08.000Z
rtmppublisher/src/main/java/com/takusemba/rtmppublisher/VideoHandler.java
hitgou/RtmpPublisher
8bd1e473040bd09ced6cf4195d10a442738f3c41
[ "Apache-2.0" ]
40
2018-02-04T21:16:32.000Z
2022-01-31T14:45:29.000Z
rtmppublisher/src/main/java/com/takusemba/rtmppublisher/VideoHandler.java
hitgou/RtmpPublisher
8bd1e473040bd09ced6cf4195d10a442738f3c41
[ "Apache-2.0" ]
151
2018-02-04T14:33:31.000Z
2022-03-01T02:56:05.000Z
31.89011
101
0.598897
998,115
package com.takusemba.rtmppublisher; import android.graphics.SurfaceTexture; import android.opengl.EGLContext; import android.os.Handler; import android.os.HandlerThread; import java.io.IOException; class VideoHandler implements CameraSurfaceRenderer.OnRendererStateChangedListener { private static final int FRA...
9237911a662213fb8e32009bcc891bed724a14ac
473
java
Java
src/fooddelivery/dataStructures/Pair.java
Dawlau/Food-Delivery-Platform
cade3108f3a667d5da82e99ee52fa16837332dee
[ "MIT" ]
null
null
null
src/fooddelivery/dataStructures/Pair.java
Dawlau/Food-Delivery-Platform
cade3108f3a667d5da82e99ee52fa16837332dee
[ "MIT" ]
null
null
null
src/fooddelivery/dataStructures/Pair.java
Dawlau/Food-Delivery-Platform
cade3108f3a667d5da82e99ee52fa16837332dee
[ "MIT" ]
null
null
null
16.310345
37
0.570825
998,116
package fooddelivery.dataStructures; public class Pair <T, Q>{ private T first; private Q second; public Pair(T first, Q second){ this.setFirst(first); this.setSecond(second); } public T getFirst() { return first; } public void setFirst(T first) { this.fi...
9237919650810b1fe7de7d0aaabdd73c04842f84
870
java
Java
basic-server/src/test/java/com/zimug/courses/security/basic/PasswordEncoderTest.java
Aric-Sun/boot-security-starter
ab0c3ee9b0fcb62354a3d993d88cf033568a1623
[ "MIT" ]
null
null
null
basic-server/src/test/java/com/zimug/courses/security/basic/PasswordEncoderTest.java
Aric-Sun/boot-security-starter
ab0c3ee9b0fcb62354a3d993d88cf033568a1623
[ "MIT" ]
null
null
null
basic-server/src/test/java/com/zimug/courses/security/basic/PasswordEncoderTest.java
Aric-Sun/boot-security-starter
ab0c3ee9b0fcb62354a3d993d88cf033568a1623
[ "MIT" ]
null
null
null
29
76
0.67931
998,117
package com.zimug.courses.security.basic; import lombok.extern.slf4j.Slf4j; import org.junit.jupiter.api.Test; import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; /** * @author AricSun * @date 2021.12.28 16:28 */ @Slf4j public class PasswordEncoderTest { @Test void bCryptPasswordTest(...
923791b1cc755af97ec9c543a01f54a34644a660
704
java
Java
src/test/java/com/ansar/jeticketprinter/model/gsontraining/TestObject.java
Sepehr79/JeticketPrinter
3ae16386f90b2b2cbe45251804d6f8ac82a86ae3
[ "Apache-2.0" ]
1
2021-07-12T09:48:04.000Z
2021-07-12T09:48:04.000Z
src/test/java/com/ansar/jeticketprinter/model/gsontraining/TestObject.java
Sepehr79/JeticketPrinter
3ae16386f90b2b2cbe45251804d6f8ac82a86ae3
[ "Apache-2.0" ]
null
null
null
src/test/java/com/ansar/jeticketprinter/model/gsontraining/TestObject.java
Sepehr79/JeticketPrinter
3ae16386f90b2b2cbe45251804d6f8ac82a86ae3
[ "Apache-2.0" ]
null
null
null
29.333333
84
0.767045
998,118
package com.ansar.jeticketprinter.model.gsontraining; import com.ansar.jeticketprinter.model.pojo.ConnectionProperties; public class TestObject { private ConnectionProperties connectionProperties; public TestObject(ConnectionProperties connectionProperties) { this.connectionProperties = connectionPro...
923791bdd58c03f564b8e4a50923148a8c4c8d74
502
java
Java
bingandroid/src/main/java/com/snail/bingandroid/serialization/entry/InfoboxActions.java
LeonidVeremchuk/BingMapAndroid
7e7bf5844fc739ddf55d7643ff34c256107b83ba
[ "Apache-2.0" ]
16
2016-11-26T12:23:19.000Z
2021-03-19T15:32:42.000Z
bingandroid/src/main/java/com/snail/bingandroid/serialization/entry/InfoboxActions.java
LeonidVeremchuk/BingMapAndroid
7e7bf5844fc739ddf55d7643ff34c256107b83ba
[ "Apache-2.0" ]
1
2017-05-17T13:34:30.000Z
2017-05-17T13:34:30.000Z
bingandroid/src/main/java/com/snail/bingandroid/serialization/entry/InfoboxActions.java
LeonidVeremchuk/BingMapAndroid
7e7bf5844fc739ddf55d7643ff34c256107b83ba
[ "Apache-2.0" ]
1
2018-02-14T12:43:18.000Z
2018-02-14T12:43:18.000Z
23.904762
76
0.685259
998,119
package com.snail.bingandroid.serialization.entry; import com.snail.bingandroid.serialization.ISerializable; /** * Created by Leonid Veremchuk on 11/9/16. */ public class InfoboxActions extends BaseBingEntry implements ISerializable { public InfoboxActions(String label, String id) { mValues.put("id", ...
9237930fbd036a52985799cebed113e16f0b7d6f
1,984
java
Java
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/command/SetOperation.java
raymondk/flink
2738c02db7100ff172b4ca7bd4c294419fe7ba7c
[ "Apache-2.0" ]
9
2016-09-22T22:53:13.000Z
2019-11-30T03:07:29.000Z
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/command/SetOperation.java
raymondk/flink
2738c02db7100ff172b4ca7bd4c294419fe7ba7c
[ "Apache-2.0" ]
7
2021-12-18T18:39:23.000Z
2022-03-11T12:56:01.000Z
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/command/SetOperation.java
raymondk/flink
2738c02db7100ff172b4ca7bd4c294419fe7ba7c
[ "Apache-2.0" ]
2
2022-02-15T07:05:13.000Z
2022-03-18T07:08:20.000Z
30.523077
97
0.691028
998,120
/* * 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 ...
9237933e23a14adf11200c6ab66930a23f85c2ec
229
java
Java
org/apache/poi/util/Beta.java
AlhonGelios/AO
3e78fefe875ab102016e1259874886970e3c5c2a
[ "Apache-2.0" ]
1
2021-04-09T06:03:36.000Z
2021-04-09T06:03:36.000Z
org/apache/poi/util/Beta.java
kelu124/pyS3
86eb139d971921418d6a62af79f2868f9c7704d5
[ "MIT" ]
null
null
null
org/apache/poi/util/Beta.java
kelu124/pyS3
86eb139d971921418d6a62af79f2868f9c7704d5
[ "MIT" ]
null
null
null
20.818182
44
0.820961
998,121
package org.apache.poi.util; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Documented @Retention(RetentionPolicy.SOURCE) public @interface Beta { }
923793e74921227a869894afa783fdd6343ab57c
875
java
Java
src/main/java/com/google/security/zynamics/zylib/gui/JStackView/IStackModelListener.java
nkrios/binnavi
8e0aef41402db6c6ecb2a26bb943bbbc5fd989b2
[ "Apache-2.0" ]
12
2018-03-23T13:05:58.000Z
2021-03-13T04:04:50.000Z
src/main/java/com/google/security/zynamics/zylib/gui/JStackView/IStackModelListener.java
Jason-Cooke/binnavi
b98b191d8132cbde7186b486d23a217fcab4ec44
[ "Apache-2.0" ]
null
null
null
src/main/java/com/google/security/zynamics/zylib/gui/JStackView/IStackModelListener.java
Jason-Cooke/binnavi
b98b191d8132cbde7186b486d23a217fcab4ec44
[ "Apache-2.0" ]
4
2019-12-10T09:14:06.000Z
2021-03-12T12:20:58.000Z
32.407407
91
0.768
998,122
/* Copyright 2011-2016 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed t...
92379416d789a40ffcbdcb1c57866aefbcf88f1f
693
java
Java
Agents/FloodAgent/FloodAgent/src/main/java/uk/ac/cam/cares/jps/agent/flood/sparqlbuilder/ValuesPattern.java
cambridge-cares/TheWorldAvatar
baf08ddc090414c6d01e48c74b408f2192461e9e
[ "MIT" ]
21
2021-03-08T01:58:25.000Z
2022-03-09T15:46:16.000Z
Agents/FloodAgent/FloodAgent/src/main/java/uk/ac/cam/cares/jps/agent/flood/sparqlbuilder/ValuesPattern.java
cambridge-cares/TheWorldAvatar
baf08ddc090414c6d01e48c74b408f2192461e9e
[ "MIT" ]
63
2021-05-04T15:05:30.000Z
2022-03-23T14:32:29.000Z
Agents/FloodAgent/FloodAgent/src/main/java/uk/ac/cam/cares/jps/agent/flood/sparqlbuilder/ValuesPattern.java
cambridge-cares/TheWorldAvatar
baf08ddc090414c6d01e48c74b408f2192461e9e
[ "MIT" ]
15
2021-03-08T07:52:03.000Z
2022-03-29T04:46:20.000Z
23.896552
65
0.714286
998,123
package uk.ac.cam.cares.jps.agent.flood.sparqlbuilder; import java.util.List; import org.eclipse.rdf4j.sparqlbuilder.core.Variable; import org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern; import org.eclipse.rdf4j.sparqlbuilder.rdf.Iri; public class ValuesPattern implements GraphPattern { List<Iri> values;...
923794c9f3d3aff8a5fccc64ffcb46ae7d69efdc
3,851
java
Java
src/br/com/infox/telas/TelaSobre.java
lessacaires/java_oc
55a9244eb55616ba4cf935bc2e35b03fde2e3d8e
[ "MIT" ]
null
null
null
src/br/com/infox/telas/TelaSobre.java
lessacaires/java_oc
55a9244eb55616ba4cf935bc2e35b03fde2e3d8e
[ "MIT" ]
null
null
null
src/br/com/infox/telas/TelaSobre.java
lessacaires/java_oc
55a9244eb55616ba4cf935bc2e35b03fde2e3d8e
[ "MIT" ]
null
null
null
40.968085
156
0.608933
998,124
/* * 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 br.com.infox.telas; /** * * @author User */ public class TelaSobre extends javax.swing.JInternalFrame { /...
9237965382a577f8b2fa11308d26d8d14ff0ce04
8,415
java
Java
branches/toobs-0.1/Platform/BusinessLogic/src/org/toobs/framework/biz/scriptmanager/ScriptServiceImpl.java
toobs/Toobs
9c2467add64c66ef2f8368e8a432cf2f4306508a
[ "Apache-2.0" ]
3
2016-02-05T10:00:31.000Z
2018-04-17T09:47:21.000Z
branches/toobs-0.1/Platform/BusinessLogic/src/org/toobs/framework/biz/scriptmanager/ScriptServiceImpl.java
toobs/Toobs
9c2467add64c66ef2f8368e8a432cf2f4306508a
[ "Apache-2.0" ]
1
2022-01-27T16:18:54.000Z
2022-01-27T16:18:54.000Z
legacy/toobs-0.1/Platform/BusinessLogic/src/org/toobs/framework/biz/scriptmanager/ScriptServiceImpl.java
parabuzzle/toobs
8b9ff1be99f55b9e97ddd86518e104bd45f2ccdd
[ "Apache-2.0" ]
3
2016-03-09T22:59:30.000Z
2019-05-08T05:41:06.000Z
36.11588
109
0.664052
998,125
package org.toobs.framework.biz.scriptmanager; import java.io.IOException; import java.io.InputStreamReader; import java.net.URL; import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Map.Entry; import org.apache.commons.logging.Log; import org....
923796bf04c6d6991f2d5e8cf41390fba74e55d0
794
java
Java
core/client/formatfs/src/main/java/alluxio/client/file/cache/remote/grpc/service/UpdateInfoOrBuilder.java
PasaLab/FSClientCache
6b730f2bc5aae5dd9e0dc13f16555a9ecd8f04d8
[ "Apache-2.0" ]
1
2020-10-21T14:33:52.000Z
2020-10-21T14:33:52.000Z
core/client/formatfs/src/main/java/alluxio/client/file/cache/remote/grpc/service/UpdateInfoOrBuilder.java
PasaLab/FSClientCache
6b730f2bc5aae5dd9e0dc13f16555a9ecd8f04d8
[ "Apache-2.0" ]
null
null
null
core/client/formatfs/src/main/java/alluxio/client/file/cache/remote/grpc/service/UpdateInfoOrBuilder.java
PasaLab/FSClientCache
6b730f2bc5aae5dd9e0dc13f16555a9ecd8f04d8
[ "Apache-2.0" ]
1
2021-12-06T11:50:21.000Z
2021-12-06T11:50:21.000Z
20.894737
67
0.633501
998,126
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: metedataService.proto package alluxio.client.file.cache.remote.grpc.service; public interface UpdateInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:proto.UpdateInfo) com.google.protobuf.MessageOrBuilder { /** * <c...
9237974b98566dee6ea390777c7a394724561d06
4,837
java
Java
java/org/l2jserver/gameserver/model/zone/type/FortZone.java
Williams-BR/L2JStudio-V2
f3d3b329657c0f031dab107e6d4ceb5ddad0bea6
[ "MIT" ]
6
2020-05-14T22:52:59.000Z
2022-02-24T01:37:23.000Z
java/org/l2jserver/gameserver/model/zone/type/FortZone.java
huttysa/L2JServer_C6_Interlude
f3d3b329657c0f031dab107e6d4ceb5ddad0bea6
[ "MIT" ]
2
2020-12-10T15:08:48.000Z
2021-12-01T01:01:46.000Z
java/org/l2jserver/gameserver/model/zone/type/FortZone.java
huttysa/L2JServer_C6_Interlude
f3d3b329657c0f031dab107e6d4ceb5ddad0bea6
[ "MIT" ]
15
2020-05-08T20:41:06.000Z
2022-02-24T01:36:58.000Z
23.254808
93
0.699607
998,127
/* * This file is part of the L2JServer project. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This pr...
923797c256f81c9ce6aae8469ac04fc556bf5464
1,347
java
Java
sabot/kernel/src/main/java/com/dremio/sabot/op/sort/external/Sv4HyperContainer.java
geetek/dremio-oss
812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2
[ "Apache-2.0" ]
1,085
2017-07-19T15:08:38.000Z
2022-03-29T13:35:07.000Z
sabot/kernel/src/main/java/com/dremio/sabot/op/sort/external/Sv4HyperContainer.java
geetek/dremio-oss
812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2
[ "Apache-2.0" ]
20
2017-07-19T20:16:27.000Z
2021-12-02T10:56:25.000Z
sabot/kernel/src/main/java/com/dremio/sabot/op/sort/external/Sv4HyperContainer.java
geetek/dremio-oss
812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2
[ "Apache-2.0" ]
398
2017-07-19T18:12:58.000Z
2022-03-30T09:37:40.000Z
27.489796
75
0.740163
998,128
/* * Copyright (C) 2017-2019 Dremio Corporation * * 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...
923797db0906cd220ea6ce21be66970f31adb0f3
1,504
java
Java
knights-tour/src/test/java/Test.java
Dophin2009/csa-projects
25d12706b50b85380eaa6b3459bc69a0db625a00
[ "MIT" ]
null
null
null
knights-tour/src/test/java/Test.java
Dophin2009/csa-projects
25d12706b50b85380eaa6b3459bc69a0db625a00
[ "MIT" ]
null
null
null
knights-tour/src/test/java/Test.java
Dophin2009/csa-projects
25d12706b50b85380eaa6b3459bc69a0db625a00
[ "MIT" ]
null
null
null
28.923077
113
0.637633
998,129
import tour.Knight; import tour.Square; import java.util.ArrayList; import java.util.List; import java.util.Random; //This class should be used to test the methods in square and main. The code in here can be modified and changed //as you see fit. I have given you the code to test the entirety of your program ...
923797ff2a344e37ec1e57546f81c5f0044aa4f2
4,474
java
Java
spring-integration-rmi/src/main/java/org/springframework/integration/rmi/RmiInboundGateway.java
KyeongMoon/spring-integration
fa060900b0434627c4a520a2ae84a7a20dae735f
[ "Apache-2.0" ]
1,093
2015-01-01T15:28:50.000Z
2022-03-29T18:30:56.000Z
spring-integration-rmi/src/main/java/org/springframework/integration/rmi/RmiInboundGateway.java
KyeongMoon/spring-integration
fa060900b0434627c4a520a2ae84a7a20dae735f
[ "Apache-2.0" ]
1,920
2015-01-05T12:16:48.000Z
2022-03-31T16:58:41.000Z
spring-integration-rmi/src/main/java/org/springframework/integration/rmi/RmiInboundGateway.java
KyeongMoon/spring-integration
fa060900b0434627c4a520a2ae84a7a20dae735f
[ "Apache-2.0" ]
922
2015-01-05T05:10:05.000Z
2022-03-30T21:06:32.000Z
29.051948
96
0.771122
998,130
/* * Copyright 2002-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
92379822deb36a65220afdc888f38eee1d369b35
2,189
java
Java
src/main/java/com/avseredyuk/configuration/WebSecurityConfig.java
avseredyuk/lhc
087b1901adf79c08ed6fbbd4b2b1873d27c6f36c
[ "MIT" ]
null
null
null
src/main/java/com/avseredyuk/configuration/WebSecurityConfig.java
avseredyuk/lhc
087b1901adf79c08ed6fbbd4b2b1873d27c6f36c
[ "MIT" ]
160
2017-09-16T08:07:43.000Z
2022-03-02T05:34:49.000Z
src/main/java/com/avseredyuk/configuration/WebSecurityConfig.java
avseredyuk/lhc
087b1901adf79c08ed6fbbd4b2b1873d27c6f36c
[ "MIT" ]
null
null
null
40.537037
106
0.731384
998,131
package com.avseredyuk.configuration; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.authentication.AuthenticationManager; import org.springframework.secu...
92379aaa7acacdee7f0ce01aae3579c08c62f6e0
6,621
java
Java
src/main/java/dam/gestionhotelera/Util/Registro.java
jesusDrago/hotel
2a0cd86dff53b77f53eed7914eb391fd456784d7
[ "Apache-2.0" ]
1
2017-12-04T06:04:05.000Z
2017-12-04T06:04:05.000Z
src/main/java/dam/gestionhotelera/Util/Registro.java
CanaryCode/hotel
2a0cd86dff53b77f53eed7914eb391fd456784d7
[ "Apache-2.0" ]
null
null
null
src/main/java/dam/gestionhotelera/Util/Registro.java
CanaryCode/hotel
2a0cd86dff53b77f53eed7914eb391fd456784d7
[ "Apache-2.0" ]
null
null
null
43.27451
125
0.609425
998,132
package dam.gestionhotelera.Util; import java.util.Arrays; import java.util.List; /* * 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. */ /** * * @author Antonio Jesús Pérez...
92379be347cda23377c5dec0d80df24a788bb99a
2,867
java
Java
quarkus-test-core/src/main/java/io/quarkus/test/tracing/QuarkusScenarioTracer.java
DavideD/quarkus-test-framework
7806a376d9d51e3a76ef55a1588316eb28744422
[ "Apache-2.0" ]
10
2021-05-27T09:56:00.000Z
2022-03-11T18:16:41.000Z
quarkus-test-core/src/main/java/io/quarkus/test/tracing/QuarkusScenarioTracer.java
DavideD/quarkus-test-framework
7806a376d9d51e3a76ef55a1588316eb28744422
[ "Apache-2.0" ]
193
2021-05-04T09:04:39.000Z
2022-03-18T13:19:55.000Z
quarkus-test-core/src/main/java/io/quarkus/test/tracing/QuarkusScenarioTracer.java
DavideD/quarkus-test-framework
7806a376d9d51e3a76ef55a1588316eb28744422
[ "Apache-2.0" ]
16
2021-05-04T05:43:41.000Z
2021-11-26T10:06:41.000Z
35.8375
123
0.737705
998,133
package io.quarkus.test.tracing; import static io.quarkus.test.tracing.QuarkusScenarioTags.ERROR; import static io.quarkus.test.tracing.QuarkusScenarioTags.SUCCESS; import java.util.Collections; import java.util.HashSet; import java.util.Map; import java.util.Set; import java.util.stream.Stream; import org.apache.th...
92379d4b06b6ad34e10839d3bfd7ab09aa4a23ff
865
java
Java
src/main/java/com/dtsirlin/trip_tracker/Utils/CSVParser.java
dtsirlin/trip-tracker
e019db306ce5a159e0fd4cf4ecb1b5f516035782
[ "MIT" ]
null
null
null
src/main/java/com/dtsirlin/trip_tracker/Utils/CSVParser.java
dtsirlin/trip-tracker
e019db306ce5a159e0fd4cf4ecb1b5f516035782
[ "MIT" ]
null
null
null
src/main/java/com/dtsirlin/trip_tracker/Utils/CSVParser.java
dtsirlin/trip-tracker
e019db306ce5a159e0fd4cf4ecb1b5f516035782
[ "MIT" ]
null
null
null
24.027778
69
0.610405
998,134
package com.dtsirlin.trip_tracker.Utils; import java.io.BufferedReader; import java.util.ArrayList; import java.util.Arrays; import java.util.List; /** * Author: Daniel Tsirlin * Date created: 05/02/2019 * Date last modified: 05/02/2019 * <p> * CSVParser * <p> * Util class for helping with parsing an input csv...
92379d71bde41559e61ace22a96a95099de2c1c0
226
java
Java
src/Model/SegregationCell.java
calebsanfo/cellular-automata
b771b408371bfeaaa91d67681e1887121b931ea1
[ "MIT" ]
null
null
null
src/Model/SegregationCell.java
calebsanfo/cellular-automata
b771b408371bfeaaa91d67681e1887121b931ea1
[ "MIT" ]
null
null
null
src/Model/SegregationCell.java
calebsanfo/cellular-automata
b771b408371bfeaaa91d67681e1887121b931ea1
[ "MIT" ]
null
null
null
18.833333
72
0.685841
998,135
package Model; /** * Represents the possible states of cells in the segregation simulation * X = person of type X. O = person of type O. * * @author Achilles Dabrowski */ public enum SegregationCell { X, O, EMPTY; }
92379ddc1779f89b49a2700474a1af039affdd11
783
java
Java
src/main/java/com/letv/plugin/pluginloader/apk/compat/CompatibilityInfoCompat.java
tiwer/letv
1eeb7079be8bad4ffb61fdb06ff8d49760f9e120
[ "Apache-2.0" ]
39
2017-08-07T09:03:54.000Z
2021-09-29T09:31:39.000Z
src/main/java/com/letv/plugin/pluginloader/apk/compat/CompatibilityInfoCompat.java
JackChan1999/letv
1eeb7079be8bad4ffb61fdb06ff8d49760f9e120
[ "Apache-2.0" ]
null
null
null
src/main/java/com/letv/plugin/pluginloader/apk/compat/CompatibilityInfoCompat.java
JackChan1999/letv
1eeb7079be8bad4ffb61fdb06ff8d49760f9e120
[ "Apache-2.0" ]
39
2017-05-08T13:11:39.000Z
2021-12-26T12:42:14.000Z
34.043478
111
0.722861
998,136
package com.letv.plugin.pluginloader.apk.compat; import com.letv.plugin.pluginloader.apk.utils.FieldUtils; public class CompatibilityInfoCompat { private static Class sClass; private static Object sDefaultCompatibilityInfo; private static Class getMyClass() throws ClassNotFoundException { if (sCl...
92379e51a27c04676a5de2847c66060a4389abf7
5,612
java
Java
app/repository/UserRepository.java
adamconway/university-software-project
a28bf6a5e33bdadaf8d3d9b73b261fa617e8f829
[ "CC0-1.0" ]
1
2020-10-01T08:17:38.000Z
2020-10-01T08:17:38.000Z
app/repository/UserRepository.java
adamconway/university-software-project
a28bf6a5e33bdadaf8d3d9b73b261fa617e8f829
[ "CC0-1.0" ]
null
null
null
app/repository/UserRepository.java
adamconway/university-software-project
a28bf6a5e33bdadaf8d3d9b73b261fa617e8f829
[ "CC0-1.0" ]
1
2020-10-01T07:09:14.000Z
2020-10-01T07:09:14.000Z
32.818713
206
0.640592
998,137
package repository; import controllers.dto.User.CreateUserReq; import controllers.dto.User.NationalityReq; import controllers.dto.User.UpdateUserReq; import finders.UserFinder; import models.Nationality; import models.TravellerType; import models.User; import models.UserNationality; import play.db.ebean.Transactional;...
92379fae086713170015de0cc8139ec67d61aa3a
126
java
Java
src/main/java/pl/amarcinkowski/bookee/Main.java
amarcinkowski/bookee
efd71d582dda13477f7e740f62f95d0cda2c11a2
[ "Apache-2.0" ]
null
null
null
src/main/java/pl/amarcinkowski/bookee/Main.java
amarcinkowski/bookee
efd71d582dda13477f7e740f62f95d0cda2c11a2
[ "Apache-2.0" ]
null
null
null
src/main/java/pl/amarcinkowski/bookee/Main.java
amarcinkowski/bookee
efd71d582dda13477f7e740f62f95d0cda2c11a2
[ "Apache-2.0" ]
null
null
null
12.6
41
0.706349
998,138
package pl.amarcinkowski.bookee; public class Main { public static void main(String[] args) { new BookeeService(); } }
92379fdbf0f5635b369936cbc672f70c50d024b3
1,505
java
Java
rxbinding/src/main/java/com/jakewharton/rxbinding2/widget/RatingBarRatingChangeObservable.java
kujyp/RxBinding
566ecd64cf44505acad19a75cfe820693c8c7318
[ "Apache-2.0" ]
1
2017-10-26T07:49:26.000Z
2017-10-26T07:49:26.000Z
rxbinding/src/main/java/com/jakewharton/rxbinding2/widget/RatingBarRatingChangeObservable.java
kujyp/RxBinding
566ecd64cf44505acad19a75cfe820693c8c7318
[ "Apache-2.0" ]
null
null
null
rxbinding/src/main/java/com/jakewharton/rxbinding2/widget/RatingBarRatingChangeObservable.java
kujyp/RxBinding
566ecd64cf44505acad19a75cfe820693c8c7318
[ "Apache-2.0" ]
null
null
null
29.509804
97
0.748837
998,139
package com.jakewharton.rxbinding2.widget; import android.widget.RatingBar; import android.widget.RatingBar.OnRatingBarChangeListener; import com.jakewharton.rxbinding2.InitialValueObservable; import io.reactivex.Observer; import io.reactivex.android.MainThreadDisposable; import static com.jakewharton.rxbinding2.inte...
9237a0322d382535c39fed9ede5aa6db73b66acd
25,466
java
Java
server/src/gensrc/java/com/xinqihd/sns/gameserver/proto/XinqiBceVoiceChat.java
zyb2013/gameserver
a06cbd577684767dc50f61ff2a7a65be6001aec1
[ "Apache-2.0" ]
21
2015-04-13T18:29:56.000Z
2020-02-03T20:35:32.000Z
server/src/gensrc/java/com/xinqihd/sns/gameserver/proto/XinqiBceVoiceChat.java
zyb2013/gameserver
a06cbd577684767dc50f61ff2a7a65be6001aec1
[ "Apache-2.0" ]
2
2016-01-07T01:57:39.000Z
2016-05-07T15:40:18.000Z
server/src/gensrc/java/com/xinqihd/sns/gameserver/proto/XinqiBceVoiceChat.java
wangqi/gameserver
a06cbd577684767dc50f61ff2a7a65be6001aec1
[ "Apache-2.0" ]
18
2015-07-26T04:12:41.000Z
2021-08-16T10:03:02.000Z
35.028886
155
0.630252
998,140
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: BceVoiceChat.proto package com.xinqihd.sns.gameserver.proto; public final class XinqiBceVoiceChat { private XinqiBceVoiceChat() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { } public i...
9237a148b8ac734a03f379ebdad8cd116792ec61
5,456
java
Java
test/transform/resource/after-delombok/SuperBuilderWithCustomBuilderMethod.java
mankeyl/lombok
d3b763f9dab4a46e88ff10bc2132fb6f12fda639
[ "MIT" ]
9,959
2015-01-02T21:02:36.000Z
2021-04-22T20:07:49.000Z
test/transform/resource/after-delombok/SuperBuilderWithCustomBuilderMethod.java
mankeyl/lombok
d3b763f9dab4a46e88ff10bc2132fb6f12fda639
[ "MIT" ]
2,007
2015-01-29T19:56:09.000Z
2021-04-21T14:46:05.000Z
test/transform/resource/after-delombok/SuperBuilderWithCustomBuilderMethod.java
mankeyl/lombok
d3b763f9dab4a46e88ff10bc2132fb6f12fda639
[ "MIT" ]
2,147
2015-01-04T01:49:48.000Z
2021-04-22T13:32:19.000Z
38.153846
231
0.713893
998,141
//version 8: Javac 6 will error out due to `ChildBuilder` not existing before properly running lombok. Giving j6 support status, not worth fixing. import java.util.List; public class SuperBuilderWithCustomBuilderMethod { public static class Parent<A> { A field1; List<String> items; @java.lang.SuppressWarnings("a...
9237a305e8264c43206c747cd16078416b009b6c
1,898
java
Java
ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/IJobService.java
kaifazhehcf/ics-park
98b5ce350d3299e81433c79593fb12e811fc7509
[ "MIT" ]
9
2021-10-09T14:58:27.000Z
2022-01-26T07:21:29.000Z
ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/IJobService.java
923325596/ics-park
98b5ce350d3299e81433c79593fb12e811fc7509
[ "MIT" ]
1
2021-05-14T01:37:22.000Z
2021-05-15T08:26:36.000Z
ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/IJobService.java
923325596/ics-park
98b5ce350d3299e81433c79593fb12e811fc7509
[ "MIT" ]
6
2021-06-26T13:34:29.000Z
2022-01-16T12:13:57.000Z
18.25
69
0.576923
998,142
package com.ruoyi.quartz.service; import com.ruoyi.common.core.service.IBaseService; import com.ruoyi.common.exception.job.TaskException; import com.ruoyi.quartz.domain.Job; import org.quartz.SchedulerException; import java.util.List; /** * 定时任务调度信息信息 服务层 * * @author ruoyi */ public interface IJobService extends...
9237a3a91a947f528709539e67f9d3a183cf5f90
5,931
java
Java
src/main/java/nablarch/fw/dicontainer/container/ContainerBuilder.java
backpaper0/nablarch-fw-scoped-dicontainer
540f2c5279d18460150bfa8575fe40510132e259
[ "Apache-2.0" ]
null
null
null
src/main/java/nablarch/fw/dicontainer/container/ContainerBuilder.java
backpaper0/nablarch-fw-scoped-dicontainer
540f2c5279d18460150bfa8575fe40510132e259
[ "Apache-2.0" ]
7
2019-10-24T02:05:54.000Z
2020-11-04T05:23:00.000Z
src/main/java/nablarch/fw/dicontainer/container/ContainerBuilder.java
backpaper0/nablarch-fw-scoped-dicontainer
540f2c5279d18460150bfa8575fe40510132e259
[ "Apache-2.0" ]
1
2019-11-08T05:16:34.000Z
2019-11-08T05:16:34.000Z
29.361386
103
0.651829
998,143
package nablarch.fw.dicontainer.container; import java.util.Collections; import java.util.Objects; import java.util.Set; import java.util.concurrent.TimeUnit; import java.util.stream.Collectors; import javax.inject.Provider; import nablarch.core.log.Logger; import nablarch.core.log.LoggerManager; import nablarch.fw....
9237a5189c99f2d7523572ebdd1e74182260be1f
7,532
java
Java
project/src/main/java/com/google/sps/servlets/BrowseServlet.java
SirLegolot/ProjectCloudBerry
aff7717a0c7ea6e7f3fe4a4f50c7f67ae400b754
[ "Apache-2.0" ]
2
2020-08-07T20:59:55.000Z
2020-09-02T21:49:57.000Z
project/src/main/java/com/google/sps/servlets/BrowseServlet.java
SirLegolot/ProjectCloudBerry
aff7717a0c7ea6e7f3fe4a4f50c7f67ae400b754
[ "Apache-2.0" ]
3
2020-06-29T14:43:55.000Z
2020-07-24T18:47:15.000Z
project/src/main/java/com/google/sps/servlets/BrowseServlet.java
SirLegolot/ProjectCloudBerry
aff7717a0c7ea6e7f3fe4a4f50c7f67ae400b754
[ "Apache-2.0" ]
1
2020-08-07T21:03:26.000Z
2020-08-07T21:03:26.000Z
40.934783
127
0.714286
998,144
package com.google.sps.servlets; import com.google.gson.Gson; import java.util.ArrayList; import java.util.List; import java.util.Arrays; import java.util.Map; import java.util.Set; import java.util.HashSet; import com.google.sps.data.*; import com.google.appengine.api.datastore.DatastoreService; import com.google.app...
9237a56fcba4fa19d3cb314a6a6eccea1b7fb374
1,101
java
Java
src/main/java/befaster/solutions/FIZ/FizzBuzzSolution.java
DPNT-Sourcecode/FIZ-tsix01
6b902256e0b5d1497f9e18c8c7010bc8f08f49e9
[ "Apache-2.0" ]
null
null
null
src/main/java/befaster/solutions/FIZ/FizzBuzzSolution.java
DPNT-Sourcecode/FIZ-tsix01
6b902256e0b5d1497f9e18c8c7010bc8f08f49e9
[ "Apache-2.0" ]
null
null
null
src/main/java/befaster/solutions/FIZ/FizzBuzzSolution.java
DPNT-Sourcecode/FIZ-tsix01
6b902256e0b5d1497f9e18c8c7010bc8f08f49e9
[ "Apache-2.0" ]
null
null
null
25.604651
76
0.527702
998,145
package befaster.solutions.FIZ; public class FizzBuzzSolution { public String fizzBuzz(Integer number) { StringBuilder result = new StringBuilder(); if (isFizz(number)) { result.append("fizz").append(" "); } if (isBuzz(number)) { result.append("buzz").app...
9237a5e7606401c521c961fe1842254160fe3a59
746
java
Java
AppDevFrameworkProject/src/main/java/com/cit/eugene/service/business/MovieManager.java
eugenebell/Application_Development_Frameworks_Project
0da8450bafe843877b34b9f4e7835359489513bf
[ "MIT" ]
null
null
null
AppDevFrameworkProject/src/main/java/com/cit/eugene/service/business/MovieManager.java
eugenebell/Application_Development_Frameworks_Project
0da8450bafe843877b34b9f4e7835359489513bf
[ "MIT" ]
null
null
null
AppDevFrameworkProject/src/main/java/com/cit/eugene/service/business/MovieManager.java
eugenebell/Application_Development_Frameworks_Project
0da8450bafe843877b34b9f4e7835359489513bf
[ "MIT" ]
null
null
null
19.128205
62
0.642091
998,146
package com.cit.eugene.service.business; import java.util.List; import com.cit.eugene.model.Movie; /** * Class is for the Management of Movies. * * @author Eugene */ public interface MovieManager { /** * Returns the list of Movies. * * @return List<Movie> */ public List<Movie> getM...
9237a744ae58b70e7470b5c4cb1816a86dd91db9
8,153
java
Java
nels-portal/src/main/java/no/nels/portal/pages/idp/NeLSIdpUserBean.java
elixir-no-nels/nels-core
b7988f3b85456c7c55064a20ca7d832083a3c51d
[ "Apache-2.0" ]
3
2018-05-16T10:44:38.000Z
2020-12-24T10:53:41.000Z
nels-portal/src/main/java/no/nels/portal/pages/idp/NeLSIdpUserBean.java
elixir-no-nels/nels-core
b7988f3b85456c7c55064a20ca7d832083a3c51d
[ "Apache-2.0" ]
13
2021-12-10T00:51:17.000Z
2022-02-16T00:55:20.000Z
nels-portal/src/main/java/no/nels/portal/pages/idp/NeLSIdpUserBean.java
elixir-no-nels/nels-core
b7988f3b85456c7c55064a20ca7d832083a3c51d
[ "Apache-2.0" ]
null
null
null
37.228311
231
0.598798
998,147
package no.nels.portal.pages.idp; import no.nels.commons.abstracts.ASystemUser; import no.nels.commons.model.IDPUser; import no.nels.commons.model.idps.NeLSIdp; import no.nels.commons.model.systemusers.AdministratorUser; import no.nels.commons.model.systemusers.HelpDeskUser; import no.nels.commons.utilities.StringUtil...
9237a82fb85a2d238da782c514536b03d01a255a
3,165
java
Java
sofa-boot-project/sofa-boot-core/rpc-sofa-boot/src/test/java/com/alipay/sofa/rpc/boot/test/misc/XsdTimeoutTest.java
HTGP02/sofa-boot
798460a5732660abfb4101dfdfe92dc439742fb5
[ "Apache-2.0" ]
1
2020-10-14T08:37:02.000Z
2020-10-14T08:37:02.000Z
sofa-boot-project/sofa-boot-core/rpc-sofa-boot/src/test/java/com/alipay/sofa/rpc/boot/test/misc/XsdTimeoutTest.java
HTGP02/sofa-boot
798460a5732660abfb4101dfdfe92dc439742fb5
[ "Apache-2.0" ]
4
2020-12-02T18:44:50.000Z
2021-12-14T21:52:59.000Z
sofa-boot-project/sofa-boot-core/rpc-sofa-boot/src/test/java/com/alipay/sofa/rpc/boot/test/misc/XsdTimeoutTest.java
HTGP02/sofa-boot
798460a5732660abfb4101dfdfe92dc439742fb5
[ "Apache-2.0" ]
null
null
null
42.824324
101
0.754497
998,148
/* * 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 ...
9237a8d226a8a8419c76cfd7a3d92b08f5a137c3
1,867
java
Java
subprojects/org.compiere.model/src/java/org/compiere/model/Server.java
iDempiere-micro/idempiere-micro
a5c09f37d68950b458cf23ce4a2c50e98c50ea2c
[ "MIT" ]
null
null
null
subprojects/org.compiere.model/src/java/org/compiere/model/Server.java
iDempiere-micro/idempiere-micro
a5c09f37d68950b458cf23ce4a2c50e98c50ea2c
[ "MIT" ]
1
2018-07-09T12:41:14.000Z
2018-07-09T13:13:06.000Z
subprojects/org.compiere.model/src/java/org/compiere/model/Server.java
iDempiere-micro/idempiere-micro
a5c09f37d68950b458cf23ce4a2c50e98c50ea2c
[ "MIT" ]
null
null
null
27.865672
99
0.667916
998,149
package org.compiere.model; import java.util.Properties; /** * Interface for adempiere/Server. */ public interface Server { /** * Post Immediate * @param ctx Client Context * @param AD_Client_ID Client ID of Document * @param AD_Table_ID Table ID of Document * @param Record_ID Record ID of t...
9237a92c34cc85de66b93845b6961ddfb3588088
1,038
java
Java
duc.uscript.parent/duc.uscript.execution.interpreter/k3-gen/duc/uscript/execution/interpreter/statement/AStatementAspectStatementAspectContext.java
lmouline/aintea
687eae73d25a99c5de2b0be02c90ebd0ad4a1262
[ "Apache-2.0" ]
1
2019-02-27T15:15:20.000Z
2019-02-27T15:15:20.000Z
duc.uscript.parent/duc.uscript.execution.interpreter/k3-gen/duc/uscript/execution/interpreter/statement/AStatementAspectStatementAspectContext.java
lmouline/uscript
687eae73d25a99c5de2b0be02c90ebd0ad4a1262
[ "Apache-2.0" ]
5
2019-02-08T13:30:30.000Z
2019-02-22T14:46:31.000Z
duc.uscript.parent/duc.uscript.execution.interpreter/k3-gen/duc/uscript/execution/interpreter/statement/AStatementAspectStatementAspectContext.java
lmouline/uscript
687eae73d25a99c5de2b0be02c90ebd0ad4a1262
[ "Apache-2.0" ]
null
null
null
45.130435
220
0.821773
998,150
package duc.uscript.execution.interpreter.statement; import duc.uscript.execution.interpreter.statement.AStatementAspectStatementAspectProperties; import duc.uscript.uScript.Statement; import java.util.Map; @SuppressWarnings("all") public class AStatementAspectStatementAspectContext { public static final AStatement...
9237a96e9a1204311d49f9b37129859321bc869f
10,591
java
Java
geoportal/src/com/esri/gpt/framework/context/ApplicationConfiguration.java
tomkralidis/geoportal-server
9844d7caa1f0b9fdf2b76b336ca7aa213fbd59ee
[ "Apache-2.0" ]
176
2015-01-08T19:00:40.000Z
2022-03-23T10:17:30.000Z
geoportal/src/com/esri/gpt/framework/context/ApplicationConfiguration.java
tomkralidis/geoportal-server
9844d7caa1f0b9fdf2b76b336ca7aa213fbd59ee
[ "Apache-2.0" ]
224
2015-01-05T16:17:21.000Z
2021-08-30T22:39:28.000Z
geoportal/src/com/esri/gpt/framework/context/ApplicationConfiguration.java
tomkralidis/geoportal-server
9844d7caa1f0b9fdf2b76b336ca7aa213fbd59ee
[ "Apache-2.0" ]
88
2015-01-15T11:47:05.000Z
2022-03-10T02:06:46.000Z
33.837061
120
0.753187
998,151
/* See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * Esri Inc. licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * ...
9237a9f39c716f6e900c1950af03057718100312
919
java
Java
src/main/java/com/greboreda/poker/hand/rank/royalflush/RoyalFlushCalculator.java
greboreda/poker
eb99a83ea272ba4c9afbdf39b89e9759e6f9d50c
[ "WTFPL" ]
null
null
null
src/main/java/com/greboreda/poker/hand/rank/royalflush/RoyalFlushCalculator.java
greboreda/poker
eb99a83ea272ba4c9afbdf39b89e9759e6f9d50c
[ "WTFPL" ]
null
null
null
src/main/java/com/greboreda/poker/hand/rank/royalflush/RoyalFlushCalculator.java
greboreda/poker
eb99a83ea272ba4c9afbdf39b89e9759e6f9d50c
[ "WTFPL" ]
null
null
null
26.257143
103
0.773667
998,152
package com.greboreda.poker.hand.rank.royalflush; import com.greboreda.poker.card.Value; import com.greboreda.poker.hand.Hand; import com.greboreda.poker.hand.rank.RankCalculator; import org.apache.commons.lang3.Validate; import java.util.EnumSet; import java.util.Optional; public class RoyalFlushCalculator implemen...
9237aa79c5f47ac2c91e42b543627a61198e6ad3
363
java
Java
web/src/main/java/edu/softserve/zoo/annotation/DocsParamDescription.java
skyfenko/Kv-014
d09755194a16d6dd1c9db57a475163ac93b66f9d
[ "MIT" ]
3
2016-05-24T11:13:40.000Z
2016-06-26T21:54:09.000Z
web/src/main/java/edu/softserve/zoo/annotation/DocsParamDescription.java
skyfenko/Kv-014
d09755194a16d6dd1c9db57a475163ac93b66f9d
[ "MIT" ]
55
2016-04-14T10:36:35.000Z
2016-07-05T11:53:02.000Z
web/src/main/java/edu/softserve/zoo/annotation/DocsParamDescription.java
skyfenko/Kv-014
d09755194a16d6dd1c9db57a475163ac93b66f9d
[ "MIT" ]
7
2016-06-01T22:30:49.000Z
2020-11-19T10:18:56.000Z
22.6875
44
0.796143
998,153
package edu.softserve.zoo.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * @author Taras Zubrei */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.PARAMETER) public @interface Do...
9237aa8f1075853299d027294f43c3b8bea561f8
2,159
java
Java
src/main/java/com/orasi/utils/AlertHandler.java
taxibattman/Demo
dd35a8ea6dff6383751fa9649f35eab445a73956
[ "BSD-4-Clause" ]
null
null
null
src/main/java/com/orasi/utils/AlertHandler.java
taxibattman/Demo
dd35a8ea6dff6383751fa9649f35eab445a73956
[ "BSD-4-Clause" ]
null
null
null
src/main/java/com/orasi/utils/AlertHandler.java
taxibattman/Demo
dd35a8ea6dff6383751fa9649f35eab445a73956
[ "BSD-4-Clause" ]
null
null
null
32.712121
122
0.695229
998,154
package com.orasi.utils; import org.openqa.selenium.Alert; import org.openqa.selenium.WebDriver; import org.openqa.selenium.security.Credentials; import org.openqa.selenium.support.ui.ExpectedConditions; import org.openqa.selenium.support.ui.WebDriverWait; import com.orasi.exception.AutomationException; public class...
9237ab6ef23c98982c9d21e7fd416baeb88b222c
135
java
Java
src/main/java/com/baidu/hive/schueuler/fuse/QueryOutputs.java
houzhizhen/hive-utils
29b200c0848bd95ff3cb1d14b0e897a36035c37e
[ "Apache-2.0" ]
null
null
null
src/main/java/com/baidu/hive/schueuler/fuse/QueryOutputs.java
houzhizhen/hive-utils
29b200c0848bd95ff3cb1d14b0e897a36035c37e
[ "Apache-2.0" ]
null
null
null
src/main/java/com/baidu/hive/schueuler/fuse/QueryOutputs.java
houzhizhen/hive-utils
29b200c0848bd95ff3cb1d14b0e897a36035c37e
[ "Apache-2.0" ]
null
null
null
15
39
0.762963
998,155
package com.baidu.hive.schueuler.fuse; import java.util.List; public class QueryOutputs { private List<QueryData> outputList; }
9237ab8f069e21f9e34972148169121aa6152877
782
java
Java
examples/appium/src/test/java/org/fluentlenium/example/appium/ios/IosUITestDemo.java
wenceslas/FluentLenium
4b64c91563a350f493f50bdfce3e2aca2fb8f9a6
[ "Apache-2.0" ]
577
2015-01-01T21:13:14.000Z
2022-03-25T12:30:56.000Z
examples/appium/src/test/java/org/fluentlenium/example/appium/ios/IosUITestDemo.java
wenceslas/FluentLenium
4b64c91563a350f493f50bdfce3e2aca2fb8f9a6
[ "Apache-2.0" ]
1,167
2015-01-20T01:19:12.000Z
2022-03-24T20:18:15.000Z
examples/appium/src/test/java/org/fluentlenium/example/appium/ios/IosUITestDemo.java
wenceslas/FluentLenium
4b64c91563a350f493f50bdfce3e2aca2fb8f9a6
[ "Apache-2.0" ]
205
2015-01-25T02:37:42.000Z
2022-02-20T12:12:02.000Z
25.225806
57
0.677749
998,156
package org.fluentlenium.example.appium.ios; import org.fluentlenium.core.annotation.Page; import org.fluentlenium.example.appium.ExampleFluentTest; import org.fluentlenium.example.appium.app.ios.HomePage; import org.junit.Test; public class IosUITestDemo extends ExampleFluentTest { @Page private HomePage ho...
9237ad424e9d6679503a8dd02a2f8cb0549eb4fb
329
java
Java
pinpoint185demo/service-b/src/main/java/com/example/serviceb/ServiceBApplication.java
targerr/blog_demos
7a6e156802009c1773f74b34e04d0eed7f20f4cc
[ "Apache-2.0" ]
1,962
2017-05-11T12:59:45.000Z
2022-03-31T07:03:55.000Z
pinpoint185demo/service-b/src/main/java/com/example/serviceb/ServiceBApplication.java
targerr/blog_demos
7a6e156802009c1773f74b34e04d0eed7f20f4cc
[ "Apache-2.0" ]
22
2019-06-15T14:54:14.000Z
2022-03-31T19:51:18.000Z
pinpoint185demo/service-b/src/main/java/com/example/serviceb/ServiceBApplication.java
targerr/blog_demos
7a6e156802009c1773f74b34e04d0eed7f20f4cc
[ "Apache-2.0" ]
1,068
2017-07-05T02:04:46.000Z
2022-03-29T03:42:22.000Z
23.5
68
0.793313
998,157
package com.example.serviceb; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class ServiceBApplication { public static void main(String[] args) { SpringApplication.run(ServiceBApplication.class, args); ...