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
3e23906cadd30bd95ace9311320fa50ab690add3
2,733
java
Java
code/src/main/java/rnk/bb/views/bean/order/EditDocumentBean.java
drJabber/boombook
d7bdc65b154084255d431683b42400bfd53f91c5
[ "MIT" ]
null
null
null
code/src/main/java/rnk/bb/views/bean/order/EditDocumentBean.java
drJabber/boombook
d7bdc65b154084255d431683b42400bfd53f91c5
[ "MIT" ]
null
null
null
code/src/main/java/rnk/bb/views/bean/order/EditDocumentBean.java
drJabber/boombook
d7bdc65b154084255d431683b42400bfd53f91c5
[ "MIT" ]
null
null
null
21.351563
83
0.620563
15,060
package rnk.bb.views.bean.order; import rnk.bb.domain.util.Document; import javax.enterprise.context.SessionScoped; import javax.validation.constraints.NotNull; import javax.validation.constraints.Size; import java.io.Serializable; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; ...
3e239193afadf248b39812d71f976398e74c03cf
353
java
Java
src/test/java/xin/lingchao/java/leetcode/array/_001/SolutionTest.java
douglarek/java-climbing
ba58c1ab551cdd20b6dafc8442c5e41a503fb878
[ "BSD-3-Clause" ]
1
2020-03-27T15:04:14.000Z
2020-03-27T15:04:14.000Z
src/test/java/xin/lingchao/java/leetcode/array/_001/SolutionTest.java
douglarek/java-climbing
ba58c1ab551cdd20b6dafc8442c5e41a503fb878
[ "BSD-3-Clause" ]
null
null
null
src/test/java/xin/lingchao/java/leetcode/array/_001/SolutionTest.java
douglarek/java-climbing
ba58c1ab551cdd20b6dafc8442c5e41a503fb878
[ "BSD-3-Clause" ]
null
null
null
25.214286
87
0.668555
15,061
package xin.lingchao.java.leetcode.array._001; import static org.junit.jupiter.api.Assertions.assertArrayEquals; import org.junit.jupiter.api.Test; public class SolutionTest { @Test public void TestTwoSum() { Solution s = new Solution(); assertArrayEquals(s.twoSum(new int[] { 2, 7, 11, 15 }, ...
3e239282a7f0aea7a2ed7caed4216dbaa4ca4782
378
java
Java
src/main/java/me/joeleoli/fairfight/check/checks/PacketCheck.java
disclearing/FairFight
0f86ebfa95879fd66582cb6b5ed8571edec83fde
[ "Apache-2.0" ]
2
2021-01-30T05:47:38.000Z
2022-02-02T09:51:08.000Z
src/main/java/me/joeleoli/fairfight/check/checks/PacketCheck.java
disclearing/FairFight
0f86ebfa95879fd66582cb6b5ed8571edec83fde
[ "Apache-2.0" ]
null
null
null
src/main/java/me/joeleoli/fairfight/check/checks/PacketCheck.java
disclearing/FairFight
0f86ebfa95879fd66582cb6b5ed8571edec83fde
[ "Apache-2.0" ]
9
2019-07-13T19:31:36.000Z
2022-03-17T17:55:48.000Z
27
66
0.783069
15,062
package me.joeleoli.fairfight.check.checks; import net.minecraft.server.v1_8_R3.Packet; import me.joeleoli.fairfight.check.AbstractCheck; import me.joeleoli.fairfight.player.PlayerData; public abstract class PacketCheck extends AbstractCheck<Packet> { public PacketCheck(PlayerData playerData, final String name) ...
3e2392c0f06690a1f263ae829f0231dff1f217c9
3,199
java
Java
src/main/java/org/apache/maven/shared/dependency/graph/filter/AndDependencyNodeFilter.java
chriskilding/maven-dependency-tree
c49362d538e4a1a3b8434f0481bac3272936479b
[ "Apache-2.0" ]
19
2019-05-14T09:26:12.000Z
2022-03-04T04:36:45.000Z
src/main/java/org/apache/maven/shared/dependency/graph/filter/AndDependencyNodeFilter.java
chriskilding/maven-dependency-tree
c49362d538e4a1a3b8434f0481bac3272936479b
[ "Apache-2.0" ]
8
2020-05-21T20:53:35.000Z
2022-02-28T22:57:17.000Z
src/main/java/org/apache/maven/shared/dependency/graph/filter/AndDependencyNodeFilter.java
chriskilding/maven-dependency-tree
c49362d538e4a1a3b8434f0481bac3272936479b
[ "Apache-2.0" ]
20
2018-09-08T14:53:13.000Z
2022-01-31T11:52:44.000Z
32.343434
111
0.639913
15,063
package org.apache.maven.shared.dependency.graph.filter; /* * 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 unde...
3e23930500786a085b55de1c359665eddd3e2fb8
2,511
java
Java
src/testcases/org/apache/poi/hssf/record/formula/functions/AllIndividualFunctionEvaluationTests.java
JavaQualitasCorpus/poi-3.6
af483dcbac39c54113883c04ca08c8e9deae4c76
[ "Apache-2.0" ]
2
2015-10-12T16:01:12.000Z
2017-06-10T23:38:41.000Z
src/testcases/org/apache/poi/hssf/record/formula/functions/AllIndividualFunctionEvaluationTests.java
JavaQualitasCorpus/poi-3.6
af483dcbac39c54113883c04ca08c8e9deae4c76
[ "Apache-2.0" ]
null
null
null
src/testcases/org/apache/poi/hssf/record/formula/functions/AllIndividualFunctionEvaluationTests.java
JavaQualitasCorpus/poi-3.6
af483dcbac39c54113883c04ca08c8e9deae4c76
[ "Apache-2.0" ]
1
2018-02-26T02:39:00.000Z
2018-02-26T02:39:00.000Z
40.5
89
0.744723
15,064
/* ==================================================================== 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 Y...
3e23934c8ff3182df8f420be0394d5399b005bd2
1,963
java
Java
src/main/java/edu/emory/mathcs/nlp/mining/character/structure/Season.java
shramesh/character-identification-semeval2018
a66eae033591480d7aa81905d8bf9cda8cf3b181
[ "Apache-2.0" ]
1
2019-09-03T13:38:08.000Z
2019-09-03T13:38:08.000Z
src/main/java/edu/emory/mathcs/nlp/mining/character/structure/Season.java
shramesh/character-identification-semeval2018
a66eae033591480d7aa81905d8bf9cda8cf3b181
[ "Apache-2.0" ]
null
null
null
src/main/java/edu/emory/mathcs/nlp/mining/character/structure/Season.java
shramesh/character-identification-semeval2018
a66eae033591480d7aa81905d8bf9cda8cf3b181
[ "Apache-2.0" ]
1
2018-08-03T23:03:55.000Z
2018-08-03T23:03:55.000Z
24.848101
83
0.727967
15,065
/** * Copyright 2016, Emory University * * 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 ...
3e2393ce5c3710fdbe6b8aef9b0b13294e442f14
4,391
java
Java
app/src/androidTest/java/ca/ualberta/cs/personal_condition_tracker/ViewRecordListActivityTest.java
wcomhelp/Personal-Condition-Tracker
2fd7e8f0a015c2426701203a383fe4612c18b71a
[ "BSD-3-Clause-Clear" ]
null
null
null
app/src/androidTest/java/ca/ualberta/cs/personal_condition_tracker/ViewRecordListActivityTest.java
wcomhelp/Personal-Condition-Tracker
2fd7e8f0a015c2426701203a383fe4612c18b71a
[ "BSD-3-Clause-Clear" ]
72
2018-10-17T00:12:04.000Z
2018-12-03T22:38:41.000Z
app/src/androidTest/java/ca/ualberta/cs/personal_condition_tracker/ViewRecordListActivityTest.java
wcomhelp/Personal-Condition-Tracker
2fd7e8f0a015c2426701203a383fe4612c18b71a
[ "BSD-3-Clause-Clear" ]
1
2020-09-14T09:21:14.000Z
2020-09-14T09:21:14.000Z
48.788889
153
0.772034
15,066
package ca.ualberta.cs.personal_condition_tracker; import android.content.Intent; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; import androidx.test.espresso.intent.Intents; import androidx.test.rule.ActivityTestRule; import androidx.test.runner.AndroidJUnit4; import ca.ualberta.cs.p...
3e2394bb5257f2691784dee4d5b6c79db95646a1
17,307
java
Java
src/main/java/voiid/ink/furnish/registry/ModBlocks.java
inkvoiid/furnish
81e963be87e43008d2ca067204fc3fedcbba7716
[ "CC0-1.0" ]
2
2021-07-21T01:14:40.000Z
2021-07-21T03:18:54.000Z
src/main/java/voiid/ink/furnish/registry/ModBlocks.java
inkvoiid/furnish
81e963be87e43008d2ca067204fc3fedcbba7716
[ "CC0-1.0" ]
null
null
null
src/main/java/voiid/ink/furnish/registry/ModBlocks.java
inkvoiid/furnish
81e963be87e43008d2ca067204fc3fedcbba7716
[ "CC0-1.0" ]
null
null
null
80.125
210
0.77148
15,067
package voiid.ink.furnish.registry; import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings; import net.minecraft.block.*; import net.minecraft.entity.effect.StatusEffects; import net.minecraft.sound.BlockSoundGroup; import net.minecraft.util.DyeColor; import net.minecraft.util.Identifier; import ne...
3e239526fa9fff99f77b8fc3c5003200c3709136
357
java
Java
src/main/java/ru/systematica_consulting/mz/api/schema/XmlType.java
systematica-consulting/mz-api-gen-plugin
c2a31df44b53190b7ec2486a245274a964713b11
[ "MIT" ]
null
null
null
src/main/java/ru/systematica_consulting/mz/api/schema/XmlType.java
systematica-consulting/mz-api-gen-plugin
c2a31df44b53190b7ec2486a245274a964713b11
[ "MIT" ]
null
null
null
src/main/java/ru/systematica_consulting/mz/api/schema/XmlType.java
systematica-consulting/mz-api-gen-plugin
c2a31df44b53190b7ec2486a245274a964713b11
[ "MIT" ]
null
null
null
19.833333
48
0.781513
15,068
package ru.systematica_consulting.mz.api.schema; import lombok.Data; import javax.xml.namespace.QName; import java.util.List; @Data public class XmlType { private String uuid; private String type; private String elementAddress; private List<String> enumeration; private String description; private boolean...
3e2397583bd3ed015618c4484c06a43928669ac0
430
java
Java
src/main/java/br/com/zupacademy/guilhermesantos/mercadolivre/repository/UsuarioRepository.java
GuilhermeJWT/orange-talents-04-template-ecommerce
b619732a5899fee9230311b46b324510ef6471c6
[ "Apache-2.0" ]
null
null
null
src/main/java/br/com/zupacademy/guilhermesantos/mercadolivre/repository/UsuarioRepository.java
GuilhermeJWT/orange-talents-04-template-ecommerce
b619732a5899fee9230311b46b324510ef6471c6
[ "Apache-2.0" ]
null
null
null
src/main/java/br/com/zupacademy/guilhermesantos/mercadolivre/repository/UsuarioRepository.java
GuilhermeJWT/orange-talents-04-template-ecommerce
b619732a5899fee9230311b46b324510ef6471c6
[ "Apache-2.0" ]
null
null
null
26.875
77
0.846512
15,069
package br.com.zupacademy.guilhermesantos.mercadolivre.repository; import java.util.Optional; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import br.com.zupacademy.guilhermesantos.mercadolivre.model.ModelUsuario; @Repository public interface Usuario...
3e2398392e0c85fdb4729ce747c854785f43af5e
1,944
java
Java
src/test/java/test/xdutils/TestXDefUtils.java
biscuide/x-definice
06afe19f64e1b6b65286d99239fd57e1d7170ee8
[ "Apache-2.0" ]
null
null
null
src/test/java/test/xdutils/TestXDefUtils.java
biscuide/x-definice
06afe19f64e1b6b65286d99239fd57e1d7170ee8
[ "Apache-2.0" ]
null
null
null
src/test/java/test/xdutils/TestXDefUtils.java
biscuide/x-definice
06afe19f64e1b6b65286d99239fd57e1d7170ee8
[ "Apache-2.0" ]
null
null
null
24.607595
65
0.606481
15,070
package test.xdutils; import org.xdef.sys.FUtils; import org.xdef.xml.KXmlUtils; import org.xdef.util.GenCollection; import org.w3c.dom.Element; import org.w3c.dom.NodeList; import test.utils.XDTester; /** Test of xdef utilities. * @author trojan */ public class TestXDefUtils extends XDTester { public TestXDefUt...
3e2398596e84480e4ef6eead05a65f43ff441edb
496
java
Java
26.springcloud-config/config-server/src/main/java/com/nekochips/config/server/ConfigServerApplication.java
NekoChips/SpringDemo
47bab4bf8622a98adab65abacc926a002c806029
[ "MIT" ]
13
2020-03-25T14:40:47.000Z
2022-03-01T06:35:24.000Z
26.springcloud-config/config-server/src/main/java/com/nekochips/config/server/ConfigServerApplication.java
jjj2501/SpringDemo
47bab4bf8622a98adab65abacc926a002c806029
[ "MIT" ]
1
2020-05-28T23:39:52.000Z
2020-05-28T23:39:52.000Z
26.springcloud-config/config-server/src/main/java/com/nekochips/config/server/ConfigServerApplication.java
jjj2501/SpringDemo
47bab4bf8622a98adab65abacc926a002c806029
[ "MIT" ]
10
2020-04-12T18:13:31.000Z
2022-03-09T07:07:42.000Z
26.105263
68
0.8125
15,071
package com.nekochips.config.server; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.config.server.EnableConfigServer; /** * @description SpringCloud Config 服务端启动类 * @author Neko * @date 2021/9/21 */ @SpringBo...
3e239873139fd78a01871ecc866ef6a7a7b35ac4
624
java
Java
src/main/java/app/user/User.java
draikensu18/GamePage
3e3ca98f21cc26651e026ca3b24727777dcf4df6
[ "Apache-2.0" ]
2
2021-08-05T09:35:48.000Z
2021-08-12T22:52:34.000Z
src/main/java/app/user/User.java
draikensu18/GamePage
3e3ca98f21cc26651e026ca3b24727777dcf4df6
[ "Apache-2.0" ]
null
null
null
src/main/java/app/user/User.java
draikensu18/GamePage
3e3ca98f21cc26651e026ca3b24727777dcf4df6
[ "Apache-2.0" ]
null
null
null
18.909091
74
0.600962
15,072
package app.user; public class User { public final String username; public final String password; public final float balance; public static int id; public User(String username, String password, float balance, int id) { this.username = username; this.password = password; thi...
3e2398b8416fa3dc36bc893bf12ba725abccde49
12,009
java
Java
playMidi/java/com/playMidi/SoundFont/SoundFontMidiTimbreSet.java
joshuarabanal/javaTools
e2629d0ffa2ddaa837d21d000b89e18b12fe8a93
[ "Apache-2.0" ]
null
null
null
playMidi/java/com/playMidi/SoundFont/SoundFontMidiTimbreSet.java
joshuarabanal/javaTools
e2629d0ffa2ddaa837d21d000b89e18b12fe8a93
[ "Apache-2.0" ]
null
null
null
playMidi/java/com/playMidi/SoundFont/SoundFontMidiTimbreSet.java
joshuarabanal/javaTools
e2629d0ffa2ddaa837d21d000b89e18b12fe8a93
[ "Apache-2.0" ]
null
null
null
44.977528
151
0.620368
15,073
package com.playMidi.SoundFont; import android.content.Context; import androidx.annotation.AnyRes; import android.util.Log; import com.playMidi.SoundFont.io.SoundFontInputStream; import com.playMidi.SoundFont.io.soundFontInputStream.MetaData; import com.playMidi.SoundFont.io.soundFontInputStream.SampleMetas; import c...
3e23996733c78e78001198b7ad2d754f238d4f9d
622
java
Java
ArrayIp/src/com/nt/ArrayDemo/InterSectionArray.java
GithubUtkarshSingh/ArrayInterviewQuestionForFreshExperi.
b2e480c90a5b7e4723689ae124badf91a423433c
[ "Apache-2.0" ]
null
null
null
ArrayIp/src/com/nt/ArrayDemo/InterSectionArray.java
GithubUtkarshSingh/ArrayInterviewQuestionForFreshExperi.
b2e480c90a5b7e4723689ae124badf91a423433c
[ "Apache-2.0" ]
null
null
null
ArrayIp/src/com/nt/ArrayDemo/InterSectionArray.java
GithubUtkarshSingh/ArrayInterviewQuestionForFreshExperi.
b2e480c90a5b7e4723689ae124badf91a423433c
[ "Apache-2.0" ]
null
null
null
20.064516
72
0.554662
15,074
package com.nt.ArrayDemo; import java.util.HashSet; import java.util.Set; public class InterSectionArray { public static void main(String[] args) { String arr[]= {"String","One","Two","Three","Four","Five","Six"}; String arr1[]={"String","Onee","Twou","Threi","Fourop","Five","Six"}; Set<String> se...
3e2399dda82654bee9adba6fc2fa2a5106cca90b
4,179
java
Java
server/src/main/java/io/crate/execution/engine/fetch/NodeFetchRequest.java
piotrrzysko/crate
760b4054d6e406f1f0668f294693d123b9ba1835
[ "Apache-2.0" ]
1
2020-11-17T03:10:45.000Z
2020-11-17T03:10:45.000Z
server/src/main/java/io/crate/execution/engine/fetch/NodeFetchRequest.java
piotrrzysko/crate
760b4054d6e406f1f0668f294693d123b9ba1835
[ "Apache-2.0" ]
null
null
null
server/src/main/java/io/crate/execution/engine/fetch/NodeFetchRequest.java
piotrrzysko/crate
760b4054d6e406f1f0668f294693d123b9ba1835
[ "Apache-2.0" ]
null
null
null
33.97561
88
0.641062
15,075
/* * Licensed to Crate under one or more contributor license agreements. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. Crate licenses this file * to you under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compl...
3e239b1ae27b5b712ec4ef23cb94239c161cabb5
316
java
Java
ebatis-core/src/main/java/io/manbang/ebatis/core/exception/AttributeNotFoundException.java
zjavax/ebatis
051f690065f40db6f97e1d0d15c45585284c9ba6
[ "MIT" ]
230
2020-07-23T06:46:48.000Z
2022-03-30T01:52:17.000Z
ebatis-core/src/main/java/io/manbang/ebatis/core/exception/AttributeNotFoundException.java
zjavax/ebatis
051f690065f40db6f97e1d0d15c45585284c9ba6
[ "MIT" ]
6
2020-07-23T06:43:52.000Z
2022-01-24T05:51:51.000Z
ebatis-core/src/main/java/io/manbang/ebatis/core/exception/AttributeNotFoundException.java
zjavax/ebatis
051f690065f40db6f97e1d0d15c45585284c9ba6
[ "MIT" ]
58
2020-07-23T06:46:51.000Z
2022-03-28T08:26:05.000Z
22.571429
69
0.734177
15,076
package io.manbang.ebatis.core.exception; /** * @author 章多亮 * @since 2020/6/3 13:23 */ public class AttributeNotFoundException extends EbatisException { private static final long serialVersionUID = 538894359279256953L; public AttributeNotFoundException(String message) { super(message); } }
3e239c321086ca2d37209cfcb0fe4164d31dd54b
967
java
Java
src-Framework/org/processmining/framework/util/HTMLToString.java
kostmetallist/prom-extended
0c76b3c5b3bd23a26fda48a78b5e35e7bf0d159a
[ "Unlicense" ]
null
null
null
src-Framework/org/processmining/framework/util/HTMLToString.java
kostmetallist/prom-extended
0c76b3c5b3bd23a26fda48a78b5e35e7bf0d159a
[ "Unlicense" ]
null
null
null
src-Framework/org/processmining/framework/util/HTMLToString.java
kostmetallist/prom-extended
0c76b3c5b3bd23a26fda48a78b5e35e7bf0d159a
[ "Unlicense" ]
null
null
null
23.585366
105
0.713547
15,077
package org.processmining.framework.util; import java.awt.Color; import java.awt.Component; import javax.swing.JLabel; import javax.swing.JList; import javax.swing.ListCellRenderer; public interface HTMLToString { public String toHTMLString(boolean includeHTMLTags); public static class HTMLCellRende...
3e239cb9a91cbf10fde8843ca84c73ba3f90c011
5,712
java
Java
src/test/java/com/flagship/startup/utils/EmailPraserTest.java
beigekaoke/Startup
d1b598dd9f64e8be97c3675e0c3e53e2150a848f
[ "MIT" ]
1
2020-11-13T00:46:55.000Z
2020-11-13T00:46:55.000Z
src/test/java/com/flagship/startup/utils/EmailPraserTest.java
beigekaoke/Startup
d1b598dd9f64e8be97c3675e0c3e53e2150a848f
[ "MIT" ]
null
null
null
src/test/java/com/flagship/startup/utils/EmailPraserTest.java
beigekaoke/Startup
d1b598dd9f64e8be97c3675e0c3e53e2150a848f
[ "MIT" ]
null
null
null
34.409639
99
0.539741
15,078
package com.flagship.startup.utils; import org.junit.jupiter.api.Test; import org.springframework.mail.javamail.MimeMessageHelper; import javax.mail.*; import javax.mail.internet.InternetAddress; import javax.mail.internet.MimeMessage; import javax.mail.internet.MimeUtility; import java.io.*; import java.net.URL; imp...
3e239def3be0d9eea541b1a6cb54f824928260c8
431
java
Java
mobile_app1/module1180/src/main/java/module1180packageJava0/Foo42.java
HiWong/android-build-eval
d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6
[ "Apache-2.0" ]
70
2021-01-22T16:48:06.000Z
2022-02-16T10:37:33.000Z
mobile_app1/module1180/src/main/java/module1180packageJava0/Foo42.java
HiWong/android-build-eval
d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6
[ "Apache-2.0" ]
16
2021-01-22T20:52:52.000Z
2021-08-09T17:51:24.000Z
mobile_app1/module1180/src/main/java/module1180packageJava0/Foo42.java
HiWong/android-build-eval
d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6
[ "Apache-2.0" ]
5
2021-01-26T13:53:49.000Z
2021-08-11T20:10:57.000Z
11.342105
46
0.566125
15,079
package module1180packageJava0; import java.lang.Integer; public class Foo42 { Integer int0; Integer int1; public void foo0() { new module1180packageJava0.Foo41().foo6(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public v...
3e239e5174d26c7356f16d32d493f21303bc33c4
2,586
java
Java
net.violet.common/src/main/java/net/violet/common/debug/LoggingOutputStream.java
nguillaumin/nabaztag-server
235b4867ad7b2f923f25457722da4bb92ecd48b7
[ "MIT" ]
4
2016-04-01T19:39:30.000Z
2018-03-29T08:10:12.000Z
server/Common/net/violet/common/debug/LoggingOutputStream.java
sebastienhouzet/nabaztag-source-code
65197ea668e40fadb35d8ebd0aeb512311f9f547
[ "MIT" ]
null
null
null
server/Common/net/violet/common/debug/LoggingOutputStream.java
sebastienhouzet/nabaztag-source-code
65197ea668e40fadb35d8ebd0aeb512311f9f547
[ "MIT" ]
8
2016-04-09T03:46:26.000Z
2021-11-26T21:42:01.000Z
22.560345
112
0.667558
15,080
package net.violet.common.debug; import java.io.IOException; import java.io.OutputStream; import org.apache.log4j.Level; import org.apache.log4j.Logger; /** * OutputStream pour un logger de log4j. Inspiré de: * http:ychag@example.com.org/msg05005.html */ public final class LoggingOutputStream extends OutputStream...
3e239faf1b611f1fd92b7fb76628ca96cbd1cb91
1,463
java
Java
modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201506/cm/Image.java
charlie-stevenson/java-dfp
fc540f0347313df352e4d0bbaaf1e6c216b9fb09
[ "Apache-2.0" ]
null
null
null
modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201506/cm/Image.java
charlie-stevenson/java-dfp
fc540f0347313df352e4d0bbaaf1e6c216b9fb09
[ "Apache-2.0" ]
null
null
null
modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201506/cm/Image.java
charlie-stevenson/java-dfp
fc540f0347313df352e4d0bbaaf1e6c216b9fb09
[ "Apache-2.0" ]
null
null
null
22.166667
104
0.593985
15,081
package com.google.api.ads.adwords.jaxws.v201506.cm; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * * Encapsulates an Image media. For {@code SET},{@code REMOVE} operations in * MediaServic...
3e23a140b289c2d8ebcbd5dc99283e3ea8d77fc6
1,160
java
Java
org.goffi.moffi/src/main/java/org/goffi/moffi/gui/actions/CompositeTimedAction.java
dzhemriza/goffi
998005b76ae9c23f0e4ddf4a4e18fe867af9e24d
[ "Apache-2.0" ]
null
null
null
org.goffi.moffi/src/main/java/org/goffi/moffi/gui/actions/CompositeTimedAction.java
dzhemriza/goffi
998005b76ae9c23f0e4ddf4a4e18fe867af9e24d
[ "Apache-2.0" ]
null
null
null
org.goffi.moffi/src/main/java/org/goffi/moffi/gui/actions/CompositeTimedAction.java
dzhemriza/goffi
998005b76ae9c23f0e4ddf4a4e18fe867af9e24d
[ "Apache-2.0" ]
null
null
null
28.292683
75
0.718103
15,082
/* * org.goffi.moffi * * File Name: CompositeTimedAction.java * * Copyright 2017 Dzhem Riza * * 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/...
3e23a15b9347175615da88bd37ed1d4978cf5b54
2,140
java
Java
app/src/main/java/com/ljd/news/domain/WeChatNewsResult.java
lijiangdong/News
4c153475f6e14fad62c8de0799f5b1b3ad9e473d
[ "Apache-2.0" ]
1
2016-08-09T08:15:45.000Z
2016-08-09T08:15:45.000Z
app/src/main/java/com/ljd/news/domain/WeChatNewsResult.java
lijiangdong/News
4c153475f6e14fad62c8de0799f5b1b3ad9e473d
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/ljd/news/domain/WeChatNewsResult.java
lijiangdong/News
4c153475f6e14fad62c8de0799f5b1b3ad9e473d
[ "Apache-2.0" ]
null
null
null
18.290598
75
0.559813
15,083
/* * Copyright (C) 2016 Li Jiangdong 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 appl...
3e23a1e22ddf33ff10f711763abd425360148c57
12,984
java
Java
sdk/resourcemanagerhybrid/azure-resourcemanager-network/src/main/java/com/azure/resourcemanager/network/fluent/models/NetworkInterfaceInner.java
liukun2634/azure-sdk-for-java
a42ba097eef284333c9befba180eea3cfed41312
[ "MIT" ]
1,350
2015-01-17T05:22:05.000Z
2022-03-29T21:00:37.000Z
sdk/resourcemanagerhybrid/azure-resourcemanager-network/src/main/java/com/azure/resourcemanager/network/fluent/models/NetworkInterfaceInner.java
liukun2634/azure-sdk-for-java
a42ba097eef284333c9befba180eea3cfed41312
[ "MIT" ]
16,834
2015-01-07T02:19:09.000Z
2022-03-31T23:29:10.000Z
sdk/resourcemanagerhybrid/azure-resourcemanager-network/src/main/java/com/azure/resourcemanager/network/fluent/models/NetworkInterfaceInner.java
liukun2634/azure-sdk-for-java
a42ba097eef284333c9befba180eea3cfed41312
[ "MIT" ]
1,586
2015-01-02T01:50:28.000Z
2022-03-31T11:25:34.000Z
34.716578
119
0.676063
15,084
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.network.fluent.models; import com.azure.core.annotation.Fluent; import com.azure.core.management.Resource; import com.azure.core...
3e23a5949bb610fdc77abf790de859001698fc9f
5,558
java
Java
SimilaritySearchCore/LSHBigMemorySearch/src/com/hp/hpl/palette/similarity/worker/SinkAdaptorForNoBufferedCommunicatorImpl.java
HewlettPackard/SimilaritySearch
c0956f1b097a02e0f17f228816a18c14ef06856d
[ "BSD-3-Clause" ]
5
2017-07-26T10:34:26.000Z
2020-02-23T07:50:19.000Z
SimilaritySearchCore/LSHBigMemorySearch/src/com/hp/hpl/palette/similarity/worker/SinkAdaptorForNoBufferedCommunicatorImpl.java
HewlettPackard/SimilaritySearch
c0956f1b097a02e0f17f228816a18c14ef06856d
[ "BSD-3-Clause" ]
1
2019-01-08T03:44:29.000Z
2019-01-19T18:35:21.000Z
SimilaritySearchCore/LSHBigMemorySearch/src/com/hp/hpl/palette/similarity/worker/SinkAdaptorForNoBufferedCommunicatorImpl.java
HewlettPackard/SimilaritySearch
c0956f1b097a02e0f17f228816a18c14ef06856d
[ "BSD-3-Clause" ]
2
2017-04-17T20:59:51.000Z
2020-06-25T00:19:00.000Z
45.933884
205
0.721303
15,085
/** “© Copyright 2017 Hewlett Packard Enterprise Development LP 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 follo...
3e23a643ea24aab40d32a6fc139ae4ce389f46e2
1,459
java
Java
communote/webapp/src/main/java/com/communote/server/web/commons/view/velocity/VelocityToolbox2View.java
Communote/communote-server
e6a3541054baa7ad26a4eccbbdd7fb8937dead0c
[ "Apache-2.0" ]
26
2016-06-27T09:25:10.000Z
2022-01-24T06:26:56.000Z
communote/webapp/src/main/java/com/communote/server/web/commons/view/velocity/VelocityToolbox2View.java
Communote/communote-server
e6a3541054baa7ad26a4eccbbdd7fb8937dead0c
[ "Apache-2.0" ]
64
2016-06-28T14:50:46.000Z
2019-05-04T15:10:04.000Z
communote/webapp/src/main/java/com/communote/server/web/commons/view/velocity/VelocityToolbox2View.java
Communote/communote-server
e6a3541054baa7ad26a4eccbbdd7fb8937dead0c
[ "Apache-2.0" ]
4
2016-10-05T17:30:36.000Z
2019-10-26T15:44:00.000Z
32.422222
99
0.704592
15,086
package com.communote.server.web.commons.view.velocity; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.velocity.context.Context; import org.apache.velocity.tools.view.ViewToolContext; import org.apache.velocity.tools.view....
3e23a6eba5d30a97171c826ef1f282232c57fe64
2,891
java
Java
src/main/java/net/sourceforge/plantuml/Url.java
Banno/sbt-plantuml-plugin
99050a3cc8e4667d8c627bfbdd6596aa68de4ccd
[ "ECL-2.0", "Apache-2.0" ]
7
2016-04-25T20:32:19.000Z
2021-11-15T17:48:23.000Z
src/main/java/net/sourceforge/plantuml/Url.java
Banno/sbt-plantuml-plugin
99050a3cc8e4667d8c627bfbdd6596aa68de4ccd
[ "ECL-2.0", "Apache-2.0" ]
6
2016-02-26T08:32:28.000Z
2018-01-24T16:50:36.000Z
src/main/java/net/sourceforge/plantuml/Url.java
Banno/sbt-plantuml-plugin
99050a3cc8e4667d8c627bfbdd6596aa68de4ccd
[ "ECL-2.0", "Apache-2.0" ]
5
2016-02-21T23:42:23.000Z
2017-11-29T11:57:41.000Z
23.892562
81
0.657558
15,087
/* ======================================================================== * PlantUML : a free UML diagram generator * ======================================================================== * * (C) Copyright 2009-2017, Arnaud Roques * * Project Info: http://plantuml.com * * This file is part of PlantUML. ...
3e23a75a67bd9dd2953a9e11c5ba403d9b51160e
1,886
java
Java
concept-connection-loadbalance/concept-connection-loadbalance-core/src/main/java/com/github/linyuzai/connection/loadbalance/core/repository/DefaultConnectionRepository.java
Linyuzai/concept
0f478f688febf45f8da1e7d123b0003ddd6094d9
[ "Apache-2.0" ]
9
2021-12-29T06:22:09.000Z
2022-03-14T10:23:37.000Z
concept-connection-loadbalance/concept-connection-loadbalance-core/src/main/java/com/github/linyuzai/connection/loadbalance/core/repository/DefaultConnectionRepository.java
Linyuzai/concept
0f478f688febf45f8da1e7d123b0003ddd6094d9
[ "Apache-2.0" ]
1
2022-02-16T11:07:14.000Z
2022-02-16T11:55:13.000Z
concept-connection-loadbalance/concept-connection-loadbalance-core/src/main/java/com/github/linyuzai/connection/loadbalance/core/repository/DefaultConnectionRepository.java
Linyuzai/concept
0f478f688febf45f8da1e7d123b0003ddd6094d9
[ "Apache-2.0" ]
null
null
null
30.419355
115
0.699364
15,088
package com.github.linyuzai.connection.loadbalance.core.repository; import com.github.linyuzai.connection.loadbalance.core.concept.Connection; import java.util.Collection; import java.util.Collections; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import java.util.stream.Collectors; import java...
3e23a7fbe4bcab1abe064fec1a1febcb3bb0c8d8
9,419
java
Java
IntegrationDemoApp/src/main/java/com/sap/integration/core/integration/InventoryCountingIntegration.java
wfansh/anywhere-api-sample
255ea33c9f1295b25159fea004abb7a928d67d6e
[ "Apache-2.0" ]
null
null
null
IntegrationDemoApp/src/main/java/com/sap/integration/core/integration/InventoryCountingIntegration.java
wfansh/anywhere-api-sample
255ea33c9f1295b25159fea004abb7a928d67d6e
[ "Apache-2.0" ]
null
null
null
IntegrationDemoApp/src/main/java/com/sap/integration/core/integration/InventoryCountingIntegration.java
wfansh/anywhere-api-sample
255ea33c9f1295b25159fea004abb7a928d67d6e
[ "Apache-2.0" ]
null
null
null
47.812183
129
0.621404
15,089
package com.sap.integration.core.integration; import static com.sap.integration.utils.JsonUtil.getJson; import java.util.List; import org.apache.commons.lang.StringUtils; import org.apache.log4j.Logger; import org.joda.time.DateTime; import com.sap.integration.anywhere.dto.AnwInventoryCountingPostDto; import com.sa...
3e23a8bb191430e99c2649fc9538804ebb11382f
630
java
Java
junitperf-junit4/src/main/java/com/github/noconnor/junitperf/statements/DefaultStatement.java
zferenczik/JUnitPerf
433c0c7e2270418f2e067cc6c1a4bf8e6b60b8d7
[ "Apache-2.0" ]
null
null
null
junitperf-junit4/src/main/java/com/github/noconnor/junitperf/statements/DefaultStatement.java
zferenczik/JUnitPerf
433c0c7e2270418f2e067cc6c1a4bf8e6b60b8d7
[ "Apache-2.0" ]
null
null
null
junitperf-junit4/src/main/java/com/github/noconnor/junitperf/statements/DefaultStatement.java
zferenczik/JUnitPerf
433c0c7e2270418f2e067cc6c1a4bf8e6b60b8d7
[ "Apache-2.0" ]
null
null
null
21.724138
98
0.674603
15,090
package com.github.noconnor.junitperf.statements; import org.junit.runners.model.Statement; public class DefaultStatement implements TestStatement { private final Statement statement; public DefaultStatement(Statement statement) { this.statement = statement; } @Override public void runB...
3e23a8ee9c1c8baee82a8627e160dd2af271d9bd
1,493
java
Java
src/main/java/com/hujiang/project/zhgd/hjRolePrivileges/domain/HjRolePrivileges.java
xieyagit/zhgd
45ac870a62c7323a1bb40b99fb8f0c93e38aed0d
[ "MIT" ]
null
null
null
src/main/java/com/hujiang/project/zhgd/hjRolePrivileges/domain/HjRolePrivileges.java
xieyagit/zhgd
45ac870a62c7323a1bb40b99fb8f0c93e38aed0d
[ "MIT" ]
null
null
null
src/main/java/com/hujiang/project/zhgd/hjRolePrivileges/domain/HjRolePrivileges.java
xieyagit/zhgd
45ac870a62c7323a1bb40b99fb8f0c93e38aed0d
[ "MIT" ]
1
2021-12-06T09:51:17.000Z
2021-12-06T09:51:17.000Z
21.028169
72
0.657736
15,091
package com.hujiang.project.zhgd.hjRolePrivileges.domain; import org.apache.commons.lang3.builder.ToStringBuilder; import org.apache.commons.lang3.builder.ToStringStyle; /** * 角色-权限表 hj_role_privileges * * @author hujiang * @date 2019-04-29 */ public class HjRolePrivileges { private static final l...
3e23a954e103183e945d8e9a39e06f2b5997551e
669
java
Java
java/net/atcat/nanzhi/redstone_gate/pack/Packs.java
yangx14488/Forge-1.16.5---Redstone-Logic-Gates
bc731067eea9a22c38ecaa7a9758f74158a7fdf8
[ "MIT" ]
1
2020-12-21T08:35:07.000Z
2020-12-21T08:35:07.000Z
java/net/atcat/nanzhi/redstone_gate/pack/Packs.java
yangx14488/Forge-1.15.2---Redstone-Logic-Gates
bc731067eea9a22c38ecaa7a9758f74158a7fdf8
[ "MIT" ]
null
null
null
java/net/atcat/nanzhi/redstone_gate/pack/Packs.java
yangx14488/Forge-1.15.2---Redstone-Logic-Gates
bc731067eea9a22c38ecaa7a9758f74158a7fdf8
[ "MIT" ]
null
null
null
24.777778
80
0.608371
15,092
package net.atcat.nanzhi.redstone_gate.pack; import net.atcat.nanzhi.redstone_gate.pack.redstone.Redstone; import net.minecraftforge.eventbus.api.IEventBus; public class Packs { // 包管理器 public static final PackManage PM = new PackManage( ) ; public static final Pack Redstone = PM.instantiatePa...
3e23a96ee6dc0d3c76a97ac4d3eec8057453f175
1,294
java
Java
src/test/java/com/github/hugh/id/UuidTest.java
HughWick/toolbox
dac2d214d2b5953ef7fc6ab5e6c2dda61241ae7c
[ "Apache-2.0" ]
1
2020-09-14T06:40:55.000Z
2020-09-14T06:40:55.000Z
src/test/java/com/github/hugh/id/UuidTest.java
HughWick/toolbox
dac2d214d2b5953ef7fc6ab5e6c2dda61241ae7c
[ "Apache-2.0" ]
3
2020-08-31T10:15:11.000Z
2022-02-15T12:12:18.000Z
src/test/java/com/github/hugh/id/UuidTest.java
HughWick/toolbox
dac2d214d2b5953ef7fc6ab5e6c2dda61241ae7c
[ "Apache-2.0" ]
1
2020-11-24T01:09:03.000Z
2020-11-24T01:09:03.000Z
27.531915
73
0.378671
15,093
package com.github.hugh.id; import org.junit.Test; /** * @author AS * @date 2021/1/12 9:50 */ public class UuidTest { @Test public void test01() { System.out.println("-1-->>" + Uuid.genId(12)); System.out.println("--2->>" + Uuid.genId(12).length()); } public static void main(Str...
3e23a984c4d5e8681b9bda310a8a41e629b4ccb7
967
java
Java
src/main/java/com/cgi/ct2015/ateliers/neo4j/worldcup/dto/TopScorer.java
eahamada/atelier-neo4j
e8c969b1f889b02d2032aa950944dab1d210e0ed
[ "Apache-2.0" ]
null
null
null
src/main/java/com/cgi/ct2015/ateliers/neo4j/worldcup/dto/TopScorer.java
eahamada/atelier-neo4j
e8c969b1f889b02d2032aa950944dab1d210e0ed
[ "Apache-2.0" ]
null
null
null
src/main/java/com/cgi/ct2015/ateliers/neo4j/worldcup/dto/TopScorer.java
eahamada/atelier-neo4j
e8c969b1f889b02d2032aa950944dab1d210e0ed
[ "Apache-2.0" ]
null
null
null
24.794872
70
0.688728
15,094
package com.cgi.ct2015.ateliers.neo4j.worldcup.dto; import java.util.List; import com.cgi.ct2015.ateliers.neo4j.worldcup.entities.nodes.Player; import com.cgi.ct2015.ateliers.neo4j.worldcup.entities.nodes.WorldCup; public class TopScorer { public final Player p; public final int goals; public final List<WorldC...
3e23a9d7c0af61be825d414ddb3d981cb9a4426e
4,788
java
Java
com.ibm.research.quetzal.core/src/com/ibm/research/rdf/store/sparql11/model/ConstructQuery.java
knoldus/quetzal-postgres-template
104471419ee5f006117ed9e026afd07687a7f387
[ "Apache-2.0" ]
null
null
null
com.ibm.research.quetzal.core/src/com/ibm/research/rdf/store/sparql11/model/ConstructQuery.java
knoldus/quetzal-postgres-template
104471419ee5f006117ed9e026afd07687a7f387
[ "Apache-2.0" ]
null
null
null
com.ibm.research.quetzal.core/src/com/ibm/research/rdf/store/sparql11/model/ConstructQuery.java
knoldus/quetzal-postgres-template
104471419ee5f006117ed9e026afd07687a7f387
[ "Apache-2.0" ]
null
null
null
30.113208
123
0.690894
15,095
/****************************************************************************** * Copyright (c) 2015 IBM Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at ...
3e23aa3265678183680889bfef58efaa1bd59947
6,086
java
Java
src/main/java/ec/edu/ups/vista/Listartelefonos.java
Paul-Guapucal/Practica02-GuapucalPaul
5be9464efc74310166ebf6dc425141671592786c
[ "MIT" ]
null
null
null
src/main/java/ec/edu/ups/vista/Listartelefonos.java
Paul-Guapucal/Practica02-GuapucalPaul
5be9464efc74310166ebf6dc425141671592786c
[ "MIT" ]
null
null
null
src/main/java/ec/edu/ups/vista/Listartelefonos.java
Paul-Guapucal/Practica02-GuapucalPaul
5be9464efc74310166ebf6dc425141671592786c
[ "MIT" ]
null
null
null
43.784173
139
0.640322
15,096
/* * 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 ec.edu.ups.vista; import ec.edu.ups.controlador.ControladorTelefono; import ec.edu.ups.modelo.Telefono; import javax....
3e23aac524fcfc65aa3d9b760baa66ada02deb5d
2,327
java
Java
src/main/java/com/github/irvinglink/Totems/utils/items/CustomItems.java
irvinglink/Totems
6f28b7eea83030e7f010933adca5e03a6a5bda2d
[ "MIT" ]
null
null
null
src/main/java/com/github/irvinglink/Totems/utils/items/CustomItems.java
irvinglink/Totems
6f28b7eea83030e7f010933adca5e03a6a5bda2d
[ "MIT" ]
null
null
null
src/main/java/com/github/irvinglink/Totems/utils/items/CustomItems.java
irvinglink/Totems
6f28b7eea83030e7f010933adca5e03a6a5bda2d
[ "MIT" ]
null
null
null
23.505051
105
0.579716
15,097
package com.github.irvinglink.Totems.utils.items; import org.bukkit.Material; import org.bukkit.inventory.ItemStack; import org.bukkit.inventory.meta.ItemMeta; import java.util.ArrayList; import java.util.List; public final class CustomItems extends ItemCreator { public static Builder builder(Default itemStack)...
3e23ab7d23623d71cfbaac391bb64221750014a9
489
java
Java
src/main/java/mx/uam/archinaut/model/dto/ElementConstraintDTO.java
hdmsantander/archinaut
bf5bf122f79067dbe892d6d4673e63975c269360
[ "Apache-2.0" ]
1
2021-04-15T21:49:27.000Z
2021-04-15T21:49:27.000Z
src/main/java/mx/uam/archinaut/model/dto/ElementConstraintDTO.java
hdmsantander/archinaut
bf5bf122f79067dbe892d6d4673e63975c269360
[ "Apache-2.0" ]
5
2021-05-10T16:06:41.000Z
2021-08-25T16:42:28.000Z
src/main/java/mx/uam/archinaut/model/dto/ElementConstraintDTO.java
hdmsantander/archinaut
bf5bf122f79067dbe892d6d4673e63975c269360
[ "Apache-2.0" ]
null
null
null
18.111111
80
0.746421
15,098
package mx.uam.archinaut.model.dto; public class ElementConstraintDTO { private String elementName; private String metric; private int threshold; public ElementConstraintDTO(String elementName, String metric, int threshold) { this.elementName = elementName; this.metric = metric; this.threshold = threshold;...
3e23ac6a1b2eeea9a74ef5104f4dc608b57ae903
5,098
java
Java
src/main/java/seedu/address/model/tag/UniquePreferenceList.java
amad-person/ContactSails
e10f800e6925e2d7f9f8776fb26eae110d1e64cb
[ "MIT" ]
null
null
null
src/main/java/seedu/address/model/tag/UniquePreferenceList.java
amad-person/ContactSails
e10f800e6925e2d7f9f8776fb26eae110d1e64cb
[ "MIT" ]
null
null
null
src/main/java/seedu/address/model/tag/UniquePreferenceList.java
amad-person/ContactSails
e10f800e6925e2d7f9f8776fb26eae110d1e64cb
[ "MIT" ]
null
null
null
33.320261
107
0.691251
15,099
package seedu.address.model.tag; //@@author SuxianAlicia-reused import static java.util.Objects.requireNonNull; import static seedu.address.commons.util.CollectionUtil.requireAllNonNull; import java.util.HashSet; import java.util.Iterator; import java.util.Set; import javafx.collections.FXCollections; import javafx.c...
3e23acdbdbc17ea499ec3507e264fd32b75c8b1e
2,973
java
Java
toohardforyou-core/src/main/java/info/piwai/toohardforyou/core/brick/SolidBrickEntity.java
pyricau/toohardforyou
e0d076eeacc632fe071aacd1f9f65b368e69c1d7
[ "Apache-2.0" ]
2
2016-03-04T07:15:58.000Z
2019-10-27T16:58:08.000Z
toohardforyou-core/src/main/java/info/piwai/toohardforyou/core/brick/SolidBrickEntity.java
pyricau/toohardforyou
e0d076eeacc632fe071aacd1f9f65b368e69c1d7
[ "Apache-2.0" ]
null
null
null
toohardforyou-core/src/main/java/info/piwai/toohardforyou/core/brick/SolidBrickEntity.java
pyricau/toohardforyou
e0d076eeacc632fe071aacd1f9f65b368e69c1d7
[ "Apache-2.0" ]
null
null
null
34.172414
104
0.694248
15,100
/** * Copyright (C) 2011 Pierre-Yves Ricau (py.ricau at gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
3e23acfbfcb4b9ac50b0d6bbb48625c894419088
468
java
Java
codebox/src/main/java/convert/HexConvert.java
PatrickChenSe/codeTest
db58537ca37178377a2d875a3de2af4e336dffa2
[ "Apache-2.0" ]
null
null
null
codebox/src/main/java/convert/HexConvert.java
PatrickChenSe/codeTest
db58537ca37178377a2d875a3de2af4e336dffa2
[ "Apache-2.0" ]
11
2020-12-02T18:45:02.000Z
2022-03-02T07:38:12.000Z
codebox/src/main/java/convert/HexConvert.java
PatrickChenSe/codeTest
db58537ca37178377a2d875a3de2af4e336dffa2
[ "Apache-2.0" ]
null
null
null
23.4
74
0.480769
15,101
package convert; public class HexConvert { /** * hex string to bytes arr * @param s * @return */ public static byte[] hexStringToByteArray(String s) { int len = s.length(); byte[] data = new byte[len / 2]; for (int i = 0; i < len; i += 2) { data[i / 2] =...
3e23ade51e366355cfdbb252c0c5fe656756c63f
9,040
java
Java
QSystem/src/ru/apertum/qsystem/server/model/QNet.java
GeorgeWalker/sbc-cfms
b0e083e5208d8583d598a4f6e74a2866e2c88221
[ "Apache-2.0" ]
null
null
null
QSystem/src/ru/apertum/qsystem/server/model/QNet.java
GeorgeWalker/sbc-cfms
b0e083e5208d8583d598a4f6e74a2866e2c88221
[ "Apache-2.0" ]
null
null
null
QSystem/src/ru/apertum/qsystem/server/model/QNet.java
GeorgeWalker/sbc-cfms
b0e083e5208d8583d598a4f6e74a2866e2c88221
[ "Apache-2.0" ]
null
null
null
26.660767
160
0.643284
15,102
/* * Copyright (C) 2010 {Apertum}Projects. web: www.apertum.ru email: nnheo@example.com * * 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 you...
3e23ae0a6c23a93334b1998fc874bf92fd747438
1,316
java
Java
app/src/main/java/com/lwd/qjtv/mvp/contract/LearnBallContract.java
541660139/qjtv
a2aed5aca0e7a4211226e1a8a6f5e63c4f401fc5
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/lwd/qjtv/mvp/contract/LearnBallContract.java
541660139/qjtv
a2aed5aca0e7a4211226e1a8a6f5e63c4f401fc5
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/lwd/qjtv/mvp/contract/LearnBallContract.java
541660139/qjtv
a2aed5aca0e7a4211226e1a8a6f5e63c4f401fc5
[ "Apache-2.0" ]
null
null
null
29.266667
98
0.776765
15,103
package com.lwd.qjtv.mvp.contract; import com.jess.arms.base.DefaultAdapter; import com.jess.arms.mvp.IModel; import com.jess.arms.mvp.IViewList; import com.tbruyelle.rxpermissions2.RxPermissions; import com.lwd.qjtv.mvp.model.entity.LearnBallBean; import java.util.Map; import io.reactivex.Observable; import retrofi...
3e23b0aa15220c5a6f0321a397c05b3835883ef6
569
java
Java
jactor2-util/src/main/java/org/agilewiki/jactor2/util/durable/FactoryLocator.java
bwzhang2011/JActor2
7915b6e15e09ee5710f7f652ee955f5737000d88
[ "Apache-2.0" ]
1
2017-08-08T03:09:35.000Z
2017-08-08T03:09:35.000Z
jactor2-util/src/main/java/org/agilewiki/jactor2/util/durable/FactoryLocator.java
bwzhang2011/JActor2
7915b6e15e09ee5710f7f652ee955f5737000d88
[ "Apache-2.0" ]
null
null
null
jactor2-util/src/main/java/org/agilewiki/jactor2/util/durable/FactoryLocator.java
bwzhang2011/JActor2
7915b6e15e09ee5710f7f652ee955f5737000d88
[ "Apache-2.0" ]
null
null
null
29.947368
82
0.725835
15,104
package org.agilewiki.jactor2.util.durable; import org.agilewiki.jactor2.util.Ancestor; /** * Locates factories by factory name or factory key, where the key is in the form * factoryName|bundleName|bundleVersion. */ public interface FactoryLocator extends Ancestor { /** * Returns the requested factory. ...
3e23b0cc7c055ec760173057691eb82bb4b95cb5
7,234
java
Java
unleash/src/test/java/com/silvercar/unleash/variant/VariantUtilTest.java
silvercar/unleash-client-kotlin
98d12a20913bc1b91954d525c035cb638ddc1b21
[ "Apache-2.0" ]
8
2020-03-18T20:49:53.000Z
2021-05-06T16:04:49.000Z
unleash/src/test/java/com/silvercar/unleash/variant/VariantUtilTest.java
silvercar/unleash-client-kotlin
98d12a20913bc1b91954d525c035cb638ddc1b21
[ "Apache-2.0" ]
10
2020-03-28T22:04:21.000Z
2021-01-21T11:18:12.000Z
unleash/src/test/java/com/silvercar/unleash/variant/VariantUtilTest.java
silvercar/unleash-client-kotlin
98d12a20913bc1b91954d525c035cb638ddc1b21
[ "Apache-2.0" ]
2
2020-05-26T18:11:39.000Z
2021-12-23T22:14:15.000Z
40.640449
117
0.657589
15,105
package com.silvercar.unleash.variant; import com.silvercar.unleash.ActivationStrategyBuilder; import java.util.Arrays; import java.util.Collections; import com.silvercar.unleash.ActivationStrategy; import com.silvercar.unleash.FeatureToggle; import com.silvercar.unleash.UnleashContext; import com.silvercar.unleash.V...
3e23b3152a90740b3f07e05b69bf2281f41c2436
10,197
java
Java
src/main/java/org/lockss/ws/content/ContentConfigurationServiceImpl.java
lockss/laaws-soap-service
18039114ad8fa9794b171af06472bf0affbc7478
[ "BSD-3-Clause" ]
null
null
null
src/main/java/org/lockss/ws/content/ContentConfigurationServiceImpl.java
lockss/laaws-soap-service
18039114ad8fa9794b171af06472bf0affbc7478
[ "BSD-3-Clause" ]
null
null
null
src/main/java/org/lockss/ws/content/ContentConfigurationServiceImpl.java
lockss/laaws-soap-service
18039114ad8fa9794b171af06472bf0affbc7478
[ "BSD-3-Clause" ]
null
null
null
35.041237
80
0.689615
15,106
/* Copyright (c) 2014-2020 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without li...
3e23b3368370378a8160750d27066a182451e84b
912
java
Java
src/test/java/g1801_1900/s1818_minimum_absolute_sum_difference/SolutionTest.java
jscrdev/LeetCode-in-Java
cb2ec473a6e728e0eafb534518fde41910488d85
[ "MIT" ]
2
2021-12-21T11:30:12.000Z
2022-03-04T09:30:33.000Z
src.save/test/java/g1801_1900/s1818_minimum_absolute_sum_difference/SolutionTest.java
ThanhNIT/LeetCode-in-Java
d1c1eab40db8ef15d69d78dcc55ebb410b4bb5f5
[ "MIT" ]
null
null
null
src.save/test/java/g1801_1900/s1818_minimum_absolute_sum_difference/SolutionTest.java
ThanhNIT/LeetCode-in-Java
d1c1eab40db8ef15d69d78dcc55ebb410b4bb5f5
[ "MIT" ]
null
null
null
27.636364
100
0.52193
15,107
package g1801_1900.s1818_minimum_absolute_sum_difference; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.MatcherAssert.assertThat; import org.junit.jupiter.api.Test; class SolutionTest { @Test void minAbsoluteSumDiff() { assertThat( new Solution().minAbsol...
3e23b3d429c94c89e0d7b156618ae86304fb515b
990
java
Java
src/main/java/top/viewv/database/ConnectInfo.java
fossabot/FeJ
7ecaa7f38081203164488c1cc289d8d1a39920a2
[ "MIT" ]
null
null
null
src/main/java/top/viewv/database/ConnectInfo.java
fossabot/FeJ
7ecaa7f38081203164488c1cc289d8d1a39920a2
[ "MIT" ]
null
null
null
src/main/java/top/viewv/database/ConnectInfo.java
fossabot/FeJ
7ecaa7f38081203164488c1cc289d8d1a39920a2
[ "MIT" ]
null
null
null
19.8
85
0.616162
15,108
package top.viewv.database; import java.io.Serializable; public class ConnectInfo implements Serializable { private String JDBC_DRIVER; private String DB_URL; private String USER; private String PASS; public ConnectInfo(String jdbc_driver, String db_url, String user, String pass) { JDBC_D...
3e23b6ae53bbde3609550ae47572c33acd24e162
3,237
java
Java
app/src/main/java/com/github/stulzm2/selfcare/viewmodel/CategoryViewModel.java
matthewstulz/SelfCareApplication
4fb3cca49ad448a7782e24877888ddf99b81aaf9
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/github/stulzm2/selfcare/viewmodel/CategoryViewModel.java
matthewstulz/SelfCareApplication
4fb3cca49ad448a7782e24877888ddf99b81aaf9
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/github/stulzm2/selfcare/viewmodel/CategoryViewModel.java
matthewstulz/SelfCareApplication
4fb3cca49ad448a7782e24877888ddf99b81aaf9
[ "Apache-2.0" ]
null
null
null
41.5
100
0.679951
15,109
/* Copyright 2019 Matthew Stulz Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distr...
3e23b6e664d9bb1feb2aa0352a3035aee8202fd0
4,088
java
Java
wsdl/AddressService/com/ctl/as/domain/geo/v2/types/response/AddressManagementResponse.java
AngularJS-Angular2-Angular4/angular2-project
f78c95e67bca0e47058289b5c16f53a068f133f3
[ "MIT" ]
1
2017-06-21T11:16:17.000Z
2017-06-21T11:16:17.000Z
wsdl/AddressService/com/ctl/as/domain/geo/v2/types/response/AddressManagementResponse.java
AngularJS-Angular2-Angular4/angular2-project
f78c95e67bca0e47058289b5c16f53a068f133f3
[ "MIT" ]
null
null
null
wsdl/AddressService/com/ctl/as/domain/geo/v2/types/response/AddressManagementResponse.java
AngularJS-Angular2-Angular4/angular2-project
f78c95e67bca0e47058289b5c16f53a068f133f3
[ "MIT" ]
null
null
null
26.374194
102
0.632828
15,110
package com.ctl.as.domain.geo.v2.types.response; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation....
3e23b83a4525dccf8af118d8237f9cc46794de67
1,241
java
Java
src/test/java/com/microsoft/bingads/v13/api/test/entities/negative_site/campaign/site/read/BulkCampaignNegativeSiteReadFromRowValuesCampaignNameTest.java
vtabel7403/BingAds-Java-SDK
8034545104888c147ca73b63d93fcf99b79f9fdf
[ "MIT" ]
30
2016-02-29T03:23:52.000Z
2021-12-10T03:57:30.000Z
src/test/java/com/microsoft/bingads/v13/api/test/entities/negative_site/campaign/site/read/BulkCampaignNegativeSiteReadFromRowValuesCampaignNameTest.java
vtabel7403/BingAds-Java-SDK
8034545104888c147ca73b63d93fcf99b79f9fdf
[ "MIT" ]
61
2016-03-01T02:20:29.000Z
2022-03-25T08:50:56.000Z
src/test/java/com/microsoft/bingads/v13/api/test/entities/negative_site/campaign/site/read/BulkCampaignNegativeSiteReadFromRowValuesCampaignNameTest.java
vtabel7403/BingAds-Java-SDK
8034545104888c147ca73b63d93fcf99b79f9fdf
[ "MIT" ]
37
2016-03-05T00:52:54.000Z
2022-02-18T09:51:01.000Z
32.657895
133
0.705882
15,111
package com.microsoft.bingads.v13.api.test.entities.negative_site.campaign.site.read; import java.util.Arrays; import java.util.Collection; import org.junit.Test; import org.junit.runners.Parameterized.Parameter; import org.junit.runners.Parameterized.Parameters; import com.microsoft.bingads.internal.functionalinter...
3e23b91738274af84e3debb8d9a7b503659d941c
3,169
java
Java
src/main/java/io/pivotal/cf/tester/config/MqttConfig.java
sshcherbakov/cf-service-tester
01aafdcc08b5f4fdc5c4254de2a988734d081d80
[ "Apache-2.0" ]
1
2016-06-22T14:50:54.000Z
2016-06-22T14:50:54.000Z
src/main/java/io/pivotal/cf/tester/config/MqttConfig.java
sshcherbakov/cf-service-tester
01aafdcc08b5f4fdc5c4254de2a988734d081d80
[ "Apache-2.0" ]
null
null
null
src/main/java/io/pivotal/cf/tester/config/MqttConfig.java
sshcherbakov/cf-service-tester
01aafdcc08b5f4fdc5c4254de2a988734d081d80
[ "Apache-2.0" ]
2
2016-06-08T09:01:32.000Z
2019-08-03T05:37:02.000Z
22.963768
71
0.739034
15,112
package io.pivotal.cf.tester.config; import org.eclipse.paho.client.mqttv3.MqttClient; import org.eclipse.paho.client.mqttv3.MqttConnectOptions; import org.eclipse.paho.client.mqttv3.MqttException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; i...
3e23ba6b69461b562fdcfd454b2e00641d78ce78
3,442
java
Java
core/src/main/java/com/google/bitcoin/params/MainNetParams.java
kac-/peercoinj
2708df58b3723853f8a6dda1fd2128794ac2fde2
[ "Apache-2.0" ]
null
null
null
core/src/main/java/com/google/bitcoin/params/MainNetParams.java
kac-/peercoinj
2708df58b3723853f8a6dda1fd2128794ac2fde2
[ "Apache-2.0" ]
null
null
null
core/src/main/java/com/google/bitcoin/params/MainNetParams.java
kac-/peercoinj
2708df58b3723853f8a6dda1fd2128794ac2fde2
[ "Apache-2.0" ]
null
null
null
43.025
118
0.708309
15,113
/* * Copyright 2013 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 i...
3e23bac3969ef0ab0044b534623375ae7f3d22da
1,154
java
Java
supreme_api/src/main/java/web/model/SupSize.java
linmaoshengExt/sup_api
6b30d8817d7d6b4adb43d430a02e9a6bbd779646
[ "MIT" ]
2
2018-07-30T02:40:22.000Z
2018-08-28T01:14:27.000Z
supreme_api/src/main/java/web/model/SupSize.java
linmaoshengExt/sup_api
6b30d8817d7d6b4adb43d430a02e9a6bbd779646
[ "MIT" ]
null
null
null
supreme_api/src/main/java/web/model/SupSize.java
linmaoshengExt/sup_api
6b30d8817d7d6b4adb43d430a02e9a6bbd779646
[ "MIT" ]
null
null
null
19.559322
66
0.633449
15,114
package web.model; import java.io.Serializable; import java.util.Date; public class SupSize implements Serializable { private static final long serialVersionUID = 1L; private String sizeId; private String sizeName; private Integer status; private Date createTime; private Date updateTime; ...
3e23bac41ce4deb487533b6f1aeecf2f65aea5ee
448
java
Java
multi-matcher-core/src/main/java/io/github/richardstartin/multimatcher/core/matchers/MutableNode.java
paulbares/multi-matcher
95d4056e327e26f87e4ba233da7a04b7cb907e49
[ "Apache-2.0" ]
53
2018-04-19T19:51:42.000Z
2019-10-09T08:03:58.000Z
multi-matcher-core/src/main/java/io/github/richardstartin/multimatcher/core/matchers/MutableNode.java
paulbares/multi-matcher
95d4056e327e26f87e4ba233da7a04b7cb907e49
[ "Apache-2.0" ]
28
2018-04-21T18:05:15.000Z
2019-09-24T20:04:22.000Z
multi-matcher-core/src/main/java/io/github/richardstartin/multimatcher/core/matchers/MutableNode.java
paulbares/multi-matcher
95d4056e327e26f87e4ba233da7a04b7cb907e49
[ "Apache-2.0" ]
8
2020-02-09T11:11:50.000Z
2021-07-16T01:24:29.000Z
29.866667
75
0.774554
15,115
package io.github.richardstartin.multimatcher.core.matchers; import io.github.richardstartin.multimatcher.core.Mask; import io.github.richardstartin.multimatcher.core.Operation; import java.util.Map; public interface MutableNode<Input, MaskType extends Mask<MaskType>> { ClassificationNode<Input, MaskType> freeze...
3e23badc5576070de0649ca05e478c4969dfc475
1,552
java
Java
src/michal/szymanski/util/Arrays.java
Fantazjatyk/michal.szymanski.util
9cafda00750e4a672cbac8a3aa54e95a30e72fe9
[ "MIT" ]
null
null
null
src/michal/szymanski/util/Arrays.java
Fantazjatyk/michal.szymanski.util
9cafda00750e4a672cbac8a3aa54e95a30e72fe9
[ "MIT" ]
null
null
null
src/michal/szymanski/util/Arrays.java
Fantazjatyk/michal.szymanski.util
9cafda00750e4a672cbac8a3aa54e95a30e72fe9
[ "MIT" ]
null
null
null
38.585366
80
0.725032
15,116
/* * The MIT License * * Copyright 2017 Michał Szymański, kontakt: efpyi@example.com. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitati...
3e23baf8eb87546223db32832215e3bd96d0ec05
422
java
Java
src/main/java/edu/fiuba/algo3/controlador/AvanzarAProximaPreguntaHandler.java
juandefiuba/TP2-AlgoIII-2c2020
969ee76dca414432dbb8e64114f2d113dcb04058
[ "MIT" ]
2
2020-07-21T04:42:44.000Z
2020-07-24T08:48:44.000Z
src/main/java/edu/fiuba/algo3/controlador/AvanzarAProximaPreguntaHandler.java
juandefiuba/TP2-AlgoIII-2c2020
969ee76dca414432dbb8e64114f2d113dcb04058
[ "MIT" ]
31
2020-07-27T17:36:06.000Z
2020-08-31T21:16:10.000Z
src/main/java/edu/fiuba/algo3/controlador/AvanzarAProximaPreguntaHandler.java
juandefiuba/TP2-AlgoIII-2c2020
969ee76dca414432dbb8e64114f2d113dcb04058
[ "MIT" ]
1
2020-07-20T22:46:19.000Z
2020-07-20T22:46:19.000Z
20.095238
82
0.793839
15,117
package edu.fiuba.algo3.controlador; import edu.fiuba.algo3.modelo.Kahoot; import javafx.event.ActionEvent; import javafx.event.EventHandler; public class AvanzarAProximaPreguntaHandler implements EventHandler<ActionEvent> { private Kahoot kahoot; public AvanzarAProximaPreguntaHandler(Kahoot kahoot) { this.kaho...
3e23bb66cc8a78d074b14492daa84361c8abc4f2
831
java
Java
src/lang/psi/symbols/LuaLocalIdentifier.java
shensky711/Lua-For-IDEA
260be240a0b4b72f850c79fc46bd5be290686887
[ "Apache-2.0" ]
54
2015-01-01T15:18:13.000Z
2022-01-30T21:29:04.000Z
src/main/java/com/sylvanaar/idea/Lua/lang/psi/symbols/LuaLocalIdentifier.java
internetisalie/lua-for-idea
0590a7141d5ac5641cd7e4110666d588604786f7
[ "Apache-2.0" ]
27
2015-09-11T06:18:14.000Z
2021-10-05T18:07:30.000Z
src/main/java/com/sylvanaar/idea/Lua/lang/psi/symbols/LuaLocalIdentifier.java
internetisalie/lua-for-idea
0590a7141d5ac5641cd7e4110666d588604786f7
[ "Apache-2.0" ]
18
2015-02-07T08:33:50.000Z
2022-03-28T07:17:17.000Z
30.777778
76
0.708785
15,118
/* * Copyright 2011 Jon S Akhtar (Sylvanaar) * * 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...
3e23bcea2579df3593db4e0a2c04b51a684ba97b
5,167
java
Java
ICareOld/src/com/ftfl/icareprofile/ViewProfileActivity.java
FTFL02-ANDROID/julkarnine
3bf37b971098c1a2d3b884fa1f0e2ca91bc6662d
[ "Apache-2.0" ]
null
null
null
ICareOld/src/com/ftfl/icareprofile/ViewProfileActivity.java
FTFL02-ANDROID/julkarnine
3bf37b971098c1a2d3b884fa1f0e2ca91bc6662d
[ "Apache-2.0" ]
null
null
null
ICareOld/src/com/ftfl/icareprofile/ViewProfileActivity.java
FTFL02-ANDROID/julkarnine
3bf37b971098c1a2d3b884fa1f0e2ca91bc6662d
[ "Apache-2.0" ]
null
null
null
27.77957
81
0.760209
15,119
package com.ftfl.icareprofile; import android.app.Activity; import android.content.Intent; import android.content.SharedPreferences; import android.content.SharedPreferences.Editor; import android.os.Bundle; import android.view.Menu; import android.view.MenuInflater; import android.view.MenuItem; import android.view.V...
3e23be196e639524c9b17ebe62906f77eaf1172c
1,511
java
Java
eos-abi-writer-preprocessor/src/main/java/io/golos/commun4j/abi/writer/preprocessor/model/AbiModel.java
communcom/commun4j
094194b9e6e01ff0be4bce83559ae678bbeb055d
[ "MIT" ]
1
2020-10-22T17:04:38.000Z
2020-10-22T17:04:38.000Z
eos-abi-writer-preprocessor/src/main/java/io/golos/commun4j/abi/writer/preprocessor/model/AbiModel.java
communcom/commun4j
094194b9e6e01ff0be4bce83559ae678bbeb055d
[ "MIT" ]
null
null
null
eos-abi-writer-preprocessor/src/main/java/io/golos/commun4j/abi/writer/preprocessor/model/AbiModel.java
communcom/commun4j
094194b9e6e01ff0be4bce83559ae678bbeb055d
[ "MIT" ]
4
2020-10-25T13:55:33.000Z
2021-03-01T12:37:43.000Z
29.057692
89
0.673064
15,120
/** * Copyright 2013-present memtrip LTD. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable...
3e23be907d17a04febbfcdda1d4241df0b208ca0
521
java
Java
src/main/java/com/intel/rfid/api/gpio/GPIOConnectResponse.java
john-belstner/rsp-sw-toolkit-gw
076821f07777c9f0a59e7bb5b7793b0cd4a1f120
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
src/main/java/com/intel/rfid/api/gpio/GPIOConnectResponse.java
john-belstner/rsp-sw-toolkit-gw
076821f07777c9f0a59e7bb5b7793b0cd4a1f120
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
src/main/java/com/intel/rfid/api/gpio/GPIOConnectResponse.java
john-belstner/rsp-sw-toolkit-gw
076821f07777c9f0a59e7bb5b7793b0cd4a1f120
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
20.84
60
0.660269
15,121
/* * Copyright (C) 2018 Intel Corporation * SPDX-License-Identifier: BSD-3-Clause */ package com.intel.rfid.api.gpio; import com.intel.rfid.api.JsonResponseOK; public class GPIOConnectResponse extends JsonResponseOK { public GPIOConnectResponse(String _id, long _currTime) { super(_id, Boolean.TRUE); ...
3e23bf725d64ff02c8794198245d9a6bbd5322d9
2,313
java
Java
src/main/java/com/lhkbob/imaje/color/icc/reader/UInt32ArrayTypeParser.java
lhkbob/imaje
fa5b8693c1edc7231305d77da60c7fa94a287d15
[ "BSD-3-Clause" ]
null
null
null
src/main/java/com/lhkbob/imaje/color/icc/reader/UInt32ArrayTypeParser.java
lhkbob/imaje
fa5b8693c1edc7231305d77da60c7fa94a287d15
[ "BSD-3-Clause" ]
null
null
null
src/main/java/com/lhkbob/imaje/color/icc/reader/UInt32ArrayTypeParser.java
lhkbob/imaje
fa5b8693c1edc7231305d77da60c7fa94a287d15
[ "BSD-3-Clause" ]
null
null
null
37.306452
81
0.745352
15,122
/* * BSD 3-Clause License - imaJe * * Copyright (c) 2016, Michael Ludwig * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyrig...
3e23bf9fe7c6bd2e5c5aa1d46747a8b64445d579
1,351
java
Java
Studentappmessenger/app/src/main/java/com/example/studentappmessenger/notifications/Data.java
Cyber-Paradox/Stundent-social-APP
7b29103896ad56dd03a7dd1bcb68507b4def3ed2
[ "Apache-2.0" ]
null
null
null
Studentappmessenger/app/src/main/java/com/example/studentappmessenger/notifications/Data.java
Cyber-Paradox/Stundent-social-APP
7b29103896ad56dd03a7dd1bcb68507b4def3ed2
[ "Apache-2.0" ]
null
null
null
Studentappmessenger/app/src/main/java/com/example/studentappmessenger/notifications/Data.java
Cyber-Paradox/Stundent-social-APP
7b29103896ad56dd03a7dd1bcb68507b4def3ed2
[ "Apache-2.0" ]
null
null
null
19.867647
109
0.598075
15,123
package com.example.studentappmessenger.notifications; public class Data { private String user, body, title, sent,notificationType; private Integer icon; //public Data() { } public Data(String user, String body, String title, String sent, String notificationType, Integer icon) { this.user =...
3e23c148d042bc7c31bed6349bb7c9fdbe044364
1,434
java
Java
tesuto-common-domain/src/main/java/org/cccnext/tesuto/admin/dto/CollegeAssociatedUser.java
apereo-tesuto/tesuto
90ed26311b1baa15cd90d67bb55e7d4c613bdc53
[ "Apache-2.0" ]
4
2020-06-17T16:44:40.000Z
2020-08-20T18:36:40.000Z
tesuto-common-domain/src/main/java/org/cccnext/tesuto/admin/dto/CollegeAssociatedUser.java
apereo-tesuto/tesuto
90ed26311b1baa15cd90d67bb55e7d4c613bdc53
[ "Apache-2.0" ]
1
2020-12-22T20:56:35.000Z
2020-12-22T20:56:35.000Z
tesuto-common-domain/src/main/java/org/cccnext/tesuto/admin/dto/CollegeAssociatedUser.java
apereo-tesuto/tesuto
90ed26311b1baa15cd90d67bb55e7d4c613bdc53
[ "Apache-2.0" ]
1
2019-11-21T21:04:26.000Z
2019-11-21T21:04:26.000Z
30.510638
80
0.635286
15,124
/******************************************************************************* * Copyright © 2019 by California Community Colleges Chancellor's Office * * 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 * o...
3e23c25c5fd069afad50816d598ff91f508b0e1c
1,652
java
Java
src/main/java/freeman/ollie/analysis/FileContentAnalysisTask.java
olliefreeman/word-analyser
dc12765ede267350107ae90abedfdcb9583680a9
[ "Apache-2.0" ]
null
null
null
src/main/java/freeman/ollie/analysis/FileContentAnalysisTask.java
olliefreeman/word-analyser
dc12765ede267350107ae90abedfdcb9583680a9
[ "Apache-2.0" ]
null
null
null
src/main/java/freeman/ollie/analysis/FileContentAnalysisTask.java
olliefreeman/word-analyser
dc12765ede267350107ae90abedfdcb9583680a9
[ "Apache-2.0" ]
null
null
null
31.169811
100
0.645278
15,125
package freeman.ollie.analysis; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.RecursiveTask; import java.util.stream.Collectors; /** * @since 09/09/2019 */ public class FileContentAnalysisTask extends Recu...
3e23c27968de607654f34a9c7882d1ff8215ebaa
1,272
java
Java
demo/producer/src/main/java/com/l/library/demo/producer/config/SwaggerConfig.java
cisincere/librarymanagement
05e669b56bbe4afe8b078250c8a84055a611d31e
[ "Apache-2.0" ]
null
null
null
demo/producer/src/main/java/com/l/library/demo/producer/config/SwaggerConfig.java
cisincere/librarymanagement
05e669b56bbe4afe8b078250c8a84055a611d31e
[ "Apache-2.0" ]
9
2020-04-23T20:27:05.000Z
2021-12-09T21:57:48.000Z
demo/producer/src/main/java/com/l/library/demo/producer/config/SwaggerConfig.java
cisincere/librarymanagement
05e669b56bbe4afe8b078250c8a84055a611d31e
[ "Apache-2.0" ]
null
null
null
35.333333
84
0.699686
15,126
package com.l.library.demo.producer.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import springfox.documentation.builders.ApiInfoBuilder; import springfox.documentation.builders.PathSelectors; import springfox.documentation.builders.RequestHand...
3e23c33a84e115399e188d2f96a3648eb22d0718
567
java
Java
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/pd/service/IPdPurchaseOrderMergeDetailService.java
ds462716/jeecg-boot-master
7a654dcf15d94ceae43f8c5eb9797be0e82b8966
[ "Apache-2.0" ]
1
2022-02-18T15:20:24.000Z
2022-02-18T15:20:24.000Z
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/pd/service/IPdPurchaseOrderMergeDetailService.java
ds462716/jeecg-boot-master
7a654dcf15d94ceae43f8c5eb9797be0e82b8966
[ "Apache-2.0" ]
null
null
null
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/pd/service/IPdPurchaseOrderMergeDetailService.java
ds462716/jeecg-boot-master
7a654dcf15d94ceae43f8c5eb9797be0e82b8966
[ "Apache-2.0" ]
1
2021-08-30T07:10:07.000Z
2021-08-30T07:10:07.000Z
27
113
0.813051
15,127
package org.jeecg.modules.pd.service; import com.baomidou.mybatisplus.extension.service.IService; import org.jeecg.modules.pd.entity.PdPurchaseOrderMergeDetail; import java.util.List; /** * @Description: 合并申购明细表 * @Author: mcb * @Date: 2020-03-20 * @Version: V1.0 */ public interface IPdPurchaseOrderMergeDetai...
3e23c47bfa2ca7b2b01f620878c6e72ac068d00c
3,452
java
Java
frontend/src/Shell/CompileTask.java
llandis/DESim
c6718b81147bb7f48568d94cecf478c9608da418
[ "MIT" ]
14
2021-01-19T19:22:58.000Z
2022-03-09T22:47:59.000Z
frontend/src/Shell/CompileTask.java
llandis/DESim
c6718b81147bb7f48568d94cecf478c9608da418
[ "MIT" ]
1
2021-09-09T11:17:55.000Z
2021-09-09T11:17:55.000Z
frontend/src/Shell/CompileTask.java
llandis/DESim
c6718b81147bb7f48568d94cecf478c9608da418
[ "MIT" ]
8
2021-01-25T20:13:01.000Z
2021-12-15T16:44:00.000Z
35.958333
110
0.602549
15,128
// Copyright (c) 2020 FPGAcademy // Please see license at https://github.com/fpgacademy/DESim package Shell; import GUI.ButtonConfigs; import GUI.Main; import GUI.windows.Message; import GUI.windows.MessageType; import javafx.stage.Stage; import java.util.Locale; public class CompileTask extends ShellTask { // ...
3e23c61a8b9d2773f5e819aca50bd3237ab23474
1,293
java
Java
server/app/org/grouplens/samantha/modeler/model/SpaceModel.java
qzhao2018/samantha
da422556d7dbf8de456c0078fc1950d686e4b559
[ "MIT" ]
75
2017-02-16T06:39:13.000Z
2022-03-22T12:12:57.000Z
server/app/org/grouplens/samantha/modeler/model/SpaceModel.java
qzhao2018/samantha
da422556d7dbf8de456c0078fc1950d686e4b559
[ "MIT" ]
8
2017-04-18T02:05:04.000Z
2022-02-10T00:02:03.000Z
server/app/org/grouplens/samantha/modeler/model/SpaceModel.java
qzhao2018/samantha
da422556d7dbf8de456c0078fc1950d686e4b559
[ "MIT" ]
31
2017-02-01T21:20:39.000Z
2021-09-24T21:54:11.000Z
43.1
81
0.764114
15,129
/* * Copyright (c) [2016-2018] [University of Minnesota] * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, m...
3e23c83b6919791d652fc0955398302e84dc3e65
3,768
java
Java
core/src/test/java/peapod/inheritance/InheritanceTest.java
bayofmany/peapod
46ca0a8a19b5e57158abfb1ca9fa1c6811c6da11
[ "Apache-2.0" ]
43
2015-02-04T22:44:48.000Z
2021-05-08T19:45:08.000Z
core/src/test/java/peapod/inheritance/InheritanceTest.java
bayofmany/peapod
46ca0a8a19b5e57158abfb1ca9fa1c6811c6da11
[ "Apache-2.0" ]
14
2015-06-19T14:31:22.000Z
2021-03-31T18:59:42.000Z
core/src/test/java/peapod/inheritance/InheritanceTest.java
bayofmany/peapod
46ca0a8a19b5e57158abfb1ca9fa1c6811c6da11
[ "Apache-2.0" ]
13
2015-06-27T11:49:27.000Z
2018-01-29T07:24:28.000Z
37.306931
109
0.658439
15,130
/* * Copyright 2015 Bay of Many * * 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 la...
3e23c87c10feeaad89b134ae9e31e95fa300cc5a
1,088
java
Java
com/owens/oobjloader/builder/VertexGeometric.java
SeifMostafa/Utility
efd7e77fe1c7d438aa2ee358e0b9807d221f2139
[ "Unlicense" ]
145
2017-03-03T13:14:38.000Z
2022-03-09T19:05:05.000Z
com/owens/oobjloader/builder/VertexGeometric.java
SeifMostafa/Utility
efd7e77fe1c7d438aa2ee358e0b9807d221f2139
[ "Unlicense" ]
337
2017-03-11T00:26:55.000Z
2022-03-30T03:07:38.000Z
com/owens/oobjloader/builder/VertexGeometric.java
SeifMostafa/Utility
efd7e77fe1c7d438aa2ee358e0b9807d221f2139
[ "Unlicense" ]
254
2017-03-11T00:19:46.000Z
2022-02-25T08:18:02.000Z
30.222222
73
0.63511
15,131
package com.owens.oobjloader.builder; // This code was written by myself, Sean R. Owens, sean at guild dot net, // and is released to the public domain. Share and enjoy. Since some // people argue that it is impossible to release software to the public // domain, you are also free to use this code under any version of...
3e23c8a8ddb37a1d96fb312a1d62ad77e45c4743
6,567
java
Java
src/main/java/com/codepoetics/navn/Name.java
poetix/navn
f778f35aaaf4363732f44694347a573fd7892396
[ "MIT" ]
2
2015-03-06T21:14:47.000Z
2015-03-09T16:11:11.000Z
src/main/java/com/codepoetics/navn/Name.java
poetix/navn
f778f35aaaf4363732f44694347a573fd7892396
[ "MIT" ]
null
null
null
src/main/java/com/codepoetics/navn/Name.java
poetix/navn
f778f35aaaf4363732f44694347a573fd7892396
[ "MIT" ]
null
null
null
29.316964
120
0.631643
15,132
package com.codepoetics.navn; import com.codepoetics.protonpack.StreamUtils; import com.codepoetics.protonpack.Streamable; import java.util.*; import java.util.function.Function; import java.util.function.Predicate; import java.util.function.UnaryOperator; import java.util.stream.Collector; import java.util.stream.Co...
3e23c8b60581c73741b07bffa1157b3cb3d90c2b
1,387
java
Java
Java/CesiumLanguageWriterTests/src/agi/foundation/compatibility/TestContextRule.java
AnalyticalGraphicsInc/czml-writer
8a5c3b4118058923fcb0f39e3ddd35c936c13fc0
[ "Apache-2.0" ]
266
2015-02-05T15:43:16.000Z
2022-03-29T07:42:52.000Z
Java/CesiumLanguageWriterTests/src/agi/foundation/compatibility/TestContextRule.java
lvbowen/czml-writer
6c899902b05883540b3736d93d5b5570121bbee8
[ "Apache-2.0" ]
51
2015-06-29T09:58:50.000Z
2022-01-05T22:45:45.000Z
Java/CesiumLanguageWriterTests/src/agi/foundation/compatibility/TestContextRule.java
lvbowen/czml-writer
6c899902b05883540b3736d93d5b5570121bbee8
[ "Apache-2.0" ]
120
2015-01-19T16:29:44.000Z
2022-03-31T01:04:51.000Z
33.02381
84
0.564528
15,133
package agi.foundation.compatibility; import org.junit.rules.TestRule; import org.junit.runner.Description; import org.junit.runners.model.Statement; import agi.foundation.compatibility.TestContext.TestAdapter; public final class TestContextRule implements TestRule { @Override public Statement apply(Statemen...
3e23c92cbe1c1cfc64737b25153142af4bd34368
2,116
java
Java
optimization-samples/src/main/java/fr/vergne/optimization/TSP/PathIncubator.java
matthieu-vergne/Optimization
5639af1563c8fe982641aaf2f5822b17525fafd6
[ "CC0-1.0" ]
3
2015-04-27T10:04:13.000Z
2017-09-25T12:28:55.000Z
optimization-samples/src/main/java/fr/vergne/optimization/TSP/PathIncubator.java
matthieu-vergne/Optimization
5639af1563c8fe982641aaf2f5822b17525fafd6
[ "CC0-1.0" ]
null
null
null
optimization-samples/src/main/java/fr/vergne/optimization/TSP/PathIncubator.java
matthieu-vergne/Optimization
5639af1563c8fe982641aaf2f5822b17525fafd6
[ "CC0-1.0" ]
2
2017-09-25T12:28:56.000Z
2021-12-01T02:02:02.000Z
27.128205
71
0.692344
15,134
package fr.vergne.optimization.TSP; import java.util.Arrays; import java.util.Collection; import java.util.Comparator; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; import fr.vergne.optimization.TSP.path.AbstractPath; import fr.vergne.optimization.TSP.path.AbstractPat...
3e23c937acc0dde73cc839cfc4a6a968dfd45779
4,163
java
Java
mas-connecta/src/main/java/com/ca/mas/connecta/client/GatewayMqttConnecta.java
Prathamesh94/Andriod-MAS-SDK
a0895a504c02faac5662f769d48b11bdf0060852
[ "MIT" ]
13
2016-11-01T20:03:06.000Z
2020-01-09T19:52:37.000Z
mas-connecta/src/main/java/com/ca/mas/connecta/client/GatewayMqttConnecta.java
Prathamesh94/Andriod-MAS-SDK
a0895a504c02faac5662f769d48b11bdf0060852
[ "MIT" ]
41
2016-09-28T19:54:23.000Z
2021-09-29T09:43:31.000Z
mas-connecta/src/main/java/com/ca/mas/connecta/client/GatewayMqttConnecta.java
Prathamesh94/Andriod-MAS-SDK
a0895a504c02faac5662f769d48b11bdf0060852
[ "MIT" ]
31
2016-08-25T17:14:20.000Z
2022-01-28T07:14:54.000Z
36.2
131
0.637761
15,135
/* * Copyright (c) 2016 CA. All rights reserved. * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ package com.ca.mas.connecta.client; import android.os.Handler; import android.util.Log; import com.ca.mas.connecta.util.ConnectaConsts; i...
3e23c9873bf0b90500d03cc03d70e1586a64a87f
1,496
java
Java
Exareme-Docker/src/exareme/exareme-master/src/main/java/madgik/exareme/master/queryProcessor/decomposer/query/visitors/BaseTableCrawlerVisitor.java
tchamabe1979/exareme
462983e4feec7808e1fd447d02901502588a8879
[ "MIT" ]
null
null
null
Exareme-Docker/src/exareme/exareme-master/src/main/java/madgik/exareme/master/queryProcessor/decomposer/query/visitors/BaseTableCrawlerVisitor.java
tchamabe1979/exareme
462983e4feec7808e1fd447d02901502588a8879
[ "MIT" ]
null
null
null
Exareme-Docker/src/exareme/exareme-master/src/main/java/madgik/exareme/master/queryProcessor/decomposer/query/visitors/BaseTableCrawlerVisitor.java
tchamabe1979/exareme
462983e4feec7808e1fd447d02901502588a8879
[ "MIT" ]
null
null
null
26.245614
82
0.687166
15,136
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package madgik.exareme.master.queryProcessor.decomposer.query.visitors; import com.foundationdb.sql.StandardException; import com.foundationdb.sql.parser.FromBaseTable; import com.foundationdb.sql.parser.Visitable; impo...
3e23cbdcd2c75c40719b9b4f394f62f5bef50f31
1,353
java
Java
socket-toolkit-jt808-starter/src/main/java/io/github/nichetoolkit/socket/handler/Jt0x0108Handler.java
NicheToolkit/socket-toolkit
7d31065f4770da195fd41f1c77160dfbd75bb2ae
[ "Apache-2.0" ]
null
null
null
socket-toolkit-jt808-starter/src/main/java/io/github/nichetoolkit/socket/handler/Jt0x0108Handler.java
NicheToolkit/socket-toolkit
7d31065f4770da195fd41f1c77160dfbd75bb2ae
[ "Apache-2.0" ]
null
null
null
socket-toolkit-jt808-starter/src/main/java/io/github/nichetoolkit/socket/handler/Jt0x0108Handler.java
NicheToolkit/socket-toolkit
7d31065f4770da195fd41f1c77160dfbd75bb2ae
[ "Apache-2.0" ]
null
null
null
35.710526
113
0.755343
15,137
package io.github.nichetoolkit.socket.handler; import io.github.nichetoolkit.socket.server.SocketPackage; import io.github.nichetoolkit.socket.server.handler.SocketPackageHandler; import io.github.nichetoolkit.socket.service.Jt808DataService; import io.github.nichetoolkit.socket.util.ByteHexUtils; import io.github.nic...
3e23cc817d0049d6e03ed6c3177c11078521efb6
1,282
java
Java
thirdeye/thirdeye-detector/src/main/java/com/linkedin/thirdeye/function/AnomalyFunction.java
Hanmourang/Pinot
85204d140c34470a948e000a8562b87c0cc3f1d7
[ "Apache-2.0" ]
17
2015-11-27T15:56:18.000Z
2020-11-17T12:38:17.000Z
thirdeye/thirdeye-detector/src/main/java/com/linkedin/thirdeye/function/AnomalyFunction.java
Hanmourang/Pinot
85204d140c34470a948e000a8562b87c0cc3f1d7
[ "Apache-2.0" ]
null
null
null
thirdeye/thirdeye-detector/src/main/java/com/linkedin/thirdeye/function/AnomalyFunction.java
Hanmourang/Pinot
85204d140c34470a948e000a8562b87c0cc3f1d7
[ "Apache-2.0" ]
10
2015-12-30T07:50:16.000Z
2019-10-31T03:13:23.000Z
33.736842
83
0.681747
15,138
package com.linkedin.thirdeye.function; import com.linkedin.thirdeye.api.*; import org.joda.time.DateTime; import java.util.List; import java.util.Properties; public interface AnomalyFunction { /** Initializes this function with its configuration, call before analyze */ void init(AnomalyFunctionSpec spec) throws...
3e23cdcf13c531bc6494e6b76a4de54106e66dc1
489
java
Java
gmall-ums/src/main/java/com/atguigu/gmall/ums/service/GrowthChangeHistoryService.java
liangbin243533/gmall
c5ff7c039520efa5e20f50b7d73242ade19976e2
[ "Apache-2.0" ]
null
null
null
gmall-ums/src/main/java/com/atguigu/gmall/ums/service/GrowthChangeHistoryService.java
liangbin243533/gmall
c5ff7c039520efa5e20f50b7d73242ade19976e2
[ "Apache-2.0" ]
null
null
null
gmall-ums/src/main/java/com/atguigu/gmall/ums/service/GrowthChangeHistoryService.java
liangbin243533/gmall
c5ff7c039520efa5e20f50b7d73242ade19976e2
[ "Apache-2.0" ]
null
null
null
23.190476
89
0.788501
15,139
package com.atguigu.gmall.ums.service; import com.baomidou.mybatisplus.extension.service.IService; import com.atguigu.gmall.ums.entity.GrowthChangeHistoryEntity; import com.atguigu.core.bean.PageVo; import com.atguigu.core.bean.QueryCondition; /** * 成长值变化历史记录 * * @author lixianfeng * @email anpch@example.com * ...
3e23cdf18eaf74d208e643d1605c6650eacf2cc5
14,282
java
Java
oscm-app-common-unittests/javasrc/org/oscm/app/common/InitializerTest.java
srinathjiinfotach/billingdevelopment
564e66593c9d272b8e04804410b633bc089aa203
[ "Apache-2.0" ]
56
2015-10-06T15:09:39.000Z
2021-08-09T01:18:03.000Z
oscm-app-common-unittests/javasrc/org/oscm/app/common/InitializerTest.java
srinathjiinfotach/billingdevelopment
564e66593c9d272b8e04804410b633bc089aa203
[ "Apache-2.0" ]
845
2016-02-10T14:06:17.000Z
2020-10-20T07:44:09.000Z
oscm-app-common-unittests/javasrc/org/oscm/app/common/InitializerTest.java
srinathjiinfotach/billingdevelopment
564e66593c9d272b8e04804410b633bc089aa203
[ "Apache-2.0" ]
41
2015-10-22T14:22:23.000Z
2022-03-18T07:55:15.000Z
32.832184
88
0.564627
15,140
/******************************************************************************* * * Copyright FUJITSU LIMITED 2017 * *...
3e23d0f87e142bbbac1620f1fed822f787e0f4c8
5,665
java
Java
src/main/java/org/jabref/gui/SaveOrderConfigDisplay.java
1160300311/jabref
e210af613c6d74c0d2a5aafb09b88db4ea3af8ac
[ "MIT" ]
null
null
null
src/main/java/org/jabref/gui/SaveOrderConfigDisplay.java
1160300311/jabref
e210af613c6d74c0d2a5aafb09b88db4ea3af8ac
[ "MIT" ]
null
null
null
src/main/java/org/jabref/gui/SaveOrderConfigDisplay.java
1160300311/jabref
e210af613c6d74c0d2a5aafb09b88db4ea3af8ac
[ "MIT" ]
null
null
null
39.894366
108
0.708914
15,141
package org.jabref.gui; import com.jgoodies.forms.builder.FormBuilder; import com.jgoodies.forms.layout.FormLayout; import java.util.Collections; import java.util.List; import java.util.Locale; import java.util.Objects; import javafx.collections.FXCollections; import javafx.scene.Node; import javafx.scene.control.Ch...
3e23d1080000da82aed3c08c3819dd720b68bbf3
315
java
Java
Chapter07/spring-boot-in-memory-basic-authentication_with_cors/src/main/java/com/packtpub/book/ch07/springsecurity/Run.java
olezhuravlev/Hands-On-Spring-Security-5-for-Reactive-Applications
b1255fc084b94ed46aa4d54e99d48b1dbee9ee56
[ "MIT" ]
97
2018-08-01T00:34:53.000Z
2022-03-27T19:05:50.000Z
Chapter07/spring-boot-in-memory-basic-authentication_with_cors/src/main/java/com/packtpub/book/ch07/springsecurity/Run.java
olezhuravlev/Hands-On-Spring-Security-5-for-Reactive-Applications
b1255fc084b94ed46aa4d54e99d48b1dbee9ee56
[ "MIT" ]
7
2018-11-29T04:34:40.000Z
2022-03-31T22:48:29.000Z
Chapter07/spring-boot-in-memory-basic-authentication_with_cors/src/main/java/com/packtpub/book/ch07/springsecurity/Run.java
olezhuravlev/Hands-On-Spring-Security-5-for-Reactive-Applications
b1255fc084b94ed46aa4d54e99d48b1dbee9ee56
[ "MIT" ]
89
2018-08-17T15:49:29.000Z
2022-03-27T19:10:53.000Z
21
68
0.774603
15,142
package com.packtpub.book.ch07.springsecurity; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class Run { public static void main(String[] args) { SpringApplication.run(Run.class, args); } }
3e23d2709e80e7042c43772056b2904cca97cdd7
117
java
Java
ControlePonto/src/main/java/br/com/senai/fatesg/controleponto/entidade/EnumPapelUsuario.java
ark-sistemas/cg-ponto-web
241d5f11d23733fecac0bc8091e48d901a0b4b61
[ "Apache-2.0" ]
null
null
null
ControlePonto/src/main/java/br/com/senai/fatesg/controleponto/entidade/EnumPapelUsuario.java
ark-sistemas/cg-ponto-web
241d5f11d23733fecac0bc8091e48d901a0b4b61
[ "Apache-2.0" ]
null
null
null
ControlePonto/src/main/java/br/com/senai/fatesg/controleponto/entidade/EnumPapelUsuario.java
ark-sistemas/cg-ponto-web
241d5f11d23733fecac0bc8091e48d901a0b4b61
[ "Apache-2.0" ]
1
2022-02-18T22:24:31.000Z
2022-02-18T22:24:31.000Z
11.7
51
0.700855
15,143
package br.com.senai.fatesg.controleponto.entidade; public enum EnumPapelUsuario { ADMIN, USUARIO; }
3e23d2a00187caa18cc9fdab84e4446c07c6cdd0
541
java
Java
SillyChildTrave/app/src/main/java/com/yinglan/sct/main/ActivityContract.java
921668753/SillyChildTravel-Android
eb2574bf1bb5934b3efbc7cb87f0a8ec3bbfa03f
[ "Apache-2.0" ]
null
null
null
SillyChildTrave/app/src/main/java/com/yinglan/sct/main/ActivityContract.java
921668753/SillyChildTravel-Android
eb2574bf1bb5934b3efbc7cb87f0a8ec3bbfa03f
[ "Apache-2.0" ]
null
null
null
SillyChildTrave/app/src/main/java/com/yinglan/sct/main/ActivityContract.java
921668753/SillyChildTravel-Android
eb2574bf1bb5934b3efbc7cb87f0a8ec3bbfa03f
[ "Apache-2.0" ]
null
null
null
16.393939
56
0.630314
15,144
package com.yinglan.sct.main; import android.content.Context; import com.common.cklibrary.common.BasePresenter; import com.common.cklibrary.common.BaseView; /** * Created by ruitu on 2016/9/24. */ public interface ActivityContract { interface Presenter extends BasePresenter { /** * 获取活动首页 ...
3e23d3a0c295d8bb4368394ab85ceeb9fae5ffe2
31,753
java
Java
src/rina/flowAllocator/impl/FlowAllocatorImpl.java
flavioesposito/catena
d43cf7e3e5fb9b158c707b1183eaa27e72b6ea24
[ "MIT" ]
1
2017-11-30T03:33:29.000Z
2017-11-30T03:33:29.000Z
src/rina/flowAllocator/impl/FlowAllocatorImpl.java
flavioesposito/catena
d43cf7e3e5fb9b158c707b1183eaa27e72b6ea24
[ "MIT" ]
null
null
null
src/rina/flowAllocator/impl/FlowAllocatorImpl.java
flavioesposito/catena
d43cf7e3e5fb9b158c707b1183eaa27e72b6ea24
[ "MIT" ]
null
null
null
27.515598
180
0.685101
15,145
/** * @copyright 2012 Computer Science Department, Recursive InterNetworking Architecture (RINA) laboratory, Boston University. * All rights reserved. Permission to use, copy, modify, and distribute this software and its documentation * for any purpose and without fee is hereby granted, provided that the above copy...
3e23d3e14b6f9d1dcb85e92e6bd320d54f197980
1,624
java
Java
src/main/java/org/trypticon/luceneupgrader/lucene5/internal/lucene/search/DocTermOrdsRewriteMethod.java
tonysun83/luceneupgrader
78ba2823e872baa4e08d7f15bdfdbe5811530abd
[ "Apache-2.0" ]
1
2021-07-06T07:11:27.000Z
2021-07-06T07:11:27.000Z
src/main/java/org/trypticon/luceneupgrader/lucene5/internal/lucene/search/DocTermOrdsRewriteMethod.java
tonysun83/luceneupgrader
78ba2823e872baa4e08d7f15bdfdbe5811530abd
[ "Apache-2.0" ]
3
2017-01-12T23:30:18.000Z
2019-02-20T00:17:21.000Z
src/main/java/org/trypticon/luceneupgrader/lucene5/internal/lucene/search/DocTermOrdsRewriteMethod.java
tonysun83/luceneupgrader
78ba2823e872baa4e08d7f15bdfdbe5811530abd
[ "Apache-2.0" ]
1
2021-12-21T21:50:57.000Z
2021-12-21T21:50:57.000Z
33.833333
96
0.747537
15,146
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3e23d44844753c67a89aafe6ec950404a73e42bd
316
java
Java
NetSimulation/src/com/b14/view/menubars/MenuBarCapture.java
MaxVinValk/DMAS
b19ef45beec9553318c5673cadcbd6744a87486c
[ "MIT" ]
1
2020-09-23T16:05:06.000Z
2020-09-23T16:05:06.000Z
NetSimulation/src/com/b14/view/menubars/MenuBarCapture.java
MaxVinValk/DMAS
b19ef45beec9553318c5673cadcbd6744a87486c
[ "MIT" ]
null
null
null
NetSimulation/src/com/b14/view/menubars/MenuBarCapture.java
MaxVinValk/DMAS
b19ef45beec9553318c5673cadcbd6744a87486c
[ "MIT" ]
null
null
null
19.75
50
0.721519
15,147
package com.b14.view.menubars; import com.b14.controller.actions.ActionCapture; import com.b14.model.ImageCapture; import javax.swing.*; public class MenuBarCapture extends JMenu { public MenuBarCapture(ImageCapture ic) { super("capture"); add(new JMenuItem(new ActionCapture(ic))); } }
3e23d4bd4e0d6ebc2415af346c816aea309f696b
463
java
Java
flow/src/main/java/com/sequenceiq/flow/core/chain/init/config/FlowChainInitEvent.java
drorke/cloudbreak
8a1d4749fe9d1d683f5bec3102e8b86f59928f67
[ "Apache-2.0" ]
174
2017-07-14T03:20:42.000Z
2022-03-25T05:03:18.000Z
flow/src/main/java/com/sequenceiq/flow/core/chain/init/config/FlowChainInitEvent.java
drorke/cloudbreak
8a1d4749fe9d1d683f5bec3102e8b86f59928f67
[ "Apache-2.0" ]
2,242
2017-07-12T05:52:01.000Z
2022-03-31T15:50:08.000Z
flow/src/main/java/com/sequenceiq/flow/core/chain/init/config/FlowChainInitEvent.java
drorke/cloudbreak
8a1d4749fe9d1d683f5bec3102e8b86f59928f67
[ "Apache-2.0" ]
172
2017-07-12T08:53:48.000Z
2022-03-24T12:16:33.000Z
21.045455
53
0.725702
15,148
package com.sequenceiq.flow.core.chain.init.config; import com.sequenceiq.flow.core.FlowEvent; public enum FlowChainInitEvent implements FlowEvent { FLOWCHAIN_INIT_TRIGGER_EVENT, FLOWCHAIN_INIT_FINISHED_EVENT, FLOWCHAIN_INIT_FAILED_EVENT, FLOWCHAIN_INIT_FAILHANDLED_EVENT; private String selector;...
3e23d4e601d7463759b2f8ccb85f48edecf5408b
871
java
Java
xstream/src/java/com/thoughtworks/xstream/converters/extended/SqlDateConverter.java
tqrg-bot/xstream
d89dc52cfcfad617d550cd8ff62ac50e77b6505c
[ "BSD-3-Clause" ]
21
2015-06-03T11:37:13.000Z
2019-04-17T19:32:28.000Z
xstream/src/java/com/thoughtworks/xstream/converters/extended/SqlDateConverter.java
tqrg-bot/xstream
d89dc52cfcfad617d550cd8ff62ac50e77b6505c
[ "BSD-3-Clause" ]
21
2017-05-25T15:43:48.000Z
2017-06-05T08:20:30.000Z
xstream/src/java/com/thoughtworks/xstream/converters/extended/SqlDateConverter.java
tqrg-bot/xstream
d89dc52cfcfad617d550cd8ff62ac50e77b6505c
[ "BSD-3-Clause" ]
17
2015-06-13T02:11:56.000Z
2021-12-22T16:13:33.000Z
23.540541
78
0.710677
15,149
/* * Copyright (C) 2004 Joe Walnes. * Copyright (C) 2006, 2007, 2014 XStream Committers. * All rights reserved. * * The software in this package is published under the terms of the BSD * style license a copy of which has been included with this distribution in * the LICENSE.txt file. * * Created on 24. July 2...
3e23d6264c1302ada64ffb4e4b32e188a90ed744
582
java
Java
blade-service/jgyhw-goods/src/main/java/cn/com/jgyhw/goods/GoodsApplication.java
18612906845/jgyhw-server-blade
2b4cdf384206ae8043d9fa39ab7b7dcc006dd0c1
[ "Apache-2.0" ]
null
null
null
blade-service/jgyhw-goods/src/main/java/cn/com/jgyhw/goods/GoodsApplication.java
18612906845/jgyhw-server-blade
2b4cdf384206ae8043d9fa39ab7b7dcc006dd0c1
[ "Apache-2.0" ]
null
null
null
blade-service/jgyhw-goods/src/main/java/cn/com/jgyhw/goods/GoodsApplication.java
18612906845/jgyhw-server-blade
2b4cdf384206ae8043d9fa39ab7b7dcc006dd0c1
[ "Apache-2.0" ]
null
null
null
27.714286
91
0.802405
15,150
package cn.com.jgyhw.goods; import org.springblade.common.constant.JgyhwConstant; import org.springblade.core.launch.BladeApplication; import org.springframework.cloud.client.SpringCloudApplication; import org.springframework.cloud.openfeign.EnableFeignClients; /** * 商品服务启动类 * * Created by WangLei on 2019/11/21 00...
3e23d754b4ec37cd17a19341b4d7712e02592137
10,374
java
Java
clients/google-api-services-documentai/v1beta2/1.30.1/com/google/api/services/documentai/v1beta2/model/GoogleCloudDocumentaiV1beta1DocumentEntity.java
yoshi-code-bot/google-api-java-client-services
9f5e3b6073c822db4078d638c980b11a0effc686
[ "Apache-2.0" ]
372
2018-09-05T21:06:51.000Z
2022-03-31T09:22:03.000Z
clients/google-api-services-documentai/v1beta2/1.30.1/com/google/api/services/documentai/v1beta2/model/GoogleCloudDocumentaiV1beta1DocumentEntity.java
yoshi-code-bot/google-api-java-client-services
9f5e3b6073c822db4078d638c980b11a0effc686
[ "Apache-2.0" ]
1,351
2018-10-12T23:07:12.000Z
2022-03-05T09:25:29.000Z
clients/google-api-services-documentai/v1beta2/1.30.1/com/google/api/services/documentai/v1beta2/model/GoogleCloudDocumentaiV1beta1DocumentEntity.java
yoshi-code-bot/google-api-java-client-services
9f5e3b6073c822db4078d638c980b11a0effc686
[ "Apache-2.0" ]
307
2018-09-04T20:15:31.000Z
2022-03-31T09:42:39.000Z
32.41875
182
0.71766
15,151
/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under t...
3e23d7794283722c503b64c3f48297d66a58d694
26,672
java
Java
profiles/sis-japan-profile/src/main/java/org/apache/sis/internal/earth/netcdf/GCOM_C.java
apache/sis
e621d10a14072fc1f41aedab2c4a2cfab50ca5ec
[ "Apache-2.0" ]
83
2015-02-12T21:51:54.000Z
2021-12-10T09:44:30.000Z
profiles/sis-japan-profile/src/main/java/org/apache/sis/internal/earth/netcdf/GCOM_C.java
apache/sis
e621d10a14072fc1f41aedab2c4a2cfab50ca5ec
[ "Apache-2.0" ]
11
2017-06-01T21:55:07.000Z
2021-10-19T15:18:40.000Z
profiles/sis-japan-profile/src/main/java/org/apache/sis/internal/earth/netcdf/GCOM_C.java
apache/sis
e621d10a14072fc1f41aedab2c4a2cfab50ca5ec
[ "Apache-2.0" ]
63
2015-03-30T08:40:14.000Z
2021-11-06T22:54:18.000Z
46.711033
142
0.618364
15,152
/* * 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 ...
3e23d7e0210351d30cd17074f2b3e90319d4410f
730
java
Java
src/main/java/com/yjh/interceptor/WebConfig.java
BlankSpace1992/YJH_Blog
8bfaa72f41f0fa798e26984894f840724b34cd35
[ "Apache-2.0" ]
null
null
null
src/main/java/com/yjh/interceptor/WebConfig.java
BlankSpace1992/YJH_Blog
8bfaa72f41f0fa798e26984894f840724b34cd35
[ "Apache-2.0" ]
null
null
null
src/main/java/com/yjh/interceptor/WebConfig.java
BlankSpace1992/YJH_Blog
8bfaa72f41f0fa798e26984894f840724b34cd35
[ "Apache-2.0" ]
null
null
null
34.761905
127
0.715068
15,153
package com.yjh.interceptor; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.InterceptorRegistry; import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter; /** * Created by limi on 2017/10/15. */ @Configuration public clas...
3e23d7f193d44eb02cb603bf3070e3a973f639e4
4,761
java
Java
rpki-validator/src/main/java/net/ripe/rpki/validator3/storage/xodus/XodusImpl.java
MULXCODE/rpki-validator-3
1cc988d0aa79c866e7ef4eb03133338eb8a61756
[ "BSD-3-Clause" ]
63
2018-01-26T09:59:35.000Z
2022-01-14T12:20:15.000Z
rpki-validator/src/main/java/net/ripe/rpki/validator3/storage/xodus/XodusImpl.java
MULXCODE/rpki-validator-3
1cc988d0aa79c866e7ef4eb03133338eb8a61756
[ "BSD-3-Clause" ]
181
2018-02-07T10:18:20.000Z
2021-06-11T09:12:10.000Z
rpki-validator/src/main/java/net/ripe/rpki/validator3/storage/xodus/XodusImpl.java
ties/rpki-validator-3
bfda0051363fa651de5838b99c36c8750c1fdd92
[ "BSD-3-Clause" ]
31
2017-12-06T14:33:41.000Z
2022-01-27T08:27:17.000Z
40.692308
110
0.68452
15,154
/** * The BSD License * * Copyright (c) 2010-2018 RIPE NCC * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * - Redistributions of source code must retain the above copyright notice, * ...
3e23d957d119a49685461129caaf50836b6e4812
799
java
Java
website/src/main/java/fr/cph/stock/entities/chart/IChart.java
carlphilipp/stock-tracker
b555f0306ce5ef4f6802c5656d1920551c8a95c8
[ "Apache-2.0" ]
3
2017-01-27T16:25:01.000Z
2019-08-07T12:47:43.000Z
website/src/main/java/fr/cph/stock/entities/chart/IChart.java
carlphilipp/stock-tracker
b555f0306ce5ef4f6802c5656d1920551c8a95c8
[ "Apache-2.0" ]
null
null
null
website/src/main/java/fr/cph/stock/entities/chart/IChart.java
carlphilipp/stock-tracker
b555f0306ce5ef4f6802c5656d1920551c8a95c8
[ "Apache-2.0" ]
null
null
null
24.212121
75
0.710889
15,155
/** * Copyright 2017 Carl-Philipp Harmant * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable...
3e23da028816255391d3b5f8104c22a61321336b
4,343
java
Java
app/src/main/java/com/jiangzehui/weatherdemo/MainActivity.java
jiangzehui/WeatherDemo
0b1e0f1eccc0750e0cb8bcb01d3e155f7a8b0c4a
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/jiangzehui/weatherdemo/MainActivity.java
jiangzehui/WeatherDemo
0b1e0f1eccc0750e0cb8bcb01d3e155f7a8b0c4a
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/jiangzehui/weatherdemo/MainActivity.java
jiangzehui/WeatherDemo
0b1e0f1eccc0750e0cb8bcb01d3e155f7a8b0c4a
[ "Apache-2.0" ]
null
null
null
39.126126
158
0.546397
15,156
package com.jiangzehui.weatherdemo; import android.content.DialogInterface; import android.content.Intent; import android.graphics.Color; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import andro...
3e23da955098bcbc52753ea9db0337074d82e985
654
java
Java
src/main/java/org/kpax/bpf/exception/CommandExecutionException.java
ecovaci/bpf
9acb037d609d03f9ff82c5b272cb89bb45708211
[ "Apache-2.0" ]
5
2018-05-11T07:47:21.000Z
2019-09-23T03:22:21.000Z
src/main/java/org/kpax/bpf/exception/CommandExecutionException.java
ecovaci/bpf
9acb037d609d03f9ff82c5b272cb89bb45708211
[ "Apache-2.0" ]
2
2018-05-09T13:04:39.000Z
2018-06-13T10:52:17.000Z
src/main/java/org/kpax/bpf/exception/CommandExecutionException.java
ecovaci/bpf
9acb037d609d03f9ff82c5b272cb89bb45708211
[ "Apache-2.0" ]
null
null
null
25.153846
123
0.788991
15,157
package org.kpax.bpf.exception; /** * Thrown when command line execution fails. */ public class CommandExecutionException extends Exception { private static final long serialVersionUID = -1082218489871862086L; public CommandExecutionException(String message) { super(message); } public CommandExecutionExcept...
3e23db33c035c223c20b6ebccdd4ca712ef3f68d
3,507
java
Java
src/main/generated-java/com/dnb/services/customproduct/WebPageAddressType.java
elasticio/dun-and-bradstreet-component
72d06fbbc55074ea19776e059ef3c936e891357e
[ "Apache-2.0" ]
null
null
null
src/main/generated-java/com/dnb/services/customproduct/WebPageAddressType.java
elasticio/dun-and-bradstreet-component
72d06fbbc55074ea19776e059ef3c936e891357e
[ "Apache-2.0" ]
null
null
null
src/main/generated-java/com/dnb/services/customproduct/WebPageAddressType.java
elasticio/dun-and-bradstreet-component
72d06fbbc55074ea19776e059ef3c936e891357e
[ "Apache-2.0" ]
null
null
null
27.186047
115
0.618477
15,158
package com.dnb.services.customproduct; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * * Records details regarding Internet URLs used for online information and communic...
3e23dbc7cfc7960a3a6279b0bee03f72a6f8669a
6,947
java
Java
query/src/test/java/org/infinispan/query/dsl/embedded/testdomain/hsearch/UserHS.java
skymysky/infinispan
ace5cc23f345ed4e782fc863e83d5aa24e3a1ac9
[ "Apache-2.0" ]
1
2020-06-01T21:20:47.000Z
2020-06-01T21:20:47.000Z
query/src/test/java/org/infinispan/query/dsl/embedded/testdomain/hsearch/UserHS.java
skymysky/infinispan
ace5cc23f345ed4e782fc863e83d5aa24e3a1ac9
[ "Apache-2.0" ]
null
null
null
query/src/test/java/org/infinispan/query/dsl/embedded/testdomain/hsearch/UserHS.java
skymysky/infinispan
ace5cc23f345ed4e782fc863e83d5aa24e3a1ac9
[ "Apache-2.0" ]
null
null
null
28.829876
157
0.654145
15,159
package org.infinispan.query.dsl.embedded.testdomain.hsearch; import java.io.Serializable; import java.time.Instant; import java.util.List; import java.util.Set; import org.hibernate.search.annotations.Analyze; import org.hibernate.search.annotations.Field; import org.hibernate.search.annotations.FieldBridge; import ...